|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2ia.IAUseHelper
public abstract class IAUseHelper
An InteractionUse refers to an interaction. The InteractionUse is a shorthand for copying the contents of the referred interaction to where the InteractionUse is. An InteractionUse allows multiple interactions to reference an interaction that represents a common portion of their specification.
IAUse| Method Summary | |
|---|---|
static IAUse |
create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Interaction Use with template and container with requirement. |
static IAUse |
create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
Create a new Interaction Use with stereotype and container with requirement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IAUse create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer,
ELElement ohRequirement)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohTemplate - Template for the new elementohContainer - Container for the new elementohRequirement - Additional required element
InoNetException
SrvErrorException
public static IAUse create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer,
ELElement ohRequirement)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohStereotype - Stereotype for the new elementohContainer - Container for the new elementohRequirement - Additional required element
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||