public interface CommonPackage
extends org.eclipse.emf.ecore.EPackage
CommonFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
CommonPackage.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 int |
COMPLEX
The meta object id for the 'Complex' data type.
|
static int |
COMPLEX_ARY
The meta object id for the 'Complex Ary' data type.
|
static int |
COMPLEX3X1
The meta object id for the 'Complex3x1' data type.
|
static int |
COMPLEX3X3
The meta object id for the 'Complex3x3' data type.
|
static CommonPackage |
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 |
IE_DCLF_SOLVER
The meta object id for the 'IE Dclf Solver' data type.
|
static int |
INTERPSS_EXCEPTION
The meta object id for the 'Interpss Exception' data type.
|
static int |
IPSS_MESSAGE
The meta object id for the 'Ipss Message' data type.
|
static int |
IPSS_MSG_HUB
The meta object id for the 'IPSS Msg Hub' data type.
|
static int |
IPSS_MSG_LISTENER
The meta object id for the 'Ipss Msg Listener' data type.
|
static int |
IPSS_NUMERIC_EXCEPTION
The meta object id for the 'Ipss Numeric Exception' 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 '. |
CommonFactory |
getCommonFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EDataType |
getComplex()
Returns the meta object for data type '
Complex '. |
org.eclipse.emf.ecore.EDataType |
getComplex3x1()
Returns the meta object for data type '
Complex3x1 '. |
org.eclipse.emf.ecore.EDataType |
getComplex3x3()
Returns the meta object for data type '
Complex3x3 '. |
org.eclipse.emf.ecore.EDataType |
getComplexAry()
Returns the meta object for data type 'Complex Ary'.
|
org.eclipse.emf.ecore.EDataType |
getIDclfSolver()
Returns the meta object for data type '
IDclf Solver '. |
org.eclipse.emf.ecore.EDataType |
getIEDclfSolver()
Returns the meta object for data type '
IE Dclf Solver '. |
org.eclipse.emf.ecore.EDataType |
getInterpssException()
Returns the meta object for data type '
Interpss Exception '. |
org.eclipse.emf.ecore.EDataType |
getIpssMessage()
Returns the meta object for data type '
Ipss Message '. |
org.eclipse.emf.ecore.EDataType |
getIPSSMsgHub()
Returns the meta object for data type '
IPSS Msg Hub '. |
org.eclipse.emf.ecore.EDataType |
getIpssMsgListener()
Returns the meta object for data type '
Ipss Msg Listener '. |
org.eclipse.emf.ecore.EDataType |
getIpssNumericException()
Returns the meta object for data type '
Ipss Numeric Exception '. |
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, 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 CommonPackage eINSTANCE
static final int COMPLEX
Complex
,
CommonPackageImpl.getComplex()
,
Constant Field Valuesstatic final int COMPLEX_ARY
static final int COMPLEX3X1
static final int COMPLEX3X3
static final int INTERPSS_EXCEPTION
static final int IPSS_NUMERIC_EXCEPTION
static final int IPSS_MSG_LISTENER
static final int IPSS_MSG_HUB
static final int IPSS_MESSAGE
static final int REFERENCE_BUS_EXCEPTION
static final int BRANCH_ANGLE_SEN_EXCEPTION
static final int OUTAGE_CONNECTIVITY_EXCEPTION
static final int IDCLF_SOLVER
static final int IE_DCLF_SOLVER
org.eclipse.emf.ecore.EDataType getComplex()
Complex
'.
Complex
org.eclipse.emf.ecore.EDataType getComplexAry()
org.eclipse.emf.ecore.EDataType getComplex3x1()
Complex3x1
'.
Complex3x1
org.eclipse.emf.ecore.EDataType getComplex3x3()
Complex3x3
'.
Complex3x3
org.eclipse.emf.ecore.EDataType getInterpssException()
Interpss Exception
'.
InterpssException
org.eclipse.emf.ecore.EDataType getIpssNumericException()
Ipss Numeric Exception
'.
IpssNumericException
org.eclipse.emf.ecore.EDataType getIpssMsgListener()
Ipss Msg Listener
'.
IpssMsgListener
org.eclipse.emf.ecore.EDataType getIPSSMsgHub()
IPSS Msg Hub
'.
IPSSMsgHub
org.eclipse.emf.ecore.EDataType getIpssMessage()
Ipss Message
'.
IpssMessage
org.eclipse.emf.ecore.EDataType getReferenceBusException()
Reference Bus Exception
'.
ReferenceBusException
org.eclipse.emf.ecore.EDataType getBranchAngleSenException()
Branch Angle Sen Exception
'.
BranchAngleSenException
org.eclipse.emf.ecore.EDataType getOutageConnectivityException()
Outage Connectivity Exception
'.
OutageConnectivityException
org.eclipse.emf.ecore.EDataType getIDclfSolver()
IDclf Solver
'.
IDclfSolver
org.eclipse.emf.ecore.EDataType getIEDclfSolver()
IE Dclf Solver
'.
IEDclfSolver
CommonFactory getCommonFactory()