|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.ctxm.SingleSensorChainFactory
Factory for context chains that are able to filter data from a single raw sensor.
Accepted context definition idiom:
<CONTEXT n="ctxname">
<STATES>
<STATE n="s1"/>
<STATE n="s2"/>
<STATE n="s3"/>
<STATE n="unknow"/>
<STATES>
<INDEX>
<SENSOR n="sname"/>
</INDEX>
<RANGES>
<RANGE ub="1.0" state="s1"/>
<RANGE olb="1.0" ub="2.0" state="s2"/>
<RANGE olb="2.0" oub="3.0" state="s3"/>
<DEFAULT state="unknown"/>
</RANGES>
</CONEXT>
Constructor Summary | |
(package private) |
SingleSensorChainFactory()
|
Method Summary | |
ContextChain |
createChain(java.lang.String ctxdef)
Create a context chain |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
SingleSensorChainFactory()
Method Detail |
public ContextChain createChain(java.lang.String ctxdef)
createChain
in interface ContextChainFactory
ctxdef
- a String
value
ContextChain
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |