Class Activity

java.lang.Object
cruise.umple.compiler.Activity

public class Activity
extends java.lang.Object
Some code to execute for an extended period while in a state This code is found after they keyword 'do' in Umple The code is executed in a separate threat, and can be terminated by an outgoing transition. Upon completion of the activity, any autotransition will be taken NEW CLASS**************************************** Please keep updating the method 'public Activity clone(State inState)' if you add new attributes to this class.