Package ome.model
Interface ILink
- 
- All Superinterfaces:
- Filterable,- IObject,- java.io.Serializable
 - All Known Subinterfaces:
- IAnnotationLink
 - All Known Implementing Classes:
- AnnotationAnnotationLink,- ChannelAnnotationLink,- DatasetAnnotationLink,- DatasetImageLink,- DetectorAnnotationLink,- DichroicAnnotationLink,- ExperimenterAnnotationLink,- ExperimenterGroupAnnotationLink,- FilesetAnnotationLink,- FilesetJobLink,- FilterAnnotationLink,- FilterSetEmissionFilterLink,- FilterSetExcitationFilterLink,- FolderAnnotationLink,- FolderImageLink,- FolderRoiLink,- GroupExperimenterMap,- ImageAnnotationLink,- InstrumentAnnotationLink,- JobOriginalFileLink,- LightPathAnnotationLink,- LightPathEmissionFilterLink,- LightPathExcitationFilterLink,- LightSourceAnnotationLink,- NamespaceAnnotationLink,- NodeAnnotationLink,- ObjectiveAnnotationLink,- OriginalFileAnnotationLink,- PixelsOriginalFileMap,- PlaneInfoAnnotationLink,- PlateAcquisitionAnnotationLink,- PlateAnnotationLink,- ProjectAnnotationLink,- ProjectDatasetLink,- ReagentAnnotationLink,- RoiAnnotationLink,- ScreenAnnotationLink,- ScreenPlateLink,- SessionAnnotationLink,- ShapeAnnotationLink,- ShareMember,- WellAnnotationLink,- WellReagentLink
 
 public interface ILink extends IObject extension ofIObjectfor building object hierarchies. ILink represents a many-to-many relationship between two classes that take part in a containment relationship.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IObjectgetChild()IObjectgetParent()voidsetChild(IObject child)voidsetParent(IObject parent)- 
Methods inherited from interface ome.util.FilterableacceptFilter
 
- 
 
-