|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OntologyExpressivity
Method Summary | |
---|---|
boolean |
hasBottom()
Tells whether the ontology analyzer has found class bottom. |
boolean |
hasDatatype()
Tells whether the ontology analyzer has found data types. |
boolean |
hasFunctionalObjectProperty()
Tells whether the ontology analyzer has found functional object properties. |
boolean |
hasIndividual()
Tells whether the ontology analyzer has found individuals. |
boolean |
hasInverseObjectProperty()
Tells whether the ontology analyzer has found inverse object properties. |
boolean |
hasNominal()
Tells whether the ontology analyzer has found nominals. |
boolean |
hasReflexiveObjectProperty()
Tells whether the ontology analyzer has found reflexive object properties. |
boolean |
hasSubObjectPropertyOf()
Tells whether the ontology analyzer has found sub object properties. |
boolean |
hasSubPropertyChainOf()
Tells whether the ontology analyzer has found sub object property chains. |
boolean |
hasTransitiveObjectProperty()
Tells whether the ontology analyzer has found transitive object properties. |
Method Detail |
---|
boolean hasBottom()
true
if and only if the ontology analyzer has found
class bottomboolean hasDatatype()
true
if and only if the ontology analyzer has found
data typesboolean hasFunctionalObjectProperty()
true
if and only if the ontology analyzer has found
functional object propertiesboolean hasIndividual()
true
if and only if the ontology analyzer has found
individualsboolean hasInverseObjectProperty()
true
if and only if the ontology analyzer has found
inverse object propertiesboolean hasNominal()
true
if and only if the ontology analyzer has found
nominalsboolean hasReflexiveObjectProperty()
true
if and only if the ontology analyzer has found
reflexive object propertiesboolean hasSubObjectPropertyOf()
true
if and only if the ontology analyzer has found
sub object propertiesboolean hasSubPropertyChainOf()
true
if and only if the ontology analyzer has found
sub object property chainsboolean hasTransitiveObjectProperty()
true
if and only if the ontology analyzer has found
transitive object properties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |