public class AssertionExecutor
extends java.lang.Object
| Constructor and Description |
|---|
AssertionExecutor(XBRLFormulaProcessor fp)
Instantiates a new assertion executor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute.
|
EvaluableAssertion |
getAssertion()
Gets the assertion.
|
java.lang.String |
getName()
Gets the name.
|
void |
setParams(EvaluableAssertion a,
XBRLInstance doc,
XBRLValidationReport valReport)
Sets the params.
|
public AssertionExecutor(XBRLFormulaProcessor fp)
fp - the fppublic void setParams(EvaluableAssertion a, XBRLInstance doc, XBRLValidationReport valReport)
a - the adoc - the docvalReport - the val reportpublic EvaluableAssertion getAssertion()
public void execute()
public java.lang.String getName()