eu.larkc.jactr.core.chunk.larkc
Interface IChunkLarKC

All Superinterfaces:
Comparable<IChunk>, IAdaptable, IChunk, IChunkRdf, ICommentable, IMetaContainer
All Known Implementing Classes:
DefaultChunkRdf

public interface IChunkLarKC
extends IChunkRdf

A marker interface for all Chunks containing LarKC-result data.

Author:
Martijn Brakenhoff

Method Summary
 void enableLarKCData()
          Changes the symbolic chunk to enable the storage of LarKC Data.
 
Methods inherited from interface org.jactr.core.chunk.IChunk
addListener, addListener, dispatch, dispatch, dispose, encode, equalsSymbolic, getModel, getReadLock, getSubsymbolicChunk, getSymbolicChunk, getWriteLock, hasBeenDisposed, hasListeners, hasParameterListeners, isA, isAStrict, isEncoded, isMutable, removeListener, removeListener, setMutable
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.jactr.core.utils.ICommentable
getComment, setComment
 
Methods inherited from interface org.jactr.core.utils.IMetaContainer
getMetaData, getMetaDataKeys, setMetaData
 
Methods inherited from interface org.jactr.core.utils.IAdaptable
getAdapter
 

Method Detail

enableLarKCData

void enableLarKCData()
Changes the symbolic chunk to enable the storage of LarKC Data. Must be called before the chunk is encoded, because any RDF data that was set will be lost.