|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FArgumentPrototype | |
---|---|
org.metaabm.function | |
org.metaabm.function.impl | |
org.metaabm.function.util | |
org.metaabm.function.validation |
Uses of FArgumentPrototype in org.metaabm.function |
---|
Subinterfaces of FArgumentPrototype in org.metaabm.function | |
---|---|
interface |
FArgumentArrayPrototype
A representation of the model object ' FArgument Array Prototype'. |
interface |
FMultiArgumentPrototype
A representation of the model object ' FMulti Argument Prototype'. |
Methods in org.metaabm.function that return FArgumentPrototype | |
---|---|
FArgumentPrototype |
MetaABMFunctionFactory.createFArgumentPrototype()
Returns a new object of class 'FArgument Prototype'. |
Methods in org.metaabm.function that return types with arguments of type FArgumentPrototype | |
---|---|
org.eclipse.emf.common.util.EList<FArgumentPrototype> |
FFunction.getInputPrototypes()
Returns the value of the 'Input Prototypes' containment reference list. |
org.eclipse.emf.common.util.EList<FArgumentPrototype> |
FGenericFunction.getOutputPrototypes()
Returns the value of the 'Output Prototypes' containment reference list. |
Uses of FArgumentPrototype in org.metaabm.function.impl |
---|
Classes in org.metaabm.function.impl that implement FArgumentPrototype | |
---|---|
class |
FArgumentArrayPrototypeImpl
|
class |
FArgumentPrototypeImpl
|
class |
FMultiArgumentPrototypeImpl
|
Fields in org.metaabm.function.impl with type parameters of type FArgumentPrototype | |
---|---|
protected org.eclipse.emf.common.util.EList<FArgumentPrototype> |
FFunctionImpl.inputPrototypes
The cached value of the ' Input Prototypes ' containment reference list. |
protected org.eclipse.emf.common.util.EList<FArgumentPrototype> |
FGenericFunctionImpl.outputPrototypes
The cached value of the ' Output Prototypes ' containment reference list. |
Methods in org.metaabm.function.impl that return FArgumentPrototype | |
---|---|
FArgumentPrototype |
MetaABMFunctionFactoryImpl.createFArgumentPrototype()
|
Methods in org.metaabm.function.impl that return types with arguments of type FArgumentPrototype | |
---|---|
org.eclipse.emf.common.util.EList<FArgumentPrototype> |
FFunctionImpl.getInputPrototypes()
|
org.eclipse.emf.common.util.EList<FArgumentPrototype> |
FGenericFunctionImpl.getOutputPrototypes()
|
Uses of FArgumentPrototype in org.metaabm.function.util |
---|
Methods in org.metaabm.function.util with parameters of type FArgumentPrototype | |
---|---|
T |
MetaABMFunctionSwitch.caseFArgumentPrototype(FArgumentPrototype object)
Returns the result of interpreting the object as an instance of 'FArgument Prototype'. |
Uses of FArgumentPrototype in org.metaabm.function.validation |
---|
Method parameters in org.metaabm.function.validation with type arguments of type FArgumentPrototype | |
---|---|
boolean |
FFunctionValidator.validateInputPrototypes(org.eclipse.emf.common.util.EList<FArgumentPrototype> value)
|
boolean |
FGenericFunctionValidator.validateOutputPrototypes(org.eclipse.emf.common.util.EList<FArgumentPrototype> value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |