Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ getStateIn
Method
getStateIn
src/main/java/org/fgn/parser/Statement.java:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
public
State getStateIn() {
40
return
stateIn;
41
}
42
43
public
void
setStateIn(State stateIn) {
44
this.stateIn = stateIn;
Callers
9
testParsedStatement
Method · 0.95
testCommentedStatement
Method · 0.95
testParameterisedStateParsing
Method · 0.95
testParameterisedStatesParsing
Method · 0.95
testUnknownStates
Method · 0.95
testRandomActionParsing
Method · 0.95
testDefaultActionParsing
Method · 0.95
main
Method · 0.95
model
Method · 0.80
Calls
no outgoing calls
Tested by
7
testParsedStatement
Method · 0.76
testCommentedStatement
Method · 0.76
testParameterisedStateParsing
Method · 0.76
testParameterisedStatesParsing
Method · 0.76
testUnknownStates
Method · 0.76
testRandomActionParsing
Method · 0.76
testDefaultActionParsing
Method · 0.76