public abstract class AbstractUpdateOperation extends UpdateOperation
Operation.OperationType
Constructor and Description |
---|
AbstractUpdateOperation() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<OperationSequence> |
abstractionStrictToAbstractOperationSequences()
Generates a list of OperationSequence that can't contain any Operation
that is Abstract Strict
|
boolean |
isAbstractStrict()
Tests if the Operation is an Abstract Strict Operation, meaning a
compilation of multiple UpdateOperation that have the same cost but not
the same result
|
abstractionToOperationSequences, isAbstract
addAddressPrefix, clone, equals, getAddress, getCost, getOperationString, getOperationType, hashCode, make, setAddress, toCompleteString, toString, toXmlElement, toXmlElement
public abstract java.util.Collection<OperationSequence> abstractionStrictToAbstractOperationSequences()
public boolean isAbstractStrict()
Operation
isAbstractStrict
in class Operation