|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Object
|
+--Cell
|
+--CellTraffic
|
+--CellSTCA
|
+--CellRCCA
RCCA (Rear Confirmation Cellular Automation) model
| 内部クラスの概要 | |
class |
CellRCCA.CarRCCA
|
class |
CellRCCA.UnitRCCA
|
| クラス CellSTCA から継承した内部クラス |
CellSTCA.CarSTCA, CellSTCA.UnitSTCA |
| クラス CellTraffic から継承した内部クラス |
CellTraffic.Car, CellTraffic.UnitTraffic |
| クラス Cell から継承した内部クラス |
Cell.Unit |
| フィールドの概要 | |
(パッケージプライベート) int |
m_dataCollectCount
同じパラメータで何個データを取得するかを指定する変数 |
(パッケージプライベート) int |
m_dataCollectCountNow
|
(パッケージプライベート) double |
m_rearConfirmation
|
(パッケージプライベート) javax.swing.JTextField |
m_txrearConfirmation
|
| クラス CellSTCA から継承したフィールド |
m_collectX, m_downSpeed, 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 |
| コンストラクタの概要 | |
CellRCCA()
|
|
| メソッドの概要 | |
(パッケージプライベート) double |
addRearConfirmation(double add)
|
(パッケージプライベート) void |
applyDisplayElements()
|
(パッケージプライベート) void |
collectData()
各Car Objectのupdateがコールする前に、全体としてのデータ収集を行う関数 |
(パッケージプライベート) java.lang.Object |
createCarInstance()
|
(パッケージプライベート) java.lang.Object |
createUnitInstance()
|
(パッケージプライベート) boolean |
endOneCalc(double data1)
一つの時間ステップが終了した時にコールされる |
(パッケージプライベート) void |
setDisplayElements(java.awt.Container control,
java.awt.Container left)
|
| クラス CellSTCA から継承したメソッド |
addDownSpeed |
| クラス CellTraffic から継承したメソッド |
createUnit, executeCells, initializeCellsStatus |
| クラス Cell から継承したメソッド |
addDensity, addDouble, addDouble, addDouble, initializeCellsLocation, paintCells, setMainPanel, stopExecute |
| クラス java.lang.Object から継承したメソッド |
|
| フィールドの詳細 |
int m_dataCollectCount
int m_dataCollectCountNow
double m_rearConfirmation
javax.swing.JTextField m_txrearConfirmation
| コンストラクタの詳細 |
public CellRCCA()
| メソッドの詳細 |
boolean endOneCalc(double data1)
CellTraffic 内の endOneCalcvoid collectData()
CellTraffic 内の collectDatadouble addRearConfirmation(double add)
java.lang.Object createUnitInstance()
CellSTCA 内の createUnitInstancejava.lang.Object createCarInstance()
CellSTCA 内の createCarInstance
void setDisplayElements(java.awt.Container control,
java.awt.Container left)
CellSTCA 内の setDisplayElementsvoid applyDisplayElements()
CellSTCA 内の applyDisplayElements
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||