org.dllearner.utilities.learn
Class ConfWriter

java.lang.Object
  extended by org.dllearner.utilities.learn.ConfWriter

public class ConfWriter
extends Object


Field Summary
 String workingDir
           
 
Constructor Summary
ConfWriter()
           
 
Method Summary
 void addToStats(String add)
           
 String getIgnoredConcepts(SortedSet<String> ignoredConcepts, String prefix)
           
 String getPosAndNeg(SortedSet<String> pos, SortedSet<String> neg)
           
 String getStandard(String prefix)
           
 String getStringSet(SortedSet<String> set, String prefix, String type)
           
static String listExamples(boolean posOrNeg, SortedSet<Individual> s)
           
 String sparqlInstances(SortedSet<String> pos, SortedSet<String> neg, String prefix)
           
 void writeROLLearnerOWLFile(String filename, SortedSet<String> pos, SortedSet<String> neg, String owlFile, SortedSet<String> ignoredConcepts)
           
 void writeROLLearnerOWLFileInd(String filename, SortedSet<Individual> pos, SortedSet<Individual> neg, String owlFile, SortedSet<String> ignoredConcepts)
           
 void writeSPARQL(String filename, SortedSet<String> pos, SortedSet<String> neg, String uri, SortedSet<String> ignoredConcepts, String standardSettings, String prefixAlgortihm)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workingDir

public String workingDir
Constructor Detail

ConfWriter

public ConfWriter()
Method Detail

writeROLLearnerOWLFileInd

public void writeROLLearnerOWLFileInd(String filename,
                                      SortedSet<Individual> pos,
                                      SortedSet<Individual> neg,
                                      String owlFile,
                                      SortedSet<String> ignoredConcepts)

writeROLLearnerOWLFile

public void writeROLLearnerOWLFile(String filename,
                                   SortedSet<String> pos,
                                   SortedSet<String> neg,
                                   String owlFile,
                                   SortedSet<String> ignoredConcepts)

writeSPARQL

public void writeSPARQL(String filename,
                        SortedSet<String> pos,
                        SortedSet<String> neg,
                        String uri,
                        SortedSet<String> ignoredConcepts,
                        String standardSettings,
                        String prefixAlgortihm)

sparqlInstances

public String sparqlInstances(SortedSet<String> pos,
                              SortedSet<String> neg,
                              String prefix)

getPosAndNeg

public String getPosAndNeg(SortedSet<String> pos,
                           SortedSet<String> neg)

getIgnoredConcepts

public String getIgnoredConcepts(SortedSet<String> ignoredConcepts,
                                 String prefix)

getStringSet

public String getStringSet(SortedSet<String> set,
                           String prefix,
                           String type)

getStandard

public String getStandard(String prefix)

listExamples

public static String listExamples(boolean posOrNeg,
                                  SortedSet<Individual> s)

addToStats

public void addToStats(String add)


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