public interface DclfCommonPackage
extends org.eclipse.emf.ecore.EPackage
DclfCommonFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
DclfCommonPackage.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 |
BRANCH_ANGLE_SEN_EXCEPTION
The meta object id for the 'Branch Angle Sen Exception' data type.
|
static DclfCommonPackage |
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 |
IDCLF_SOLVER
The meta object id for the 'IDclf Solver' data type.
|
static int |
OUTAGE_CONNECTIVITY_EXCEPTION
The meta object id for the 'Outage Connectivity Exception' data type.
|
static int |
REFERENCE_BUS_EXCEPTION
The meta object id for the 'Reference Bus Exception' data type.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EDataType |
getBranchAngleSenException()
Returns the meta object for data type '
Branch Angle Sen Exception'. |
DclfCommonFactory |
getDclfCommonFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EDataType |
getIDclfSolver()
Returns the meta object for data type '
IDclf Solver'. |
org.eclipse.emf.ecore.EDataType |
getOutageConnectivityException()
Returns the meta object for data type '
Outage Connectivity Exception'. |
org.eclipse.emf.ecore.EDataType |
getReferenceBusException()
Returns the meta object for data type '
Reference Bus Exception'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final DclfCommonPackage eINSTANCE
static final int REFERENCE_BUS_EXCEPTION
static final int BRANCH_ANGLE_SEN_EXCEPTION
static final int OUTAGE_CONNECTIVITY_EXCEPTION
static final int IDCLF_SOLVER
org.eclipse.emf.ecore.EDataType getReferenceBusException()
Reference Bus Exception'.
ReferenceBusExceptionorg.eclipse.emf.ecore.EDataType getBranchAngleSenException()
Branch Angle Sen Exception'.
BranchAngleSenExceptionorg.eclipse.emf.ecore.EDataType getOutageConnectivityException()
Outage Connectivity Exception'.
OutageConnectivityExceptionorg.eclipse.emf.ecore.EDataType getIDclfSolver()
IDclf Solver'.
IDclfSolverDclfCommonFactory getDclfCommonFactory()