|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.chunktype.basic.AbstractChunkType
public abstract class AbstractChunkType
| Constructor Summary | |
|---|---|
AbstractChunkType(IModel model)
|
|
| Method Summary | |
|---|---|
void |
addListener(IChunkTypeListener cl,
java.util.concurrent.Executor executor)
Adds a feature to the IChunkTypeListener attribute of the DefaultChunkType5 object |
int |
compareTo(IChunkType o)
lexically compare chunktypes |
void |
dispatch(ChunkTypeEvent event)
Description of the Method |
void |
dispose()
Description of the Method |
void |
encode()
|
boolean |
equals(IChunkType obj)
Description of the Method |
java.lang.String |
getComment()
Gets the comment attribute of the Commentable object |
IModel |
getModel()
get the model that contains this chunktype |
boolean |
hasListeners()
|
boolean |
isA(IChunkType ct)
Gets the a attribute of the IChunkType object |
boolean |
isEncoded()
has this chunktype been encoded |
void |
removeListener(IChunkTypeListener cl)
remove chunk listener |
void |
setComment(java.lang.String comment)
Sets the comment attribute of the DefaultChunkType5 object |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jactr.core.chunktype.IChunkType |
|---|
getSubsymbolicChunkType, getSymbolicChunkType |
| Constructor Detail |
|---|
public AbstractChunkType(IModel model)
| Method Detail |
|---|
public void encode()
encode in interface IChunkTypepublic IModel getModel()
IChunkType
getModel in interface IChunkTypepublic boolean isEncoded()
IChunkType
isEncoded in interface IChunkTypepublic boolean hasListeners()
hasListeners in interface IChunkType
public void addListener(IChunkTypeListener cl,
java.util.concurrent.Executor executor)
addListener in interface IChunkTypepublic void removeListener(IChunkTypeListener cl)
IChunkType
removeListener in interface IChunkTypepublic void dispatch(ChunkTypeEvent event)
dispatch in interface IChunkTypepublic java.lang.String getComment()
Commentable
getComment in interface Commentablepublic void setComment(java.lang.String comment)
setComment in interface Commentablecomment - The new comment valuepublic boolean isA(IChunkType ct)
IChunkType
isA in interface IChunkTypect - Description of Parameter
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(IChunkType o)
compareTo in interface java.lang.Comparable<IChunkType>public void dispose()
dispose in interface IChunkTypepublic boolean equals(IChunkType obj)
obj - Description of Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||