public interface ScPointPackage
extends org.eclipse.emf.ecore.EPackage
ScPointFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ScPointPackage.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 ScPointPackage |
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 |
SC_POINT_BUS_DATA
The meta object id for the '
Bus Data ' class. |
static int |
SC_POINT_BUS_DATA__Z1_LIST
The feature id for the 'Z1 List' attribute list.
|
static int |
SC_POINT_BUS_DATA_FEATURE_COUNT
The number of structural features of the 'Bus Data' class.
|
static int |
SC_POINT_NET_DATA
The meta object id for the '
Net Data ' class. |
static int |
SC_POINT_NET_DATA__SC_POINT_LIST
The feature id for the 'Sc Point List' attribute list.
|
static int |
SC_POINT_NET_DATA__SC_POINTS
The feature id for the 'Sc Points' attribute.
|
static int |
SC_POINT_NET_DATA_FEATURE_COUNT
The number of structural features of the 'Net Data' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EAttribute |
getScPointBusData_Z1List()
Returns the meta object for the attribute list '
Z1 List '. |
org.eclipse.emf.ecore.EClass |
getScPointBusData()
Returns the meta object for class '
Bus Data '. |
ScPointFactory |
getScPointFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getScPointNetData_ScPointList()
Returns the meta object for the attribute list '
Sc Point List '. |
org.eclipse.emf.ecore.EAttribute |
getScPointNetData_ScPoints()
Returns the meta object for the attribute '
Sc Points '. |
org.eclipse.emf.ecore.EClass |
getScPointNetData()
Returns the meta object for class '
Net Data '. |
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 ScPointPackage eINSTANCE
static final int SC_POINT_NET_DATA
Net Data
' class.
static final int SC_POINT_NET_DATA__SC_POINTS
static final int SC_POINT_NET_DATA__SC_POINT_LIST
static final int SC_POINT_NET_DATA_FEATURE_COUNT
static final int SC_POINT_BUS_DATA
Bus Data
' class.
static final int SC_POINT_BUS_DATA__Z1_LIST
static final int SC_POINT_BUS_DATA_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getScPointNetData()
Net Data
'.
ScPointNetData
org.eclipse.emf.ecore.EAttribute getScPointNetData_ScPoints()
Sc Points
'.
ScPointNetData.getScPoints()
,
getScPointNetData()
org.eclipse.emf.ecore.EAttribute getScPointNetData_ScPointList()
Sc Point List
'.
ScPointNetData.getScPointList()
,
getScPointNetData()
org.eclipse.emf.ecore.EClass getScPointBusData()
Bus Data
'.
ScPointBusData
org.eclipse.emf.ecore.EAttribute getScPointBusData_Z1List()
Z1 List
'.
ScPointBusData.getZ1List()
,
getScPointBusData()
ScPointFactory getScPointFactory()