Package | Description |
---|---|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity | |
org.rvpf.metadata.processor | |
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<TransformEntity> |
Metadata.getTransformEntities()
Gets the transform entities registered in this metadata.
|
Optional<TransformEntity> |
Metadata.getTransformEntity(Optional<String> name)
Gets the transform entity with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addTransformEntity(Optional<TransformEntity> transformEntity)
Adds a transform entity to this metadata.
|
Modifier and Type | Method and Description |
---|---|
TransformEntity |
TransformEntity.Builder.build()
Builds an abstract entity.
|
TransformEntity |
TransformEntity.copy()
Creates a copy of this entity.
|
Modifier and Type | Method and Description |
---|---|
Optional<TransformEntity> |
PointEntity.getTransformEntity()
Gets the transform entity for this point.
|
Modifier and Type | Method and Description |
---|---|
TransformEntity.Builder |
TransformEntity.Builder.copyFrom(TransformEntity entity)
Copies the values from an entity.
|
void |
PointEntity.setTransformEntity(TransformEntity transform)
Sets the transform entity for this point.
|
Modifier and Type | Method and Description |
---|---|
Transform |
Engine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
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 |
---|---|
Transform |
ControlEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Method and Description |
---|---|
Transform |
LocalExecutorEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
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 | Method and Description |
---|---|
Transform |
RPNEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Modifier and Type | Method and Description |
---|---|
Transform |
SelectorEngine.createTransform(TransformEntity proxyEntity)
Creates a transform object.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.