|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpFilter | |
|---|---|
| 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.datasource.css | Contains interfaces related to the cascading style sheet configuration of adapters. |
| 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.list | Contains classes related to the Swing list model. |
| ilog.cpl.storage | Contains classes related to data storage, including styles, datasources and deployment descriptor. |
| ilog.cpl.table | Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. |
| ilog.tgo.datasource | Provides IltObject Datasource support. |
| ilog.tgo.model | Provides classes for telecom objects, states and alarms. |
| Uses of IlpFilter in ilog.cpl |
|---|
| Methods in ilog.cpl that return IlpFilter | |
|---|---|
IlpFilter |
IlpTree.getFilter()
Returns the filter used to filter business objects. |
IlpFilter |
IlpTable.getFilter()
Returns the filter used to filter business objects. |
IlpFilter |
IlpEquipment.getFilter()
Returns the filter used to filter business objects. |
IlpFilter |
IlpNetwork.getFilter()
Returns the filter used to filter business objects. |
| Methods in ilog.cpl with parameters of type IlpFilter | |
|---|---|
void |
IlpTree.setFilter(IlpFilter filter)
Sets the filter. |
void |
IlpTable.setFilter(IlpFilter filter)
Sets the filter. |
void |
IlpEquipment.setFilter(IlpFilter filter)
Sets the filter. |
void |
IlpNetwork.setFilter(IlpFilter filter)
Sets the filter. |
| Uses of IlpFilter in ilog.cpl.datasource |
|---|
| Methods in ilog.cpl.datasource that return IlpFilter | |
|---|---|
IlpFilter |
IlpAbstractAdapter.getFilter()
Returns the filter. |
| Methods in ilog.cpl.datasource with parameters of type IlpFilter | |
|---|---|
ilog.cpl.storage.internal.IlpSAXDataHandler |
IlpAbstractDataSource.createDataHandler(IlpMutableDataSource dataSource,
XMLReader parser,
IlpIdentifierFactory identifierFactory,
IlpFilter pfilter,
Object parentIdOfRootObjects,
boolean buffering,
Logger logger)
Creates a new datasource data handler. |
void |
IlpDefaultDataSource.output(String fileName,
IlpFilter filter)
Pretty-prints the data source content to a file. |
void |
IlpDefaultDataSource.output(Writer out,
IlpFilter filter)
Pretty-prints the data source content to a Writer. |
void |
IlpDefaultDataSource.parse(InputSource input,
IlpFilter filter)
Parses an XML document. |
void |
IlpDefaultDataSource.parse(InputSource input,
IlpFilter filter,
boolean validate)
Parses an XML document. |
void |
IlpDefaultDataSource.parse(String uri,
IlpFilter filter)
Parses an XML document from a system identifier (URI). |
void |
IlpDefaultDataSource.parse(String uri,
IlpFilter filter,
boolean validate)
Parses an XML document from a system identifier (URI). |
void |
IlpAbstractAdapter.setFilter(IlpFilter newfilter)
Sets the filter. |
| Uses of IlpFilter in ilog.cpl.datasource.css |
|---|
| Methods in ilog.cpl.datasource.css that return IlpFilter | |
|---|---|
IlpFilter |
IlpAdapterCustomization.getFilter()
Returns the filter used to filter the business objects who will be represented in the component. |
| Uses of IlpFilter in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph with parameters of type IlpFilter | |
|---|---|
void |
IlpAbstractNodeAdapter.storeTemporaryRepresentationObject(IlpRepresentationNode node,
IlpMutableRepresentationNode parent,
IlpFilter boFilter)
Stores a temporary object along with a filter to detect the corresponding business object. |
| Uses of IlpFilter in ilog.cpl.list |
|---|
| Methods in ilog.cpl.list that return IlpFilter | |
|---|---|
IlpFilter |
IlpListModelFilter.getFilter()
Returns the filter used to filter the underlying model. |
| Methods in ilog.cpl.list with parameters of type IlpFilter | |
|---|---|
void |
IlpListModelFilter.setFilter(IlpFilter filter)
Sets the filter to use to filter the underlying model. |
| Uses of IlpFilter in ilog.cpl.storage |
|---|
| Methods in ilog.cpl.storage with parameters of type IlpFilter | |
|---|---|
ilog.cpl.storage.internal.IlpSAXDataHandler |
IlpDataSourceLoader.createDataHandler(IlpMutableDataSource dataSource,
XMLReader parser,
IlpIdentifierFactory identifierFactory,
IlpFilter pfilter,
Object parentIdOfRootObjects,
boolean buffering,
Logger logger)
Creates a new datasource data handler. |
void |
IlpDataSourceOutput.outputDataSource(IlpFilter filter)
Outputs all the contents of a data source. |
void |
IlpDataSourceOutput.outputHierarchy(IlpObject ilpObject,
IlpFilter filter)
Outputs an object hierarchy. |
void |
IlpDataSourceLoader.parse(IlpFilter filter)
Parses an XML document containing a model. |
| Uses of IlpFilter in ilog.cpl.table |
|---|
| Methods in ilog.cpl.table that return IlpFilter | |
|---|---|
IlpFilter |
IlpTableController.getFilter()
Returns the filter used to filter the underlying model. |
| Methods in ilog.cpl.table with parameters of type IlpFilter | |
|---|---|
void |
IlpTableController.setFilter(IlpFilter filter)
Sets the filter to use to filter the underlying model. |
| Uses of IlpFilter in ilog.tgo.datasource |
|---|
| Methods in ilog.tgo.datasource with parameters of type IlpFilter | |
|---|---|
ilog.cpl.storage.internal.IlpSAXDataHandler |
IltDefaultDataSource.createDataHandler(IlpMutableDataSource dataSource,
XMLReader parser,
IlpIdentifierFactory identifierFactory,
IlpFilter pfilter,
Object parentIdOfRootObjects,
boolean buffering,
Logger logger)
|
| Uses of IlpFilter in ilog.tgo.model |
|---|
| Fields in ilog.tgo.model declared as IlpFilter | |
|---|---|
protected static IlpFilter |
IltAlarm.State.ImpactSeverityFilter
|
protected static IlpFilter |
IltAlarm.State.RawSeverityFilter
|
| Methods in ilog.tgo.model that return IlpFilter | |
|---|---|
static IlpFilter |
IltState.CreateNameFilter(String name)
Filter which accepts state path that match a given string representation. |
static IlpFilter |
IltState.CreateStateFilter(IltState state)
Filter which accepts state path whose last component matches a given state. |
| Methods in ilog.tgo.model with parameters of type IlpFilter | |
|---|---|
protected void |
IltAlarmSystem.State.acknowledgeAllAlarms(IlpFilter filter)
|
ilog.tgo.model.internal.IltStatePath[] |
IltAlarmSystem.getAllPaths(IlpFilter filter)
Return all the paths found which corresponds to the criteria given by the filter. |
ilog.tgo.model.internal.IltStatePath[] |
IltStateSystem.getAllPaths(IlpFilter filter)
Returns all the paths found which corresponds to the criteria given by the filter. |
void |
IltState.getAllPaths(Vector result,
ilog.tgo.model.internal.IltStatePath parentPath,
IlpFilter filter,
boolean all)
This method verifies if the state being searched is this one, and if so it adds this state to the path list. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAcknowledgedAlarmSeverity(IlpFilter filter)
Return the highest severity for which the number of acknowledged alarms is nonzero, and that satisfies a given filter. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAcknowledgedAlarmSeverity(IltAlarmSeverity below,
IlpFilter filter)
Return the highest severity less than below for which the
number of acknowledged alarms is nonzero, and that satisfies a given
filter. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAlarmSeverity(IlpFilter filter)
Return the highest severity for which the number of alarms, acknowledged or otherwise, is nonzero, and that satisfies a given filter. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestAlarmSeverity(IltAlarmSeverity below,
IlpFilter filter)
Return the highest severity less than below for which the
number of alarms, acknowledged or otherwise, is nonzero, and that
satisfies a given filter. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestNewAlarmSeverity(IlpFilter filter)
Return the highest severity for which the number of new alarms is nonzero, and that satisfies a given filter. |
IltAlarmSeverity |
IltAlarmSystem.State.internalGetHighestNewAlarmSeverity(IltAlarmSeverity below,
IlpFilter filter)
Return the highest severity less than below for which the
number of new alarms is nonzero, and that satisfies a given filter. |
protected void |
IltAlarmSystem.State.removeAllAcknowledgedAlarms(IlpFilter filter)
|
protected void |
IltAlarmSystem.State.removeAllAlarms(IlpFilter filter)
|
protected void |
IltAlarmSystem.State.removeAllNewAlarms(IlpFilter filter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||