Package | Description |
---|---|
org.rvpf.metadata |
Metadata entities definition.
|
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 |
---|---|
Optional<BehaviorEntity> |
Metadata.getDefaultBehavior(Class<?> behaviorClass)
Gets a default behavior entity wrapping the specified class.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.setDefaultBehavior(Class<?> behaviorClass,
BehaviorEntity behaviorEntity)
Sets the default behavior entity wrapping the specified class.
|
Modifier and Type | Method and Description |
---|---|
BehaviorEntity |
BehaviorEntity.Builder.build()
Builds an abstract entity.
|
BehaviorEntity |
BehaviorEntity.copy()
Creates a copy of this entity.
|
BehaviorEntity |
BehaviorEntityReference.getEntity()
Gets the behavior entity.
|
Modifier and Type | Method and Description |
---|---|
List<BehaviorEntity> |
TransformEntity.Arg.getBehaviorEntities()
Gets the behavior entities.
|
Optional<BehaviorEntity> |
TransformEntity.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
Modifier and Type | Method and Description |
---|---|
TransformEntity.Arg.Builder |
TransformEntity.Arg.Builder.addBehaviorEntity(BehaviorEntity behaviorEntity)
Adds a behavior entity.
|
void |
PointInput.addBehaviorEntity(BehaviorEntity behaviorEntity)
Adds a behavior entity to this relation.
|
protected BehaviorEntity.Builder |
BehaviorEntity.Builder.copyFrom(BehaviorEntity entity)
Copies the values from an entity.
|
Constructor and Description |
---|
BehaviorEntityReference(PointRelation relation,
BehaviorEntity entity,
boolean inherited)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
BehaviorEntity |
Behavior.getEntity()
Gets the behavior entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<BehaviorEntity> |
Engine.getDefaultBehavior(PointRelation relation)
Gets the default (primary) behavior.
|
Modifier and Type | Method and Description |
---|---|
BehaviorEntity |
AbstractBehavior.getEntity()
Gets the behavior entity.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<BehaviorEntity> |
AbstractEngine.getDefaultBehavior(Class<?> behaviorClass)
Gets a default behavior entity wrapping the specified class.
|
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.