Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.clock |
Service to generate time events as point values.
|
org.rvpf.content |
Conversion between storage and computing representations.
|
org.rvpf.metadata.entity | |
org.rvpf.processor.engine.rpn.selector |
Summarizer Engine.
|
Modifier and Type | Method and Description |
---|---|
Content |
Content.getInstance(Point point)
Gets an appropriate instance of this content for the point.
|
Modifier and Type | Method and Description |
---|---|
Optional<Content> |
Point.getContent()
Gets this point's content handling instance.
|
Optional<Content> |
Point.Named.getContent()
Gets this point's content handling instance.
|
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 | Method and Description |
---|---|
Content |
ContainerContent.getContent()
Gets the first level content.
|
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 |
---|---|
Content |
ContentEntity.getContent()
Gets the Content instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<Content> |
PointEntity.getContent()
Gets this point's content handling instance.
|
Modifier and Type | Class and Description |
---|---|
class |
StartStopContent
Start/stop content converter.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.