|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpMutableAttributeGroup
This interface defines a dynamic collection of attributes.
| Method Summary | |
|---|---|
void |
addAttribute(IlpAttribute a)
Adds a new attribute to the model. |
void |
removeAttribute(IlpAttribute a)
Removes the given attribute from the model. |
| Methods inherited from interface ilog.cpl.model.IlpAttributeGroup |
|---|
addAttributeGroupListener, fireEvent, getAttribute, getAttributes, getDeclaredAttributes, getName, hasAttribute, removeAttributeGroupListener |
| Method Detail |
|---|
void addAttribute(IlpAttribute a)
This method should also update the attribute group information within the attribute that is being added.
IlpAttribute.setAttributeGroup(ilog.cpl.model.IlpAttributeGroup)void removeAttribute(IlpAttribute a)
This method should also update the attribute group information within the attribute that is being removed.
IlpAttribute.setAttributeGroup(ilog.cpl.model.IlpAttributeGroup)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||