Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
Comment |
Aadl2Factory.createComment()
Returns a new object of class 'Comment'.
|
Comment |
Element.createOwnedComment()
Creates a new
Comment and appends it to the 'Owned Comment' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Comment> |
Element.getOwnedComments()
Returns the value of the 'Owned Comment' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentImpl
An implementation of the model object 'Comment'.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Aadl2FactoryImpl.createComment() |
Comment |
ElementImpl.createOwnedComment() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Comment> |
ElementImpl.getOwnedComments() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseComment(Comment object)
Returns the result of interpreting the object as an instance of 'Comment'.
|
boolean |
Aadl2Validator.validateComment(Comment comment,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |