org.dllearner.core.options
Class CommonConfigMappings

java.lang.Object
  extended by org.dllearner.core.options.CommonConfigMappings

public class CommonConfigMappings
extends Object

Author:
Jens Lehmann

Constructor Summary
CommonConfigMappings()
           
 
Method Summary
static SortedSet<NamedClass> getAtomicConceptSet(Set<String> atomicConcepts)
           
static SortedSet<ObjectProperty> getAtomicRoleSet(Set<String> atomicRoles)
           
static SortedSet<FuzzyIndividual> getFuzzyIndividualSet(Set<FuzzyExample> examples)
           
static SortedSet<Individual> getIndividualSet(Set<String> individuals)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonConfigMappings

public CommonConfigMappings()
Method Detail

getIndividualSet

public static SortedSet<Individual> getIndividualSet(Set<String> individuals)

getAtomicConceptSet

public static SortedSet<NamedClass> getAtomicConceptSet(Set<String> atomicConcepts)

getAtomicRoleSet

public static SortedSet<ObjectProperty> getAtomicRoleSet(Set<String> atomicRoles)

getFuzzyIndividualSet

public static SortedSet<FuzzyIndividual> getFuzzyIndividualSet(Set<FuzzyExample> examples)


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