org.encog.ml.prg.extension
public class ParamTemplate extends Object implements Serializable
Constructor and Description |
---|
ParamTemplate()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addAllTypes()
Add all known types.
|
void |
addType(String theType)
Add the specified type.
|
void |
addType(ValueType theType)
Add a type using a type enum.
|
List<ValueType> |
determineArgumentTypes(List<ValueType> parentTypes)
Determine the possable argument types, given the parent types.
|
Set<ValueType> |
getPossibleTypes() |
boolean |
isPassThrough() |
void |
setPassThrough(boolean passThrough) |
public void addAllTypes()
public void addType(String theType)
theType
- The type to add.public void addType(ValueType theType)
theType
- The type to add.public List<ValueType> determineArgumentTypes(List<ValueType> parentTypes)
parentTypes
- The parent types.public boolean isPassThrough()
public void setPassThrough(boolean passThrough)
passThrough
- the passThrough to setCopyright © 2014. All Rights Reserved.