This project has retired. For details please refer to its Attic page.
AlgoArgParser.CustomArgParser (Lens 2.0.1-beta-incubating API)

org.apache.lens.ml
Class AlgoArgParser.CustomArgParser<E>

java.lang.Object
  extended by org.apache.lens.ml.AlgoArgParser.CustomArgParser<E>
Type Parameters:
E - the element type
Enclosing class:
AlgoArgParser

public abstract static class AlgoArgParser.CustomArgParser<E>
extends Object

The Class CustomArgParser.


Constructor Summary
AlgoArgParser.CustomArgParser()
           
 
Method Summary
abstract  E parse(String value)
          Parses the.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgoArgParser.CustomArgParser

public AlgoArgParser.CustomArgParser()
Method Detail

parse

public abstract E parse(String value)
Parses the.

Parameters:
value - the value
Returns:
the e


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.