edu.stanford.nlp.fsm
Class TransducerGraph.NodeProcessorWrappingArcProcessor

java.lang.Object
  extended by edu.stanford.nlp.fsm.TransducerGraph.NodeProcessorWrappingArcProcessor
All Implemented Interfaces:
TransducerGraph.ArcProcessor
Enclosing class:
TransducerGraph

public static class TransducerGraph.NodeProcessorWrappingArcProcessor
extends Object
implements TransducerGraph.ArcProcessor


Constructor Summary
TransducerGraph.NodeProcessorWrappingArcProcessor(TransducerGraph.NodeProcessor nodeProcessor)
           
 
Method Summary
 TransducerGraph.Arc processArc(TransducerGraph.Arc a)
          Modifies Arc a.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransducerGraph.NodeProcessorWrappingArcProcessor

public TransducerGraph.NodeProcessorWrappingArcProcessor(TransducerGraph.NodeProcessor nodeProcessor)
Method Detail

processArc

public TransducerGraph.Arc processArc(TransducerGraph.Arc a)
Description copied from interface: TransducerGraph.ArcProcessor
Modifies Arc a.

Specified by:
processArc in interface TransducerGraph.ArcProcessor


Stanford NLP Group