📄 probemap.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Tue Nov 30 14:11:22 MST 2004 --><TITLE>Swarm 2.2 Reference Guide: Interface ProbeMap</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_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/objectbase/ProbeLibraryS.html"><B>PREV CLASS</B></A> <A HREF="../../swarm/objectbase/ProbeMapC.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="ProbeMap.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><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">swarm.objectbase</FONT><BR>Interface ProbeMap</H2><DL><DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../swarm/objectbase/CompleteProbeMap.html">CompleteProbeMap</A>, <A HREF="../../swarm/objectbase/CompleteVarMap.html">CompleteVarMap</A>, <A HREF="../../swarm/objectbase/CustomProbeMap.html">CustomProbeMap</A>, <A HREF="../../swarm/objectbase/DefaultProbeMap.html">DefaultProbeMap</A>, <A HREF="../../swarm/objectbase/EmptyProbeMap.html">EmptyProbeMap</A></DD></DL><DL><DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../swarm/objectbase/CompleteVarMapImpl.html">CompleteVarMapImpl</A>, <A HREF="../../swarm/objectbase/CustomProbeMapImpl.html">CustomProbeMapImpl</A>, <A HREF="../../swarm/objectbase/DefaultProbeMapImpl.html">DefaultProbeMapImpl</A>, <A HREF="../../swarm/objectbase/ProbeMapImpl.html">ProbeMapImpl</A>, <A HREF="../../swarm/objectbase/CompleteProbeMapImpl.html">CompleteProbeMapImpl</A></DD></DL><HR><DL><DT>public interface <B>ProbeMap</B><DT>extends <A HREF="../../swarm/objectbase/SwarmObject.html">SwarmObject</A>, <A HREF="../../swarm/objectbase/SwarmObjectS.html">SwarmObjectS</A>, <A HREF="../../swarm/objectbase/ProbeConfig.html">ProbeConfig</A>, <A HREF="../../swarm/objectbase/ProbeConfigS.html">ProbeConfigS</A></DL><P><strong> A container class for Probes used to specify the contents of a ProbeDisplay.</strong>.A ProbeMap is a Map-type collection of Probes. They are used to gather several Probes, who usually have a common referent, into a single bundle. For example, all the instance variables of a ModelSwarm might be gathered into a single ProbeMap. Each ProbeMap is then installed into the global ProbeLibrary.<P><HR><P><!-- ======== INNER CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Object</CODE></FONT></TD><TD><CODE><B><A HREF="../../swarm/objectbase/ProbeMap.html#addProbe(swarm.objectbase.Probe)">addProbe</A></B>(<A HREF="../../swarm/objectbase/Probe.html">Probe</A> aProbe)</CODE><BR> The addProbe: method adds a probe to the contents of the ProbeMap.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Object</CODE></FONT></TD><TD><CODE><B><A HREF="../../swarm/objectbase/ProbeMap.html#addProbeMap(swarm.objectbase.ProbeMap)">addProbeMap</A></B>(<A HREF="../../swarm/objectbase/ProbeMap.html">ProbeMap</A> aProbeMap)</CODE><BR> The addProbeMap: method is used to tailor the contents of a ProbeMap by performing "set inclusion" with another ProbeMap.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../swarm/collections/Index.html">Index</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../swarm/objectbase/ProbeMap.html#begin(swarm.defobj.Zone)">begin</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A> aZone)</CODE><BR> The begin: method returns an iterator (index) over the ProbeMap.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Object</CODE></FONT></TD><TD><CODE><B><A HREF="../../swarm/objectbase/ProbeMap.html#clone(swarm.defobj.Zone)">clone</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A> aZone)</CODE><BR> The clone: method returns a clone of the probe map.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../swarm/objectbase/ProbeMap.html#dropProbeForMessage(java.lang.String)">dropProbeForMessage</A></B>(java.lang.String aMessage)</CODE><BR> The dropProbeForMessage: method is used to drop a Probe from the ProbeMap.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../swarm/objectbase/ProbeMap.html#dropProbeForVariable(java.lang.String)">dropProbeForVariable</A></B>(java.lang.String aVariable)</CODE><BR> The dropProbeForVariable: method is used to drop a Probe from the ProbeMap.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Object</CODE></FONT></TD><TD><CODE><B><A HREF="../../swarm/objectbase/ProbeMap.html#dropProbeMap(swarm.objectbase.ProbeMap)">dropProbeMap</A></B>(<A HREF="../../swarm/objectbase/ProbeMap.html">ProbeMap</A> aProbeMap)</CODE><BR> The dropProbeMap: method is used to drop a probe from a probe map.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../swarm/objectbase/ProbeMap.html#getCount()">getCount</A></B>()</CODE><BR> The getCount method returns the number of probes in the ProbeMap.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.Class</CODE></FONT></TD><TD><CODE><B><A HREF="../../swarm/objectbase/ProbeMap.html#getProbedClass()">getProbedClass</A></B>()</CODE><BR> The getProbedClass method returns the class of the object that the set of probes that constitute the probe map points at.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_swarm.objectbase.SwarmObject"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface swarm.objectbase.<A HREF="../../swarm/objectbase/SwarmObject.html">SwarmObject</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/objectbase/SwarmObject.html#getCompleteProbeMap()">getCompleteProbeMap</A>, <A HREF="../../swarm/objectbase/SwarmObject.html#getProbeForMessage(java.lang.String)">getProbeForMessage</A>, <A HREF="../../swarm/objectbase/SwarmObject.html#getProbeForVariable(java.lang.String)">getProbeForVariable</A>, <A HREF="../../swarm/objectbase/SwarmObject.html#getProbeMap()">getProbeMap</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_swarm.objectbase.ProbeConfig"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface swarm.objectbase.<A HREF="../../swarm/objectbase/ProbeConfig.html">ProbeConfig</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/objectbase/ProbeConfig.html#getObjectToNotify()">getObjectToNotify</A>, <A HREF="../../swarm/objectbase/ProbeConfig.html#setObjectToNotify(java.lang.Object)">setObjectToNotify</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_swarm.defobj.Drop"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface swarm.defobj.<A HREF="../../swarm/defobj/Drop.html">Drop</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/defobj/Drop.html#drop()">drop</A></CODE></TD></TR></TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -