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 TypeMethodDescriptionboolean
IOntologyBackend.add
(com.hp.hpl.jena.rdf.model.Statement statement, MemoryProfile memProfile, boolean safe) Deprecated.boolean
IOntologyBackend.add
(Set<com.hp.hpl.jena.rdf.model.Statement> statements, MemoryProfile memProfile, boolean safe) Adds a set of new statements (assertion) to the ontology.boolean
OpenRobotsOntology.add
(com.hp.hpl.jena.rdf.model.Statement statement, MemoryProfile memProfile, boolean safe) boolean
OpenRobotsOntology.add
(Set<com.hp.hpl.jena.rdf.model.Statement> statements, MemoryProfile memProfile, boolean safe) -
Uses of MemoryProfile in laas.openrobots.ontology.modules.memory
Methods in laas.openrobots.ontology.modules.memory that return MemoryProfileModifier and TypeMethodDescriptionstatic MemoryProfile
MemoryProfile.fromString
(String literalMemProfile) Returns a MemoryProfile constant from its string representation, orDEFAULT
if the string is not recognized.static MemoryProfile
Returns 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