public class DefaultStreamEffectorResult extends java.lang.Object implements StreamEffectorResult
| Constructor and Description |
|---|
DefaultStreamEffectorResult() |
DefaultStreamEffectorResult(boolean effect,
boolean done,
int explainIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExplainIndex() |
boolean |
hasEffect() |
boolean |
isDone() |
void |
setDone(boolean done) |
void |
setEffect(boolean effect) |
void |
setExplainIndex(int explainIndex) |
public DefaultStreamEffectorResult()
public DefaultStreamEffectorResult(boolean effect,
boolean done,
int explainIndex)
public boolean hasEffect()
hasEffect in interface StreamEffectorResultpublic boolean isDone()
isDone in interface StreamEffectorResultpublic void setEffect(boolean effect)
public void setDone(boolean done)
public int getExplainIndex()
getExplainIndex in interface StreamEffectorResultpublic void setExplainIndex(int explainIndex)
Copyright © 2017–2024. All rights reserved.