Package jsl.modeling.elements.entity
Class EntityType.Destination
- java.lang.Object
-
- jsl.modeling.elements.entity.EntityType.Destination
-
- All Implemented Interfaces:
DestinationIfc
,GetEntityReceiverIfc
,GetValueIfc
- Enclosing class:
- EntityType
protected class EntityType.Destination extends java.lang.Object implements DestinationIfc
-
-
Constructor Summary
Constructors Constructor Description Destination(EntityReceiverAbstract r, GetValueIfc v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityReceiverAbstract
getEntityReceiver()
double
getValue()
This method simply returns the value.
-
-
-
Constructor Detail
-
Destination
public Destination(EntityReceiverAbstract r, GetValueIfc v)
-
-
Method Detail
-
getEntityReceiver
public EntityReceiverAbstract getEntityReceiver()
- Specified by:
getEntityReceiver
in interfaceGetEntityReceiverIfc
-
getValue
public double getValue()
Description copied from interface:GetValueIfc
This method simply returns the value.- Specified by:
getValue
in interfaceGetValueIfc
- Returns:
- The value.
-
-