Uses of Interface
org.semanticweb.owl.model.helper.OWLBuilder.RestrictionComponent

Packages that use OWLBuilder.RestrictionComponent
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
 

Uses of OWLBuilder.RestrictionComponent in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLBuilder.RestrictionComponent
 OWLBuilder.RestrictionComponent ANTLRParser.dataRestrictionComponent()
          Rule.
 OWLBuilder.RestrictionComponent ANTLRParser.individualRestrictionComponent()
          Rule.
 

Uses of OWLBuilder.RestrictionComponent in org.semanticweb.owl.model.helper
 

Classes in org.semanticweb.owl.model.helper that implement OWLBuilder.RestrictionComponent
static class OWLBuilder.CardinalityComponent
          Encapsulates the properties of a cardinality component.
static class OWLBuilder.DataLiteralValueComponent
          Encapsulates the properties of a data literal value component.
static class OWLBuilder.DataRangeComponent
          Encapsulates the properties of a dataRange component.
static class OWLBuilder.DescriptionComponent
          Encapsulates the properties of a description component.
static class OWLBuilder.IndividualValueComponent
          Encapsulates the properties of an individual value component.
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLBuilder.RestrictionComponent
 OWLRestriction OWLBuilder.getRestriction(OWLObjectProperty property, OWLBuilder.RestrictionComponent component)
          Returns the OWLRestriction for property corresponding to the RestrictionComponent component.
 OWLRestriction OWLBuilder.getRestriction(OWLDataProperty property, OWLBuilder.RestrictionComponent component)
          Returns the OWLRestriction for property corresponding to the RestrictionComponent component.
 



WonderWeb