Uses of Class
org.dllearner.core.owl.Union

Packages that use Union
org.dllearner.core.owl Classes/Interfaces for representing OWL constructs - see the OWL 2 Structural Specification for details. 
org.dllearner.kb.sparql Runnable scripts, each for a different task or experiment. 
org.dllearner.refinementoperators Refinement operator implementations. 
org.dllearner.utilities.owl OWL utility classes (file manipulation, converting between different formats, orderings on OWL structures etc.). 
 

Uses of Union in org.dllearner.core.owl
 

Methods in org.dllearner.core.owl with parameters of type Union
 void DescriptionVisitor.visit(Union description)
           
 

Uses of Union in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql with parameters of type Union
 void NaturalLanguageDescriptionConvertVisitor.visit(Union description)
           
 void SparqlQueryDescriptionConvertVisitor.visit(Union description)
           
 

Uses of Union in org.dllearner.refinementoperators
 

Methods in org.dllearner.refinementoperators that return types with arguments of type Union
static SortedSet<Union> MathOperations.incCrossProduct(Set<Union> baseSet, Set<Description> newSet)
          Implements a cross product in the sense that each union description in the base set is extended by each description in the new set.
 

Method parameters in org.dllearner.refinementoperators with type arguments of type Union
static SortedSet<Union> MathOperations.incCrossProduct(Set<Union> baseSet, Set<Description> newSet)
          Implements a cross product in the sense that each union description in the base set is extended by each description in the new set.
 

Uses of Union in org.dllearner.utilities.owl
 

Methods in org.dllearner.utilities.owl with parameters of type Union
 void OWLAPIDescriptionConvertVisitor.visit(Union description)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann