jInfer

cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.transformers
Class RegexpEdgeLabeller

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.autoeditor.automatonvisualizer.layouts.transformers.RegexpEdgeLabeller
All Implemented Interfaces:
org.apache.commons.collections15.Transformer<Step<Regexp<AbstractStructuralNode>>,String>

public class RegexpEdgeLabeller
extends Object
implements org.apache.commons.collections15.Transformer<Step<Regexp<AbstractStructuralNode>>,String>

Transformation of Step (in Automaton<Regexp<AbstractStructuralNode>>) to String.


Constructor Summary
RegexpEdgeLabeller()
           
 
Method Summary
 String transform(Step<Regexp<AbstractStructuralNode>> step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexpEdgeLabeller

public RegexpEdgeLabeller()
Method Detail

transform

public String transform(Step<Regexp<AbstractStructuralNode>> step)
Specified by:
transform in interface org.apache.commons.collections15.Transformer<Step<Regexp<AbstractStructuralNode>>,String>

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011