Modifier and Type | Method and Description |
---|---|
PropertyExpression |
ReferenceValue.instantiate(FeatureInstance root) |
Modifier and Type | Method and Description |
---|---|
PropertyExpression |
ReferenceValueImpl.instantiate(FeatureInstance root) |
Modifier and Type | Method and Description |
---|---|
FeatureInstance |
InstanceFactory.createFeatureInstance()
Returns a new object of class 'Feature Instance'.
|
FeatureInstance |
ComponentInstance.createFeatureInstance()
Creates a new
FeatureInstance and appends it to the 'Feature Instance' containment reference list. |
FeatureInstance |
FeatureInstance.createFeatureInstance()
Creates a new
FeatureInstance and appends it to the 'Feature Instance' containment reference list. |
FeatureInstance |
ComponentInstance.findFeatureInstance(Feature feature)
find the feature instance of this component instance
|
FeatureInstance |
FeatureInstance.findFeatureInstance(Feature feature)
find the feature instance of this feature instance
|
FeatureInstance |
FeatureInstance.findInverseFeatureGroup(FeatureGroupType targetpgt)
find the matching inverse feature group instance in this feature group instance
the contained feature group instance must have the inverse feature group type
|
FeatureInstance |
FlowSpecificationInstance.getDestination()
Returns the value of the 'Destination' reference.
|
FeatureInstance |
FlowSpecificationInstance.getSource()
Returns the value of the 'Source' reference.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FeatureInstance> |
FeatureInstance.findFeatureInstances(org.eclipse.emf.common.util.EList<ContainmentPathElement> referencePath) |
org.eclipse.emf.common.util.EList<FeatureInstance> |
ComponentInstance.getFeatureInstances()
Returns the value of the 'Feature Instance' containment reference list.
|
org.eclipse.emf.common.util.EList<FeatureInstance> |
FeatureInstance.getFeatureInstances()
Returns the value of the 'Feature Instance' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
ConnectionInstance |
SystemInstance.findConnectionInstance(FeatureInstance srcFI,
FeatureInstance dstFI)
find the Connection instance for these feature instances.
|
void |
FlowSpecificationInstance.setDestination(FeatureInstance value)
Sets the value of the '
Destination ' reference. |
void |
FlowSpecificationInstance.setSource(FeatureInstance value)
Sets the value of the '
Source ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
FeatureInstanceImpl
An implementation of the model object 'Feature Instance'.
|
Modifier and Type | Method and Description |
---|---|
FeatureInstance |
FlowSpecificationInstanceImpl.basicGetDestination() |
FeatureInstance |
FlowSpecificationInstanceImpl.basicGetSource() |
FeatureInstance |
InstanceFactoryImpl.createFeatureInstance() |
FeatureInstance |
FeatureInstanceImpl.createFeatureInstance() |
FeatureInstance |
ComponentInstanceImpl.createFeatureInstance() |
FeatureInstance |
FeatureInstanceImpl.findFeatureInstance(Feature feature)
find the feature instance of this feature instance
|
FeatureInstance |
ComponentInstanceImpl.findFeatureInstance(Feature feature)
find the feature instance of this component instance
|
FeatureInstance |
FeatureInstanceImpl.findInverseFeatureGroup(FeatureGroupType targetpgt)
find the matching inverse feature group instance in this feature group instance
the contained feature group instance must have the inverse feature group type
|
FeatureInstance |
FlowSpecificationInstanceImpl.getDestination() |
FeatureInstance |
FlowSpecificationInstanceImpl.getSource() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FeatureInstance> |
FeatureInstanceImpl.findFeatureInstances(org.eclipse.emf.common.util.EList<ContainmentPathElement> referencePath)
Get all feature instances that fit a given path in a feature group.
|
org.eclipse.emf.common.util.EList<FeatureInstance> |
FeatureInstanceImpl.getFeatureInstances() |
org.eclipse.emf.common.util.EList<FeatureInstance> |
ComponentInstanceImpl.getFeatureInstances() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
FlowSpecificationInstanceImpl.basicSetDestination(FeatureInstance newDestination,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
FlowSpecificationInstanceImpl.basicSetSource(FeatureInstance newSource,
org.eclipse.emf.common.notify.NotificationChain msgs) |
ConnectionInstance |
SystemInstanceImpl.findConnectionInstance(FeatureInstance srcFI,
FeatureInstance dstFI) |
void |
FlowSpecificationInstanceImpl.setDestination(FeatureInstance newDestination) |
void |
FlowSpecificationInstanceImpl.setSource(FeatureInstance newSource) |
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseFeatureInstance(FeatureInstance object)
Returns the result of interpreting the object as an instance of 'Feature Instance'.
|
static FeatureGroupType |
InstanceUtil.getFeatureGroupType(FeatureInstance fi,
int index,
java.util.HashMap<InstanceObject,InstanceUtil.InstantiatedClassifier> classifierCache)
Get the feature group classifier of a feature instance.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<ConnectionInstance> |
Aadl2InstanceUtil.getIncomingConnection(ComponentInstance ci,
FeatureInstance fi)
find incoming connection that goes through the feature of the specified component instance
|
static org.eclipse.emf.common.util.EList<ConnectionInstance> |
Aadl2InstanceUtil.getOutgoingConnection(ComponentInstance ci,
FeatureInstance fi)
find outgoing connection that goes through the feature of the specified component instance
|
Modifier and Type | Method and Description |
---|---|
static ErrorPropagation |
EM2Util.getIncomingErrorPropagation(FeatureInstance fi)
Get incoming error propagation associated with feature instance
|
static ErrorPropagation |
EM2Util.getOutgoingErrorPropagation(FeatureInstance fi)
Get outgoing error propagation associated with feature instance
|
Modifier and Type | Method and Description |
---|---|
static ComponentInstance |
ConnectionBindingUtil.getHardwareComponent(FeatureInstance fi) |