Dataset
operation.See: Description
Interface | Description |
---|---|
Operation<DataType,ServiceType> |
An encapsulation of some operation against a service of type
Upon around a datum of type
DataType . |
Operation.InvertibleOperation<DataType,ServiceType,SelfType extends Operation.InvertibleOperation<DataType,ServiceType,SelfType,InverseType>,InverseType extends Operation.InvertibleOperation<DataType,ServiceType,InverseType,SelfType>> |
An invertible
Operation . |
ReversibleOperationRecord<OpType extends Operation<?,?>> |
A reversible record of a series of operations.
|
Class | Description |
---|---|
DatasetGraphWithRecord |
A
DatasetGraph implementation with two key affordances. |
ListBackedOperationRecord<OpType extends Operation.InvertibleOperation<?,?,?,?>> |
A
ReversibleOperationRecord using a List to record operations. |
QuadOperation<SelfType extends QuadOperation<SelfType,InverseType>,InverseType extends QuadOperation<InverseType,SelfType>> | |
QuadOperation.QuadAddition |
The addition of a
Quad to a DatasetGraph |
QuadOperation.QuadDeletion |
The deletion of a
Quad from a DatasetGraph |
Dataset
operation.Licenced under the Apache License, Version 2.0