|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WiringException | |
---|---|
at.jku.fim.datalinksimulation.genericdevices | |
at.jku.fim.datalinksimulation.layer1.wire |
Uses of WiringException in at.jku.fim.datalinksimulation.genericdevices |
---|
Methods in at.jku.fim.datalinksimulation.genericdevices that throw WiringException | |
---|---|
void |
NetworkStation.bePlugged(Wire wire,
int portNr)
|
void |
InterlinkingDevice.bePlugged(Wire wire,
int portNr)
|
void |
NetworkStation.beUnplugged(Wire wire,
int portNr)
|
void |
InterlinkingDevice.beUnplugged(Wire wire,
int portNr)
|
Uses of WiringException in at.jku.fim.datalinksimulation.layer1.wire |
---|
Methods in at.jku.fim.datalinksimulation.layer1.wire that throw WiringException | |
---|---|
void |
WireConnector.bePlugged(Wire wire,
int portNr)
This method should only be called by Wires, which inform this WireConnector that they are connected. |
void |
WireConnector.beUnplugged(Wire wire,
int portNr)
This method should only be called by Wires, which inform this WireConnector that they are disconnected |
void |
Wire.connect(WireConnector connector)
Connect wire to device; by default connected to port 0 |
abstract void |
Wire.connect(WireConnector connector,
int portNr)
Connect wire to device |
void |
StandardWire.connect(WireConnector connector,
int portNr)
|
void |
Wire.disconnect(WireConnector connector)
Disconnect wire from device; by default disconnected from port 0 |
abstract void |
Wire.disconnect(WireConnector connector,
int portNr)
Disconnect wire from device |
void |
StandardWire.disconnect(WireConnector connector,
int portNr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |