|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PetriNetObject | |
pipe.dataLayer | |
pipe.gui |
Uses of PetriNetObject in pipe.dataLayer |
Subclasses of PetriNetObject in pipe.dataLayer | |
class |
Arc
Arc - Petri-Net Arc Class |
class |
ArrowLabel
ArrowLabel - Class which depicts an arrow attached to an ArcLabel. |
class |
Place
Place - Petri-Net Place Class |
class |
PlaceTransitionObject
PlaceTransitionObject - Petri-Net PLace or Transition SuperClass - Abstract |
class |
Token
Token - Petri-Net Token Class |
class |
Transition
Transition - Petri-Net Transition Class |
Methods in pipe.dataLayer with parameters of type PetriNetObject | |
void |
DataLayer.addPetriNetObject(PetriNetObject pnObject)
Add any PetriNetObject - the object will be added to the appropriate list. |
void |
DataLayer.removePetriNetObject(PetriNetObject pnObject)
Removes the specified object from the appropriate ArrayList of objects. |
private boolean |
DataLayer.setPetriNetObjectArrayList(PetriNetObject pnObject)
Sets an internal ArrayList according to the class of the object passed in. |
int |
DataLayer.getListPosition(PetriNetObject pnObject)
Get position of Petri-Net Object in ArrayList of given Petri-Net Object's type |
Arc |
DataLayer.getArcWithSource(PetriNetObject arcName)
Return the Arc called arcName from the Petri-Net |
Arc |
DataLayer.getArcWithTarget(PetriNetObject arcName)
Return the Arc called arcName from the Petri-Net |
Uses of PetriNetObject in pipe.gui |
Fields in pipe.gui declared as PetriNetObject | |
protected PetriNetObject |
PetriNetObjectHandler.tempPnobject
|
(package private) PetriNetObject |
PlaceTransitionObjectHandler.start
|
private PetriNetObject |
LabelAction.selected
|
private PetriNetObject |
GuiView.tempPnobject
|
private PetriNetObject |
DeleteAction.selected
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |