Package jline.lang
Class NetworkElement
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
- All Implemented Interfaces:
Serializable,Copyable
Class representing an element within a Network object
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkElement(String neName) Creates a new network element with the specified name. -
Method Summary
-
Constructor Details
-
NetworkElement
Creates a new network element with the specified name.- Parameters:
neName- the name to assign to this network element
-