objectgen.activitymodel
Class Transition

java.lang.Object
  extended byobjectgen.activitymodel.Transition

public class Transition
extends java.lang.Object


Constructor Summary
Transition(java.lang.String org, java.lang.String des)
          Creates a new instance of Transition
 
Method Summary
 boolean endIn(Activity a)
          Returns true if the trasition ends in the activity indicated
 boolean equals(java.lang.Object o)
          Avoid traverse repeated transitions
 java.lang.String getDes()
           
 java.lang.String getId()
          Calculates and Id joining the origen and destination An Id is needef for XMI translation
 java.lang.String getOrg()
           
 boolean startIn(Activity a)
          Returns true if the trasition starts in the activity indicated
 java.lang.String toString()
          Testing
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Transition

public Transition(java.lang.String org,
                  java.lang.String des)
Creates a new instance of Transition

Method Detail

getOrg

public java.lang.String getOrg()

getDes

public java.lang.String getDes()

equals

public boolean equals(java.lang.Object o)
Avoid traverse repeated transitions


startIn

public boolean startIn(Activity a)
Returns true if the trasition starts in the activity indicated


endIn

public boolean endIn(Activity a)
Returns true if the trasition ends in the activity indicated


getId

public java.lang.String getId()
Calculates and Id joining the origen and destination An Id is needef for XMI translation


toString

public java.lang.String toString()
Testing