Uses of Interface
edu.stanford.smi.protegex.owl.model.OWLRestriction

Packages that use OWLRestriction
edu.stanford.smi.protegex.owl.compactparser   
edu.stanford.smi.protegex.owl.jena.creator   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.classdisplay   
edu.stanford.smi.protegex.owl.model.classdisplay.compact   
edu.stanford.smi.protegex.owl.model.classparser.compact   
edu.stanford.smi.protegex.owl.model.classparser.manchester   
edu.stanford.smi.protegex.owl.model.framestore   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.ui.clsproperties   
edu.stanford.smi.protegex.owl.ui.conditions   
edu.stanford.smi.protegex.owl.ui.restrictions   
edu.stanford.smi.protegex.owl.writer.rdfxml.renderer   
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.compactparser
 

Methods in edu.stanford.smi.protegex.owl.compactparser that return OWLRestriction
 OWLRestriction OWLCompactParser.Restriction(RDFProperty property)
          Deprecated.  
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.jena.creator
 

Methods in edu.stanford.smi.protegex.owl.jena.creator with parameters of type OWLRestriction
private  com.hp.hpl.jena.ontology.Restriction JenaCreator.createRestriction(OWLRestriction restriction)
           
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.model
 

Subinterfaces of OWLRestriction in edu.stanford.smi.protegex.owl.model
 interface OWLAllValuesFrom
          An owl:allValueFrom restriction.
 interface OWLCardinality
          A class representing an owl:cardinality restriction.
 interface OWLCardinalityBase
          The base interface of the various cardinality restrictions.
 interface OWLExistentialRestriction
          A common base interface for OWLHasValue and OWLSomeValuesFrom restrictions.
 interface OWLHasValue
          A class representing an owl:hasValue restriction.
 interface OWLMaxCardinality
          A Cls representing a maximumCardinality restriction.
 interface OWLMinCardinality
          A Cls representing a minimumCardinality restriction.
 interface OWLQuantifierRestriction
          The common base interface of OWLAllValuesFrom and OWLSomeValuesFrom.
 interface OWLSomeValuesFrom
          A some-values-from OWLRestriction.
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.model.classdisplay
 

Methods in edu.stanford.smi.protegex.owl.model.classdisplay with parameters of type OWLRestriction
protected  String AbstractOWLClassDisplay.getDisplayTextOfOWLRestriction(OWLRestriction restriction)
           
protected  String AbstractOWLClassDisplay.getOWLRestrictionFillerText(OWLRestriction restriction)
           
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.model.classdisplay.compact
 

Methods in edu.stanford.smi.protegex.owl.model.classdisplay.compact with parameters of type OWLRestriction
protected  String CompactOWLClassDisplay.getDisplayTextOfOWLRestriction(OWLRestriction restriction)
           
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.model.classparser.compact
 

Methods in edu.stanford.smi.protegex.owl.model.classparser.compact that return OWLRestriction
 OWLRestriction CompactParser.Restriction(RDFProperty property)
           
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.model.classparser.manchester
 

Methods in edu.stanford.smi.protegex.owl.model.classparser.manchester that return OWLRestriction
 OWLRestriction ManchesterOWLParser.Restriction(RDFProperty property)
           
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.model.framestore
 

Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type OWLRestriction
private  void OWLFrameStore.copyFacetValuesIntoOWLNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
private  void OWLFrameStore.copyFacetValuesIntoOWLNamedClass(OWLRestriction restriction)
           
 void HasValueRestrictionUpdater.copyFacetValuesIntoNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
 void AllValuesFromRestrictionUpdater.copyFacetValuesIntoNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
 void CardinalityRestrictionUpdater.copyFacetValuesIntoNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
 void RestrictionUpdater.copyFacetValuesIntoNamedClass(RDFSNamedClass cls, OWLRestriction restriction)
           
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.model.impl
 

Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLRestriction
 class AbstractOWLCardinalityBase
          The base class of MaxCardi and OWLMinCardinality.
 class AbstractOWLQuantifierRestriction
          The common base class of DefaultOWLAllValuesFrom and DefaultOWLSomeValuesFrom.
 class AbstractOWLRestriction
          A basic implementation of the OWLRestriction interface.
 class DefaultOWLAllValuesFrom
          The default implementation of OWLAllValuesFrom.
 class DefaultOWLCardinality
          A class representing a cardinality restriction.
 class DefaultOWLHasValue
          A Cls representing a hasValue restriction.
 class DefaultOWLMaxCardinality
          A Cls representing a maximumCardinality restriction.
 class DefaultOWLMinCardinality
          A Cls representing a minimumCardinality restriction.
 class DefaultOWLSomeValuesFrom
          The default implementation of OWLSomeValuesFrom.
 

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

Methods in edu.stanford.smi.protegex.owl.ui.clsproperties that return OWLRestriction
 OWLRestriction OldRestrictionTreeNode.getRestriction()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type OWLRestriction
 OldRestrictionTreeNode PropertyTreeNode.getRestrictionTreeNode(OWLRestriction restriction)
           
private  void PropertyTreeNode.perhapsAddRestriction(OWLRestriction restriction, List rs, Set overloadedClses)
           
private  void PropertyRestrictionsTree.addRestrictionToDefinition(OWLRestriction newRestriction)
           
private  OWLNamedClass PropertyRestrictionsTree.getHostCls(OWLRestriction restriction)
           
 void PropertyRestrictionsTree.setSelectedRestriction(OWLRestriction restriction)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.clsproperties with parameters of type OWLRestriction
OldRestrictionTreeNode(PropertyRestrictionsTree tree, OWLRestriction restriction, RDFSClass inheritedFromClass)
           
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.ui.conditions
 

Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLRestriction
private  int ConditionsTableItem.compareToWithRestrictions(OWLRestriction otherCls)
           
 void ConditionsTable.addRestriction(OWLRestriction restriction)
           
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.ui.restrictions
 

Methods in edu.stanford.smi.protegex.owl.ui.restrictions that return OWLRestriction
private  OWLRestriction RestrictionEditorPanel.createRestriction(edu.stanford.smi.protege.model.Cls metaCls, RDFProperty property, String text)
           
(package private)  OWLRestriction RestrictionEditorPanel.getResult()
           
static OWLRestriction RestrictionEditorPanel.showCreateDialog(Component parent, RDFSClass targetClass, edu.stanford.smi.protege.model.Cls metaCls, RDFProperty property)
           
static OWLRestriction RestrictionEditorPanel.showCreateDialog(Component parent, RDFSClass targetClass, edu.stanford.smi.protege.model.Cls metaCls, RDFProperty property, String fillerText)
           
static OWLRestriction RestrictionEditorPanel.showCreateDialog(Component parent, RDFSClass targetClass, edu.stanford.smi.protege.model.Cls metaCls)
           
 

Uses of OWLRestriction in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer
 

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLRestriction
private  void RDFResourceRenderer.writeRestrictionStart(OWLRestriction restriction)