|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnl.tudelft.tbm.eeni.owlstructure.processor.PropertyRangeInferer
public class PropertyRangeInferer
Set or extend property ranges by looking at instances in a given ontology
| Constructor Summary | |
|---|---|
PropertyRangeInferer()
Creates a new property range inferer, that infers property ranges by looking at instances in the ontology. |
|
PropertyRangeInferer(boolean keepExistingRanges)
Creates a new property range inferer, that infers property ranges by looking at instances in the ontology. |
|
PropertyRangeInferer(boolean keepExistingRanges,
boolean allowThingRange)
Creates a new property range inferer, that infers property ranges by looking at instances in the ontology. |
|
| Method Summary | |
|---|---|
com.hp.hpl.jena.ontology.OntModel |
process(com.hp.hpl.jena.ontology.OntModel ontModel)
Run the propery range inferer on all classes in the given ontology |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyRangeInferer(boolean keepExistingRanges,
boolean allowThingRange)
keepExistingRanges - Whether to keep ranges already defined in the ontology.
An existing owl:Thing range will still be removed when
keepExistingRanges is set to false. Defaults to true.allowThingRange - Whether the range may contain the class owl:Thing. Defaults to false.public PropertyRangeInferer(boolean keepExistingRanges)
keepExistingRanges - Whether to keep ranges already defined in the ontology.
An existing owl:Thing range will still be removed when
keepExistingRanges is set to false. Defaults to true.public PropertyRangeInferer()
| Method Detail |
|---|
public com.hp.hpl.jena.ontology.OntModel process(com.hp.hpl.jena.ontology.OntModel ontModel)
process in interface IOntologyProcessorontModel - The ontology model to work on
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||