edu.stanford.smi.protegex.owl.ui.conditions
Class ConditionsTableItem
java.lang.Object
edu.stanford.smi.protegex.owl.ui.conditions.ConditionsTableItem
- All Implemented Interfaces:
- ConditionsTableConstants, Comparable
public class ConditionsTableItem
- extends Object
- implements ConditionsTableConstants, Comparable
An object representing an entry in the table. One instance is kept for
each row.
- Author:
- Holger Knublauch
Method Summary |
int |
compareTo(Object o)
Sorts according to the following order:
1) Equivalent classes > superclasses > inherited superclasses
2) NamedClasses by name
3) Anonymous classes > restrictions
4) Restrictions by slot name |
void |
dispose()
|
String |
toString()
|
INHERITED
public static final String INHERITED
- See Also:
- Constant Field Values
NECESSARY
public static final String NECESSARY
- See Also:
- Constant Field Values
SUFFICIENT
public static final String SUFFICIENT
- See Also:
- Constant Field Values
dispose
public void dispose()
compareTo
public int compareTo(Object o)
- Sorts according to the following order:
1) Equivalent classes > superclasses > inherited superclasses
2) NamedClasses by name
3) Anonymous classes > restrictions
4) Restrictions by slot name
- Specified by:
compareTo
in interface Comparable
- Parameters:
o
- the other ClassDescriptionItem to compare to
- Returns:
- -1 if this is smaller (higher in the list), 1 if the other is smaller
toString
public String toString()
- Overrides:
toString
in class Object
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.