SUPERV.SuperG Interface Reference

interface SuperG More...

import "SUPERV.idl";

Inheritance diagram for SUPERV.SuperG:

Inheritance graph

Public Member Functions

SUPERV::Graph Graph (in string aGraph)
SUPERV::Graph GraphE (in string aGraph)
SUPERV::StreamGraph StreamGraph (in string aGraph)
SUPERV::StreamGraph StreamGraphE (in string aGraph)
SUPERV::Value StringValue (in string aString)
SUPERV::Value AnyValue (in any anAny)
SUPERV::Graph getGraph (in string ior)
SUPERV::StreamGraph getStreamGraph (in string ior)

Detailed Description

This interface contains a set of methods necessary for management of a graph.


Member Function Documentation

SUPERV::Graph SUPERV.SuperG.Graph in string  aGraph  ) 
 

Constructs a graph with possibility to read/edit it

Parameters:
aGraph aGraphName or aGraphXmlFile

SUPERV::Graph SUPERV.SuperG.GraphE in string  aGraph  ) 
 

Constructs a read Only graph ( for execution ).

Note:

In this graph there is also a possibility to update nodes, coordinates of the links, of container names and input data.
Parameters:
aGraph aGraphName or aGraphXmlFile

SUPERV::StreamGraph SUPERV.SuperG.StreamGraph in string  aGraph  ) 
 

Constructs a StreamGraph with possibility to read/edit it

Parameters:
aGraph aGraphName or aGraphXmlFile

SUPERV::StreamGraph SUPERV.SuperG.StreamGraphE in string  aGraph  ) 
 

Constructs a read Only StreamGraph ( for execution ).

Note:

In this graph there is also a possibility to update nodes, coordinates of the links, of container names and input data.
Parameters:
aGraph aGraphName or aGraphXmlFile

SUPERV::Value SUPERV.SuperG.StringValue in string  aString  ) 
 

Creates a value of string type which will be used for Input method in the interface Node.

Parameters:
aString Input value of string type.

SUPERV::Value SUPERV.SuperG.AnyValue in any  anAny  ) 
 

Creates a value of any type which will be used for Input method in the interface Node.

Parameters:
anAny Input value of any type.

SUPERV::Graph SUPERV.SuperG.getGraph in string  ior  ) 
 

Gets a graph with a definite IOR

Parameters:
ior String parameter defining IOR of the graph.

SUPERV::StreamGraph SUPERV.SuperG.getStreamGraph in string  ior  ) 
 

Gets a graph with a definite IOR

Parameters:
ior String parameter defining IOR of the graph.