COSC_4P82_Assignment_1/lib/lilgp/lilgpSetup1.0/javadocs/Exchange.html

136 lines
4.6 KiB
HTML
Raw Normal View History

2024-02-13 21:21:51 -05:00
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Sat May 10 12:20:47 1997 -->
<a name="_top_"></a>
<title>
Class Exchange
</title>
</head>
<body>
<h1>
Class Exchange
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
+----Exchange
</pre>
<hr>
<dl>
<dt> class <b>Exchange</b>
<dt> extends <a href="java.lang.Object.html#_top_">Object</a>
</dl>
This class defines the structure of a sub-pop exchange. It contains fields
for the following lil-gp parameters:
<br><tt><ul><li>exch[#].from
<li>exch[#].fromselect
<li>exch[#].to
<li>exch[#].toselect
<li>exch[#].count</ul></tt><br>
It also stores the key value used when these objects are hashed.
<dl>
<dt> <b>See Also:</b>
<dd> <a href="SubPopFrame.html#_top_">SubPopFrame</a>
</dl>
<hr>
<a name="index"></a>
<h2>
<img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#count"><b>count</b></a>
<dd>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#fromPop"><b>fromPop</b></a>
<dd>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#fromSelect"><b>fromSelect</b></a>
<dd>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#key"><b>key</b></a>
<dd>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#toPop"><b>toPop</b></a>
<dd>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#toSelect"><b>toSelect</b></a>
<dd>
</dl>
<h2>
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#Exchange(Exchange)"><b>Exchange</b></a>(Exchange)
<dd> This constructor allows you to create a new exchange from an existing one
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#Exchange(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><b>Exchange</b></a>(String, String, String, String, String, String)
<dd> This constructor allows you to specify each field of the object
</dl>
<a name="variables"></a>
<h2>
<img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="fromPop"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>fromPop</b>
<pre>
public <a href="java.lang.String.html#_top_">String</a> fromPop
</pre>
<a name="toPop"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>toPop</b>
<pre>
public <a href="java.lang.String.html#_top_">String</a> toPop
</pre>
<a name="count"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>count</b>
<pre>
public <a href="java.lang.String.html#_top_">String</a> count
</pre>
<a name="fromSelect"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>fromSelect</b>
<pre>
public <a href="java.lang.String.html#_top_">String</a> fromSelect
</pre>
<a name="toSelect"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>toSelect</b>
<pre>
public <a href="java.lang.String.html#_top_">String</a> toSelect
</pre>
<a name="key"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>key</b>
<pre>
public <a href="java.lang.String.html#_top_">String</a> key
</pre>
<a name="constructors"></a>
<h2>
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="Exchange"></a>
<a name="Exchange(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>Exchange</b>
<pre>
public Exchange(<a href="java.lang.String.html#_top_">String</a> fp,
<a href="java.lang.String.html#_top_">String</a> tp,
<a href="java.lang.String.html#_top_">String</a> c,
<a href="java.lang.String.html#_top_">String</a> fs,
<a href="java.lang.String.html#_top_">String</a> ts,
<a href="java.lang.String.html#_top_">String</a> k)
</pre>
<dl>
<dd> This constructor allows you to specify each field of the object
</dl>
<a name="Exchange(Exchange)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>Exchange</b>
<pre>
public Exchange(<a href="#_top_">Exchange</a> e)
</pre>
<dl>
<dd> This constructor allows you to create a new exchange from an existing one
</dl>
</body>
</html>