Uses of Class
org.wizard4j.engine.FlowchartSession

Packages that use FlowchartSession
org.wizard4j.engine   
 

Uses of FlowchartSession in org.wizard4j.engine
 

Methods in org.wizard4j.engine that return FlowchartSession
 FlowchartSession FlowchartEngine.createSession(Flowchart flowchart)
          Create an unmanaged session, the user is responsible for the lifecycle of the session.
 FlowchartSession SessionAndDate.getSession()
           
 

Constructors in org.wizard4j.engine with parameters of type FlowchartSession
SessionAndDate(FlowchartSession session)