org.jactr.core.chunktype
Interface ISubsymbolicChunkType

All Superinterfaces:
IParameterized
All Known Subinterfaces:
ISubsymbolicChunkType4
All Known Implementing Classes:
BasicSubsymbolicChunkType

public interface ISubsymbolicChunkType
extends IParameterized

this is provided just so that everything follows the same pattern - I am not yet aware of any need for a subsymbolic chunktype

Author:
harrison

Method Summary
 void dispose()
          Description of the Method
 void encode()
           
 
Methods inherited from interface org.jactr.core.utils.parameter.IParameterized
getParameter, getPossibleParameters, getSetableParameters, setParameter
 

Method Detail

dispose

void dispose()
Description of the Method


encode

void encode()