Interface ViewServicePreviousFactory
- All Known Implementing Classes:
ViewServicePreviousFactoryImpl
public interface ViewServicePreviousFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetOptPreviousExprRandomAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) getOptPreviousExprRelativeAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) getOptPreviousExprSortedRankedAccess
(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
-
Method Details
-
getOptPreviousExprRandomAccess
ViewUpdatedCollection getOptPreviousExprRandomAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
getOptPreviousExprRelativeAccess
ViewUpdatedCollection getOptPreviousExprRelativeAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) -
getOptPreviousExprSortedRankedAccess
IStreamSortRankRandomAccess getOptPreviousExprSortedRankedAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext)
-