add javadoc
This commit is contained in:
		
							
								
								
									
										355
									
								
								javadoc/ch/hevs/isi/core/BooleanDataPoint.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										355
									
								
								javadoc/ch/hevs/isi/core/BooleanDataPoint.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,355 @@ | ||||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||||
| <!-- NewPage --> | ||||
| <html lang="fr"> | ||||
| <head> | ||||
| <!-- Generated by javadoc (1.8.0_362) on Fri Jun 16 22:52:14 CEST 2023 --> | ||||
| <title>BooleanDataPoint</title> | ||||
| <meta name="date" content="2023-06-16"> | ||||
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> | ||||
| <script type="text/javascript" src="../../../../script.js"></script> | ||||
| </head> | ||||
| <body> | ||||
| <script type="text/javascript"><!-- | ||||
|     try { | ||||
|         if (location.href.indexOf('is-external=true') == -1) { | ||||
|             parent.document.title="BooleanDataPoint"; | ||||
|         } | ||||
|     } | ||||
|     catch(err) { | ||||
|     } | ||||
| //--> | ||||
| var methods = {"i0":10,"i1":10,"i2":10}; | ||||
| var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; | ||||
| var altColor = "altColor"; | ||||
| var rowColor = "rowColor"; | ||||
| var tableTab = "tableTab"; | ||||
| var activeTableTab = "activeTableTab"; | ||||
| </script> | ||||
| <noscript> | ||||
| <div>JavaScript is disabled on your browser.</div> | ||||
| </noscript> | ||||
| <!-- ========= START OF TOP NAVBAR ======= --> | ||||
| <div class="topNav"><a name="navbar.top"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.top.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li class="navBarCell1Rev">Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li>Prev Class</li> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">Next Class</span></a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/BooleanDataPoint.html" target="_top">Frames</a></li> | ||||
| <li><a href="BooleanDataPoint.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_top"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_top"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <div> | ||||
| <ul class="subNavList"> | ||||
| <li>Summary: </li> | ||||
| <li>Nested | </li> | ||||
| <li><a href="#fields.inherited.from.class.ch.hevs.isi.core.DataPoint">Field</a> | </li> | ||||
| <li><a href="#constructor.summary">Constr</a> | </li> | ||||
| <li><a href="#method.summary">Method</a></li> | ||||
| </ul> | ||||
| <ul class="subNavList"> | ||||
| <li>Detail: </li> | ||||
| <li>Field | </li> | ||||
| <li><a href="#constructor.detail">Constr</a> | </li> | ||||
| <li><a href="#method.detail">Method</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <a name="skip.navbar.top"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ========= END OF TOP NAVBAR ========= --> | ||||
| <!-- ======== START OF CLASS DATA ======== --> | ||||
| <div class="header"> | ||||
| <div class="subTitle">ch.hevs.isi.core</div> | ||||
| <h2 title="Class BooleanDataPoint" class="title">Class BooleanDataPoint</h2> | ||||
| </div> | ||||
| <div class="contentContainer"> | ||||
| <ul class="inheritance"> | ||||
| <li>java.lang.Object</li> | ||||
| <li> | ||||
| <ul class="inheritance"> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">ch.hevs.isi.core.DataPoint</a></li> | ||||
| <li> | ||||
| <ul class="inheritance"> | ||||
| <li>ch.hevs.isi.core.BooleanDataPoint</li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <div class="description"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <hr> | ||||
| <br> | ||||
| <pre>public class <span class="typeNameLabel">BooleanDataPoint</span> | ||||
| extends <a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></pre> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="summary"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <!-- =========== FIELD SUMMARY =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="field.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Field Summary</h3> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="fields.inherited.from.class.ch.hevs.isi.core.DataPoint"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Fields inherited from class ch.hevs.isi.core.<a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></h3> | ||||
| <code><a href="../../../../ch/hevs/isi/core/DataPoint.html#dataPointMap">dataPointMap</a></code></li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ======== CONSTRUCTOR SUMMARY ======== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="constructor.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Constructor Summary</h3> | ||||
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> | ||||
| <caption><span>Constructors</span><span class="tabEnd"> </span></caption> | ||||
| <tr> | ||||
| <th class="colOne" scope="col">Constructor and Description</th> | ||||
| </tr> | ||||
| <tr class="altColor"> | ||||
| <td class="colOne"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/BooleanDataPoint.html#BooleanDataPoint-java.lang.String-boolean-">BooleanDataPoint</a></span>(java.lang.String label, | ||||
|                 boolean isOutput)</code> | ||||
| <div class="block">Create a new DataPoint with a label and if is an Output or not</div> | ||||
| </td> | ||||
| </tr> | ||||
| </table> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ========== METHOD SUMMARY =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="method.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Method Summary</h3> | ||||
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> | ||||
| <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> | ||||
| <tr> | ||||
| <th class="colFirst" scope="col">Modifier and Type</th> | ||||
| <th class="colLast" scope="col">Method and Description</th> | ||||
| </tr> | ||||
| <tr id="i0" class="altColor"> | ||||
| <td class="colFirst"><code>boolean</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/BooleanDataPoint.html#getValue--">getValue</a></span>()</code> | ||||
| <div class="block">Get the value of this DataPoint</div> | ||||
| </td> | ||||
| </tr> | ||||
| <tr id="i1" class="rowColor"> | ||||
| <td class="colFirst"><code>void</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/BooleanDataPoint.html#setValue-boolean-">setValue</a></span>(boolean value)</code> | ||||
| <div class="block">Set the value of this DataPoint and create it if it doesn't exist via the update method</div> | ||||
| </td> | ||||
| </tr> | ||||
| <tr id="i2" class="altColor"> | ||||
| <td class="colFirst"><code>java.lang.String</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/BooleanDataPoint.html#toString--">toString</a></span>()</code> | ||||
| <div class="block">Convert this DataPoint to a string</div> | ||||
| </td> | ||||
| </tr> | ||||
| </table> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="methods.inherited.from.class.ch.hevs.isi.core.DataPoint"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Methods inherited from class ch.hevs.isi.core.<a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></h3> | ||||
| <code><a href="../../../../ch/hevs/isi/core/DataPoint.html#getDataPointOnListFromLabel-java.lang.String-">getDataPointOnListFromLabel</a>, <a href="../../../../ch/hevs/isi/core/DataPoint.html#getLabel--">getLabel</a>, <a href="../../../../ch/hevs/isi/core/DataPoint.html#isOutput--">isOutput</a>, <a href="../../../../ch/hevs/isi/core/DataPoint.html#update-boolean-">update</a></code></li> | ||||
| </ul> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Methods inherited from class java.lang.Object</h3> | ||||
| <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="details"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <!-- ========= CONSTRUCTOR DETAIL ======== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="constructor.detail"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Constructor Detail</h3> | ||||
| <a name="BooleanDataPoint-java.lang.String-boolean-"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockListLast"> | ||||
| <li class="blockList"> | ||||
| <h4>BooleanDataPoint</h4> | ||||
| <pre>public BooleanDataPoint(java.lang.String label, | ||||
|                         boolean isOutput)</pre> | ||||
| <div class="block">Create a new DataPoint with a label and if is an Output or not</div> | ||||
| <dl> | ||||
| <dt><span class="paramLabel">Parameters:</span></dt> | ||||
| <dd><code>label</code> - the label of this DataPoint</dd> | ||||
| <dd><code>isOutput</code> - true if this is an Output, false if it's an Input</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ============ METHOD DETAIL ========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="method.detail"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Method Detail</h3> | ||||
| <a name="setValue-boolean-"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <h4>setValue</h4> | ||||
| <pre>public void setValue(boolean value)</pre> | ||||
| <div class="block">Set the value of this DataPoint and create it if it doesn't exist via the update method</div> | ||||
| <dl> | ||||
| <dt><span class="paramLabel">Parameters:</span></dt> | ||||
| <dd><code>value</code> - the value to set</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| <a name="getValue--"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <h4>getValue</h4> | ||||
| <pre>public boolean getValue()</pre> | ||||
| <div class="block">Get the value of this DataPoint</div> | ||||
| <dl> | ||||
| <dt><span class="returnLabel">Returns:</span></dt> | ||||
| <dd>the value of this DataPoint</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| <a name="toString--"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockListLast"> | ||||
| <li class="blockList"> | ||||
| <h4>toString</h4> | ||||
| <pre>public java.lang.String toString()</pre> | ||||
| <div class="block">Convert this DataPoint to a string</div> | ||||
| <dl> | ||||
| <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> | ||||
| <dd><code>toString</code> in class <code>java.lang.Object</code></dd> | ||||
| <dt><span class="returnLabel">Returns:</span></dt> | ||||
| <dd>the string representation of this DataPoint</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| </div> | ||||
| <!-- ========= END OF CLASS DATA ========= --> | ||||
| <!-- ======= START OF BOTTOM NAVBAR ====== --> | ||||
| <div class="bottomNav"><a name="navbar.bottom"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.bottom.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li class="navBarCell1Rev">Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li>Prev Class</li> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">Next Class</span></a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/BooleanDataPoint.html" target="_top">Frames</a></li> | ||||
| <li><a href="BooleanDataPoint.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_bottom"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_bottom"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <div> | ||||
| <ul class="subNavList"> | ||||
| <li>Summary: </li> | ||||
| <li>Nested | </li> | ||||
| <li><a href="#fields.inherited.from.class.ch.hevs.isi.core.DataPoint">Field</a> | </li> | ||||
| <li><a href="#constructor.summary">Constr</a> | </li> | ||||
| <li><a href="#method.summary">Method</a></li> | ||||
| </ul> | ||||
| <ul class="subNavList"> | ||||
| <li>Detail: </li> | ||||
| <li>Field | </li> | ||||
| <li><a href="#constructor.detail">Constr</a> | </li> | ||||
| <li><a href="#method.detail">Method</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <a name="skip.navbar.bottom"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ======== END OF BOTTOM NAVBAR ======= --> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										385
									
								
								javadoc/ch/hevs/isi/core/DataPoint.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										385
									
								
								javadoc/ch/hevs/isi/core/DataPoint.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,385 @@ | ||||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||||
