org.dllearner.core.owl
Class FlatABox

java.lang.Object
  extended by 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

Field Summary
 Map<String,SortedSet<String>> atomicConceptsNeg
           
 Map<String,SortedSet<String>> atomicConceptsPos
           
 SortedSet<String> bottom
           
 SortedSet<String> concepts
           
 SortedSet<String> domain
           
 Map<String,SortedSet<String>> exampleConceptsNeg
           
 Map<String,SortedSet<String>> exampleConceptsPos
           
 SortedSet<String> roles
           
 Map<String,Map<String,SortedSet<String>>> rolesNeg
           
 Map<String,Map<String,SortedSet<String>>> rolesPos
           
 SortedSet<String> top
           
 
Constructor Summary
FlatABox()
           
 
Method Summary
 SortedSet<String> getNegativeInstances(String conceptName)
           
 SortedSet<String> getPositiveInstances(String conceptName)
           
 String getTargetConcept()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

FlatABox

public FlatABox()
Method Detail

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()


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