Interface IvmlGraphMapper.IvmlGraph

All Superinterfaces:
IvmlGraphMapper.IvmlGraphElement
All Known Implementing Classes:
DefaultGraph, ServiceMeshGraph
Enclosing interface:
IvmlGraphMapper

public static interface IvmlGraphMapper.IvmlGraph extends IvmlGraphMapper.IvmlGraphElement
Represents an IVML graph.
Author:
Holger Eichelberger, SSE
  • Method Details

    • addNode

      void addNode(IvmlGraphMapper.IvmlGraphNode node)
      Adds a node to this graph.
      Parameters:
      node - the node
    • nodes

      Returns the nodes in the graph.
      Returns:
      the nodes
    • getNodeCount

      int getNodeCount()
      Returns the number of nodes of this graph.
      Returns:
      the number of nodes