Searched refs:isEquivalent (Results 1 - 7 of 7) sorted by relevance

/owl-s/src/org/mindswap/owl/
H A DOWLType.java44 public boolean isEquivalent(OWLType type); method in interface:OWLType
H A DOWLModel.java451 public boolean isEquivalent(OWLType t1, OWLType t2); method in interface:OWLModel
/owl-s/src/impl/jena/
H A DOWLClassImpl.java82 public boolean isEquivalent(OWLType type) { method in class:OWLClassImpl
83 return kb.isEquivalent(this, type);
H A DOWLDataTypeImpl.java80 public boolean isEquivalent(OWLType type) { method in class:OWLDataTypeImpl
81 return kb.isEquivalent(this, type);
H A DOWLModelImpl.java503 * @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 DMatchmaker.java106 if(outputType.isEquivalent(inputType))
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...

Completed in 22 milliseconds