Class CompositeOrchestration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Orchestration> plans  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      The description of the orchestration describing the steps it contains
      java.util.List<Orchestration> getPlans()
      Gets the full list of plans.
      java.lang.String getType()
      The type of orchestration (Parallel, Serial, Interleaved)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompositeOrchestration

        protected CompositeOrchestration​(java.lang.String description,
                                         Orchestration... plans)
      • CompositeOrchestration

        protected CompositeOrchestration​(java.lang.String description,
                                         java.util.List<Orchestration> plans)
    • Method Detail

      • getPlans

        public java.util.List<Orchestration> getPlans()
        Gets the full list of plans.
        Returns:
        the full list of plans.
      • getType

        public java.lang.String getType()
        Description copied from interface: Orchestration
        The type of orchestration (Parallel, Serial, Interleaved)
        Specified by:
        getType in interface Orchestration
        Returns:
        the type of plan
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Orchestration
        The description of the orchestration describing the steps it contains
        Specified by:
        getDescription in interface Orchestration
        Returns:
        the description