Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Beh01der/EasyFlow
/ start
Method
start
src/main/java/au/com/ds/ef/EasyFlow.java:39–41 ·
view source on GitHub ↗
(final C context)
Source
from the content-addressed store, hash-verified
37
}
38
39
public
void
start(
final
C context) {
40
start(false, context);
41
}
42
43
public
void
start(boolean enterInitialState,
final
C context) {
44
prepare();
Callers
15
testEmpty
Method · 0.80
testOneElement
Method · 0.80
testTwoElements
Method · 0.80
testTwoElements2
Method · 0.80
testNested
Method · 0.80
testInvalidUnclosedArray
Method · 0.80
testInvalidUnclosedArray2
Method · 0.80
testInvalidUnclosedArray3
Method · 0.80
testInvalidUnclosedValue
Method · 0.80
testInvalidEvent
Method · 0.80
testEventsOrder
Method · 0.80
testEventReuse
Method · 0.80
Calls
4
prepare
Method · 0.95
setCurrentState
Method · 0.95
setFlow
Method · 0.80
getState
Method · 0.45
Tested by
15
testEmpty
Method · 0.64
testOneElement
Method · 0.64
testTwoElements
Method · 0.64
testTwoElements2
Method · 0.64
testNested
Method · 0.64
testInvalidUnclosedArray
Method · 0.64
testInvalidUnclosedArray2
Method · 0.64
testInvalidUnclosedArray3
Method · 0.64
testInvalidUnclosedValue
Method · 0.64
testInvalidEvent
Method · 0.64
testEventsOrder
Method · 0.64
testEventReuse
Method · 0.64