|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.Broche
flux.Entree
public class Entree
Implante une broche d'entré d'un flux
Field Summary | |
---|---|
boolean |
flag
Drapeau à l'usage du module possèdant cette broche. |
Fields inherited from class flux.Broche |
---|
type |
Constructor Summary | |
---|---|
Entree(java.lang.Class typeBroche,
int numeroBroche,
IFlux monModule)
Crée une broche d'entrée pour un flux. |
Method Summary |
---|
Methods inherited from class flux.Broche |
---|
connect, connectionPossible, disconnect, estConnectee, getAutreIFlux, getConnection, getModule, getNoBroche |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean flag
Constructor Detail |
---|
public Entree(java.lang.Class typeBroche, int numeroBroche, IFlux monModule)
typeBroche
- le type de données passant par cette broche.numeroBroche
- le numéro de cette broche dans monModule
.monModule
- le module auquel appartient cette broche.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |