Class InputAddress

java.lang.Object
deepboof.graph.InputAddress

public class InputAddress
extends java.lang.Object
Address which points to the input of a node
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String nodeName  
  • Constructor Summary

    Constructors 
    Constructor Description
    InputAddress()  
    InputAddress​(java.lang.String nodeName)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • nodeName

      public java.lang.String nodeName
  • Constructor Details