Uses of Interface
ilog.cpl.model.container.IlpRepresentationLink

Packages that use IlpRepresentationLink
ilog.cpl.equipment Together with ilog.cpl.IlpEquipment, this package constitutes the ILOG JTGO Equipment component. 
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.model.container Provides interfaces for representation objects capable of forming a containment hierarchy. 
ilog.cpl.network Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
 

Uses of IlpRepresentationLink in ilog.cpl.equipment
 

Subinterfaces of IlpRepresentationLink in ilog.cpl.equipment
 interface IlpEquipmentLink
          Objects implementing this interface will be recognized as links in the default implementation IlpDefaultEquipmentModel of IlpEquipmentModel.
 interface IlpMutableEquipmentLink
          Mutable extension of IlpEquipmentLink.
 

Classes in ilog.cpl.equipment that implement IlpRepresentationLink
 class IlpDefaultEquipmentLink
          This class is the default implementation of IlpEquipmentLink.
 

Methods in ilog.cpl.equipment that return IlpRepresentationLink
protected  IlpRepresentationLink IlpEquipmentAdapter.createLink(IlpObject ilpObject, IlpRepresentationNode fromNode, IlpRepresentationNode toNode)
          Creates a representation link object from a given business object.
 

Methods in ilog.cpl.equipment with parameters of type IlpRepresentationLink
protected  void IlpDefaultEquipmentModel.noteEndChanged(IlpRepresentationLink link, boolean origin, IlpRepresentationNode oldEnd, IlpRepresentationNode newEnd)
           
 

Uses of IlpRepresentationLink in ilog.cpl.graph
 

Methods in ilog.cpl.graph that return IlpRepresentationLink
protected abstract  IlpRepresentationLink IlpAbstractNodeAdapter.createLink(IlpObject ilpObject, IlpRepresentationNode fromNode, IlpRepresentationNode toNode)
          Creates a representation link object from a given business object.
 

Methods in ilog.cpl.graph with parameters of type IlpRepresentationLink
protected abstract  void IlpAbstractGraphModel.noteEndChanged(IlpRepresentationLink link, boolean origin, IlpRepresentationNode oldEnd, IlpRepresentationNode newEnd)
           
 

Uses of IlpRepresentationLink in ilog.cpl.model.container
 

Subinterfaces of IlpRepresentationLink in ilog.cpl.model.container
 interface IlpMutableRepresentationLink
          Mutable extension of IlpRepresentationLink.
 

Classes in ilog.cpl.model.container that implement IlpRepresentationLink
 class IlpAbstractRepresentationLink
          This class is the abstract implementation of IlpRepresentationLink.
 

Methods in ilog.cpl.model.container that return IlpRepresentationLink
 IlpRepresentationLink RepresentationLinkEvent.getRepresentationLink()
          Returns the link the event refers to.
 

Constructors in ilog.cpl.model.container with parameters of type IlpRepresentationLink
RepresentationLinkEvent(IlpRepresentationLink source, RepresentationLinkEvent.Type type, boolean origin, IlpRepresentationNode oldEnd, IlpRepresentationNode newEnd)
          Creates a link-related event.
 

Uses of IlpRepresentationLink in ilog.cpl.network
 

Subinterfaces of IlpRepresentationLink in ilog.cpl.network
 interface IlpMutableNetworkLink
          Mutable extension of IlpNetworkLink.
 interface IlpNetworkLink
          Objects implementing this interface will be recognized as links in the default implementation IlpDefaultNetworkModel of IlpNetworkModel.
 

Classes in ilog.cpl.network that implement IlpRepresentationLink
 class IlpDefaultNetworkLink
          This class is the default implementation of IlpNetworkLink.
 

Methods in ilog.cpl.network that return IlpRepresentationLink
protected  IlpRepresentationLink IlpNetworkAdapter.createLink(IlpObject ilpObject, IlpRepresentationNode fromNode, IlpRepresentationNode toNode)
          Creates a representation link object from a given business object.
 

Methods in ilog.cpl.network with parameters of type IlpRepresentationLink
protected  void IlpDefaultNetworkModel.noteEndChanged(IlpRepresentationLink link, boolean origin, IlpRepresentationNode oldEnd, IlpRepresentationNode newEnd)
           
 



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