Battleship/livraison/doc/allclasses-index.html

209 lines
9.9 KiB
HTML
Raw Normal View History

2021-05-07 17:27:11 +02:00
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (15) on Fri May 07 15:56:25 CEST 2021 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<meta name="dc.created" content="2021-05-07">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="all-classes-index-page">
<script type="text/javascript">var data = {"i0":2,"i1":2,"i2":2,"i3":4,"i4":2,"i5":2,"i6":2,"i7":2,"i8":1,"i9":2,"i10":2,"i11":2,"i12":2,"i13":2,"i14":1,"i15":2,"i16":2,"i17":2,"i18":2};
var tabs = {65535:["t0","All Classes"],1:["t1","Interface Summary"],2:["t2","Class Summary"],4:["t3","Enum Summary"]};
var altColor = "alt-color";
var rowColor = "row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar.top">
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip.navbar.top">
<!-- -->
</span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
</div>
<div class="type-summary" id="all-classes-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="all-classes-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="active-table-tab">All Classes</button><button role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t1" class="table-tab" onclick="show(1);">Interface Summary</button><button role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="table-tab" onclick="show(2);">Class Summary</button><button role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t3" class="table-tab" onclick="show(4);">Enum Summary</button></div>
<div id="all-classes-table.tabpanel" role="tabpanel">
<table class="summary-table" aria-labelledby="t0">
<thead>
<tr>
<th class="col-first" scope="col">Class</th>
<th class="col-last" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="alt-color" id="i0">
<td class="col-first"><a href="battleship/model/player/AbstractPlayer.html" title="class in battleship.model.player">AbstractPlayer</a></td>
<th class="col-last" scope="row">
<div class="block">Abstract player class see <a href="battleship/model/player/Player.html" title="interface in battleship.model.player"><code>Player</code></a> to know more about this code organisation</div>
</th>
</tr>
<tr class="row-color" id="i1">
<td class="col-first"><a href="battleship/view/AbstractView.html" title="class in battleship.view">AbstractView</a></td>
<th class="col-last" scope="row">
<div class="block">Abstract view class</div>
</th>
</tr>
<tr class="alt-color" id="i2">
<td class="col-first"><a href="battleship/model/player/Computer.html" title="class in battleship.model.player">Computer</a></td>
<th class="col-last" scope="row">
<div class="block">Computer super class, all player object which use an algorithm to calculate coordinates to use should extend from
this object.</div>
</th>
</tr>
<tr class="row-color" id="i3">
<td class="col-first"><a href="battleship/model/Direction.html" title="enum in battleship.model">Direction</a></td>
<th class="col-last" scope="row">&nbsp;</th>
</tr>
<tr class="alt-color" id="i4">
<td class="col-first"><a href="battleship/model/Game.html" title="class in battleship.model">Game</a></td>
<th class="col-last" scope="row">
<div class="block">Main game class</div>
</th>
</tr>
<tr class="row-color" id="i5">
<td class="col-first"><a href="battleship/model/player/Human.html" title="class in battleship.model.player">Human</a></td>
<th class="col-last" scope="row">
<div class="block">This object do nothing itself, it just an interface to know the type of player (Human or not),
each view interact with the player with its methods</div>
</th>
</tr>
<tr class="alt-color" id="i6">
<td class="col-first"><a href="battleship/Main.html" title="class in battleship">Main</a></td>
<th class="col-last" scope="row">
<div class="block">Main class
Given arguments are importants, please give attention to <a href="battleship/Main.html#parseArgs(java.lang.String%5B%5D)"><code>Main.parseArgs(String[])</code></a> about this</div>
</th>
</tr>
<tr class="row-color" id="i7">
<td class="col-first"><a href="battleship/utils/Pair.html" title="class in battleship.utils">Pair</a>&lt;<a href="battleship/utils/Pair.html" title="type parameter in Pair">U</a>,&#8203;<a href="battleship/utils/Pair.html" title="type parameter in Pair">K</a>&gt;</td>
<th class="col-last" scope="row">
<div class="block">tuple containing 2 generic type elements</div>
</th>
</tr>
<tr class="alt-color" id="i8">
<td class="col-first"><a href="battleship/model/player/Player.html" title="interface in battleship.model.player">Player</a></td>
<th class="col-last" scope="row">
<div class="block">Player interface, used as an API.</div>
</th>
</tr>
<tr class="row-color" id="i9">
<td class="col-first"><a href="battleship/model/player/Random.html" title="class in battleship.model.player">Random</a></td>
<th class="col-last" scope="row">
<div class="block">place its ship and choose moves randomly</div>
</th>
</tr>
<tr class="alt-color" id="i10">
<td class="col-first"><a href="battleship/model/Ship.html" title="class in battleship.model">Ship</a></td>
<th class="col-last" scope="row">
<div class="block">player's ship class</div>
</th>
</tr>
<tr class="row-color" id="i11">
<td class="col-first"><a href="battleship/view/Terminal.html" title="class in battleship.view">Terminal</a></td>
<th class="col-last" scope="row">
<div class="block">Terminal view, instanced if argument 2 equals to "nogui"</div>
</th>
</tr>
<tr class="alt-color" id="i12">
<td class="col-first"><a href="battleship/control/TerminalKeyboardListener.html" title="class in battleship.control">TerminalKeyboardListener</a></td>
<th class="col-last" scope="row">&nbsp;</th>
</tr>
<tr class="row-color" id="i13">
<td class="col-first"><a href="battleship/utils/Triplet.html" title="class in battleship.utils">Triplet</a>&lt;<a href="battleship/utils/Triplet.html" title="type parameter in Triplet">U</a>,&#8203;<a href="battleship/utils/Triplet.html" title="type parameter in Triplet">K</a>,&#8203;<a href="battleship/utils/Triplet.html" title="type parameter in Triplet">V</a>&gt;</td>
<th class="col-last" scope="row">
<div class="block">tuple containing 3 generic type elements</div>
</th>
</tr>
<tr class="alt-color" id="i14">
<td class="col-first"><a href="battleship/view/View.html" title="interface in battleship.view">View</a></td>
<th class="col-last" scope="row">
<div class="block">View interface, used as an API</div>
</th>
</tr>
<tr class="row-color" id="i15">
<td class="col-first"><a href="battleship/view/Window.html" title="class in battleship.view">Window</a></td>
<th class="col-last" scope="row">
<div class="block">Window view, instanced if argument 2 equals to "nogui"</div>
</th>
</tr>
<tr class="alt-color" id="i16">
<td class="col-first"><a href="battleship/control/WindowKeyboardListener.html" title="class in battleship.control">WindowKeyboardListener</a></td>
<th class="col-last" scope="row">&nbsp;</th>
</tr>
<tr class="row-color" id="i17">
<td class="col-first"><a href="battleship/view/WindowListener.html" title="class in battleship.view">WindowListener</a></td>
<th class="col-last" scope="row">&nbsp;</th>
</tr>
<tr class="alt-color" id="i18">
<td class="col-first"><a href="battleship/control/WindowMouseListener.html" title="class in battleship.control">WindowMouseListener</a></td>
<th class="col-last" scope="row">&nbsp;</th>
</tr>
</tbody>
</table>
</div>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottom-nav" id="navbar.bottom">
<div class="skip-nav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.bottom.firstrow" class="nav-list" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<span class="skip-nav" id="skip.navbar.bottom">
<!-- -->
</span></nav>
</footer>
</div>
</div>
</body>
</html>