net.sf.farrago.cwm.behavioral
Interface CwmArgumentClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- CwmArgumentClass$Hib
public interface CwmArgumentClass
- extends RefClass
Argument class proxy interface.
Argument is an expression describing how to determine an actual value
passed in a CallAction.
In the metamodel an Argument is a composite part of a CallAction and
contains a meta-attribute, value, of type Expression. It states how the
actual argument is determined when the owning CallAction is executed.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
createCwmArgument
CwmArgument createCwmArgument()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createCwmArgument
CwmArgument createCwmArgument(String name,
VisibilityKind visibility,
CwmExpression value)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name
- An identifier for the ModelElement within its containing
Namespace.visibility
- Specifies extent of the visibility of the
ModelElement within its owning Namespace.value
- An expression determining the actual Argument instance
when executed.
- Returns:
- The created instance object.