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 NamedCounterNamedCounter.CounterComparator. m_Counterthe basis for the comparison.protected static NamedCounterUniqueIDs. m_NamedCounterthe 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 NamedCounterAbstractJavaCodeProducer. m_VarNamesthe 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 NamedCounterActorStatistic. m_ClassStatisticsthe statistics per actor class.protected NamedCounterActorStatistic. m_TypeStatisticsthe 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 NamedCounterCheckActorReferenceUsage. m_DefinitionCountthe definition counter.protected NamedCounterRemoveUnusedReferenceableActors. m_DefinitionCountthe definition counter.protected NamedCounterCheckActorReferenceUsage. m_ReferenceCountthe usage counter.protected NamedCounterRemoveUnusedReferenceableActors. m_ReferenceCountthe usage counter.protected NamedCounterCheckStorageUsage. m_SetCountthe set counter.protected NamedCounterCheckVariableUsage. m_SetCountthe set counter.protected NamedCounterCheckStorageUsage. m_UsageCountthe usage counter.protected NamedCounterCheckVariableUsage. m_UsageCountthe usage counter. -
Uses of NamedCounter in adams.flow.sink
Fields in adams.flow.sink declared as NamedCounter Modifier and Type Field Description protected NamedCounterControlChartPlot. m_Counterfor keeping track of the tokens.protected NamedCounterSequencePlotter. m_Counterfor keeping track of the tokens.protected NamedCounterSimplePlot. m_Counterfor keeping track of the tokens.protected NamedCounterPlotContainerSink. m_TokenCountsfor 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 NamedCounterNamedPlotUpdater. m_NumTokensAcceptedthe 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 voidCounterAdd. 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 NamedCounterMemoryMonitorPanel. m_Counterfor 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 NamedCounterMostCommon. m_Counterthe 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 NamedCounterMostCommon. m_Counterthe count per actor.
-