vanted.petrinetelements
Class OutArc

java.lang.Object
  extended by vanted.petrinetelements.AbstractArc
      extended by vanted.petrinetelements.OutArc

public class OutArc
extends AbstractArc

The Class OutArc for arc handling, where the arc is an outgoing arc of a transition.

Author:
Kevin Pucknat

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

OutArc

public OutArc(Transition transition,
              Place place,
              org.graffiti.graph.Edge edge)
Instantiates a new out arc.

Parameters:
transition - the transition
place - the place
edge - the edge
Method Detail

isInArc

public boolean isInArc()
Checks if the arc is an ingoing arc.

Returns:
false, if the arc is an ingoing arc