BetterModel
Toggle table of contents
1.9.3-SNAPSHOT-234
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.blueprint
/
BlueprintChildren
/
BlueprintElement
Blueprint
Element
class
BlueprintElement
:
Record
,
BlueprintChildren
Blueprint element.
Parameters
element
raw element
Members
Constructors
Blueprint
Element
Link copied to clipboard
constructor
(
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
from
Link copied to clipboard
@
NotNull
open
fun
from
(
@
NotNull
children
:
@
NotNull
ModelChildren
,
@
NotNull
@
Unmodifiable
elementMap
:
@
NotNull
@
Unmodifiable
Map
<
String
,
ModelElement
>
)
:
@
NotNull
BlueprintChildren
Gets children from raw children
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String