|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.data.LabelledGroupOfStatementsImpl
eu.larkc.core.data.util.SetOfStatementsMerger
public class SetOfStatementsMerger
SetOfStatementsMerger is an utility class to merge arbitrary sets of RDF data and to package them as LabelledGroupOfStatements that could be passed by value. Please note that some of the RDF data merges could be IO and computationally expensive operations and should be performed with care.
Constructor Summary | |
---|---|
SetOfStatementsMerger()
Default construct of this class. |
Method Summary | |
---|---|
void |
add(SetOfStatements rdf)
Adds a new RDF data to the current group |
Methods inherited from class eu.larkc.core.data.LabelledGroupOfStatementsImpl |
---|
equals, excludeStatement, excludeStatement, getLabel, getRdfStoreConnection, getStatements, hashCode, includeStatement, includeStatement, toRDF |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetOfStatementsMerger()
Method Detail |
---|
public void add(SetOfStatements rdf)
rdf
- data to be merge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |