Modifier and Type | Interface and Description |
---|---|
interface |
DefaultAnnexLibrary
A representation of the model object 'Default Annex Library'.
|
Modifier and Type | Method and Description |
---|---|
AnnexLibrary |
PackageSection.createOwnedAnnexLibrary()
Creates a new
DefaultAnnexLibrary and appends it to the 'Owned Annex Library' containment reference list. |
AnnexLibrary |
PackageSection.createOwnedAnnexLibrary(org.eclipse.emf.ecore.EClass eClass)
Creates a new
AnnexLibrary and appends it to the 'Owned Annex Library' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AnnexLibrary> |
PackageSection.getOwnedAnnexLibraries()
Returns the value of the 'Owned Annex Library' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnexLibraryImpl
An implementation of the model object 'Annex Library'.
|
class |
DefaultAnnexLibraryImpl
An implementation of the model object 'Default Annex Library'.
|
Modifier and Type | Method and Description |
---|---|
AnnexLibrary |
PackageSectionImpl.createOwnedAnnexLibrary() |
AnnexLibrary |
PackageSectionImpl.createOwnedAnnexLibrary(org.eclipse.emf.ecore.EClass eClass) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AnnexLibrary> |
PackageSectionImpl.getOwnedAnnexLibraries() |
Modifier and Type | Method and Description |
---|---|
static AnnexLibrary |
AadlUtil.findPrivateAnnexLibrary(AadlPackage p,
java.lang.String annexName) |
static AnnexLibrary |
AadlUtil.findPublicAnnexLibrary(AadlPackage p,
java.lang.String annexName) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseAnnexLibrary(AnnexLibrary object)
Returns the result of interpreting the object as an instance of 'Annex Library'.
|
boolean |
Aadl2Validator.validateAnnexLibrary(AnnexLibrary annexLibrary,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
AnnexLibrary |
DefaultAnnexParser.parseAnnexLibrary(java.lang.String annexName,
java.lang.String source,
java.lang.String filename,
int line,
int column,
ParseErrorReporter errReporter) |
AnnexLibrary |
AnnexParserProxy.parseAnnexLibrary(java.lang.String annexName,
java.lang.String source,
java.lang.String filename,
int line,
int column,
ParseErrorReporter errReporter) |
AnnexLibrary |
AnnexParser.parseAnnexLibrary(java.lang.String annexName,
java.lang.String source,
java.lang.String filename,
int line,
int column,
ParseErrorReporter errReporter)
Parse the content of an annex library element found in an AADL
specification or package section.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnexHighlighterProxy.highlightAnnexLibrary(AnnexLibrary library,
AnnexHighlighterPositionAcceptor acceptor) |
void |
AnnexHighlighter.highlightAnnexLibrary(AnnexLibrary library,
AnnexHighlighterPositionAcceptor acceptor) |
java.lang.String |
DefaultAnnexUnparser.unparseAnnexLibrary(AnnexLibrary library,
java.lang.String indent) |
java.lang.String |
AnnexUnparserProxy.unparseAnnexLibrary(AnnexLibrary library,
java.lang.String indent) |
java.lang.String |
AnnexUnparser.unparseAnnexLibrary(AnnexLibrary library,
java.lang.String indent)
Unparse an annex library element found in an AADL model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ErrorModelLibrary
A representation of the model object 'Library'.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorModelLibraryImpl
An implementation of the model object 'Library'.
|
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseAnnexLibrary(AnnexLibrary object)
Returns the result of interpreting the object as an instance of 'Annex Library'.
|
Modifier and Type | Method and Description |
---|---|
AnnexLibrary |
EMV2AnnexParser.parseAnnexLibrary(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.unparseAnnexLibrary(AnnexLibrary library,
java.lang.String indent) |