Class ComponentSet

    • Constructor Detail

      • ComponentSet

        public ComponentSet()
        Create a component set with all components null.
      • ComponentSet

        public ComponentSet​(Jep j)
        Uses the components from the jep instance
        Parameters:
        j - jep instance
      • ComponentSet

        public ComponentSet​(JepComponent[] components)
        Use the given list of components, any unspecified one will be set to null.
        Parameters:
        components - Components
        Since:
        3.4.0