Package | Description |
---|---|
ome.model.core | |
ome.model.fs |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<FilesetEntry> |
OriginalFile.filesetEntries |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<FilesetEntry> |
OriginalFile.getFilesetEntries()
returns filesetEntries .
|
java.util.Iterator<FilesetEntry> |
OriginalFile.iterateFilesetEntries()
should be used rather than accessing the filesetEntries set directly.
|
java.util.Collection<FilesetEntry> |
OriginalFile.unmodifiableFilesetEntries()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
OriginalFile.addFilesetEntry(FilesetEntry target)
use instead of setFilesetEntries .
|
void |
OriginalFile.removeFilesetEntry(FilesetEntry target)
removes a single element from this set and makes the inverse call on ome.model.fs.FilesetEntry
|
Modifier and Type | Method and Description |
---|---|
void |
OriginalFile.addFilesetEntrySet(java.util.Collection<FilesetEntry> targets)
use like addFilesetEntry.
|
void |
OriginalFile.removeFilesetEntrySet(java.util.Collection<FilesetEntry> targets)
use like removeFilesetEntry
|
protected void |
OriginalFile.setFilesetEntries(java.util.Set<FilesetEntry> filesetEntries)
setter for filesetEntries should be avoided.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<FilesetEntry> |
Fileset.usedFiles |
Modifier and Type | Method and Description |
---|---|
FilesetEntry |
Fileset.getFilesetEntry(int index)
Gets the ome.model.fs.FilesetEntry at the given index.
|
FilesetEntry |
Fileset.getPrimaryFilesetEntry()
Gets the first element of usedFiles which can be interpreted as the
primary or default element in some situations.
|
FilesetEntry |
FilesetEntry.newInstance() |
FilesetEntry |
FilesetEntry.proxy() |
FilesetEntry |
Fileset.setFilesetEntry(int index,
FilesetEntry element)
Sets the ome.model.fs.FilesetEntry at the given index.
|
FilesetEntry |
Fileset.setPrimaryFilesetEntry(FilesetEntry element)
Swaps the first element of usedFiles with the first instance of the
given element.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<FilesetEntry> |
Fileset.getUsedFiles()
returns usedFiles .
|
java.util.Iterator<FilesetEntry> |
Fileset.iterateUsedFiles()
should be used rather than accessing the usedFiles set directly.
|
java.util.Collection<FilesetEntry> |
Fileset.unmodifiableUsedFiles()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Fileset.addFilesetEntry(FilesetEntry target)
use instead of setUsedFiles .
|
void |
Fileset.removeFilesetEntry(FilesetEntry target)
removes a single element from this set and makes the inverse call on ome.model.fs.FilesetEntry
|
FilesetEntry |
Fileset.setFilesetEntry(int index,
FilesetEntry element)
Sets the ome.model.fs.FilesetEntry at the given index.
|
FilesetEntry |
Fileset.setPrimaryFilesetEntry(FilesetEntry element)
Swaps the first element of usedFiles with the first instance of the
given element.
|
Modifier and Type | Method and Description |
---|---|
void |
Fileset.addFilesetEntrySet(java.util.Collection<FilesetEntry> targets)
use like addFilesetEntry.
|
void |
Fileset.removeFilesetEntrySet(java.util.Collection<FilesetEntry> targets)
use like removeFilesetEntry
|
protected void |
Fileset.setUsedFiles(java.util.List<FilesetEntry> usedFiles)
setter for usedFiles should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.