Class graphedit.Arc

java.lang.Object
  |
  +--graphedit.Arc
Enclosing class:
graphedit

public class graphedit.Arc
extends java.lang.Object

Classe arco di grafo


Constructor Summary
graphedit.Arc(int s, int e)
          Costruttore con inizializzazione
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

graphedit.Arc

public graphedit.Arc(int s,
                     int e)
Costruttore con inizializzazione
Parameters:
s - indice del nodo di partenza
s - indice del nodo di arrivo

VCG