Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.annexsupport |
Modifier and Type | Method and Description |
---|---|
DefaultAnnexSubclause |
Aadl2Factory.createDefaultAnnexSubclause()
Returns a new object of class 'Default Annex Subclause'.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAnnexSubclauseImpl
An implementation of the model object 'Default Annex Subclause'.
|
Modifier and Type | Method and Description |
---|---|
DefaultAnnexSubclause |
Aadl2FactoryImpl.createDefaultAnnexSubclause() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseDefaultAnnexSubclause(DefaultAnnexSubclause object)
Returns the result of interpreting the object as an instance of 'Default Annex Subclause'.
|
boolean |
Aadl2Validator.validateDefaultAnnexSubclause(DefaultAnnexSubclause defaultAnnexSubclause,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<DefaultAnnexSubclause> |
AnnexUtil.getAllDefaultAnnexSubclauses(org.eclipse.emf.ecore.EObject root) |
Modifier and Type | Method and Description |
---|---|
static void |
AnnexUtil.addSubclauses(ComponentClassifier cl,
java.util.List<DefaultAnnexSubclause> result) |
static void |
AnnexUtil.addSubclauses(PackageSection packsec,
java.util.List<DefaultAnnexSubclause> result)
add default annex subclauses of packsec.
|