|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlaceTransitionObject | |
pipe.dataLayer | |
pipe.gui |
Uses of PlaceTransitionObject in pipe.dataLayer |
Subclasses of PlaceTransitionObject in pipe.dataLayer | |
class |
Place
Place - Petri-Net Place Class |
class |
Token
Token - Petri-Net Token Class |
class |
Transition
Transition - Petri-Net Transition Class |
Fields in pipe.dataLayer declared as PlaceTransitionObject | |
private PlaceTransitionObject |
Arc.source
references to the objects this arc connects |
private PlaceTransitionObject |
Arc.target
|
Methods in pipe.dataLayer that return PlaceTransitionObject | |
PlaceTransitionObject |
DataLayer.getPlaceTransitionObject(java.lang.String ptoId)
Return the PlaceTransitionObject called ptoName from the Petri-Net |
PlaceTransitionObject |
Arc.getSource()
Get source returns null if value not yet entered |
PlaceTransitionObject |
Arc.getTarget()
Get target returns null if value not yet entered |
Methods in pipe.dataLayer with parameters of type PlaceTransitionObject | |
void |
Arc.setSource(PlaceTransitionObject sourceInput)
Set source |
void |
Arc.setTarget(PlaceTransitionObject targetInput)
Set target |
Constructors in pipe.dataLayer with parameters of type PlaceTransitionObject | |
Arc(double startPositionXInput,
double startPositionYInput,
double endPositionXInput,
double endPositionYInput,
java.lang.String idInput,
PlaceTransitionObject sourceInput,
PlaceTransitionObject targetInput,
int weightingInput,
double inscriptionOffsetXInput,
double inscriptionOffsetYInput,
java.awt.Color colorInput)
Create Petri-Net Arc object |
|
Arc(double startPositionXInput,
double startPositionYInput,
double endPositionXInput,
double endPositionYInput,
PlaceTransitionObject sourceInput,
PlaceTransitionObject targetInput,
java.lang.String idInput,
java.awt.Color colorInput)
Create Petri-Net Arc object |
Uses of PlaceTransitionObject in pipe.gui |
Fields in pipe.gui declared as PlaceTransitionObject | |
(package private) PlaceTransitionObject |
CreateArcHandler.source
|
(package private) PlaceTransitionObject |
CreateArcHandler.target
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |