OTX Reference  
OpenTestSystem.Otx.Core.Procedure.Comment Class Reference

Floating Comment More...

Public Attributes

OtxId id
 This represents a comment element's id. It is unique among all other ids in a document. More...
 
CommentLinks links
 Contains an arbitrary-length list of link elements. More...
 
MetaData metaData
 Used for adding meta-data to a comment More...
 
System.String text
 Comment text that will be displayed to the human reader. More...
 

Detailed Description

Floating Comment

Procedures allow an optional comments element. It contains any number of comment elements which can be linked to any number of nodes inside the Procedure flow. Comments can link to sub-structures inside of nodes and to other comment nodes also. This feature supports graphical OTX editors by allowing any graphically presentable OTX feature to be linked to comments. They are thought to help test sequence authors to provide additional, human readable information during the test sequence development process, especially for the specification and intermediate stage in test sequence development. A single comment carries a text message for the human reader, and has a list of links pointing to the elements in the procedure that the comment refers to.

Member Data Documentation

◆ id

OtxId OpenTestSystem.Otx.Core.Procedure.Comment.id

This represents a comment element's id. It is unique among all other ids in a document.

◆ links

CommentLinks OpenTestSystem.Otx.Core.Procedure.Comment.links

Contains an arbitrary-length list of link elements.

◆ metaData

MetaData OpenTestSystem.Otx.Core.Procedure.Comment.metaData

Used for adding meta-data to a comment

◆ text

System.String OpenTestSystem.Otx.Core.Procedure.Comment.text

Comment text that will be displayed to the human reader.