physis.core.lifespace
Class PositionInfo2DLattice

java.lang.Object
  |
  +--physis.core.lifespace.PositionInfo2DLattice
All Implemented Interfaces:
java.io.Serializable

public class PositionInfo2DLattice
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
(package private) PositionInfo2DLattice(int x_, int y_)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

x

int x

y

int y
Constructor Detail

PositionInfo2DLattice

PositionInfo2DLattice(int x_,
                      int y_)
Method Detail

toString

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