Package | Description |
---|---|
net.sf.smc.generator |
Provides the classes for generating source code in a target
from an SMC
finite state machine model
instance. |
net.sf.smc.model |
Provides the classes modeling a finite state machine.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SmcCodeGenerator.isLoopback(SmcElement.TransType transType,
java.lang.String endState)
Returns
true if this transition is an
internal loopback or a push transition and
false otherwise. |
Modifier and Type | Method and Description |
---|---|
SmcElement.TransType |
SmcGuard.getTransType()
Returns the transition type.
|
static SmcElement.TransType |
SmcElement.TransType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmcElement.TransType[] |
SmcElement.TransType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SmcGuard.setTransType(SmcElement.TransType transType)
Sets the transition type.
|
Copyright © 2015. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.