Class AbstractSimEntityDelegator

    • Field Detail

      • delegate

        protected final IEntity delegate
        the delegate has the simulation-library-specific knowledge of how entities are handled.
    • Constructor Detail

    • Method Detail

      • isScheduled

        public boolean isScheduled()
        Specified by:
        isScheduled in interface IEntity
      • reschedule

        public void reschedule​(double d)
        Specified by:
        reschedule in interface IEntity
      • getEncapsulatedEntity

        public IEntity getEncapsulatedEntity()