public class ArchitectureLayer
extends java.lang.Object
| Constructor and Description |
|---|
ArchitectureLayer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,java.lang.String> |
getParams() |
boolean |
isBias() |
boolean |
isUsedDefault() |
void |
setBias(boolean theBias) |
void |
setCount(int theCount) |
void |
setName(java.lang.String theName) |
void |
setUsedDefault(boolean theUsedDefault) |
public int getCount()
public java.lang.String getName()
public java.util.Map<java.lang.String,java.lang.String> getParams()
public boolean isBias()
public boolean isUsedDefault()
public void setBias(boolean theBias)
theBias - the bias to setpublic void setCount(int theCount)
theCount - the count to setpublic void setName(java.lang.String theName)
theName - the name to setpublic void setUsedDefault(boolean theUsedDefault)
theUsedDefault - the usedDefault to set