Modifier and Type | Interface and Description |
---|---|
interface |
DefaultAnnexSubclause
A representation of the model object 'Default Annex Subclause'.
|
Modifier and Type | Method and Description |
---|---|
AnnexSubclause |
Classifier.createOwnedAnnexSubclause()
Creates a new
DefaultAnnexSubclause and appends it to the 'Owned Annex Subclause' containment reference list. |
AnnexSubclause |
Classifier.createOwnedAnnexSubclause(org.eclipse.emf.ecore.EClass eClass)
Creates a new
AnnexSubclause and appends it to the 'Owned Annex Subclause' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AnnexSubclause> |
Classifier.getAllAnnexSubclauses() |
org.eclipse.emf.common.util.EList<AnnexSubclause> |
Classifier.getOwnedAnnexSubclauses()
Returns the value of the 'Owned Annex Subclause' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnexSubclauseImpl
An implementation of the model object 'Annex Subclause'.
|
class |
DefaultAnnexSubclauseImpl
An implementation of the model object 'Default Annex Subclause'.
|
Modifier and Type | Method and Description |
---|---|
AnnexSubclause |
ClassifierImpl.createOwnedAnnexSubclause() |
AnnexSubclause |
ClassifierImpl.createOwnedAnnexSubclause(org.eclipse.emf.ecore.EClass eClass) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AnnexSubclause> |
ClassifierImpl.getAllAnnexSubclauses() |
org.eclipse.emf.common.util.EList<AnnexSubclause> |
ClassifierImpl.getOwnedAnnexSubclauses() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<AnnexSubclause> |
AadlUtil.findAnnexSubclause(Classifier c,
java.lang.String annexName) |
static org.eclipse.emf.common.util.EList<AnnexSubclause> |
AadlUtil.getAllAnnexSubclauses(Classifier cl,
java.lang.String annexName) |
Modifier and Type | Method and Description |
---|---|
static AnnexSubclause |
Aadl2InstanceUtil.getAnnexSubclause(ComponentInstance ci,
java.lang.String annexName) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseAnnexSubclause(AnnexSubclause object)
Returns the result of interpreting the object as an instance of 'Annex Subclause'.
|
boolean |
Aadl2Validator.validateAnnexSubclause(AnnexSubclause annexSubclause,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
AnnexSubclause |
DefaultAnnexParser.parseAnnexSubclause(java.lang.String annexName,
java.lang.String source,
java.lang.String filename,
int line,
int column,
ParseErrorReporter errReporter) |
AnnexSubclause |
AnnexParserProxy.parseAnnexSubclause(java.lang.String annexName,
java.lang.String source,
java.lang.String filename,
int line,
int column,
ParseErrorReporter errReporter) |
AnnexSubclause |
AnnexParser.parseAnnexSubclause(java.lang.String annexName,
java.lang.String source,
java.lang.String filename,
int line,
int column,
ParseErrorReporter errReporter)
Parse the content of an annex subclause element found in an AADL
classifier.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnexHighlighterProxy.highlightAnnexSubclause(AnnexSubclause subclause,
AnnexHighlighterPositionAcceptor acceptor) |
void |
AnnexHighlighter.highlightAnnexSubclause(AnnexSubclause subclause,
AnnexHighlighterPositionAcceptor acceptor) |
java.lang.String |
DefaultAnnexUnparser.unparseAnnexSubclause(AnnexSubclause subclause,
java.lang.String indent) |
java.lang.String |
AnnexUnparserProxy.unparseAnnexSubclause(AnnexSubclause subclause,
java.lang.String indent) |
java.lang.String |
AnnexUnparser.unparseAnnexSubclause(AnnexSubclause subclause,
java.lang.String indent)
Unarse an annex subclause element found in an AADL model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ErrorModelSubclause
A representation of the model object 'Subclause'.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorModelSubclauseImpl
An implementation of the model object 'Subclause'.
|
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseAnnexSubclause(AnnexSubclause object)
Returns the result of interpreting the object as an instance of 'Annex Subclause'.
|
Modifier and Type | Method and Description |
---|---|
AnnexSubclause |
EMV2AnnexParser.parseAnnexSubclause(java.lang.String annexName,
java.lang.String source,
java.lang.String filename,
int line,
int column,
ParseErrorReporter errReporter) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EMV2AnnexUnparser.unparseAnnexSubclause(AnnexSubclause subclause,
java.lang.String indent) |