public class BoaWithSettingsRepItem<T extends BOA>
extends java.lang.Object
BoaRepItem including the parameter settings
to instantiate it. immutable.| Modifier | Constructor and Description |
|---|---|
protected |
BoaWithSettingsRepItem() |
|
BoaWithSettingsRepItem(BoaRepItem<T> item,
ParameterList parameters) |
|
BoaWithSettingsRepItem(BoaType type)
Create just any with given type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
BoaRepItem<T> |
getBoa() |
ParameterList |
getParameters() |
java.lang.String |
getUniqueName() |
int |
hashCode() |
java.lang.String |
toString() |
protected BoaWithSettingsRepItem()
public BoaWithSettingsRepItem(BoaType type) throws InstantiateException
type - must match T.InstantiateExceptionpublic BoaWithSettingsRepItem(BoaRepItem<T> item, ParameterList parameters)
public BoaRepItem<T> getBoa()
BoaRepItem. Subclasses contain the proper type of
BoaRepItem.public ParameterList getParameters()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getUniqueName()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object