| <!-- NewPage --> | ||||
| <html lang="fr"> | ||||
| <head> | ||||
| <!-- Generated by javadoc (1.8.0_362) on Fri Jun 16 22:52:14 CEST 2023 --> | ||||
| <title>DataPoint</title> | ||||
| <meta name="date" content="2023-06-16"> | ||||
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> | ||||
| <script type="text/javascript" src="../../../../script.js"></script> | ||||
| </head> | ||||
| <body> | ||||
| <script type="text/javascript"><!-- | ||||
|     try { | ||||
|         if (location.href.indexOf('is-external=true') == -1) { | ||||
|             parent.document.title="DataPoint"; | ||||
|         } | ||||
|     } | ||||
|     catch(err) { | ||||
|     } | ||||
| //--> | ||||
| var methods = {"i0":9,"i1":10,"i2":10,"i3":10}; | ||||
| var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; | ||||
| var altColor = "altColor"; | ||||
| var rowColor = "rowColor"; | ||||
| var tableTab = "tableTab"; | ||||
| var activeTableTab = "activeTableTab"; | ||||
| </script> | ||||
| <noscript> | ||||
| <div>JavaScript is disabled on your browser.</div> | ||||
| </noscript> | ||||
| <!-- ========= START OF TOP NAVBAR ======= --> | ||||
| <div class="topNav"><a name="navbar.top"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.top.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li class="navBarCell1Rev">Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/core/BooleanDataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">Prev Class</span></a></li> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core"><span class="typeNameLink">Next Class</span></a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/DataPoint.html" target="_top">Frames</a></li> | ||||
| <li><a href="DataPoint.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_top"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_top"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <div> | ||||
| <ul class="subNavList"> | ||||
| <li>Summary: </li> | ||||
| <li>Nested | </li> | ||||
| <li><a href="#field.summary">Field</a> | </li> | ||||
| <li><a href="#constructor.summary">Constr</a> | </li> | ||||
| <li><a href="#method.summary">Method</a></li> | ||||
| </ul> | ||||
| <ul class="subNavList"> | ||||
| <li>Detail: </li> | ||||
| <li><a href="#field.detail">Field</a> | </li> | ||||
| <li><a href="#constructor.detail">Constr</a> | </li> | ||||
| <li><a href="#method.detail">Method</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <a name="skip.navbar.top"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ========= END OF TOP NAVBAR ========= --> | ||||
| <!-- ======== START OF CLASS DATA ======== --> | ||||
| <div class="header"> | ||||
| <div class="subTitle">ch.hevs.isi.core</div> | ||||
| <h2 title="Class DataPoint" class="title">Class DataPoint</h2> | ||||
| </div> | ||||
| <div class="contentContainer"> | ||||
| <ul class="inheritance"> | ||||
| <li>java.lang.Object</li> | ||||
| <li> | ||||
| <ul class="inheritance"> | ||||
| <li>ch.hevs.isi.core.DataPoint</li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <div class="description"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <dl> | ||||
| <dt>Direct Known Subclasses:</dt> | ||||
| <dd><a href="../../../../ch/hevs/isi/core/BooleanDataPoint.html" title="class in ch.hevs.isi.core">BooleanDataPoint</a>, <a href="../../../../ch/hevs/isi/core/FloatDataPoint.html" title="class in ch.hevs.isi.core">FloatDataPoint</a></dd> | ||||
| </dl> | ||||
| <hr> | ||||
| <br> | ||||
| <pre>public abstract class <span class="typeNameLabel">DataPoint</span> | ||||
| extends java.lang.Object</pre> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="summary"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <!-- =========== FIELD SUMMARY =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="field.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Field Summary</h3> | ||||
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> | ||||
| <caption><span>Fields</span><span class="tabEnd"> </span></caption> | ||||
| <tr> | ||||
| <th class="colFirst" scope="col">Modifier and Type</th> | ||||
| <th class="colLast" scope="col">Field and Description</th> | ||||
| </tr> | ||||
| <tr class="altColor"> | ||||
| <td class="colFirst"><code>static java.util.Map<java.lang.String,<a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a>></code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/DataPoint.html#dataPointMap">dataPointMap</a></span></code> </td> | ||||
| </tr> | ||||
| </table> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ======== CONSTRUCTOR SUMMARY ======== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="constructor.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Constructor Summary</h3> | ||||
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> | ||||
| <caption><span>Constructors</span><span class="tabEnd"> </span></caption> | ||||
| <tr> | ||||
| <th class="colFirst" scope="col">Modifier</th> | ||||
| <th class="colLast" scope="col">Constructor and Description</th> | ||||
| </tr> | ||||
| <tr class="altColor"> | ||||
| <td class="colFirst"><code>protected </code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/DataPoint.html#DataPoint-java.lang.String-boolean-">DataPoint</a></span>(java.lang.String label, | ||||
|          boolean isOutput)</code> | ||||
| <div class="block">Constructor of DataPoint</div> | ||||
| </td> | ||||
| </tr> | ||||
| </table> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ========== METHOD SUMMARY =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="method.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Method Summary</h3> | ||||
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> | ||||
| <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> | ||||
| <tr> | ||||
| <th class="colFirst" scope="col">Modifier and Type</th> | ||||
| <th class="colLast" scope="col">Method and Description</th> | ||||
| </tr> | ||||
| <tr id="i0" class="altColor"> | ||||
| <td class="colFirst"><code>static <a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/DataPoint.html#getDataPointOnListFromLabel-java.lang.String-">getDataPointOnListFromLabel</a></span>(java.lang.String label)</code> | ||||
| <div class="block">Get the DataPoint from the label</div> | ||||
| </td> | ||||
| </tr> | ||||
| <tr id="i1" class="rowColor"> | ||||
| <td class="colFirst"><code>java.lang.String</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/DataPoint.html#getLabel--">getLabel</a></span>()</code> | ||||
| <div class="block">Just get the label of this DataPoint</div> | ||||
| </td> | ||||
| </tr> | ||||
| <tr id="i2" class="altColor"> | ||||
| <td class="colFirst"><code>boolean</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/DataPoint.html#isOutput--">isOutput</a></span>()</code> </td> | ||||
| </tr> | ||||
| <tr id="i3" class="rowColor"> | ||||
| <td class="colFirst"><code>protected void</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/DataPoint.html#update-boolean-">update</a></span>(boolean isNewValue)</code> | ||||
| <div class="block">Update the value of this DataPoint and notify every connector | ||||
|  If this is a new value (doesn't exist), add it to the dataPointMap</div> | ||||
| </td> | ||||
| </tr> | ||||
| </table> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Methods inherited from class java.lang.Object</h3> | ||||
| <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="details"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <!-- ============ FIELD DETAIL =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="field.detail"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Field Detail</h3> | ||||
| <a name="dataPointMap"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockListLast"> | ||||
| <li class="blockList"> | ||||
| <h4>dataPointMap</h4> | ||||
| <pre>public static java.util.Map<java.lang.String,<a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a>> dataPointMap</pre> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ========= CONSTRUCTOR DETAIL ======== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="constructor.detail"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Constructor Detail</h3> | ||||
| <a name="DataPoint-java.lang.String-boolean-"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockListLast"> | ||||
| <li class="blockList"> | ||||
| <h4>DataPoint</h4> | ||||
| <pre>protected DataPoint(java.lang.String label, | ||||
|                     boolean isOutput)</pre> | ||||
| <div class="block">Constructor of DataPoint</div> | ||||
| <dl> | ||||
| <dt><span class="paramLabel">Parameters:</span></dt> | ||||
| <dd><code>label</code> - label of this DataPoint</dd> | ||||
| <dd><code>isOutput</code> - true if this DataPoint is an output, false if it's an input</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ============ METHOD DETAIL ========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="method.detail"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Method Detail</h3> | ||||
| <a name="update-boolean-"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <h4>update</h4> | ||||
| <pre>protected void update(boolean isNewValue)</pre> | ||||
| <div class="block">Update the value of this DataPoint and notify every connector | ||||
|  If this is a new value (doesn't exist), add it to the dataPointMap</div> | ||||
| <dl> | ||||
| <dt><span class="paramLabel">Parameters:</span></dt> | ||||
| <dd><code>isNewValue</code> - true if this is a new value, false if it's an update</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| <a name="getDataPointOnListFromLabel-java.lang.String-"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <h4>getDataPointOnListFromLabel</h4> | ||||
| <pre>public static <a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a> getDataPointOnListFromLabel(java.lang.String label)</pre> | ||||
| <div class="block">Get the DataPoint from the label</div> | ||||
| <dl> | ||||
| <dt><span class="paramLabel">Parameters:</span></dt> | ||||
| <dd><code>label</code> - label of the DataPoint</dd> | ||||
| <dt><span class="returnLabel">Returns:</span></dt> | ||||
| <dd>the DataPoint if it exists, null otherwise</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| <a name="getLabel--"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <h4>getLabel</h4> | ||||
| <pre>public java.lang.String getLabel()</pre> | ||||
| <div class="block">Just get the label of this DataPoint</div> | ||||
| <dl> | ||||
| <dt><span class="returnLabel">Returns:</span></dt> | ||||
| <dd>the label in a string</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| <a name="isOutput--"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockListLast"> | ||||
| <li class="blockList"> | ||||
| <h4>isOutput</h4> | ||||
| <pre>public boolean isOutput()</pre> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| </div> | ||||
| <!-- ========= END OF CLASS DATA ========= --> | ||||
| <!-- ======= START OF BOTTOM NAVBAR ====== --> | ||||
| <div class="bottomNav"><a name="navbar.bottom"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.bottom.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li class="navBarCell1Rev">Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/core/BooleanDataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">Prev Class</span></a></li> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core"><span class="typeNameLink">Next Class</span></a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/DataPoint.html" target="_top">Frames</a></li> | ||||
| <li><a href="DataPoint.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_bottom"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_bottom"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <div> | ||||
| <ul class="subNavList"> | ||||
| <li>Summary: </li> | ||||
| <li>Nested | </li> | ||||
| <li><a href="#field.summary">Field</a> | </li> | ||||
| <li><a href="#constructor.summary">Constr</a> | </li> | ||||
| <li><a href="#method.summary">Method</a></li> | ||||
| </ul> | ||||
| <ul class="subNavList"> | ||||
| <li>Detail: </li> | ||||
| <li><a href="#field.detail">Field</a> | </li> | ||||
| <li><a href="#constructor.detail">Constr</a> | </li> | ||||
| <li><a href="#method.detail">Method</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <a name="skip.navbar.bottom"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ======== END OF BOTTOM NAVBAR ======= --> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										279
									
								
								javadoc/ch/hevs/isi/core/DataPointListener.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										279
									
								
								javadoc/ch/hevs/isi/core/DataPointListener.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,279 @@ | ||||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||||
| <!-- NewPage --> | ||||
| <html lang="fr"> | ||||
| <head> | ||||
| <!-- Generated by javadoc (1.8.0_362) on Fri Jun 16 22:52:14 CEST 2023 --> | ||||
| <title>DataPointListener</title> | ||||
| <meta name="date" content="2023-06-16"> | ||||
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> | ||||
| <script type="text/javascript" src="../../../../script.js"></script> | ||||
| </head> | ||||
| <body> | ||||
| <script type="text/javascript"><!-- | ||||
|     try { | ||||
|         if (location.href.indexOf('is-external=true') == -1) { | ||||
|             parent.document.title="DataPointListener"; | ||||
|         } | ||||
|     } | ||||
|     catch(err) { | ||||
|     } | ||||
| //--> | ||||
| var methods = {"i0":6,"i1":17}; | ||||
| var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]}; | ||||
| var altColor = "altColor"; | ||||
| var rowColor = "rowColor"; | ||||
| var tableTab = "tableTab"; | ||||
| var activeTableTab = "activeTableTab"; | ||||
| </script> | ||||
| <noscript> | ||||
| <div>JavaScript is disabled on your browser.</div> | ||||
| </noscript> | ||||
| <!-- ========= START OF TOP NAVBAR ======= --> | ||||
| <div class="topNav"><a name="navbar.top"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.top.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li class="navBarCell1Rev">Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">Prev Class</span></a></li> | ||||
| <li><a href="../../../../ch/hevs/isi/core/FloatDataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">Next Class</span></a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/DataPointListener.html" target="_top">Frames</a></li> | ||||
| <li><a href="DataPointListener.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_top"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_top"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <div> | ||||
| <ul class="subNavList"> | ||||
| <li>Summary: </li> | ||||
| <li>Nested | </li> | ||||
| <li><a href="#field.summary">Field</a> | </li> | ||||
| <li>Constr | </li> | ||||
| <li><a href="#method.summary">Method</a></li> | ||||
| </ul> | ||||
| <ul class="subNavList"> | ||||
| <li>Detail: </li> | ||||
| <li><a href="#field.detail">Field</a> | </li> | ||||
| <li>Constr | </li> | ||||
| <li><a href="#method.detail">Method</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <a name="skip.navbar.top"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ========= END OF TOP NAVBAR ========= --> | ||||
| <!-- ======== START OF CLASS DATA ======== --> | ||||
| <div class="header"> | ||||
| <div class="subTitle">ch.hevs.isi.core</div> | ||||
| <h2 title="Interface DataPointListener" class="title">Interface DataPointListener</h2> | ||||
| </div> | ||||
| <div class="contentContainer"> | ||||
| <div class="description"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <dl> | ||||
| <dt>All Known Implementing Classes:</dt> | ||||
| <dd><a href="../../../../ch/hevs/isi/db/DatabaseConnector.html" title="class in ch.hevs.isi.db">DatabaseConnector</a>, <a href="../../../../ch/hevs/isi/field/FieldConnector.html" title="class in ch.hevs.isi.field">FieldConnector</a>, <a href="../../../../ch/hevs/isi/web/WebConnector.html" title="class in ch.hevs.isi.web">WebConnector</a></dd> | ||||
| </dl> | ||||
| <hr> | ||||
| <br> | ||||
| <pre>public interface <span class="typeNameLabel">DataPointListener</span></pre> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="summary"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <!-- =========== FIELD SUMMARY =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="field.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Field Summary</h3> | ||||
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> | ||||
| <caption><span>Fields</span><span class="tabEnd"> </span></caption> | ||||
| <tr> | ||||
| <th class="colFirst" scope="col">Modifier and Type</th> | ||||
| <th class="colLast" scope="col">Field and Description</th> | ||||
| </tr> | ||||
| <tr class="altColor"> | ||||
| <td class="colFirst"><code>static java.util.Vector<<a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core">DataPointListener</a>></code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/DataPointListener.html#listeners">listeners</a></span></code> </td> | ||||
| </tr> | ||||
| </table> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ========== METHOD SUMMARY =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="method.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Method Summary</h3> | ||||
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> | ||||
| <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption> | ||||
| <tr> | ||||
| <th class="colFirst" scope="col">Modifier and Type</th> | ||||
| <th class="colLast" scope="col">Method and Description</th> | ||||
| </tr> | ||||
| <tr id="i0" class="altColor"> | ||||
| <td class="colFirst"><code>void</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/DataPointListener.html#onNewValue-ch.hevs.isi.core.DataPoint-">onNewValue</a></span>(<a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a> dp)</code> </td> | ||||
| </tr> | ||||
| <tr id="i1" class="rowColor"> | ||||
| <td class="colFirst"><code>static void</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/DataPointListener.html#subscribeUpdate-ch.hevs.isi.core.DataPointListener-">subscribeUpdate</a></span>(<a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core">DataPointListener</a> listener)</code> | ||||
| <div class="block">Subscribe to the update of the DataPoint</div> | ||||
| </td> | ||||
| </tr> | ||||
| </table> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="details"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <!-- ============ FIELD DETAIL =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="field.detail"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Field Detail</h3> | ||||
| <a name="listeners"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockListLast"> | ||||
| <li class="blockList"> | ||||
| <h4>listeners</h4> | ||||
| <pre>static final java.util.Vector<<a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core">DataPointListener</a>> listeners</pre> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ============ METHOD DETAIL ========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="method.detail"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Method Detail</h3> | ||||
| <a name="onNewValue-ch.hevs.isi.core.DataPoint-"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <h4>onNewValue</h4> | ||||
| <pre>void onNewValue(<a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a> dp)</pre> | ||||
| </li> | ||||
| </ul> | ||||
| <a name="subscribeUpdate-ch.hevs.isi.core.DataPointListener-"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockListLast"> | ||||
| <li class="blockList"> | ||||
| <h4>subscribeUpdate</h4> | ||||
| <pre>static void subscribeUpdate(<a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core">DataPointListener</a> listener)</pre> | ||||
| <div class="block">Subscribe to the update of the DataPoint</div> | ||||
| <dl> | ||||
| <dt><span class="paramLabel">Parameters:</span></dt> | ||||
| <dd><code>listener</code> - the listener to subscribe</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| </div> | ||||
| <!-- ========= END OF CLASS DATA ========= --> | ||||
| <!-- ======= START OF BOTTOM NAVBAR ====== --> | ||||
| <div class="bottomNav"><a name="navbar.bottom"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.bottom.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li class="navBarCell1Rev">Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">Prev Class</span></a></li> | ||||
| <li><a href="../../../../ch/hevs/isi/core/FloatDataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">Next Class</span></a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/DataPointListener.html" target="_top">Frames</a></li> | ||||
| <li><a href="DataPointListener.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_bottom"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_bottom"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <div> | ||||
| <ul class="subNavList"> | ||||
| <li>Summary: </li> | ||||
| <li>Nested | </li> | ||||
| <li><a href="#field.summary">Field</a> | </li> | ||||
| <li>Constr | </li> | ||||
| <li><a href="#method.summary">Method</a></li> | ||||
| </ul> | ||||
| <ul class="subNavList"> | ||||
| <li>Detail: </li> | ||||
| <li><a href="#field.detail">Field</a> | </li> | ||||
| <li>Constr | </li> | ||||
| <li><a href="#method.detail">Method</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <a name="skip.navbar.bottom"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ======== END OF BOTTOM NAVBAR ======= --> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										355
									
								
								javadoc/ch/hevs/isi/core/FloatDataPoint.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										355
									
								
								javadoc/ch/hevs/isi/core/FloatDataPoint.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,355 @@ | ||||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||||
| <!-- NewPage --> | ||||
| <html lang="fr"> | ||||
| <head> | ||||
| <!-- Generated by javadoc (1.8.0_362) on Fri Jun 16 22:52:14 CEST 2023 --> | ||||
| <title>FloatDataPoint</title> | ||||
| <meta name="date" content="2023-06-16"> | ||||
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> | ||||
| <script type="text/javascript" src="../../../../script.js"></script> | ||||
| </head> | ||||
| <body> | ||||
| <script type="text/javascript"><!-- | ||||
|     try { | ||||
|         if (location.href.indexOf('is-external=true') == -1) { | ||||
|             parent.document.title="FloatDataPoint"; | ||||
|         } | ||||
|     } | ||||
|     catch(err) { | ||||
|     } | ||||
| //--> | ||||
| var methods = {"i0":10,"i1":10,"i2":10}; | ||||
| var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; | ||||
| var altColor = "altColor"; | ||||
| var rowColor = "rowColor"; | ||||
| var tableTab = "tableTab"; | ||||
| var activeTableTab = "activeTableTab"; | ||||
| </script> | ||||
| <noscript> | ||||
| <div>JavaScript is disabled on your browser.</div> | ||||
| </noscript> | ||||
| <!-- ========= START OF TOP NAVBAR ======= --> | ||||
| <div class="topNav"><a name="navbar.top"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.top.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li class="navBarCell1Rev">Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core"><span class="typeNameLink">Prev Class</span></a></li> | ||||
| <li>Next Class</li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/FloatDataPoint.html" target="_top">Frames</a></li> | ||||
| <li><a href="FloatDataPoint.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_top"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_top"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <div> | ||||
| <ul class="subNavList"> | ||||
| <li>Summary: </li> | ||||
| <li>Nested | </li> | ||||
| <li><a href="#fields.inherited.from.class.ch.hevs.isi.core.DataPoint">Field</a> | </li> | ||||
| <li><a href="#constructor.summary">Constr</a> | </li> | ||||
| <li><a href="#method.summary">Method</a></li> | ||||
| </ul> | ||||
| <ul class="subNavList"> | ||||
| <li>Detail: </li> | ||||
| <li>Field | </li> | ||||
| <li><a href="#constructor.detail">Constr</a> | </li> | ||||
| <li><a href="#method.detail">Method</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <a name="skip.navbar.top"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ========= END OF TOP NAVBAR ========= --> | ||||
| <!-- ======== START OF CLASS DATA ======== --> | ||||
| <div class="header"> | ||||
| <div class="subTitle">ch.hevs.isi.core</div> | ||||
| <h2 title="Class FloatDataPoint" class="title">Class FloatDataPoint</h2> | ||||
| </div> | ||||
| <div class="contentContainer"> | ||||
| <ul class="inheritance"> | ||||
| <li>java.lang.Object</li> | ||||
| <li> | ||||
| <ul class="inheritance"> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">ch.hevs.isi.core.DataPoint</a></li> | ||||
| <li> | ||||
| <ul class="inheritance"> | ||||
| <li>ch.hevs.isi.core.FloatDataPoint</li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <div class="description"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <hr> | ||||
| <br> | ||||
| <pre>public class <span class="typeNameLabel">FloatDataPoint</span> | ||||
| extends <a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></pre> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="summary"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <!-- =========== FIELD SUMMARY =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="field.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Field Summary</h3> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="fields.inherited.from.class.ch.hevs.isi.core.DataPoint"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Fields inherited from class ch.hevs.isi.core.<a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></h3> | ||||
| <code><a href="../../../../ch/hevs/isi/core/DataPoint.html#dataPointMap">dataPointMap</a></code></li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ======== CONSTRUCTOR SUMMARY ======== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="constructor.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Constructor Summary</h3> | ||||
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> | ||||
| <caption><span>Constructors</span><span class="tabEnd"> </span></caption> | ||||
| <tr> | ||||
| <th class="colOne" scope="col">Constructor and Description</th> | ||||
| </tr> | ||||
| <tr class="altColor"> | ||||
| <td class="colOne"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/FloatDataPoint.html#FloatDataPoint-java.lang.String-boolean-">FloatDataPoint</a></span>(java.lang.String label, | ||||
|               boolean isOutput)</code> | ||||
| <div class="block">Create a new DataPoint with a label and if is an Output or not</div> | ||||
| </td> | ||||
| </tr> | ||||
| </table> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ========== METHOD SUMMARY =========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="method.summary"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Method Summary</h3> | ||||
| <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> | ||||
| <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> | ||||
| <tr> | ||||
| <th class="colFirst" scope="col">Modifier and Type</th> | ||||
| <th class="colLast" scope="col">Method and Description</th> | ||||
| </tr> | ||||
| <tr id="i0" class="altColor"> | ||||
| <td class="colFirst"><code>float</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/FloatDataPoint.html#getValue--">getValue</a></span>()</code> | ||||
| <div class="block">Get the value of this DataPoint</div> | ||||
| </td> | ||||
| </tr> | ||||
| <tr id="i1" class="rowColor"> | ||||
| <td class="colFirst"><code>void</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/FloatDataPoint.html#setValue-float-">setValue</a></span>(float value)</code> | ||||
| <div class="block">Set the value of this DataPoint and create it if it doesn't exist via the update method</div> | ||||
| </td> | ||||
| </tr> | ||||
| <tr id="i2" class="altColor"> | ||||
| <td class="colFirst"><code>java.lang.String</code></td> | ||||
| <td class="colLast"><code><span class="memberNameLink"><a href="../../../../ch/hevs/isi/core/FloatDataPoint.html#toString--">toString</a></span>()</code> | ||||
| <div class="block">Convert this DataPoint to a string</div> | ||||
| </td> | ||||
| </tr> | ||||
| </table> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="methods.inherited.from.class.ch.hevs.isi.core.DataPoint"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Methods inherited from class ch.hevs.isi.core.<a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></h3> | ||||
| <code><a href="../../../../ch/hevs/isi/core/DataPoint.html#getDataPointOnListFromLabel-java.lang.String-">getDataPointOnListFromLabel</a>, <a href="../../../../ch/hevs/isi/core/DataPoint.html#getLabel--">getLabel</a>, <a href="../../../../ch/hevs/isi/core/DataPoint.html#isOutput--">isOutput</a>, <a href="../../../../ch/hevs/isi/core/DataPoint.html#update-boolean-">update</a></code></li> | ||||
| </ul> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Methods inherited from class java.lang.Object</h3> | ||||
| <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="details"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <!-- ========= CONSTRUCTOR DETAIL ======== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="constructor.detail"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Constructor Detail</h3> | ||||
| <a name="FloatDataPoint-java.lang.String-boolean-"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockListLast"> | ||||
| <li class="blockList"> | ||||
| <h4>FloatDataPoint</h4> | ||||
| <pre>public FloatDataPoint(java.lang.String label, | ||||
|                       boolean isOutput)</pre> | ||||
| <div class="block">Create a new DataPoint with a label and if is an Output or not</div> | ||||
| <dl> | ||||
| <dt><span class="paramLabel">Parameters:</span></dt> | ||||
| <dd><code>label</code> - the label of this DataPoint</dd> | ||||
| <dd><code>isOutput</code> - true if this is an Output, false if it's an Input</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <!-- ============ METHOD DETAIL ========== --> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"><a name="method.detail"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <h3>Method Detail</h3> | ||||
| <a name="setValue-float-"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <h4>setValue</h4> | ||||
| <pre>public void setValue(float value)</pre> | ||||
| <div class="block">Set the value of this DataPoint and create it if it doesn't exist via the update method</div> | ||||
| <dl> | ||||
| <dt><span class="paramLabel">Parameters:</span></dt> | ||||
| <dd><code>value</code> - the value to set</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| <a name="getValue--"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <h4>getValue</h4> | ||||
| <pre>public float getValue()</pre> | ||||
| <div class="block">Get the value of this DataPoint</div> | ||||
| <dl> | ||||
| <dt><span class="returnLabel">Returns:</span></dt> | ||||
| <dd>the value of this DataPoint</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| <a name="toString--"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="blockListLast"> | ||||
| <li class="blockList"> | ||||
| <h4>toString</h4> | ||||
| <pre>public java.lang.String toString()</pre> | ||||
| <div class="block">Convert this DataPoint to a string</div> | ||||
| <dl> | ||||
| <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> | ||||
| <dd><code>toString</code> in class <code>java.lang.Object</code></dd> | ||||
| <dt><span class="returnLabel">Returns:</span></dt> | ||||
| <dd>the string representation of this DataPoint</dd> | ||||
| </dl> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| </div> | ||||
| <!-- ========= END OF CLASS DATA ========= --> | ||||
| <!-- ======= START OF BOTTOM NAVBAR ====== --> | ||||
| <div class="bottomNav"><a name="navbar.bottom"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.bottom.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li class="navBarCell1Rev">Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core"><span class="typeNameLink">Prev Class</span></a></li> | ||||
| <li>Next Class</li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/FloatDataPoint.html" target="_top">Frames</a></li> | ||||
| <li><a href="FloatDataPoint.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_bottom"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_bottom"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <div> | ||||
| <ul class="subNavList"> | ||||
| <li>Summary: </li> | ||||
| <li>Nested | </li> | ||||
| <li><a href="#fields.inherited.from.class.ch.hevs.isi.core.DataPoint">Field</a> | </li> | ||||
| <li><a href="#constructor.summary">Constr</a> | </li> | ||||
| <li><a href="#method.summary">Method</a></li> | ||||
| </ul> | ||||
| <ul class="subNavList"> | ||||
| <li>Detail: </li> | ||||
| <li>Field | </li> | ||||
| <li><a href="#constructor.detail">Constr</a> | </li> | ||||
| <li><a href="#method.detail">Method</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <a name="skip.navbar.bottom"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ======== END OF BOTTOM NAVBAR ======= --> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										26
									
								
								javadoc/ch/hevs/isi/core/package-frame.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								javadoc/ch/hevs/isi/core/package-frame.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||||
