Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.base.store | |
org.rvpf.base.util |
Base utility classes.
|
org.rvpf.base.util.container | |
org.rvpf.base.value |
Point value classes.
|
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.rpn |
RPN Engine.
|
org.rvpf.processor.engine.rpn.selector |
Summarizer Engine.
|
org.rvpf.store.client |
Store client common definitions.
|
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.archiver |
Modifier and Type | Class and Description |
---|---|
static class |
Point.Named
Named.
|
Modifier and Type | Field and Description |
---|---|
static Point |
Point.NULL
Null point.
|
Modifier and Type | Method and Description |
---|---|
Point |
PointRelation.getInputPoint()
Gets the input point definition.
|
Point |
Point.Replicate.getPoint()
Gets the replicate point.
|
Point |
PointRelation.getResultPoint()
Gets the result point definition.
|
Modifier and Type | Method and Description |
---|---|
Optional<Reference<Point>> |
Points.Impl.addAlias(String alias,
Point point)
Adds an alias for a point.
|
Optional<Reference<Point>> |
Points.Impl.addPoint(Point point)
Adds a point.
|
Map<String,Reference<Point>> |
Points.Impl.getNamesMap()
Gets the names map.
|
Optional<Point> |
PointValuesQuery.getPoint()
Gets the point.
|
Optional<Point> |
PointValuesQuery.Abstract.getPoint()
Gets the point.
|
Optional<Point> |
Points.getPoint(String key)
Gets the point with the specified key.
|
Optional<Point> |
Points.Impl.getPoint(String key)
Gets the point with the specified key.
|
Optional<Point> |
Points.getPointByName(String name)
Gets the point with the specified name.
|
Optional<Point> |
Points.Impl.getPointByName(String name)
Gets the point with the specified name.
|
Optional<Point> |
Points.getPointByUUID(UUID uuid)
Gets the point with the specified UUID.
|
Optional<Point> |
Points.Impl.getPointByUUID(UUID uuid)
Gets the point with the specified UUID.
|
Collection<Point> |
Points.getPointsCollection()
Gets a collection of the registered points.
|
Collection<Point> |
Points.Impl.getPointsCollection()
Gets a collection of the registered points.
|
Map<UUID,Reference<Point>> |
Points.Impl.getUUIDMap()
Gets the UUID map.
|
Modifier and Type | Method and Description |
---|---|
Optional<Reference<Point>> |
Points.Impl.addAlias(String alias,
Point point)
Adds an alias for a point.
|
Optional<Reference<Point>> |
Points.Impl.addPoint(Point point)
Adds a point.
|
Content |
Content.getInstance(Point point)
Gets an appropriate instance of this content for the point.
|
Constructor and Description |
---|
Replicate(Point point,
Optional<Boolean> convert)
Constructs an instance.
|
Constructor and Description |
---|
Abstract(Optional<Point> point,
TimeInterval interval,
Optional<Sync> sync)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Store.bind(Point point)
Requests the binding of a point.
|
State |
StoreSessionProxy.resolve(State state,
Point point)
Resolves a state for a point.
|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setPoint(Point point)
Sets the point.
|
Modifier and Type | Method and Description |
---|---|
Optional<Point> |
Schedule.PointEvent.getPoint()
Gets the point.
|
Constructor and Description |
---|
PointEvent(Optional<Point> point,
DateTime startStamp,
Sync sync)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
PointValueFilters.filterPoints(Collection<Point> points)
Uses the specified points to get filters.
|
Modifier and Type | Method and Description |
---|---|
Point |
PointValue.getNullablePoint()
Gets the point definition.
|
Modifier and Type | Method and Description |
---|---|
Optional<Point> |
PointValue.getPoint()
Gets the point definition.
|
Modifier and Type | Method and Description |
---|---|
PointValue |
PointValue.restore(Point point)
Restores the reference to the point definition.
|
Modifier and Type | Method and Description |
---|---|
PointValue |
PointValue.morph(Optional<Point> point,
Optional<DateTime> stamp)
Morphs this into a point value for an other point and/or an other time.
|
Constructor and Description |
---|
ExtrapolatedValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
InterpolatedValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
NormalizedValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
PointValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
RecalcTrigger(Point point,
Optional<DateTime> stamp)
Constructs an instance.
|
ResultValue(Point point,
Optional<DateTime> stamp)
Constructs an instance.
|
SynthesizedValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Content |
SIContent.getInstance(Point point)
Gets an appropriate instance of this content for the point.
|
Content |
BigDecimalContent.getInstance(Point point)
Gets an appropriate instance of this content for the point.
|
Content |
AbstractContent.getInstance(Point point)
Gets an appropriate instance of this content for the point.
|
Modifier and Type | Method and Description |
---|---|
Optional<Point> |
Metadata.getPoint(String key)
Gets the point with the specified key.
|
Optional<Point> |
Metadata.getPointByName(String name)
Gets the point with the specified name.
|
Optional<Point> |
Metadata.getPointByUUID(UUID uuid)
Gets the point with the specified UUID.
|
Collection<Point> |
Metadata.getPointsCollection()
Gets a collection of the registered points.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
Metadata.getPointAliases(Point point)
Gets the aliases for a point.
|
Modifier and Type | Class and Description |
---|---|
class |
PointEntity
Point entity.
|
static class |
PointEntity.Definition
Defined Point Entity.
|
static class |
PointEntity.Reference
Undefined Point Entity.
|
Modifier and Type | Method and Description |
---|---|
Point |
PointInput.getInputPoint()
Gets the input point definition.
|
Point |
BehaviorEntityReference.getInputPoint()
Gets the input point.
|
Point |
PointInput.getResultPoint()
Gets the result point definition.
|
Point |
BehaviorEntityReference.getResultPoint()
Gets the result point.
|
Modifier and Type | Method and Description |
---|---|
void |
PointInput.setInputPoint(Point point)
Sets a new input point.
|
void |
PointInput.setResultPoint(Point point)
Sets a new result point.
|
Modifier and Type | Method and Description |
---|---|
Point |
Behavior.getInputPoint()
Gets the input point.
|
Point |
Behavior.getResultPoint()
Gets the result point.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends Transform> |
Transform.getInstance(Point point)
Gets an appropriate instance of this transform for the point.
|
boolean |
Transform.isNullRemoves(Point point)
Asks if a null result should cause a removal in the store.
|
boolean |
Transform.setUp(Point point)
Sets up this instance.
|
Modifier and Type | Method and Description |
---|---|
BatchValuesQuery.Builder |
BatchValuesQuery.Builder.setPoint(Optional<Point> point)
Sets the point.
|
Modifier and Type | Method and Description |
---|---|
Point |
AbstractBehavior.getInputPoint()
Gets the input point.
|
Point |
RecalcTriggerBehavior.getResultPoint()
Gets the result point.
|
Point |
AbstractBehavior.getResultPoint()
Gets the result point.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends Transform> |
AbstractTransform.getInstance(Point point)
Gets an appropriate instance of this transform for the point.
|
boolean |
AbstractTransform.isNullRemoves(Point point)
Asks if a null result should cause a removal in the store.
|
boolean |
AbstractTransform.setUp(Point point)
Sets up this instance.
|
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 |
---|---|
Optional<Point> |
Task.getResultPoint()
Gets the result point.
|
Optional<Point> |
Task.Context.getResultPoint()
Gets the result point.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends Transform> |
SelectorTransform.getInstance(Point point)
Gets an appropriate instance of this transform for the point.
|
Constructor and Description |
---|
Selection(Point point,
Optional<DateTime> stamp)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStore.bind(Point point)
Requests the binding of a point.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RMIStore.bindPoints(Set<Point> points)
Binds points to their UUID.
|
protected void |
RMISink.bindPoints(Set<Point> points)
Binds points to their UUID.
|
protected void |
AbstractStore.bindPoints(Set<Point> points)
Binds points to their UUID.
|
Modifier and Type | Method and Description |
---|---|
Collection<Point> |
StoreServiceAppImpl.getNoticesFilter()
Gets the notices filter.
|
Optional<Point> |
StoreCursor.getPoint()
Gets the point's definition.
|
static Collection<Point> |
StoreServiceAppImpl.makeNoticesFilter(Metadata metadata)
Makes a notices filter.
|
Modifier and Type | Method and Description |
---|---|
Polator |
StoreServiceAppImpl.getPolator(Point point)
Gets the inter/extra-polator for a point.
|
protected Polator |
StoreServer.Abstract.getPolator(Point point)
Gets the polator for a point.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<State> |
StoreServer.Abstract.resolveForPoint(State state,
Optional<Point> point)
Resolves a state for a point.
|
void |
Notifier.setFilter(Optional<Collection<Point>> noticesFilter)
Sets the filter.
|
void |
Notifier.Abstract.setFilter(Optional<Collection<Point>> noticesFilter)
Sets the filter.
|
Modifier and Type | Method and Description |
---|---|
void |
JiTArchiver.archive(Point point)
Archives a point.
|
void |
Archiver.archive(Point point)
Archives a point.
|
void |
Archiver.Abstract.archive(Point point)
Archives a point.
|
protected Optional<Archiver.Abstract.PointReference> |
Archiver.Abstract.getPointReference(Point point)
Gets a point reference.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.