Package step.repository.alm.otaclient
Interface IGraphBuilder
- 
- All Superinterfaces:
- com4j.Com4jObject
 - All Known Subinterfaces:
- IGraphBuilder2
 
 public interface IGraphBuilder extends com4j.Com4jObjectServices for creating graphs.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObjectbuildGraph(com4j.Com4jObject pGraphDef)Build the graph.IListbuildMultipleGraphs(java.lang.Object graphDefs)Build several graphs.com4j.Com4jObjectcreateGraphDefinition(int module, int graphType)Create an IGraphDefinition object.
 
- 
- 
- 
Method Detail- 
createGraphDefinitioncom4j.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
 
 - 
buildGraphcom4j.Com4jObject buildGraph(com4j.Com4jObject pGraphDef) Build the graph. - Parameters:
- pGraphDef- Mandatory com4j.Com4jObject parameter.
- Returns:
- Returns a value of type com4j.Com4jObject
 
 - 
buildMultipleGraphsIList buildMultipleGraphs(java.lang.Object graphDefs) Build several graphs. - Parameters:
- graphDefs- Mandatory java.lang.Object parameter.
- Returns:
- Returns a value of type otaclient.IList
 
 
- 
 
-