Init Tree Structure
data class InitTreeStructure(type: DataStructureType, ident: String, boundaries: List<Pair<Double, Double>>, maxSize: Int, text: String, root: BinaryTreeNodeValue, uid: String, runtime: Double, render: Boolean) : DataStructureMObject
Content copied to clipboard
Tree initialisation
Constructors
InitTreeStructure
Link copied to clipboard
fun InitTreeStructure(type: DataStructureType, ident: String, boundaries: List<Pair<Double, Double>> = emptyList(), maxSize: Int = -1, text: String, root: BinaryTreeNodeValue, uid: String, runtime: Double, render: Boolean)
Content copied to clipboard
Create empty Init tree structure
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
copy
Link copied to clipboard
fun copy(type: DataStructureType, ident: String, boundaries: List<Pair<Double, Double>> = emptyList(), maxSize: Int = -1, text: String, root: BinaryTreeNodeValue, uid: String, runtime: Double, render: Boolean): InitTreeStructure
Content copied to clipboard
getConstructor
Link copied to clipboard
getInstructionString
Link copied to clipboard
getRuntimeString
Link copied to clipboard
setNewBoundary
Link copied to clipboard
Properties
pythonVariablePrefix
Link copied to clipboard
root
Link copied to clipboard
style
Link copied to clipboard
type
Link copied to clipboard