|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpClass | |
|---|---|
| ilog.cpl | ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. |
| 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.graphic | Provides classes and interfaces to create graphic objects. |
| 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.network | Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. |
| 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.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. |
| Uses of IlpClass in ilog.cpl |
|---|
| Methods in ilog.cpl that return IlpClass | |
|---|---|
IlpClass |
IlpTable.getAcceptedClass()
Returns the class of object the component accepts from the data source. |
| Methods in ilog.cpl with parameters of type IlpClass | |
|---|---|
void |
IlpTable.setAcceptedClass(IlpClass acceptedClass)
Sets the class of object the component will accept from the data source. |
void |
IlpTable.setDataSource(IlpDataSource dataSource,
IlpClass acceptedClass)
Sets the data source that will be connected to the table model by means of an IlpListAdapter object. |
| Uses of IlpClass in ilog.cpl.datasource |
|---|
| Methods in ilog.cpl.datasource that return IlpClass | |
|---|---|
IlpClass |
IlpReferenceDescriptor.getIlpClass()
Return the business class containing the computed reference. |
IlpClass |
IlpReferenceDescriptor.getSourceIlpClass()
Return the business class containing the source reference. |
| Methods in ilog.cpl.datasource with parameters of type IlpClass | |
|---|---|
IlpReferenceDescriptor |
IlpReferenceManager.addReferenceDescriptor(IlpClass sourceIlpClass,
IlpAttribute sourceAttribute,
IlpClass targetIlpClass,
IlpReferenceHandler handler)
Creates and adds a reference descriptor. |
| Uses of IlpClass in ilog.cpl.equipment |
|---|
| Methods in ilog.cpl.equipment with parameters of type IlpClass | |
|---|---|
IlpExtendedAttributeGroup |
IlpDefaultEquipmentLinkFactory.getExtendedAttributeGroup(IlpClass clazz)
Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject. |
IlpExtendedAttributeGroup |
IlpDefaultEquipmentNodeFactory.getExtendedAttributeGroup(IlpClass clazz)
Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject. |
IlpStyle |
IlpEquipmentView.getStyle(IlpClass clazz)
Deprecated. The style API has been replaced by the cascading style sheet mechanism. |
void |
IlpDefaultEquipmentLinkFactory.setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject. |
void |
IlpDefaultEquipmentNodeFactory.setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject. |
| Uses of IlpClass in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph that return IlpClass | |
|---|---|
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 IlpClass |
IlpAbstractGraphHandler.getDefaultClass()
Returns the default business class for the objects created using this handler. |
| Methods in ilog.cpl.graph with parameters of type IlpClass | |
|---|---|
IlpAttribute |
IlpAbstractNodeAdapter.getPositionAttribute(IlpClass clazz)
Returns the position attribute of an IlpClass. |
IlpStyle |
IlpGraphView.getStyle(IlpClass clazz)
Deprecated. |
void |
IlpAbstractNodeAdapter.setPositionAttribute(IlpClass clazz,
IlpAttribute attribute)
Sets the position attribute used by objects belonging to the given business object class. |
| Uses of IlpClass in ilog.cpl.graphic |
|---|
| Methods in ilog.cpl.graphic with parameters of type IlpClass | |
|---|---|
Object |
IlpGraphicRendererContext.getPropertyValue(String property,
IlpGraphicView view,
IlpClass bclass,
IlpAttribute battr)
Retrieves the value of a styling property for a given a business attribute. |
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated. Gets a style by attribute in the given class. |
IlpStyle |
IlpDefaultGraphicViewStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated. Gets a style by attribute. |
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpClass clazz)
Deprecated. Gets the style of an IlpClass. |
| Uses of IlpClass in ilog.cpl.list |
|---|
| Methods in ilog.cpl.list that return IlpClass | |
|---|---|
IlpClass |
IlpListAdapter.getAcceptedClass()
Returns the class of business objects accepted by this adapter. |
| Methods in ilog.cpl.list with parameters of type IlpClass | |
|---|---|
void |
IlpListAdapter.setAcceptedClass(IlpClass aClass)
Sets the class of business objects accepted by this adapter. |
| Uses of IlpClass in ilog.cpl.model |
|---|
| Subinterfaces of IlpClass in ilog.cpl.model | |
|---|---|
interface |
IlpMutableClass
ILOG CPL mutable class interface. |
| Classes in ilog.cpl.model that implement IlpClass | |
|---|---|
class |
IlpAbstractClass
ILOG CPL Abstract Business Class. |
class |
IlpBeansClass
Implementation of ILOG CPL class interface for Java Beans. |
class |
IlpDefaultClass
Default business class implementation. |
| Methods in ilog.cpl.model that return IlpClass | |
|---|---|
IlpClass |
IlpDefaultClassManager.getClass(Class aClass)
Retrieves the dynamic class corresponding to the specified Java class. |
IlpClass |
IlpDefaultClassManager.getClass(String name)
Returns the class specified by name. |
IlpClass |
IlpClassManager.getClass(String name)
Returns the class called name. |
IlpClass |
IlpBeansObject.getIlpClass()
Returns the IlpClass of this object. |
IlpClass |
IlpDefaultObject.getIlpClass()
Retrieves the IlpClass corresponding to this object. |
IlpClass |
IlpObjectSupport.getIlpClass()
Returns the IlpClass of this object. |
IlpClass |
IlpObject.getIlpClass()
Retrieves the IlpClass of this object. |
IlpClass |
IlpClass.getSuperClass()
Returns the superclass of this class as an IlpClass. |
IlpClass |
IlpAbstractClass.getSuperClass()
Returns the superclass of this class as an IlpClass. |
| Methods in ilog.cpl.model with parameters of type IlpClass | |
|---|---|
void |
IlpMutableClassManager.addClass(IlpClass aClass)
Adds a class to this manager. |
void |
IlpDefaultClassManager.addClass(IlpClass aClass)
Adds a class to this manager. |
void |
IlpAbstractClass.addSubClass(IlpClass subClass)
Adds a subclass to the list. |
void |
IlpMutableClass.addSubClass(IlpClass subClass)
Add the specified subclass to the list. |
boolean |
IlpDefaultClassManager.hasClass(IlpClass aClass)
Returns true if the given class belongs to this model. |
boolean |
IlpClassManager.hasClass(IlpClass aClass)
Returns true if the given class belongs to this model. |
boolean |
IlpClass.isAssignableFrom(IlpClass cls)
Determines if the class represented by this IlpClass object
is either the same as, or is a superclass of, the class represented by
the specified IlpClass parameter. |
boolean |
IlpAbstractClass.isAssignableFrom(IlpClass cls)
Determines whether this IlpClass
is either the same as, or is a superclass of, the class represented by
the specified IlpClass parameter. |
boolean |
IlpClass.isSubClassOf(IlpClass parent)
Returns true if the current class is a subclass of
parent class. |
boolean |
IlpAbstractClass.isSubClassOf(IlpClass parent)
Returns true if the current class is a subclass of
the parent. |
IlpObject |
IlpClass.newInstance(IlpClass ilpClass,
Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class. |
IlpObject |
IlpDefaultClass.newInstance(IlpClass ilpClass,
Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class. |
void |
IlpMutableClassManager.removeClass(IlpClass aClass)
Removes a class from this manager. |
void |
IlpDefaultClassManager.removeClass(IlpClass aClass)
Removes a class from this manager. |
void |
IlpAbstractClass.removeSubClass(IlpClass subClass)
Removes a class from the subclasses list. |
void |
IlpMutableClass.removeSubClass(IlpClass subClass)
Removes a class from the list of subclasses. |
void |
IlpObjectSupport.setIlpClass(IlpClass clazz)
Sets the IlpClass of this object. |
void |
IlpDefaultClass.setSuperClass(IlpClass superClass)
Sets the superclass. |
void |
IlpMutableClass.setSuperClass(IlpClass superClass)
Sets the superclass. |
| Constructors in ilog.cpl.model with parameters of type IlpClass | |
|---|---|
IlpAbstractClass(String name,
IlpClass superClass,
List subClasses)
Creates an IlpAbstractClass. |
|
IlpBeansAttribute(PropertyDescriptor propertyDescriptor,
IlpClass ilpClass)
Creates a new attribute to represent the given property. |
|
IlpBeansClass(Class beanClass,
BeanInfo beanInfo,
IlpClass superClass)
Creates a new instance of IlpClass with the
attributes present in the BeanInfo instances. |
|
IlpBeansObject(Object bean,
IlpClass ilpClass,
Object identifier)
Creates an IlpObject instance to encapsulate the given bean. |
|
IlpDefaultClass(String name,
IlpClass superClass,
List subClasses)
Creates an IlpClass instance with all the needed
configuration. |
|
IlpDefaultObject(IlpClass ilpClass,
Object identifier)
Constructor. |
|
IlpDefaultObject(IlpClass ilpClass,
Object identifier,
boolean initializeAttributeValues)
Constructor. |
|
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. |
|
| Uses of IlpClass in ilog.cpl.network |
|---|
| Methods in ilog.cpl.network with parameters of type IlpClass | |
|---|---|
IlpExtendedAttributeGroup |
IlpDefaultNetworkNodeFactory.getExtendedAttributeGroup(IlpClass clazz)
Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject. |
IlpExtendedAttributeGroup |
IlpDefaultNetworkLinkFactory.getExtendedAttributeGroup(IlpClass clazz)
Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject. |
IlpStyle |
IlpNetworkView.getStyle(IlpClass clazz)
Deprecated. The style API has been replaced by the Cascading Style Sheet mechanism. |
void |
IlpDefaultNetworkNodeFactory.setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject. |
void |
IlpDefaultNetworkLinkFactory.setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject. |
| Uses of IlpClass in ilog.cpl.style |
|---|
| Methods in ilog.cpl.style that return IlpClass | |
|---|---|
IlpClass |
IlpStyleContext.getIlpClass()
Deprecated. For a style associated with a dynamic class, returns the class. |
| Methods in ilog.cpl.style with parameters of type IlpClass | |
|---|---|
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated. Gets a style by attribute. |
IlpStyle |
IlpStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated. Gets a style by attribute in the given class. |
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpClass clazz)
Deprecated. Gets a style by IlpClass. |
IlpStyle |
IlpStyleManager.getStyle(IlpClass clazz)
Deprecated. Gets a style by IlpClass. |
| Constructors in ilog.cpl.style with parameters of type IlpClass | |
|---|---|
IlpStorageStyleIdentifier(IlpAttribute attribute,
IlpClass clazz)
Deprecated. Style identifier constructor. |
|
IlpStorageStyleIdentifier(IlpClass clazz)
Deprecated. Style identifier constructor. |
|
IlpStyleContext(IlpAttribute attr,
IlpClass clazz,
ReferenceQueue q)
Deprecated. Constructor. |
|
IlpStyleContext(IlpClass clazz,
ReferenceQueue q)
Deprecated. Constructor. |
|
| Uses of IlpClass in ilog.cpl.table |
|---|
| Methods in ilog.cpl.table that return IlpClass | |
|---|---|
IlpClass |
IlpTableView.getBusinessObjectClass()
Returns the IlpClass of representation objects the table must
contain or null if there is no IlpClass. |
| Constructors in ilog.cpl.table with parameters of type IlpClass | |
|---|---|
IlpTableRowFactory(IlpClass clazz)
Deprecated. Please use the constructor IlpTableRowFactory(IlpTableRowAdapter) instead. |
|
| Uses of IlpClass in ilog.cpl.tree |
|---|
| Methods in ilog.cpl.tree with parameters of type IlpClass | |
|---|---|
IlpExtendedAttributeGroup |
IlpDefaultTreeNodeFactory.getExtendedAttributeGroup(IlpClass clazz)
Gets the extended attribute model used for representation objects (nodes) that represent a certain class of IlpObject. |
void |
IlpDefaultTreeNodeFactory.setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
Sets the extended attribute group for representation objects (nodes) that represent a certain class of IlpObject. |
| Uses of IlpClass in ilog.tgo.model |
|---|
| Classes in ilog.tgo.model that implement IlpClass | |
|---|---|
class |
IltObjectInfo
Each IltObjectInfo instance describes a subclass of
IltObject. |
| Methods in ilog.tgo.model that return IlpClass | |
|---|---|
static IlpClass |
IltAlarm.GetIlpClass()
Returns the IlpClass corresponding to this Java class. |
| Methods in ilog.tgo.model with parameters of type IlpClass | |
|---|---|
IlpObject |
IltObjectInfo.newInstance(IlpClass ilpClass,
Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class or of one of its subclass. |
boolean |
IltObject.setIlpClass(IlpClass clazz)
Sets a new business class. |
void |
IltObjectInfo.setSuperClass(IlpClass superClass)
Sets the superclass. |
| Constructors in ilog.tgo.model with parameters of type IlpClass | |
|---|---|
IltAbstractLink(IlpClass ilpClass,
Object identifier)
Initializes the IltAbstractLink part of a link instance. |
|
IltAlarm(IlpClass ilpClass,
boolean initializeAttributeValues)
Creates a new IltAlarm. |
|
IltAlarm(IlpClass ilpClass,
Object identifier)
Creates a new IltAlarm with a given identifier and a given
IlpClass. |
|
IltBTS(IlpClass ilpClass,
Object identifier)
Creates a new instance with a given class and identifier. |
|
IltBTSAntenna(IlpClass ilpClass,
Object identifier)
Creates a new object with the given class and identifier. |
|
IltCard(IlpClass ilpClass,
Object identifier)
Creates a new card with a class and an identifier. |
|
IltCardCarrier(IlpClass ilpClass,
Object identifier)
Creates a new instance of IltCardCarrier with a given class
and identifier. |
|
IltCardItem(IlpClass ilpClass,
Object identifier)
Creates a new instance of IltCardItem with a given class and identifier. |
|
IltEmptySlot(IlpClass ilpClass,
Object identifier)
Creates an empty slot with a given class and identifier. |
|
IltGroup(IlpClass ilpClass,
Object identifier)
Creates a new group with a given class and identifier. |
|
IltLed(IlpClass ilpClass,
Object identifier)
Creates a new LED element with the given class and identifier. |
|
IltLinearGroup(IlpClass ilpClass,
Object identifier)
Creates a new linear group without state information and with the given class and identifier. |
|
IltLink(IlpClass ilpClass,
Object identifier)
Creates a new network link with a given class and identifier. |
|
IltLinkBundle(IlpClass ilpClass,
Object identifier)
Creates a new container with the given class and identifier. |
|
IltLinkSet(IlpClass ilpClass,
Object identifier)
Creates a new empty link set of the specified IlpClass and with the specified identifier. |
|
IltNetworkElement(IlpClass ilpClass,
Object identifier)
Creates a new network element with a given identifier and a given IlpClass. |
|
IltObject(IlpClass ilpClass,
Object identifier)
Creates a new IltObject with a given identifier and a given
IlpClass. |
|
IltOffPageConnector(IlpClass ilpClass,
Object identifier)
Creates a new off-page connector with the given class and identifier. |
|
IltPolyGroup(IlpClass ilpClass,
Object identifier)
Creates a new polygonal group with the given class and identifier. |
|
IltPort(IlpClass ilpClass,
Object identifier)
Creates a new port with the given class and identifier. |
|
IltRectGroup(IlpClass ilpClass,
Object identifier)
Creates a new polygonal group with the given class and identifier. |
|
IltShelf(IlpClass ilpClass,
Object identifier)
Creates a new shelf with the given identifier. |
|
IltShelfItem(IlpClass ilpClass,
Object identifier)
Creates a new shelf item with the given class and identifier. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||