Package org.lemsml.jlems.core.run
Interface InPortReceiver
-
- All Known Implementing Classes:
InPort
,InPortRecorder
public interface InPortReceiver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
void
receive()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
receive
void receive() throws RuntimeError
- Throws:
RuntimeError
-
-