A B C D E F G H I J K L M N O P Q R S T U V

A

accept(File) - Method in class pipe.gui.ExtensionFilter
 
actionPerformed(ActionEvent) - Method in class pipe.gui.EditAnnotationBorderAction
Action for editing the text in an AnnotationNote
actionPerformed(ActionEvent) - Method in class pipe.gui.EditAnnotationAction
Action for editing the text in an AnnotationNote
actionPerformed(ActionEvent) - Method in class pipe.gui.DeletePetriNetObjectAction
 
actionPerformed(ActionEvent) - Method in class pipe.gui.RotateTransitionAction
 
actionPerformed(ActionEvent) - Method in class pipe.gui.GuiFrame
 
actionPerformed(ActionEvent) - Method in class pipe.gui.EditTimedAction
Action for toggling timing on/off
actionPerformed(ActionEvent) - Method in class pipe.gui.ToggleArcPointAction
 
actionPerformed(ActionEvent) - Method in class pipe.gui.EditRateAction
Actions deleting the component
actionPerformed(ActionEvent) - Method in class pipe.gui.EditTokenAction
Prompts the user for the number of tokens they want the place to have
actionPerformed(ActionEvent) - Method in class pipe.gui.EditWeightAction
 
actionPerformed(ActionEvent) - Method in class pipe.gui.LabelAction
Prompts the user for a label
actionPerformed(ActionEvent) - Method in class pipe.gui.HelpBox
 
add(int[]) - Method in class pipe.dataLayer.calculations.StateList
 
add(int[], String) - Method in class pipe.dataLayer.calculations.StateList
 
add(PetriNetObject) - Method in class pipe.gui.GuiView
 
addAnimationHistory() - Static method in class pipe.gui.CreateGui
Creates a new animationHistory text area, and returns a reference to it
addAnnotation(AnnotationNote) - Method in class pipe.dataLayer.DataLayer
Add placeInput to the back of the Place ArrayList All observers are notified of this change (Model-View Architecture)
addArc(Arc) - Method in class pipe.dataLayer.DataLayer
Add arcInput to back of the Arc ArrayList All observers are notified of this change (Model-View Architecture)
addClassRootToPath(Class) - Method in class pipe.gui.ExtFileManager
 
addConnectFrom(Arc) - Method in class pipe.dataLayer.PlaceTransitionObject
Adds inwards arc to place/transition
addConnectTo(Arc) - Method in class pipe.dataLayer.PlaceTransitionObject
Adds outwards arc to place/transition
addedToGui() - Method in class pipe.dataLayer.Arc
 
addedToGui() - Method in class pipe.dataLayer.PetriNetObject
 
addedToGui() - Method in class pipe.dataLayer.PlaceTransitionObject
 
addHistoryItem(String) - Method in class pipe.gui.AnimationHistory
 
addLabelToContainer() - Method in class pipe.dataLayer.PetriNetObject
 
addModuleToTree(DefaultMutableTreeNode) - Method in class pipe.gui.ModuleManager
Adds a new node to the Module subtree
addNewPetriNetObject(PetriNetObject) - Method in class pipe.gui.GuiView
 
addPetriNetObject(PetriNetObject) - Method in class pipe.dataLayer.DataLayer
Add any PetriNetObject - the object will be added to the appropriate list.
addPlace(Place) - Method in class pipe.dataLayer.DataLayer
Add placeInput to the back of the Place ArrayList All observers are notified of this change (Model-View Architecture)
addPoint() - Method in class pipe.dataLayer.ArcPath
 
addPoint(double, double, boolean) - Method in class pipe.dataLayer.ArcPath
 
addPoint(float, float, boolean) - Method in class pipe.dataLayer.ArcPath
 
addPointsToGui(GuiView) - Method in class pipe.dataLayer.ArcPath
 
addSearchPath(File) - Static method in class pipe.gui.ExtFileManager
 
addSearchPath(URL[]) - Static method in class pipe.gui.ExtFileManager
 
ADDTOKEN - Static variable in interface pipe.gui.Constants
 
addToken(Token) - Method in class pipe.dataLayer.DataLayer
Add tokenInput to the back of the Token ArrayList All observers are notified of this change.
addTransition(Transition) - Method in class pipe.dataLayer.DataLayer
Add transitionInput to back of the Transition ArrayList All observers are notified of this change (Model-View Architecture)
addWeightLabelToContainer() - Method in class pipe.dataLayer.Arc
 
adjustBottom(int) - Method in class pipe.dataLayer.AnnotationNote
 
adjustLeft(int) - Method in class pipe.dataLayer.AnnotationNote
 
adjustRight(int) - Method in class pipe.dataLayer.AnnotationNote
 
adjustTop(int) - Method in class pipe.dataLayer.AnnotationNote
 
alphaCoef(int, int[]) - Method in class pipe.modules.invariantAnalysis.InvariantAnalysis
adjust linear combination coefficients according to sign if sign(j) <> sign(k) then alpha = abs(j) beta = abs(k) if sign(j) == sign(k) then alpha = -abs(j) beta = abs(k)
ANIMATE - Static variable in interface pipe.gui.Constants
 
AnimationHandler - class pipe.gui.AnimationHandler.
 
AnimationHandler() - Constructor for class pipe.gui.AnimationHandler
 
AnimationHistory - class pipe.gui.AnimationHistory.
Class to represent the history of the net animation
AnimationHistory(String) - Constructor for class pipe.gui.AnimationHistory
 
animationmode - Variable in class pipe.gui.GuiView
 
Animator - class pipe.gui.Animator.
 
Animator() - Constructor for class pipe.gui.Animator
 
animBox - Static variable in class pipe.gui.CreateGui
 
