Package | Description |
---|---|
org.apache.edgent.analytics.sensors |
Analytics focused on handling sensor data.
|
Modifier and Type | Method and Description |
---|---|
Range.BoundType |
Range.lowerBoundType()
Get the BoundType for the lowerEndpoint.
|
Range.BoundType |
Range.upperBoundType()
Get the BoundType for the upperEndpoint.
|
static Range.BoundType |
Range.BoundType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Range.BoundType[] |
Range.BoundType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<?>> |
Range.range(T lowerEndpoint,
Range.BoundType lbt,
T upperEndpoint,
Range.BoundType ubt)
Create a new Range<T>
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641