public abstract class Parametrizable extends Object implements HasParams
protected List<Param>
params
Parametrizable()
protected Parametrizable
addParam(Param param)
String
build()
Param[]
getParams()
abstract String
name()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected List<Param> params
public Parametrizable()
public abstract String name()
public Param[] getParams()
getParams
HasParams
protected Parametrizable addParam(Param param)
public String build()
build
Copyright © 2016. All Rights Reserved.