org.jactr.core.chunktype.five
Class DefaultChunkType5

java.lang.Object
  extended by org.jactr.core.chunktype.basic.AbstractChunkType
      extended by org.jactr.core.chunktype.five.DefaultChunkType5
All Implemented Interfaces:
java.lang.Comparable<IChunkType>, IChunkType, Commentable

public class DefaultChunkType5
extends AbstractChunkType

Description of the Class

Author:
harrison

Constructor Summary
DefaultChunkType5(IModel model)
          Constructor for the DefaultChunkType5 object
DefaultChunkType5(IModel model, IChunkType parent)
           
 
Method Summary
 void dispose()
          Description of the Method
 boolean equals(java.lang.Object obj)
           
 ISubsymbolicChunkType getSubsymbolicChunkType()
          Gets the subsymbolicChunkType attribute of the DefaultChunkType5 object
 ISymbolicChunkType getSymbolicChunkType()
          Gets the symbolicChunkType attribute of the DefaultChunkType5 object
 int hashCode()
           
 
Methods inherited from class org.jactr.core.chunktype.basic.AbstractChunkType
addListener, compareTo, dispatch, encode, equals, getComment, getModel, hasListeners, isA, isEncoded, removeListener, setComment, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultChunkType5

public DefaultChunkType5(IModel model)
Constructor for the DefaultChunkType5 object

Since:

DefaultChunkType5

public DefaultChunkType5(IModel model,
                         IChunkType parent)
Method Detail

dispose

public void dispose()
Description copied from class: AbstractChunkType
Description of the Method

Specified by:
dispose in interface IChunkType
Overrides:
dispose in class AbstractChunkType

getSymbolicChunkType

public ISymbolicChunkType getSymbolicChunkType()
Gets the symbolicChunkType attribute of the DefaultChunkType5 object

Returns:
The symbolicChunkType value
Since:

getSubsymbolicChunkType

public ISubsymbolicChunkType getSubsymbolicChunkType()
Gets the subsymbolicChunkType attribute of the DefaultChunkType5 object

Returns:
The subsymbolicChunkType value
Since:

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object