Base Op Edge
class BaseOpEdge( val op: String, val base: String?, val nextState: State)
Content copied to clipboard
Represents an edge of the automaton. The edge label consists of an operation (typically a method name) and a base which allows us to differentiate between multiple objects.