クラス CellSTCA

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

public class CellSTCA
extends CellTraffic

RCCA (Rear Confirmation Cellular Automation) model


内部クラスの概要
 class CellSTCA.CarSTCA
           
 class CellSTCA.UnitSTCA
           
 
クラス CellTraffic から継承した内部クラス
CellTraffic.Car, CellTraffic.UnitTraffic
 
クラス Cell から継承した内部クラス
Cell.Unit
 
フィールドの概要
(パッケージプライベート)  int m_collectX
           
(パッケージプライベート)  double m_downSpeed
           
(パッケージプライベート)  javax.swing.JTextField m_txDownSpeed
           
 
クラス CellTraffic から継承したフィールド
m_collect, m_listCar
 
クラス Cell から継承したフィールド
m_cellular, m_cellularXMax, m_cellularYMax, m_cellularZMax, m_density, m_initialiPosition, m_mainPanel, m_statusLabel, m_txDensity, m_txInitialiPosition
 
コンストラクタの概要
(パッケージプライベート) CellSTCA()
           
 
メソッドの概要
(パッケージプライベート)  double addDownSpeed(double add)
           
(パッケージプライベート)  void applyDisplayElements()
           
(パッケージプライベート)  java.lang.Object createCarInstance()
           
(パッケージプライベート)  java.lang.Object createUnitInstance()
           
(パッケージプライベート)  void setDisplayElements(java.awt.Container control, java.awt.Container left)
           
 
クラス CellTraffic から継承したメソッド
collectData, createUnit, endOneCalc, executeCells, initializeCellsStatus
 
クラス Cell から継承したメソッド
addDensity, addDouble, addDouble, addDouble, initializeCellsLocation, paintCells, setMainPanel, stopExecute
 
クラス java.lang.Object から継承したメソッド
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

フィールドの詳細

m_collectX

int m_collectX

m_downSpeed

double m_downSpeed

m_txDownSpeed

javax.swing.JTextField m_txDownSpeed
コンストラクタの詳細

CellSTCA

CellSTCA()
メソッドの詳細

setDisplayElements

void setDisplayElements(java.awt.Container control,
                        java.awt.Container left)
オーバーライド:
クラス Cell 内の setDisplayElements

applyDisplayElements

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

addDownSpeed

double addDownSpeed(double add)

createUnitInstance

java.lang.Object createUnitInstance()
オーバーライド:
クラス CellTraffic 内の createUnitInstance

createCarInstance

java.lang.Object createCarInstance()
オーバーライド:
クラス CellTraffic 内の createCarInstance