org.activemath.webapp.exercises.tools
Interface Edge

All Known Implementing Classes:
Transition

public interface Edge


Method Summary
 String from()
           
 String to()
           
 

Method Detail

from

String from()

to

String to()