public class ViewableActivationResult extends Object
Constructor and Description |
---|
ViewableActivationResult(Viewable viewable,
AgentInstanceStopCallback stopCallback,
EvalRootMatchRemover optEvalRootMatchRemover,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch,
EvalRootState optionalPatternRoot,
ViewableActivationResultExtension viewableActivationResultExtension) |
Modifier and Type | Method and Description |
---|---|
EvalRootMatchRemover |
getOptEvalRootMatchRemover() |
EvalRootState |
getOptionalPatternRoot() |
AgentInstanceStopCallback |
getStopCallback() |
Viewable |
getViewable() |
ViewableActivationResultExtension |
getViewableActivationResultExtension() |
boolean |
isDiscardPartialsOnMatch() |
boolean |
isSuppressSameEventMatches() |
public ViewableActivationResult(Viewable viewable, AgentInstanceStopCallback stopCallback, EvalRootMatchRemover optEvalRootMatchRemover, boolean suppressSameEventMatches, boolean discardPartialsOnMatch, EvalRootState optionalPatternRoot, ViewableActivationResultExtension viewableActivationResultExtension)
public Viewable getViewable()
public AgentInstanceStopCallback getStopCallback()
public ViewableActivationResultExtension getViewableActivationResultExtension()
public EvalRootMatchRemover getOptEvalRootMatchRemover()
public boolean isSuppressSameEventMatches()
public boolean isDiscardPartialsOnMatch()
public EvalRootState getOptionalPatternRoot()
Copyright © 2005–2018. All rights reserved.