Uses of Enum Class
laas.openrobots.ontology.backends.ResourceType
Packages that use ResourceType
Package
Description
Provides the actual underlying ontology-based storage.
-
Uses of ResourceType in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceType
ResourceType.fromString
(String type) Returns a ResourceType constant from its string representation, orUNDEFINED
if the string is not recognized.static ResourceType
Returns the enum constant of this class with the specified name.static ResourceType[]
ResourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in laas.openrobots.ontology.backends with parameters of type ResourceTypeModifier and TypeMethodDescriptionIOntologyBackend.lookup
(String id, ResourceType type) Returns the set of all id of concepts whose labels or ids match the given parameter and of the given type.OpenRobotsOntology.lookup
(String id, ResourceType type) -
Uses of ResourceType in laas.openrobots.ontology.helpers
Methods in laas.openrobots.ontology.helpers that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceType
Helpers.getType
(com.hp.hpl.jena.ontology.OntResource resource)