Uses of Record Class
org.episteme.social.sports.TacticalAnalyzer.Position
Packages that use TacticalAnalyzer.Position
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of TacticalAnalyzer.Position in org.episteme.social.sports
Methods in org.episteme.social.sports that return TacticalAnalyzer.PositionModifier and TypeMethodDescriptionTacticalAnalyzer.Pass.end()Returns the value of theendrecord component.TacticalAnalyzer.Pass.start()Returns the value of thestartrecord component.Methods in org.episteme.social.sports that return types with arguments of type TacticalAnalyzer.PositionModifier and TypeMethodDescriptionTacticalAnalyzer.Formation.basePositions()Returns the value of thebasePositionsrecord component.TacticalAnalyzer.PlayerMovement.trajectory()Returns the value of thetrajectoryrecord component.Method parameters in org.episteme.social.sports with type arguments of type TacticalAnalyzer.PositionModifier and TypeMethodDescriptionstatic RealTacticalAnalyzer.calculateCompactness(Map<String, TacticalAnalyzer.Position> playerPositions) Calculates the average distance between all players (compactness).static double[][]TacticalAnalyzer.generateHeatmap(List<TacticalAnalyzer.Position> positions, int gridWidth, int gridHeight, double fieldWidth, double fieldHeight) Generates a 2D intensity heatmap based on player occupancy.Constructors in org.episteme.social.sports with parameters of type TacticalAnalyzer.PositionModifierConstructorDescriptionPass(String fromPlayer, String toPlayer, TacticalAnalyzer.Position start, TacticalAnalyzer.Position end, double timestamp, boolean successful) Creates an instance of aPassrecord class.Constructor parameters in org.episteme.social.sports with type arguments of type TacticalAnalyzer.PositionModifierConstructorDescriptionFormation(String name, Map<String, TacticalAnalyzer.Position> basePositions) Creates an instance of aFormationrecord class.PlayerMovement(String playerId, List<TacticalAnalyzer.Position> trajectory, double timestamp) Creates an instance of aPlayerMovementrecord class.