interagents
Class provenienceWrapper

java.lang.Object
  |
  +--interagents.provenienceWrapper

public class provenienceWrapper
extends java.lang.Object


Field Summary
 int id
           
 int index
           
 
Constructor Summary
provenienceWrapper(int id, int index)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public int id

index

public int index
Constructor Detail

provenienceWrapper

public provenienceWrapper(int id,
                          int index)
Method Detail

toString

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