com.ihr.xbrl.om.formula.filters
Interface XBRLFilterOrderTool

All Superinterfaces:
java.util.Comparator<XBRLFormulaFilter>
All Known Implementing Classes:
XBRLFilterOrderToolImpl, XBRLUserDefinedFilterOrderTool

public interface XBRLFilterOrderTool
extends java.util.Comparator<XBRLFormulaFilter>

Author:
Ignacio

Method Summary
 int compare(XBRLFormulaFilter o1, XBRLFormulaFilter o2)
           
 int getFilterWeight(java.lang.Class<? extends XBRLFormulaFilter> clazz)
          Computes a value that will be used to order filters used in the evaluation of a fact variable.
 
Methods inherited from interface java.util.Comparator
equals
 

Method Detail

getFilterWeight

int getFilterWeight(java.lang.Class<? extends XBRLFormulaFilter> clazz)
Computes a value that will be used to order filters used in the evaluation of a fact variable.

Parameters:
clazz -
Returns:

compare

int compare(XBRLFormulaFilter o1,
            XBRLFormulaFilter o2)
Specified by:
compare in interface java.util.Comparator<XBRLFormulaFilter>


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa