hep.ilc.marlin.adapter.lcsim
Class LCRelationImplementation

java.lang.Object
  extended by hep.ilc.marlin.adapter.lcsim.LCRelationImplementation
All Implemented Interfaces:
org.lcsim.event.LCRelation

public class LCRelationImplementation
extends Object
implements org.lcsim.event.LCRelation


Constructor Summary
LCRelationImplementation(LCRelation r, org.lcsim.event.EventHeader e)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getFrom()
           
 Object getTo()
           
 float getWeight()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCRelationImplementation

public LCRelationImplementation(LCRelation r,
                                org.lcsim.event.EventHeader e)
Method Detail

getFrom

public Object getFrom()
Specified by:
getFrom in interface org.lcsim.event.LCRelation

getTo

public Object getTo()
Specified by:
getTo in interface org.lcsim.event.LCRelation

getWeight

public float getWeight()
Specified by:
getWeight in interface org.lcsim.event.LCRelation

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.