org.dllearner.algorithms.el
Class TreeAndRoleSet

java.lang.Object
  extended by org.dllearner.algorithms.el.TreeAndRoleSet

public class TreeAndRoleSet
extends Object

Convenience class representing an EL description tree and a set of roles.

Author:
Jens Lehmann

Constructor Summary
TreeAndRoleSet(ELDescriptionTree tree, Set<ObjectProperty> roles)
           
 
Method Summary
 Set<ObjectProperty> getRoles()
           
 ELDescriptionTree getTree()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeAndRoleSet

public TreeAndRoleSet(ELDescriptionTree tree,
                      Set<ObjectProperty> roles)
Method Detail

getTree

public ELDescriptionTree getTree()
Returns:
the tree

getRoles

public Set<ObjectProperty> getRoles()
Returns:
the roles

toString

public String toString()
Overrides:
toString in class Object


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