Public Member Functions | Package Functions

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

List of all members.

Public Member Functions

boolean isSetText ()
void setText (String value)
void unsetText ()

Package Functions

String getText ()

Detailed Description

TraceableSpecification (from Elements) {abstract}

Generalizations
EAPackageableElement (from Elements)

Description
The TraceableSpecification is an abstract metaclass which is used to allow its specializations to be allocated to a Context.

Attributes
text : String [0..1]
- An optional description attribute that provides textual representation, or a reference to the textual representation, of the Traceable Specification in a specific formalism.

Associations
No additional associations

Constraints
No additional constraints

Semantics
TraceableSpecification is specialized by requirements, test cases and other specifications, that can be allocated to a Context, for example to a sensor or to an entire HW architecture. See Context and Relationship.

Author:
dprenzel

abstract="true"


Member Function Documentation

String de.fraunhofer.isst.eastadl.elements.TraceableSpecification.getText (  )  [package]

Returns the value of the 'Text' attribute.

text : String [0..1]
An optional description attribute that provides textual representation, or a reference to the textual representation, of the Traceable Specification in a specific formalism.

Returns:
the value of the 'Text' attribute.
See also:
isSetText()
unsetText()
setText(String)
de.fraunhofer.isst.eastadl.elements.ElementsPackage.getTraceableSpecification_Text() unsettable="true"

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

boolean de.fraunhofer.isst.eastadl.elements.TraceableSpecification.isSetText (  ) 

Returns whether the value of the 'Text' attribute is set.

text : String [0..1]
An optional description attribute that provides textual representation, or a reference to the textual representation, of the Traceable Specification in a specific formalism.

Returns:
whether the value of the 'Text' attribute is set.
See also:
unsetText()
getText()
setText(String)

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

void de.fraunhofer.isst.eastadl.elements.TraceableSpecification.setText ( String  value  ) 

Sets the value of the 'Text' attribute.

text : String [0..1]
An optional description attribute that provides textual representation, or a reference to the textual representation, of the Traceable Specification in a specific formalism.

Parameters:
value the new value of the 'Text' attribute.
See also:
isSetText()
unsetText()
getText()

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

void de.fraunhofer.isst.eastadl.elements.TraceableSpecification.unsetText (  ) 

Unsets the value of the 'Text' attribute.

text : String [0..1]
An optional description attribute that provides textual representation, or a reference to the textual representation, of the Traceable Specification in a specific formalism.

See also:
isSetText()
getText()
setText(String)

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