Uses of Class
net.sourceforge.toscanaj.controller.fca.DiagramHistory

Packages that use DiagramHistory
net.sourceforge.toscanaj   
net.sourceforge.toscanaj.controller.db   
net.sourceforge.toscanaj.controller.fca   
 

Uses of DiagramHistory in net.sourceforge.toscanaj
 

Methods in net.sourceforge.toscanaj with parameters of type DiagramHistory
protected static void DataDump.dumpDiagram(Diagram2D diagram, ConceptInterpreter interpreter, DiagramHistory diagramHistory, org.jdom.Element targetElement, boolean includeContingentLists, boolean includeIntentExtent)
          Dumps a single diagram into the given JDOM element.
 

Uses of DiagramHistory in net.sourceforge.toscanaj.controller.db
 

Methods in net.sourceforge.toscanaj.controller.db with parameters of type DiagramHistory
static java.lang.String WhereClauseGenerator.createWhereClause(Concept forConcept, DiagramHistory filterDiagrams, java.util.List outerConcepts, boolean displayMode, boolean filterMode)
           
 

Uses of DiagramHistory in net.sourceforge.toscanaj.controller.fca
 

Methods in net.sourceforge.toscanaj.controller.fca that return DiagramHistory
 DiagramHistory DiagramController.getDiagramHistory()
          Returns the history as list model.
 DiagramHistory ConceptInterpretationContext.getDiagramHistory()
           
 

Constructors in net.sourceforge.toscanaj.controller.fca with parameters of type DiagramHistory
ConceptInterpretationContext(DiagramHistory diagramHistory, org.tockit.events.EventBroker eventBroker)
           
 



The ToscanaJ project