Package jsl.modeling.elements.entity
Interface DestinationIfc
-
- All Superinterfaces:
GetEntityReceiverIfc
,GetValueIfc
- All Known Implementing Classes:
EntityType.CDestination
,EntityType.Destination
public interface DestinationIfc extends GetEntityReceiverIfc, GetValueIfc
The DestinationIfc can lookup an EntityReceiverAbstract and also return a value, which might be interpreted as a time to travel to the receiver
-
-
Method Summary
-
Methods inherited from interface jsl.modeling.elements.entity.GetEntityReceiverIfc
getEntityReceiver
-
Methods inherited from interface jsl.utilities.GetValueIfc
getValue
-
-