Searched refs:getLabels (Results 1 - 3 of 3) sorted by relevance
/owl-s/src/org/mindswap/owl/ | ||
H A D | OWLEntity.java | 89 public OWLDataValueList getLabels();
method in interface:OWLEntity |
/owl-s/src/impl/owl/ | ||
H A D | WrappedIndividual.java | 255 * @see org.mindswap.owl.OWLObject#getLabels()
257 public OWLDataValueList getLabels() { method in class:WrappedIndividual 258 return individual.getLabels(); |
/owl-s/src/impl/jena/ | ||
H A D | OWLEntityImpl.java | 90 * @see org.mindswap.owl.OWLObject#getLabels()
92 public OWLDataValueList getLabels() { method in class:OWLEntityImpl |
Completed in 11 milliseconds