Searched refs:isEquivalent (Results 1 - 7 of 7) sorted by relevance
/owl-s/src/org/mindswap/owl/ | ||
H A D | OWLType.java | 44 public boolean isEquivalent(OWLType type);
method in interface:OWLType |
H A D | OWLModel.java | 451 public boolean isEquivalent(OWLType t1, OWLType t2);
method in interface:OWLModel |
/owl-s/src/impl/jena/ | ||
H A D | OWLClassImpl.java | 82 public boolean isEquivalent(OWLType type) {
method in class:OWLClassImpl 83 return kb.isEquivalent(this, type); |
H A D | OWLDataTypeImpl.java | 80 public boolean isEquivalent(OWLType type) {
method in class:OWLDataTypeImpl 81 return kb.isEquivalent(this, type); |
H A D | OWLModelImpl.java | 503 * @see org.mindswap.owl.OWLModel#isEquivalent(org.mindswap.owl.OWLType, org.mindswap.owl.OWLType)
505 public boolean isEquivalent(OWLType t1, OWLType t2) { method in class:OWLModelImpl 529 return !isEquivalent(t1, t2); |
/owl-s/src/examples/ | ||
H A D | Matchmaker.java | 106 if(outputType.isEquivalent(inputType))
|
/owl-s/lib/pellet/ | ||
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
Completed in 22 milliseconds