Package step.repository.alm.otaclient
Interface IGraphBuilder
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
IGraphBuilder2
public interface IGraphBuilder extends com4j.Com4jObject
Services for creating graphs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
buildGraph(com4j.Com4jObject pGraphDef)
Build the graph.IList
buildMultipleGraphs(java.lang.Object graphDefs)
Build several graphs.com4j.Com4jObject
createGraphDefinition(int module, int graphType)
Create an IGraphDefinition object.
-
-
-
Method Detail
-
createGraphDefinition
com4j.Com4jObject createGraphDefinition(int module, int graphType)
Create an IGraphDefinition object.
- Parameters:
module
- Mandatory int parameter.graphType
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
buildGraph
com4j.Com4jObject buildGraph(com4j.Com4jObject pGraphDef)
Build the graph.
- Parameters:
pGraphDef
- Mandatory com4j.Com4jObject parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
buildMultipleGraphs
IList buildMultipleGraphs(java.lang.Object graphDefs)
Build several graphs.
- Parameters:
graphDefs
- Mandatory java.lang.Object parameter.- Returns:
- Returns a value of type otaclient.IList
-
-