Package net.sourceforge.combean.interfaces.graph.prop

Package class diagram package net.sourceforge.combean.interfaces.graph.prop
Interface Summary
AddEdgeGraphProp A graph where edges may be added.
AddNodeGraphProp A graph where nodes may be added.
ConstructableGraphProp A graph where both nodes and edges may be added.
ConstructableIndexedGraphProp Combines constructable and indexed graph property.
ConstructableNumberedGraphProp A graph which is constructable, globally indexed and numbered.
DirectedEdgeNeighborhoodGraphProp Graph property for the neighbourhood in directed graphs.
Freezable A base interface for a modifiable data structure where the end of dynamic modifcations can be announced explicitly.
GlobalEdgesGraphProp A graph where the edges are globally known, i.e., not only through local exploration
GlobalIndexedEdgesGraphProp A graph property: the nodes can be identified and retrieved by a numeric index
GlobalIndexedGraphProp Combines indexed nodes and indexed edges.
GlobalIndexedNodesGraphProp A graph where the nodes may be accessed by an integer index.
GlobalNodesGraphProp Graph property for graphs where all nodes are known (in contrast to graphs where only a local neighborhood can be explored).
GlobalNumberedEdgesGraphProp A graph where every edge has a number, starting from zero.
GlobalNumberedGraphProp A graph where both the edges and the nodes are numbered.
GlobalNumberedNodesGraphProp A graph where every node has a number, starting from zero.
IncomingEdgeNeighborhoodGraphProp The neighborhood of a directed graph where only incoming edges are visible
NeighborhoodGraphProp Graph property for exploring the local neighborhood of a node in the graph.
NestedGraphProp A graph which is based on another graph.
OutgoingEdgeNeighborhoodGraphProp The neighborhood of a directed graph where only outgoing edges are visible