ilog.cpl.model
Interface IlpRepresentationObject

All Superinterfaces:
IlpAttributeValueHolder
All Known Subinterfaces:
IlpEquipmentLink, IlpEquipmentNode, IlpMutableEquipmentLink, IlpMutableEquipmentNode, IlpMutableNetworkLink, IlpMutableNetworkNode, IlpMutableRepresentationLink, IlpMutableRepresentationNode, IlpNetworkLink, IlpNetworkNode, IlpRepresentationLink, IlpRepresentationNode, IlpTableRow, IlpTreeNode
All Known Implementing Classes:
IlpAbstractRepresentationLink, IlpAbstractRepresentationNode, IlpDefaultEquipmentLink, IlpDefaultEquipmentNode, IlpDefaultNetworkLink, IlpDefaultNetworkNode, IlpDefaultTableRow, IlpDefaultTreeNode, IlpRepresentationObjectSupport

public interface IlpRepresentationObject
extends IlpAttributeValueHolder

Interface of objects contained in data sources.

Since:
JTGO 3.0

Field Summary
 
Fields inherited from interface ilog.cpl.model.IlpAttributeValueHolder
VALUE_NOT_SET
 
Method Summary
 ilog.cpl.model.edit.IlpRepresentationObjectEditor getEditor()
          Get the editor for this object.
 IlpObject getIlpObject()
          Retrieves the IlpObject corresponding to this representation.
 
Methods inherited from interface ilog.cpl.model.IlpAttributeValueHolder
addAttributeValueListener, fireEvent, getAttributeGroup, getAttributeValue, getAttributeValue, hasAttributeValue, removeAttributeValueListener, setAttributeValue, setAttributeValue
 

Method Detail

getIlpObject

IlpObject getIlpObject()
Retrieves the IlpObject corresponding to this representation.

Returns:
The IlpObject corresponding to this representation.

getEditor

ilog.cpl.model.edit.IlpRepresentationObjectEditor getEditor()
Get the editor for this object. Should never return null. When the representation object is being updated, it should delegate all calls to getAttributeValue to the editor. In this case it should also stop propagating attribute value change events received from the BO.

Internal method or field: do not use!


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.