public abstract class EfsmPathfinder
extends java.lang.Object
Constructor and Description |
---|
EfsmPathfinder() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<EfsmTransition> |
getNext()
Returns a path for traversing.
|
public abstract java.util.List<EfsmTransition> getNext()
null
is returned if all available paths were chosen or there are no available paths at
all