Class InactiveSink

    • Constructor Detail

      • InactiveSink

        public InactiveSink()
        Default constructor.
      • InactiveSink

        public InactiveSink​(Actor actor)
        Encapsulates the specified actor. Automatically uses its name with the InactiveActor.PREFIX_INACTIVE prefix.
        Parameters:
        actor - the actor to encapsulate
      • InactiveSink

        public InactiveSink​(Actor[] actors)
        Encapsulates the specified actors.
        Parameters:
        actors - the actors to encapsulate