Package | Description |
---|---|
ome.model.annotations | |
ome.model.screen |
Modifier and Type | Method and Description |
---|---|
Reagent |
ReagentAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
ReagentAnnotationLink.link(Reagent parent,
Annotation child) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Reagent> |
Screen.reagents |
Modifier and Type | Method and Description |
---|---|
Reagent |
WellReagentLink.child() |
Reagent |
Reagent.newInstance() |
Reagent |
Reagent.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Reagent> |
Screen.getReagents()
returns reagents .
|
java.util.Iterator<Reagent> |
Screen.iterateReagents()
should be used rather than accessing the reagents set directly.
|
java.util.Iterator<Reagent> |
Well.linkedReagentIterator()
provides an iterator over the parent values of the reagentLinks.
|
java.util.List<Reagent> |
Well.linkedReagentList()
produces a
List -copy of the underlying collection. |
java.util.Collection<Reagent> |
Screen.unmodifiableReagents()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Screen.addReagent(Reagent target)
use instead of setReagents .
|
java.util.Set<WellReagentLink> |
Well.findWellReagentLink(Reagent target)
find all ome.model.screen.WellReagentLink which have the argument as their child.
|
void |
WellReagentLink.link(Well parent,
Reagent child) |
WellReagentLink |
Well.linkReagent(Reagent addition)
Adds a ome.model.screen.WellReagentLink to reagentLinks .
|
void |
Screen.removeReagent(Reagent target)
removes a single element from this set and makes the inverse call on ome.model.screen.Reagent
|
void |
Well.unlinkReagent(Reagent removal)
unlinks all ome.model.screen.Reagent instances from this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Screen.addReagentSet(java.util.Collection<Reagent> targets)
use like addReagent.
|
void |
Screen.removeReagentSet(java.util.Collection<Reagent> targets)
use like removeReagent
|
protected void |
Screen.setReagents(java.util.Set<Reagent> reagents)
setter for reagents should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.