protected class PairedTTester.DatasetSpecifiers extends java.lang.Object implements RevisionHandler, java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
DatasetSpecifiers() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(Instance inst)
Add an instance to the list of specifiers (if necessary)
|
java.lang.String |
getRevision()
Returns the revision string.
|
protected int |
numSpecifiers()
Gets the number of specifiers.
|
protected void |
removeAllSpecifiers()
Removes all specifiers.
|
protected Instance |
specifier(int i)
Get the template at the given position.
|
protected void removeAllSpecifiers()
protected void add(Instance inst)
inst - the instance to addprotected Instance specifier(int i)
i - the indexprotected int numSpecifiers()
public java.lang.String getRevision()
getRevision in interface RevisionHandler