Uses of Enum Class
laas.openrobots.ontology.types.PolicyMethods
Packages that use PolicyMethods
Package
Description
Stores some type and serialization-related classes.
-
Uses of PolicyMethods in laas.openrobots.ontology.types
Subclasses with type arguments of type PolicyMethods in laas.openrobots.ontology.typesMethods in laas.openrobots.ontology.types that return PolicyMethodsModifier and TypeMethodDescriptionPolicy.getMethod()static PolicyMethodsReturns the enum constant of this class with the specified name.static PolicyMethods[]PolicyMethods.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in laas.openrobots.ontology.types with parameters of type PolicyMethodsModifierConstructorDescriptionPolicy(PolicyMethods method, Set<String> models) Policy(PolicyMethods method, Set<String> models, MemoryProfile memoryProfile)