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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String name
    • Constructor Summary

      Constructors 
      Constructor Description
      NetworkElement(String neName) Creates a new network element with the specified name.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class jline.lang.Element

        getName, setName
      • Methods inherited from class jline.lang.Copyable

        copy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail