public class Transition extends Node implements ITransition
| Constructor and Description |
|---|
Transition() |
Transition(String name) |
Transition(String name,
String label) |
Transition(String name,
String label,
String desc) |
| Modifier and Type | Method and Description |
|---|---|
ITransition |
clone()
Clone this Petri net node.
|
boolean |
isObservable()
Check if this transition is observable.
|
boolean |
isSilent()
Check if this transition is silent.
|
getHeight, getWidth, getX, getY, setHeight, setLayout, setLocation, setSize, setWidth, setX, setYcompareTo, equals, getDescription, getId, getName, getTag, hashCode, setDescription, setId, setName, setTag, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetHeight, getWidth, getX, getY, setHeight, setLayout, setLocation, setSize, setWidth, setX, setYgetDescription, getId, getName, getTag, setDescription, setId, setName, setTagcompareTopublic Transition()
public Transition(String name)
public boolean isSilent()
ITransitionisSilent in interface ITransitionpublic boolean isObservable()
ITransitionisObservable in interface ITransitionpublic ITransition clone()
INodeCopyright © 2017. All rights reserved.