Interface LoadbalancingPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
LoadbalancingPackageImpl
public interface LoadbalancingPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
LoadbalancingFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LoadbalancingPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static LoadbalancingPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
LOADBALANCING_ACTION
The meta object id for the 'Action
' class.static int
LOADBALANCING_ACTION__BRANCHES_LOADBALANCING
The feature id for the 'Branches Loadbalancing' containment reference list.static int
LOADBALANCING_ACTION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
LOADBALANCING_ACTION__ID
The feature id for the 'Id' attribute.static int
LOADBALANCING_ACTION__INFRASTRUCTURE_CALL_ACTION
The feature id for the 'Infrastructure Call Action' containment reference list.static int
LOADBALANCING_ACTION__LOADBALANCING_STRATEGY
The feature id for the 'Loadbalancing Strategy' attribute.static int
LOADBALANCING_ACTION__PREDECESSOR_ABSTRACT_ACTION
The feature id for the 'Predecessor Abstract Action' reference.static int
LOADBALANCING_ACTION__RESOURCE_CALL_ACTION
The feature id for the 'Resource Call Action' containment reference list.static int
LOADBALANCING_ACTION__RESOURCE_DEMAND_ACTION
The feature id for the 'Resource Demand Action' containment reference list.static int
LOADBALANCING_ACTION__RESOURCE_DEMANDING_BEHAVIOUR_ABSTRACT_ACTION
The feature id for the 'Resource Demanding Behaviour Abstract Action' container reference.static int
LOADBALANCING_ACTION__SUCCESSOR_ABSTRACT_ACTION
The feature id for the 'Successor Abstract Action' reference.static int
LOADBALANCING_ACTION_FEATURE_COUNT
The number of structural features of the 'Action' class.static int
LOADBALANCING_BRANCH_TRANSITION
The meta object id for the 'Branch Transition
' class.static int
LOADBALANCING_BRANCH_TRANSITION__BRANCH_BEHAVIOUR_LOADBALANCING_BRANCH_TRANSITION
The feature id for the 'Branch Behaviour Loadbalancing Branch Transition' containment reference.static int
LOADBALANCING_BRANCH_TRANSITION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
LOADBALANCING_BRANCH_TRANSITION__ID
The feature id for the 'Id' attribute.static int
LOADBALANCING_BRANCH_TRANSITION__LOADBALANCING_ACTION_LOADBALANCING_BRANCH_TRANSITION
The feature id for the 'Loadbalancing Action Loadbalancing Branch Transition' container reference.static int
LOADBALANCING_BRANCH_TRANSITION_FEATURE_COUNT
The number of structural features of the 'Branch Transition' class.static int
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR
The meta object id for the 'Resource Demanding Behaviour
' class.static int
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__ABSTRACT_BRANCH_TRANSITION_RESOURCE_DEMANDING_BEHAVIOUR
The feature id for the 'Abstract Branch Transition Resource Demanding Behaviour' container reference.static int
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__ABSTRACT_LOOP_ACTION_RESOURCE_DEMANDING_BEHAVIOUR
The feature id for the 'Abstract Loop Action Resource Demanding Behaviour' container reference.static int
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__ID
The feature id for the 'Id' attribute.static int
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__LOADBALANCING_BRANCH_TRANSITION_LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR
The feature id for the 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour' container reference.static int
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__STEPS_BEHAVIOUR
The feature id for the 'Steps Behaviour' containment reference list.static int
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR_FEATURE_COUNT
The number of structural features of the 'Resource Demanding Behaviour' class.static int
LOADBALANCING_STRATEGY
The meta object id for the 'Strategy
' enum.
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final LoadbalancingPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
LOADBALANCING_ACTION
static final int LOADBALANCING_ACTION
The meta object id for the 'Action
' class.- See Also:
LoadbalancingActionImpl
,LoadbalancingPackageImpl.getLoadbalancingAction()
, Constant Field Values- Generated class or method.
-
LOADBALANCING_ACTION__ID
static final int LOADBALANCING_ACTION__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION__ENTITY_NAME
static final int LOADBALANCING_ACTION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION__PREDECESSOR_ABSTRACT_ACTION
static final int LOADBALANCING_ACTION__PREDECESSOR_ABSTRACT_ACTION
The feature id for the 'Predecessor Abstract Action' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION__SUCCESSOR_ABSTRACT_ACTION
static final int LOADBALANCING_ACTION__SUCCESSOR_ABSTRACT_ACTION
The feature id for the 'Successor Abstract Action' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION__RESOURCE_DEMANDING_BEHAVIOUR_ABSTRACT_ACTION
static final int LOADBALANCING_ACTION__RESOURCE_DEMANDING_BEHAVIOUR_ABSTRACT_ACTION
The feature id for the 'Resource Demanding Behaviour Abstract Action' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION__RESOURCE_DEMAND_ACTION
static final int LOADBALANCING_ACTION__RESOURCE_DEMAND_ACTION
The feature id for the 'Resource Demand Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION__INFRASTRUCTURE_CALL_ACTION
static final int LOADBALANCING_ACTION__INFRASTRUCTURE_CALL_ACTION
The feature id for the 'Infrastructure Call Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION__RESOURCE_CALL_ACTION
static final int LOADBALANCING_ACTION__RESOURCE_CALL_ACTION
The feature id for the 'Resource Call Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION__BRANCHES_LOADBALANCING
static final int LOADBALANCING_ACTION__BRANCHES_LOADBALANCING
The feature id for the 'Branches Loadbalancing' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION__LOADBALANCING_STRATEGY
static final int LOADBALANCING_ACTION__LOADBALANCING_STRATEGY
The feature id for the 'Loadbalancing Strategy' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_ACTION_FEATURE_COUNT
static final int LOADBALANCING_ACTION_FEATURE_COUNT
The number of structural features of the 'Action' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_BRANCH_TRANSITION
static final int LOADBALANCING_BRANCH_TRANSITION
The meta object id for the 'Branch Transition
' class.- See Also:
LoadbalancingBranchTransitionImpl
,LoadbalancingPackageImpl.getLoadbalancingBranchTransition()
, Constant Field Values- Generated class or method.
-
LOADBALANCING_BRANCH_TRANSITION__ID
static final int LOADBALANCING_BRANCH_TRANSITION__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_BRANCH_TRANSITION__ENTITY_NAME
static final int LOADBALANCING_BRANCH_TRANSITION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_BRANCH_TRANSITION__LOADBALANCING_ACTION_LOADBALANCING_BRANCH_TRANSITION
static final int LOADBALANCING_BRANCH_TRANSITION__LOADBALANCING_ACTION_LOADBALANCING_BRANCH_TRANSITION
The feature id for the 'Loadbalancing Action Loadbalancing Branch Transition' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_BRANCH_TRANSITION__BRANCH_BEHAVIOUR_LOADBALANCING_BRANCH_TRANSITION
static final int LOADBALANCING_BRANCH_TRANSITION__BRANCH_BEHAVIOUR_LOADBALANCING_BRANCH_TRANSITION
The feature id for the 'Branch Behaviour Loadbalancing Branch Transition' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_BRANCH_TRANSITION_FEATURE_COUNT
static final int LOADBALANCING_BRANCH_TRANSITION_FEATURE_COUNT
The number of structural features of the 'Branch Transition' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR
static final int LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR
The meta object id for the 'Resource Demanding Behaviour
' class.- See Also:
LoadbalancingResourceDemandingBehaviourImpl
,LoadbalancingPackageImpl.getLoadbalancingResourceDemandingBehaviour()
, Constant Field Values- Generated class or method.
-
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__ID
static final int LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__ABSTRACT_LOOP_ACTION_RESOURCE_DEMANDING_BEHAVIOUR
static final int LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__ABSTRACT_LOOP_ACTION_RESOURCE_DEMANDING_BEHAVIOUR
The feature id for the 'Abstract Loop Action Resource Demanding Behaviour' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__ABSTRACT_BRANCH_TRANSITION_RESOURCE_DEMANDING_BEHAVIOUR
static final int LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__ABSTRACT_BRANCH_TRANSITION_RESOURCE_DEMANDING_BEHAVIOUR
The feature id for the 'Abstract Branch Transition Resource Demanding Behaviour' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__STEPS_BEHAVIOUR
static final int LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__STEPS_BEHAVIOUR
The feature id for the 'Steps Behaviour' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__LOADBALANCING_BRANCH_TRANSITION_LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR
static final int LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR__LOADBALANCING_BRANCH_TRANSITION_LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR
The feature id for the 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR_FEATURE_COUNT
static final int LOADBALANCING_RESOURCE_DEMANDING_BEHAVIOUR_FEATURE_COUNT
The number of structural features of the 'Resource Demanding Behaviour' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
LOADBALANCING_STRATEGY
static final int LOADBALANCING_STRATEGY
The meta object id for the 'Strategy
' enum.- See Also:
LoadbalancingStrategy
,LoadbalancingPackageImpl.getLoadbalancingStrategy()
, Constant Field Values- Generated class or method.
-
-
Method Detail
-
getLoadbalancingAction
EClass getLoadbalancingAction()
Returns the meta object for class 'Action
'.- Returns:
- the meta object for class 'Action'.
- See Also:
LoadbalancingAction
- Generated class or method.
-
getLoadbalancingAction_Branches_Loadbalancing
EReference getLoadbalancingAction_Branches_Loadbalancing()
Returns the meta object for the containment reference list 'Branches Loadbalancing
'.- Returns:
- the meta object for the containment reference list 'Branches Loadbalancing'.
- See Also:
LoadbalancingAction.getBranches_Loadbalancing()
,getLoadbalancingAction()
- Generated class or method.
-
getLoadbalancingAction_LoadbalancingStrategy
EAttribute getLoadbalancingAction_LoadbalancingStrategy()
Returns the meta object for the attribute 'Loadbalancing Strategy
'.- Returns:
- the meta object for the attribute 'Loadbalancing Strategy'.
- See Also:
LoadbalancingAction.getLoadbalancingStrategy()
,getLoadbalancingAction()
- Generated class or method.
-
getLoadbalancingBranchTransition
EClass getLoadbalancingBranchTransition()
Returns the meta object for class 'Branch Transition
'.- Returns:
- the meta object for class 'Branch Transition'.
- See Also:
LoadbalancingBranchTransition
- Generated class or method.
-
getLoadbalancingBranchTransition_LoadbalancingAction_LoadbalancingBranchTransition
EReference getLoadbalancingBranchTransition_LoadbalancingAction_LoadbalancingBranchTransition()
Returns the meta object for the container reference 'Loadbalancing Action Loadbalancing Branch Transition
'.- Returns:
- the meta object for the container reference 'Loadbalancing Action Loadbalancing Branch Transition'.
- See Also:
LoadbalancingBranchTransition.getLoadbalancingAction_LoadbalancingBranchTransition()
,getLoadbalancingBranchTransition()
- Generated class or method.
-
getLoadbalancingBranchTransition_BranchBehaviour_LoadbalancingBranchTransition
EReference getLoadbalancingBranchTransition_BranchBehaviour_LoadbalancingBranchTransition()
Returns the meta object for the containment reference 'Branch Behaviour Loadbalancing Branch Transition
'.- Returns:
- the meta object for the containment reference 'Branch Behaviour Loadbalancing Branch Transition'.
- See Also:
LoadbalancingBranchTransition.getBranchBehaviour_LoadbalancingBranchTransition()
,getLoadbalancingBranchTransition()
- Generated class or method.
-
getLoadbalancingResourceDemandingBehaviour
EClass getLoadbalancingResourceDemandingBehaviour()
Returns the meta object for class 'Resource Demanding Behaviour
'.- Returns:
- the meta object for class 'Resource Demanding Behaviour'.
- See Also:
LoadbalancingResourceDemandingBehaviour
- Generated class or method.
-
getLoadbalancingResourceDemandingBehaviour_LoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour
EReference getLoadbalancingResourceDemandingBehaviour_LoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour()
Returns the meta object for the container reference 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour
'.- Returns:
- the meta object for the container reference 'Loadbalancing Branch Transition Loadbalancing Resource Demanding Behaviour'.
- See Also:
LoadbalancingResourceDemandingBehaviour.getLoadbalancingBranchTransition_LoadbalancingResourceDemandingBehaviour()
,getLoadbalancingResourceDemandingBehaviour()
- Generated class or method.
-
getLoadbalancingStrategy
EEnum getLoadbalancingStrategy()
Returns the meta object for enum 'Strategy
'.- Returns:
- the meta object for enum 'Strategy'.
- See Also:
LoadbalancingStrategy
- Generated class or method.
-
getLoadbalancingFactory
LoadbalancingFactory getLoadbalancingFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-