|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.common.Chunk
clarion.acs.gs.GoalChunk
Field Summary | |
protected boolean |
activated
indicate activated or not. |
protected boolean |
removed
indicates removed or not. |
Fields inherited from class clarion.common.Chunk |
BLA, c, chunkBlaOption, chunkLabel, chunkType, d, featList, global, iBLA, MAX_USAGE_NUM, strength, usageNum, usageRecords |
Constructor Summary | |
GoalChunk(int type,
java.lang.String label,
Feature[] list,
Global g)
constructor. |
Method Summary | |
boolean |
isActivated()
Returns if this item is activated or not. |
boolean |
isRemoved()
Returns if this item is removed or not. |
void |
setActivated(boolean flag)
Sets flag of activation. |
void |
setRemoved(boolean flag)
Sets flag of removal. |
Methods inherited from class clarion.common.Chunk |
append, calcBLA, clone, equals, getBLA, getBlaOption, getChunkType, getContent, getContent, getDimNum, getFeature, getFeatureNum, getFeatures, getFeatures, getLabel, getLength, getStrength, getUsageNum, getUsageRecords, getUsageRecords, hashCode, increaseUsage, isEqual, reinit, resetUsage, searchFeature, setBLA_C, setBLA_D, setBLA_INIT, setBla, setBlaOption, setBlaParams, setLabel, setStrength, setUsageNum, setUsageRecords, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected boolean activated
protected boolean removed
Constructor Detail |
public GoalChunk(int type, java.lang.String label, Feature[] list, Global g)
type
- chunk type.label
- the item label.list
- the feature list of the item.g
- the associated global settings.Method Detail |
public boolean isActivated()
public boolean isRemoved()
public void setActivated(boolean flag)
flag
- the flag indicates this item is activated or not.public void setRemoved(boolean flag)
flag
- the flag indicates this item is removed or not.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |