クラス CellTraffic

java.lang.Object
  |
  +--Cell
        |
        +--CellTraffic
直系の既知のサブクラス:
CellSTCA

public class CellTraffic
extends Cell

RCCA (Rear Confirmation Cellular Automation) model


内部クラスの概要
 class CellTraffic.Car
           
 class CellTraffic.UnitTraffic
           
 
クラス Cell から継承した内部クラス
Cell.Unit
 
フィールドの概要
(パッケージプライベート)  Collect m_collect
          データ収集用のオブジェクト
(パッケージプライベート)  java.util.Vector m_listCar
           
 
クラス Cell から継承したフィールド
m_cellular, m_cellularXMax, m_cellularYMax, m_cellularZMax, m_density, m_initialiPosition, m_mainPanel, m_statusLabel, m_txDensity, m_txInitialiPosition
 
コンストラクタの概要
CellTraffic()
           
 
メソッドの概要
(パッケージプライベート)  void collectData()
           
(パッケージプライベート)  java.lang.Object createCarInstance()
           
(パッケージプライベート)  boolean createUnit(java.lang.Integer xOrder, java.lang.Integer yOrder, java.lang.Integer zOrder)
           
(パッケージプライベート)  java.lang.Object createUnitInstance()
           
(パッケージプライベート)  boolean endOneCalc(double data1)
           
(パッケージプライベート)  boolean executeCells()
           
(パッケージプライベート)  void initializeCellsStatus()
           
 
クラス Cell から継承したメソッド
addDensity, addDouble, addDouble, addDouble, applyDisplayElements, initializeCellsLocation, paintCells, setDisplayElements, setMainPanel, stopExecute
 
クラス java.lang.Object から継承したメソッド
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

フィールドの詳細

m_collect

Collect m_collect
データ収集用のオブジェクト

m_listCar

java.util.Vector m_listCar
コンストラクタの詳細

CellTraffic

public CellTraffic()
メソッドの詳細

createUnitInstance

java.lang.Object createUnitInstance()

createUnit

boolean createUnit(java.lang.Integer xOrder,
                   java.lang.Integer yOrder,
                   java.lang.Integer zOrder)
オーバーライド:
クラス Cell 内の createUnit

initializeCellsStatus

void initializeCellsStatus()
オーバーライド:
クラス Cell 内の initializeCellsStatus

executeCells

boolean executeCells()
オーバーライド:
クラス Cell 内の executeCells

collectData

void collectData()

endOneCalc

boolean endOneCalc(double data1)

createCarInstance

java.lang.Object createCarInstance()