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 ofIObject
for building object hierarchies. ILink represents a many-to-many relationship between two classes that take part in a containment relationship.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IObject
getChild()
IObject
getParent()
void
setChild(IObject child)
void
setParent(IObject parent)
-
Methods inherited from interface ome.util.Filterable
acceptFilter
-
-