Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

giny.model: Javadoc index of package giny.model.


Package Samples:

giny.model

Classes:

RootGraph: GINY Architecture A graph model consisting of nodes and the edges between them. GINY graph models are separated into RootGraphs and GraphPerspectives. RootGraphs contain all Nodes and Edges in a graph, while GraphPerspectives contain some subset of them (any given GraphPerspective may include all Nodes and Edges from its RootGraph, but it does not need to). Every GraphPerspective has exactly one RootGraph. RootGraphs may have any number of GraphPerspectives. Indices Every Node and Edge has a unique and unchanging index in its RootGraph; these indices are always negative integers and are not guaranteed ...
GraphPerspectiveChangeEvent: The event source must be the GraphPerspective that changed.
RootGraphChangeEvent: The event source must be the RootGraph that changed.
Edge
GraphPerspective
GraphPerspectiveChangeListener
Node
RootGraphChangeListener

Home | Contact Us | Privacy Policy | Terms of Service