|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclassement.Element
atomes.Action
public class Action
Classe générale d'objets représentant des actions élémentaires sur des atomes : ici des excitations ou des désexcitations.
Field Summary | |
---|---|
protected Atome |
atome
|
Fields inherited from class classement.Element |
---|
place, valeur |
Constructor Summary | |
---|---|
Action(Atome atome,
double date)
|
Method Summary | |
---|---|
Action |
execute()
|
Atome |
get_atome()
|
void |
incremente(int[] compteurs)
|
Methods inherited from class classement.Element |
---|
get_place, get_valeur, set_place |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Atome atome
Constructor Detail |
---|
public Action(Atome atome, double date)
Method Detail |
---|
public Atome get_atome()
public Action execute()
public void incremente(int[] compteurs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |