Class NodeMerge


  • public class NodeMerge
    extends java.lang.Object
    Stores a pair of nodes to be merged. Order of nodes is important, always first node is going to be merged to the second one.
    Author:
    Evren Sirin
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • setSource

        public void setSource​(openllet.aterm.ATermAppl source)
        Parameters:
        source - the _source to set
      • getSource

        public openllet.aterm.ATermAppl getSource()
        Returns:
        the _source
      • setTarget

        public void setTarget​(openllet.aterm.ATermAppl target)
        Parameters:
        target - the _target to set
      • getTarget

        public openllet.aterm.ATermAppl getTarget()
        Returns:
        the _target
      • getDepends

        public DependencySet getDepends()
        Returns:
        the dependecy set