| Package | Description |
|---|---|
| com.microfocus.awm.control.toolexecution.internal | |
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.meta |
Core classes of the AWM meta model plug-in.
|
| com.microfocus.awm.meta.impl |
Implementations of AWM model access interfaces.
|
| com.microfocus.awm.meta.interfaces |
Provides access to the AWM modeled data like AWM
action descriptors, application options, element list structures,
element types, file descriptors, filter types, function packages,
global actions, icons, tool descriptors, and so on.
|
| com.microfocus.awm.meta.interfaces.validation |
Internal validation interfaces for objects of the AWM meta model.
|
| com.microfocus.awm.meta.modelextension |
Copyright (C) Micro Focus.
|
| com.microfocus.awm.meta.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.toolexecution |
| Modifier and Type | Method and Description |
|---|---|
FunctionPackage |
FunctionPackageImpl.getModelObject() |
| Constructor and Description |
|---|
FunctionPackageImpl(FunctionPackage pFunctionPackage)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<FunctionPackage> |
TaurusModelUtilities.getFunctionPackages(TAURUSConfiguration taurusConfiguration)
Gets a list of all defined function packages in the given model.
|
| Modifier and Type | Method and Description |
|---|---|
static IFunctionPackage |
TaurusFactory.createFunctionPackage(FunctionPackage pFunctionPackage)
Creates a new
IFunctionPackage to wrap the
FunctionPackage model object. |
| Modifier and Type | Method and Description |
|---|---|
FunctionPackage |
TaurusFactory.createFunctionPackage()
Returns a new object of class 'Function Package'.
|
FunctionPackage |
TaurusFactory.createFunctionPackage(FunctionPackageExtension pFpe)
Properly creates a function package with its function package extension.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionPackageImpl |
| Modifier and Type | Method and Description |
|---|---|
FunctionPackage |
TaurusFactoryImpl.createFunctionPackage() |
FunctionPackage |
TaurusFactoryImpl.createFunctionPackage(FunctionPackageExtension pFpe)
Creates a dynamic function package instance based on a
FunctionPackageExtension. |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<FunctionPackage> |
CFunctionPackagesImpl.getFunctionPackage() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<FunctionPackage> |
CFunctionPackages.getFunctionPackage()
Returns the value of the 'Function Package' containment
reference list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CFunctionPackagesValidator.validateFunctionPackage(org.eclipse.emf.common.util.EList<FunctionPackage> value) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionPackage |
ModelExtensionUtilities.getFunctionPackage(FunctionPackageExtension pFpe,
TAURUSConfiguration pModel)
Gets the function package for the given extension from the model.
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionPackageExtension |
ModelExtensionUtilities.getFunctionPackageExtension(FunctionPackage pPackage)
Gets the function package extension of a modelled function package.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<PreDefinedModelExtensionObject> |
ModelExtensionUtilities.getPreDefinedObjectExtensions(org.eclipse.emf.ecore.EClass pEClass,
java.util.List<FunctionPackage> pDesiredFunctionPackages)
Gets all available
PreDefinedModelExtensionObjects for the
desired EClass and function packages. |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseFunctionPackage(FunctionPackage object)
Returns the result of interpreting the object as an instance of
'Function Package'.
|
boolean |
TaurusValidator.validateFunctionPackage_MandatoryPackageParameters(FunctionPackage functionPackage,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the MandatoryPackageParameters constraint of ' Function
Package'.
|
boolean |
TaurusValidator.validateFunctionPackage(FunctionPackage functionPackage,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
void |
IFunctionPackageInitializer.modelLoaded(TAURUSConfiguration pModel,
FunctionPackage pPackage,
org.eclipse.core.runtime.IProgressMonitor pMon)
Called right after a model was loaded.
|
void |
IFunctionPackageInitializer.modelUnloading(TAURUSConfiguration pModel,
FunctionPackage pPackage,
org.eclipse.core.runtime.IProgressMonitor pMon)
Called right before a model is unloaded.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionPackage |
IFunctionPackage.getModelObject() |
Copyright © 2015 Micro Focus GmbH. All rights reserved.