Package | Description |
---|---|
sk.fiit.jim | |
sk.fiit.jim.agent.models | |
sk.fiit.jim.agent.moves | |
sk.fiit.jim.code_review | |
sk.fiit.robocup.library.math | |
sk.fiit.robocup.library.review |
Modifier and Type | Class and Description |
---|---|
class |
AllTests
AllTests.java
Executes all tests.
|
class |
Settings
Settings.java
Encapsulates global settings that alter the behaviour of the code throughout
the entire project.
|
Modifier and Type | Class and Description |
---|---|
class |
KalmanAdjuster
KalmanAdjuster.java
Adjusts percieved coordinates of ball and flags on the pitch
using a kalman filter, thereby attempting to reduce noise for
further calculations.
|
Modifier and Type | Class and Description |
---|---|
class |
SkipFlags
SkipFlags.java
Static class recording a "database" of a value of each flag => default
value for any flag is FALSE.
|
Modifier and Type | Class and Description |
---|---|
interface |
Bug
Bug.java
Mark all code elements whose behaviour is not as intended.
|
interface |
Problem
Problem.java
Mark classes with this annotation in case a problem(s) was found during
a code review.
|
interface |
UnderConstruction
UnderConstruction.java
Annotations or classes marked with this annotation are not to be judged
by a code review.
|
Modifier and Type | Class and Description |
---|---|
class |
MathExpressionEvaluator
MathExpressionEvaluator.java
Transforms a mathematical expression given as a String into a
numerical result.
|
Modifier and Type | Class and Description |
---|---|
interface |
ReviewOk
ReviewOk.java
Class or a method can be marked by this annotation if it fulfills all
of those predicates:
1.
|