ANNOTATION - Static variable in interface pipe.gui.Constants
 
ANNOTATION_DEFAULT_FONT - Static variable in interface pipe.gui.Constants
 
ANNOTATION_DEFAULT_FONT_SIZE - Static variable in interface pipe.gui.Constants
 
ANNOTATION_LAYER_OFFSET - Static variable in interface pipe.gui.Constants
 
ANNOTATION_MIN_WIDTH - Static variable in interface pipe.gui.Constants
 
ANNOTATION_SIZE_OFFSET - Static variable in interface pipe.gui.Constants
 
AnnotationNote - class pipe.dataLayer.AnnotationNote.
 
AnnotationNote.AnnotationKeyUpdateHandler - class pipe.dataLayer.AnnotationNote.AnnotationKeyUpdateHandler.
 
AnnotationNote.AnnotationKeyUpdateHandler(AnnotationNote) - Constructor for class pipe.dataLayer.AnnotationNote.AnnotationKeyUpdateHandler
 
AnnotationNote.ResizePoint - class pipe.dataLayer.AnnotationNote.ResizePoint.
 
AnnotationNote.ResizePoint(AnnotationNote, int) - Constructor for class pipe.dataLayer.AnnotationNote.ResizePoint
 
AnnotationNote.ResizePointHandler - class pipe.dataLayer.AnnotationNote.ResizePointHandler.
 
AnnotationNote.ResizePointHandler(AnnotationNote.ResizePoint) - Constructor for class pipe.dataLayer.AnnotationNote.ResizePointHandler
 
AnnotationNote(int, int) - Constructor for class pipe.dataLayer.AnnotationNote
 
AnnotationNote(String, int, int, int, int, boolean) - Constructor for class pipe.dataLayer.AnnotationNote
 
AnnotationNote(String, String, int, int) - Constructor for class pipe.dataLayer.AnnotationNote
 
AnnotationNoteHandler - class pipe.gui.AnnotationNoteHandler.
 
AnnotationNoteHandler(Container, AnnotationNote) - Constructor for class pipe.gui.AnnotationNoteHandler
 
appendVector(PNMatrix) - Method in class pipe.dataLayer.PNMatrix
Append a column matrix (vector) to the right of another matrix.
appGui - Static variable in class pipe.gui.CreateGui
 
appPath - Static variable in class pipe.gui.CreateGui
 
Arc - class pipe.dataLayer.Arc.
Arc - Petri-Net Arc Class
ARC - Static variable in interface pipe.gui.Constants
 
ARC_CONTROL_POINT_CONSTANT - Static variable in interface pipe.gui.Constants
 
ARC_LAYER_OFFSET - Static variable in interface pipe.gui.Constants
 
ARC_PATH_PROXIMITY_RADIUS - Static variable in interface pipe.gui.Constants
 
ARC_PATH_SELECTION_RADIUS - Static variable in interface pipe.gui.Constants
 
ARC_POINT_LAYER_OFFSET - Static variable in interface pipe.gui.Constants
 
Arc(double, double, double, double) - Constructor for class pipe.dataLayer.Arc
Create Petri-Net Arc object
Arc(double, double, double, double, PlaceTransitionObject, PlaceTransitionObject, int, String, Color) - Constructor for class pipe.dataLayer.Arc
Create Petri-Net Arc object
Arc(double, double, double, double, PlaceTransitionObject, PlaceTransitionObject, String, Color) - Constructor for class pipe.dataLayer.Arc
Create Petri-Net Arc object
Arc(double, double, double, double, String) - Constructor for class pipe.dataLayer.Arc
Create Petri-Net Arc object
Arc(PlaceTransitionObject) - Constructor for class pipe.dataLayer.Arc
Create Petri-Net Arc object
arcboundsLeft - Variable in class pipe.dataLayer.NameLabel
 
arcboundsTop - Variable in class pipe.dataLayer.NameLabel
 
ArcHandler - class pipe.gui.ArcHandler.
Class used to implement methods corresponding to mouse events on arcs.
ArcHandler(Container, Arc) - Constructor for class pipe.gui.ArcHandler
 
ArcKeyboardEventHandler - class pipe.gui.ArcKeyboardEventHandler.
 
ArcKeyboardEventHandler(Arc) - Constructor for class pipe.gui.ArcKeyboardEventHandler
 
ArcPath - class pipe.dataLayer.ArcPath.
 
ArcPath(Arc) - Constructor for class pipe.dataLayer.ArcPath
 
ArcPathPoint - class pipe.dataLayer.ArcPathPoint.
 
ArcPathPointHandler - class pipe.gui.ArcPathPointHandler.
 
ArcPathPointHandler(Container, ArcPathPoint) - Constructor for class pipe.gui.ArcPathPointHandler
 
areNotSameType(PlaceTransitionObject) - Method in class pipe.dataLayer.PlaceTransitionObject
 
arrayLeftDivide(Matrix) - Method in class jama.Matrix
Element-by-element left division, C = A.\B
arrayLeftDivideEquals(Matrix) - Method in class jama.Matrix
Element-by-element left division in place, A = A.\B
arrayRightDivide(Matrix) - Method in class jama.Matrix
Element-by-element right division, C = A./B
arrayRightDivideEquals(Matrix) - Method in class jama.Matrix
Element-by-element right division in place, A = A./B
arrayTimes(Matrix) - Method in class jama.Matrix
Element-by-element multiplication, C = A.*B
arrayTimesEquals(Matrix) - Method in class jama.Matrix
Element-by-element multiplication in place, A = A.*B
ArrowHead - class pipe.gui.ArrowHead.
 
ArrowHead() - Constructor for class pipe.gui.ArrowHead
 

A B C D E F G H I J K L M N O P Q R S T U V