Uses of Class
adams.core.NamedCounter
-
-
Uses of NamedCounter in adams.core
Fields in adams.core declared as NamedCounter Modifier and Type Field Description protected NamedCounter
NamedCounter.CounterComparator. m_Counter
the basis for the comparison.protected static NamedCounter
UniqueIDs. m_NamedCounter
the named counter.Constructors in adams.core with parameters of type NamedCounter Constructor Description CounterComparator(NamedCounter counter)
Initializes the comparator. -
Uses of NamedCounter in adams.core.option
Fields in adams.core.option declared as NamedCounter Modifier and Type Field Description protected NamedCounter
AbstractJavaCodeProducer. m_VarNames
the named counter for the variables. -
Uses of NamedCounter in adams.flow.core
Fields in adams.flow.core declared as NamedCounter Modifier and Type Field Description protected NamedCounter
ActorStatistic. m_ClassStatistics
the statistics per actor class.protected NamedCounter
ActorStatistic. m_TypeStatistics
the statistics per actor type. -
Uses of NamedCounter in adams.flow.processor
Fields in adams.flow.processor declared as NamedCounter Modifier and Type Field Description protected NamedCounter
CheckActorReferenceUsage. m_DefinitionCount
the definition counter.protected NamedCounter
RemoveUnusedReferenceableActors. m_DefinitionCount
the definition counter.protected NamedCounter
CheckActorReferenceUsage. m_ReferenceCount
the usage counter.protected NamedCounter
RemoveUnusedReferenceableActors. m_ReferenceCount
the usage counter.protected NamedCounter
CheckStorageUsage. m_SetCount
the set counter.protected NamedCounter
CheckVariableUsage. m_SetCount
the set counter.protected NamedCounter
CheckStorageUsage. m_UsageCount
the usage counter.protected NamedCounter
CheckVariableUsage. m_UsageCount
the usage counter. -
Uses of NamedCounter in adams.flow.sink
Fields in adams.flow.sink declared as NamedCounter Modifier and Type Field Description protected NamedCounter
ControlChartPlot. m_Counter
for keeping track of the tokens.protected NamedCounter
SequencePlotter. m_Counter
for keeping track of the tokens.protected NamedCounter
SimplePlot. m_Counter
for keeping track of the tokens.protected NamedCounter
PlotContainerSink. m_TokenCounts
for keeping track of the number of tokens being added for a specific sequence, in case the X value is undefined (seqname - count relation). -
Uses of NamedCounter in adams.flow.sink.sequenceplotter
Fields in adams.flow.sink.sequenceplotter declared as NamedCounter Modifier and Type Field Description protected NamedCounter
NamedPlotUpdater. m_NumTokensAccepted
the number of tokens received. -
Uses of NamedCounter in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type NamedCounter Modifier and Type Method Description protected void
CounterAdd. countValue(NamedCounter counter, Object value)
Passes the value through the counter. -
Uses of NamedCounter in adams.gui.core
Fields in adams.gui.core declared as NamedCounter Modifier and Type Field Description protected NamedCounter
MemoryMonitorPanel. m_Counter
for keeping track of the tokens. -
Uses of NamedCounter in adams.gui.flow.tree.record.add
Fields in adams.gui.flow.tree.record.add declared as NamedCounter Modifier and Type Field Description protected static NamedCounter
MostCommon. m_Counter
the count per actor. -
Uses of NamedCounter in adams.gui.flow.tree.record.enclose
Fields in adams.gui.flow.tree.record.enclose declared as NamedCounter Modifier and Type Field Description protected static NamedCounter
MostCommon. m_Counter
the count per actor.
-