Package | Description |
---|---|
org.rvpf.metadata.entity | |
org.rvpf.metadata.processor | |
org.rvpf.processor.behavior |
Related values Behavior.
|
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.selector |
Summarizer Engine.
|
org.rvpf.processor.engine.rpn.selector.summarizer |
Modifier and Type | Class and Description |
---|---|
class |
BehaviorEntityReference
Behavior entity reference.
|
Modifier and Type | Method and Description |
---|---|
<T extends Behavior> |
BehaviorEntityReference.getBehavior(Class<T> behaviorClass)
Gets the first behavior with the specified Class.
|
Modifier and Type | Method and Description |
---|---|
Behavior |
BehaviorEntity.getBehavior()
Gets the Behavior instance.
|
Behavior |
BehaviorEntityReference.instantiate()
Instantiates the actual behavior.
|
Modifier and Type | Method and Description |
---|---|
Optional<Behavior> |
BehaviorEntityReference.getNext()
Gets the next behavior.
|
Optional<Behavior> |
PointInput.getPrimaryBehavior()
Gets the primary behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
BehaviorEntityReference.setNext(Behavior next)
Sets the next behavior.
|
Modifier and Type | Method and Description |
---|---|
<T extends Behavior> |
Behavior.getBehavior(Class<T> behaviorClass)
Gets the first behavior with the specified Class.
|
Modifier and Type | Method and Description |
---|---|
Optional<Behavior> |
Behavior.getNext()
Gets the next behavior.
|
Modifier and Type | Method and Description |
---|---|
ResultValue |
Batch.replaceResultValue(ResultValue resultValue,
Behavior caller)
Replaces the supplied result value.
|
void |
Behavior.setNext(Behavior next)
Sets the next behavior.
|
ResultValue |
Batch.setUpResultValue(DateTime stamp,
Behavior caller)
Sets up a result for processing.
|
ResultValue |
Batch.setUpResultValue(PointValue notice,
DateTime stamp,
Behavior caller)
Sets up a result value for processing.
|
ResultValue |
Batch.setUpResultValue(ResultValue newResult,
Behavior caller)
Sets up a result for processing.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBehavior
Abstract behavior.
|
class |
AlwaysTriggers
Always triggers behavior.
|
class |
Extrapolated
Extrapolated behavior.
|
class |
Interpolated
Interpolated behavior.
|
class |
NeverTriggers
Never triggers behavior.
|
class |
PrimaryBehavior
Primary behavior.
|
class |
RecalcTriggerBehavior
Recalc trigger behavior.
|
class |
Required
Required behavior.
|
class |
Retriggers
Retriggers behavior.
|
class |
Synchronized
Synchronized behavior.
|
class |
TriggersNew
Triggers new behavior.
|
Modifier and Type | Method and Description |
---|---|
<T extends Behavior> |
AbstractBehavior.getBehavior(Class<T> behaviorClass)
Gets the first behavior with the specified Class.
|
Modifier and Type | Method and Description |
---|---|
Optional<Behavior> |
AbstractBehavior.getNext()
Gets the next behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBehavior.setNext(Behavior next)
Sets the next behavior.
|
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.
|
protected List<PointRelation> |
AbstractBehavior.getRelations(Class<? extends Behavior> behaviorClass)
Gets all relations with the specified primary behavior class.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlsBehavior
Controls behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
StepFilteredBehavior
Step filtered behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedBehavior
Replicated behavior.
|
class |
ResynchronizedBehavior
Resynchronized behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectedBehavior
Selected behavior.
|
class |
SelectsBehavior
Selects behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
SummarizedBehavior
Summarized behavior.
|
class |
SummarizesBehavior
Summarizer behavior.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.