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

Packages that use OWLBuilder.PropertyValue
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.PropertyValue in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLBuilder.PropertyValue
 OWLBuilder.PropertyValue ANTLRParser.value()
          Rule.
 

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

Classes in org.semanticweb.owl.model.helper that implement OWLBuilder.PropertyValue
static class OWLBuilder.DataPropertyValue
          Pair OWLDataProperty, OWLIndividual.
static class OWLBuilder.ObjectPropertyValue
          Pair OWLObjectProperty, OWLIndividual.
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLBuilder.PropertyValue
 void OWLBuilder.addPropertyValue(OWLIndividual subject, OWLBuilder.PropertyValue propValue)
          Adds the property value propValue to subject.
 



WonderWeb