|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FArgumentPrototype
Method Summary | |
---|---|
boolean |
accepts(IValue value)
|
FFunction |
getInputFunction()
Returns the value of the 'Input Function' container reference. |
FGenericFunction |
getOutputFunction()
Returns the value of the 'Output Function' container reference. |
boolean |
isOptional()
Returns the value of the 'Optional' attribute. |
void |
setInputFunction(FFunction value)
Sets the value of the ' Input Function ' container reference. |
void |
setOptional(boolean value)
Sets the value of the ' Optional ' attribute. |
void |
setOutputFunction(FGenericFunction value)
Sets the value of the ' Output Function ' container reference. |
Methods inherited from interface org.metaabm.ITyped |
---|
getSType, setSType |
Methods inherited from interface org.metaabm.SNamed |
---|
getDescription, getPluralLabel, references, setDescription, setPluralLabel |
Methods inherited from interface org.metaabm.IID |
---|
getID, getLabel, setID, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
FFunction getInputFunction()
Input Prototypes
'.
If the meaning of the 'Input Function' container reference isn't clear, there really should be more of a description here...
setInputFunction(FFunction)
,
MetaABMFunctionPackage.getFArgumentPrototype_InputFunction()
,
FFunction.getInputPrototypes()
void setInputFunction(FFunction value)
Input Function
' container reference.
value
- the new value of the 'Input Function' container reference.getInputFunction()
FGenericFunction getOutputFunction()
Output Prototypes
'.
If the meaning of the 'Output Function' container reference isn't clear, there really should be more of a description here...
setOutputFunction(FGenericFunction)
,
MetaABMFunctionPackage.getFArgumentPrototype_OutputFunction()
,
FGenericFunction.getOutputPrototypes()
void setOutputFunction(FGenericFunction value)
Output Function
' container reference.
value
- the new value of the 'Output Function' container reference.getOutputFunction()
boolean isOptional()
If the meaning of the 'Optional' attribute isn't clear, there really should be more of a description here...
setOptional(boolean)
,
MetaABMFunctionPackage.getFArgumentPrototype_Optional()
void setOptional(boolean value)
Optional
' attribute.
value
- the new value of the 'Optional' attribute.isOptional()
boolean accepts(IValue value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |