All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.cbr.tools.core.memory.similarity.CmpBoolValue

java.lang.Object
   |
   +----aid.cbr.tools.core.memory.similarity.CmpValue
           |
           +----aid.cbr.tools.core.memory.similarity.CmpBoolValue

public class CmpBoolValue
extends CmpValue

Variable Index

 o FALSE
 o TRUE

Constructor Index

 o CmpBoolValue(boolean)

Method Index

 o equals(Object)
 o getDefaultOrder()
 o getValue()
 o hashCode()
 o setValue(boolean)
 o toString()

Variables

 o TRUE
 public static final CmpBoolValue TRUE
 o FALSE
 public static final CmpBoolValue FALSE

Constructors

 o CmpBoolValue
 public CmpBoolValue(boolean b)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o getValue
 public final boolean getValue()
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o equals
 public boolean equals(Object o)
Overrides:
equals in class Object
 o getDefaultOrder
 public CmpValueOrder getDefaultOrder()
Overrides:
getDefaultOrder in class CmpValue
 o setValue
 protected void setValue(boolean b)

All Packages  Class Hierarchy  This Package  Previous  Next  Index