Package de.fhstralsund.vinets.structure

Interface Summary
Block A Block object models a hierarchical HyperGraph.
Edge An Edge object models a directed or undirected Edge of a simple Graph.
Graph An object models a Graph or HyperGraph.
HyperEdge An HyperEdge object models a HyperEdge of a HyperGraph.
Link The base interface for Edges and HyperEdges.
NetElement The base interface of all NetElements in VinetS.
Node A Node object models a Node of a Graph or HyperGraph.
Port A Port object models an entry/exit point of a Link to a Node.
 

Class Summary
AbstractGraph The base class for implementations of the Graph interface.
DefaultNetElement The standard implementation for NetElements in VinetS.
Face A structure that may symbolize either a Face or also a Chain (a path through graph).
GraphAdapter A convenience class for Graph-Decorators.
GraphType  
NodePair A set of two Nodes.
NodeType  
PortType  
SimpleGraph The standard implementation of the Graph interface.
Types  
 

Exception Summary