The following code will display the requirement id and text for my
requirement model. What I am confused about is how to display other
upstream settings I have like Source and ShortTitle.

[for(req:ttm::Requirement |
self.getRequirementProject().upstreamModel.documents.children.oclAsType(ttm::Requirement))]

[req.ident/]

[req.texts->asSequence()->at(1).value/]

[/for]


Thanks.
_______________________________________________
Topcased-users mailing list
Topcased-users@lists.gforge.enseeiht.fr
http://lists.gforge.enseeiht.fr/cgi-bin/mailman/listinfo/topcased-users

Reply via email to