パッケージ | 説明 |
---|---|
ome.model.acquisition | |
ome.model.annotations |
修飾子とタイプ | フィールドと説明 |
---|---|
protected Dichroic |
FilterSet.dichroic |
protected Dichroic |
LightPath.dichroic |
修飾子とタイプ | フィールドと説明 |
---|---|
protected java.util.Set<Dichroic> |
Instrument.dichroic |
修飾子とタイプ | メソッドと説明 |
---|---|
Dichroic |
FilterSet.getDichroic()
Many-to-one field ome.model.acquisition.FilterSet.dichroic (ome.model.acquisition.Dichroic)
|
Dichroic |
LightPath.getDichroic()
Many-to-one field ome.model.acquisition.LightPath.dichroic (ome.model.acquisition.Dichroic)
|
Dichroic |
Dichroic.newInstance() |
Dichroic |
Dichroic.proxy() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected java.util.Set<Dichroic> |
Instrument.getDichroic()
returns dichroic .
|
java.util.Iterator<Dichroic> |
Instrument.iterateDichroic()
should be used rather than accessing the dichroic set directly.
|
java.util.Collection<Dichroic> |
Instrument.unmodifiableDichroic()
Returns an unmodifiable collection-view
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Instrument.addDichroic(Dichroic target)
use instead of setDichroic .
|
void |
Instrument.removeDichroic(Dichroic target)
removes a single element from this set and makes the inverse call on ome.model.acquisition.Dichroic
|
void |
FilterSet.setDichroic(Dichroic dichroic) |
void |
LightPath.setDichroic(Dichroic dichroic) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Instrument.addDichroicSet(java.util.Collection<Dichroic> targets)
use like addDichroic.
|
void |
Instrument.removeDichroicSet(java.util.Collection<Dichroic> targets)
use like removeDichroic
|
protected void |
Instrument.setDichroic(java.util.Set<Dichroic> dichroic)
setter for dichroic should be avoided.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Dichroic |
DichroicAnnotationLink.parent() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
DichroicAnnotationLink.link(Dichroic parent,
Annotation child) |