|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvanted.petrinetelements.AbstractArc
vanted.petrinetelements.OutArc
public class OutArc
The Class OutArc for arc handling, where the arc is an outgoing arc of a transition.
Constructor Summary | |
---|---|
OutArc(Transition transition,
Place place,
org.graffiti.graph.Edge edge)
Instantiates a new out arc. |
Method Summary | |
---|---|
boolean |
isInArc()
Checks if the arc is an ingoing arc. |
Methods inherited from class vanted.petrinetelements.AbstractArc |
---|
addArcWeight, addDraw, addExpression, getArcWeight, getDraw, getEdge, getEdges, getExpressions, getID, getPlace, getTransition, hashCode, removeAllExpressions, removeArcWeight, removeDraw, removeExpression, setEdge, setPlace, setTransition |
Methods inherited from class java.lang.Object |
---|
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutArc(Transition transition, Place place, org.graffiti.graph.Edge edge)
transition
- the transitionplace
- the placeedge
- the edgeMethod Detail |
---|
public boolean isInArc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |