Package jline.lang.sections
Class Section
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.sections.Section
- All Implemented Interfaces:
Serializable,Cloneable,Copyable
- Direct Known Subclasses:
InputSection,OutputSection,ServiceSection
A general class modeling a node section
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of this section, twin of the MATLABcopyElementof a Copyable section.
-
Constructor Details
-
Section
-
-
Method Details
-
getClassName
-
copyElement
Returns a copy of this section, twin of the MATLABcopyElementof 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
-