org.dllearner.core.owl
Class FlatABox
java.lang.Object
org.dllearner.core.owl.FlatABox
public class FlatABox
- extends Object
A flat ABox can be used to store knowledge of a completely dematerialised knowledge base.
- Author:
- Jens Lehmann
roles
public SortedSet<String> roles
concepts
public SortedSet<String> concepts
domain
public SortedSet<String> domain
top
public SortedSet<String> top
bottom
public SortedSet<String> bottom
atomicConceptsPos
public Map<String,SortedSet<String>> atomicConceptsPos
atomicConceptsNeg
public Map<String,SortedSet<String>> atomicConceptsNeg
rolesPos
public Map<String,Map<String,SortedSet<String>>> rolesPos
rolesNeg
public Map<String,Map<String,SortedSet<String>>> rolesNeg
exampleConceptsPos
public Map<String,SortedSet<String>> exampleConceptsPos
exampleConceptsNeg
public Map<String,SortedSet<String>> exampleConceptsNeg
FlatABox
public FlatABox()
getPositiveInstances
public SortedSet<String> getPositiveInstances(String conceptName)
getNegativeInstances
public SortedSet<String> getNegativeInstances(String conceptName)
toString
public String toString()
- Overrides:
toString in class Object
getTargetConcept
public String getTargetConcept()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann