Package | Description |
---|---|
org.rvpf.clock |
Service to generate time events as point values.
|
org.rvpf.content |
Conversion between storage and computing representations.
|
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.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 | |
org.rvpf.store.client |
Store client common definitions.
|
Modifier and Type | Class and Description |
---|---|
class |
ClockContent
Clock content converter.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContent
Content converter.
|
class |
BigDecimalContent
BigDecimal content converter.
|
class |
BigIntegerContent
BigInteger content converter.
|
class |
BigRationalContent
Big rational content converter.
|
class |
BooleanContent
Logical content converter.
|
class |
ByteContent
Byte content converter.
|
class |
ComplexContent
Complex content converter.
|
class |
ContainerContent
Container content converter.
|
class |
DictContent
Dict content converter.
|
class |
DoubleContent
Double content converter.
|
class |
FloatContent
Float content converter.
|
class |
FloatingPointContent
Floating-point content.
|
class |
IntegerContent
Integer content converter.
|
class |
LongContent
Long content converter.
|
class |
NumberContent
Number content.
|
class |
RationalContent
Rational content converter.
|
class |
ShortContent
Short content converter.
|
class |
SIContent
SI content converter.
|
class |
StateContent
State content converter.
|
class |
StringContent
String content converter.
|
class |
TemperatureContent
Temperature content converter.
|
class |
TupleContent
Tuple content converter.
|
class |
UnitValueContent
Unit value content converter.
|
class |
UnspecifiedContent
Unspecified content converter.
|
Modifier and Type | Class and Description |
---|---|
static class |
Proxied.Abstract
Abstract proxied.
|
Modifier and Type | Class and Description |
---|---|
class |
BehaviorEntityReference
Behavior entity reference.
|
Modifier and Type | Method and Description |
---|---|
protected Proxied |
StoreEntity.createDefaultInstance()
Creates a default instance.
|
protected Proxied |
ProxyEntity.createDefaultInstance()
Creates a default instance.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<? extends Proxied> |
ProxyEntity.getInstance()
Gets the proxied instance.
|
protected Optional<Proxied> |
ProxyEntity.Builder.getInstance()
Gets the instance.
|
Modifier and Type | Method and Description |
---|---|
ProxyEntity |
ProxyEntity.getProxy(Proxied instance)
Gets a proxy for the supplied instance.
|
void |
ProxyEntity.setInstance(Proxied instance)
Sets the proxied instance.
|
ProxyEntity.Builder |
ProxyEntity.Builder.setInstance(Proxied instance)
Sets the instance.
|
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.
|
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.
|
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 | Interface and Description |
---|---|
interface |
Behavior
Behavior.
|
interface |
Engine
Engine.
|
interface |
Transform
Transform.
|
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 | Class and Description |
---|---|
class |
AbstractEngine
Abstract engine.
|
class |
AbstractTransform
Abstract transform.
|
class |
CloneEngine
Clone engine.
|
class |
NullEngine
Null Engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlEngine
Control engine.
|
class |
ControlsBehavior
Controls behavior.
|
class |
ControlTransform
Control transform.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalExecutorEngine
Local executor engine.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteExecutorEngine
Remote engine.
|
class |
RemoteExecutorTransform
Remote transform.
|
Modifier and Type | Class and Description |
---|---|
class |
StepFilteredBehavior
Step filtered behavior.
|
class |
StepFilterEngine
Step filter engine.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedBehavior
Replicated behavior.
|
class |
ReplicatorEngine
Replicator Engine.
|
class |
ResynchronizedBehavior
Resynchronized behavior.
|
class |
ResynchronizerEngine
Resync Engine.
|
Modifier and Type | Class and Description |
---|---|
class |
RPNEngine
RPN engine.
|
class |
RPNTransform
RPN transform.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectedBehavior
Selected behavior.
|
class |
SelectorEngine
Selector engine.
|
class |
SelectorTransform
Selector transform.
|
class |
SelectsBehavior
Selects behavior.
|
class |
StartStopContent
Start/stop content converter.
|
Modifier and Type | Class and Description |
---|---|
class |
SummarizedBehavior
Summarized behavior.
|
class |
SummarizerEngine
Summarizer engine.
|
class |
SummarizerTransform
Summarizer transform.
|
class |
SummarizesBehavior
Summarizer behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSink
Abstract sink.
|
class |
AbstractStore
Abstract store.
|
class |
NullStore
Null Store.
|
class |
RMISink
RMI Sink Client.
|
class |
RMIStore
RMI store client.
|
class |
SOMSink
SOM sink.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.