Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eckucukoglu/cengball
/ functions
Functions
788 in github.com/eckucukoglu/cengball
⨍
Functions
788
◇
Types & classes
120
↓ 6 callers
Method
getDirectionVector
Gets the direction vector. @return the direction vector of the moving object.
trunk/CengBall/src/common/MovingObject.java:163
↓ 6 callers
Method
getHasBall
(int playerID)
trunk/CengBall/src/rare/Statistic.java:190
↓ 6 callers
Method
getInstance
()
trunk/CengBall/src/gui/SimulationPanel.java:133
↓ 6 callers
Method
getName
()
branches/gui-development/CengBall/src/common/PlayerInfo_.java:37
↓ 6 callers
Method
getName
()
branches/runtime compiling/CengBall/src/common/PlayerInfo_.java:37
↓ 6 callers
Method
getOtherTeamID
Gets the team ID of the opponent team of the given team. @param teamID the team ID. @return the opponent team ID.
trunk/CengBall/src/common/MatchAssets.java:673
↓ 6 callers
Method
getPassSuccess
(int playerID)
trunk/CengBall/src/rare/Statistic.java:146
↓ 6 callers
Method
getPassTry
(int playerID)
trunk/CengBall/src/rare/Statistic.java:138
↓ 6 callers
Method
getShootTry
(int playerID)
trunk/CengBall/src/rare/Statistic.java:174
↓ 6 callers
Method
getSupportPoints
()
trunk/CengBall/src/imports/XFactor.java:455
↓ 6 callers
Method
getSupportPoints
()
trunk/CengBall/src/imports/Alternate.java:441
↓ 6 callers
Method
getTrapSuccess
(int playerID)
trunk/CengBall/src/rare/Statistic.java:150
↓ 6 callers
Method
getTrapTry
(int playerID)
trunk/CengBall/src/rare/Statistic.java:182
↓ 6 callers
Method
getType
()
branches/gui-development/CengBall/src/common/PlayerAction.java:18
↓ 6 callers
Method
getType
()
branches/runtime compiling/CengBall/src/common/PlayerAction.java:18
↓ 6 callers
Method
getUpperLeftCornerPosition
Gets the upper left corner position. @return the position of the upper left corner of this moving object.
trunk/CengBall/src/common/MovingObject.java:35
↓ 6 callers
Method
move
Sets the player's intention to move. @param where a vector where the player will move towards.
trunk/CengBall/src/common/Player.java:344
↓ 6 callers
Method
support
(Player owner, Player supporter, ArrayList<vector2D> supportPoints)
trunk/CengBall/src/imports/XFactor.java:498
↓ 6 callers
Method
support
(Player owner, Player supporter, ArrayList<vector2D> supportPoints)
trunk/CengBall/src/imports/Alternate.java:476
↓ 6 callers
Method
updateShownItem
()
trunk/CengBall/src/gui/TeamSelector.java:137
↓ 6 callers
Method
updateShownItem
()
trunk/CengBall/src/gui/Selector.java:99
↓ 5 callers
Method
advance
Function to advance the assets for given number of percepts. This function simulates the physics in the game. @param numberOfPercepts the number of pe
trunk/CengBall/src/common/MatchAssets.java:66
↓ 5 callers
Method
gatherPlayers
()
trunk/CengBall/src/simulator/Simulator.java:523
↓ 5 callers
Method
getAction
()
branches/gui-development/CengBall/src/common/Highlight.java:24
↓ 5 callers
Method
getAction
()
branches/runtime compiling/CengBall/src/common/Highlight.java:24
↓ 5 callers
Method
getClosestPoint
Gets the closest point of the given rectangle to the given point. @param rect the rectangle. @param fromPoint the point. @return the closest point of
trunk/CengBall/src/common/MatchAssets.java:462
↓ 5 callers
Method
getID
()
branches/gui-development/CengBall/src/simulator/PlayerInfo.java:18
↓ 5 callers
Method
getID
()
branches/runtime compiling/CengBall/src/simulator/PlayerInfo.java:18
↓ 5 callers
Method
getImage
(int i)
branches/gui-development/CengBall/src/gui/Resources.java:33
↓ 5 callers
Method
getSaveFileDirectory
()
trunk/CengBall/src/utils/FileUtils.java:173
↓ 5 callers
Method
getTeam1Score
()
branches/gui-development/CengBall/src/common/Percept.java:41
↓ 5 callers
Method
getTeam1Score
()
branches/runtime compiling/CengBall/src/common/Percept.java:41
↓ 5 callers
Method
getTeam2Score
()
branches/gui-development/CengBall/src/common/Percept.java:45
↓ 5 callers
Method
getTeam2Score
()
branches/runtime compiling/CengBall/src/common/Percept.java:45
↓ 5 callers
Method
goToBall
(Player p, MatchAssets nextPercept)
trunk/CengBall/src/imports/XFactor.java:381
↓ 5 callers
Method
goToBall
(Player p, MatchAssets nextPercept)
trunk/CengBall/src/imports/Alternate.java:367
↓ 5 callers
Method
move
()
trunk/CengBall/src/imports/XFactor.java:126
↓ 5 callers
Method
move
()
trunk/CengBall/src/imports/Alternate.java:126
↓ 5 callers
Method
setBounds
(int x,int y,int width, int height)
trunk/CengBall/src/gui/TeamSelector.java:174
↓ 5 callers
Method
setPosition
Sets the position of the moving object. @param position the position to be set.
trunk/CengBall/src/common/MovingObject.java:51
↓ 5 callers
Method
setTeamID
Sets the team id of the player. @param teamID team id to be set.
trunk/CengBall/src/common/Player.java:194
↓ 5 callers
Method
updateScore
(int team1score, int team2score)
branches/gui-development/CengBall/src/gui/MatchPanel.java:381
↓ 5 callers
Method
updateScore
(int team1score, int team2score)
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:374
↓ 5 callers
Method
updateScore
(int team1score, int team2score)
trunk/CengBall/src/gui/MatchPanel.java:305
↓ 4 callers
Method
calculateAngle
Calculates the angle between two vector. @param p1 first vector. @param p2 second vector. @return result angle.
trunk/CengBall/src/rare/vector2D.java:185
↓ 4 callers
Method
calculateState
Calculates the state of a player with the given variables. @param fatigueRatio the fatigue ratio of the player. @param skillRatio the skill ratio of t
trunk/CengBall/src/rare/Chance.java:22
↓ 4 callers
Method
changeTime
(long newTime)
branches/gui-development/CengBall/src/gui/MatchPanel.java:218
↓ 4 callers
Method
changeTime
(long newTime)
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:217
↓ 4 callers
Method
createMainDirectory
()
trunk/CengBall/src/utils/FileUtils.java:164
↓ 4 callers
Method
getActor1
()
branches/gui-development/CengBall/src/common/Highlight.java:30
↓ 4 callers
Method
getActor1
()
branches/runtime compiling/CengBall/src/common/Highlight.java:30
↓ 4 callers
Method
getBounds
Gets the boundaries of the field. @return an object representing the dimensions of the pitch.
trunk/CengBall/src/rare/Pitch.java:76
↓ 4 callers
Method
getDribblingAbility
Gets the dribbling ability of the player. @return the dribbling ability of the player.
trunk/CengBall/src/common/Player.java:275
↓ 4 callers
Method
getHighlight
Gets the highlight for the percept. @return the highlight of this percept.
trunk/CengBall/src/rare/Percept.java:86
↓ 4 callers
Method
getInstance
()
trunk/CengBall/src/gui/MenuPanel.java:89
↓ 4 callers
Method
getIntentVector
Gets the position vector of this action. @return postion vector of this action.
trunk/CengBall/src/rare/PlayerAction.java:65
↓ 4 callers
Method
getMagnitude
Gets the magnitude of the vector. @return magnitude of the vector.
trunk/CengBall/src/rare/vector2D.java:85
↓ 4 callers
Method
getPlayersInArea
Gets the players in the given area. @param area specified area. @return the player list containing the ones in the given area.
trunk/CengBall/src/common/MatchAssets.java:364
↓ 4 callers
Method
getTackleAbility
Gets the tackle ability of the player. @return the tackle ability of the player.
trunk/CengBall/src/common/Player.java:291
↓ 4 callers
Method
getTeam1Score
Gets the score of the home team. @return number of goals scored by the home team.
trunk/CengBall/src/rare/Percept.java:56
↓ 4 callers
Method
getTeam2Score
Gets the score of the away team. @return number of goals scored by the away team.
trunk/CengBall/src/rare/Percept.java:64
↓ 4 callers
Method
loadSettings
()
trunk/CengBall/src/utils/UserSettings.java:20
↓ 4 callers
Method
move
Function to be overriden, the one which simulator calls periodically.
trunk/CengBall/src/common/Team.java:105
↓ 4 callers
Method
pass
Sets the player's intention to pass. @param where a vector which determines where the ball will be passed towards.
trunk/CengBall/src/common/Player.java:326
↓ 4 callers
Method
refresh
()
trunk/CengBall/src/gui/SimulationPanel.java:168
↓ 4 callers
Method
removeExtension
(String name)
trunk/CengBall/src/utils/FileUtils.java:207
↓ 4 callers
Method
setBackground
(Image img)
trunk/CengBall/src/gui/WatchPanel.java:206
↓ 4 callers
Method
shoot
Sets the player's intention to shoot. @param where a vector which determines where the ball will be shot towards.
trunk/CengBall/src/common/Player.java:335
↓ 4 callers
Method
show
(String name)
branches/runtime compiling/CengBall/src/gui/MainPanel.java:25
↓ 4 callers
Method
sync
Synchronizes team's assets. @param assets the assets to be synchronized.
trunk/CengBall/src/common/Team.java:119
↓ 4 callers
Method
updateShownItem
()
branches/gui-development/CengBall/src/gui/Selector.java:79
↓ 4 callers
Method
write
()
branches/gui-development/CengBall/src/common/PerceptWriter.java:33
↓ 3 callers
Method
applyChance
Applies the chance factor to the given vector with the given player state. @param v vector of the motion. @param playerState state of the player. @ret
trunk/CengBall/src/rare/Chance.java:47
↓ 3 callers
Method
arrangeLayout
()
trunk/CengBall/src/gui/MatchStatsPanel.java:243
↓ 3 callers
Method
checkOwner
Checks if the given player is the owner of the ball. @param player player to be checked. @return true if the given player is the owner, false otherwis
trunk/CengBall/src/common/Ball.java:64
↓ 3 callers
Method
f
(double x)
trunk/CengBall/src/utils/Utils.java:55
↓ 3 callers
Method
getBall
Gets the ball object of this MatchAssets object. @return the ball object of the MatchAssets object.
trunk/CengBall/src/common/MatchAssets.java:190
↓ 3 callers
Method
getFreeBall
(Player playerToAct, MatchAssets nextAssets)
trunk/CengBall/src/imports/XFactor.java:263
↓ 3 callers
Method
getFreeBall
(Player playerToAct, MatchAssets nextAssets)
trunk/CengBall/src/imports/Alternate.java:249
↓ 3 callers
Method
getHighlight
()
branches/gui-development/CengBall/src/common/Percept.java:57
↓ 3 callers
Method
getHighlight
()
branches/runtime compiling/CengBall/src/common/Percept.java:57
↓ 3 callers
Method
getIcon
(String iconName)
branches/gui-development/CengBall/src/utils/FileUtils.java:107
↓ 3 callers
Method
getIcon
(String iconName)
trunk/CengBall/src/utils/FileUtils.java:153
↓ 3 callers
Method
getImportsDirectory
()
trunk/CengBall/src/utils/FileUtils.java:183
↓ 3 callers
Method
getInstance
()
trunk/CengBall/src/gui/KickOffPanel.java:130
↓ 3 callers
Method
getInstance
()
trunk/CengBall/src/gui/ImportPanel.java:137
↓ 3 callers
Method
getMaximumState
Gets the maximum state value. @return maximum state value.
trunk/CengBall/src/rare/Chance.java:89
↓ 3 callers
Method
getMinimumState
Gets the minimum state value. @return minimum state value.
trunk/CengBall/src/rare/Chance.java:97
↓ 3 callers
Method
getPitchHeight
()
branches/gui-development/CengBall/src/utils/Pitch.java:36
↓ 3 callers
Method
getPitchHeight
()
branches/runtime compiling/CengBall/src/utils/Pitch.java:36
↓ 3 callers
Method
getPitchWidth
()
branches/gui-development/CengBall/src/utils/Pitch.java:32
↓ 3 callers
Method
getPitchWidth
()
branches/runtime compiling/CengBall/src/utils/Pitch.java:32
↓ 3 callers
Method
getPlayerState
(Player p)
trunk/CengBall/src/imports/XFactor.java:248
↓ 3 callers
Method
getPlayerState
(Player p)
trunk/CengBall/src/imports/Alternate.java:234
↓ 3 callers
Method
getSaveFileDate
(String saveFileName)
trunk/CengBall/src/utils/FileUtils.java:55
↓ 3 callers
Method
getScreenHeightRatio
(int height)
branches/gui-development/CengBall/src/utils/Utils.java:9
↓ 3 callers
Method
getScreenWidthRatio
(int width)
branches/gui-development/CengBall/src/utils/Utils.java:5
↓ 3 callers
Method
loadObject
(String className)
trunk/CengBall/src/imports/DynamicCompiler.java:116
↓ 3 callers
Method
mark
(Player myPlayer, Player opponent)
trunk/CengBall/src/imports/XFactor.java:476
↓ 3 callers
Method
mark
(Player myPlayer, Player opponent)
trunk/CengBall/src/imports/Alternate.java:462
← previous
next →
101–200 of 788, ranked by callers