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

Constructor Index

 o AbstractObjectType()

Method Index

 o enum()
 o floatEnum()
throws OperationNotSupportedException.
 o getMaxFloatValue()
throws OperationNotSupportedException.
 o getMaxIntValue()
throws OperationNotSupportedException.
 o getMaxValue()
 o getMinFloatValue()
throws OperationNotSupportedException.
 o getMinIntValue()
throws OperationNotSupportedException.
 o getMinValue()
 o getUndefFloatValue()
throws OperationNotSupportedException.
 o getUndefIntValue()
throws OperationNotSupportedException.
 o getUndefValue()
 o getUnknownFloatValue()
throws OperationNotSupportedException.
 o getUnknownIntValue()
throws OperationNotSupportedException.
 o getUnknownValue()
 o greatherThan(Object, Object)
 o intEnum()
throws OperationNotSupportedException.
 o isBounded()
 o isDefined(Object)
 o isEnumerated()
 o isFloat()
 o isFloatDefined(float)
throws OperationNotSupportedException.
 o isFloatUnknown(float)
throws OperationNotSupportedException.
 o isInt()
 o isIntDefined(int)
throws OperationNotSupportedException.
 o isIntUnknown(int)
throws OperationNotSupportedException.
 o isObject()
 o isOrdered()
 o isUnknown(Object)
 o isValidFloatValue(float)
throws OperationNotSupportedException.
 o isValidIntValue(int)
throws OperationNotSupportedException.
 o isValidValue(Object)

Constructors

 o AbstractObjectType
 public AbstractObjectType()

Methods

 o isValidFloatValue
 public final boolean isValidFloatValue(float f)
throws OperationNotSupportedException.

 o isValidIntValue
 public final boolean isValidIntValue(int i)
throws OperationNotSupportedException.

 o getMinIntValue
 public final int getMinIntValue()
throws OperationNotSupportedException.

 o getMinFloatValue
 public final float getMinFloatValue()
throws OperationNotSupportedException.

 o getMaxIntValue
 public final int getMaxIntValue()
throws OperationNotSupportedException.

 o getMaxFloatValue
 public final float getMaxFloatValue()
throws OperationNotSupportedException.

 o intEnum
 public final int[] intEnum()
throws OperationNotSupportedException.

 o floatEnum
 public final float[] floatEnum()
throws OperationNotSupportedException.

 o getUnknownIntValue
 public final int getUnknownIntValue()
throws OperationNotSupportedException.

 o getUnknownFloatValue
 public final float getUnknownFloatValue()
throws OperationNotSupportedException.

 o isIntUnknown
 public final boolean isIntUnknown(int i)
throws OperationNotSupportedException.

 o isFloatUnknown
 public final boolean isFloatUnknown(float f)
throws OperationNotSupportedException.

 o getUndefIntValue
 public final int getUndefIntValue()
throws OperationNotSupportedException.

 o getUndefFloatValue
 public final float getUndefFloatValue()
throws OperationNotSupportedException.

 o isIntDefined
 public final boolean isIntDefined(int i)
throws OperationNotSupportedException.

 o isFloatDefined
 public final boolean isFloatDefined(float f)
throws OperationNotSupportedException.

 o isObject
 public final boolean isObject()
 o isFloat
 public final boolean isFloat()
 o isInt
 public final boolean isInt()
 o isOrdered
 public boolean isOrdered()
 o greatherThan
 public boolean greatherThan(Object o1,
                             Object o2)
 o isValidValue
 public boolean isValidValue(Object o)
 o isBounded
 public boolean isBounded()
 o isEnumerated
 public boolean isEnumerated()
 o getMinValue
 public Object getMinValue()
 o getMaxValue
 public Object getMaxValue()
 o enum
 public List enum()
 o getUnknownValue
 public Object getUnknownValue()
 o isUnknown
 public boolean isUnknown(Object value)
 o getUndefValue
 public Object getUndefValue()
 o isDefined
 public boolean isDefined(Object v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index