Class ModelTransaction.Operation

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Operation()  
    • Constructor Detail

      • Operation

        private Operation()
    • Method Detail

      • apply

        protected abstract ImmutableNode apply​(ImmutableNode target,
                                               ModelTransaction.Operations operations)
        Executes this operation on the provided target node returning the result.
        Parameters:
        target - the target node for this operation
        operations - the current Operations instance
        Returns:
        the manipulated node