eu.larkc.core.data
Interface InformationSet

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
BooleanInformationSet, DataSet, LabelledGroupOfStatements, NaturalLanguageDocument, Parameters, RdfGraph, SetOfStatements, VariableBinding, XMLDocument
All Known Implementing Classes:
BooleanInformationSetImpl, DataSetImpl, GraphResultBase, HTTPRemoteGraph, LabelledGroupOfStatementsImpl, NaturalLanguageDocumentUrl, ORDIGraphResult, ORDIVariableBinding, PlainTextDocument, RdfGraphBase, RdfGraphDataSet, RdfGraphInMemory, RDFXMLGraphResult, SelectXMLVariableBinding, SetOfStatementsImpl, SetOfStatementsMerger, VariableBindingBase, VariableBindingImpl, XMLDocumentImpl

public interface InformationSet
extends java.io.Serializable

Information set is a generic interface that represent data exchanged by the plugins of LarKC platform.

Author:
vassil

Method Summary
 SetOfStatements toRDF(SetOfStatements data)
          Serializes this object to SetOfStatements.
 

Method Detail

toRDF

SetOfStatements toRDF(SetOfStatements data)
Serializes this object to SetOfStatements.

Parameters:
data - is stream to serialize this object to.
Returns:
reference to the set of statements that contains the serialized data.