Package omero.model
Class _LightPathTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.LightPath
-
- omero.model._LightPathTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_LightPathOperations
,_LightPathOperationsNC
public class _LightPathTie extends LightPath implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.model.LightPath
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, dichroic, emissionFilterLinkCountPerOwner, emissionFilterLinkLoaded, emissionFilterLinkSeq, excitationFilterLinkCountPerOwner, excitationFilterLinkLoaded, excitationFilterLinkSeq, version
-
-
Constructor Summary
Constructors Constructor Description _LightPathTie()
_LightPathTie(_LightPathOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current __current)
void
addAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current __current)
void
addAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current __current)
void
addLightPathAnnotationLink(LightPathAnnotationLink target, Ice.Current __current)
void
addLightPathAnnotationLinkToBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addLightPathEmissionFilterLink(LightPathEmissionFilterLink target, Ice.Current __current)
void
addLightPathEmissionFilterLinkToBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current __current)
void
addLightPathExcitationFilterLink(LightPathExcitationFilterLink target, Ice.Current __current)
void
addLightPathExcitationFilterLinkToBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearEmissionFilterLink(Ice.Current __current)
void
clearExcitationFilterLink(Ice.Current __current)
java.util.List<LightPathAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<LightPathEmissionFilterLink>
copyEmissionFilterLink(Ice.Current __current)
java.util.List<LightPathExcitationFilterLink>
copyExcitationFilterLink(Ice.Current __current)
boolean
equals(java.lang.Object rhs)
java.util.List<LightPathAnnotationLink>
findLightPathAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<LightPathEmissionFilterLink>
findLightPathEmissionFilterLink(Filter removal, Ice.Current __current)
java.util.List<LightPathExcitationFilterLink>
findLightPathExcitationFilterLink(Filter removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
Details
getDetails(Ice.Current __current)
Dichroic
getDichroic(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getEmissionFilterLinkCountPerOwner(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getExcitationFilterLinkCountPerOwner(Ice.Current __current)
RLong
getId(Ice.Current __current)
LightPathExcitationFilterLink
getLightPathExcitationFilterLink(int index, Ice.Current __current)
LightPathExcitationFilterLink
getPrimaryLightPathExcitationFilterLink(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
boolean
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation subclasses.boolean
isGlobal(Ice.Current __current)
Marker interface which means that special rules apply for both reading and writing these instances.boolean
isLink(Ice.Current __current)
A link between two other types.boolean
isLoaded(Ice.Current __current)
Tests if the objects are loaded or not.boolean
isMutable(Ice.Current __current)
The server will persist changes made to these types.LightPathAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<Filter>
linkedEmissionFilterList(Ice.Current __current)
java.util.List<Filter>
linkedExcitationFilterList(Ice.Current __current)
LightPathEmissionFilterLink
linkEmissionFilter(Filter addition, Ice.Current __current)
LightPathExcitationFilterLink
linkExcitationFilter(Filter addition, Ice.Current __current)
IObject
proxy(Ice.Current __current)
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );void
reloadAnnotationLinks(LightPath toCopy, Ice.Current __current)
void
reloadEmissionFilterLink(LightPath toCopy, Ice.Current __current)
void
reloadExcitationFilterLink(LightPath toCopy, Ice.Current __current)
void
removeAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current __current)
void
removeAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current __current)
void
removeAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current __current)
void
removeLightPathAnnotationLink(LightPathAnnotationLink theTarget, Ice.Current __current)
void
removeLightPathAnnotationLinkFromBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeLightPathEmissionFilterLink(LightPathEmissionFilterLink theTarget, Ice.Current __current)
void
removeLightPathEmissionFilterLinkFromBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current __current)
void
removeLightPathExcitationFilterLink(LightPathExcitationFilterLink theTarget, Ice.Current __current)
void
removeLightPathExcitationFilterLinkFromBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current __current)
void
setDichroic(Dichroic theDichroic, Ice.Current __current)
void
setId(RLong id, Ice.Current __current)
LightPathExcitationFilterLink
setLightPathExcitationFilterLink(int index, LightPathExcitationFilterLink theElement, Ice.Current __current)
LightPathExcitationFilterLink
setPrimaryLightPathExcitationFilterLink(LightPathExcitationFilterLink theElement, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
IObject
shallowCopy(Ice.Current __current)
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfEmissionFilterLink(Ice.Current __current)
int
sizeOfExcitationFilterLink(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkEmissionFilter(Filter removal, Ice.Current __current)
void
unlinkExcitationFilter(Filter removal, Ice.Current __current)
void
unload(Ice.Current __current)
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.void
unloadAnnotationLinks(Ice.Current __current)
void
unloadCollections(Ice.Current __current)
Each collection can also be unloaded, independently of the object itself.void
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link to many other objects.void
unloadEmissionFilterLink(Ice.Current __current)
void
unloadExcitationFilterLink(Ice.Current __current)
-
Methods inherited from class omero.model.LightPath
___addAllLightPathAnnotationLinkSet, ___addAllLightPathEmissionFilterLinkSet, ___addAllLightPathExcitationFilterLinkSet, ___addLightPathAnnotationLink, ___addLightPathAnnotationLinkToBoth, ___addLightPathEmissionFilterLink, ___addLightPathEmissionFilterLinkToBoth, ___addLightPathExcitationFilterLink, ___addLightPathExcitationFilterLinkToBoth, ___clearAnnotationLinks, ___clearEmissionFilterLink, ___clearExcitationFilterLink, ___copyAnnotationLinks, ___copyEmissionFilterLink, ___copyExcitationFilterLink, ___findLightPathAnnotationLink, ___findLightPathEmissionFilterLink, ___findLightPathExcitationFilterLink, ___getAnnotationLinksCountPerOwner, ___getDichroic, ___getEmissionFilterLinkCountPerOwner, ___getExcitationFilterLinkCountPerOwner, ___getLightPathExcitationFilterLink, ___getPrimaryLightPathExcitationFilterLink, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___linkedEmissionFilterList, ___linkedExcitationFilterList, ___linkEmissionFilter, ___linkExcitationFilter, ___reloadAnnotationLinks, ___reloadEmissionFilterLink, ___reloadExcitationFilterLink, ___removeAllLightPathAnnotationLinkSet, ___removeAllLightPathEmissionFilterLinkSet, ___removeAllLightPathExcitationFilterLinkSet, ___removeLightPathAnnotationLink, ___removeLightPathAnnotationLinkFromBoth, ___removeLightPathEmissionFilterLink, ___removeLightPathEmissionFilterLinkFromBoth, ___removeLightPathExcitationFilterLink, ___removeLightPathExcitationFilterLinkFromBoth, ___setDichroic, ___setLightPathExcitationFilterLink, ___setPrimaryLightPathExcitationFilterLink, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfEmissionFilterLink, ___sizeOfExcitationFilterLink, ___unlinkAnnotation, ___unlinkEmissionFilter, ___unlinkExcitationFilter, ___unloadAnnotationLinks, ___unloadEmissionFilterLink, ___unloadExcitationFilterLink, __dispatch, __readImpl, __writeImpl, addAllLightPathAnnotationLinkSet, addAllLightPathEmissionFilterLinkSet, addAllLightPathExcitationFilterLinkSet, addLightPathAnnotationLink, addLightPathAnnotationLinkToBoth, addLightPathEmissionFilterLink, addLightPathEmissionFilterLinkToBoth, addLightPathExcitationFilterLink, addLightPathExcitationFilterLinkToBoth, clearAnnotationLinks, clearEmissionFilterLink, clearExcitationFilterLink, clone, copyAnnotationLinks, copyEmissionFilterLink, copyExcitationFilterLink, findLightPathAnnotationLink, findLightPathEmissionFilterLink, findLightPathExcitationFilterLink, getAnnotationLinksCountPerOwner, getDichroic, getEmissionFilterLinkCountPerOwner, getExcitationFilterLinkCountPerOwner, getLightPathExcitationFilterLink, getPrimaryLightPathExcitationFilterLink, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, linkedEmissionFilterList, linkedExcitationFilterList, linkEmissionFilter, linkExcitationFilter, reloadAnnotationLinks, reloadEmissionFilterLink, reloadExcitationFilterLink, removeAllLightPathAnnotationLinkSet, removeAllLightPathEmissionFilterLinkSet, removeAllLightPathExcitationFilterLinkSet, removeLightPathAnnotationLink, removeLightPathAnnotationLinkFromBoth, removeLightPathEmissionFilterLink, removeLightPathEmissionFilterLinkFromBoth, removeLightPathExcitationFilterLink, removeLightPathExcitationFilterLinkFromBoth, setDichroic, setLightPathExcitationFilterLink, setPrimaryLightPathExcitationFilterLink, setVersion, sizeOfAnnotationLinks, sizeOfEmissionFilterLink, sizeOfExcitationFilterLink, unlinkAnnotation, unlinkEmissionFilter, unlinkExcitationFilter, unloadAnnotationLinks, unloadEmissionFilterLink, unloadExcitationFilterLink
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_LightPathTie
public _LightPathTie()
-
_LightPathTie
public _LightPathTie(_LightPathOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getDetails
public Details getDetails(Ice.Current __current)
- Specified by:
getDetails
in interface_IObjectOperations
-
getId
public RLong getId(Ice.Current __current)
- Specified by:
getId
in interface_IObjectOperations
-
isAnnotated
public boolean isAnnotated(Ice.Current __current)
Description copied from interface:_IObjectOperations
Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotated
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current __current)
Description copied from interface:_IObjectOperations
Marker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobal
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current __current)
Description copied from interface:_IObjectOperations
A link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLink
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current __current)
Description copied from interface:_IObjectOperations
Tests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoaded
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current __current)
Description copied from interface:_IObjectOperations
The server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutable
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
setId
public void setId(RLong id, Ice.Current __current)
- Specified by:
setId
in interface_IObjectOperations
-
shallowCopy
public IObject shallowCopy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unload
public void unload(Ice.Current __current)
Description copied from interface:_IObjectOperations
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unload
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current __current)
Description copied from interface:_IObjectOperations
Each collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollections
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadDetails
public void unloadDetails(Ice.Current __current)
Description copied from interface:_IObjectOperations
As with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetails
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
addAllLightPathAnnotationLinkSet
public void addAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current __current)
- Specified by:
addAllLightPathAnnotationLinkSet
in interface_LightPathOperations
-
addAllLightPathEmissionFilterLinkSet
public void addAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current __current)
- Specified by:
addAllLightPathEmissionFilterLinkSet
in interface_LightPathOperations
-
addAllLightPathExcitationFilterLinkSet
public void addAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current __current)
- Specified by:
addAllLightPathExcitationFilterLinkSet
in interface_LightPathOperations
-
addLightPathAnnotationLink
public void addLightPathAnnotationLink(LightPathAnnotationLink target, Ice.Current __current)
- Specified by:
addLightPathAnnotationLink
in interface_LightPathOperations
-
addLightPathAnnotationLinkToBoth
public void addLightPathAnnotationLinkToBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addLightPathAnnotationLinkToBoth
in interface_LightPathOperations
-
addLightPathEmissionFilterLink
public void addLightPathEmissionFilterLink(LightPathEmissionFilterLink target, Ice.Current __current)
- Specified by:
addLightPathEmissionFilterLink
in interface_LightPathOperations
-
addLightPathEmissionFilterLinkToBoth
public void addLightPathEmissionFilterLinkToBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addLightPathEmissionFilterLinkToBoth
in interface_LightPathOperations
-
addLightPathExcitationFilterLink
public void addLightPathExcitationFilterLink(LightPathExcitationFilterLink target, Ice.Current __current)
- Specified by:
addLightPathExcitationFilterLink
in interface_LightPathOperations
-
addLightPathExcitationFilterLinkToBoth
public void addLightPathExcitationFilterLinkToBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addLightPathExcitationFilterLinkToBoth
in interface_LightPathOperations
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current __current)
- Specified by:
clearAnnotationLinks
in interface_LightPathOperations
-
clearEmissionFilterLink
public void clearEmissionFilterLink(Ice.Current __current)
- Specified by:
clearEmissionFilterLink
in interface_LightPathOperations
-
clearExcitationFilterLink
public void clearExcitationFilterLink(Ice.Current __current)
- Specified by:
clearExcitationFilterLink
in interface_LightPathOperations
-
copyAnnotationLinks
public java.util.List<LightPathAnnotationLink> copyAnnotationLinks(Ice.Current __current)
- Specified by:
copyAnnotationLinks
in interface_LightPathOperations
-
copyEmissionFilterLink
public java.util.List<LightPathEmissionFilterLink> copyEmissionFilterLink(Ice.Current __current)
- Specified by:
copyEmissionFilterLink
in interface_LightPathOperations
-
copyExcitationFilterLink
public java.util.List<LightPathExcitationFilterLink> copyExcitationFilterLink(Ice.Current __current)
- Specified by:
copyExcitationFilterLink
in interface_LightPathOperations
-
findLightPathAnnotationLink
public java.util.List<LightPathAnnotationLink> findLightPathAnnotationLink(Annotation removal, Ice.Current __current)
- Specified by:
findLightPathAnnotationLink
in interface_LightPathOperations
-
findLightPathEmissionFilterLink
public java.util.List<LightPathEmissionFilterLink> findLightPathEmissionFilterLink(Filter removal, Ice.Current __current)
- Specified by:
findLightPathEmissionFilterLink
in interface_LightPathOperations
-
findLightPathExcitationFilterLink
public java.util.List<LightPathExcitationFilterLink> findLightPathExcitationFilterLink(Filter removal, Ice.Current __current)
- Specified by:
findLightPathExcitationFilterLink
in interface_LightPathOperations
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
- Specified by:
getAnnotationLinksCountPerOwner
in interface_LightPathOperations
-
getDichroic
public Dichroic getDichroic(Ice.Current __current)
- Specified by:
getDichroic
in interface_LightPathOperations
-
getEmissionFilterLinkCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getEmissionFilterLinkCountPerOwner(Ice.Current __current)
- Specified by:
getEmissionFilterLinkCountPerOwner
in interface_LightPathOperations
-
getExcitationFilterLinkCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getExcitationFilterLinkCountPerOwner(Ice.Current __current)
- Specified by:
getExcitationFilterLinkCountPerOwner
in interface_LightPathOperations
-
getLightPathExcitationFilterLink
public LightPathExcitationFilterLink getLightPathExcitationFilterLink(int index, Ice.Current __current)
- Specified by:
getLightPathExcitationFilterLink
in interface_LightPathOperations
-
getPrimaryLightPathExcitationFilterLink
public LightPathExcitationFilterLink getPrimaryLightPathExcitationFilterLink(Ice.Current __current)
- Specified by:
getPrimaryLightPathExcitationFilterLink
in interface_LightPathOperations
-
getVersion
public RInt getVersion(Ice.Current __current)
- Specified by:
getVersion
in interface_LightPathOperations
-
linkAnnotation
public LightPathAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
- Specified by:
linkAnnotation
in interface_LightPathOperations
-
linkEmissionFilter
public LightPathEmissionFilterLink linkEmissionFilter(Filter addition, Ice.Current __current)
- Specified by:
linkEmissionFilter
in interface_LightPathOperations
-
linkExcitationFilter
public LightPathExcitationFilterLink linkExcitationFilter(Filter addition, Ice.Current __current)
- Specified by:
linkExcitationFilter
in interface_LightPathOperations
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
- Specified by:
linkedAnnotationList
in interface_LightPathOperations
-
linkedEmissionFilterList
public java.util.List<Filter> linkedEmissionFilterList(Ice.Current __current)
- Specified by:
linkedEmissionFilterList
in interface_LightPathOperations
-
linkedExcitationFilterList
public java.util.List<Filter> linkedExcitationFilterList(Ice.Current __current)
- Specified by:
linkedExcitationFilterList
in interface_LightPathOperations
-
reloadAnnotationLinks
public void reloadAnnotationLinks(LightPath toCopy, Ice.Current __current)
- Specified by:
reloadAnnotationLinks
in interface_LightPathOperations
-
reloadEmissionFilterLink
public void reloadEmissionFilterLink(LightPath toCopy, Ice.Current __current)
- Specified by:
reloadEmissionFilterLink
in interface_LightPathOperations
-
reloadExcitationFilterLink
public void reloadExcitationFilterLink(LightPath toCopy, Ice.Current __current)
- Specified by:
reloadExcitationFilterLink
in interface_LightPathOperations
-
removeAllLightPathAnnotationLinkSet
public void removeAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current __current)
- Specified by:
removeAllLightPathAnnotationLinkSet
in interface_LightPathOperations
-
removeAllLightPathEmissionFilterLinkSet
public void removeAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current __current)
- Specified by:
removeAllLightPathEmissionFilterLinkSet
in interface_LightPathOperations
-
removeAllLightPathExcitationFilterLinkSet
public void removeAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current __current)
- Specified by:
removeAllLightPathExcitationFilterLinkSet
in interface_LightPathOperations
-
removeLightPathAnnotationLink
public void removeLightPathAnnotationLink(LightPathAnnotationLink theTarget, Ice.Current __current)
- Specified by:
removeLightPathAnnotationLink
in interface_LightPathOperations
-
removeLightPathAnnotationLinkFromBoth
public void removeLightPathAnnotationLinkFromBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeLightPathAnnotationLinkFromBoth
in interface_LightPathOperations
-
removeLightPathEmissionFilterLink
public void removeLightPathEmissionFilterLink(LightPathEmissionFilterLink theTarget, Ice.Current __current)
- Specified by:
removeLightPathEmissionFilterLink
in interface_LightPathOperations
-
removeLightPathEmissionFilterLinkFromBoth
public void removeLightPathEmissionFilterLinkFromBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeLightPathEmissionFilterLinkFromBoth
in interface_LightPathOperations
-
removeLightPathExcitationFilterLink
public void removeLightPathExcitationFilterLink(LightPathExcitationFilterLink theTarget, Ice.Current __current)
- Specified by:
removeLightPathExcitationFilterLink
in interface_LightPathOperations
-
removeLightPathExcitationFilterLinkFromBoth
public void removeLightPathExcitationFilterLinkFromBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeLightPathExcitationFilterLinkFromBoth
in interface_LightPathOperations
-
setDichroic
public void setDichroic(Dichroic theDichroic, Ice.Current __current)
- Specified by:
setDichroic
in interface_LightPathOperations
-
setLightPathExcitationFilterLink
public LightPathExcitationFilterLink setLightPathExcitationFilterLink(int index, LightPathExcitationFilterLink theElement, Ice.Current __current)
- Specified by:
setLightPathExcitationFilterLink
in interface_LightPathOperations
-
setPrimaryLightPathExcitationFilterLink
public LightPathExcitationFilterLink setPrimaryLightPathExcitationFilterLink(LightPathExcitationFilterLink theElement, Ice.Current __current)
- Specified by:
setPrimaryLightPathExcitationFilterLink
in interface_LightPathOperations
-
setVersion
public void setVersion(RInt theVersion, Ice.Current __current)
- Specified by:
setVersion
in interface_LightPathOperations
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current __current)
- Specified by:
sizeOfAnnotationLinks
in interface_LightPathOperations
-
sizeOfEmissionFilterLink
public int sizeOfEmissionFilterLink(Ice.Current __current)
- Specified by:
sizeOfEmissionFilterLink
in interface_LightPathOperations
-
sizeOfExcitationFilterLink
public int sizeOfExcitationFilterLink(Ice.Current __current)
- Specified by:
sizeOfExcitationFilterLink
in interface_LightPathOperations
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
- Specified by:
unlinkAnnotation
in interface_LightPathOperations
-
unlinkEmissionFilter
public void unlinkEmissionFilter(Filter removal, Ice.Current __current)
- Specified by:
unlinkEmissionFilter
in interface_LightPathOperations
-
unlinkExcitationFilter
public void unlinkExcitationFilter(Filter removal, Ice.Current __current)
- Specified by:
unlinkExcitationFilter
in interface_LightPathOperations
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current __current)
- Specified by:
unloadAnnotationLinks
in interface_LightPathOperations
-
unloadEmissionFilterLink
public void unloadEmissionFilterLink(Ice.Current __current)
- Specified by:
unloadEmissionFilterLink
in interface_LightPathOperations
-
unloadExcitationFilterLink
public void unloadExcitationFilterLink(Ice.Current __current)
- Specified by:
unloadExcitationFilterLink
in interface_LightPathOperations
-
-