| <!-- NewPage --> | ||||
| <html lang="fr"> | ||||
| <head> | ||||
| <!-- Generated by javadoc (1.8.0_362) on Fri Jun 16 22:52:14 CEST 2023 --> | ||||
| <title>ch.hevs.isi.core</title> | ||||
| <meta name="date" content="2023-06-16"> | ||||
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> | ||||
| <script type="text/javascript" src="../../../../script.js"></script> | ||||
| </head> | ||||
| <body> | ||||
| <h1 class="bar"><a href="../../../../ch/hevs/isi/core/package-summary.html" target="classFrame">ch.hevs.isi.core</a></h1> | ||||
| <div class="indexContainer"> | ||||
| <h2 title="Interfaces">Interfaces</h2> | ||||
| <ul title="Interfaces"> | ||||
| <li><a href="DataPointListener.html" title="interface in ch.hevs.isi.core" target="classFrame"><span class="interfaceName">DataPointListener</span></a></li> | ||||
| </ul> | ||||
| <h2 title="Classes">Classes</h2> | ||||
| <ul title="Classes"> | ||||
| <li><a href="BooleanDataPoint.html" title="class in ch.hevs.isi.core" target="classFrame">BooleanDataPoint</a></li> | ||||
| <li><a href="DataPoint.html" title="class in ch.hevs.isi.core" target="classFrame">DataPoint</a></li> | ||||
| <li><a href="FloatDataPoint.html" title="class in ch.hevs.isi.core" target="classFrame">FloatDataPoint</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										163
									
								
								javadoc/ch/hevs/isi/core/package-summary.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										163
									
								
								javadoc/ch/hevs/isi/core/package-summary.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,163 @@ | ||||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||||
