sidnet.stack.users.marco_project.image_charges.routing
Class ElectricCharge

java.lang.Object
  extended by sidnet.stack.users.marco_project.image_charges.routing.ElectricCharge
All Implemented Interfaces:
JistAPI.DoNotRewrite

public class ElectricCharge
extends java.lang.Object
implements JistAPI.DoNotRewrite


Constructor Summary
ElectricCharge(Coordinate pos, double magnitude, long exp)
           
 
Method Summary
 long getExpirationTime()
           
 double getMagnitude()
           
 Coordinate getPosition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElectricCharge

public ElectricCharge(Coordinate pos,
                      double magnitude,
                      long exp)
Method Detail

getPosition

public Coordinate getPosition()

getMagnitude

public double getMagnitude()

getExpirationTime

public long getExpirationTime()