public class PFSATransition extends Transition implements java.io.Serializable
| Constructor and Description |
|---|
PFSATransition(int i)
Create a new Transition by taking in input the user parameters
|
PFSATransition(int initial,
int fina,
int sigma,
int Z,
int delta,
int zeta) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDelta() |
int |
getSigma() |
int |
getZ() |
int |
getZeta() |
java.lang.String |
toString()
Override
|
getFinal, getInitial, getLabel, getTransitionByLabel, getTransitionFrompublic PFSATransition(int initial,
int fina,
int sigma,
int Z,
int delta,
int zeta)
initial - initial statefina - arrival statesigma - function sigmaZ - function Zdelta - function deltazeta - function zetapublic PFSATransition(int i)
i - the index of the transition to be showed as a message to the userpublic int getSigma()
public int getDelta()
public int getZ()
public int getZeta()
public java.lang.String toString()
toString in class Transition