Uses of Class
laas.openrobots.ontology.types.PolicyMethods
-
Packages that use PolicyMethods Package Description laas.openrobots.ontology.types Stores some type and serialization-related classes. -
-
Uses of PolicyMethods in laas.openrobots.ontology.types
Methods in laas.openrobots.ontology.types that return PolicyMethods Modifier and Type Method Description PolicyMethods
Policy. getMethod()
static PolicyMethods
PolicyMethods. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolicyMethods[]
PolicyMethods. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in laas.openrobots.ontology.types with parameters of type PolicyMethods Constructor Description Policy(PolicyMethods method, java.util.Set<java.lang.String> models)
Policy(PolicyMethods method, java.util.Set<java.lang.String> models, MemoryProfile memoryProfile)
-