Protégé-OWL 3.4

edu.stanford.smi.protegex.owl.ui.conditions
Class ConditionsTableItem

java.lang.Object
  extended by 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

Field Summary
static String INHERITED
           
static String NECESSARY
           
static String SUFFICIENT
           
 
Fields inherited from interface edu.stanford.smi.protegex.owl.ui.conditions.ConditionsTableConstants
COL_COUNT, COL_EXPRESSION, TYPE_DEFINITION_BASE, TYPE_INHERITED, TYPE_SUPERCLASS
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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

Protégé-OWL 3.4

Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.