Class ComponentInfo.Property
java.lang.Object
tech.oxfordsemantic.jrdfox.client.ComponentInfo.Property
- Enclosing class:
ComponentInfo
Encapsulates an individual datapoint of information about a component of the data store.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the metric for which the property records information.Return the unique name of the property.getValue()Return the value of the property.
-
Constructor Details
-
Property
-
-
Method Details
-
getMetric
Return the metric for which the property records information.- Returns:
- the metric of the property.
-
getUniqueName
Return the unique name of the property.- Returns:
- the unique name of the property.
-
getValue
-