Package | Description |
---|---|
ome.model.annotations | |
ome.model.meta |
Modifier and Type | Method and Description |
---|---|
NamespaceAnnotationLink |
NamespaceAnnotationLink.newInstance() |
NamespaceAnnotationLink |
NamespaceAnnotationLink.proxy() |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<NamespaceAnnotationLink> |
Namespace.annotationLinks |
Modifier and Type | Method and Description |
---|---|
NamespaceAnnotationLink |
Namespace.linkAnnotation(Annotation addition)
Adds a ome.model.annotations.NamespaceAnnotationLink to annotationLinks .
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<NamespaceAnnotationLink> |
Namespace.findNamespaceAnnotationLink(Annotation target)
find all ome.model.annotations.NamespaceAnnotationLink which have the argument as their child.
|
protected java.util.Set<NamespaceAnnotationLink> |
Namespace.getAnnotationLinks()
returns annotationLinks .
|
java.util.Iterator<NamespaceAnnotationLink> |
Namespace.iterateAnnotationLinks()
should be used rather than accessing the annotationLinks set directly.
|
java.util.Collection<NamespaceAnnotationLink> |
Namespace.unmodifiableAnnotationLinks()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Namespace.addNamespaceAnnotationLink(NamespaceAnnotationLink target)
use instead of setAnnotationLinks .
|
void |
Namespace.addNamespaceAnnotationLink(NamespaceAnnotationLink link,
boolean bothSides)
Adds a ome.model.annotations.NamespaceAnnotationLink to annotationLinks, allowing for recursion -- whether
or not addNamespaceAnnotationLink will be called on the addition if it is loaded
|
void |
Namespace.removeNamespaceAnnotationLink(NamespaceAnnotationLink target)
removes a single element from this set and makes the inverse call on ome.model.annotations.NamespaceAnnotationLink
|
void |
Namespace.removeNamespaceAnnotationLink(NamespaceAnnotationLink link,
boolean bothSides)
removes the given NamespaceAnnotationLink from annotationLinks, allowing for recursion -- whether
or not the removal will call unlinkNamespace again if loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
Namespace.addNamespaceAnnotationLinkSet(java.util.Collection<NamespaceAnnotationLink> targets)
use like addNamespaceAnnotationLink.
|
void |
Namespace.removeNamespaceAnnotationLinkSet(java.util.Collection<NamespaceAnnotationLink> targets)
use like removeNamespaceAnnotationLink
|
protected void |
Namespace.setAnnotationLinks(java.util.Set<NamespaceAnnotationLink> annotationLinks)
setter for annotationLinks should be avoided.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.