Package | Description |
---|---|
blackbox.constraints | |
kernel | |
view.blackbox | |
view.system | |
virtualSystemGenerator |
Modifier and Type | Method and Description |
---|---|
boolean |
ConstraintOutOneLinkIn.solveConstraint(BlackBox bb) |
boolean |
ConstraintFuncTwoLinkIn.solveConstraint(BlackBox bb) |
boolean |
ConstraintFuncOneLinkOut.solveConstraint(BlackBox bb) |
boolean |
ConstraintConnectedToOneOutput.solveConstraint(BlackBox bb) |
boolean |
ConstraintConnectedToOneInput.solveConstraint(BlackBox bb) |
abstract boolean |
Constraint.solveConstraint(BlackBox bb)
Solve constraint.
|
Modifier and Type | Method and Description |
---|---|
BlackBox |
World.getBlackbox()
Gets the blackbox.
|
Modifier and Type | Method and Description |
---|---|
void |
World.setBlackbox(BlackBox blackbox)
Sets the blackbox.
|
void |
World.setBlackBox(BlackBox blackbox)
Sets the black box.
|
Constructor and Description |
---|
AMOEBA(java.lang.Boolean viewer,
Scheduler scheduler,
World world,
BlackBox blackBox)
Instantiates a new amoeba.
|
World(Scheduler scheduler,
java.io.File systemFile,
BlackBox blackbox)
Instantiates a new world.
|
Modifier and Type | Method and Description |
---|---|
void |
GrapheBlackBoxPanel.setBlackBox(BlackBox blackBox)
Sets the black box.
|
void |
BlackBoxPanel.setBlackBox(BlackBox blackBox)
Sets the black box.
|
Modifier and Type | Method and Description |
---|---|
void |
MainTabbedPanel.setBlackBox(BlackBox blackBox)
Sets the black box.
|
void |
MainPanel.setBlackBox(BlackBox blackBox)
Sets the black box.
|
Modifier and Type | Method and Description |
---|---|
void |
GeneratorGraphPanel.setBlackBox(BlackBox blackBox)
Sets the black box.
|
Constructor and Description |
---|
Generator(BlackBox blackBox)
Instantiates a new generator.
|
PanelGenerator(BlackBox blackBox,
Generator generator)
Instantiates a new panel generator.
|