Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ getAction
Method
getAction
src/main/java/org/fgn/parser/Statement.java:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
public
Action getAction() {
24
return
action;
25
}
26
27
public
void
setAction(Action action) {
28
this.action = action;
Callers
15
testParseMatchFile
Method · 0.95
testInvalidStatementEnd
Method · 0.95
defaultExecution
Method · 0.95
testStandardStatement
Method · 0.95
testPassAction
Method · 0.95
testBackPassAction
Method · 0.95
testParallelPassAction
Method · 0.95
testDiagonalPassAction
Method · 0.95
testForwardPassAction
Method · 0.95
testMoveAction
Method · 0.95
testShotAtGoal
Method · 0.95
testActionParameter
Method · 0.95
Calls
no outgoing calls
Tested by
15
testParseMatchFile
Method · 0.76
testInvalidStatementEnd
Method · 0.76
defaultExecution
Method · 0.76
testStandardStatement
Method · 0.76
testPassAction
Method · 0.76
testBackPassAction
Method · 0.76
testParallelPassAction
Method · 0.76
testDiagonalPassAction
Method · 0.76
testForwardPassAction
Method · 0.76
testMoveAction
Method · 0.76
testShotAtGoal
Method · 0.76
testActionParameter
Method · 0.76