パッケージ | 説明 |
---|---|
ome.model.annotations | |
ome.model.screen |
修飾子とタイプ | メソッドと説明 |
---|---|
WellSampleAnnotationLink |
WellSampleAnnotationLink.newInstance() |
WellSampleAnnotationLink |
WellSampleAnnotationLink.proxy() |
修飾子とタイプ | フィールドと説明 |
---|---|
protected java.util.Set<WellSampleAnnotationLink> |
WellSample.annotationLinks |
修飾子とタイプ | メソッドと説明 |
---|---|
WellSampleAnnotationLink |
WellSample.linkAnnotation(Annotation addition)
Adds a ome.model.annotations.WellSampleAnnotationLink to annotationLinks .
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.Set<WellSampleAnnotationLink> |
WellSample.findWellSampleAnnotationLink(Annotation target)
find all ome.model.annotations.WellSampleAnnotationLink which have the argument as their child.
|
protected java.util.Set<WellSampleAnnotationLink> |
WellSample.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<WellSampleAnnotationLink> |
WellSample.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.Collection<WellSampleAnnotationLink> |
WellSample.unmodifiableAnnotationLinks()
Returns an unmodifiable collection-view
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
WellSample.addWellSampleAnnotationLink(WellSampleAnnotationLink target)
use instead of setAnnotationLinks .
|
void |
WellSample.addWellSampleAnnotationLink(WellSampleAnnotationLink link,
boolean bothSides)
Adds a ome.model.annotations.WellSampleAnnotationLink to annotationLinks, allowing for recursion -- whether
or not addWellSampleAnnotationLink will be called on the addition if it is loaded
|
void |
WellSample.removeWellSampleAnnotationLink(WellSampleAnnotationLink target)
removes a single element from this set and makes the inverse call on ome.model.annotations.WellSampleAnnotationLink
|
void |
WellSample.removeWellSampleAnnotationLink(WellSampleAnnotationLink link,
boolean bothSides)
removes the given WellSampleAnnotationLink from annotationLinks, allowing for recursion -- whether
or not the removal will call unlinkWellSample again if loaded.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
WellSample.addWellSampleAnnotationLinkSet(java.util.Collection<WellSampleAnnotationLink> targets)
use like addWellSampleAnnotationLink.
|
void |
WellSample.removeWellSampleAnnotationLinkSet(java.util.Collection<WellSampleAnnotationLink> targets)
use like removeWellSampleAnnotationLink
|
protected void |
WellSample.setAnnotationLinks(java.util.Set<WellSampleAnnotationLink> annotationLinks)
setter for annotationLinks should be avoided.
|