|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.om.formula.aspects.tests.XFDimensionsTestController
public class XFDimensionsTestController
| Constructor Summary | |
|---|---|
XFDimensionsTestController(XBRLFormulaProcessor formulaProcessor,
XMLFragment res)
|
|
| Method Summary | |
|---|---|
boolean |
bResultsCacheable()
Returns true if the results can be obtained from the aspects cache or can be sent to the aspects cache after evaluation |
boolean |
equivaletValues(net.sf.saxon.s9api.XdmValue fact1,
net.sf.saxon.s9api.XdmValue fact2)
Two facts have equivalent values for a given aspect if the aspect test for that aspect evaluates to true. |
XMLFragment |
getCacheVal1()
In case bResultsCacheable returns true, this must return the XML fragment that will be stored into the cache for the first variable to test aspects from |
XMLFragment |
getCacheVal2()
In case bResultsCacheable returns true, this must return the XML fragment that will be stored into the cache for the second variable to test aspects from |
void |
setDimensionsToTest(java.util.Collection<javax.xml.namespace.QName> dimensionsToTestA)
Call this method in order to set the set of dimensions to tests between two variables. |
void |
setDimensionsToTest(net.sf.saxon.s9api.XdmNode fact1,
net.sf.saxon.s9api.XdmNode fact2)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XFDimensionsTestController(XBRLFormulaProcessor formulaProcessor,
XMLFragment res)
formulaProcessor - res - | Method Detail |
|---|
public boolean equivaletValues(net.sf.saxon.s9api.XdmValue fact1,
net.sf.saxon.s9api.XdmValue fact2)
throws XFValidationException
XFAspectTestInterfaceThis interface MUST be implemented by classes dealing with different aspects
equivaletValues in interface XFAspectTestInterfacefact1 - This one of the facts to comparefact2 - This is the fact to compare to
XFValidationException - in case of errors in the XPath expression definitions (custom attribute in the typed dimensions and multiple typed dimensions defined)public void setDimensionsToTest(java.util.Collection<javax.xml.namespace.QName> dimensionsToTestA)
dimensionsToTestA -
public void setDimensionsToTest(net.sf.saxon.s9api.XdmNode fact1,
net.sf.saxon.s9api.XdmNode fact2)
fact1 - fact2 - public boolean bResultsCacheable()
XFAspectTestInterface
bResultsCacheable in interface XFAspectTestInterfacepublic XMLFragment getCacheVal1()
XFAspectTestInterface
getCacheVal1 in interface XFAspectTestInterfacepublic XMLFragment getCacheVal2()
XFAspectTestInterface
getCacheVal2 in interface XFAspectTestInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||