com.izforge.izpack.compiler
Class Compiler.Edge

java.lang.Object
  extended bycom.izforge.izpack.compiler.Compiler.Edge
Enclosing class:
Compiler

private class Compiler.Edge
extends java.lang.Object

This class is used for the classification of the edges


Field Summary
(package private)  PackInfo u
           
(package private)  PackInfo v
           
 
Constructor Summary
(package private) Compiler.Edge(PackInfo u, PackInfo v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

u

PackInfo u

v

PackInfo v
Constructor Detail

Compiler.Edge

Compiler.Edge(PackInfo u,
              PackInfo v)