Uses of Class
laas.openrobots.ontology.exceptions.NotComparableException
Packages that use NotComparableException
Package
Description
Allows explicit representation of other agents with independant models of
the world.
Provides methods to extract similarities, differences and categories from
a set of concepts.
-
Uses of NotComparableException in laas.openrobots.ontology.modules.alterite
Methods in laas.openrobots.ontology.modules.alterite that throw NotComparableException -
Uses of NotComparableException in laas.openrobots.ontology.modules.categorization
Methods in laas.openrobots.ontology.modules.categorization that throw NotComparableExceptionModifier and TypeMethodDescriptionCategorizationModule.discriminate(Set<String> rawConcepts) 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.CategorizationModule.getDifferences(String conceptA, String conceptB) Returns the differences between two concepts (in their literal representation).CategorizationModule.getDiscriminent(Set<com.hp.hpl.jena.ontology.OntResource> individuals) Returns a list of properties that helps to differentiate individuals.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.CategorizationModule.getSimilarities(String conceptA, String conceptB) Returns the similarities between two concepts (in their literal representation).CategorizationModule.makeCategories(Set<com.hp.hpl.jena.ontology.OntResource> resources) Try to build a categories from a set of individuals.