|
NetCharts Server | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is used to create informative classes for Process Modules. By
creating a class that implements the NDSPostProcessorInterfaceInfo, information
about the Process Module can be introduced into NetCharts Server and NetCharts
Designer.
To create an informative class for a Process Module, implement this interface
and name the informative class the same name as the Process Module, in the
same package, with Info appended to the class name. For instance, if the
Process Module was named com.modules.MyProcessModule, then the informative
class should be named com.modules.MyProcessModuleInfo.
| Method Summary | |
java.util.Hashtable |
getAdditionalParameters()
Returns a Hashtable containing the set of additional, non-configurable parameters, that need to be included if this Process Module is utilized. |
java.lang.String |
getDescription()
Returns a more detailed description of the Process Module. |
boolean |
getIsIndexed()
Returns whether the parameter are indexed and has the index appended to the name of the parameter. |
java.lang.String |
getName()
Returns the descriptive name of the Process Module. |
NDSPostProcessorInterfaceParameterInfo[] |
getParameters()
Returns a concat array containing the set of parameters that the Process Module utilizes. |
| Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public boolean getIsIndexed()
MyParameter, and the Process Module was the second Process Module
called in the chain of processing, then the parameter used would be MyParameter2
- Returns:
- boolean
true if the indices are indexed, false otherwise.
public NDSPostProcessorInterfaceParameterInfo[] getParameters()
null or an empty array
can be returned.public java.util.Hashtable getAdditionalParameters()
null should be returned.
|
NetCharts Server | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2004 |
Last Modified: Aug 3, 2004 |