All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
void |
addEquivalentProperty(Property property,
Property equivalentProperty) |
void |
addEquivalentProperty(String propertyURI,
String equivalentPropertyURI) |
void |
addSubproperty(Property property,
Property subproperty) |
void |
addSubproperty(String propertyURI,
String subpropertyURI) |
void |
addSuperproperty(Property property,
Property superproperty) |
void |
addSuperproperty(String propertyURI,
String superpropertyURI) |
List<String> |
getAllSubPropertyURIs(String propertyURI) |
List<String> |
getAllSuperPropertyURIs(String propertyURI) |
List<VClass> |
getClassesWithRestrictionOnProperty(String propertyURI) |
List<String> |
getEquivalentPropertyURIs(String propertyURI) |
List<String> |
getSubPropertyURIs(String propertyURI) |
List<String> |
getSuperPropertyURIs(String propertyURI,
boolean direct) |
void |
removeEquivalentProperty(Property property,
Property equivalentProperty) |
void |
removeEquivalentProperty(String propertyURI,
String equivalentPropertyURI) |
void |
removeSubproperty(Property property,
Property subproperty) |
void |
removeSubproperty(String propertyURI,
String subpropertyURI) |
void |
removeSuperproperty(Property property,
Property superproperty) |
void |
removeSuperproperty(String propertyURI,
String superpropertyURI) |