| <!-- NewPage --> | ||||
| <html lang="fr"> | ||||
| <head> | ||||
| <!-- Generated by javadoc (1.8.0_362) on Fri Jun 16 22:52:14 CEST 2023 --> | ||||
| <title>ch.hevs.isi.core</title> | ||||
| <meta name="date" content="2023-06-16"> | ||||
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> | ||||
| <script type="text/javascript" src="../../../../script.js"></script> | ||||
| </head> | ||||
| <body> | ||||
| <script type="text/javascript"><!-- | ||||
|     try { | ||||
|         if (location.href.indexOf('is-external=true') == -1) { | ||||
|             parent.document.title="ch.hevs.isi.core"; | ||||
|         } | ||||
|     } | ||||
|     catch(err) { | ||||
|     } | ||||
| //--> | ||||
| </script> | ||||
| <noscript> | ||||
| <div>JavaScript is disabled on your browser.</div> | ||||
| </noscript> | ||||
| <!-- ========= START OF TOP NAVBAR ======= --> | ||||
| <div class="topNav"><a name="navbar.top"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.top.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li class="navBarCell1Rev">Package</li> | ||||
| <li>Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/package-summary.html">Prev Package</a></li> | ||||
| <li><a href="../../../../ch/hevs/isi/db/package-summary.html">Next Package</a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/package-summary.html" target="_top">Frames</a></li> | ||||
| <li><a href="package-summary.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_top"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_top"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <a name="skip.navbar.top"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ========= END OF TOP NAVBAR ========= --> | ||||
| <div class="header"> | ||||
| <h1 title="Package" class="title">Package ch.hevs.isi.core</h1> | ||||
| </div> | ||||
| <div class="contentContainer"> | ||||
| <ul class="blockList"> | ||||
| <li class="blockList"> | ||||
| <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> | ||||
| <caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> | ||||
| <tr> | ||||
| <th class="colFirst" scope="col">Interface</th> | ||||
| <th class="colLast" scope="col">Description</th> | ||||
| </tr> | ||||
| <tbody> | ||||
| <tr class="altColor"> | ||||
| <td class="colFirst"><a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core">DataPointListener</a></td> | ||||
| <td class="colLast"> </td> | ||||
| </tr> | ||||
| </tbody> | ||||
| </table> | ||||
| </li> | ||||
| <li class="blockList"> | ||||
| <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> | ||||
| <caption><span>Class Summary</span><span class="tabEnd"> </span></caption> | ||||
| <tr> | ||||
| <th class="colFirst" scope="col">Class</th> | ||||
| <th class="colLast" scope="col">Description</th> | ||||
| </tr> | ||||
| <tbody> | ||||
| <tr class="altColor"> | ||||
| <td class="colFirst"><a href="../../../../ch/hevs/isi/core/BooleanDataPoint.html" title="class in ch.hevs.isi.core">BooleanDataPoint</a></td> | ||||
| <td class="colLast"> </td> | ||||
| </tr> | ||||
| <tr class="rowColor"> | ||||
| <td class="colFirst"><a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core">DataPoint</a></td> | ||||
| <td class="colLast"> </td> | ||||
| </tr> | ||||
| <tr class="altColor"> | ||||
| <td class="colFirst"><a href="../../../../ch/hevs/isi/core/FloatDataPoint.html" title="class in ch.hevs.isi.core">FloatDataPoint</a></td> | ||||
| <td class="colLast"> </td> | ||||
| </tr> | ||||
| </tbody> | ||||
| </table> | ||||
| </li> | ||||
| </ul> | ||||
| </div> | ||||
| <!-- ======= START OF BOTTOM NAVBAR ====== --> | ||||
| <div class="bottomNav"><a name="navbar.bottom"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.bottom.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li class="navBarCell1Rev">Package</li> | ||||
| <li>Class</li> | ||||
| <li><a href="package-tree.html">Tree</a></li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/package-summary.html">Prev Package</a></li> | ||||
| <li><a href="../../../../ch/hevs/isi/db/package-summary.html">Next Package</a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/package-summary.html" target="_top">Frames</a></li> | ||||
| <li><a href="package-summary.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_bottom"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_bottom"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <a name="skip.navbar.bottom"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ======== END OF BOTTOM NAVBAR ======= --> | ||||
| </body> | ||||
| </html> | ||||
							
								
								
									
										144
									
								
								javadoc/ch/hevs/isi/core/package-tree.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										144
									
								
								javadoc/ch/hevs/isi/core/package-tree.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,144 @@ | ||||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||||
