Class ProcessActorContainer

    • Constructor Detail

      • ProcessActorContainer

        public ProcessActorContainer()
        Default constructor.
      • ProcessActorContainer

        public ProcessActorContainer​(Actor actor)
        Initializes the container with the actor.
        Parameters:
        actor - the actor to store
      • ProcessActorContainer

        public ProcessActorContainer​(Actor actor,
                                     String[] list)
        Initializes the container with the actor and list.
        Parameters:
        actor - the actor to store
        list - the list to store, can be null
    • Method Detail

      • isValid

        public boolean isValid()
        Checks whether the setup of the container is valid.
        Specified by:
        isValid in interface Container
        Specified by:
        isValid in class AbstractContainer
        Returns:
        true if all the necessary values are available