Package | Description |
---|---|
laas.openrobots.ontology.modules.alterite |
Allows explicit representation of other agents with independant models of
the world.
|
laas.openrobots.ontology.modules.categorization |
Provides methods to extract similarities, differences and categories from
a set of concepts.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.Set<java.lang.String>> |
AlteriteModule.discriminateForAgent(java.lang.String id,
java.util.Set<java.lang.String> rawConcepts) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.Set<java.lang.String>> |
CategorizationModule.discriminate(java.util.Set<java.lang.String> rawConcepts) |
java.util.Set<java.util.Set<java.lang.String>> |
CategorizationModule.getDifferences(com.hp.hpl.jena.ontology.OntResource conceptA,
com.hp.hpl.jena.ontology.OntResource conceptB)
Returns the computed differences between two concepts, relying on
asserted and inferred fact in the ontology.
|
java.util.Set<java.util.Set<java.lang.String>> |
CategorizationModule.getDifferences(java.lang.String conceptA,
java.lang.String conceptB)
Returns the differences between two concepts (in their literal
representation).
|
java.util.List<java.util.Set<com.hp.hpl.jena.rdf.model.Property>> |
CategorizationModule.getDiscriminent(java.util.Set<com.hp.hpl.jena.ontology.OntResource> individuals)
Returns a list of properties that helps to differentiate individuals.
|
java.util.Set<java.lang.String> |
CategorizationModule.getSimilarities(com.hp.hpl.jena.ontology.OntResource conceptA,
com.hp.hpl.jena.ontology.OntResource conceptB)
Returns the computed similarities between two concepts, relying on
asserted and inferred fact in the ontology.
|
java.util.Set<java.lang.String> |
CategorizationModule.getSimilarities(java.lang.String conceptA,
java.lang.String conceptB)
Returns the similarities between two concepts (in their literal
representation).
|
java.util.Map<com.hp.hpl.jena.ontology.OntClass,java.util.Set<com.hp.hpl.jena.ontology.Individual>> |
CategorizationModule.makeCategories(java.util.Set<com.hp.hpl.jena.ontology.OntResource> resources)
Try to build a categories from a set of individuals.
|
ORO is a part of the OpenRobots framework.
openrobots@laas.fr
LAAS-CNRS 2009-2011