SelfType
- the selftype of this operationInverseType
- the type of this operation's inversepublic abstract class QuadOperation<SelfType extends QuadOperation<SelfType,InverseType>,InverseType extends QuadOperation<InverseType,SelfType>> extends Object implements Operation.InvertibleOperation<Quad,DatasetGraph,SelfType,InverseType>
Modifier and Type | Class and Description |
---|---|
static class |
QuadOperation.QuadAddition
The addition of a
Quad to a DatasetGraph |
static class |
QuadOperation.QuadDeletion
The deletion of a
Quad from a DatasetGraph |
Operation.InvertibleOperation<DataType,ServiceType,SelfType extends Operation.InvertibleOperation<DataType,ServiceType,SelfType,InverseType>,InverseType extends Operation.InvertibleOperation<DataType,ServiceType,InverseType,SelfType>>
Constructor and Description |
---|
QuadOperation(Quad q) |
public QuadOperation(Quad q)
q
- the quad that is being operated withLicenced under the Apache License, Version 2.0