Uses of Class
pipe.dataLayer.PetriNetObject

Packages that use PetriNetObject
pipe.dataLayer   
pipe.gui   
 

Uses of PetriNetObject in pipe.dataLayer
 

Subclasses of PetriNetObject in pipe.dataLayer
 class AnnotationNote
           
 class Arc
          Arc - Petri-Net Arc Class
 class ArcPathPoint
           
 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.
 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
 

Methods in pipe.gui that return PetriNetObject
 PetriNetObject GuiView.add(PetriNetObject c)
           
 

Methods in pipe.gui with parameters of type PetriNetObject
 void GuiView.addNewPetriNetObject(PetriNetObject newObject)
           
 PetriNetObject GuiView.add(PetriNetObject c)
           
 void SelectionObject.deletePetriNetObject(PetriNetObject o)
           
 

Constructors in pipe.gui with parameters of type PetriNetObject
DeletePetriNetObjectAction(PetriNetObject component)
           
PetriNetObjectHandler(java.awt.Container contentpane, PetriNetObject obj)