Uses of Class
edu.stanford.smi.protegex.owl.ui.clsproperties.PropertyRestrictionsTree

Packages that use PropertyRestrictionsTree
edu.stanford.smi.protegex.owl.ui.clsproperties   
edu.stanford.smi.protegex.owl.ui.clsproperties.tests   
 

Uses of PropertyRestrictionsTree in edu.stanford.smi.protegex.owl.ui.clsproperties
 

Fields in edu.stanford.smi.protegex.owl.ui.clsproperties declared as PropertyRestrictionsTree
private  PropertyRestrictionsTree PropertyTreeNode.tree
           
private  PropertyRestrictionsTree OldRestrictionTreeNode.tree
           
private  PropertyRestrictionsTree PropertyRestrictionsTreeWidget.tree
           
private  PropertyRestrictionsTree NewRestrictionTreeNode.tree
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type PropertyRestrictionsTree
PropertyTreeNode(PropertyRestrictionsTree tree, OWLNamedClass cls, RDFProperty property, boolean inherited)
           
OldRestrictionTreeNode(PropertyRestrictionsTree tree, OWLRestriction restriction, RDFSClass inheritedFromClass)
           
NewRestrictionTreeNode(edu.stanford.smi.protege.model.Cls metaCls, PropertyRestrictionsTree tree)
           
 

Uses of PropertyRestrictionsTree in edu.stanford.smi.protegex.owl.ui.clsproperties.tests
 

Methods in edu.stanford.smi.protegex.owl.ui.clsproperties.tests with parameters of type PropertyRestrictionsTree
private  void PropertyRestrictionsTreeTestCase.assertTree(PropertyRestrictionsTree tree, Object[] objects)