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
Subclasses with type arguments of type ResourceType in laas.openrobots.ontology.backendsMethods in laas.openrobots.ontology.backends that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeResourceType.fromString(String type) Returns a ResourceType constant from its string representation, orResourceType.UNDEFINEDif the string is not recognized.static ResourceTypeReturns 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 ResourceTypeHelpers.getType(com.hp.hpl.jena.ontology.OntResource resource)