Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A D G H I O S T U

A

action - Variable in class org.sbugs.logic.state.Transition
 
addHandler(TransitionHandler) - Method in class org.sbugs.logic.state.Transition
Adds the given handler to the end of the handler list.
addTransition(int, int, Transition) - Method in class org.sbugs.logic.state.DefectStateMachine
 

D

DefectStateMachine - class org.sbugs.logic.state.DefectStateMachine.
 
DefectStateMachine(Connection) - Constructor for class org.sbugs.logic.state.DefectStateMachine
 
description - Variable in class org.sbugs.logic.state.Transition
 

G

getAction() - Method in class org.sbugs.logic.state.Transition
 
getAllowedTransitions(int) - Method in class org.sbugs.logic.state.DefectStateMachine
 
getDescription() - Method in class org.sbugs.logic.state.Transition
 
getHandlerList() - Method in class org.sbugs.logic.state.Transition
 
getHandlers(int, int) - Method in class org.sbugs.logic.state.DefectStateMachine
 
getId() - Method in class org.sbugs.logic.state.Transition
 
getInstance(Connection) - Static method in class org.sbugs.logic.state.DefectStateMachine
 

H

handleTransition(Defect, Map, Connection) - Method in interface org.sbugs.logic.state.TransitionHandler
This method is called whenever a defect's state is changed, and this class is registered as a handler for that state transition.
handlerList - Variable in class org.sbugs.logic.state.Transition
 

I

id - Variable in class org.sbugs.logic.state.Transition
 
initialize(Connection) - Method in class org.sbugs.logic.state.DefectStateMachine
 
instance - Static variable in class org.sbugs.logic.state.DefectStateMachine
 

O

org.sbugs.logic.state - package org.sbugs.logic.state
 

S

setAction(String) - Method in class org.sbugs.logic.state.Transition
 
setDescription(String) - Method in class org.sbugs.logic.state.Transition
 
setId(int) - Method in class org.sbugs.logic.state.Transition
 
setMaxStateId(int) - Method in class org.sbugs.logic.state.DefectStateMachine
As a side effect of calling this method, all current transitions will be erased.

T

Transition - class org.sbugs.logic.state.Transition.
This class is located here, instead of in org.sbugs.model, because it is really not part of the domain model - it purely has to do w/ the logic of handling state transitions.
Transition(int, String, String) - Constructor for class org.sbugs.logic.state.Transition
 
TransitionHandler - interface org.sbugs.logic.state.TransitionHandler.
Any class that wishes to deal with Defect state changes must implement this interface.
transitions - Variable in class org.sbugs.logic.state.DefectStateMachine
 

U

updateState(Defect, int, int, Map, Connection) - Method in class org.sbugs.logic.state.DefectStateMachine
 

A D G H I O S T U