EDU.neu.ccs.demeter.aplib
Class IntercopyTableEntry

java.lang.Object
  |
  +--EDU.neu.ccs.demeter.aplib.IntercopyTableEntry

public class IntercopyTableEntry
extends java.lang.Object


Field Summary
protected  int source
           
protected  int target
           
 
Method Summary
 boolean equals(java.lang.Object ic)
           
 int hashCode()
           
 int source()
          The copy index of the source of the edge.
 int target()
          The copy index of the target of the edge.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

source

protected int source

target

protected int target
Method Detail

source

public int source()
The copy index of the source of the edge.

target

public int target()
The copy index of the target of the edge.

equals

public boolean equals(java.lang.Object ic)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object