Package com.alexmerz.graphviz.objects


package com.alexmerz.graphviz.objects

This package contains the objects representing a Graph including all its Node, Edges and Subgraphs.

  • Classes
    Class
    Description
    This class represents an Edge in a Graph.
    This class represents a graph.
    This class will be used in the future to validate graph attributes.
    This object is used to identify graphs and nodes Note, that an object may contain an id or a label.
    This class represents a node in a graph.
    This class is an extended Node object containing Port information of a node in an edge.