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 EntityReceiverAbstractgetEntityReceiver()doublegetValue()This method simply returns the value.
-
-
-
Constructor Detail
-
CDestination
public CDestination(EntityReceiverAbstract r, double v)
-
-
Method Detail
-
getEntityReceiver
public EntityReceiverAbstract getEntityReceiver()
- Specified by:
getEntityReceiverin interfaceGetEntityReceiverIfc
-
getValue
public double getValue()
Description copied from interface:GetValueIfcThis method simply returns the value.- Specified by:
getValuein interfaceGetValueIfc- Returns:
- The value.
-
-