Package | Description |
---|---|
blackbox | |
blackbox.constraints |
Modifier and Type | Method and Description |
---|---|
BBFunction |
Output.getFunc()
Gets the func.
|
BBFunction |
Input.getFunc()
Gets the func.
|
Modifier and Type | Method and Description |
---|---|
void |
Output.setFunc(BBFunction func)
Sets the func.
|
void |
Input.setFunc(BBFunction func)
Sets the func.
|
Constructor and Description |
---|
ConstraintConnectedToOneInput(BBFunction function)
Instantiates a new constraint connected to one input.
|
ConstraintConnectedToOneOutput(BBFunction BBFunction)
Instantiates a new constraint connected to one output.
|
ConstraintFuncOneLinkOut(BBFunction function)
Instantiates a new constraint func one link out.
|
ConstraintFuncTwoLinkIn(BBFunction function)
Instantiates a new constraint func two link in.
|