Uses of Class
easik.sketch.vertex.SketchVertex

Packages that use SketchVertex
easik.sketch   
easik.sketch.constraint   
easik.sketch.util   
easik.sketch.vertex   
 

Uses of SketchVertex in easik.sketch
 

Fields in easik.sketch with type parameters of type SketchVertex
private  org.jgrapht.graph.ListenableDirectedGraph<SketchVertex,org.jgrapht.graph.DefaultEdge> Sketch._ourGraph
          The current ListenableDirectedGraph
 

Methods in easik.sketch that return types with arguments of type SketchVertex
 org.jgrapht.graph.ListenableDirectedGraph<SketchVertex,org.jgrapht.graph.DefaultEdge> Sketch.getGraphData()
          Get the sketch's underlying JGraphT graph, a ListenableDirectedGraph
 

Uses of SketchVertex in easik.sketch.constraint
 

Subclasses of SketchVertex in easik.sketch.constraint
 class CommutativeDiagram
          The commutative diagram is a constraint made up of two lists (Arrays) of sketch edges.
 class Constraint
          This is the superclass for all constraints.
 class ProductConstraint
          Represents the product constraint.
 class PullbackConstraint
          Class representing a pullback constraint.
 class SumConstraint
          This class represents the sum colimit constraint.
 

Method parameters in easik.sketch.constraint with type arguments of type SketchVertex
 void Constraint.addVisualsToSketch(org.jgrapht.graph.ListenableDirectedGraph<SketchVertex,org.jgrapht.graph.DefaultEdge> inGraph, SketchAdapter adapter)
          Adds the visual aids to the sketch provided
 

Uses of SketchVertex in easik.sketch.util
 

Fields in easik.sketch.util with type parameters of type SketchVertex
private  java.util.Map<org.jgraph.graph.GraphCell,SketchVertex> SketchAdapter.m_cellToVertex
          Mapping from cells to vertices
private  org.jgrapht.graph.ListenableDirectedGraph<SketchVertex,org.jgrapht.graph.DefaultEdge> SketchAdapter.m_jtGraph
          The JGraphT graph
private  java.util.Set<SketchVertex> SketchAdapter.m_jtVerticesBeingAdded
          JGraphT vertices being removed
private  java.util.Set<SketchVertex> SketchAdapter.m_jtVerticesBeingRemoved
          JGraphT vertices being removed
private  java.util.Map<SketchVertex,org.jgraph.graph.GraphCell> SketchAdapter.m_vertexToCell
          Mapping from vertices to cells
 

Constructor parameters in easik.sketch.util with type arguments of type SketchVertex
SketchAdapter(org.jgrapht.graph.ListenableDirectedGraph<SketchVertex,org.jgrapht.graph.DefaultEdge> jGraphTGraph, Sketch inSketch)
          Constructs a new JGraph model adapter for the specified JGraphT graph.
 

Uses of SketchVertex in easik.sketch.vertex
 

Subclasses of SketchVertex in easik.sketch.vertex
 class EntityNode
          An entity node represents a table in a database.