|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaa4mm.basic.time_types.SimulTime
public abstract class SimulTime
This class represent time values and useful operation we can do on it
| Field Summary | |
|---|---|
protected double |
timeValue
The time value |
| Constructor Summary | |
|---|---|
SimulTime()
Default constructor. |
|
| Method Summary | |
|---|---|
double |
getTimeValue()
|
abstract void |
setTimeFromModel(java.lang.Object myModelTimeValue)
Set the time value from a value given by a simulator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double timeValue
| Constructor Detail |
|---|
public SimulTime()
| Method Detail |
|---|
public abstract void setTimeFromModel(java.lang.Object myModelTimeValue)
myModelTimeValue - public double getTimeValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||