CORBAservices
Interface CosGraphs::Traversal
IDL source Global index
interface Traversal
- destroy
- next_n
- next_one
- ScopedEdge
- ScopedEdges
- ScopedEndPoint
- ScopedEndPoints
- ScopedRelationship
- TraversalScopedId
void destroy();
-
boolean next_n(in short how_many,
out ScopedEdges the_edges);
-
boolean next_one(out ScopedEdge the_edge);
-
struct ScopedEdge {
ScopedEndPoint from;
ScopedRelationship the_relationship;
ScopedEndPoints relatives;
};
-
typedef sequence<ScopedEdge> ScopedEdges;
-
struct ScopedEndPoint {
EndPoint point;
TraversalScopedId id;
};
-
typedef sequence<ScopedEndPoint> ScopedEndPoints;
-
struct ScopedRelationship {
CosRelationships::RelationshipHandle scoped_relationship;
TraversalScopedId id;
};
-
typedef unsigned long TraversalScopedId;
-
Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
with Sandia idldoc 1.0.