|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataAccess | |
---|---|
edu.cmu.sei.aadl.aadl2 | |
edu.cmu.sei.aadl.aadl2.impl | |
edu.cmu.sei.aadl.aadl2.util |
Uses of DataAccess in edu.cmu.sei.aadl.aadl2 |
---|
Methods in edu.cmu.sei.aadl.aadl2 that return DataAccess | |
---|---|
DataAccess |
Aadl2Factory.createDataAccess()
Returns a new object of class 'Data Access' |
DataAccess |
SubprogramType.createOwnedDataAccess()
Creates a new DataAccess and appends it to the 'Owned Data Access' containment reference list |
DataAccess |
ProcessType.createOwnedDataAccess()
Creates a new DataAccess and appends it to the 'Owned Data Access' containment reference list |
DataAccess |
FeatureGroupType.createOwnedDataAccess()
Creates a new DataAccess and appends it to the 'Owned Data Access' containment reference list |
DataAccess |
SystemType.createOwnedDataAccess()
Creates a new DataAccess and appends it to the 'Owned Data Access' containment reference list |
DataAccess |
ThreadGroupType.createOwnedDataAccess()
Creates a new DataAccess and appends it to the 'Owned Data Access' containment reference list |
DataAccess |
ThreadType.createOwnedDataAccess()
Creates a new DataAccess and appends it to the 'Owned Data Access' containment reference list |
DataAccess |
AbstractType.createOwnedDataAccess()
Creates a new DataAccess and appends it to the 'Owned Data Access' containment reference list |
DataAccess |
SubcomponentFlow.getDataAccess()
Returns the value of the 'Data Access' reference |
Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type DataAccess | |
---|---|
org.eclipse.emf.common.util.EList<DataAccess> |
SubprogramType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list. |
org.eclipse.emf.common.util.EList<DataAccess> |
ProcessType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list. |
org.eclipse.emf.common.util.EList<DataAccess> |
FeatureGroupType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list. |
org.eclipse.emf.common.util.EList<DataAccess> |
SystemType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list. |
org.eclipse.emf.common.util.EList<DataAccess> |
ThreadGroupType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list. |
org.eclipse.emf.common.util.EList<DataAccess> |
ThreadType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list. |
org.eclipse.emf.common.util.EList<DataAccess> |
AbstractType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list. |
Methods in edu.cmu.sei.aadl.aadl2 with parameters of type DataAccess | |
---|---|
void |
SubcomponentFlow.setDataAccess(DataAccess value)
Sets the value of the ' Data Access ' reference |
Uses of DataAccess in edu.cmu.sei.aadl.aadl2.impl |
---|
Classes in edu.cmu.sei.aadl.aadl2.impl that implement DataAccess | |
---|---|
class |
DataAccessImpl
An implementation of the model object 'Data Access' |
Fields in edu.cmu.sei.aadl.aadl2.impl declared as DataAccess | |
---|---|
protected DataAccess |
SubcomponentFlowImpl.dataAccess
The cached value of the ' Data Access ' reference |
Methods in edu.cmu.sei.aadl.aadl2.impl that return DataAccess | |
---|---|
DataAccess |
SubcomponentFlowImpl.basicGetDataAccess()
|
DataAccess |
Aadl2FactoryImpl.createDataAccess()
|
DataAccess |
ThreadGroupTypeImpl.createOwnedDataAccess()
|
DataAccess |
SubprogramTypeImpl.createOwnedDataAccess()
|
DataAccess |
ThreadTypeImpl.createOwnedDataAccess()
|
DataAccess |
ProcessTypeImpl.createOwnedDataAccess()
|
DataAccess |
AbstractTypeImpl.createOwnedDataAccess()
|
DataAccess |
SystemTypeImpl.createOwnedDataAccess()
|
DataAccess |
FeatureGroupTypeImpl.createOwnedDataAccess()
|
DataAccess |
SubcomponentFlowImpl.getDataAccess()
|
Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type DataAccess | |
---|---|
org.eclipse.emf.common.util.EList<DataAccess> |
ThreadGroupTypeImpl.getOwnedDataAccesses()
|
org.eclipse.emf.common.util.EList<DataAccess> |
SubprogramTypeImpl.getOwnedDataAccesses()
|
org.eclipse.emf.common.util.EList<DataAccess> |
ThreadTypeImpl.getOwnedDataAccesses()
|
org.eclipse.emf.common.util.EList<DataAccess> |
ProcessTypeImpl.getOwnedDataAccesses()
|
org.eclipse.emf.common.util.EList<DataAccess> |
AbstractTypeImpl.getOwnedDataAccesses()
|
org.eclipse.emf.common.util.EList<DataAccess> |
SystemTypeImpl.getOwnedDataAccesses()
|
org.eclipse.emf.common.util.EList<DataAccess> |
FeatureGroupTypeImpl.getOwnedDataAccesses()
|
Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type DataAccess | |
---|---|
void |
SubcomponentFlowImpl.setDataAccess(DataAccess newDataAccess)
|
Uses of DataAccess in edu.cmu.sei.aadl.aadl2.util |
---|
Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type DataAccess | |
---|---|
T |
Aadl2Switch.caseDataAccess(DataAccess object)
Returns the result of interpreting the object as an instance of 'Data Access' |
boolean |
Aadl2Validator.validateDataAccess(DataAccess dataAccess,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |