Uses of Class
laas.openrobots.ontology.backends.ResourceType
-
Packages that use ResourceType Package Description laas.openrobots.ontology.backends Provides the actual underlying ontology-based storage.laas.openrobots.ontology.helpers -
-
Uses of ResourceType in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends that return ResourceType Modifier and Type Method Description static ResourceType
ResourceType. fromString(java.lang.String type)
Returns a ResourceType constant from its string representation, orUNDEFINED
if the string is not recognized.static ResourceType
ResourceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResourceType[]
ResourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in laas.openrobots.ontology.backends with parameters of type ResourceType Modifier and Type Method Description java.util.Set<java.lang.String>
IOntologyBackend. lookup(java.lang.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.java.util.Set<java.lang.String>
OpenRobotsOntology. lookup(java.lang.String id, ResourceType type)
-
Uses of ResourceType in laas.openrobots.ontology.helpers
Methods in laas.openrobots.ontology.helpers that return ResourceType Modifier and Type Method Description static ResourceType
Helpers. getType(com.hp.hpl.jena.ontology.OntResource resource)
-