eu.larkc.jactr.core.chunk.rdf
Class DefaultChunkRdf
java.lang.Object
org.jactr.core.utils.DefaultAdaptable
org.jactr.core.chunk.basic.AbstractChunk
org.jactr.core.chunk.five.DefaultChunk5
eu.larkc.jactr.core.chunk.rdf.DefaultChunkRdf
- All Implemented Interfaces:
- IChunkLarKC, IChunkRdf, Comparable<IChunk>, IChunk, IAdaptable, ICommentable, IMetaContainer
public class DefaultChunkRdf
- extends DefaultChunk5
- implements IChunkRdf, IChunkLarKC
The DefaultChunkRdf class implements the basic structure for the IChunk
interface.
- Author:
- Martijn Brakenhoff
Method Summary |
void |
enableLarKCData()
Changes the symbolic chunk to enable the storage of LarKC Data. |
Methods inherited from class org.jactr.core.chunk.basic.AbstractChunk |
addListener, addListener, compareTo, dispatch, encode, equalsSymbolic, getAdapter, getComment, getMetaData, getMetaDataKeys, getModel, getReadLock, getWriteLock, hasBeenDisposed, hasListeners, hasParameterListeners, isA, isAStrict, isEncoded, isMutable, removeListener, removeListener, setComment, setMetaData, setMutable |
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 |
DefaultChunkRdf
public DefaultChunkRdf(IChunkType parentChunkType)
- Constructor for the DefaultChunkRdf object
enableLarKCData
public void enableLarKCData()
- Description copied from interface:
IChunkLarKC
- 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.
- Specified by:
enableLarKCData
in interface IChunkLarKC