Package jsl.modeling.elements.entity
Class SQSRWorkStation.Release
- java.lang.Object
-
- jsl.modeling.elements.entity.EntityReceiverAbstract
-
- jsl.modeling.elements.entity.SQSRWorkStation.Release
-
- Enclosing class:
- SQSRWorkStation
protected class SQSRWorkStation.Release extends EntityReceiverAbstract
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Release()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
receive(Entity entity)
Used to receive the entity.
-
-
-
Method Detail
-
receive
protected void receive(Entity entity)
Description copied from class:EntityReceiverAbstract
Used to receive the entity.- Specified by:
receive
in classEntityReceiverAbstract
- Parameters:
entity
- Must not be null or IllegalArgument exception should be thrown
-
-