Uses of Class
edu.cmu.tetrad.session.SessionEvent
Packages that use SessionEvent
-
Uses of SessionEvent in edu.cmu.tetrad.session
Methods in edu.cmu.tetrad.session with parameters of type SessionEventModifier and TypeMethodDescriptionvoid
SessionAdapter.addingEdge
(SessionEvent event) Indicates that the model is contemplating adding an edge (but hasn't yet).void
SessionListener.addingEdge
(SessionEvent event) Indicates that the model is contemplating adding an edge (but hasn't yet).void
SessionAdapter.executionStarted
(SessionEvent event) Indicates that a new execution of a simulation edu.cmu.tetrad.study has begun.void
SessionListener.executionStarted
(SessionEvent event) Indicates that a new execution of a simulation edu.cmu.tetrad.study has begun.void
SessionSupport.fireSessionEvent
(SessionEvent event) Fires a session event.void
SessionSupport.fireSessionEvent
(SessionEvent event, boolean restamp) Fires a session event.void
SessionAdapter.modelCreated
(SessionEvent event) Indicates that a model has been created for a node.void
SessionListener.modelCreated
(SessionEvent event) Indicates that a model has been created for a node.void
SessionAdapter.modelDestroyed
(SessionEvent event) Indicates that a model has been destroyed for a node.void
SessionListener.modelDestroyed
(SessionEvent event) Indicates that a model has been destroyed for a node.void
SessionAdapter.modelUnclear
(SessionEvent event) Indicates that the createModel method has been called but there is more than one model consistent with the parents, so a choice has to be made.void
SessionListener.modelUnclear
(SessionEvent event) Indicates that the createModel method has been called but there is more than one model consistent with the parents, so a choice has to be made.void
SessionAdapter.nodeAdded
(SessionEvent event) Indicates that a node has been added.void
SessionListener.nodeAdded
(SessionEvent event) Indicates that a node has been added.void
SessionAdapter.nodeRemoved
(SessionEvent event) Indicates that a node has been removed.void
SessionListener.nodeRemoved
(SessionEvent event) Indicates that a node has been removed.void
SessionAdapter.parentAdded
(SessionEvent event) Indicates that a parent has been added to a node.void
SessionListener.parentAdded
(SessionEvent event) Indicates that a parent has been added to a node.void
SessionAdapter.parentRemoved
(SessionEvent event) Indicates that a parent has been removed from a node.void
SessionListener.parentRemoved
(SessionEvent event) Indicates that a parent has been removed from a node.void
SessionAdapter.repetitionChanged
(SessionEvent event) Indicates that the repetition of some node has changed.void
SessionListener.repetitionChanged
(SessionEvent event) Indicates that the repetition of some node has changed.Constructors in edu.cmu.tetrad.session with parameters of type SessionEventModifierConstructorDescriptionSessionEvent
(Object source, SessionEvent event) Creates a new SessionEvent with the same information as the given event but with a new source.