Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAOccSpec
-
Packages that use IAOccSpec Package Description de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of IAOccSpec in de.mid.innovator.srv2api.icw2ia
Subinterfaces of IAOccSpec in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interface
IAExecOccSpec
interface
IAMessageOccSpec
Specifies the occurrence of message events, such as sending and receiving of signals or invoking or receiving of operation calls.Methods in de.mid.innovator.srv2api.icw2ia that return IAOccSpec Modifier and Type Method Description IAOccSpec
IAOrdering. getAfter()
The OccurrenceSpecification referred comes after the OccurrenceSpecification referred by 'Before'.IAOccSpec
IAOrdering. getBefore()
The OccurrenceSpecification referred comes before the OccurrenceSpecification referred by 'After'.
-