Class CellModuleMessage
- java.lang.Object
-
- org.eclipse.mosaic.fed.cell.message.CellModuleMessage
-
public class CellModuleMessage extends Object
Base message for internal communication of results between the chained cell modules. It is extended, depending on the specific module.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CellModuleMessage.Builder
A helper class in order to simplify the CellModuleMessage creation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getEmittingModule()
long
getEndTime()
String
getNextModule()
<T> T
getResource()
long
getStartTime()
int
hashCode()
-
-
-
Method Detail
-
getEmittingModule
public String getEmittingModule()
-
getNextModule
public String getNextModule()
-
getStartTime
public long getStartTime()
-
getEndTime
public long getEndTime()
-
getResource
public <T> T getResource() throws IllegalStateException
- Throws:
IllegalStateException
-
-