Uses of Class
owltools.graph.OWLQuantifiedProperty.Quantifier

Packages that use OWLQuantifiedProperty.Quantifier
owltools OWLTools - an OWL API wrapper 
owltools.graph OWLGraph -- OBO-like Graph Wrapper for OWL Ontologies 
 

Uses of OWLQuantifiedProperty.Quantifier in owltools
 

Methods in owltools with parameters of type OWLQuantifiedProperty.Quantifier
 Set<Set<org.semanticweb.owlapi.model.OWLAxiom>> InferenceBuilder.getExplaination(String c1, String c2, OWLQuantifiedProperty.Quantifier quantifier)
           
 

Uses of OWLQuantifiedProperty.Quantifier in owltools.graph
 

Methods in owltools.graph that return OWLQuantifiedProperty.Quantifier
 OWLQuantifiedProperty.Quantifier OWLQuantifiedProperty.getQuantifier()
           
static OWLQuantifiedProperty.Quantifier OWLQuantifiedProperty.Quantifier.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OWLQuantifiedProperty.Quantifier[] OWLQuantifiedProperty.Quantifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in owltools.graph with parameters of type OWLQuantifiedProperty.Quantifier
 void OWLQuantifiedProperty.setQuantifier(OWLQuantifiedProperty.Quantifier quantifier)
           
 

Constructors in owltools.graph with parameters of type OWLQuantifiedProperty.Quantifier
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject s, org.semanticweb.owlapi.model.OWLObject t, org.semanticweb.owlapi.model.OWLObjectPropertyExpression p, OWLQuantifiedProperty.Quantifier q, org.semanticweb.owlapi.model.OWLOntology o)
           
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject s, org.semanticweb.owlapi.model.OWLObject t, OWLQuantifiedProperty.Quantifier q)
           
OWLQuantifiedProperty(org.semanticweb.owlapi.model.OWLObjectPropertyExpression p, OWLQuantifiedProperty.Quantifier q)
           
OWLQuantifiedProperty(OWLQuantifiedProperty.Quantifier q)
           
 



Copyright © 2010-2011. All Rights Reserved.