Uses of Class
org.dllearner.utilities.datastructures.StringTuple

Packages that use StringTuple
org.dllearner.core.configurators Automatically generated classes, which enable programmatically settingand getting configuration options of components. 
org.dllearner.core.options Classes for managing the configuration options of DL-Learner components. 
org.dllearner.kb.sparql Runnable scripts, each for a different task or experiment. 
org.dllearner.utilities.datastructures Utility classesfor manipulating general data structures. 
 

Uses of StringTuple in org.dllearner.core.configurators
 

Methods in org.dllearner.core.configurators that return types with arguments of type StringTuple
 List<StringTuple> SparqlKnowledgeSourceConfigurator.getReplaceObject()
          replaceObject rule for replacing predicates.
 List<StringTuple> SparqlKnowledgeSourceConfigurator.getReplacePredicate()
          replacePredicate rule for replacing predicates.
 

Method parameters in org.dllearner.core.configurators with type arguments of type StringTuple
 void SparqlKnowledgeSourceConfigurator.setReplaceObject(List<StringTuple> replaceObject)
           
 void SparqlKnowledgeSourceConfigurator.setReplacePredicate(List<StringTuple> replacePredicate)
           
 

Uses of StringTuple in org.dllearner.core.options
 

Method parameters in org.dllearner.core.options with type arguments of type StringTuple
 String StringTupleListConfigOption.getValueFormatting(List<StringTuple> value)
           
 boolean StringTupleListConfigOption.isValidValue(List<StringTuple> value)
           
 

Constructor parameters in org.dllearner.core.options with type arguments of type StringTuple
StringTupleListConfigOption(String name, String description, List<StringTuple> defaultValue)
           
StringTupleListConfigOption(String name, String description, List<StringTuple> defaultValue, boolean mandatory, boolean requiresInit)
           
 

Uses of StringTuple in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql that return types with arguments of type StringTuple
 Set<StringTuple> SparqlQueryMaker.getPredicateObjectFilterList()
           
 SortedSet<StringTuple> SPARQLTasks.queryAsTuple(String subject, boolean filterLiterals)
          Deprecated. 
 SortedSet<StringTuple> SPARQLTasks.queryAsTuple(String sparqlQueryString, String var1, String var2)
          Deprecated. 
 

Uses of StringTuple in org.dllearner.utilities.datastructures
 

Methods in org.dllearner.utilities.datastructures with parameters of type StringTuple
 int StringTuple.compareTo(StringTuple t)
           
 boolean StringTuple.equals(StringTuple t)
           
 



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