simulation
Class HostPoint

java.lang.Object
  extended bysimulation.HostPoint

public class HostPoint
extends java.lang.Object

Author:
Vivek

Field Summary
 int x
           
 int y
           
 
Constructor Summary
HostPoint()
          Creates a new instance of HostPoint
HostPoint(int new_x, int new_y)
           
 
Method Summary
(package private)  void CalcHostPoint(int n)
           
(package private)  int getX()
           
(package private)  int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y
Constructor Detail

HostPoint

public HostPoint()
Creates a new instance of HostPoint


HostPoint

public HostPoint(int new_x,
                 int new_y)
Method Detail

CalcHostPoint

void CalcHostPoint(int n)

getX

int getX()

getY

int getY()