Package | Description |
---|---|
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.executor |
Executor Engine.
|
org.rvpf.processor.engine.executor.remote |
Remote executor 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.
|
org.rvpf.processor.engine.rpn.selector.summarizer |
Modifier and Type | Method and Description |
---|---|
Transform |
TransformEntity.getTransform()
Gets the actual transform instance, as generated by the engine.
|
Modifier and Type | Method and Description |
---|---|
Optional<Transform> |
PointEntity.getTransform()
Gets this point's transform.
|
Modifier and Type | Method and Description |
---|---|
Transform |
Engine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends Transform> |
Transform.getInstance(Point point)
Gets an appropriate instance of this transform for the point.
|
Modifier and Type | Method and Description |
---|---|
protected Transform |
AbstractBehavior.getTransform()
Gets the result point's transform.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractBehavior.validateTransform(Class<? extends Transform> supportClass)
Validates the result point's transform.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransform
Abstract transform.
|
Modifier and Type | Method and Description |
---|---|
Transform |
NullEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Transform |
CloneEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends Transform> |
AbstractTransform.getInstance(Point point)
Gets an appropriate instance of this transform for the point.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlTransform
Control transform.
|
Modifier and Type | Method and Description |
---|---|
Transform |
ControlEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends Transform> |
ControlTransform.getInstance(Point point)
Gets an appropriate instance of this transform for the point.
|
Modifier and Type | Method and Description |
---|---|
Transform |
LocalExecutorEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteExecutorTransform
Remote transform.
|
Modifier and Type | Method and Description |
---|---|
Transform |
RemoteExecutorEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Method and Description |
---|---|
Transform |
StepFilterEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Method and Description |
---|---|
Transform |
ResynchronizerEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Transform |
ReplicatorEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Class and Description |
---|---|
class |
RPNTransform
RPN transform.
|
Modifier and Type | Method and Description |
---|---|
Transform |
RPNEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectorTransform
Selector transform.
|
Modifier and Type | Method and Description |
---|---|
Transform |
SelectorEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
protected abstract Transform |
SelectorEngine.newTransform()
Returns a new transform.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends Transform> |
SelectorTransform.getInstance(Point point)
Gets an appropriate instance of this transform for the point.
|
Modifier and Type | Class and Description |
---|---|
class |
SummarizerTransform
Summarizer transform.
|
Modifier and Type | Method and Description |
---|---|
protected Transform |
SummarizerEngine.newTransform()
Returns a new transform.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.