All Packages Class Hierarchy This Package Previous Next Index
Class aid.cbr.tools.core.cbrcase.AbstractObjectType
java.lang.Object
|
+----aid.cbr.tools.core.cbrcase.AbstractObjectType
- public abstract class AbstractObjectType
- extends Object
- implements IndiceType
Implements basic operation for Object types.
- Version:
- $Revision$, $Date$
- Author:
- M. Jaczynski
-
AbstractObjectType()
-
-
enum()
-
-
floatEnum()
- throws OperationNotSupportedException.
-
getMaxFloatValue()
- throws OperationNotSupportedException.
-
getMaxIntValue()
- throws OperationNotSupportedException.
-
getMaxValue()
-
-
getMinFloatValue()
- throws OperationNotSupportedException.
-
getMinIntValue()
- throws OperationNotSupportedException.
-
getMinValue()
-
-
getUndefFloatValue()
- throws OperationNotSupportedException.
-
getUndefIntValue()
- throws OperationNotSupportedException.
-
getUndefValue()
-
-
getUnknownFloatValue()
- throws OperationNotSupportedException.
-
getUnknownIntValue()
- throws OperationNotSupportedException.
-
getUnknownValue()
-
-
greatherThan(Object, Object)
-
-
intEnum()
- throws OperationNotSupportedException.
-
isBounded()
-
-
isDefined(Object)
-
-
isEnumerated()
-
-
isFloat()
-
-
isFloatDefined(float)
- throws OperationNotSupportedException.
-
isFloatUnknown(float)
- throws OperationNotSupportedException.
-
isInt()
-
-
isIntDefined(int)
- throws OperationNotSupportedException.
-
isIntUnknown(int)
- throws OperationNotSupportedException.
-
isObject()
-
-
isOrdered()
-
-
isUnknown(Object)
-
-
isValidFloatValue(float)
- throws OperationNotSupportedException.
-
isValidIntValue(int)
- throws OperationNotSupportedException.
-
isValidValue(Object)
-
AbstractObjectType
public AbstractObjectType()
isValidFloatValue
public final boolean isValidFloatValue(float f)
- throws OperationNotSupportedException.
isValidIntValue
public final boolean isValidIntValue(int i)
- throws OperationNotSupportedException.
getMinIntValue
public final int getMinIntValue()
- throws OperationNotSupportedException.
getMinFloatValue
public final float getMinFloatValue()
- throws OperationNotSupportedException.
getMaxIntValue
public final int getMaxIntValue()
- throws OperationNotSupportedException.
getMaxFloatValue
public final float getMaxFloatValue()
- throws OperationNotSupportedException.
intEnum
public final int[] intEnum()
- throws OperationNotSupportedException.
floatEnum
public final float[] floatEnum()
- throws OperationNotSupportedException.
getUnknownIntValue
public final int getUnknownIntValue()
- throws OperationNotSupportedException.
getUnknownFloatValue
public final float getUnknownFloatValue()
- throws OperationNotSupportedException.
isIntUnknown
public final boolean isIntUnknown(int i)
- throws OperationNotSupportedException.
isFloatUnknown
public final boolean isFloatUnknown(float f)
- throws OperationNotSupportedException.
getUndefIntValue
public final int getUndefIntValue()
- throws OperationNotSupportedException.
getUndefFloatValue
public final float getUndefFloatValue()
- throws OperationNotSupportedException.
isIntDefined
public final boolean isIntDefined(int i)
- throws OperationNotSupportedException.
isFloatDefined
public final boolean isFloatDefined(float f)
- throws OperationNotSupportedException.
isObject
public final boolean isObject()
isFloat
public final boolean isFloat()
isInt
public final boolean isInt()
isOrdered
public boolean isOrdered()
greatherThan
public boolean greatherThan(Object o1,
Object o2)
isValidValue
public boolean isValidValue(Object o)
isBounded
public boolean isBounded()
isEnumerated
public boolean isEnumerated()
getMinValue
public Object getMinValue()
getMaxValue
public Object getMaxValue()
enum
public List enum()
getUnknownValue
public Object getUnknownValue()
isUnknown
public boolean isUnknown(Object value)
getUndefValue
public Object getUndefValue()
isDefined
public boolean isDefined(Object v)
All Packages Class Hierarchy This Package Previous Next Index