|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeContext
Encapsulation of the current state of execution.
Method Summary | |
---|---|
void |
addAll(Map<String,Attribute> newAttributes)
Add all attributes to the context. |
void |
addMissing(Map<String,Attribute> defaultAttributes)
Add all attributes to the context. |
void |
clear()
Clear the attributes. |
Attribute |
getAttribute(String name)
Retrieve the named attribute. |
Iterator<String> |
getAttributeNames()
Iterator of all attribute names. |
void |
putAttribute(String name,
Attribute value)
Add the specified attribute. |
Method Detail |
---|
void addAll(Map<String,Attribute> newAttributes)
newAttributes
- the attributes to be added.void addMissing(Map<String,Attribute> defaultAttributes)
defaultAttributes
- attributes which should be present.Attribute getAttribute(String name)
name
- key name for the attribute.
Iterator<String> getAttributeNames()
void putAttribute(String name, Attribute value)
name
- name of the attributevalue
- value of the attributevoid clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |