|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpExpansionStrategy | |
|---|---|
| ilog.cpl.datasource | Contains data source interfaces and default implementation and some related abstract adapters. |
| 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. |
| ilog.cpl.table | Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. |
| ilog.cpl.tree | Together with ilog.cpl.IlpTree, this package constitutes
the ILOG JTGO Tree component. |
| ilog.cpl.util | Utility classes. |
| Uses of IlpExpansionStrategy in ilog.cpl.datasource |
|---|
| Methods in ilog.cpl.datasource that return IlpExpansionStrategy | |
|---|---|
protected IlpExpansionStrategy |
IlpAbstractHierarchyAdapter.createExpansionStrategy(IlpObject ilpObject)
Returns the expansion strategy that will be used by the object created by this adapter to represent the given business object. |
| Methods in ilog.cpl.datasource with parameters of type IlpExpansionStrategy | |
|---|---|
IlpRepresentationObject |
IlpRepresentationObjectFactory.createRepresentation(IlpObject object,
IlpExpansionStrategy expansionStrategy)
Returns a representation object corresponding to a business object. |
| Uses of IlpExpansionStrategy in ilog.cpl.equipment |
|---|
| Methods in ilog.cpl.equipment with parameters of type IlpExpansionStrategy | |
|---|---|
IlpEquipmentLink |
IlpDefaultEquipmentLinkFactory.createEquipmentLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link. |
IlpEquipmentLink |
IlpEquipmentLinkFactory.createEquipmentLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment link. |
IlpEquipmentNode |
IlpEquipmentNodeFactory.createEquipmentNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment node. |
IlpEquipmentNode |
IlpDefaultEquipmentNodeFactory.createEquipmentNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns an equipment node. |
| Constructors in ilog.cpl.equipment with parameters of type IlpExpansionStrategy | |
|---|---|
IlpDefaultEquipmentLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link. |
|
IlpDefaultEquipmentLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link attached to a business object. |
|
IlpDefaultEquipmentNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node. |
|
IlpDefaultEquipmentNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node attached to a business object. |
|
| Uses of IlpExpansionStrategy in ilog.cpl.graph |
|---|
| Fields in ilog.cpl.graph declared as IlpExpansionStrategy | |
|---|---|
protected IlpExpansionStrategy |
IlpDefaultNodeExpansionStrategyFactory.inPlaceExpansionStrategy
Expansion strategy for IN_PLACE expansion. |
protected IlpExpansionStrategy |
IlpDefaultNodeExpansionStrategyFactory.inPlaceMinimalLoadingExpansionStrategy
Expansion strategy that loads each level at a time. |
| Methods in ilog.cpl.graph that return IlpExpansionStrategy | |
|---|---|
IlpExpansionStrategy |
IlpDefaultNodeExpansionStrategyFactory.create(IlpObject ilpObject)
Creates an expansion strategy to be used by the representation object that corresponds to the given business object. |
| Uses of IlpExpansionStrategy in ilog.cpl.model.container |
|---|
| Methods in ilog.cpl.model.container that return IlpExpansionStrategy | |
|---|---|
IlpExpansionStrategy |
IlpAbstractRepresentationNode.getExpansionStrategy()
Returns the child object loader that was passed to this object at construction time. |
IlpExpansionStrategy |
IlpRepresentationNode.getExpansionStrategy()
Returns the child object loader that was passed to this object at construction time. |
| Constructors in ilog.cpl.model.container with parameters of type IlpExpansionStrategy | |
|---|---|
IlpAbstractRepresentationLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new link. |
|
IlpAbstractRepresentationLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new link attached to a business object. |
|
IlpAbstractRepresentationNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new node. |
|
IlpAbstractRepresentationNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new node attached to a business object. |
|
| Uses of IlpExpansionStrategy in ilog.cpl.network |
|---|
| Methods in ilog.cpl.network with parameters of type IlpExpansionStrategy | |
|---|---|
IlpNetworkLink |
IlpNetworkLinkFactory.createNetworkLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link. |
IlpNetworkLink |
IlpDefaultNetworkLinkFactory.createNetworkLink(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network link. |
IlpNetworkNode |
IlpNetworkNodeFactory.createNetworkNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network node. |
IlpNetworkNode |
IlpDefaultNetworkNodeFactory.createNetworkNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a network node. |
| Constructors in ilog.cpl.network with parameters of type IlpExpansionStrategy | |
|---|---|
IlpDefaultNetworkLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link. |
|
IlpDefaultNetworkLink(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link attached to a business object. |
|
IlpDefaultNetworkNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node. |
|
IlpDefaultNetworkNode(IlpObject object,
IlpExtendedAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node attached to a business object. |
|
| Uses of IlpExpansionStrategy in ilog.cpl.table |
|---|
| Methods in ilog.cpl.table with parameters of type IlpExpansionStrategy | |
|---|---|
IlpRepresentationObject |
IlpTableRowFactory.createRepresentation(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Returns a representation object corresponding to a business object. |
| Uses of IlpExpansionStrategy in ilog.cpl.tree |
|---|
| Fields in ilog.cpl.tree declared as IlpExpansionStrategy | |
|---|---|
protected IlpExpansionStrategy |
IlpDefaultTreeExpansionStrategyFactory.inPlaceExpansionStrategy
Expansion strategy for IN_PLACE expansion |
protected IlpExpansionStrategy |
IlpDefaultTreeExpansionStrategyFactory.inPlaceMinimalLoadingExpansionStrategy
Expansion strategy for IN_PLACE_MINIMAL_LOADING expansion |
| Methods in ilog.cpl.tree that return IlpExpansionStrategy | |
|---|---|
IlpExpansionStrategy |
IlpDefaultTreeExpansionStrategyFactory.create(IlpObject ilpObject)
Creates an expansion strategy that will be used by the representation object that corresponds to the given business object. |
IlpExpansionStrategy |
IlpTreeNodeHelper.getExpansionStrategy()
Returns the expansion strategy used by this tree node. |
IlpExpansionStrategy |
IlpDefaultTreeNode.getExpansionStrategy()
Returns the expansion strategy. |
| Methods in ilog.cpl.tree with parameters of type IlpExpansionStrategy | |
|---|---|
IlpTreeNode |
IlpDefaultTreeNodeFactory.createTreeNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a tree node. |
IlpTreeNode |
IlpTreeNodeFactory.createTreeNode(IlpObject ilpObject,
IlpExpansionStrategy expansionStrategy)
Creates and returns a tree node. |
| Constructors in ilog.cpl.tree with parameters of type IlpExpansionStrategy | |
|---|---|
IlpDefaultTreeNode(IlpAttributeGroup attributeGroup,
boolean allowsChildren,
IlpExpansionStrategy expansionStrategy)
Creates an IlpTreeNode object without an underlying
IlpObject object. |
|
IlpDefaultTreeNode(IlpObject object,
boolean allowsChildren,
IlpExpansionStrategy expansionStrategy)
Creates an IlpTreeNode object with an underlying
IlpObject object. |
|
IlpDefaultTreeNode(IlpObject object,
IlpExtendedAttributeGroup attributeGroup,
boolean allowsChildren,
IlpExpansionStrategy expansionStrategy)
Creates an IlpTreeNode object with an underlying
IlpObject object. |
|
| Uses of IlpExpansionStrategy in ilog.cpl.util |
|---|
| Methods in ilog.cpl.util that return IlpExpansionStrategy | |
|---|---|
IlpExpansionStrategy |
IlpExpansionStrategyFactory.create(IlpObject object)
Returns an expansion strategy for the given business object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||