| <!-- NewPage --> | ||||
| <html lang="fr"> | ||||
| <head> | ||||
| <!-- Generated by javadoc (1.8.0_362) on Fri Jun 16 22:52:14 CEST 2023 --> | ||||
| <title>ch.hevs.isi.core Class Hierarchy</title> | ||||
| <meta name="date" content="2023-06-16"> | ||||
| <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> | ||||
| <script type="text/javascript" src="../../../../script.js"></script> | ||||
| </head> | ||||
| <body> | ||||
| <script type="text/javascript"><!-- | ||||
|     try { | ||||
|         if (location.href.indexOf('is-external=true') == -1) { | ||||
|             parent.document.title="ch.hevs.isi.core Class Hierarchy"; | ||||
|         } | ||||
|     } | ||||
|     catch(err) { | ||||
|     } | ||||
| //--> | ||||
| </script> | ||||
| <noscript> | ||||
| <div>JavaScript is disabled on your browser.</div> | ||||
| </noscript> | ||||
| <!-- ========= START OF TOP NAVBAR ======= --> | ||||
| <div class="topNav"><a name="navbar.top"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.top.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li>Class</li> | ||||
| <li class="navBarCell1Rev">Tree</li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/package-tree.html">Prev</a></li> | ||||
| <li><a href="../../../../ch/hevs/isi/db/package-tree.html">Next</a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/package-tree.html" target="_top">Frames</a></li> | ||||
| <li><a href="package-tree.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_top"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_top"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <a name="skip.navbar.top"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ========= END OF TOP NAVBAR ========= --> | ||||
| <div class="header"> | ||||
| <h1 class="title">Hierarchy For Package ch.hevs.isi.core</h1> | ||||
| <span class="packageHierarchyLabel">Package Hierarchies:</span> | ||||
| <ul class="horizontal"> | ||||
| <li><a href="../../../../overview-tree.html">All Packages</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="contentContainer"> | ||||
| <h2 title="Class Hierarchy">Class Hierarchy</h2> | ||||
| <ul> | ||||
| <li type="circle">java.lang.Object | ||||
| <ul> | ||||
| <li type="circle">ch.hevs.isi.core.<a href="../../../../ch/hevs/isi/core/DataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">DataPoint</span></a> | ||||
| <ul> | ||||
| <li type="circle">ch.hevs.isi.core.<a href="../../../../ch/hevs/isi/core/BooleanDataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">BooleanDataPoint</span></a></li> | ||||
| <li type="circle">ch.hevs.isi.core.<a href="../../../../ch/hevs/isi/core/FloatDataPoint.html" title="class in ch.hevs.isi.core"><span class="typeNameLink">FloatDataPoint</span></a></li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| </li> | ||||
| </ul> | ||||
| <h2 title="Interface Hierarchy">Interface Hierarchy</h2> | ||||
| <ul> | ||||
| <li type="circle">ch.hevs.isi.core.<a href="../../../../ch/hevs/isi/core/DataPointListener.html" title="interface in ch.hevs.isi.core"><span class="typeNameLink">DataPointListener</span></a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <!-- ======= START OF BOTTOM NAVBAR ====== --> | ||||
| <div class="bottomNav"><a name="navbar.bottom"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||||
| <a name="navbar.bottom.firstrow"> | ||||
| <!--   --> | ||||
| </a> | ||||
| <ul class="navList" title="Navigation"> | ||||
| <li><a href="../../../../overview-summary.html">Overview</a></li> | ||||
| <li><a href="package-summary.html">Package</a></li> | ||||
| <li>Class</li> | ||||
| <li class="navBarCell1Rev">Tree</li> | ||||
| <li><a href="../../../../deprecated-list.html">Deprecated</a></li> | ||||
| <li><a href="../../../../index-files/index-1.html">Index</a></li> | ||||
| <li><a href="../../../../help-doc.html">Help</a></li> | ||||
| </ul> | ||||
| </div> | ||||
| <div class="subNav"> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../ch/hevs/isi/package-tree.html">Prev</a></li> | ||||
| <li><a href="../../../../ch/hevs/isi/db/package-tree.html">Next</a></li> | ||||
| </ul> | ||||
| <ul class="navList"> | ||||
| <li><a href="../../../../index.html?ch/hevs/isi/core/package-tree.html" target="_top">Frames</a></li> | ||||
| <li><a href="package-tree.html" target="_top">No Frames</a></li> | ||||
| </ul> | ||||
| <ul class="navList" id="allclasses_navbar_bottom"> | ||||
| <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> | ||||
| </ul> | ||||
| <div> | ||||
| <script type="text/javascript"><!-- | ||||
|   allClassesLink = document.getElementById("allclasses_navbar_bottom"); | ||||
|   if(window==top) { | ||||
|     allClassesLink.style.display = "block"; | ||||
|   } | ||||
|   else { | ||||
|     allClassesLink.style.display = "none"; | ||||
|   } | ||||
|   //--> | ||||
| </script> | ||||
| </div> | ||||
| <a name="skip.navbar.bottom"> | ||||
| <!--   --> | ||||
| </a></div> | ||||
| <!-- ======== END OF BOTTOM NAVBAR ======= --> | ||||
| </body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user