| 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 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 | 
|---|---|
| Set<NamespaceAnnotationLink> | Namespace. findNamespaceAnnotationLink(Annotation target)find all ome.model.annotations.NamespaceAnnotationLink which have the argument as their child. | 
| protected Set<NamespaceAnnotationLink> | Namespace. getAnnotationLinks()returns annotationLinks . | 
| Iterator<NamespaceAnnotationLink> | Namespace. iterateAnnotationLinks()should be used rather than accessing the annotationLinks set directly. | 
| 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(Collection<NamespaceAnnotationLink> targets)use like addNamespaceAnnotationLink. | 
| void | Namespace. removeNamespaceAnnotationLinkSet(Collection<NamespaceAnnotationLink> targets)use like removeNamespaceAnnotationLink | 
| protected void | Namespace. setAnnotationLinks(Set<NamespaceAnnotationLink> annotationLinks)setter for annotationLinks should be avoided. | 
                
                
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.