Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.metadata.entity | |
org.rvpf.metadata.processor | |
org.rvpf.processor.behavior |
Related values Behavior.
|
org.rvpf.processor.engine |
Processor Engine base.
|
org.rvpf.processor.engine.control |
Control Engine.
|
org.rvpf.processor.engine.filter |
Filter Engine.
|
org.rvpf.processor.engine.replicator |
Replicator and Resynchronizer Engines.
|
org.rvpf.processor.engine.rpn |
RPN Engine.
|
org.rvpf.processor.engine.rpn.selector |
Summarizer Engine.
|
Modifier and Type | Method and Description |
---|---|
List<? extends PointRelation> |
Point.getInputs()
Gets this point's inputs.
|
List<? extends PointRelation> |
Point.Named.getInputs()
Gets this point's inputs.
|
List<? extends PointRelation> |
Point.getResults()
Gets this point's dependents.
|
List<? extends PointRelation> |
Point.Named.getResults()
Gets this point's dependents.
|
Modifier and Type | Class and Description |
---|---|
class |
PointInput
Point input.
|
Modifier and Type | Method and Description |
---|---|
Optional<PointRelation> |
BehaviorEntityReference.getRelation()
Gets the point relation to which this behavior instance is attached.
|
Modifier and Type | Method and Description |
---|---|
Optional<BehaviorEntity> |
TransformEntity.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
void |
BehaviorEntityReference.setRelation(PointRelation relation)
Sets the point relation to which this behavior instance is attached.
|
Constructor and Description |
---|
BehaviorEntityReference(PointRelation relation,
BehaviorEntity entity,
boolean inherited)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<PointRelation> |
Behavior.getRelation()
Gets the point relation to which this behavior instance is attached.
|
Modifier and Type | Method and Description |
---|---|
Optional<BehaviorEntity> |
Engine.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
void |
Behavior.setRelation(PointRelation relation)
Sets the point relation to which this behavior instance is attached.
|
Modifier and Type | Method and Description |
---|---|
Optional<PointRelation> |
AbstractBehavior.getRelation()
Gets the point relation to which this behavior instance is attached.
|
protected List<PointRelation> |
AbstractBehavior.getRelations(Class<? extends Behavior> behaviorClass)
Gets all relations with the specified primary behavior class.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBehavior.setRelation(PointRelation relation)
Sets the point relation to which this behavior instance is attached.
|
Modifier and Type | Method and Description |
---|---|
Optional<BehaviorEntity> |
AbstractEngine.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
Modifier and Type | Method and Description |
---|---|
Optional<BehaviorEntity> |
ControlEngine.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
Modifier and Type | Method and Description |
---|---|
Optional<BehaviorEntity> |
StepFilterEngine.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
Modifier and Type | Method and Description |
---|---|
Optional<BehaviorEntity> |
ResynchronizerEngine.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
Optional<BehaviorEntity> |
ReplicatorEngine.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
Modifier and Type | Method and Description |
---|---|
Optional<BehaviorEntity> |
RPNEngine.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
Modifier and Type | Method and Description |
---|---|
Optional<BehaviorEntity> |
SelectorEngine.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.