mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2025-09-16 13:49:31 +00:00
add constructor for MutablePsychomatrix from Psychomatrix
This commit is contained in:
@@ -15,6 +15,8 @@ class MutablePsychomatrix(date: DateTime) : Psychomatrix(date) {
|
||||
|
||||
private val mutableOperationsHistory: MutableList<Operation> = ArrayList()
|
||||
|
||||
constructor(psychomatrix: Psychomatrix): this(psychomatrix.date)
|
||||
|
||||
val operationsHistory: List<Operation>
|
||||
get() = mutableOperationsHistory
|
||||
|
||||
|
Reference in New Issue
Block a user