Class HierarchyNetworkVariable.VarConnection

  • Enclosing class:
    HierarchyNetworkVariable

    public class HierarchyNetworkVariable.VarConnection
    extends Object
    The Class VarConnection representing a connection of two variables.
    • Field Detail

      • a

        public boolean a
        The existence flags for original document.
      • b

        public boolean b
        The existence flags for modified document.
    • Constructor Detail

      • VarConnection

        public VarConnection​(boolean a,
                             boolean b)
        Instantiates a new connection to another variable.
        Parameters:
        a - if true, existent in original document
        b - if true, existent in modified document
    • Method Detail

      • getModification

        public int getModification()
        Gets the modification.
        Returns:
        the modification