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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
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(java.util.Set<com.hp.hpl.jena.rdf.model.Statement> statements,
MemoryProfile memProfile,
boolean safe) |
boolean |
IOntologyBackend.add(com.hp.hpl.jena.rdf.model.Statement statement,
MemoryProfile memProfile,
boolean safe)
Deprecated.
Please use
IOntologyBackend.add(Set, MemoryProfile, boolean) instead |
boolean |
OpenRobotsOntology.add(com.hp.hpl.jena.rdf.model.Statement statement,
MemoryProfile memProfile,
boolean safe) |
Modifier and Type | Method and Description |
---|---|
static MemoryProfile |
MemoryProfile.fromString(java.lang.String literalMemProfile)
Returns a MemoryProfile constant from its string representation, or
DEFAULT 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.
|
Modifier and Type | Method and Description |
---|---|
MemoryProfile |
Policy.getMemoryProfile() |
Constructor and Description |
---|
Policy(PolicyMethods method,
java.util.Set<java.lang.String> models,
MemoryProfile memoryProfile) |
ORO is a part of the OpenRobots framework.
openrobots@laas.fr
LAAS-CNRS 2009-2011