|
simulink | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.simulink.model.SimulinkPortBase
edu.tum.cs.simulink.model.SimulinkOutPort
public class SimulinkOutPort
A Simulink inport. An outport can be connected to multiple
SimulinkLine
s.
Constructor Summary | |
---|---|
SimulinkOutPort(SimulinkBlock block,
java.lang.String index)
Create simulink outport. |
Method Summary | |
---|---|
|
getLines()
Get lines connected to this port. |
void |
remove()
This only sets the block to null . |
Methods inherited from class edu.tum.cs.simulink.model.SimulinkPortBase |
---|
getBlock, getIndex, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimulinkOutPort(SimulinkBlock block, java.lang.String index)
block
- The block this port belongs to.index
- The port index. This may be a number or a string like 'enable'Method Detail |
---|
publicgetLines()
public void remove()
null
. Acutal remove
implementation is done in the sub classes.
remove
in class SimulinkPortBase
|
simulink | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |