|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OWLQuantifiedProperty | |
---|---|
owltools.graph | OWLGraph -- OBO-like Graph Wrapper for OWL Ontologies |
Uses of OWLQuantifiedProperty in owltools.graph |
---|
Fields in owltools.graph with type parameters of type OWLQuantifiedProperty | |
---|---|
Set<OWLQuantifiedProperty> |
OWLGraphWrapper.Config.graphEdgeExcludeSet
|
Set<OWLQuantifiedProperty> |
OWLGraphWrapper.Config.graphEdgeIncludeSet
|
Methods in owltools.graph that return OWLQuantifiedProperty | |
---|---|
OWLQuantifiedProperty |
OWLGraphEdge.getFinalQuantifiedProperty()
|
OWLQuantifiedProperty |
OWLGraphEdge.getFirstQuantifiedProperty()
|
OWLQuantifiedProperty |
OWLGraphEdge.getLastQuantifiedProperty()
|
OWLQuantifiedProperty |
OWLGraphEdge.getSingleQuantifiedProperty()
|
Methods in owltools.graph that return types with arguments of type OWLQuantifiedProperty | |
---|---|
List<OWLQuantifiedProperty> |
OWLGraphEdge.getQuantifiedPropertyList()
|
Methods in owltools.graph with parameters of type OWLQuantifiedProperty | |
---|---|
void |
OWLGraphEdge.setSingleQuantifiedProperty(OWLQuantifiedProperty qp)
|
boolean |
OWLQuantifiedProperty.subsumes(OWLQuantifiedProperty other)
true if this is equal to other. |
Method parameters in owltools.graph with type arguments of type OWLQuantifiedProperty | |
---|---|
void |
OWLGraphEdge.setQuantifiedPropertyList(List<OWLQuantifiedProperty> qps)
|
Constructors in owltools.graph with parameters of type OWLQuantifiedProperty | |
---|---|
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject source,
org.semanticweb.owlapi.model.OWLObject target,
org.semanticweb.owlapi.model.OWLOntology ontology,
OWLQuantifiedProperty qp)
|
|
OWLGraphEdge(org.semanticweb.owlapi.model.OWLRestriction<?,?,?> s,
org.semanticweb.owlapi.model.OWLObject t,
OWLQuantifiedProperty el,
org.semanticweb.owlapi.model.OWLOntology o)
|
Constructor parameters in owltools.graph with type arguments of type OWLQuantifiedProperty | |
---|---|
OWLGraphEdge(org.semanticweb.owlapi.model.OWLObject source,
org.semanticweb.owlapi.model.OWLObject target,
List<OWLQuantifiedProperty> qpl,
org.semanticweb.owlapi.model.OWLOntology ontology)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |