@JsonObject(value="MicroscopyImageReference") public class MicroscopyImageReference extends DatasetIdentifier
| Constructor and Description |
|---|
MicroscopyImageReference(int tile,
java.lang.String channel,
IDatasetIdentifier dataset)
Reference to image dataset which has no wells (like e.g.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChannel()
channel code
|
int |
getTile()
a sequential number of an image tile, starts from 0
|
int |
hashCode() |
java.lang.String |
toString() |
getDatasetCode, getDatastoreServerUrl, getPermIdpublic MicroscopyImageReference(int tile,
java.lang.String channel,
IDatasetIdentifier dataset)
dataset - if image dataset is specified, image will be fetched from it. If a feature
vector dataset is specified, a connected image dataset will be found and image
will be fetched from it.public int getTile()
public java.lang.String getChannel()
public java.lang.String toString()
toString in class DatasetIdentifierpublic int hashCode()
hashCode in class DatasetIdentifierpublic boolean equals(java.lang.Object obj)
equals in class DatasetIdentifier