Package | Description |
---|---|
org.rvpf.clock |
Service to generate time events as point values.
|
org.rvpf.document.loader |
Configuration and metadata documents loader.
|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity | |
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.proxy |
Proxy store server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClockMetadataFilter.isPointNeeded(PointEntity pointEntity)
Asks if a point is needed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataFilter.arePointInputsNeeded(PointEntity pointEntity)
Asks if a point's inputs are needed.
|
boolean |
MetadataFilter.isPointNeeded(PointEntity pointEntity)
Asks if a point is needed.
|
boolean |
MetadataFilter.isPointTransformNeeded(PointEntity pointEntity)
Asks if a point's transform is needed.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addPointAlias(PointEntity pointEntity,
String alias)
Adds an alias for a point.
|
Modifier and Type | Method and Description |
---|---|
void |
Metadata.addPointEntity(Optional<PointEntity> pointEntity)
Adds a point entity to this metadata.
|
Modifier and Type | Class and Description |
---|---|
static class |
PointEntity.Definition
Defined Point Entity.
|
static class |
PointEntity.Reference
Undefined Point Entity.
|
Modifier and Type | Method and Description |
---|---|
abstract PointEntity |
PointEntity.copy()
Creates a copy of this entity.
|
PointEntity |
PointInput.getInputPointEntity()
Gets the input point entity.
|
PointEntity |
PointInput.getResultPointEntity()
Gets the result point entity.
|
Modifier and Type | Method and Description |
---|---|
abstract Optional<PointEntity> |
PointEntity.getDefinition()
Gets the point's definition.
|
Optional<PointEntity> |
PointEntity.Definition.getDefinition()
Gets the point's definition.
|
Optional<PointEntity> |
PointEntity.Reference.getDefinition()
Gets the point's definition.
|
Set<PointEntity> |
OriginEntity.getPointEntities()
Gets the point entities.
|
Set<PointEntity> |
StoreEntity.getPointReferences()
Gets the point references.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OriginEntity.addPointEntity(PointEntity pointEntity)
Adds a a point entity.
|
boolean |
StoreEntity.addPointReference(PointEntity pointEntity)
Adds a reference to a point entity.
|
abstract void |
PointEntity.setDefinition(PointEntity definition)
Sets the point's definition.
|
void |
PointEntity.Definition.setDefinition(PointEntity definition)
Sets the point's definition.
|
void |
PointEntity.Reference.setDefinition(PointEntity definition)
Sets the point's definition.
|
Constructor and Description |
---|
PointEntity(PointEntity other)
Constructs an instance from an other.
|
PointInput(PointEntity inputPoint,
PointEntity resultPoint)
Creates an instance.
|
Constructor and Description |
---|
OriginEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
Set<PointEntity> pointEntities)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreMetadataFilter.isPointNeeded(PointEntity pointEntity)
Asks if a point is needed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProxyStoreMetadataFilter.isPointNeeded(PointEntity pointEntity)
Asks if a point is needed.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.