Uses of Class
org.dllearner.algorithms.el.ELDescriptionTree

Packages that use ELDescriptionTree
org.dllearner.algorithms.el Learning algorithms for the EL description logic. 
org.dllearner.refinementoperators Refinement operator implementations. 
 

Uses of ELDescriptionTree in org.dllearner.algorithms.el
 

Methods in org.dllearner.algorithms.el that return ELDescriptionTree
 ELDescriptionTree ELDescriptionTree.clone()
           
 ELDescriptionTree ELDescriptionTree.cloneOld()
           
 ELDescriptionTree SearchTreeNode.getDescriptionTree()
           
 ELDescriptionTree ELDescriptionNode.getTree()
           
 ELDescriptionTree TreeAndRoleSet.getTree()
           
 

Methods in org.dllearner.algorithms.el with parameters of type ELDescriptionTree
 int ELDescriptionTreeComparator.compare(ELDescriptionTree tree1, ELDescriptionTree tree2)
           
 

Constructors in org.dllearner.algorithms.el with parameters of type ELDescriptionTree
ELDescriptionNode(ELDescriptionTree tree)
          Constructs an EL description tree with empty root label.
ELDescriptionNode(ELDescriptionTree tree, NamedClass... label)
           
ELDescriptionNode(ELDescriptionTree tree, TreeSet<NamedClass> label)
          Constructs an EL description tree given its root label.
SearchTreeNode(ELDescriptionTree descriptionTree)
           
TreeAndRoleSet(ELDescriptionTree tree, Set<ObjectProperty> roles)
           
 

Uses of ELDescriptionTree in org.dllearner.refinementoperators
 

Methods in org.dllearner.refinementoperators that return types with arguments of type ELDescriptionTree
 Set<ELDescriptionTree> ELDown.refine(ELDescriptionTree tree)
          Performs downward refinement for the given tree.
 List<ELDescriptionTree> ELDown2.refine(ELDescriptionTree tree)
          Performs downward refinement for the given tree.
 

Methods in org.dllearner.refinementoperators with parameters of type ELDescriptionTree
 Set<ELDescriptionTree> ELDown.refine(ELDescriptionTree tree)
          Performs downward refinement for the given tree.
 List<ELDescriptionTree> ELDown2.refine(ELDescriptionTree tree)
          Performs downward refinement for the given tree.
 



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