|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpAttribute | |
|---|---|
| ilog.cpl | ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. |
| ilog.cpl.css.function | Contains function definitions to be used with the Cascading Style Sheet engine. |
| ilog.cpl.datasource | Contains data source interfaces and default implementation and some related abstract adapters. |
| ilog.cpl.equipment.renderer | Provides the interfaces and classes related to customization of the equipment component using cascading style sheets. |
| ilog.cpl.graph | Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
| ilog.cpl.graphic | Provides classes and interfaces to create graphic objects. |
| ilog.cpl.graphic.component | Deprecated Provides predefined graphic objects based on Swing components. |
| ilog.cpl.interactor | Contains all the base classes of interactors. |
| ilog.cpl.model | Provides classes and interfaces to create the application business model. |
| ilog.cpl.model.container | Provides interfaces for representation objects capable of forming a containment hierarchy. |
| ilog.cpl.network.renderer | Provides the interfaces and classes related to customization of the network component using cascading style sheets. |
| ilog.cpl.style | Deprecated Provides classes and interfaces for handling styles (see IlpStyle). |
| ilog.cpl.table | Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. |
| ilog.cpl.table.action | Contains all the action classes used as default interactions or by pop-up menus in the ILOG JTGO Table graphical component. |
| ilog.cpl.table.interactor | Contains all the table-specific interactors giving the ILOG JTGO Table component its default behavior. |
| ilog.cpl.table.renderer | Provides the interfaces and classes related to customization of the ILOG JTGO Table component using cascading style sheets. |
| ilog.cpl.table.selection | Contains all the selection model used to maintain the selection in the ILOG JTGO Table component. |
| ilog.cpl.tree | Together with ilog.cpl.IlpTree, this package constitutes
the ILOG JTGO Tree component. |
| ilog.cpl.tree.renderer | Provides the interfaces and classes related to customization of the ILOG JTGO Tree component using cascading style sheets. |
| ilog.cpl.util | Utility classes. |
| ilog.tgo.composite | Provides the classes for handling the zoom policies and the layer policies. |
| ilog.tgo.css.function | Contains predefined functions which can be used with the Cascading Style Sheet engine to compute values to ILOG JTGO object properties. |
| ilog.tgo.graphic | Provides all the classes for handling the graphical representations of the telecom objects. |
| ilog.tgo.interactor | Provides the predefined interactors for a view. |
| ilog.tgo.model | Provides classes for telecom objects, states and alarms. |
| ilog.tgo.model.attribute | Contains a default implementation for business object attributes and support classes. |
| Uses of IlpAttribute in ilog.cpl |
|---|
| Methods in ilog.cpl that return IlpAttribute | |
|---|---|
IlpAttribute |
IlpTable.getColumn(int columnIndex)
Returns the IlpAttribute corresponding to the
specified column index in the given table. |
IlpAttribute |
IlpTable.getColumn(String attributeName)
Returns the attribute whose name is attributeName or
null if this attribute is not managed by the table model. |
| Methods in ilog.cpl with parameters of type IlpAttribute | |
|---|---|
void |
IlpTable.addAttribute(IlpAttribute attribute)
Adds a custom attribute to the table view as a new column. |
void |
IlpTable.addPseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Adds a pseudoclass to the specified business object and attribute. |
int |
IlpTable.getColumnIndex(IlpAttribute attribute)
Returns the column index of the specified attribute. |
TableColumn |
IlpTable.getTableColumn(IlpAttribute attribute)
Returns the TableColumn used to display the given attribute. |
boolean |
IlpTable.isColumnFixed(IlpAttribute attribute)
Specifies whether the specified column is fixed. |
boolean |
IlpTable.isColumnVisible(IlpAttribute attribute)
Specifies whether the specified column is visible. |
void |
IlpTable.removeAttribute(IlpAttribute attribute)
Removes a custom attribute from the table view. |
void |
IlpTable.removePseudoClass(IlpObject bo,
IlpAttribute a,
String pseudo)
Removes a pseudoclass from the specified business object and attribute. |
void |
IlpTable.setColumnIndex(IlpAttribute attribute,
int index)
Moves the column of the specified attribute to the specified index. |
void |
IlpTable.setColumnVisible(IlpAttribute attribute,
boolean visible)
Sets whether the specified column should be visible. |
void |
IlpEquipment.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute. |
void |
IlpNetwork.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute. |
void |
IlpEquipment.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute. |
void |
IlpNetwork.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute. |
| Uses of IlpAttribute in ilog.cpl.css.function |
|---|
| Methods in ilog.cpl.css.function with parameters of type IlpAttribute | |
|---|---|
Object |
IlpCSSFunction.call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
Calls the function. |
| Uses of IlpAttribute in ilog.cpl.datasource |
|---|
| Methods in ilog.cpl.datasource that return IlpAttribute | |
|---|---|
IlpAttribute |
DataSourceObjectEvent.getAttribute()
Returns the attribute. |
IlpAttribute |
IlpReferenceDescriptor.getSourceAttribute()
Return the business attribute storing the source reference. |
| Methods in ilog.cpl.datasource with parameters of type IlpAttribute | |
|---|---|
IlpReferenceDescriptor |
IlpReferenceManager.addReferenceDescriptor(IlpClass sourceIlpClass,
IlpAttribute sourceAttribute,
IlpClass targetIlpClass,
IlpReferenceHandler handler)
Creates and adds a reference descriptor. |
void |
IlpAbstractDataSource.fireObjectAttributeChanged(IlpObject object,
IlpAttribute attribute)
Fires an object attribute changed event. |
void |
IlpAbstractDataSource.fireObjectAttributeChanged(IlpObject object,
IlpAttribute attribute,
Object newValue,
Object oldValue)
Fires an object attribute changed event. |
void |
IlpReferenceHandler.referenceChanged(IlpObject target,
IlpObject source,
IlpAttribute attribute,
Object oldValue)
Notifies that an attribute value of the source object has changed. |
| Constructors in ilog.cpl.datasource with parameters of type IlpAttribute | |
|---|---|
DataSourceObjectEvent(IlpDataSource dataSource,
IlpObject object,
IlpAttribute attribute)
Constructor for attribute changed events. |
|
DataSourceObjectEvent(IlpDataSource dataSource,
IlpObject object,
IlpAttribute attribute,
Object newv,
Object oldv)
Constructor for attribute changed events. |
|
| Uses of IlpAttribute in ilog.cpl.equipment.renderer |
|---|
| Methods in ilog.cpl.equipment.renderer with parameters of type IlpAttribute | |
|---|---|
IlpObjectInteractor |
IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute. |
void |
IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute. |
| Uses of IlpAttribute in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph that return IlpAttribute | |
|---|---|
IlpAttribute |
IlpGraphView.getAttribute(IlpPoint viewLocation)
Returns the IlpAttribute object at the given position
in this object. |
IlpAttribute |
IlpAbstractNodeAdapter.getPositionAttribute(IlpClass clazz)
Returns the position attribute of an IlpClass. |
IlpAttribute |
IlpAbstractNodeAdapter.getPositionAttribute(IlpObject object)
Returns the position attribute for an object. |
| Methods in ilog.cpl.graph with parameters of type IlpAttribute | |
|---|---|
IltCompositeGrapher |
IlpGraphView.getGrapherForCreateGraphic(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the IltCompositeGrapher in which the graphic object,
of type IltCompositeGraphic, of a given object should be
created. |
List |
IlpGraphView.getPseudoClasses(IlpRepresentationObject ro,
IlpAttribute a)
Returns the custom pseudoclasses currently active for the object. |
void |
IlpAbstractNodeAdapter.setPositionAttribute(IlpClass clazz,
IlpAttribute attribute)
Sets the position attribute used by objects belonging to the given business object class. |
| Uses of IlpAttribute in ilog.cpl.graphic |
|---|
| Methods in ilog.cpl.graphic that return IlpAttribute | |
|---|---|
IlpAttribute |
IlpAbstractGraphic.getAttribute()
Returns the attribute being represented by this graphic. |
IlpAttribute |
IlpGraphic.getAttribute()
Returns the attribute that this graphic is representing, if there is one. |
IlpAttribute |
IlpGraphicView.getAttribute(IlpPoint viewLocation)
Returns the IlpAttribute at the given position in
this object. |
| Methods in ilog.cpl.graphic with parameters of type IlpAttribute | |
|---|---|
void |
IlpEmptyGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphic g)
This class does not store any association with graphic instances, so this method does nothing. |
void |
IlpDefaultGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphic g)
Associates the given representation object and attribute with the given graphic representation. |
void |
IlpGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphic g)
Associates the given representation object and attribute with the given graphic representation. |
IlpGraphic |
IlpGraphicRenderer.createGraphic(IlpGraphicView view,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Creates a new IlpGraphic from an IlpRepresentationObject and
optional attribute. |
IlpGraphic |
IlpEmptyGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Returns null always, as this graphic holder does not
store any references. |
IlpGraphic |
IlpDefaultGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Gets the graphic object associated with the given representation object and attribute. |
IlpGraphic |
IlpGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Gets the graphic object associated with the given representation object and attribute. |
IlpObjectInteractor |
IlpAbstractGraphicController.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Returns the interactor associated with the given business object and the given attribute in the graphic view controlled by this instance. |
IlpObjectInteractor |
IlpAbstractGraphicController.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and the given attribute in the graphic view controlled by this instance. |
Object |
IlpGraphicRendererContext.getPropertyValue(String property,
IlpGraphicView view,
IlpClass bclass,
IlpAttribute battr)
Retrieves the value of a styling property for a given a business attribute. |
Object |
IlpGraphicRendererContext.getPropertyValue(String property,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute a)
Retrieves the value of a styling property for a given representation object in the graphic view. |
IlpGraphicRendererContext |
IlpEmptyGraphicHolder.getRendererContext(IlpRepresentationObject o,
IlpAttribute a)
Returns the renderer context associated with the graphic representation of the given object representation and attribute. |
IlpGraphicRendererContext |
IlpDefaultGraphicHolder.getRendererContext(IlpRepresentationObject o,
IlpAttribute a)
Returns the renderer context associated with the graphic representation of the given representation object and attribute. |
IlpGraphicRendererContext |
IlpGraphicHolder.getRendererContext(IlpRepresentationObject o,
IlpAttribute a)
Returns the renderer context associated with the graphic representation of the given representation object and attribute. |
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpAttribute attribute)
Deprecated. Gets a style by attribute. |
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle(IlpAttribute attribute)
Deprecated. Gets a style by attribute. |
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated. Gets a style by attribute in the given class. |
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated. Gets a style by attribute. |
IlpStyle |
IlpGraphicViewStyleManager.getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated. Return the correct style for this representation object. |
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated. Return the correct style for this representation object. |
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle(IlpRepresentationObject ro,
IlpAttribute attribute)
Deprecated. Return the correct style for this representation object. |
void |
IlpEmptyGraphicHolder.invalidateGraphic(IlpRepresentationObject o,
IlpAttribute a)
Invalidates the graphic instance associated with the given object representation and attribute. |
void |
IlpDefaultGraphicHolder.invalidateGraphic(IlpRepresentationObject o,
IlpAttribute a)
Invalidates the graphic instance associated with the given representation object and attribute. |
void |
IlpGraphicHolder.invalidateGraphic(IlpRepresentationObject o,
IlpAttribute a)
Invalidates the graphic instance associated with the given representation object and attribute. |
boolean |
IlpEmptyGraphicHolder.isValid(IlpRepresentationObject o,
IlpAttribute a)
Returns if the graphic instance associated with the given object representation and attribute is valid. |
boolean |
IlpDefaultGraphicHolder.isValid(IlpRepresentationObject o,
IlpAttribute a)
Returns whether the graphic instance associated with the given representation object and attribute is valid. |
boolean |
IlpGraphicHolder.isValid(IlpRepresentationObject o,
IlpAttribute a)
Returns whether the graphic instance associated with the given representation object and attribute is valid. |
void |
IlpEmptyGraphicHolder.removeGraphic(IlpRepresentationObject o,
IlpAttribute a)
This class does not store any association with graphic instances, so this method does nothing. |
void |
IlpDefaultGraphicHolder.removeGraphic(IlpRepresentationObject o,
IlpAttribute a)
Removes the graphic instance associated with the given object representation and attribute. |
void |
IlpGraphicHolder.removeGraphic(IlpRepresentationObject o,
IlpAttribute a)
Removes the graphic instance associated with the given representation object and attribute. |
protected void |
IlpAbstractGraphic.setAttribute(IlpAttribute a)
Sets the business attribute represented by this graphic. |
void |
IlpAbstractGraphicController.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object and attribute. |
void |
IlpAbstractGraphicController.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute. |
void |
IlpEmptyGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given object representation and attribute. |
void |
IlpDefaultGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object and attribute. |
void |
IlpGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object and attribute. |
| Constructors in ilog.cpl.graphic with parameters of type IlpAttribute | |
|---|---|
IlpAbstractGraphic(IlpGraphicView view,
IlpRepresentationObject object,
IlpAttribute attribute)
Creates a graphic to represent an attribute in the given object inside the given view. |
|
IlpCompositeGraphic(IlpGraphicView graphicView,
IlpRepresentationObject object,
IlpAttribute attribute)
Deprecated. Creates a graphic to represent an attribute in the given object inside the given view. |
|
IlpGraphicRendererContext(IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute,
boolean selected,
boolean expanded,
boolean focus,
boolean showChildren)
Creates a renderer context with the given initial information. |
|
IlpLeafGraphic(IlpGraphicView graphicView,
IlpRepresentationObject object,
IlpAttribute attribute)
Creates a graphic to represent an attribute in the given object inside the given view. |
|
IlpLeafGraphic(IlpGraphicView graphicView,
IlpRepresentationObject object,
IlpAttribute attribute,
JComponent c)
Creates a graphic to represent an attribute in the given object inside the given view. |
|
| Uses of IlpAttribute in ilog.cpl.graphic.component |
|---|
| Constructors in ilog.cpl.graphic.component with parameters of type IlpAttribute | |
|---|---|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner)
Deprecated. Creates a new instance by adding the inner graphic within the alarm balloon according to the given orientation. |
|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow,
int rad,
int distance)
Deprecated. Creates a new instance by adding the inner graphic within the alarm balloon according to the given orientation. |
|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
int orient,
Color bg)
Deprecated. Creates a new instance by adding the inner graphic within the alarm balloon, according to the given orientation. |
|
IlpBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner)
Deprecated. Creates a new instance, grouping an outer element and an inner element. |
|
IlpBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow)
Deprecated. Creates a new instance, grouping an outer element and an inner element. |
|
IlpCentered(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
Component outer,
IlpGraphic inner)
Deprecated. Creates a new instance, grouping an outer element and an inner element. |
|
IlpCentered(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
Component outer,
IlpGraphic inner,
Insets i)
Deprecated. Creates a new instance, grouping an outer element and an inner element. |
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attribute,
IlpGraphic inner)
Deprecated. Creates a new instance by adding the inner graphic within the information balloon, according to the given orientation. |
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow)
Deprecated. Creates a new instance by adding the inner graphic within the information balloon, according to the given orientation. |
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
int orient,
Color bg)
Deprecated. Creates a new instance by adding the inner graphic within the information balloon, according to the given orientation. |
|
IlpStacker(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attribute)
Deprecated. Creates a new stacker graphic. |
|
IlpStacker(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
int orientation,
int alignment,
int spacing)
Deprecated. Creates a new stacker graphic for the attribute or representation object, with the given characteristics for orientation, alignment and spacing. |
|
| Uses of IlpAttribute in ilog.cpl.interactor |
|---|
| Methods in ilog.cpl.interactor that return IlpAttribute | |
|---|---|
IlpAttribute |
IlpDefaultObjectInteractionContext.getAttribute()
Returns the attribute on which the interaction occurs. |
IlpAttribute |
IlpObjectInteractionContext.getAttribute()
Returns the attribute on which the interaction occurs, or null
if the event occurred on the object itself and not on a specific attribute
representation. |
| Methods in ilog.cpl.interactor with parameters of type IlpAttribute | |
|---|---|
IlpObjectInteractor |
IlpInteractorManager.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Returns the interactor associated with the given business object and attribute. |
IlpObjectInteractor |
IlpDefaultInteractorManager.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Return the interactor associated with the given business object and attribute. |
IlpObjectInteractor |
IlpInteractorManagerSupport.getObjectInteractor(IlpObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute in the graphic view controlled by this instance. |
IlpObjectInteractor |
IlpInteractorManager.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute. |
IlpObjectInteractor |
IlpDefaultInteractorManager.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Return the interactor associated with the given object and attribute. |
IlpObjectInteractor |
IlpInteractorManagerSupport.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute in the graphic view controlled by this instance. |
void |
IlpMutableInteractorManager.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given business object and attribute. |
void |
IlpDefaultInteractorManager.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object and attribute. |
void |
IlpInteractorManagerSupport.setObjectInteractor(IlpObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given business object and attribute. |
void |
IlpMutableInteractorManager.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute. |
void |
IlpDefaultInteractorManager.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute. |
void |
IlpInteractorManagerSupport.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute. |
| Constructors in ilog.cpl.interactor with parameters of type IlpAttribute | |
|---|---|
IlpDefaultObjectInteractionContext(IlpGraphicView view,
IlpRepresentationObject representationObject,
IlpAttribute attribute)
Constructs an interaction context dedicated to a view, a single object and a single attribute in this view. |
|
| Uses of IlpAttribute in ilog.cpl.model |
|---|
| Classes in ilog.cpl.model that implement IlpAttribute | |
|---|---|
class |
IlpBeansAttribute
This class models an attribute in the CPL model which represents a property in a Java Bean. |
class |
IlpComputedAttribute
This class models an attribute whose value is computed based on external information. |
class |
IlpDefaultAttribute
Default CPL attribute implementation. |
class |
IlpObjectReferenceAttribute
This class defines an attribute that refers to another attribute in another attribute holder. |
class |
IlpReferenceAttribute
This class defines an attribute that refers to another attribute in the same attribute holder. |
class |
IlpStaticAttribute
This class defines an attribute that has a static value. |
| Methods in ilog.cpl.model that return IlpAttribute | |
|---|---|
IlpAttribute |
AttributeGroupEvent.getAttribute()
Attribute that caused the event. |
IlpAttribute |
AttributeValueEvent.getAttribute()
Returns the attribute, the value of which was modified. |
IlpAttribute |
IlpDefaultAttributeGroup.getAttribute(String name)
Returns the attribute that corresponds to the given name, independently of whether it is visible or not. |
IlpAttribute |
IlpDefaultClass.getAttribute(String name)
Returns an instance attribute of the class. |
IlpAttribute |
IlpAttributeGroup.getAttribute(String name)
Returns a class instance attribute. |
IlpAttribute |
IlpExtendedAttributeGroup.getAttribute(String name)
Returns a class instance attribute. |
IlpAttribute |
IlpReferenceAttribute.getReferenceAttribute()
Returns the reference attribute. |
| Methods in ilog.cpl.model with parameters of type IlpAttribute | |
|---|---|
void |
IlpDefaultAttributeGroup.addAttribute(IlpAttribute a)
Adds a new attribute to the model. |
void |
IlpMutableAttributeGroup.addAttribute(IlpAttribute a)
Adds a new attribute to the model. |
void |
IlpDefaultClass.addAttribute(IlpAttribute attribute)
Adds an attribute to the class. |
void |
IlpAttributeValueChangeSupport.fireAttributeChange(IlpAttribute attribute,
Object newValue,
Object oldValue)
Fires an attribute value change event. |
Object |
IlpAttributeValueHolder.getAttributeValue(IlpAttribute attribute)
Retrieves the value of an attribute of this object. |
Object |
IlpBeansObject.getAttributeValue(IlpAttribute attribute)
Retrieves the value of an attribute of this object. |
Object |
IlpAttributeValueHolderSupport.getAttributeValue(IlpAttribute a)
Retrieves the value of an attribute of this object. |
Object |
IlpDefaultObject.getAttributeValue(IlpAttribute a)< |