Uses of Interface
org.objectweb.medor.filter.api.ThreeArgsOperator

Packages that use ThreeArgsOperator
org.objectweb.medor.filter.lib   
 

Uses of ThreeArgsOperator in org.objectweb.medor.filter.lib
 

Classes in org.objectweb.medor.filter.lib that implement ThreeArgsOperator
 class BasicThreeArgsOperator
           
 class IndexedLocate
          Operator representing the search for a substring within a given input string, starting at a given index.
 class Substring
          Operator representing the substring extraction given a String, a first integer to start from and a second integer indicating the length of the required substring.