Package jsl.modeling.elements.entity
Class EntityType.CDestination
- java.lang.Object
-
- jsl.modeling.elements.entity.EntityType.CDestination
-
- All Implemented Interfaces:
DestinationIfc
,GetEntityReceiverIfc
,GetValueIfc
- Enclosing class:
- EntityType
protected class EntityType.CDestination extends java.lang.Object implements DestinationIfc
-
-
Constructor Summary
Constructors Constructor Description CDestination(EntityReceiverAbstract r, double 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
-
CDestination
public CDestination(EntityReceiverAbstract r, double 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.
-
-