|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IChunkType
The class the represents the top-level wrapper for common ChunkTypes. Contains the wrapper for Symbolic, SubsymbolicChunkTypes and the event listeners
| Method Summary | |
|---|---|
void |
addListener(IChunkTypeListener ctl,
java.util.concurrent.Executor executor)
add chunk listener |
void |
dispatch(ChunkTypeEvent event)
|
void |
dispose()
Called when one is sure the IChunkType shall not be used again. |
void |
encode()
|
IModel |
getModel()
get the model that contains this chunktype |
ISubsymbolicChunkType |
getSubsymbolicChunkType()
return the subsymbolic portion |
ISymbolicChunkType |
getSymbolicChunkType()
return the symbolic compoentn. |
boolean |
hasListeners()
|
boolean |
isA(IChunkType ct)
Gets the a attribute of the IChunkType object |
boolean |
isEncoded()
has this chunktype been encoded |
void |
removeListener(IChunkTypeListener ctl)
remove chunk listener |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.jactr.core.utils.Commentable |
|---|
getComment, setComment |
| Method Detail |
|---|
ISymbolicChunkType getSymbolicChunkType()
ISubsymbolicChunkType getSubsymbolicChunkType()
void addListener(IChunkTypeListener ctl,
java.util.concurrent.Executor executor)
void removeListener(IChunkTypeListener ctl)
boolean hasListeners()
void dispatch(ChunkTypeEvent event)
void dispose()
boolean isA(IChunkType ct)
ct - Description of Parameter
void encode()
boolean isEncoded()
IModel getModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||