org.jactr.core.chunktype.basic
Class BasicSubsymbolicChunkType

java.lang.Object
  extended by org.jactr.core.chunktype.basic.BasicSubsymbolicChunkType
All Implemented Interfaces:
ISubsymbolicChunkType4, ISubsymbolicChunkType, IParameterized

public class BasicSubsymbolicChunkType
extends java.lang.Object
implements ISubsymbolicChunkType, ISubsymbolicChunkType4

default impl

Author:
harrison

Constructor Summary
BasicSubsymbolicChunkType(AbstractChunkType parentChunkType)
          Constructor for the DefaultSubsymbolicChunkType5 object
 
Method Summary
 void dispose()
          Description of the Method
 void encode()
           
 java.lang.String getParameter(java.lang.String key)
          Gets the parameter attribute of the DefaultSubsymbolicChunkType5 object
 java.util.Collection<java.lang.String> getPossibleParameters()
          Gets the possibleParameters attribute of the DefaultSubsymbolicChunkType5 object
 java.util.Collection<java.lang.String> getSetableParameters()
          Gets the setableParameters attribute of the DefaultSubsymbolicChunkType5 object
 boolean isEncoded()
          Gets the encoded attribute of the DefaultSubsymbolicChunkType5 object
 void setParameter(java.lang.String key, java.lang.String value)
          Sets the parameter attribute of the DefaultSubsymbolicChunkType5 object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSubsymbolicChunkType

public BasicSubsymbolicChunkType(AbstractChunkType parentChunkType)
Constructor for the DefaultSubsymbolicChunkType5 object

Parameters:
parentChunkType - Description of Parameter
Since:
Method Detail

setParameter

public void setParameter(java.lang.String key,
                         java.lang.String value)
Sets the parameter attribute of the DefaultSubsymbolicChunkType5 object

Specified by:
setParameter in interface IParameterized
Parameters:
key - The new parameter value
value - The new parameter value
Since:

getParameter

public java.lang.String getParameter(java.lang.String key)
Gets the parameter attribute of the DefaultSubsymbolicChunkType5 object

Specified by:
getParameter in interface IParameterized
Parameters:
key - Description of Parameter
Returns:
The parameter value
Since:

getPossibleParameters

public java.util.Collection<java.lang.String> getPossibleParameters()
Gets the possibleParameters attribute of the DefaultSubsymbolicChunkType5 object

Specified by:
getPossibleParameters in interface IParameterized
Returns:
The possibleParameters value
Since:

getSetableParameters

public java.util.Collection<java.lang.String> getSetableParameters()
Gets the setableParameters attribute of the DefaultSubsymbolicChunkType5 object

Specified by:
getSetableParameters in interface IParameterized
Returns:
The setableParameters value
Since:

dispose

public void dispose()
Description of the Method

Specified by:
dispose in interface ISubsymbolicChunkType
Since:

isEncoded

public boolean isEncoded()
Gets the encoded attribute of the DefaultSubsymbolicChunkType5 object

Returns:
The encoded value

encode

public void encode()
Specified by:
encode in interface ISubsymbolicChunkType