public class Patch extends Object
Represents a Patch.
This class (and Operation capture the definition of a patch, but are not coupled to any specific patch representation.
Operation
Patch
Patch(List<Operation> operations)
List<Operation>
getOperations()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Patch(List<Operation> operations)
public int size()
public List<Operation> getOperations()
Copyright © 2019 DuraSpace. All rights reserved.