Package jline.lang
Class NetworkElement
-
- All Implemented Interfaces:
-
java.io.Serializable
,jline.lang.Copyable
public class NetworkElement extends Element
Class representing an element within a Network object
-
-
Constructor Summary
Constructors Constructor Description NetworkElement(String neName)
Creates a new network element with the specified name.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
NetworkElement
NetworkElement(String neName)
Creates a new network element with the specified name.- Parameters:
neName
- the name to assign to this network element
-
-
-
-