| Package | Description |
|---|---|
| io.polygenesis.system.model.core |
| Modifier and Type | Method and Description |
|---|---|
Thing |
Thing.getParent()
Gets parent.
|
Thing |
Function.getThing()
Gets thing.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Thing> |
CoreModelRepository.getThingByName(Text thingName)
Gets thing by name.
|
Set<Thing> |
CoreModelRepository.getThings()
Gets things.
|
| Constructor and Description |
|---|
Function(Thing thing,
Goal goal,
Text name,
io.polygenesis.system.model.core.ReturnValue returnValue)
Instantiates a new Function with ReturnValue.
|
Function(Thing thing,
Goal goal,
Text name,
Set<io.polygenesis.system.model.core.Argument> arguments)
Instantiates a new Function with Arguments.
|
Function(Thing thing,
Goal goal,
Text name,
Set<io.polygenesis.system.model.core.Argument> arguments,
io.polygenesis.system.model.core.ReturnValue returnValue)
Instantiates a new Function with ReturnValue and Arguments.
|
Thing(Text thingName,
Thing parentThing)
Instantiates a new Thing with parent.
|
| Constructor and Description |
|---|
CoreModelRepository(Set<Thing> things)
Instantiates a new Core deducer result.
|
Copyright © 2015–2019 OREGOR LTD. All rights reserved.