public class StrengthFSM extends Object
Constructor and Description |
---|
StrengthFSM()
Constructor
|
Modifier and Type | Method and Description |
---|---|
Set |
execute(List tokens)
Executes the finite state machines.
|
Set |
execute(List tokens,
Set overrideSet)
Executes the finite state machines.
|
Set |
execute(List tokens,
Set overrideSet1,
Set overrideSet2)
Executes the finite state machines.
|
public Set execute(List tokens, Set overrideSet1, Set overrideSet2) throws Exception
tokens
- Exception
public Set execute(List tokens, Set overrideSet) throws Exception
tokens
- Exception
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.