public class Transition<T> extends Object
Title:
Description:
Copyright: Copyright (c) 2006
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
Transition(State<T> t)
/* add edge with epsilon edge
|
Transition(T name,
State<T> to)
add edge for name from current state to state t on c
|
Copyright © 2019. All rights reserved.