Uses of Interface
de.mid.innovator.srv2api.icw2gc.GCPathAble
Packages that use GCPathAble
-
Uses of GCPathAble in de.mid.innovator.srv2api.icw2gc
Subinterfaces of GCPathAble in de.mid.innovator.srv2api.icw2gcModifier and TypeInterfaceDescriptioninterfaceA concept is a generic modeling construct which may be realized by different model elements.interfaceinterfaceAGCJunctionis used to connect concept connections of the same type.interfaceFields in de.mid.innovator.srv2api.icw2gc declared as GCPathAbleModifier and TypeFieldDescriptionARG_CalcDerivedConnectionStereotypes.ohSrcsource element of derived connectionARG_CalcDerivedConnectionStereotypes.ohTrgtarget element of derived connectionFields in de.mid.innovator.srv2api.icw2gc with type parameters of type GCPathAbleMethods in de.mid.innovator.srv2api.icw2gc with type parameters of type GCPathAbleModifier and TypeMethodDescription<T extends GCPathAble>
List<T> GCPath.getPathAbleElements(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends GCPathAble>
List<T> GCPath.getPathAbleElements(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPathAbleElements and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2gc that return GCPathAbleMethods in de.mid.innovator.srv2api.icw2gc with parameters of type GCPathAbleModifier and TypeMethodDescriptionstatic List<ARG_TabCreateTemplate> GCConceptConnectionHelper.getDerivedConnectionTemplates(SrvContext srvCtx, GCPathAble ohSrc, GCPathAble ohTrg) Returns a list of create templates of stereotypes which may be used to create a derivedGCConceptConnectionfrom source to targetGCPathAble.Method parameters in de.mid.innovator.srv2api.icw2gc with type arguments of type GCPathAbleModifier and TypeMethodDescriptionstatic GCPathGCPathHelper.createPath(SrvContext srvCtx, GCConceptConnection ohConnection, List<? extends GCPathAble> seqPath) Create a path with path elements.Constructors in de.mid.innovator.srv2api.icw2gc with parameters of type GCPathAbleModifierConstructorDescriptionARG_CalcDerivedConnectionStereotypes(GCPathAble ohSrc, GCPathAble ohTrg) Constructor parameters in de.mid.innovator.srv2api.icw2gc with type arguments of type GCPathAbleModifierConstructorDescriptionARG_CreatePath(GCConceptConnection ohConnection, List<GCPathAble> seqPath)