📄 ezgraph.html
字号:
<HR><A NAME="createVarianceSequence$withFeedFrom$andSelector(java.lang.String, java.lang.Object, swarm.Selector)"><!-- --></A><H3>createVarianceSequence$withFeedFrom$andSelector</H3><PRE>public <A HREF="../../swarm/analysis/EZAverageSequence.html">EZAverageSequence</A> <B>createVarianceSequence$withFeedFrom$andSelector</B>(java.lang.String aName, java.lang.Object aCollection, <A HREF="../../swarm/Selector.html">Selector</A> aSel)</PRE><DL><DD>The createVarianceSequence method takes a collection of objects and generates a sequence based on the sample variance over the responses of the entire object set. The method returns an id which can be used later with -dropSequence.<DD><DL></DL></DD></DL><HR><A NAME="createMovingVarianceSequence$withFeedFrom$andSelector$andWidth(java.lang.String, java.lang.Object, swarm.Selector, int)"><!-- --></A><H3>createMovingVarianceSequence$withFeedFrom$andSelector$andWidth</H3><PRE>public <A HREF="../../swarm/analysis/EZAverageSequence.html">EZAverageSequence</A> <B>createMovingVarianceSequence$withFeedFrom$andSelector$andWidth</B>(java.lang.String aName, java.lang.Object aTarget, <A HREF="../../swarm/Selector.html">Selector</A> aSel, int width)</PRE><DL><DD>The createMovingVarianceSequence method takes a single object, or collection of objects and generates a sequence based on the variance over the responses of the entire object set for a given width chunk of samples. The method returns an id which can be used later with -dropSequence.<DD><DL></DL></DD></DL><HR><A NAME="createStdDevSequence$withFeedFrom$andSelector(java.lang.String, java.lang.Object, swarm.Selector)"><!-- --></A><H3>createStdDevSequence$withFeedFrom$andSelector</H3><PRE>public <A HREF="../../swarm/analysis/EZAverageSequence.html">EZAverageSequence</A> <B>createStdDevSequence$withFeedFrom$andSelector</B>(java.lang.String aName, java.lang.Object aCollection, <A HREF="../../swarm/Selector.html">Selector</A> aSel)</PRE><DL><DD>The createStdDevSequence method takes a collection of objects and generates a sequence based on the sample variance over the responses of the entire object set. The method returns an id which can be used later with -dropSequence.<DD><DL></DL></DD></DL><HR><A NAME="createMovingStdDevSequence$withFeedFrom$andSelector$andWidth(java.lang.String, java.lang.Object, swarm.Selector, int)"><!-- --></A><H3>createMovingStdDevSequence$withFeedFrom$andSelector$andWidth</H3><PRE>public <A HREF="../../swarm/analysis/EZAverageSequence.html">EZAverageSequence</A> <B>createMovingStdDevSequence$withFeedFrom$andSelector$andWidth</B>(java.lang.String aName, java.lang.Object aTarget, <A HREF="../../swarm/Selector.html">Selector</A> aSel, int width)</PRE><DL><DD>The createMovingStdDevSequence method takes a single object, or collection of objects and generates a sequence based on the variance over the responses of the entire object set for a given width chunk of samples. The method returns an id which can be used later with -dropSequence.<DD><DL></DL></DD></DL><HR><A NAME="createTotalSequence$withFeedFrom$andSelector(java.lang.String, java.lang.Object, swarm.Selector)"><!-- --></A><H3>createTotalSequence$withFeedFrom$andSelector</H3><PRE>public <A HREF="../../swarm/analysis/EZAverageSequence.html">EZAverageSequence</A> <B>createTotalSequence$withFeedFrom$andSelector</B>(java.lang.String aName, java.lang.Object aCollection, <A HREF="../../swarm/Selector.html">Selector</A> aSel)</PRE><DL><DD>The createTotalSequence method takes a collection of objects and generates a sequence based on the sum over the responses of the entire object set. The method returns an id which can be used later with -dropSequence.<DD><DL></DL></DD></DL><HR><A NAME="createMinSequence$withFeedFrom$andSelector(java.lang.String, java.lang.Object, swarm.Selector)"><!-- --></A><H3>createMinSequence$withFeedFrom$andSelector</H3><PRE>public <A HREF="../../swarm/analysis/EZAverageSequence.html">EZAverageSequence</A> <B>createMinSequence$withFeedFrom$andSelector</B>(java.lang.String aName, java.lang.Object aCollection, <A HREF="../../swarm/Selector.html">Selector</A> aSel)</PRE><DL><DD>The createMinSequence method takes a collection of objects and generates a sequence based on the minimum over the responses of the entire object set. The method returns an id which can be used later with -dropSequence.<DD><DL></DL></DD></DL><HR><A NAME="createMaxSequence$withFeedFrom$andSelector(java.lang.String, java.lang.Object, swarm.Selector)"><!-- --></A><H3>createMaxSequence$withFeedFrom$andSelector</H3><PRE>public <A HREF="../../swarm/analysis/EZAverageSequence.html">EZAverageSequence</A> <B>createMaxSequence$withFeedFrom$andSelector</B>(java.lang.String aName, java.lang.Object aCollection, <A HREF="../../swarm/Selector.html">Selector</A> aSel)</PRE><DL><DD>The createMaxSequence method takes a collection of objects and generates a sequence based on the maximums over the responses of the entire object set. The method returns an id which can be used later with -dropSequence.<DD><DL></DL></DD></DL><HR><A NAME="createCountSequence$withFeedFrom$andSelector(java.lang.String, java.lang.Object, swarm.Selector)"><!-- --></A><H3>createCountSequence$withFeedFrom$andSelector</H3><PRE>public <A HREF="../../swarm/analysis/EZAverageSequence.html">EZAverageSequence</A> <B>createCountSequence$withFeedFrom$andSelector</B>(java.lang.String aName, java.lang.Object aCollection, <A HREF="../../swarm/Selector.html">Selector</A> aSel)</PRE><DL><DD>The createCountSequence method takes a collection of objects and generates a sequence based on the count over the responses of the entire object set. The method returns an id which can be used later with -dropSequence.<DD><DL></DL></DD></DL><HR><A NAME="dropSequence(java.lang.Object)"><!-- --></A><H3>dropSequence</H3><PRE>public java.lang.Object <B>dropSequence</B>(java.lang.Object aSeq)</PRE><DL><DD>The dropSequence method drops a data sequence (line on the graph), e.g. because the source object no longer exists. The aSeq parameter should be an id previously returned by one of the createSequence: methods. If the drop is successful, the method returns aSeq, otherwise it returns nil.<DD><DL></DL></DD></DL><HR><A NAME="getTitle()"><!-- --></A><H3>getTitle</H3><PRE>public java.lang.String <B>getTitle</B>()</PRE><DL><DD>Return the title string.<DD><DL></DL></DD></DL><HR><A NAME="getFileName()"><!-- --></A><H3>getFileName</H3><PRE>public java.lang.String <B>getFileName</B>()</PRE><DL><DD>Return the file name prefix string.<DD><DL></DL></DD></DL><HR><A NAME="update()"><!-- --></A><H3>update</H3><PRE>public void <B>update</B>()</PRE><DL><DD>the -update method causes the underlying sequences to get the next set of data values. If a sequence has a single object attached rather than an Averager, nothing is done.<DD><DL></DL></DD></DL><HR><A NAME="outputGraph()"><!-- --></A><H3>outputGraph</H3><PRE>public void <B>outputGraph</B>()</PRE><DL><DD>the outputGraph method updates the graph with the data obtained from the last call to -update. If setGraphics==0, nothing is done.<DD><DL></DL></DD></DL><HR><A NAME="outputToFile()"><!-- --></A><H3>outputToFile</H3><PRE>public void <B>outputToFile</B>()</PRE><DL><DD>the outputToFile method sends to the disk file data obtained from the last call to -update. If setFileOutput==0, nothing is done.<DD><DL></DL></DD></DL><HR><A NAME="step()"><!-- --></A><H3>step</H3><PRE>public void <B>step</B>()</PRE><DL><DD>The step method combines -update, -outputGraph and -outputToFile. If you want file output to occur at a different frequency than graph updates, schedule those methods separately instead of using -step.<DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../swarm/analysis/EZDistributionS.html"><B>PREV CLASS</B></A> <A HREF="../../swarm/analysis/EZGraphC.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="EZGraph.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -