| Package | Description |
|---|---|
| com.ihr.xbrl.om.assertions | |
| com.ihr.xbrl.om.formula |
Provides the classes necessary to implement a plug in XBRL processor for validation of
docuents and taxonomies according to the XBRL formula specification 1.0
At this stage the package is just created.
|
| com.ihr.xbrl.om.formula.filters |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<XBRLFilterUse> |
XBRLConsistencyAssertion.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
static XBRLFilterUse |
XBRLFilterUse.createFilterUse(XBRLFormulaProcessor proc,
XBRLRelationship rel,
XBRLFormulaFilter filter)
Factory method.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<XBRLFilterUse> |
XBRLVariablesHolder.getFilters()
Returns a collection of XBRLFilterUse instance representing the use of filters associated to
this XBRLVariablesHolder.
|
java.util.Collection<XBRLFilterUse> |
XBRLVariableSetResource.getFilters() |
java.util.List<XBRLFilterUse> |
XBRLVariableResource.getFilters(int aspect)
Gets the filters.
|
java.util.List<XBRLFilterUse> |
XBRLVariableInternal.getFilters(int aspect) |
java.util.List<XBRLFilterUse> |
XBRLVariableFormulaEvaluable.getFilters(int aspect)
Gets the filters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
XBRLFilterUse.compareTo(XBRLFilterUse o) |
| Modifier and Type | Method and Description |
|---|---|
int |
XBRLAspectCoverFilter.processFilters(java.util.Vector<XBRLFilterUse> vFilters,
boolean bIsCover)
'override' the cover state of aspects resulting from the application of the other filters.
|
| Constructor and Description |
|---|
XBRLExplicitDimensionMultiFilter(java.util.Vector<XBRLFilterUse> packFilters)
Instantiates a new XBRL explicit dimension multi filter.
|