Package com.automation_pros.odva.logix
Class LgxProbeContext.LgxTagIndex
- java.lang.Object
-
- com.automation_pros.odva.logix.LgxProbeContext.LgxTagIndex
-
- Enclosing class:
- LgxProbeContext
public static class LgxProbeContext.LgxTagIndex extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
instance
java.util.Map<java.lang.Integer,LgxProbeReport.LgxProbedTag>
instanceIndex
java.util.Map<java.lang.String,LgxProbeReport.LgxProbedTag>
nameIndex
LgxProbeReport.LgxProbedProgram
program
-
Constructor Summary
Constructors Modifier Constructor Description protected
LgxTagIndex(int instance, LgxProbeReport.LgxProbedProgram program, java.util.List<LgxProbeReport.LgxProbedTag> tags)
LgxTagIndex(LgxProbeReport report)
LgxTagIndex(LgxProbeReport.LgxProbedProgram program)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LgxProbeReport.LgxProbedTag
get(int instance)
LgxProbeReport.LgxProbedTag
get(java.lang.String symbol)
-
-
-
Field Detail
-
instance
public final int instance
-
program
public final LgxProbeReport.LgxProbedProgram program
-
nameIndex
public final java.util.Map<java.lang.String,LgxProbeReport.LgxProbedTag> nameIndex
-
instanceIndex
public final java.util.Map<java.lang.Integer,LgxProbeReport.LgxProbedTag> instanceIndex
-
-
Constructor Detail
-
LgxTagIndex
public LgxTagIndex(LgxProbeReport report)
-
LgxTagIndex
public LgxTagIndex(LgxProbeReport.LgxProbedProgram program)
-
LgxTagIndex
protected LgxTagIndex(int instance, LgxProbeReport.LgxProbedProgram program, java.util.List<LgxProbeReport.LgxProbedTag> tags)
-
-
Method Detail
-
get
public LgxProbeReport.LgxProbedTag get(java.lang.String symbol)
-
get
public LgxProbeReport.LgxProbedTag get(int instance)
-
-