public interface CommonVisitorPackage
extends org.eclipse.emf.ecore.EPackage
CommonVisitorFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
CommonVisitorPackage.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 CommonVisitorPackage |
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 |
IACLF_NET_BVISITOR
The meta object id for the '
IAclf Net BVisitor' class. |
static int |
IACLF_NET_BVISITOR_FEATURE_COUNT
The number of structural features of the 'IAclf Net BVisitor' class.
|
static int |
IACLF_NET_VISITOR
The meta object id for the '
IAclf Net Visitor' class. |
static int |
IACLF_NET_VISITOR_FEATURE_COUNT
The number of structural features of the 'IAclf Net Visitor' class.
|
static int |
IBRANCH_BVISITOR
The meta object id for the '
IBranch BVisitor' class. |
static int |
IBRANCH_BVISITOR_FEATURE_COUNT
The number of structural features of the 'IBranch BVisitor' class.
|
static int |
IBUS_BVISITOR
The meta object id for the '
IBus BVisitor' class. |
static int |
IBUS_BVISITOR_FEATURE_COUNT
The number of structural features of the 'IBus BVisitor' class.
|
static int |
INET_BVISITOR
The meta object id for the '
INet BVisitor' class. |
static int |
INET_BVISITOR_FEATURE_COUNT
The number of structural features of the 'INet BVisitor' class.
|
static int |
INET_VISITOR
The meta object id for the '
INet Visitor' class. |
static int |
INET_VISITOR_FEATURE_COUNT
The number of structural features of the 'INet Visitor' class.
|
| Modifier and Type | Method and Description |
|---|---|
CommonVisitorFactory |
getCommonVisitorFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EClass |
getIAclfNetBVisitor()
Returns the meta object for class '
IAclf Net BVisitor'. |
org.eclipse.emf.ecore.EClass |
getIAclfNetVisitor()
Returns the meta object for class '
IAclf Net Visitor'. |
org.eclipse.emf.ecore.EClass |
getIBranchBVisitor()
Returns the meta object for class '
IBranch BVisitor'. |
org.eclipse.emf.ecore.EClass |
getIBusBVisitor()
Returns the meta object for class '
IBus BVisitor'. |
org.eclipse.emf.ecore.EClass |
getINetBVisitor()
Returns the meta object for class '
INet BVisitor'. |
org.eclipse.emf.ecore.EClass |
getINetVisitor()
Returns the meta object for class '
INet Visitor'. |
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 CommonVisitorPackage eINSTANCE
static final int INET_VISITOR
INet Visitor' class.
static final int INET_VISITOR_FEATURE_COUNT
static final int INET_BVISITOR
INet BVisitor' class.
static final int INET_BVISITOR_FEATURE_COUNT
static final int IBUS_BVISITOR
IBus BVisitor' class.
static final int IBUS_BVISITOR_FEATURE_COUNT
static final int IBRANCH_BVISITOR
IBranch BVisitor' class.
static final int IBRANCH_BVISITOR_FEATURE_COUNT
static final int IACLF_NET_VISITOR
IAclf Net Visitor' class.
static final int IACLF_NET_VISITOR_FEATURE_COUNT
static final int IACLF_NET_BVISITOR
IAclf Net BVisitor' class.
static final int IACLF_NET_BVISITOR_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getINetVisitor()
INet Visitor'.
INetVisitororg.eclipse.emf.ecore.EClass getINetBVisitor()
INet BVisitor'.
INetBVisitororg.eclipse.emf.ecore.EClass getIBusBVisitor()
IBus BVisitor'.
IBusBVisitororg.eclipse.emf.ecore.EClass getIBranchBVisitor()
IBranch BVisitor'.
IBranchBVisitororg.eclipse.emf.ecore.EClass getIAclfNetVisitor()
IAclf Net Visitor'.
IAclfNetVisitororg.eclipse.emf.ecore.EClass getIAclfNetBVisitor()
IAclf Net BVisitor'.
IAclfNetBVisitorCommonVisitorFactory getCommonVisitorFactory()