edu.ntnu.cikmr.arbitration
Class CaseContainer

java.lang.Object
  extended by edu.ntnu.cikmr.arbitration.cbr.Case
      extended by edu.ntnu.cikmr.arbitration.CaseContainer

public class CaseContainer
extends Case


Field Summary
protected  Activity local
           
protected  Activity remote
           
 
Constructor Summary
CaseContainer(Activity local, Activity remote)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Activity getLocal()
           
 Activity getRemote()
           
 int hashCode()
           
 
Methods inherited from class edu.ntnu.cikmr.arbitration.cbr.Case
getCase1, getCase2, getId, getLocation, getParticipants, getProperty, getSolution, setCase1, setCase2, setId, setLocation, setParticipants, setProperty, setSolution
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

local

protected Activity local

remote

protected Activity remote
Constructor Detail

CaseContainer

public CaseContainer(Activity local,
                     Activity remote)
Method Detail

equals

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

hashCode

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

getLocal

public Activity getLocal()

getRemote

public Activity getRemote()