Package | Description |
---|---|
sk.fiit.jim.agent.models | |
sk.fiit.jim.agent.parsing |
Modifier and Type | Field and Description |
---|---|
private HashMap<FixedObject,Double> |
KalmanAdjuster.fixedObjectSeenTimes |
private HashMap<FixedObject,KalmanForVector> |
KalmanAdjuster.fixedObjectsKalmans |
private static Map<String,FixedObject> |
FixedObject.namesInServerMessages |
private static Map<FixedObject,Vector3D> |
FixedObject.positions_0_6_2 |
private static Map<FixedObject,Vector3D> |
FixedObject.positions_0_6_5 |
Modifier and Type | Method and Description |
---|---|
static FixedObject |
FixedObject.fromServerId(String id)
Returns fixed object from server by specified string id.
|
static FixedObject |
FixedObject.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixedObject[] |
FixedObject.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
KalmanAdjuster.adjustFixedPointsPosition(Map<FixedObject,Vector3D> fixedObjects) |
private Map<Vector3D,Vector3D> |
AgentRotationCalculator.getFlagsOfSideWithMoreFlagsSeen(Map<FixedObject,Vector3D> fixedObjects) |
Modifier and Type | Field and Description |
---|---|
Map<FixedObject,Vector3D> |
SeenPerceptorData.fixedObjects |
Map<FixedObject,Vector3D> |
ParsedData.fixedObjects |