|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OntPropertyDescription | |
---|---|
kaos.core.csi | |
kaos.core.csi.registration |
Uses of OntPropertyDescription in kaos.core.csi |
---|
Methods in kaos.core.csi that return OntPropertyDescription | |
---|---|
OntPropertyDescription |
OntInstanceDescription.addProperty(java.lang.String newProperty,
java.lang.String value)
Add property to the instance, providing name and value. |
OntPropertyDescription |
OntInstanceDescription.getNestedProperty(java.lang.String propertyName)
Get the given property if nested in the train of interrelated instances. |
OntPropertyDescription |
OntInstanceDescription.getProperty(java.lang.String propertyName)
Get property of the instance |
Methods in kaos.core.csi that return types with arguments of type OntPropertyDescription | |
---|---|
java.util.Set<OntPropertyDescription> |
OntInstanceDescription.getProperties()
Get properties of the instance |
java.util.HashMap<java.lang.String,OntPropertyDescription> |
OntInstanceDescription.getPropertiesMap()
Get properties of the instance |
Methods in kaos.core.csi with parameters of type OntPropertyDescription | |
---|---|
void |
OntInstanceDescription.addProperty(OntPropertyDescription newProperty)
Add property to the instance |
Uses of OntPropertyDescription in kaos.core.csi.registration |
---|
Methods in kaos.core.csi.registration that return OntPropertyDescription | |
---|---|
OntPropertyDescription |
Property.getOntPropertyRep()
Return mapping from to the OntPropertyDescription. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |