|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueVectorElement
This is an interface for the value vector of the computation state. If you add any new class implementing this interface, please also add the reference point in the following places: -edu.umass.cs.sase.engine.Run.initializeValueVector(Event e)
Method Summary | |
---|---|
java.lang.String |
getAttribute()
|
int |
getNeededByState()
|
int |
getStateNumber()
|
java.lang.String |
getType()
|
int |
getValue()
Gets the current value |
void |
initializeValue(Event e)
initializes the value by an eventg |
void |
setAttribute(java.lang.String a)
|
void |
setNeededByState(int n)
|
void |
updateValue(Event e)
Updates the value |
Method Detail |
---|
int getValue()
void updateValue(Event e)
e
- the newly selected eventint getStateNumber()
java.lang.String getType()
java.lang.String getAttribute()
void setAttribute(java.lang.String a)
a
- the attribute name to setvoid initializeValue(Event e)
e
- int getNeededByState()
void setNeededByState(int n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |