Uses of Class
easik.sketch.document.DocumentInfo

Packages that use DocumentInfo
easik.sketch   
easik.sketch.util   
 

Uses of DocumentInfo in easik.sketch
 

Fields in easik.sketch declared as DocumentInfo
private  DocumentInfo Sketch._docInfo
          The current DocumentInfo
 

Methods in easik.sketch that return DocumentInfo
 DocumentInfo Sketch.getDocInfo()
          Gets the document information
 

Methods in easik.sketch with parameters of type DocumentInfo
 void Sketch.initialiseFromData(java.util.HashMap<java.lang.String,EntityNode> entityNodes, java.util.HashMap<java.lang.String,org.jgrapht.graph.DefaultEdge> edges, java.util.HashMap<java.lang.String,SketchPath> paths, java.util.LinkedList<Constraint> constraints, java.util.ArrayList dataTypes, DocumentInfo head, boolean inMySQL, boolean inOracle, boolean inDB2, boolean inXML, boolean inUserDefined)
          Used to initialise a new sketch based on provided data (usually from the Sketch loading methods).
 

Uses of DocumentInfo in easik.sketch.util
 

Fields in easik.sketch.util declared as DocumentInfo
private  DocumentInfo SketchHandler._docInfo
          The document information for the sketch
 

Methods in easik.sketch.util that return DocumentInfo
 DocumentInfo SketchHandler.getDocumentInfo()
          Get the document information of the current sketch