Uses of Class
de.fu_berlin.ties.combi.StrategyAdapter

Packages that use StrategyAdapter
de.fu_berlin.ties.combi This package provides combination strategies for combining sequential classification decisions. 
de.fu_berlin.ties.xml.convert This package contains code for converting XML to/from other formats and for transforming XML documents. 
 

Uses of StrategyAdapter in de.fu_berlin.ties.combi
 

Methods in de.fu_berlin.ties.combi that return StrategyAdapter
static StrategyAdapter StrategyAdapter.createDummyAdapter()
          Factory method for creating a dummy adapter that simple returns the labels generated by the combination strategy without modifying them in any way.
 

Uses of StrategyAdapter in de.fu_berlin.ties.xml.convert
 

Constructors in de.fu_berlin.ties.xml.convert with parameters of type StrategyAdapter
AttributeUnflatten(String outExt, CombinationStrategy combiStrategy, StrategyAdapter stratAdapter, QName labelAttrib, TiesConfiguration conf)
          Creates a new instance.
 



Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.