|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpetri_jfern.ArcMap
public class ArcMap
The Class ArcMap is a helper class to combine the VANTED arcs and the rakiura arcs.
Constructor Summary | |
---|---|
ArcMap()
|
Method Summary | |
---|---|
void |
addArc(AbstractArc arc,
org.rakiura.cpn.AbstractArc a)
Adds the arc. |
boolean |
containsKeyR(org.rakiura.cpn.AbstractArc a)
Contains key r. |
boolean |
containsKeyV(AbstractArc arc)
Contains key v. |
java.util.List<org.rakiura.cpn.AbstractArc> |
getAllarcsR()
Gets the allarcs r (rakiura). |
java.util.List<AbstractArc> |
getAllArcsV()
Gets the all arcs v (vanted). |
org.rakiura.cpn.AbstractArc |
getarcR(AbstractArc arc)
Gets the arc r (rakiura). |
AbstractArc |
getArcV(org.rakiura.cpn.AbstractArc a)
Gets the arc v (vanted). |
void |
removeArcR(org.rakiura.cpn.AbstractArc a)
Removes the arc r (rakiura). |
void |
removeArcV(AbstractArc arc)
Removes the arc v (vanted). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArcMap()
Method Detail |
---|
public void addArc(AbstractArc arc, org.rakiura.cpn.AbstractArc a)
arc
- the arc (vanted)a
- the arc (rakiura)public void removeArcV(AbstractArc arc)
arc
- the arcpublic void removeArcR(org.rakiura.cpn.AbstractArc a)
a
- the apublic AbstractArc getArcV(org.rakiura.cpn.AbstractArc a)
a
- the a (rakiura)
public org.rakiura.cpn.AbstractArc getarcR(AbstractArc arc)
arc
- the arc (vanted)
public java.util.List<AbstractArc> getAllArcsV()
public java.util.List<org.rakiura.cpn.AbstractArc> getAllarcsR()
public boolean containsKeyR(org.rakiura.cpn.AbstractArc a)
a
- the a (rakiura)
public boolean containsKeyV(AbstractArc arc)
arc
- the arc (vanted)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |