Uses of Package
ilog.cpl.model

Packages that use ilog.cpl.model
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.datasource.structure Contains the structural interface for business objects. 
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.graph.action Contains predefined actions that can be invoked from interactors. 
ilog.cpl.graph.graphlayout Contains the common implementation for the node and link layout support for both the IlpNetwork and IlpEquipment components. 
ilog.cpl.graph.graphlayout.css Provides the classes related to graph layout and link layout per-object parameters in the graph component. 
ilog.cpl.graph.util Contains utility classes for both the IlpNetwork and IlpEquipment components. 
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.graphic.views.action Provides action event classes that are delivered to predefined actions of the network and equipment components. 
ilog.cpl.interactor Contains all the base classes of interactors. 
ilog.cpl.list Contains classes related to the Swing list model. 
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 Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. 
ilog.cpl.network.renderer Provides the interfaces and classes related to customization of the network component using cascading style sheets. 
ilog.cpl.service Provides the interfaces and classes related to the context, some of the services and some general base classes used by styles. 
ilog.cpl.storage Contains classes related to data storage, including styles, datasources and deployment descriptor. 
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.cpl.util.selection Contains utility selection 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.datasource Provides IltObject Datasource support. 
ilog.tgo.faces Contains the common types used within JViews TGO Faces. 
ilog.tgo.faces.graph.component Contains the JViews TGO Faces components that are needed in order to leverage the JViews TGO common graph based types in JavaServer Faces. 
ilog.tgo.faces.graph.dhtml.servlet Contains the Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. 
ilog.tgo.graphic Provides all the classes for handling the graphical representations of the telecom objects. 
ilog.tgo.graphic.renderer Provides classes and support to create base renderers for 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. 
ilog.tgo.service Provides the classes related to the application context and services. 
 

Classes in ilog.cpl.model used by ilog.cpl
IlpAttribute
          Interface for ILOG CPL attributes.
IlpClass
          ILOG CPL Business Class interface.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.css.function
IlpAttribute
          Interface for ILOG CPL attributes.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.datasource
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAttribute
          Interface for ILOG CPL attributes.
IlpClass
          ILOG CPL Business Class interface.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.datasource.structure
IlpObject
          ILOG CPL Business Object interface.
 

Classes in ilog.cpl.model used by ilog.cpl.equipment
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAttributeGroup
          This interface defines a static collection of attributes.
IlpAttributeValueHolder
          This interface defines methods for classes that can store attributes and their values.
IlpClass
          ILOG CPL Business Class interface.
IlpDefaultClass
          Default business class implementation.
IlpExtendedAttributeGroup
          This class defines an attribute model that contains local attributes and also attributes from other attribute models.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.graph
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAttribute
          Interface for ILOG CPL attributes.
IlpAttributeGroup
          This interface defines a static collection of attributes.
IlpClass
          ILOG CPL Business Class interface.
IlpDefaultClass
          Default business class implementation.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.graph.action
IlpAttributeGroup
          This interface defines a static collection of attributes.
 

Classes in ilog.cpl.model used by ilog.cpl.graph.graphlayout
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.graph.graphlayout.css
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.graph.util
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.graphic
IlpAttribute
          Interface for ILOG CPL attributes.
IlpClass
          ILOG CPL Business Class interface.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.graphic.component
IlpAttribute
          Interface for ILOG CPL attributes.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.graphic.views.action
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.interactor
IlpAttribute
          Interface for ILOG CPL attributes.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.list
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpClass
          ILOG CPL Business Class interface.
IlpExtendedAttributeGroup
          This class defines an attribute model that contains local attributes and also attributes from other attribute models.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.model
AttributeGroupEvent
          This class models events caused by modifications in an attribute model.
AttributeGroupListener
          An attribute model event is fired when an attribute is added or removed from an attribute model, and also when a static or computed attribute is changed.
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAbstractClass
          ILOG CPL Abstract Business Class.
IlpAttribute
          Interface for ILOG CPL attributes.
IlpAttributeGroup
          This interface defines a static collection of attributes.
IlpAttributeValueChangeSupport
          This class provides support for storing AttributeValueListeners and sending them events.
IlpAttributeValueHolder
          This interface defines methods for classes that can store attributes and their values.
IlpAttributeValueHolderSupport
          This class models a default implementation for attribute holders.
IlpAttributeValueProvider
          This interface should be implemented by attributes that know how to calculate their own value, either storing the value locally or having a reference to another attribute, or even computing the value based in external information.
IlpBeansClass
          Implementation of ILOG CPL class interface for Java Beans.
IlpClass
          ILOG CPL Business Class interface.
IlpClassManager
          Interface for managing a class hierarchy.
IlpDefaultAttribute
          Default CPL attribute implementation.
IlpDefaultAttributeGroup
          This class models a simple attribute model, where the attributes may be marked as visible or not.
IlpDefaultClass
          Default business class implementation.
IlpExtendedAttributeGroup
          This class defines an attribute model that contains local attributes and also attributes from other attribute models.
IlpMutableAttributeGroup
          This interface defines a dynamic collection of attributes.
IlpMutableClass
          ILOG CPL mutable class interface.
IlpMutableClassManager
          Interface for managing a class hierarchy.
IlpObject
          ILOG CPL Business Object interface.
IlpObjectSupport
          This class provides basic support to IlpObject instances for storing attributes and values.
IlpReferenceAttribute
          This class defines an attribute that refers to another attribute in the same attribute holder.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.model.container
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAttribute
          Interface for ILOG CPL attributes.
IlpAttributeGroup
          This interface defines a static collection of attributes.
IlpAttributeValueHolder
          This interface defines methods for classes that can store attributes and their values.
IlpExtendedAttributeGroup
          This class defines an attribute model that contains local attributes and also attributes from other attribute models.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.network
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAttributeGroup
          This interface defines a static collection of attributes.
IlpAttributeValueHolder
          This interface defines methods for classes that can store attributes and their values.
IlpClass
          ILOG CPL Business Class interface.
IlpDefaultClass
          Default business class implementation.
IlpExtendedAttributeGroup
          This class defines an attribute model that contains local attributes and also attributes from other attribute models.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.network.renderer
IlpAttribute
          Interface for ILOG CPL attributes.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.service
IlpClassManager
          Interface for managing a class hierarchy.
IlpMutableClassManager
          Interface for managing a class hierarchy.
 

Classes in ilog.cpl.model used by ilog.cpl.storage
IlpMutableClassManager
          Interface for managing a class hierarchy.
IlpObject
          ILOG CPL Business Object interface.
 

Classes in ilog.cpl.model used by ilog.cpl.style
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAttribute
          Interface for ILOG CPL attributes.
IlpAttributeValueHolder
          This interface defines methods for classes that can store attributes and their values.
IlpClass
          ILOG CPL Business Class interface.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.table
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAttribute
          Interface for ILOG CPL attributes.
IlpAttributeGroup
          This interface defines a static collection of attributes.
IlpAttributeValueHolder
          This interface defines methods for classes that can store attributes and their values.
IlpClass
          ILOG CPL Business Class interface.
IlpExtendedAttributeGroup
          This class defines an attribute model that contains local attributes and also attributes from other attribute models.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.table.action
IlpAttribute
          Interface for ILOG CPL attributes.
 

Classes in ilog.cpl.model used by ilog.cpl.table.interactor
IlpAttribute
          Interface for ILOG CPL attributes.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.table.renderer
IlpAttribute
          Interface for ILOG CPL attributes.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.table.selection
IlpAttribute
          Interface for ILOG CPL attributes.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.tree
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAttribute
          Interface for ILOG CPL attributes.
IlpAttributeGroup
          This interface defines a static collection of attributes.
IlpAttributeValueHolder
          This interface defines methods for classes that can store attributes and their values.
IlpClass
          ILOG CPL Business Class interface.
IlpExtendedAttributeGroup
          This class defines an attribute model that contains local attributes and also attributes from other attribute models.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.tree.renderer
IlpAttribute
          Interface for ILOG CPL attributes.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.util
IlpAttribute
          Interface for ILOG CPL attributes.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.cpl.util.selection
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.tgo.composite
IlpAttribute
          Interface for ILOG CPL attributes.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.tgo.css.function
IlpAttribute
          Interface for ILOG CPL attributes.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.tgo.datasource
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpObject
          ILOG CPL Business Object interface.
 

Classes in ilog.cpl.model used by ilog.tgo.faces
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.tgo.faces.graph.component
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.tgo.faces.graph.dhtml.servlet
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.tgo.graphic
IlpAttribute
          Interface for ILOG CPL attributes.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.tgo.graphic.renderer
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.tgo.interactor
IlpAttribute
          Interface for ILOG CPL attributes.
 

Classes in ilog.cpl.model used by ilog.tgo.model
AttributeValueEvent
          Events when an attribute value changes.
AttributeValueListener
          An attribute value change event is fired when an attribute is modified in an attribute holder.
IlpAbstractClass
          ILOG CPL Abstract Business Class.
IlpAttribute
          Interface for ILOG CPL attributes.
IlpAttributeGroup
          This interface defines a static collection of attributes.
IlpAttributeValueHolder
          This interface defines methods for classes that can store attributes and their values.
IlpClass
          ILOG CPL Business Class interface.
IlpClassManager
          Interface for managing a class hierarchy.
IlpComputedAttribute
          This class models an attribute whose value is computed based on external information.
IlpDefaultClass
          Default business class implementation.
IlpDefaultClassManager
          Defines a default implementation for the class manager.
IlpDefaultObject
          Defines a default implementation for IlpObject instances.
IlpMutableAttributeGroup
          This interface defines a dynamic collection of attributes.
IlpMutableClass
          ILOG CPL mutable class interface.
IlpMutableClassManager
          Interface for managing a class hierarchy.
IlpObject
          ILOG CPL Business Object interface.
IlpRepresentationObject
          Interface of objects contained in data sources.
 

Classes in ilog.cpl.model used by ilog.tgo.model.attribute
IlpAttribute
          Interface for ILOG CPL attributes.
IlpAttributeGroup
          This interface defines a static collection of attributes.
IlpDefaultAttribute
          Default CPL attribute implementation.
 

Classes in ilog.cpl.model used by ilog.tgo.service
IlpClassManager
          Interface for managing a class hierarchy.
 



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