|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcat.sig.Node
This class is for the SigManager only. It matches a Sensor with all the sigs that care about it. Provides an easy way for the SigManager to know which sensors are shared in which sigs.
Field Summary | |
(package private) Sensor |
sensor
The sensor in this node to match with sigs. |
(package private) java.util.Vector |
sigs
sigs that are interested in this sensor |
Constructor Summary | |
Node(Sensor s)
This constructor sets up the Node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
Sensor sensor
java.util.Vector sigs
Constructor Detail |
public Node(Sensor s)
s
- The sensor to match up with sigs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |