CORBAservices

Interface CosGraphs::Traversal

IDL source    Global index
interface Traversal


Operation index.

  • destroy
  • next_n
  • next_one
  • Type index.

  • ScopedEdge
  • ScopedEdges
  • ScopedEndPoint
  • ScopedEndPoints
  • ScopedRelationship
  • TraversalScopedId
  • Operations.

  • destroy

      void destroy();

  • next_n

      boolean next_n(in short how_many,
          out ScopedEdges the_edges);

  • next_one

      boolean next_one(out ScopedEdge the_edge);

    Types.

  • ScopedEdge

      struct ScopedEdge {
        ScopedEndPoint from; 
        ScopedRelationship the_relationship; 
        ScopedEndPoints relatives; 
      }; 
    

  • ScopedEdges

      typedef sequence<ScopedEdge> ScopedEdges;
    

  • ScopedEndPoint

      struct ScopedEndPoint {
        EndPoint point; 
        TraversalScopedId id; 
      }; 
    

  • ScopedEndPoints

      typedef sequence<ScopedEndPoint> ScopedEndPoints;
    

  • ScopedRelationship

      struct ScopedRelationship {
        CosRelationships::RelationshipHandle scoped_relationship; 
        TraversalScopedId id; 
      }; 
    

  • TraversalScopedId

      typedef unsigned long TraversalScopedId;
    


    Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
    with Sandia idldoc 1.0.