Searched defs:direct (Results 1 - 8 of 8) sorted by relevance

/owl-s/src/org/mindswap/owl/
H A DOWLClass.java21 public Set getSubClasses( boolean direct );
25 public Set getSuperClasses( boolean direct );
56 * @param direct true, if only properties of the given class itself should be returned. false, if properties of superclasses should be returned too
59 public List getDeclaredProperties(boolean direct); argument
H A DOWLOntology.java25 public Set getImports(boolean direct); argument
H A DOWLModel.java490 * Get all the (direct) subclasses of the given class
493 * @param direct
496 public Set getSubClasses(OWLClass c, boolean direct); argument
507 * Get all the (direct) subclasses of the given class
510 * @param direct
513 public Set getSuperClasses(OWLClass c, boolean direct); argument
609 * @param direct true, if only properties of the given class itself should be returned. false, if properties of superclasses should be returned too
613 public List getDeclaredProperties(OWLClass claz, boolean direct); argument
/owl-s/src/impl/jena/
H A DOWLClassImpl.java42 public List getDeclaredProperties(boolean direct) { argument
43 return kb.getDeclaredProperties(this, direct);
50 public Set getSubClasses( boolean direct ) {
51 return kb.getSubClasses( this, direct );
58 public Set getSuperClasses( boolean direct ) {
59 return kb.getSuperClasses( this, direct );
H A DOWLOntologyImpl.java94 public Set getImports(boolean direct) { argument
95 if(!direct) {
H A DOWLModelImpl.java538 public Set getSubClasses(OWLClass c, boolean direct) { argument
539 Property subClassOf = direct
605 public Set getSuperClasses(OWLClass c, boolean direct) { argument
606 Property subClassOf = direct
739 public List getDeclaredProperties(OWLClass claz, boolean direct) { argument
744 ExtendedIterator i = ontClaz.listDeclaredProperties(direct);
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...
/owl-s/lib/jena/
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...

Completed in 48 milliseconds