org.dllearner.core.owl
Class ContextDescription
java.lang.Object
org.dllearner.core.owl.ContextDescription
public class ContextDescription
- extends Object
A class description in its context, i.e. including a parent link (if any).
For instance, there is only one description owl:Thing, but it can occur
nested within different descriptions like "createdBy SOME owl:Thing".
Depending on what you want to do, you either need a Description or a
ContextDescription.
- Author:
- Jens Lehmann
ContextDescription
public ContextDescription(Description description,
Description parent)
getDescription
public Description getDescription()
- Returns:
- the description
getParent
public Description getParent()
- Returns:
- the parent
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann