Searched defs:other (Results 1 - 10 of 10) sorted by relevance

/owl-s/src/org/mindswap/owl/
H A DOWLIndividual.java227 * @param other
230 public boolean isSameAs(OWLIndividual other); argument
247 public boolean isDifferentFrom(OWLIndividual other); argument
/owl-s/src/impl/jena/
H A DOWLIndividualImpl.java259 public boolean isSameAs(OWLIndividual other) { argument
260 return kb.isSameAs(this, other);
267 public boolean isDifferentFrom(OWLIndividual other) { argument
268 return kb.isDifferentFrom(this, other);
/owl-s/src/impl/owl/
H A DWrappedIndividual.java415 public boolean isSameAs(OWLIndividual other) { argument
416 return individual.isSameAs( other );
423 public boolean isDifferentFrom(OWLIndividual other) { argument
424 return individual.isDifferentFrom( other );
/owl-s/lib/jena/
H A Dstax-1.1.1-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/bea/ com/bea/xml/ com/bea/xml/stream/ ...
H A Dicu4j_3_4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
H A Djena.jar ... datatypeURI public boolean equals (java.lang.Object) Object other public int hashCode () } com/hp/hpl/jena/datatypes/BaseDatatype. ...
H A Darq.jarMETA-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/owl-s/lib/pellet/
H A Dpellet.jar ... graph.VertexClass) com.lre.graph.Vertex other int j boolean matchCurr com.lre.graph. ...
/owl-s/lib/axis/
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...

Completed in 50 milliseconds