Public Member Functions | Package Functions

de.fraunhofer.isst.eastadl.elements.Context Interface Reference

List of all members.

Public Member Functions

EList< TraceableSpecificationgetTraceableSpecification ()

Package Functions

EList< RelationshipgetOwnedRelationship ()

Detailed Description

Context (from Elements) {abstract}

Generalizations
EAPackageableElement (from Elements)

Description
Context represents a simple and practical way to allocate TraceableSpecifications to a specific EAST-ADL model context, and to let this specific model context own Relationships.

Attributes
No additional attributes

Associations
ownedRelationship : Relationship [*]
- Relationship(s) owned by this context.
traceableSpecification : TraceableSpecification [*]
- Traceable specification(s) identified by this context.

Constraints
No additional constraints

Semantics
See Relationship and TraceableSpecification.

Author:
dprenzel

abstract="true"


Member Function Documentation

EList<Relationship> de.fraunhofer.isst.eastadl.elements.Context.getOwnedRelationship (  )  [package]

Returns the value of the 'Owned Relationship' reference list. The list contents are of type de.fraunhofer.isst.eastadl.elements.Relationship.

ownedRelationship : Relationship [*]
Relationship(s) owned by this context.

Returns:
the value of the 'Owned Relationship' reference list.
See also:
de.fraunhofer.isst.eastadl.elements.ElementsPackage.getContext_OwnedRelationship() containment="true"

Implemented in de.fraunhofer.isst.eastadl.elements.impl.ContextImpl.

EList<TraceableSpecification> de.fraunhofer.isst.eastadl.elements.Context.getTraceableSpecification (  ) 

Returns the value of the 'Traceable Specification' reference list. The list contents are of type de.fraunhofer.isst.eastadl.elements.TraceableSpecification.

traceableSpecification : TraceableSpecification [*]
Traceable specification(s) identified by this context.

Returns:
the value of the 'Traceable Specification' reference list.
See also:
de.fraunhofer.isst.eastadl.elements.ElementsPackage.getContext_TraceableSpecification()

Implemented in de.fraunhofer.isst.eastadl.elements.impl.ContextImpl.