Uses of Enum Class
laas.openrobots.ontology.modules.memory.MemoryProfile
Packages that use MemoryProfile
Package
Description
Provides the actual underlying ontology-based storage.
Provides the memory management module (including fact forgetting and
reinforcement learning.
Stores some type and serialization-related classes.
-
Uses of MemoryProfile in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends with parameters of type MemoryProfileModifier and TypeMethodDescriptionbooleanIOntologyBackend.add(com.hp.hpl.jena.rdf.model.Statement statement, MemoryProfile memProfile, boolean safe) Deprecated.booleanIOntologyBackend.add(Set<com.hp.hpl.jena.rdf.model.Statement> statements, MemoryProfile memProfile, boolean safe) Adds a set of new statements (assertion) to the ontology.booleanOpenRobotsOntology.add(com.hp.hpl.jena.rdf.model.Statement statement, MemoryProfile memProfile, boolean safe) booleanOpenRobotsOntology.add(Set<com.hp.hpl.jena.rdf.model.Statement> statements, MemoryProfile memProfile, boolean safe) -
Uses of MemoryProfile in laas.openrobots.ontology.modules.memory
Subclasses with type arguments of type MemoryProfile in laas.openrobots.ontology.modules.memoryMethods in laas.openrobots.ontology.modules.memory that return MemoryProfileModifier and TypeMethodDescriptionstatic MemoryProfileMemoryProfile.fromString(String literalMemProfile) Returns a MemoryProfile constant from its string representation, orMemoryProfile.DEFAULTif the string is not recognized.static MemoryProfileReturns the enum constant of this class with the specified name.static MemoryProfile[]MemoryProfile.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MemoryProfile in laas.openrobots.ontology.types
Methods in laas.openrobots.ontology.types that return MemoryProfileConstructors in laas.openrobots.ontology.types with parameters of type MemoryProfileModifierConstructorDescriptionPolicy(PolicyMethods method, Set<String> models, MemoryProfile memoryProfile)
IOntologyBackend.add(Set, MemoryProfile, boolean)instead