Uses of Class
tech.oxfordsemantic.jrdfox.client.ComponentInfoMetric
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client |
-
Uses of ComponentInfoMetric in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ComponentInfoMetric Modifier and Type Method Description ComponentInfoMetricComponentInfo.Property. getMetric()Return the metric for which the property records information.static ComponentInfoMetricComponentInfoMetric. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ComponentInfoMetric[]ComponentInfoMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ComponentInfoMetric Modifier and Type Method Description ComponentInfo.PropertyComponentInfo. getProperty(ComponentInfoMetric metric, java.lang.String uniqueName)Returns an individual property by its metric and unique name.Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type ComponentInfoMetric Constructor Description Property(ComponentInfoMetric metric, java.lang.String uniqueName, java.lang.Object value)