Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.base.store | |
org.rvpf.base.sync |
Sync classes.
|
org.rvpf.config |
Configuration entities definition.
|
org.rvpf.document.exporter |
Export of configuration and metadata documents.
|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity | |
org.rvpf.metadata.entity.filter | |
org.rvpf.processor.behavior |
Related values Behavior.
|
org.rvpf.processor.engine.executor |
Executor Engine.
|
org.rvpf.processor.engine.executor.remote |
Remote executor Engine.
|
org.rvpf.processor.engine.rpn.operation |
RPN operations.
|
Modifier and Type | Field and Description |
---|---|
static Params |
Params.EMPTY_PARAMS
Empty parameters.
|
Modifier and Type | Method and Description |
---|---|
Params |
Params.copy()
Creates a copy of this.
|
Params |
Params.freeze()
Freezes this.
|
Params |
PointRelation.getParams()
Gets the params.
|
Params |
Point.getParams()
Gets this point's parameters.
|
Params |
Point.Named.getParams()
Gets this point's parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
Params.setDefaults(Params defaults)
Sets the defaults.
|
Modifier and Type | Method and Description |
---|---|
Params |
Store.getParams()
Gets this store's parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Sync.Abstract.setUp(Params params)
Sets up this sync.
|
boolean |
StampsSync.setUp(Params params)
Sets up this sync.
|
boolean |
ElapsedSync.setUp(Params params)
Sets up this sync.
|
boolean |
CrontabSync.setUp(Params params)
Sets up this sync.
|
Modifier and Type | Method and Description |
---|---|
Params |
Config.substitute(Params params)
Substitutes markers in parameter string values.
|
Modifier and Type | Method and Description |
---|---|
Params |
Config.substitute(Params params)
Substitutes markers in parameter string values.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ParamsEntityExporter.export(Params params,
XMLElement element)
Exports Params into the supplied Element.
|
protected void |
ParamsEntityExporter.registerReferences(Params params,
String elementName)
Registers parameter references to their definitions.
|
Modifier and Type | Method and Description |
---|---|
Params |
Proxied.getParams()
Gets the proxy entity Params.
|
Params |
Proxied.Abstract.getParams()
Gets the proxy entity Params.
|
Modifier and Type | Method and Description |
---|---|
Params |
TransformEntity.Arg.getParams()
Gets the params.
|
Params |
PointInput.getParams()
Gets the params.
|
Params |
ParamsEntity.getParams()
Gets the Params of this Entity.
|
Params |
BehaviorEntityReference.getParams()
Gets the proxy entity Params.
|
Modifier and Type | Method and Description |
---|---|
Optional<Params> |
ParamsEntity.Builder.getParams()
Gets the params.
|
Modifier and Type | Method and Description |
---|---|
TransformEntity.Arg.Builder |
TransformEntity.Arg.Builder.setParams(Optional<Params> params)
Sets the params
|
void |
PointInput.setParams(Optional<Params> params)
Sets the params.
|
void |
ParamsEntity.setParams(Optional<Params> params)
Sets the params of this entity.
|
ParamsEntity.Builder |
ParamsEntity.Builder.setParams(Optional<Params> params)
Sets the Params of this Entity.
|
Constructor and Description |
---|
BehaviorEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance,
boolean generated)
Constructs an instance.
|
ContentEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance)
Constructs an instance.
|
EngineEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance)
Constructs an instance.
|
OriginEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Set<PointEntity> pointEntities)
Constructs an instance.
|
ParamsEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params)
Constructs an instance.
|
ProxyEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance)
Constructs an instance.
|
SyncEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
ClassDefEntity classDef,
Optional<Sync> sync)
Constructs an instance.
|
TransformEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Optional<ClassDefEntity> classDef,
Optional<Proxied> instance,
Optional<EngineEntity> engineEntity,
List<TransformEntity.Arg> args)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
protected static double |
DeadbandFilterFactory.getDeadbandGap(Params params)
Gets the deadband gap.
|
protected static double |
DeadbandFilterFactory.getDeadbandRatio(Params params)
Gets the deadband ratio.
|
protected static Optional<ElapsedTime> |
ValueFilterFactory.Abstract.getStampTrimUnit(Params params)
Gets the stamp trim unit.
|
protected static Optional<ElapsedTime> |
ValueFilterFactory.Abstract.getTimeLimit(Params params)
Gets the time limit.
|
ValueFilter |
ValueFilterFactory.newFilter(Params params)
Returns a new value filter.
|
ValueFilter |
StepFilterFactory.newFilter(Params params)
Returns a new value filter.
|
ValueFilter |
LinearFilterFactory.newFilter(Params params)
Returns a new value filter.
|
ValueFilter |
InterpolatorFilterFactory.newFilter(Params params)
Returns a new value filter.
|
ValueFilter |
DeadbandFilterFactory.newFilter(Params params)
Returns a new value filter.
|
Modifier and Type | Method and Description |
---|---|
Params |
AbstractBehavior.getParams()
Gets the proxy entity Params.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
ScriptExecutor.newContext(Params params,
Logger logger)
Returns a new context.
|
Serializable |
PipeExecutor.newContext(Params params,
Logger logger)
Returns a new context.
|
Serializable |
EngineExecutor.newContext(Params params,
Logger logger)
Returns a new context.
|
boolean |
ScriptExecutor.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
PipeExecutor.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
EngineExecutor.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
RemoteEngineSessionImpl.newContext(Params params,
Logger logger)
Returns a new context.
|
Serializable |
RemoteEngineSession.newContext(Params params,
Logger logger)
Returns a new context.
|
Serializable |
RemoteEngineProxy.newContext(Params params,
Logger logger)
Returns a new context.
|
boolean |
RemoteEngineSessionImpl.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
RemoteEngineSession.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
RemoteEngineProxy.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
Modifier and Type | Method and Description |
---|---|
protected Params |
Operations.getParams()
Gets the Engine's Params.
|
Modifier and Type | Method and Description |
---|---|
void |
Operations.setUp(Map<String,Operation> registrations,
Params params)
Sets up the Operations.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.