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

Packages that use IlpRepresentationNode
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 IlpRepresentationNode in ilog.cpl.equipment
 

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

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

Methods in ilog.cpl.equipment that return IlpRepresentationNode
protected  IlpRepresentationNode IlpEquipmentAdapter.createNode(IlpObject ilpObject)
          Creates a representation node object from a given business object.
 

Methods in ilog.cpl.equipment with parameters of type IlpRepresentationNode
protected  IlpRepresentationLink IlpEquipmentAdapter.createLink(IlpObject ilpObject, IlpRepresentationNode fromNode, IlpRepresentationNode toNode)
          Creates a representation link object from a given business object.
protected  void IlpDefaultEquipmentModel.noteChildrenAdded(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected  void IlpDefaultEquipmentModel.noteChildrenAdded(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected  void IlpDefaultEquipmentModel.noteChildrenRemoved(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected  void IlpDefaultEquipmentModel.noteChildrenRemoved(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected  void IlpDefaultEquipmentModel.noteEndChanged(IlpRepresentationLink link, boolean origin, IlpRepresentationNode oldEnd, IlpRepresentationNode newEnd)
           
protected  void IlpDefaultEquipmentModel.noteRootAdded(IlpRepresentationNode root)
           
protected  void IlpDefaultEquipmentModel.noteRootRemoved(IlpRepresentationNode root)
           
 

Uses of IlpRepresentationNode in ilog.cpl.graph
 

Methods in ilog.cpl.graph that return IlpRepresentationNode
protected abstract  IlpRepresentationNode IlpAbstractNodeAdapter.createNode(IlpObject ilpObject)
          Creates a representation node object from a given business object.
 IlpRepresentationNode IlpAbstractGraphModel.getParent(IlpRepresentationObject object)
          Returns the parent object of an object.
 IlpRepresentationNode IlpGraphModel.getParent(IlpRepresentationObject object)
          Returns the parent object of an object.
 IlpRepresentationNode IlpAbstractNodeAdapter.getRepresentationNode(IlpObject ilpObject)
          Returns the node representing the IlpObject.
 IlpRepresentationNode IlpAbstractNodeAdapter.getRepresentationNode(Object identifier)
          Returns the node representing the IlpObject identified by identifier.
 

Methods in ilog.cpl.graph with parameters of type IlpRepresentationNode
protected  void IlpAbstractGraphModel.addToObservationScope(IlpRepresentationNode object, int count)
          Adds an object to the observation scope.
protected abstract  IlpRepresentationLink IlpAbstractNodeAdapter.createLink(IlpObject ilpObject, IlpRepresentationNode fromNode, IlpRepresentationNode toNode)
          Creates a representation link object from a given business object.
 void IlpGraphController.handleChangeRelationship(IlpRepresentationNode object, IlpRepresentationNode parent, IlpPosition position)
          Requests the change of relationship of an object.
 boolean IlpAbstractNodeAdapter.hasTemporaryRepresentationObject(IlpRepresentationNode node)
          Informs whether a representation node is temporary or not.
protected  boolean IlpAbstractGraphModel.isInObservationScope(IlpRepresentationNode object)
          Returns if the given object is in the observation scope.
protected abstract  void IlpAbstractGraphModel.noteChildrenAdded(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected abstract  void IlpAbstractGraphModel.noteChildrenAdded(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected abstract  void IlpAbstractGraphModel.noteChildrenRemoved(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected abstract  void IlpAbstractGraphModel.noteChildrenRemoved(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected abstract  void IlpAbstractGraphModel.noteEndChanged(IlpRepresentationLink link, boolean origin, IlpRepresentationNode oldEnd, IlpRepresentationNode newEnd)
           
protected abstract  void IlpAbstractGraphModel.noteRootAdded(IlpRepresentationNode object)
           
protected abstract  void IlpAbstractGraphModel.noteRootRemoved(IlpRepresentationNode object)
           
protected  void IlpAbstractGraphModel.removeFromObservationScope(IlpRepresentationNode object)
          Removes an object from the observation scope
 void IlpAbstractNodeAdapter.removeTemporaryRepresentationObject(IlpRepresentationNode node)
          Remove a temporary object.
 void IlpAbstractNodeAdapter.storeTemporaryRepresentationObject(IlpRepresentationNode node, IlpMutableRepresentationNode parent, IlpFilter boFilter)
          Stores a temporary object along with a filter to detect the corresponding business object.
 void IlpGraphController.updateObject(IlpRepresentationNode object, Map newValues)
          Requests a change to some properties of an object.
 

Uses of IlpRepresentationNode in ilog.cpl.model.container
 

Subinterfaces of IlpRepresentationNode in ilog.cpl.model.container
 interface IlpMutableRepresentationLink
          Mutable extension of IlpRepresentationLink.
 interface IlpMutableRepresentationNode
          Mutable interface of objects that build up a container hierarchy.
 interface IlpRepresentationLink
          Objects implementing this interface will be recognized as links.
 

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

Methods in ilog.cpl.model.container that return IlpRepresentationNode
 IlpRepresentationNode[] RepresentationNodeEvent.getChildren()
          Returns the child objects added or removed.
 IlpRepresentationNode IlpAbstractRepresentationLink.getFromNode()
          Returns the first end node of the link.
 IlpRepresentationNode IlpRepresentationLink.getFromNode()
          Returns the first end node of the link.
 IlpRepresentationNode RepresentationLinkEvent.getNewEnd()
          Return the link's new end node.
 IlpRepresentationNode RepresentationLinkEvent.getOldEnd()
          Return the link's previous end node.
 IlpRepresentationNode IlpAbstractRepresentationNode.getParent()
          Returns the parent object of this object.
 IlpRepresentationNode IlpRepresentationNode.getParent()
          Returns the parent object of this object.
 IlpRepresentationNode RepresentationNodeEvent.getRepresentationNode()
          Returns the parent node the event refers to.
 IlpRepresentationNode IlpAbstractRepresentationLink.getToNode()
          Returns the second end node of the link.
 IlpRepresentationNode IlpRepresentationLink.getToNode()
          Returns the second end node of the link.
 

Methods in ilog.cpl.model.container with parameters of type IlpRepresentationNode
 void IlpMutableRepresentationNode.addChild(IlpRepresentationNode child)
          Inserts a child
 void IlpAbstractRepresentationNode.addChild(IlpRepresentationNode child)
          Inserts a child.
 void IlpMutableRepresentationNode.addChildren(IlpRepresentationNode[] children)
          Inserts a set of children.
 void IlpAbstractRepresentationNode.addChildren(IlpRepresentationNode[] children)
          Inserts a set of children.
 void IlpMutableRepresentationNode.addChildren(int[] indices, IlpRepresentationNode[] children)
          Inserts a set of children.
 void IlpAbstractRepresentationNode.addChildren(int[] indices, IlpRepresentationNode[] children)
          Inserts a set of children.
 void IlpMutableRepresentationNode.removeChild(IlpRepresentationNode child)
          Removes a child.
 void IlpAbstractRepresentationNode.removeChild(IlpRepresentationNode child)
          Removes a child.
 void IlpMutableRepresentationNode.removeChildren(IlpRepresentationNode[] children)
          Removes a set of children.
 void IlpAbstractRepresentationNode.removeChildren(IlpRepresentationNode[] children)
          Removes a set of children.
 void IlpMutableRepresentationNode.removeChildren(int[] indices, IlpRepresentationNode[] children)
          Removes a set of children.
 void IlpAbstractRepresentationNode.removeChildren(int[] indices, IlpRepresentationNode[] children)
          Removes a set of children.
 void IlpAbstractRepresentationLink.setFromNode(IlpRepresentationNode node)
          Changes the first end node of the link.
 void IlpMutableRepresentationLink.setFromNode(IlpRepresentationNode node)
          Changes the first end node of the link.
 void IlpAbstractRepresentationNode.setParent(IlpRepresentationNode parent)
          Only to be called immediately after construction.
 void IlpAbstractRepresentationLink.setToNode(IlpRepresentationNode node)
          Changes the second end node of the link.
 void IlpMutableRepresentationLink.setToNode(IlpRepresentationNode node)
          Changes the second end node of the link.
 

Constructors in ilog.cpl.model.container with parameters of type IlpRepresentationNode
RepresentationLinkEvent(IlpRepresentationLink source, RepresentationLinkEvent.Type type, boolean origin, IlpRepresentationNode oldEnd, IlpRepresentationNode newEnd)
          Creates a link-related event.
RepresentationNodeEvent(IlpRepresentationNode source, RepresentationNodeEvent.Type type, int[] indices, IlpRepresentationNode[] children)
          Creates a child addition or removal event.
RepresentationNodeEvent(IlpRepresentationNode source, RepresentationNodeEvent.Type type, int[] indices, IlpRepresentationNode[] children)
          Creates a child addition or removal event.
 

Uses of IlpRepresentationNode in ilog.cpl.network
 

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

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

Methods in ilog.cpl.network that return IlpRepresentationNode
protected  IlpRepresentationNode IlpNetworkAdapter.createNode(IlpObject ilpObject)
          Creates a representation node object from a given business object.
 

Methods in ilog.cpl.network with parameters of type IlpRepresentationNode
protected  IlpRepresentationLink IlpNetworkAdapter.createLink(IlpObject ilpObject, IlpRepresentationNode fromNode, IlpRepresentationNode toNode)
          Creates a representation link object from a given business object.
protected  void IlpDefaultNetworkModel.noteChildrenAdded(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected  void IlpDefaultNetworkModel.noteChildrenAdded(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected  void IlpDefaultNetworkModel.noteChildrenRemoved(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected  void IlpDefaultNetworkModel.noteChildrenRemoved(IlpRepresentationNode node, int[] indices, IlpRepresentationNode[] children)
           
protected  void IlpDefaultNetworkModel.noteEndChanged(IlpRepresentationLink link, boolean origin, IlpRepresentationNode oldEnd, IlpRepresentationNode newEnd)
           
protected  void IlpDefaultNetworkModel.noteRootAdded(IlpRepresentationNode root)
           
protected  void IlpDefaultNetworkModel.noteRootRemoved(IlpRepresentationNode root)
           
 



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