|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pl.edu.pjwstk.yaod.atoms.Atom | +--pl.edu.pjwstk.yaod.atoms.DoubleAtom
Klasa reprezentujaca atom zawierajacy wartosc typu double.
Fields inherited from class pl.edu.pjwstk.yaod.atoms.Atom |
ALL_TYPES |
Constructor Summary | |
DoubleAtom(java.lang.String name,
double val)
Tworzy nowy atom zawierajacy wartosc typu double. |
Method Summary | |
double |
getValue()
Zwraca wartosc atomu. |
void |
setValue(double newVal)
Ustala wartosc atomu. |
Methods inherited from class pl.edu.pjwstk.yaod.atoms.Atom |
getAID, getName, getNext, getOwner, getPrevious, getType, isModified, setAID, setModified, setName, setNext, setOwner, setPrevious |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoubleAtom(java.lang.String name, double val)
name
- nazwa atomu.val
- wartosc atomu.Method Detail |
public double getValue()
public void setValue(double newVal)
newVal
- nowa wartosc atomu.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |