Uses of Enum
tech.oxfordsemantic.jrdfox.client.ComponentInfoMetric
Packages that use ComponentInfoMetric
-
Uses of ComponentInfoMetric in tech.oxfordsemantic.jrdfox.client
Subclasses with type arguments of type ComponentInfoMetric in tech.oxfordsemantic.jrdfox.clientModifier and TypeClassDescriptionenumDescribes the types of metrics that are collected for components in RDFox.Methods in tech.oxfordsemantic.jrdfox.client that return ComponentInfoMetricModifier and TypeMethodDescriptionComponentInfo.Property.getMetric()Return the metric for which the property records information.static ComponentInfoMetricReturns 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 ComponentInfoMetricModifier and TypeMethodDescriptionComponentInfo.getProperty(ComponentInfoMetric metric, String uniqueName) Returns an individual property by its metric and unique name.Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type ComponentInfoMetricModifierConstructorDescriptionProperty(ComponentInfoMetric metric, String uniqueName, Object value)