Infinity.AdoptedOperationInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
apply |
r |
||
apply_transformed |
r |
||
copy |
r |
||
get_flags |
r |
||
need_concurrency_id |
r |
||
parent |
r |
||
revert |
r |
||
transform |
r |
Methods¶
None
Details¶
- class Infinity.AdoptedOperationInterface¶
The virtual methods that need to be implemented by an operation to be used with
Infinity.AdoptedAlgorithm
.