Interface PlatformAction
- All Superinterfaces:
AbstractPlatformElement,Element,org.eclipse.emf.ecore.EObject,KDMEntity,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ExternalActor
- All Known Implementing Classes:
ExternalActorImpl,PlatformActionImpl
public interface PlatformAction extends AbstractPlatformElement
A representation of the model object 'Action'.
The following features are supported:
- See Also:
PlatformPackage.getPlatformAction()
-
Method Summary
Modifier and Type Method Description StringgetKind()Returns the value of the 'Kind' attribute.org.eclipse.emf.common.util.EList<PlatformEvent>getPlatformElement()Returns the value of the 'Platform Element' containment reference list.voidsetKind(String value)Sets the value of the 'Kind' attribute.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.platform.AbstractPlatformElement
getAbstraction, getImplementation, getRelation, getSourceMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttributeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNameMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValueMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getKind
String getKind()Returns the value of the 'Kind' attribute.- Returns:
- the value of the 'Kind' attribute.
- See Also:
setKind(String),PlatformPackage.getPlatformAction_Kind()
-
setKind
Sets the value of the 'Kind' attribute.- Parameters:
value- the new value of the 'Kind' attribute.- See Also:
getKind()
-
getPlatformElement
org.eclipse.emf.common.util.EList<PlatformEvent> getPlatformElement()Returns the value of the 'Platform Element' containment reference list. The list contents are of typePlatformEvent.- Returns:
- the value of the 'Platform Element' containment reference list.
- See Also:
PlatformPackage.getPlatformAction_PlatformElement()
-