クラス CellTraffic.Car

java.lang.Object
  |
  +--CellTraffic.Car
直系の既知のサブクラス:
CellSTCA.CarSTCA
含まれているクラス:
CellTraffic

public class CellTraffic.Car
extends java.lang.Object


フィールドの概要
(パッケージプライベート)  int m_countStop
           
(パッケージプライベート)  int m_countStopCollect
           
(パッケージプライベート)  int m_velocity
           
(パッケージプライベート)  int m_velocityMax
           
(パッケージプライベート)  int m_velocityMin
           
(パッケージプライベート)  int m_velocityNext
           
(パッケージプライベート)  int m_x
           
(パッケージプライベート)  int m_xNext
           
(パッケージプライベート)  int m_y
           
(パッケージプライベート)  int m_yNext
           
(パッケージプライベート)  int m_z
           
(パッケージプライベート)  int m_zNext
           
 
コンストラクタの概要
(パッケージプライベート) CellTraffic.Car()
           
 
メソッドの概要
(パッケージプライベート)  void copy(CellTraffic.Car car)
           
(パッケージプライベート)  boolean recalc()
           
(パッケージプライベート)  void setInitialParam()
           
(パッケージプライベート)  void setLocation(int x, int y, int z)
           
(パッケージプライベート)  void update()
           
 
クラス java.lang.Object から継承したメソッド
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

フィールドの詳細

m_x

int m_x

m_y

int m_y

m_z

int m_z

m_xNext

int m_xNext

m_yNext

int m_yNext

m_zNext

int m_zNext

m_velocity

int m_velocity

m_velocityNext

int m_velocityNext

m_velocityMax

int m_velocityMax

m_velocityMin

int m_velocityMin

m_countStop

int m_countStop

m_countStopCollect

int m_countStopCollect
コンストラクタの詳細

CellTraffic.Car

CellTraffic.Car()
メソッドの詳細

copy

void copy(CellTraffic.Car car)

setLocation

void setLocation(int x,
                 int y,
                 int z)

setInitialParam

void setInitialParam()

recalc

boolean recalc()

update

void update()