public interface FuncPackage
extends org.eclipse.emf.ecore.EPackage
FuncFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
FuncPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
ACLF_BRANCH_PREDICATE
The meta object id for the 'Aclf Branch Predicate' data type.
|
static int |
ACLF_BRANCH_RESULT_FUNC
The meta object id for the 'Aclf Branch Result Func' data type.
|
static int |
ACLF_BUS_PREDICATE
The meta object id for the 'Aclf Bus Predicate' data type.
|
static int |
ACLF_LOAD_PREDICATE
The meta object id for the 'Aclf Load Predicate' data type.
|
static int |
ACLF_NETWORK_FUNC
The meta object id for the 'Aclf Network Func' data type.
|
static FuncPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
LF_ADJUST_ALGO_FUNC
The meta object id for the 'Lf Adjust Algo Func' data type.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EDataType |
getAclfBranchPredicate()
Returns the meta object for data type '
Aclf Branch Predicate '. |
org.eclipse.emf.ecore.EDataType |
getAclfBranchResultFunc()
Returns the meta object for data type '
Aclf Branch Result Func '. |
org.eclipse.emf.ecore.EDataType |
getAclfBusPredicate()
Returns the meta object for data type '
Aclf Bus Predicate '. |
org.eclipse.emf.ecore.EDataType |
getAclfLoadPredicate()
Returns the meta object for data type '
Aclf Load Predicate '. |
org.eclipse.emf.ecore.EDataType |
getAclfNetworkFunc()
Returns the meta object for data type '
Aclf Network Func '. |
FuncFactory |
getFuncFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EDataType |
getLfAdjustAlgoFunc()
Returns the meta object for data type '
Lf Adjust Algo Func '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final FuncPackage eINSTANCE
static final int ACLF_BUS_PREDICATE
Predicate
,
FuncPackageImpl.getAclfBusPredicate()
,
Constant Field Valuesstatic final int ACLF_LOAD_PREDICATE
Predicate
,
FuncPackageImpl.getAclfLoadPredicate()
,
Constant Field Valuesstatic final int ACLF_BRANCH_PREDICATE
Predicate
,
FuncPackageImpl.getAclfBranchPredicate()
,
Constant Field Valuesstatic final int ACLF_BRANCH_RESULT_FUNC
BiConsumer
,
FuncPackageImpl.getAclfBranchResultFunc()
,
Constant Field Valuesstatic final int LF_ADJUST_ALGO_FUNC
Consumer
,
FuncPackageImpl.getLfAdjustAlgoFunc()
,
Constant Field Valuesstatic final int ACLF_NETWORK_FUNC
Consumer
,
FuncPackageImpl.getAclfNetworkFunc()
,
Constant Field Valuesorg.eclipse.emf.ecore.EDataType getAclfBusPredicate()
Aclf Bus Predicate
'.
Predicate
org.eclipse.emf.ecore.EDataType getAclfLoadPredicate()
Aclf Load Predicate
'.
Predicate
org.eclipse.emf.ecore.EDataType getAclfBranchPredicate()
Aclf Branch Predicate
'.
Predicate
org.eclipse.emf.ecore.EDataType getAclfBranchResultFunc()
Aclf Branch Result Func
'.
BiConsumer
org.eclipse.emf.ecore.EDataType getLfAdjustAlgoFunc()
Lf Adjust Algo Func
'.
Consumer
org.eclipse.emf.ecore.EDataType getAclfNetworkFunc()
Aclf Network Func
'.
Consumer
FuncFactory getFuncFactory()