Uses of Class
de.fu_berlin.ties.context.LocalFeature

Packages that use LocalFeature
de.fu_berlin.ties.context This packages provides functionality for building and managing representations of context in texts (XML documents). 
 

Uses of LocalFeature in de.fu_berlin.ties.context
 

Fields in de.fu_berlin.ties.context declared as LocalFeature
protected static LocalFeature LocalFeature.MARKER_START
          Constant for a marker feature that marks the start of an axis.
 

Methods in de.fu_berlin.ties.context that return LocalFeature
 LocalFeature GlobalFeature.getLocalFeature()
          Returns the local feature wrapped by this global feature.
static LocalFeature LocalFeature.createCalculatedFeature(String element, String calcName, String featureValue)
          Factory method creating a feature that wraps a calculated value.
static LocalFeature LocalFeature.createElementFeature(String element)
          Factory method creating a feature that just represents an element itself.
 

Constructors in de.fu_berlin.ties.context with parameters of type LocalFeature
GlobalFeature(String axisPrefix, LocalFeature local)
          Creates a new instance that combines a local feature with an axis prefix.
 



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