edu.stanford.smi.protegex.owl.ui.clsproperties
Class RestrictionTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
edu.stanford.smi.protegex.owl.ui.clsproperties.RestrictionTreeNode
- All Implemented Interfaces:
- Cloneable, edu.stanford.smi.protege.util.Disposable, MutableTreeNode, Serializable, TreeNode
- Direct Known Subclasses:
- NewRestrictionTreeNode, OldRestrictionTreeNode
- public abstract class RestrictionTreeNode
- extends DefaultMutableTreeNode
- implements edu.stanford.smi.protege.util.Disposable
- See Also:
- Serialized Form
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
RestrictionTreeNode
public RestrictionTreeNode()
checkExpression
public abstract void checkExpression(String text)
throws Throwable
- Throws:
Throwable
dispose
public void dispose()
- Specified by:
dispose
in interface edu.stanford.smi.protege.util.Disposable
getFillerText
public abstract String getFillerText()
getIcon
public abstract Icon getIcon()
getInheritedFromClass
public abstract RDFSClass getInheritedFromClass()
getOperator
public abstract char getOperator()
getOperatorName
public String getOperatorName()
getParentNode
public PropertyTreeNode getParentNode()
getRestrictionMetaCls
public abstract edu.stanford.smi.protege.model.Cls getRestrictionMetaCls()
isInherited
public abstract boolean isInherited()