⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html

📁 This project does not contain a full, runnable application program. Instead, the only package ope.fo
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<!--NewPage-->

<HTML>

<HEAD>

<!-- Generated by javadoc (build 1.5.0_02) on Fri Sep 15 17:26:28 EEST 2006 -->

<TITLE>

Index (T-106.1200/1203 Example Project Documentation)

</TITLE>





<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">



<SCRIPT type="text/javascript">

function windowTitle()

{

    parent.document.title="Index (T-106.1200/1203 Example Project Documentation)";

}

</SCRIPT>

<NOSCRIPT>

</NOSCRIPT>



</HEAD>



<BODY BGCOLOR="white" onload="windowTitle();">





<!-- ========= START OF TOP NAVBAR ======= -->

<A NAME="navbar_top"><!-- --></A>

<A HREF="#skip-navbar_top" title="Skip navigation links"></A>

<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

<TR>

<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">

<A NAME="navbar_top_firstrow"><!-- --></A>

<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">

  <TR ALIGN="center" VALIGN="top">

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./ope/football/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./ope/football/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>

  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>

  </TR>

</TABLE>

</TD>

<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>

</EM>

</TD>

</TR>



<TR>

<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">

&nbsp;PREV&nbsp;

&nbsp;NEXT</FONT></TD>

<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">

  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;

&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;

&nbsp;<SCRIPT type="text/javascript">

  <!--

  if(window==top) {

    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');

  }

  //-->

</SCRIPT>

<NOSCRIPT>

  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>

</NOSCRIPT>





</FONT></TD>

</TR>

</TABLE>

<A NAME="skip-navbar_top"></A>

<!-- ========= END OF TOP NAVBAR ========= -->



<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_G_">G</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_S_">S</A> <HR>

<A NAME="_A_"><!-- --></A><H2>

<B>A</B></H2>

<DL>

<DT><A HREF="./ope/football/Match.html#addGoal(ope.football.Player)"><B>addGoal(Player)</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Records a goal as having been scored in the match.

<DT><A HREF="./ope/football/Season.html#addResult(ope.football.Match)"><B>addResult(Match)</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Season.html" title="class in ope.football">Season</A>

<DD>Adds a new match result to the season.

</DL>

<HR>

<A NAME="_C_"><!-- --></A><H2>

<B>C</B></H2>

<DL>

<DT><A HREF="./ope/football/Club.html" title="class in ope.football"><B>Club</B></A> - Class in <A HREF="./ope/football/package-summary.html">ope.football</A><DD>The class <CODE>Club</CODE> represents football clubs in
 a match statistics system.<DT><A HREF="./ope/football/Club.html#Club(java.lang.String, int)"><B>Club(String, int)</B></A> - 

Constructor for class ope.football.<A HREF="./ope/football/Club.html" title="class in ope.football">Club</A>

<DD>Creates a new club with the given basic information.

</DL>

<HR>

<A NAME="_G_"><!-- --></A><H2>

<B>G</B></H2>

<DL>

<DT><A HREF="./ope/football/Match.html#getAwayClub()"><B>getAwayClub()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Returns the club who is visiting the home club to play the match.

<DT><A HREF="./ope/football/Match.html#getAwayGoals()"><B>getAwayGoals()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Returns the number of goals scored by the away team.

<DT><A HREF="./ope/football/Season.html#getBiggestWin()"><B>getBiggestWin()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Season.html" title="class in ope.football">Season</A>

<DD>Returns the match whose win margin was higher than that of any other
 match in the season.

<DT><A HREF="./ope/football/Player.html#getEmployer()"><B>getEmployer()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Player.html" title="class in ope.football">Player</A>

<DD>Returns the player's employer club.

<DT><A HREF="./ope/football/Match.html#getGoalDifference()"><B>getGoalDifference()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Returns the goal difference of the match.

<DT><A HREF="./ope/football/Season.html#getHighestScoringMatch()"><B>getHighestScoringMatch()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Season.html" title="class in ope.football">Season</A>

<DD>Returns the match whose total goal count was higher than that of any 
 other match in the season.

<DT><A HREF="./ope/football/Match.html#getHomeClub()"><B>getHomeClub()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Returns the club who hosts the match.

<DT><A HREF="./ope/football/Match.html#getHomeGoals()"><B>getHomeGoals()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Returns the number of goals scored by the home team.

<DT><A HREF="./ope/football/Season.html#getLatestMatch()"><B>getLatestMatch()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Season.html" title="class in ope.football">Season</A>

<DD>Returns the match most recently added to this season.

<DT><A HREF="./ope/football/Season.html#getMatch(int)"><B>getMatch(int)</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Season.html" title="class in ope.football">Season</A>

<DD>Returns a match played in this season.

<DT><A HREF="./ope/football/Club.html#getName()"><B>getName()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Club.html" title="class in ope.football">Club</A>

<DD>Returns the name of the club.

<DT><A HREF="./ope/football/Player.html#getName()"><B>getName()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Player.html" title="class in ope.football">Player</A>

<DD>Returns the player's name.

<DT><A HREF="./ope/football/Season.html#getNumberOfMatches()"><B>getNumberOfMatches()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Season.html" title="class in ope.football">Season</A>

<DD>Returns the number of matches played in the season so far.

<DT><A HREF="./ope/football/Match.html#getTotalGoals()"><B>getTotalGoals()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Returns the total number of goals scored by 
 the two teams.

<DT><A HREF="./ope/football/Match.html#getWinner()"><B>getWinner()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Returns the club whose team won the match (or is about to
 win it, assuming the current result stands).

<DT><A HREF="./ope/football/Match.html#getWinningGoalScorer()"><B>getWinningGoalScorer()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Returns the player who scored the so-called "winning goal".

<DT><A HREF="./ope/football/Club.html#getYearFormed()"><B>getYearFormed()</B></A> - 

Method in class ope.football.<A HREF="./ope/football/Club.html" title="class in ope.football">Club</A>

<DD>Returns the year the club was formed.

</DL>

<HR>

<A NAME="_M_"><!-- --></A><H2>

<B>M</B></H2>

<DL>

<DT><A HREF="./ope/football/Match.html" title="class in ope.football"><B>Match</B></A> - Class in <A HREF="./ope/football/package-summary.html">ope.football</A><DD>The class <CODE>Match</CODE> represents match results in a 
 football match statistics program.<DT><A HREF="./ope/football/Match.html#Match(ope.football.Club, ope.football.Club)"><B>Match(Club, Club)</B></A> - 

Constructor for class ope.football.<A HREF="./ope/football/Match.html" title="class in ope.football">Match</A>

<DD>Constructs a match between teams of the given clubs,
 with no goals scored (yet).

</DL>

<HR>

<A NAME="_O_"><!-- --></A><H2>

<B>O</B></H2>

<DL>

<DT><A HREF="./ope/football/package-summary.html"><B>ope.football</B></A> - package ope.football<DD>&nbsp;</DL>

<HR>

<A NAME="_P_"><!-- --></A><H2>

<B>P</B></H2>

<DL>

<DT><A HREF="./ope/football/Player.html" title="class in ope.football"><B>Player</B></A> - Class in <A HREF="./ope/football/package-summary.html">ope.football</A><DD>The class <CODE>Player</CODE> represents football players
 in a match statistics program.<DT><A HREF="./ope/football/Player.html#Player(java.lang.String, ope.football.Club)"><B>Player(String, Club)</B></A> - 

Constructor for class ope.football.<A HREF="./ope/football/Player.html" title="class in ope.football">Player</A>

<DD>Creates a new player with the given basic attributes.

</DL>

<HR>

<A NAME="_S_"><!-- --></A><H2>

<B>S</B></H2>

<DL>

<DT><A HREF="./ope/football/Season.html" title="class in ope.football"><B>Season</B></A> - Class in <A HREF="./ope/football/package-summary.html">ope.football</A><DD>The class <CODE>Season</CODE> a season in a football league, i.e.,
 a series of matches between various clubs.<DT><A HREF="./ope/football/Season.html#Season()"><B>Season()</B></A> - 

Constructor for class ope.football.<A HREF="./ope/football/Season.html" title="class in ope.football">Season</A>

<DD>Creates a new season with no matches played yet.

</DL>

<HR>

<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_G_">G</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_S_">S</A> 



<!-- ======= START OF BOTTOM NAVBAR ====== -->

<A NAME="navbar_bottom"><!-- --></A>

<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>

<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">

<TR>

<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">

<A NAME="navbar_bottom_firstrow"><!-- --></A>

<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">

  <TR ALIGN="center" VALIGN="top">

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./ope/football/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./ope/football/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>

  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>

  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>

  </TR>

</TABLE>

</TD>

<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>

</EM>

</TD>

</TR>



<TR>

<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">

&nbsp;PREV&nbsp;

&nbsp;NEXT</FONT></TD>

<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">

  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;

&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;

&nbsp;<SCRIPT type="text/javascript">

  <!--

  if(window==top) {

    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');

  }

  //-->

</SCRIPT>

<NOSCRIPT>

  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>

</NOSCRIPT>





</FONT></TD>

</TR>

</TABLE>

<A NAME="skip-navbar_bottom"></A>

<!-- ======== END OF BOTTOM NAVBAR ======= -->



<HR>



</BODY>

</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -