|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FGenericFunction | |
---|---|
org.metaabm.function | |
org.metaabm.function.impl | |
org.metaabm.function.util | |
org.metaabm.function.validation |
Uses of FGenericFunction in org.metaabm.function |
---|
Methods in org.metaabm.function that return FGenericFunction | |
---|---|
FGenericFunction |
MetaABMFunctionFactory.createFGenericFunction()
Returns a new object of class 'FGeneric Function'. |
FGenericFunction |
FArgumentPrototype.getOutputFunction()
Returns the value of the 'Output Function' container reference. |
Methods in org.metaabm.function with parameters of type FGenericFunction | |
---|---|
void |
FArgumentPrototype.setOutputFunction(FGenericFunction value)
Sets the value of the ' Output Function ' container reference. |
Uses of FGenericFunction in org.metaabm.function.impl |
---|
Classes in org.metaabm.function.impl that implement FGenericFunction | |
---|---|
class |
FGenericFunctionImpl
|
Methods in org.metaabm.function.impl that return FGenericFunction | |
---|---|
FGenericFunction |
MetaABMFunctionFactoryImpl.createFGenericFunction()
|
FGenericFunction |
FArgumentPrototypeImpl.getOutputFunction()
|
Methods in org.metaabm.function.impl with parameters of type FGenericFunction | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FArgumentPrototypeImpl.basicSetOutputFunction(FGenericFunction newOutputFunction,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
FArgumentPrototypeImpl.setOutputFunction(FGenericFunction newOutputFunction)
|
Uses of FGenericFunction in org.metaabm.function.util |
---|
Methods in org.metaabm.function.util with parameters of type FGenericFunction | |
---|---|
T |
MetaABMFunctionSwitch.caseFGenericFunction(FGenericFunction object)
Returns the result of interpreting the object as an instance of 'FGeneric Function'. |
Uses of FGenericFunction in org.metaabm.function.validation |
---|
Methods in org.metaabm.function.validation with parameters of type FGenericFunction | |
---|---|
boolean |
FArgumentPrototypeValidator.validateOutputFunction(FGenericFunction value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |