Package | Description |
---|---|
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 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 JTGO Network component. |
ilog.cpl.sdm | |
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 JTGO Table component. |
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Method and Description |
---|---|
IlpClass |
IlpTable.getAcceptedClass()
Returns the class of object the component accepts from the data source.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
IlpClass |
IlpReferenceDescriptor.getIlpClass()
Return the business class containing the computed reference.
|
IlpClass |
IlpReferenceDescriptor.getSourceIlpClass()
Return the business class containing the source reference.
|
Modifier and Type | Method and Description |
---|---|
List<IlpClass> |
IlpAbstractHierarchyAdapter.getAcceptedClasses()
Returns the list of accepted classes.
|
List<IlpClass> |
IlpAbstractAdapter.getExcludedClasses()
Returns the list of excluded classes.
|
Modifier and Type | Method and Description |
---|---|
IlpReferenceDescriptor |
IlpReferenceManager.addReferenceDescriptor(IlpClass sourceIlpClass,
IlpAttribute sourceAttribute,
IlpClass targetIlpClass,
IlpReferenceHandler handler)
Creates and adds a reference descriptor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpAbstractHierarchyAdapter.replaceAcceptedClasses(List<IlpClass> newInclusion)
This method is called to replace the existing accepted class list
with a new one.
|
protected void |
IlpAbstractAdapter.replaceExcludedClasses(List<IlpClass> newExclusion)
This method is called to replace the existing excluded class list
with a new one.
|
void |
IlpAbstractHierarchyAdapter.setAcceptedClasses(List<IlpClass> newInclusion)
Sets the list of business classes that should be accepted by
this adapter.
|
void |
IlpAbstractAdapter.setExcludedClasses(List<IlpClass> newExclusion)
Sets the list of business classes that should be excluded by
this adapter.
|
Modifier and Type | Method and Description |
---|---|
IlpExtendedAttributeGroup |
IlpDefaultEquipmentNodeFactory.getExtendedAttributeGroup(IlpClass clazz)
Gets the extended attribute model used for representation objects (nodes)
that represent a certain class of
IlpObject . |
IlpExtendedAttributeGroup |
IlpDefaultEquipmentLinkFactory.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 |
IlpDefaultEquipmentNodeFactory.setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
Sets the extended attribute group for representation objects (nodes) that
represent a certain class of
IlpObject . |
void |
IlpDefaultEquipmentLinkFactory.setExtendedAttributeGroup(IlpClass clazz,
IlpExtendedAttributeGroup attrGroup)
Sets the extended attribute group for representation objects (nodes) that
represent a certain class of
IlpObject . |
Modifier and Type | Method and Description |
---|---|
protected IlpClass |
IlpGraphHandlerWithDataSource.findIlpClass(Class<?> clazz,
IlpAttributeGroup attributes)
Returns an
IlpClass 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 |
IlpAbstractGraphHandler.getDefaultClass()
Returns the default business class for the objects created
using this handler.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
IlpDefaultGraphicViewStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated.
Gets a style by attribute.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated.
Gets a style by attribute in the given class.
|
IlpStyle |
IlpBasicGraphicViewStyleManager.getStyle(IlpClass clazz)
Deprecated.
Gets the style of an
IlpClass . |
Modifier and Type | Method and Description |
---|---|
IlpClass |
IlpListAdapter.getAcceptedClass()
Returns the class of business objects accepted by this adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpListAdapter.setAcceptedClass(IlpClass aClass)
Sets the class of business objects accepted by this adapter.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableClass
ILOG CPL mutable class interface.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractClass
ILOG CPL Abstract Business Class.
|
class |
IlpBeansClass
Implementation of ILOG CPL class interface for Java Beans.
|
class |
IlpDefaultClass
Default business class implementation.
|
Modifier and Type | Method and Description |
---|---|
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 |
IlpObjectSupport.getIlpClass()
Returns the
IlpClass of this object. |
IlpClass |
IlpObject.getIlpClass()
Retrieves the
IlpClass of this object. |
IlpClass |
IlpDefaultObject.getIlpClass()
Retrieves the
IlpClass corresponding to this object. |
IlpClass |
IlpBeansObject.getIlpClass()
Returns 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 . |
Modifier and Type | Method and Description |
---|---|
Collection<IlpClass> |
IlpDefaultClassManager.getClasses()
Returns the classes of the model as a
Collection . |
Collection<IlpClass> |
IlpClassManager.getClasses()
Returns the classes of the model as a
Collection . |
Collection<IlpClass> |
IlpDefaultClassManager.getRootClasses()
Returns the root classes of the model in a collection of
IlpClass instances. |
Collection<IlpClass> |
IlpClassManager.getRootClasses()
Returns the root classes of the model in a collection of
IlpClass instances. |
Collection<IlpClass> |
IlpClass.getSubClasses()
Returns the subclasses of this class as a
Collection . |
Collection<IlpClass> |
IlpAbstractClass.getSubClasses()
Returns the subclasses of this class as a
Collection . |
Modifier and Type | Method and Description |
---|---|
void |
IlpMutableClassManager.addClass(IlpClass aClass)
Adds a class to this manager.
|
void |
IlpDefaultClassManager.addClass(IlpClass aClass)
Adds a class to this manager.
|
void |
IlpMutableClass.addSubClass(IlpClass subClass)
Add the specified subclass to the list.
|
void |
IlpAbstractClass.addSubClass(IlpClass subClass)
Adds a 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 |
IlpDefaultClass.newInstance(IlpClass ilpClass,
Object identifier,
boolean initializeAttributeValues)
Creates an instance of the class.
|
IlpObject |
IlpClass.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 |
IlpMutableClass.removeSubClass(IlpClass subClass)
Removes a class from the list of subclasses.
|
void |
IlpAbstractClass.removeSubClass(IlpClass subClass)
Removes a class from the subclasses list.
|
void |
IlpObjectSupport.setIlpClass(IlpClass clazz)
Sets the
IlpClass of this object. |
void |
IlpMutableClass.setSuperClass(IlpClass superClass)
Sets the superclass.
|
void |
IlpDefaultClass.setSuperClass(IlpClass superClass)
Sets the superclass.
|
Constructor and Description |
---|
IlpAbstractClass(String name,
IlpClass superClass,
List<IlpClass> 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<IlpClass> 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. |
Constructor and Description |
---|
IlpAbstractClass(String name,
IlpClass superClass,
List<IlpClass> subClasses)
Creates an
IlpAbstractClass . |
IlpDefaultClass(String name,
IlpClass superClass,
List<IlpClass> subClasses)
Creates an
IlpClass instance with all the needed
configuration. |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
List<IlpClass> |
IlpAbstractSDMAdapter.getAcceptedClasses()
Returns the list of accepted classes.
|
List<IlpClass> |
IlpAbstractSDMAdapter.getExcludedClasses()
Returns the list of excluded classes.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractSDMAdapter.addAttributeBinding(IlpClass tgoClass,
IlpAbstractAttributeBinding binding)
Adds a TGO attribute binding.
|
Set<IlpAbstractAttributeBinding> |
IlpAbstractSDMAdapter.getBindings(IlpClass tgoClass)
Accesses all attribute bindings for a given TGO class.
|
void |
IlpAbstractSDMAdapter.removeAllAttributeBindings(IlpClass tgoClass)
Removes all TGO attribute bindings for a given class.
|
void |
IlpAbstractSDMAdapter.removeAttributeBinding(IlpClass tgoClass,
IlpAbstractAttributeBinding binding)
Removes a TGO attribute binding.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractSDMAdapter.setAcceptedClasses(List<IlpClass> newInclusion)
Sets the list of business classes (
IlpClass that must be
accepted by this adapter. |
void |
IlpAbstractSDMAdapter.setExcludedClasses(List<IlpClass> newExclusion)
Sets the list of business classes (
IlpClass that must be
excluded by this adapter. |
Modifier and Type | Method and Description |
---|---|
IlpClass |
IlpStyleContext.getIlpClass()
Deprecated.
For a style associated with a dynamic class, returns the class.
|
Modifier and Type | Method and Description |
---|---|
IlpStyle |
IlpStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated.
Gets a style by attribute in the given class.
|
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpAttribute attribute,
IlpClass clazz)
Deprecated.
Gets a style by attribute.
|
IlpStyle |
IlpStyleManager.getStyle(IlpClass clazz)
Deprecated.
Gets a style by
IlpClass . |
IlpStyle |
IlpDefaultStyleManager.getStyle(IlpClass clazz)
Deprecated.
Gets a style by
IlpClass . |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlpClass |
IlpTableView.getBusinessObjectClass()
Returns the
IlpClass of representation objects the table must
contain or null if there is no IlpClass . |
Constructor and Description |
---|
IlpTableRowFactory(IlpClass clazz)
Deprecated.
Please use the constructor
IlpTableRowFactory(IlpTableRowAdapter) instead. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IltObjectInfo
Each
IltObjectInfo instance describes a subclass of
IltObject . |
Modifier and Type | Method and Description |
---|---|
static IlpClass |
IltAlarm.GetIlpClass()
Returns the
IlpClass corresponding to this Java class. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.