Class NodeBase

    • Constructor Detail

      • NodeBase

        public NodeBase()
    • Method Detail

      • name

        public String name()
        Get the name property: Node name. Must be unique within the topology.
        Returns:
        the name value.
      • withName

        public NodeBase withName​(String name)
        Set the name property: Node name. Must be unique within the topology.
        Parameters:
        name - the name value to set.
        Returns:
        the NodeBase object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.