OTX Reference  
OpenTestSystem.Otx.Core.UniversalTypes.Header Class Reference

Describes common features used by all of its subtypes More...

Inheritance diagram for OpenTestSystem.Otx.Core.UniversalTypes.Header:
Inheritance graph

Additional Inherited Members

- Public Attributes inherited from OpenTestSystem.Otx.Core.UniversalTypes.NamedAndSpecified
ExtensibleData[] extendedData
 Declares general data for NamedAndSpecified which can be extented by new general data defined in new OTX extensions using the standardised extension mechanism. For example it can be used to specify specification relevant content in a better structured way. More...
 
OtxId id
 Unique identifier of an element More...
 
MetaData metaData
 Additional tool-specific data More...
 
OtxName name
 Name of an element More...
 
NamedAndSpecifiedSpecification[] specification
 Descriptive specification More...
 

Detailed Description

Describes common features used by all of its subtypes

The abstract Header type describes the common features used by all of its subtypes, namely LoopConfigurationHeader, ConditionHeader and CatchHeader. With respect to graphical representation, headers play a similar role as nodes: They can be specified and/or realised, floating comments may point to them and they may carry a name. The only difference to the abstract Node type is the missing disabled attribute, which does not make sense for headers.