ponderToolkit.compiler.codeGen.interfaces.filters
Interface FilterListI


public interface FilterListI

Function: Models a Positive authorisation action filter list.


Method Summary
 FilterI getFilterAt(int pos)
          Get the filter at position: pos.
 int getSize()
          Get the size of the Filter List (the number of filters in it)
 

Method Detail

getFilterAt

public FilterI getFilterAt(int pos)
Get the filter at position: pos.

getSize

public int getSize()
Get the size of the Filter List (the number of filters in it)