| Modifier and Type | Method and Description |
|---|---|
abstract Value |
AbstractAlgorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments arguments) |
Value |
Algorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments arguments)
Computes whether or not a temporal abstraction exists in a segment of a
time series.
|
Value |
TemporalPatternOffset.getFinishAbstractParamValue() |
Value |
LowLevelAbstractionValueDefinition.getParameterValue(String str) |
Value |
TemporalPatternOffset.getStartAbstractParamValue() |
Value |
Attribute.getValue() |
Value |
TemporalExtendedParameterDefinition.getValue() |
Value |
LowLevelAbstractionValueDefinition.getValue() |
Value |
ExtendedParameterDefinition.getValue() |
Value |
PropertyConstraint.getValue() |
Value |
AlgorithmArguments.value(String name) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractParameter |
AbstractParameterFactory.getFromAbstraction(String propId,
UniqueId uniqueId,
Segment<? extends TemporalProposition> segment,
List<? extends TemporalProposition> tps,
Value value,
TemporalPatternOffset temporalOffset,
TemporalExtendedPropositionDefinition[] epds,
String contextId) |
void |
TemporalPatternOffset.setFinishAbstractParamValue(Value finishAbstractParamValue) |
void |
LowLevelAbstractionValueDefinition.setParameterValue(String str,
Value val) |
void |
TemporalPatternOffset.setStartAbstractParamValue(Value startAbstractParamValue) |
void |
TemporalExtendedParameterDefinition.setValue(Value value) |
void |
LowLevelAbstractionValueDefinition.setValue(Value value) |
void |
ExtendedParameterDefinition.setValue(Value value) |
void |
PropertyConstraint.setValue(Value value) |
| Constructor and Description |
|---|
Attribute(String name,
Value value) |
TemporalExtendedAbstractParameterDefinition(String parameterId,
Value value) |
TemporalExtendedAbstractParameterDefinition(String parameterId,
Value value,
String contextId) |
TemporalExtendedParameterDefinition(String parameterId,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
Value |
TrendAlgorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments args)
Computes whether the slope of a linear regression line drawn through the
values of a time sequence segment is above and/or below a specified
value.
|
Value |
StateAlgorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments args)
Computes whether the values of a time sequence segment are above and/or
below a specified value.
|
Value |
MinAlgorithm.compute(Segment<PrimitiveParameter> segment,
AlgorithmArguments args) |
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueFilter.getValue() |
Value[] |
PropertyValueFilter.getValues()
Gets the specified value.
|
| Constructor and Description |
|---|
PropertyValueFilter(String[] propositionIds,
String property,
ValueComparator valueComparator,
Value... values)
Instantiate with the proposition ids to which this filter applies,
the property to which this filter applies, the operator and a value.
|
ValueFilter(String[] propIds,
ValueComparator comparator,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
Value[] |
Derivation.getAllowedValues() |
Value |
PropertyConstraint.getValue()
Gets the value of the constraint.
|
| Constructor and Description |
|---|
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int fromIndex,
int toIndex,
Value[] allowedValues,
Derivation.Behavior behavior,
Relation relation) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Comparator<Proposition> comparator,
int index,
Value[] allowedValues,
Derivation.Behavior behavior) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Value[] allowedValues,
Derivation.Behavior behavior) |
Derivation(String[] propositionIds,
PropertyConstraint[] constraints,
Value[] allowedValues,
Derivation.Behavior behavior,
Relation relation) |
PropertyConstraint(String propertyName,
ValueComparator valueComparator,
Value value)
Constructs a property constraint with a property name, comparator and
one or more values.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
Proposition.getProperty(String name)
Gets the value of the specified property.
|
Value |
AbstractProposition.getProperty(String name) |
Value |
TemporalParameter.getValue() |
Value |
Parameter.getValue()
Gets the value of this parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Value> |
CompoundValuedInterval.getValues()
Gets the proposition ID-value map for this interval
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveParameter |
TemporalPrimitiveParameterFactory.getInstance(String id,
String timestamp,
Value value,
SourceSystem dataSourceType) |
void |
AbstractProposition.setProperty(String name,
Value value) |
void |
TemporalParameter.setValue(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Integer> |
AbstractKaplanMeyer.get(String id,
Value val) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueBuilder<V extends Value> |
class |
ValueList<V extends Value>
Represents lists of values.
|
class |
ValueListBuilder<V extends Value> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericalValue
Represents numerical values.
|
interface |
OrderedValue
A marker interface for indicating that an implementation of
Value
represents values that have an intrinsic order. |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValue
A boolean value.
|
class |
DateValue
Represents dates and datetimes.
|
class |
InequalityNumberValue
Represents a test result that is outside of the reportable range of the test
and thus is reported prefixed with a greater than or less than sign.
|
class |
NominalValue
Represents a
String value. |
class |
NumberValue
Represents a number, either integral or floating point, with unbounded upper
and lower limit (subject to available memory).
|
class |
OrdinalValue
Represents ordinal string values.
|
class |
ValueList<V extends Value>
Represents lists of values.
|
| Modifier and Type | Method and Description |
|---|---|
static <V extends Value> |
ValueList.getInstance(V... value)
Creates a list of the provided elements in the same order.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Value |
ValueType.parse(String val)
Creates a
Value instance by parsing the given string. |
Value |
Value.replace()
Returns a value from a cache that is equal to this one, if such a value
exists.
|
Value |
DateValue.replace() |
| Modifier and Type | Method and Description |
|---|---|
ValueComparator |
ValueList.compare(Value val)
Compares a value list for membership in another value list.
|
ValueComparator |
Value.compare(Value val)
Returns whether the given value is greater, less than, equal to or not
equal to this value.
|
ValueComparator |
NominalValue.compare(Value o)
Compares this nominal value and another lexically.
|
ValueComparator |
NumberValue.compare(Value o)
Compares this value and another numerically, or checks this number value
for membership in a value list.
|
ValueComparator |
BooleanValue.compare(Value val)
Returns
ValueComparator.UNKNOWN, as boolean values do not
have a natural order, unless the provided value is a value list, for
which this method tests for membership in the list. |
ValueComparator |
DateValue.compare(Value o)
Compares this date value and another date value according to their
natural order, or checks this date value for membership in a value list.
|
ValueComparator |
InequalityNumberValue.compare(Value d2)
Compares this value and another numerically, or checks this value
for membership in a value list.
|
ValueComparator |
OrdinalValue.compare(Value o)
Compares this value and another according to the defined order, or
checks this number value for membership in a value list.
|
boolean |
ValueComparator.compare(Value lhsValue,
Value rhsValue)
Returns whether two values have the relationship specified by this
value comparator.
|
static <V extends Value> |
ValueList.getInstance(V... value)
Creates a list of the provided elements in the same order.
|
abstract boolean |
ValueType.isInstance(Value value)
Returns whether a value is an instance of this value type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValueVisitor.visit(ValueList<? extends Value> listValue)
Processes a list of values.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueSetElement.getValue()
Returns the value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ValueSet.abbrevDisplayName(Value value)
Returns an abbreviated display name for the specified value, if one is
defined.
|
String |
ValueSet.displayName(Value value)
Returns a display name for the specified value, if one is defined.
|
boolean |
ValueSet.isInValueSet(Value value)
Returns whether the specified value is in the value set.
|
| Constructor and Description |
|---|
ValueSetElement(Value value) |
ValueSetElement(Value value,
String displayName) |
ValueSetElement(Value value,
String displayName,
String abbrevDisplayName) |
ValueSetElement(Value value,
String displayName,
String abbrevDisplayName,
Attribute[] attributes)
Instantiates a value of a value set.
|
Copyright © 2012–2018 Emory University. All rights reserved.