Package de.mid.innovator.srv2api.icw2ia
Interface IACovering
-
- All Known Subinterfaces:
IAActionExecSpec
,IABehaviorExecSpec
,IAExecOccSpec
,IAExecSpec
,IAMessageOccSpec
,IAOccSpec
,IAStateInvariant
public interface IACovering extends ELElement
An element which can cover anIALifeline
.- Note:
- The interface IACovering describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IACovering.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IALifeline
getCoveredLifeline()
References the lifelines that the fragment involves.IACovered
getCovers()
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
-
-
-
Method Detail
-
getCoveredLifeline
IALifeline getCoveredLifeline() throws InoNetException, SrvErrorException
References the lifelines that the fragment involves.- Throws:
InoNetException
SrvErrorException
-
getCovers
IACovered getCovers() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
-