| Package | Description |
|---|---|
| edu.upc.essi.petrinets |
| Modifier and Type | Class and Description |
|---|---|
class |
InhibitorArc |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<Arc> |
Node.m_incomingArcs |
protected java.util.Collection<Arc> |
Node.m_outgoingArcs |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Arc> |
Node.getIncomingArcs() |
java.util.Collection<Arc> |
Node.getOutgoingArcs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addIncomingArc(Arc arc) |
void |
Node.addOutgoingArc(Arc arc) |
boolean |
Node.deleteIncomingArc(Arc arc) |
boolean |
Node.deleteOutgoingArc(Arc arc) |