Adding Javadoc documentation.
[pingpong.git] / Code / Projects / PacketLevelSignatureExtractor / javadoc / edu / uci / iotproject / detection / AbstractSignatureDetector.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!-- NewPage -->
3 <html lang="en">
4 <head>
5 <!-- Generated by javadoc (1.8.0_191) on Thu Mar 28 11:26:59 PDT 2019 -->
6 <title>AbstractSignatureDetector</title>
7 <meta name="date" content="2019-03-28">
8 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9 <script type="text/javascript" src="../../../../script.js"></script>
10 </head>
11 <body>
12 <script type="text/javascript"><!--
13     try {
14         if (location.href.indexOf('is-external=true') == -1) {
15             parent.document.title="AbstractSignatureDetector";
16         }
17     }
18     catch(err) {
19     }
20 //-->
21 </script>
22 <noscript>
23 <div>JavaScript is disabled on your browser.</div>
24 </noscript>
25 <!-- ========= START OF TOP NAVBAR ======= -->
26 <div class="topNav"><a name="navbar.top">
27 <!--   -->
28 </a>
29 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
30 <a name="navbar.top.firstrow">
31 <!--   -->
32 </a>
33 <ul class="navList" title="Navigation">
34 <li><a href="../../../../overview-summary.html">Overview</a></li>
35 <li><a href="package-summary.html">Package</a></li>
36 <li class="navBarCell1Rev">Class</li>
37 <li><a href="package-tree.html">Tree</a></li>
38 <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
39 <li><a href="../../../../index-files/index-1.html">Index</a></li>
40 <li><a href="../../../../help-doc.html">Help</a></li>
41 </ul>
42 </div>
43 <div class="subNav">
44 <ul class="navList">
45 <li><a href="../../../../edu/uci/iotproject/detection/AbstractClusterMatcher.html" title="class in edu.uci.iotproject.detection"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
46 <li><a href="../../../../edu/uci/iotproject/detection/ClusterMatcherObserver.html" title="interface in edu.uci.iotproject.detection"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
47 </ul>
48 <ul class="navList">
49 <li><a href="../../../../index.html?edu/uci/iotproject/detection/AbstractSignatureDetector.html" target="_top">Frames</a></li>
50 <li><a href="AbstractSignatureDetector.html" target="_top">No&nbsp;Frames</a></li>
51 </ul>
52 <ul class="navList" id="allclasses_navbar_top">
53 <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
54 </ul>
55 <div>
56 <script type="text/javascript"><!--
57   allClassesLink = document.getElementById("allclasses_navbar_top");
58   if(window==top) {
59     allClassesLink.style.display = "block";
60   }
61   else {
62     allClassesLink.style.display = "none";
63   }
64   //-->
65 </script>
66 </div>
67 <div>
68 <ul class="subNavList">
69 <li>Summary:&nbsp;</li>
70 <li>Nested&nbsp;|&nbsp;</li>
71 <li>Field&nbsp;|&nbsp;</li>
72 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
73 <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
74 </ul>
75 <ul class="subNavList">
76 <li>Detail:&nbsp;</li>
77 <li>Field&nbsp;|&nbsp;</li>
78 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
79 <li>Method</li>
80 </ul>
81 </div>
82 <a name="skip.navbar.top">
83 <!--   -->
84 </a></div>
85 <!-- ========= END OF TOP NAVBAR ========= -->
86 <!-- ======== START OF CLASS DATA ======== -->
87 <div class="header">
88 <div class="subTitle">edu.uci.iotproject.detection</div>
89 <h2 title="Class AbstractSignatureDetector" class="title">Class AbstractSignatureDetector</h2>
90 </div>
91 <div class="contentContainer">
92 <ul class="inheritance">
93 <li>java.lang.Object</li>
94 <li>
95 <ul class="inheritance">
96 <li>edu.uci.iotproject.detection.AbstractSignatureDetector</li>
97 </ul>
98 </li>
99 </ul>
100 <div class="description">
101 <ul class="blockList">
102 <li class="blockList">
103 <dl>
104 <dt>All Implemented Interfaces:</dt>
105 <dd><a href="../../../../edu/uci/iotproject/detection/ClusterMatcherObserver.html" title="interface in edu.uci.iotproject.detection">ClusterMatcherObserver</a></dd>
106 </dl>
107 <hr>
108 <br>
109 <pre>public abstract class <span class="typeNameLabel">AbstractSignatureDetector</span>
110 extends java.lang.Object
111 implements <a href="../../../../edu/uci/iotproject/detection/ClusterMatcherObserver.html" title="interface in edu.uci.iotproject.detection">ClusterMatcherObserver</a></pre>
112 <div class="block">TODO add class documentation.</div>
113 </li>
114 </ul>
115 </div>
116 <div class="summary">
117 <ul class="blockList">
118 <li class="blockList">
119 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
120 <ul class="blockList">
121 <li class="blockList"><a name="constructor.summary">
122 <!--   -->
123 </a>
124 <h3>Constructor Summary</h3>
125 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
126 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
127 <tr>
128 <th class="colOne" scope="col">Constructor and Description</th>
129 </tr>
130 <tr class="altColor">
131 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../edu/uci/iotproject/detection/AbstractSignatureDetector.html#AbstractSignatureDetector-java.util.List-">AbstractSignatureDetector</a></span>(java.util.List&lt;java.util.List&lt;java.util.List&lt;org.pcap4j.core.PcapPacket&gt;&gt;&gt;&nbsp;searchedSignature)</code>&nbsp;</td>
132 </tr>
133 </table>
134 </li>
135 </ul>
136 <!-- ========== METHOD SUMMARY =========== -->
137 <ul class="blockList">
138 <li class="blockList"><a name="method.summary">
139 <!--   -->
140 </a>
141 <h3>Method Summary</h3>
142 <ul class="blockList">
143 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
144 <!--   -->
145 </a>
146 <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
147 <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
148 </ul>
149 <ul class="blockList">
150 <li class="blockList"><a name="methods.inherited.from.class.edu.uci.iotproject.detection.ClusterMatcherObserver">
151 <!--   -->
152 </a>
153 <h3>Methods inherited from interface&nbsp;edu.uci.iotproject.detection.<a href="../../../../edu/uci/iotproject/detection/ClusterMatcherObserver.html" title="interface in edu.uci.iotproject.detection">ClusterMatcherObserver</a></h3>
154 <code><a href="../../../../edu/uci/iotproject/detection/ClusterMatcherObserver.html#onMatch-edu.uci.iotproject.detection.AbstractClusterMatcher-java.util.List-">onMatch</a></code></li>
155 </ul>
156 </li>
157 </ul>
158 </li>
159 </ul>
160 </div>
161 <div class="details">
162 <ul class="blockList">
163 <li class="blockList">
164 <!-- ========= CONSTRUCTOR DETAIL ======== -->
165 <ul class="blockList">
166 <li class="blockList"><a name="constructor.detail">
167 <!--   -->
168 </a>
169 <h3>Constructor Detail</h3>
170 <a name="AbstractSignatureDetector-java.util.List-">
171 <!--   -->
172 </a>
173 <ul class="blockListLast">
174 <li class="blockList">
175 <h4>AbstractSignatureDetector</h4>
176 <pre>public&nbsp;AbstractSignatureDetector(java.util.List&lt;java.util.List&lt;java.util.List&lt;org.pcap4j.core.PcapPacket&gt;&gt;&gt;&nbsp;searchedSignature)</pre>
177 </li>
178 </ul>
179 </li>
180 </ul>
181 </li>
182 </ul>
183 </div>
184 </div>
185 <!-- ========= END OF CLASS DATA ========= -->
186 <!-- ======= START OF BOTTOM NAVBAR ====== -->
187 <div class="bottomNav"><a name="navbar.bottom">
188 <!--   -->
189 </a>
190 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
191 <a name="navbar.bottom.firstrow">
192 <!--   -->
193 </a>
194 <ul class="navList" title="Navigation">
195 <li><a href="../../../../overview-summary.html">Overview</a></li>
196 <li><a href="package-summary.html">Package</a></li>
197 <li class="navBarCell1Rev">Class</li>
198 <li><a href="package-tree.html">Tree</a></li>
199 <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
200 <li><a href="../../../../index-files/index-1.html">Index</a></li>
201 <li><a href="../../../../help-doc.html">Help</a></li>
202 </ul>
203 </div>
204 <div class="subNav">
205 <ul class="navList">
206 <li><a href="../../../../edu/uci/iotproject/detection/AbstractClusterMatcher.html" title="class in edu.uci.iotproject.detection"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
207 <li><a href="../../../../edu/uci/iotproject/detection/ClusterMatcherObserver.html" title="interface in edu.uci.iotproject.detection"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
208 </ul>
209 <ul class="navList">
210 <li><a href="../../../../index.html?edu/uci/iotproject/detection/AbstractSignatureDetector.html" target="_top">Frames</a></li>
211 <li><a href="AbstractSignatureDetector.html" target="_top">No&nbsp;Frames</a></li>
212 </ul>
213 <ul class="navList" id="allclasses_navbar_bottom">
214 <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
215 </ul>
216 <div>
217 <script type="text/javascript"><!--
218   allClassesLink = document.getElementById("allclasses_navbar_bottom");
219   if(window==top) {
220     allClassesLink.style.display = "block";
221   }
222   else {
223     allClassesLink.style.display = "none";
224   }
225   //-->
226 </script>
227 </div>
228 <div>
229 <ul class="subNavList">
230 <li>Summary:&nbsp;</li>
231 <li>Nested&nbsp;|&nbsp;</li>
232 <li>Field&nbsp;|&nbsp;</li>
233 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
234 <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
235 </ul>
236 <ul class="subNavList">
237 <li>Detail:&nbsp;</li>
238 <li>Field&nbsp;|&nbsp;</li>
239 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
240 <li>Method</li>
241 </ul>
242 </div>
243 <a name="skip.navbar.bottom">
244 <!--   -->
245 </a></div>
246 <!-- ======== END OF BOTTOM NAVBAR ======= -->
247 </body>
248 </html>