eu.larkc.core.data.util
Class SetOfStatementsMerger

java.lang.Object
  extended by eu.larkc.core.data.LabelledGroupOfStatementsImpl
      extended by eu.larkc.core.data.util.SetOfStatementsMerger
All Implemented Interfaces:
InformationSet, LabelledGroupOfStatements, SetOfStatements, java.io.Serializable

public class SetOfStatementsMerger
extends LabelledGroupOfStatementsImpl

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.

Author:
vassil
See Also:
Serialized Form

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

SetOfStatementsMerger

public SetOfStatementsMerger()
Default construct of this class.

Method Detail

add

public void add(SetOfStatements rdf)
Adds a new RDF data to the current group

Parameters:
rdf - data to be merge