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.
  • Method Details

    • 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
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object