|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpAttributeGroup | |
|---|---|
| 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.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.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.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. |
| Uses of IlpAttributeGroup in ilog.cpl.equipment |
|---|
| Methods in ilog.cpl.equipment with parameters of type IlpAttributeGroup | |
|---|---|
protected Object |
IlpEquipmentHandlerWithoutDataSource.createObjectId(Class clazz,
IlpAttributeGroup attributes,
Map properties)
|
protected Object |
IlpEquipmentHandlerWithDataSource.createObjectId(Class clazz,
IlpAttributeGroup attributes,
Map properties)
|
protected String |
IlpEquipmentHandlerWithoutDataSource.getClassName(IlpAttributeGroup attributes)
|
protected String |
IlpEquipmentHandlerWithDataSource.getClassName(IlpAttributeGroup attributes)
|
| Constructors in ilog.cpl.equipment with parameters of type IlpAttributeGroup | |
|---|---|
IlpDefaultEquipmentLink(IlpAttributeGroup model)
Creates a new link without child objects. |
|
IlpDefaultEquipmentLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link. |
|
IlpDefaultEquipmentNode(IlpAttributeGroup model)
Creates a new leaf node. |
|
IlpDefaultEquipmentNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node. |
|
| Uses of IlpAttributeGroup in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph with parameters of type IlpAttributeGroup | |
|---|---|
Object |
IlpGraphController.createObject(Class clazz,
IlpAttributeGroup attributes,
Map properties,
IlpPosition position)
Requests the creation of an object belonging to a given class, with a set of attributes, and with a given position. |
protected IlpObject |
IlpAbstractGraphHandler.createObject(Class clazz,
IlpAttributeGroup attributes,
Map properties,
Object id)
Returns a new object corresponding to an object id returned by createObjectId. |
protected abstract Object |
IlpAbstractGraphHandler.createObjectId(Class clazz,
IlpAttributeGroup attributes,
Map properties)
Returns an object id for the creation of a new object. |
protected IlpClass |
IlpAbstractGraphHandler.findIlpClass(Class clazz,
IlpAttributeGroup attributes)
Returns an IlpClass for the creation of a new object. |
protected IlpClass |
IlpGraphHandlerWithDataSource.findIlpClass(Class clazz,
IlpAttributeGroup attributes)
Returns an IlpClass for the creation of a new object. |
protected abstract String |
IlpAbstractGraphHandler.getClassName(IlpAttributeGroup attributes)
Returns the class name for objects created by this handler. |
Object |
IlpGraphHandlerWithoutDataSource.handleCreateObject(Class clazz,
IlpAttributeGroup attributes,
Map properties,
IlpPosition position)
Creates an object in the model. |
Object |
IlpNodeHandler.handleCreateObject(Class clazz,
IlpAttributeGroup attributes,
Map properties,
IlpPosition position)
Requests the creation of an object belonging to a given class, with a set of attributes, and with a given position. |
Object |
IlpGraphHandlerWithDataSource.handleCreateObject(Class clazz,
IlpAttributeGroup attributes,
Map properties,
IlpPosition position)
Creates a temporary object in the model, an object in the data source, and asks the adapter to replace the temporary object with a real one. |
| Uses of IlpAttributeGroup in ilog.cpl.graph.action |
|---|
| Methods in ilog.cpl.graph.action that return IlpAttributeGroup | |
|---|---|
protected IlpAttributeGroup |
IlpCreateLinkAction.getLinkAttributeGroup(IlpCreateLinkActionEvent event)
Returns the attribute group for the link business object that will be created by this action. |
protected IlpAttributeGroup |
IlpCreateRectGroupAction.getNodeAttributeGroup(IlpCreateNodeActionEvent event)
Returns the business class of the rectangular group that will be created. |
protected IlpAttributeGroup |
IlpCreatePolyGroupAction.getNodeAttributeGroup(IlpCreateNodeActionEvent event)
Returns the business class of the polygonal group that will be created. |
protected IlpAttributeGroup |
IlpCreateNodeAction.getNodeAttributeGroup(IlpCreateNodeActionEvent event)
Returns the business class of the node that will be created. |
protected IlpAttributeGroup |
IlpCreateLinearGroupAction.getNodeAttributeGroup(IlpCreateNodeActionEvent event)
Returns the business class of the linear group that will be created. |
| Uses of IlpAttributeGroup in ilog.cpl.model |
|---|
| Subinterfaces of IlpAttributeGroup in ilog.cpl.model | |
|---|---|
interface |
IlpClass
ILOG CPL Business Class interface. |
interface |
IlpMutableAttributeGroup
This interface defines a dynamic collection of attributes. |
interface |
IlpMutableClass
ILOG CPL mutable class interface. |
| Classes in ilog.cpl.model that implement IlpAttributeGroup | |
|---|---|
class |
IlpAbstractClass
ILOG CPL Abstract Business Class. |
class |
IlpBeansClass
Implementation of ILOG CPL class interface for Java Beans. |
class |
IlpDefaultAttributeGroup
This class models a simple attribute model, where the attributes may be marked as visible or not. |
class |
IlpDefaultClass
Default business class implementation. |
class |
IlpExtendedAttributeGroup
This class defines an attribute model that contains local attributes and also attributes from other attribute models. |
| Methods in ilog.cpl.model that return IlpAttributeGroup | |
|---|---|
IlpAttributeGroup |
IlpBeansAttribute.getAttributeGroup()
Returns the attribute model where this attribute has been defined. |
IlpAttributeGroup |
AttributeGroupEvent.getAttributeGroup()
Returns the affected attribute model. |
IlpAttributeGroup |
IlpAttributeValueHolder.getAttributeGroup()
Returns the model that defines which attributes are allowed in this instance. |
IlpAttributeGroup |
IlpBeansObject.getAttributeGroup()
Returns the model that defines which attributes are allowed in this instance. |
IlpAttributeGroup |
IlpAttribute.getAttributeGroup()
Returns the attribute model that contains this attribute. |
IlpAttributeGroup |
IlpAttributeValueHolderSupport.getAttributeGroup()
Returns the model that defines which attributes are allowed in this instance. |
IlpAttributeGroup |
IlpDefaultObject.getAttributeGroup()
Returns the model that defines which attributes are allowed in this instance. |
IlpAttributeGroup |
IlpRepresentationObjectSupport.getAttributeGroup()
Returns the model that defines which attributes are allowed in this instance. |
IlpAttributeGroup |
IlpDefaultAttribute.getAttributeGroup()
Returns the attribute group where this attribute has been defined. |
IlpAttributeGroup |
IlpExtendedAttributeGroup.getDefaultAttributeGroup()
Returns the default attribute group. |
| Methods in ilog.cpl.model with parameters of type IlpAttributeGroup | |
|---|---|
void |
IlpDefaultClass.addAttributeGroup(IlpAttributeGroup model)
Adds the given model to be used by this one. |
void |
IlpExtendedAttributeGroup.addAttributeGroup(IlpAttributeGroup model)
Adds the given model to be used by this one. |
void |
IlpMutableClass.addAttributeGroup(IlpAttributeGroup model)
Aggregates the given attribute model to the class definition. |
protected IlpAttributeValueHolderSupport |
IlpRepresentationObjectSupport.createAttributeValueHolderSupport(IlpRepresentationObject source,
IlpAttributeGroup model)
To be overridden by subclasses which wish to have a different attributeHolder. |
protected IlpAttributeValueHolderSupport |
IlpRepresentationObjectSupport.createAttributeValueHolderSupport(IlpRepresentationObject source,
IlpAttributeGroup model,
IlpAttributeValueHolder defaultHolder)
To be overridden by subclasses which wish to have a different attributeHolder. |
boolean |
IlpExtendedAttributeGroup.hasAttributeGroup(IlpAttributeGroup model)
Indicates whether this extended attribute model is using another model. |
void |
IlpDefaultClass.removeAttributeGroup(IlpAttributeGroup model)
Removes the given model from the list of models. |
void |
IlpExtendedAttributeGroup.removeAttributeGroup(IlpAttributeGroup model)
Removes the given model from the list of models. |
void |
IlpMutableClass.removeAttributeGroup(IlpAttributeGroup model)
Removes the given model from the list of aggregated attribute models. |
void |
IlpBeansAttribute.setAttributeGroup(IlpAttributeGroup aModel)
Bean attributes can not be changed to other attribute groups. |
void |
IlpAttribute.setAttributeGroup(IlpAttributeGroup group)
Sets the attribute group that contains this attribute. |
void |
IlpDefaultAttribute.setAttributeGroup(IlpAttributeGroup group)
Sets the attribute group; can be null when the attribute is
removed from the attribute group. |
void |
IlpExtendedAttributeGroup.setDefaultAttributeGroup(IlpAttributeGroup group)
Sets the default attribute group. |
| Constructors in ilog.cpl.model with parameters of type IlpAttributeGroup | |
|---|---|
AttributeGroupEvent(IlEventType type,
IlpAttributeGroup model)
Constructor |
|
AttributeGroupEvent(IlEventType type,
IlpAttributeGroup model,
IlpAttribute attribute)
Constructor |
|
IlpAttributeValueHolderSupport(IlpAttributeValueHolder source,
IlpAttributeGroup model)
Creates a new attribute holder based on the given model. |
|
IlpAttributeValueHolderSupport(IlpAttributeValueHolder source,
IlpAttributeGroup model,
IlpAttributeValueHolder defaultHolder)
Creates a new attribute holder based on the given model. |
|
IlpExtendedAttributeGroup(IlpAttributeGroup defaultModel)
Creates a new group with the given attribute group as a default group. |
|
IlpObjectSupport(IlpObject source,
IlpClass ilpClass,
IlpAttributeGroup model,
Object identifier)
Provides support to IlpObject instances for storing
the attribute model, the attribute values, and the IlpClass that is being
represented. |
|
IlpRepresentationObjectSupport(IlpRepresentationObject source,
IlpAttributeGroup model)
Provides support to IlpRepresentationObject instances for storing
the attribute model and attribute values without an IlpObject. |
|
| Uses of IlpAttributeGroup in ilog.cpl.model.container |
|---|
| Methods in ilog.cpl.model.container that return IlpAttributeGroup | |
|---|---|
IlpAttributeGroup |
IlpAbstractRepresentationNode.getAttributeGroup()
Returns the model that defines which attributes are allowed in this instance. |
| Constructors in ilog.cpl.model.container with parameters of type IlpAttributeGroup | |
|---|---|
IlpAbstractRepresentationLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new link. |
|
IlpAbstractRepresentationNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy,
Logger logger)
Creates a new node. |
|
| Uses of IlpAttributeGroup in ilog.cpl.network |
|---|
| Methods in ilog.cpl.network with parameters of type IlpAttributeGroup | |
|---|---|
protected Object |
IlpNetworkHandlerWithDataSource.createObjectId(Class clazz,
IlpAttributeGroup attributes,
Map properties)
|
protected Object |
IlpNetworkHandlerWithoutDataSource.createObjectId(Class clazz,
IlpAttributeGroup attributes,
Map properties)
|
protected String |
IlpNetworkHandlerWithDataSource.getClassName(IlpAttributeGroup attributes)
|
protected String |
IlpNetworkHandlerWithoutDataSource.getClassName(IlpAttributeGroup attributes)
|
| Constructors in ilog.cpl.network with parameters of type IlpAttributeGroup | |
|---|---|
IlpDefaultNetworkLink(IlpAttributeGroup model)
Creates a new link without child objects. |
|
IlpDefaultNetworkLink(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new link. |
|
IlpDefaultNetworkNode(IlpAttributeGroup model)
Creates a new leaf node. |
|
IlpDefaultNetworkNode(IlpAttributeGroup model,
IlpExpansionStrategy strategy)
Creates a new node. |
|
| Uses of IlpAttributeGroup in ilog.cpl.table |
|---|
| Methods in ilog.cpl.table that return IlpAttributeGroup | |
|---|---|
IlpAttributeGroup |
IlpDefaultTableRow.getAttributeGroup()
Returns the model that defines which attributes are allowed in this instance. |
| Constructors in ilog.cpl.table with parameters of type IlpAttributeGroup | |
|---|---|
IlpDefaultTableRow(IlpAttributeGroup model)
Creates a table representation object. |
|
| Uses of IlpAttributeGroup in ilog.cpl.tree |
|---|
| Methods in ilog.cpl.tree that return IlpAttributeGroup | |
|---|---|
IlpAttributeGroup |
IlpDefaultTreeNode.getAttributeGroup()
Returns the attribute group that defines which attributes are allowed in this instance. |
| Constructors in ilog.cpl.tree with parameters of type IlpAttributeGroup | |
|---|---|
IlpDefaultTreeNode(IlpAttributeGroup attributeGroup,
boolean allowsChildren,
IlpExpansionStrategy expansionStrategy)
Creates an IlpTreeNode object without an underlying
IlpObject object. |
|
| Uses of IlpAttributeGroup in ilog.tgo.model |
|---|
| Classes in ilog.tgo.model that implement IlpAttributeGroup | |
|---|---|
class |
IltObjectInfo
Each IltObjectInfo instance describes a subclass of
IltObject. |
| Methods in ilog.tgo.model that return IlpAttributeGroup | |
|---|---|
IlpAttributeGroup |
IltLinkBundle.getAttributeGroup()
Returns the model that defines which attributes are allowed in this instance. |
| Methods in ilog.tgo.model with parameters of type IlpAttributeGroup | |
|---|---|
void |
IltObjectInfo.removeAttributeGroup(IlpAttributeGroup model)
Removes the given model from the list of models. |
| Uses of IlpAttributeGroup in ilog.tgo.model.attribute |
|---|
| Methods in ilog.tgo.model.attribute that return IlpAttributeGroup | |
|---|---|
IlpAttributeGroup |
IltAttribute.getAttributeGroup()
Returns the attribute model that contains this attribute. |
| Methods in ilog.tgo.model.attribute with parameters of type IlpAttributeGroup | |
|---|---|
static IltAttribute |
IltAttribute.New(String name,
Class value,
IlpAttributeGroup group)
Deprecated. Please use constructor instead. |
void |
IltAttribute.setAttributeGroup(IlpAttributeGroup group)
Sets the attribute group that contains this attribute. |
| Constructors in ilog.tgo.model.attribute with parameters of type IlpAttributeGroup | |
|---|---|
IltAttribute(String name,
Class value,
IlpAttributeGroup group)
Creates a new attribute with the given characteristics. |
|
IltAttribute(String name,
Class value,
IlpAttributeGroup group,
Object defaultValue)
Creates a new attribute with the given characteristics. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||