Class Section

All Implemented Interfaces:
Serializable, Cloneable, Copyable
Direct Known Subclasses:
InputSection, OutputSection, ServiceSection

public abstract class Section extends NetworkElement implements Serializable, Cloneable
A general class modeling a node section
See Also:
  • Constructor Details

    • Section

      public Section(String className)
  • Method Details

    • getClassName

      public String getClassName()
    • copyElement

      public Section copyElement()
      Returns a copy of this section, twin of the MATLAB copyElement of a Copyable section. The copy is shallow in the same sense as MATLAB's: the section object and its containers are new, while the model elements they refer to (job classes, destination nodes, distributions) stay shared. Subclasses holding containers override this to copy them.
      Returns:
      a copy of this section