edu.stanford.nlp.trees
Class TreeGraphNode.ArcLabelAnnotation

java.lang.Object
  extended by edu.stanford.nlp.trees.TreeGraphNode.ArcLabelAnnotation
All Implemented Interfaces:
CoreAnnotation<Set<TreeGraphNode>>, TypesafeMap.Key<CoreMap,Set<TreeGraphNode>>
Enclosing class:
TreeGraphNode

public static class TreeGraphNode.ArcLabelAnnotation
extends Object
implements CoreAnnotation<Set<TreeGraphNode>>


Constructor Summary
TreeGraphNode.ArcLabelAnnotation()
           
 
Method Summary
 Class<Set<TreeGraphNode>> getType()
          Returns the type associated with this annotation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeGraphNode.ArcLabelAnnotation

public TreeGraphNode.ArcLabelAnnotation()
Method Detail

getType

public Class<Set<TreeGraphNode>> getType()
Description copied from interface: CoreAnnotation
Returns the type associated with this annotation. This method must return the same class type as its value type parameter. It feels like one should be able to get away without this method, but because Java erases the generic type signature, that info disappears at runtime.

Specified by:
getType in interface CoreAnnotation<Set<TreeGraphNode>>


Stanford NLP Group