Uses of Class
laas.openrobots.ontology.modules.memory.MemoryProfile
-
Packages that use MemoryProfile Package Description laas.openrobots.ontology.backends Provides the actual underlying ontology-based storage.laas.openrobots.ontology.modules.memory Provides the memory management module (including fact forgetting and reinforcement learning.laas.openrobots.ontology.types 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 MemoryProfile Modifier and Type Method Description boolean
IOntologyBackend. add(com.hp.hpl.jena.rdf.model.Statement statement, MemoryProfile memProfile, boolean safe)
Deprecated.Please useIOntologyBackend.add(Set, MemoryProfile, boolean)
insteadboolean
IOntologyBackend. add(java.util.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(java.util.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 MemoryProfile Modifier and Type Method Description static MemoryProfile
MemoryProfile. fromString(java.lang.String literalMemProfile)
Returns a MemoryProfile constant from its string representation, orDEFAULT
if the string is not recognized.static MemoryProfile
MemoryProfile. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MemoryProfile[]
MemoryProfile. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MemoryProfile in laas.openrobots.ontology.types
Methods in laas.openrobots.ontology.types that return MemoryProfile Modifier and Type Method Description MemoryProfile
Policy. getMemoryProfile()
Constructors in laas.openrobots.ontology.types with parameters of type MemoryProfile Constructor Description Policy(PolicyMethods method, java.util.Set<java.lang.String> models, MemoryProfile memoryProfile)
-