etomica.compatibility
Class Feature
java.lang.Object
etomica.compatibility.Feature
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NumericFeature, StringFeature
public abstract class Feature
- extends Object
- implements Serializable
Tentative property-based infrastructure for a general property-based compatibility algorithm
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LESS_THAN
public static final int LESS_THAN
- See Also:
- Constant Field Values
IS_EQUAL
public static final int IS_EQUAL
- See Also:
- Constant Field Values
GREATER_THAN
public static final int GREATER_THAN
- See Also:
- Constant Field Values
IS_EMPTY
public static final int IS_EMPTY
- See Also:
- Constant Field Values
INCOMPATIBLE_TYPES
public static final int INCOMPATIBLE_TYPES
- See Also:
- Constant Field Values
CONTAINS
public static final int CONTAINS
- See Also:
- Constant Field Values
name
public String name
Feature
public Feature(String aname)
compareTo
public abstract int compareTo(Feature feat)
compareTo
public abstract boolean compareTo(int operator,
Feature feat)