ABL4J (Alignment Based Learning for Java) - 0.9.7

Uses of Class
org.schwiebert.abl4j.util.PropertiesMap

Packages that use PropertiesMap
org.schwiebert.abl4j   
org.schwiebert.abl4j.align   
org.schwiebert.abl4j.align.methods   
org.schwiebert.abl4j.cluster   
org.schwiebert.abl4j.cluster.methods   
org.schwiebert.abl4j.data   
org.schwiebert.abl4j.examples   
org.schwiebert.abl4j.io   
org.schwiebert.abl4j.select   
org.schwiebert.abl4j.select.methods   
org.schwiebert.abl4j.util   
 

Uses of PropertiesMap in org.schwiebert.abl4j
 

Fields in org.schwiebert.abl4j declared as PropertiesMap
protected  PropertiesMap ApplicationBase.properties
           
 

Methods in org.schwiebert.abl4j that return PropertiesMap
protected  PropertiesMap ApplicationBase.initialize(String[] args)
           
 

Methods in org.schwiebert.abl4j with parameters of type PropertiesMap
 void IConfigurable.configure(PropertiesMap properties)
           
 

Uses of PropertiesMap in org.schwiebert.abl4j.align
 

Fields in org.schwiebert.abl4j.align declared as PropertiesMap
private  PropertiesMap Align.properties
           
 

Methods in org.schwiebert.abl4j.align with parameters of type PropertiesMap
 void Align.configure(PropertiesMap properties)
           
 

Uses of PropertiesMap in org.schwiebert.abl4j.align.methods
 

Methods in org.schwiebert.abl4j.align.methods with parameters of type PropertiesMap
 void WagnerFisherAlignmentMethod.configure(PropertiesMap properties)
          In addition to AbstractAdvancedMethod.configure(PropertiesMap), the property AblProperties.EXHAUSTIVE is also used.
 void SuffixTreeAlignment.configure(PropertiesMap properties)
           
 void RightAlignmentMethod.configure(PropertiesMap properties)
           
 void LeftAndRightAlignmentMethod.configure(PropertiesMap properties)
           
 void LeftAlignmentMethod.configure(PropertiesMap properties)
           
 void AllAlignmentsMethod.configure(PropertiesMap properties)
          In addition to AbstractAdvancedMethod.configure(PropertiesMap), the property AblProperties.COMPARISM_MODE is also used.
 void AbstractAdvancedMethod.configure(PropertiesMap properties)
          The Properties AblProperties.PART_TYPE, AblProperties.EXCLUDE_EMPTY and AblProperties.NO_MERGE are read and will be used within the alignment process.
 

Uses of PropertiesMap in org.schwiebert.abl4j.cluster
 

Methods in org.schwiebert.abl4j.cluster with parameters of type PropertiesMap
 void Cluster.configure(PropertiesMap properties)
           
 

Uses of PropertiesMap in org.schwiebert.abl4j.cluster.methods
 

Methods in org.schwiebert.abl4j.cluster.methods with parameters of type PropertiesMap
 void ABLClusterMethod.configure(PropertiesMap properties)
           
 

Uses of PropertiesMap in org.schwiebert.abl4j.data
 

Methods in org.schwiebert.abl4j.data with parameters of type PropertiesMap
static void DataFactory.initialize(PropertiesMap propertiesMap)
          Initializes the DataFactory with the given PropertiesMap.
 

Uses of PropertiesMap in org.schwiebert.abl4j.examples
 

Methods in org.schwiebert.abl4j.examples with parameters of type PropertiesMap
 void DemoAlignMethod.configure(PropertiesMap properties)
           
 

Uses of PropertiesMap in org.schwiebert.abl4j.io
 

Fields in org.schwiebert.abl4j.io declared as PropertiesMap
private  PropertiesMap TreebankWriter.properties
           
 

Methods in org.schwiebert.abl4j.io with parameters of type PropertiesMap
 void XmlReader.configure(PropertiesMap pm)
           
 void TreebankWriter.configure(PropertiesMap pm)
          Configures the output by setting output file and encoding.
 void TreebankReader.configure(PropertiesMap pm)
           
 void TigerCorpusReader.configure(PropertiesMap pm)
           
static ITreebankReader IOFactory.getReader(PropertiesMap pm)
           
static ITreebankWriter IOFactory.getWriter(PropertiesMap pm)
           
 

Uses of PropertiesMap in org.schwiebert.abl4j.select
 

Methods in org.schwiebert.abl4j.select with parameters of type PropertiesMap
 void Select.configure(PropertiesMap properties)
           
 

Uses of PropertiesMap in org.schwiebert.abl4j.select.methods
 

Methods in org.schwiebert.abl4j.select.methods with parameters of type PropertiesMap
 void AbstractSelectMethod.configure(PropertiesMap properties)
           
 

Uses of PropertiesMap in org.schwiebert.abl4j.util
 

Fields in org.schwiebert.abl4j.util with type parameters of type PropertiesMap
private  InheritableThreadLocal<PropertiesMap> ABLInitializer.properties
           
 

Methods in org.schwiebert.abl4j.util that return PropertiesMap
 PropertiesMap ABLInitializer.getProperties()
           
 

Methods in org.schwiebert.abl4j.util with parameters of type PropertiesMap
static void Tools.configure(PropertiesMap properties)
           
 


ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert