Hello Nikolay,

YOU WROTE:
>> I can't find some properties in REI.
>> I write names that I see in element's specification.

>> Transition.GuardCondition
        You have to first get to the Transition's Trigger Event; like this:
                Dim trigEvent As Event
                Set trigEvent = aTransition.GetTriggerEvent
                Dim guardCond As String
                guardCond = trigEvent.GuardCondition

>> Transition.Action
        Dim trigAction As Action
        trigAction = aTransition.GetTriggerAction
        Dim ActionStr As String
        ActionStr = trigAction.Name

>> Transition.Arguments
        Dim trigEvent As Event
        Set trigEvent = aTransition.GetTriggerEvent
        Dim Args As String
        Args = trigEvent.Arguments
_____________________________________________
[[ Attached is a script showing the above and more... ]]
----------------------------------------------------------------------------
---

>> Object.State
        Try: ObjectFlow.GetState
        
>> SwimLane.Class
        Try:    SwimLane.GetClass
        
>> Class.Type
        Depending on your need, try using:
        aClass.IdentifyClass()
        aClass.ClassKind



Hope this helps,


Thank you,

Shaquille Asghari
Senior Support Engineer
Rational Customer Service - Committed to Service Excellence
SCP Certified:- http://www.rational.com/support/scp.jsp
Rational
the software development company

==========Original Messege==========



-----Original Message-----
From: Alexiev, Nikolay [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 04, 2002 6:49 AM
To: Rational
Subject: (ROSE) Can't find this properties



I can't find some properties in REI.
I write names that I see in element's specification.

Transition.GuardCondition
Transition.Action
Transition.Arguments
Object.State
SwimLane.Class
Class.Type

Please tell me how to locate this elements using REI.

thanks in advance

 Company: Information Services, Corp., Ministry of Finance Bulgaria
 Address:
 str. Paniot Volov #2
 Sofia 1000
 Bulgaria
 Telephone: +359-2-96562041
 Rational Account No:
 29224BG-0-922



************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe rose_forum
*************************************************************************

Attachment: TransitionINFO.zip
Description: Binary data

Reply via email to