MCPcopy Create free account

hub / github.com/eckucukoglu/cengball / functions

Functions788 in github.com/eckucukoglu/cengball

↓ 6 callersMethodgetDirectionVector
Gets the direction vector. @return the direction vector of the moving object.
trunk/CengBall/src/common/MovingObject.java:163
↓ 6 callersMethodgetHasBall
(int playerID)
trunk/CengBall/src/rare/Statistic.java:190
↓ 6 callersMethodgetInstance
()
trunk/CengBall/src/gui/SimulationPanel.java:133
↓ 6 callersMethodgetName
()
branches/gui-development/CengBall/src/common/PlayerInfo_.java:37
↓ 6 callersMethodgetName
()
branches/runtime compiling/CengBall/src/common/PlayerInfo_.java:37
↓ 6 callersMethodgetOtherTeamID
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 callersMethodgetPassSuccess
(int playerID)
trunk/CengBall/src/rare/Statistic.java:146
↓ 6 callersMethodgetPassTry
(int playerID)
trunk/CengBall/src/rare/Statistic.java:138
↓ 6 callersMethodgetShootTry
(int playerID)
trunk/CengBall/src/rare/Statistic.java:174
↓ 6 callersMethodgetSupportPoints
()
trunk/CengBall/src/imports/XFactor.java:455
↓ 6 callersMethodgetSupportPoints
()
trunk/CengBall/src/imports/Alternate.java:441
↓ 6 callersMethodgetTrapSuccess
(int playerID)
trunk/CengBall/src/rare/Statistic.java:150
↓ 6 callersMethodgetTrapTry
(int playerID)
trunk/CengBall/src/rare/Statistic.java:182
↓ 6 callersMethodgetType
()
branches/gui-development/CengBall/src/common/PlayerAction.java:18
↓ 6 callersMethodgetType
()
branches/runtime compiling/CengBall/src/common/PlayerAction.java:18
↓ 6 callersMethodgetUpperLeftCornerPosition
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 callersMethodmove
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 callersMethodsupport
(Player owner, Player supporter, ArrayList<vector2D> supportPoints)
trunk/CengBall/src/imports/XFactor.java:498
↓ 6 callersMethodsupport
(Player owner, Player supporter, ArrayList<vector2D> supportPoints)
trunk/CengBall/src/imports/Alternate.java:476
↓ 6 callersMethodupdateShownItem
()
trunk/CengBall/src/gui/TeamSelector.java:137
↓ 6 callersMethodupdateShownItem
()
trunk/CengBall/src/gui/Selector.java:99
↓ 5 callersMethodadvance
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 callersMethodgatherPlayers
()
trunk/CengBall/src/simulator/Simulator.java:523
↓ 5 callersMethodgetAction
()
branches/gui-development/CengBall/src/common/Highlight.java:24
↓ 5 callersMethodgetAction
()
branches/runtime compiling/CengBall/src/common/Highlight.java:24
↓ 5 callersMethodgetClosestPoint
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 callersMethodgetID
()
branches/gui-development/CengBall/src/simulator/PlayerInfo.java:18
↓ 5 callersMethodgetID
()
branches/runtime compiling/CengBall/src/simulator/PlayerInfo.java:18
↓ 5 callersMethodgetImage
(int i)
branches/gui-development/CengBall/src/gui/Resources.java:33
↓ 5 callersMethodgetSaveFileDirectory
()
trunk/CengBall/src/utils/FileUtils.java:173
↓ 5 callersMethodgetTeam1Score
()
branches/gui-development/CengBall/src/common/Percept.java:41
↓ 5 callersMethodgetTeam1Score
()
branches/runtime compiling/CengBall/src/common/Percept.java:41
↓ 5 callersMethodgetTeam2Score
()
branches/gui-development/CengBall/src/common/Percept.java:45
↓ 5 callersMethodgetTeam2Score
()
branches/runtime compiling/CengBall/src/common/Percept.java:45
↓ 5 callersMethodgoToBall
(Player p, MatchAssets nextPercept)
trunk/CengBall/src/imports/XFactor.java:381
↓ 5 callersMethodgoToBall
(Player p, MatchAssets nextPercept)
trunk/CengBall/src/imports/Alternate.java:367
↓ 5 callersMethodmove
()
trunk/CengBall/src/imports/XFactor.java:126
↓ 5 callersMethodmove
()
trunk/CengBall/src/imports/Alternate.java:126
↓ 5 callersMethodsetBounds
(int x,int y,int width, int height)
trunk/CengBall/src/gui/TeamSelector.java:174
↓ 5 callersMethodsetPosition
Sets the position of the moving object. @param position the position to be set.
trunk/CengBall/src/common/MovingObject.java:51
↓ 5 callersMethodsetTeamID
Sets the team id of the player. @param teamID team id to be set.
trunk/CengBall/src/common/Player.java:194
↓ 5 callersMethodupdateScore
(int team1score, int team2score)
branches/gui-development/CengBall/src/gui/MatchPanel.java:381
↓ 5 callersMethodupdateScore
(int team1score, int team2score)
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:374
↓ 5 callersMethodupdateScore
(int team1score, int team2score)
trunk/CengBall/src/gui/MatchPanel.java:305
↓ 4 callersMethodcalculateAngle
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 callersMethodcalculateState
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 callersMethodchangeTime
(long newTime)
branches/gui-development/CengBall/src/gui/MatchPanel.java:218
↓ 4 callersMethodchangeTime
(long newTime)
branches/runtime compiling/CengBall/src/gui/MatchPanel.java:217
↓ 4 callersMethodcreateMainDirectory
()
trunk/CengBall/src/utils/FileUtils.java:164
↓ 4 callersMethodgetActor1
()
branches/gui-development/CengBall/src/common/Highlight.java:30
↓ 4 callersMethodgetActor1
()
branches/runtime compiling/CengBall/src/common/Highlight.java:30
↓ 4 callersMethodgetBounds
Gets the boundaries of the field. @return an object representing the dimensions of the pitch.
trunk/CengBall/src/rare/Pitch.java:76
↓ 4 callersMethodgetDribblingAbility
Gets the dribbling ability of the player. @return the dribbling ability of the player.
trunk/CengBall/src/common/Player.java:275
↓ 4 callersMethodgetHighlight
Gets the highlight for the percept. @return the highlight of this percept.
trunk/CengBall/src/rare/Percept.java:86
↓ 4 callersMethodgetInstance
()
trunk/CengBall/src/gui/MenuPanel.java:89
↓ 4 callersMethodgetIntentVector
Gets the position vector of this action. @return postion vector of this action.
trunk/CengBall/src/rare/PlayerAction.java:65
↓ 4 callersMethodgetMagnitude
Gets the magnitude of the vector. @return magnitude of the vector.
trunk/CengBall/src/rare/vector2D.java:85
↓ 4 callersMethodgetPlayersInArea
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 callersMethodgetTackleAbility
Gets the tackle ability of the player. @return the tackle ability of the player.
trunk/CengBall/src/common/Player.java:291
↓ 4 callersMethodgetTeam1Score
Gets the score of the home team. @return number of goals scored by the home team.
trunk/CengBall/src/rare/Percept.java:56
↓ 4 callersMethodgetTeam2Score
Gets the score of the away team. @return number of goals scored by the away team.
trunk/CengBall/src/rare/Percept.java:64
↓ 4 callersMethodloadSettings
()
trunk/CengBall/src/utils/UserSettings.java:20
↓ 4 callersMethodmove
Function to be overriden, the one which simulator calls periodically.
trunk/CengBall/src/common/Team.java:105
↓ 4 callersMethodpass
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 callersMethodrefresh
()
trunk/CengBall/src/gui/SimulationPanel.java:168
↓ 4 callersMethodremoveExtension
(String name)
trunk/CengBall/src/utils/FileUtils.java:207
↓ 4 callersMethodsetBackground
(Image img)
trunk/CengBall/src/gui/WatchPanel.java:206
↓ 4 callersMethodshoot
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 callersMethodshow
(String name)
branches/runtime compiling/CengBall/src/gui/MainPanel.java:25
↓ 4 callersMethodsync
Synchronizes team's assets. @param assets the assets to be synchronized.
trunk/CengBall/src/common/Team.java:119
↓ 4 callersMethodupdateShownItem
()
branches/gui-development/CengBall/src/gui/Selector.java:79
↓ 4 callersMethodwrite
()
branches/gui-development/CengBall/src/common/PerceptWriter.java:33
↓ 3 callersMethodapplyChance
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 callersMethodarrangeLayout
()
trunk/CengBall/src/gui/MatchStatsPanel.java:243
↓ 3 callersMethodcheckOwner
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 callersMethodf
(double x)
trunk/CengBall/src/utils/Utils.java:55
↓ 3 callersMethodgetBall
Gets the ball object of this MatchAssets object. @return the ball object of the MatchAssets object.
trunk/CengBall/src/common/MatchAssets.java:190
↓ 3 callersMethodgetFreeBall
(Player playerToAct, MatchAssets nextAssets)
trunk/CengBall/src/imports/XFactor.java:263
↓ 3 callersMethodgetFreeBall
(Player playerToAct, MatchAssets nextAssets)
trunk/CengBall/src/imports/Alternate.java:249
↓ 3 callersMethodgetHighlight
()
branches/gui-development/CengBall/src/common/Percept.java:57
↓ 3 callersMethodgetHighlight
()
branches/runtime compiling/CengBall/src/common/Percept.java:57
↓ 3 callersMethodgetIcon
(String iconName)
branches/gui-development/CengBall/src/utils/FileUtils.java:107
↓ 3 callersMethodgetIcon
(String iconName)
trunk/CengBall/src/utils/FileUtils.java:153
↓ 3 callersMethodgetImportsDirectory
()
trunk/CengBall/src/utils/FileUtils.java:183
↓ 3 callersMethodgetInstance
()
trunk/CengBall/src/gui/KickOffPanel.java:130
↓ 3 callersMethodgetInstance
()
trunk/CengBall/src/gui/ImportPanel.java:137
↓ 3 callersMethodgetMaximumState
Gets the maximum state value. @return maximum state value.
trunk/CengBall/src/rare/Chance.java:89
↓ 3 callersMethodgetMinimumState
Gets the minimum state value. @return minimum state value.
trunk/CengBall/src/rare/Chance.java:97
↓ 3 callersMethodgetPitchHeight
()
branches/gui-development/CengBall/src/utils/Pitch.java:36
↓ 3 callersMethodgetPitchHeight
()
branches/runtime compiling/CengBall/src/utils/Pitch.java:36
↓ 3 callersMethodgetPitchWidth
()
branches/gui-development/CengBall/src/utils/Pitch.java:32
↓ 3 callersMethodgetPitchWidth
()
branches/runtime compiling/CengBall/src/utils/Pitch.java:32
↓ 3 callersMethodgetPlayerState
(Player p)
trunk/CengBall/src/imports/XFactor.java:248
↓ 3 callersMethodgetPlayerState
(Player p)
trunk/CengBall/src/imports/Alternate.java:234
↓ 3 callersMethodgetSaveFileDate
(String saveFileName)
trunk/CengBall/src/utils/FileUtils.java:55
↓ 3 callersMethodgetScreenHeightRatio
(int height)
branches/gui-development/CengBall/src/utils/Utils.java:9
↓ 3 callersMethodgetScreenWidthRatio
(int width)
branches/gui-development/CengBall/src/utils/Utils.java:5
↓ 3 callersMethodloadObject
(String className)
trunk/CengBall/src/imports/DynamicCompiler.java:116
↓ 3 callersMethodmark
(Player myPlayer, Player opponent)
trunk/CengBall/src/imports/XFactor.java:476
↓ 3 callersMethodmark
(Player myPlayer, Player opponent)
trunk/CengBall/src/imports/Alternate.java:462
← previousnext →101–200 of 788, ranked by callers