Class UndefinedSet
java.lang.Object
adaa.analytics.rules.logic.representation.valueset.SingletonSet
adaa.analytics.rules.logic.representation.valueset.UndefinedSet
- All Implemented Interfaces:
IValueSet
,Serializable
- See Also:
-
Field Summary
Fields inherited from class adaa.analytics.rules.logic.representation.valueset.SingletonSet
mapping, value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetsSingletonSet.mapping
double
getValue()
GetsSingletonSet.value
GetsSingletonSet.value
as stringvoid
setMapping
(List<String> v) SetsSingletonSet.mapping
void
setValue
(double v) SetsSingletonSet.value
toString()
Converts the value set to string.Methods inherited from class adaa.analytics.rules.logic.representation.valueset.SingletonSet
contains, equals, getDifference, getIntersection, hashCode, intersects
-
Constructor Details
-
UndefinedSet
public UndefinedSet()
-
-
Method Details
-
getValue
public double getValue()GetsSingletonSet.value
- Overrides:
getValue
in classSingletonSet
-
setValue
public void setValue(double v) SetsSingletonSet.value
- Overrides:
setValue
in classSingletonSet
-
getValueAsString
GetsSingletonSet.value
as string- Overrides:
getValueAsString
in classSingletonSet
-
getMapping
GetsSingletonSet.mapping
- Overrides:
getMapping
in classSingletonSet
-
setMapping
SetsSingletonSet.mapping
- Overrides:
setMapping
in classSingletonSet
-
toString
Description copied from class:SingletonSet
Converts the value set to string.- Specified by:
toString
in interfaceIValueSet
- Overrides:
toString
in classSingletonSet
- Returns:
- Text representation of the value set.
-