Class Edge


  • public class Edge
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Edge()  
      Edge​(java.lang.String label)  
      Edge​(Node source, Node target)  
      Edge​(Node source, Node target, java.lang.String label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.util.UUID getId()  
      java.lang.String getLabel()  
      org.eclipse.collections.impl.map.mutable.UnifiedMap<java.lang.String,​java.lang.Object> getProperties()  
      Node getSource()  
      Node getTarget()  
      int hashCode()  
      void setId​(java.util.UUID id)  
      void setProperties​(org.eclipse.collections.impl.map.mutable.UnifiedMap<java.lang.String,​java.lang.Object> properties)  
      void setSource​(Node source)  
      void setTarget​(Node target)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Edge

        public Edge()
      • Edge

        public Edge​(java.lang.String label)
      • Edge

        public Edge​(Node source,
                    Node target)
      • Edge

        public Edge​(Node source,
                    Node target,
                    java.lang.String label)
    • Method Detail

      • getId

        public java.util.UUID getId()
      • setId

        public void setId​(java.util.UUID id)
      • getSource

        public Node getSource()
      • setSource

        public void setSource​(Node source)
      • getTarget

        public Node getTarget()
      • setTarget

        public void setTarget​(Node target)
      • getProperties

        public org.eclipse.collections.impl.map.mutable.UnifiedMap<java.lang.String,​java.lang.Object> getProperties()
      • setProperties

        public void setProperties​(org.eclipse.collections.impl.map.mutable.UnifiedMap<java.lang.String,​java.lang.Object> properties)
      • getLabel

        public java.lang.String getLabel()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object