Package | Description |
---|---|
org.rvpf.metadata.entity | |
org.rvpf.processor.behavior |
Related values Behavior.
|
Modifier and Type | Method and Description |
---|---|
List<PointInput> |
PointEntity.getInputs()
Gets this point's inputs.
|
List<PointInput> |
PointEntity.getResults()
Gets this point's dependents.
|
Modifier and Type | Method and Description |
---|---|
void |
PointEntity.addInputRelation(PointInput inputRelation)
Adds an input relation.
|
Constructor and Description |
---|
PointInput(PointInput original)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<PointInput> |
AbstractBehavior.getInput(Class<? extends Behavior> behaviorClass,
boolean optional)
Gets the first relation with the specified primary behavior Class.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.