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

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

Uses of FeatureType in de.fu_berlin.ties.context
 

Fields in de.fu_berlin.ties.context declared as FeatureType
static FeatureType FeatureType.ATTRIBUTE
          Constant for features representing attribute values.
static FeatureType FeatureType.CALCULATED
          Constant for features representing calculated values.
static FeatureType FeatureType.ELEMENT
          Constant for features representing an element itself (marker is empty just as for text).
static FeatureType FeatureType.MARKER
          Constant for features marking a special position or situation.
static FeatureType FeatureType.TEXT
          Constant for features representing textual content (marker is empty just as for elements).
 

Methods in de.fu_berlin.ties.context that return FeatureType
 FeatureType LocalFeature.getType()
          Returns the type of this feature.
 

Constructors in de.fu_berlin.ties.context with parameters of type FeatureType
LocalFeature(String element, FeatureType myType, String myName, String myValue, String myComment)
          Non-public constructor.
 



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