edu.stanford.nlp.trees
Interface HasAttributes


public interface HasAttributes

Something that implements the HasAttributes interface knows about attributes stored in a Map


Method Summary
 Map attributes()
          Manipulate attributes for a Label
 

Method Detail

attributes

public Map attributes()
Manipulate attributes for a Label

Returns:
a map of attribute-value pairs. This may be null, if no map is defined in an implementing class.


Stanford NLP Group