File
Doc
Category
Size
Date
Package
UMLAction.java
API Doc
Example
972
Tue Dec 08 01:21:00 GMT 1998
oisoft.togetherx.scriptapi.UML
UMLAction
public interface UMLAction implements UMLElement
Presents Actions of State Transition Diagrams. From UML point of view an action is an operation that: (1) is associated with a transition, (2) takes an insignificant amount of time to complete, (3) is considered to be non-interruptible.
version
2.1.05 21.03.1998
author
Sergey Dmitriev
see
UMLTransition
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
getActionTime
()
Getting the time spent for action.
return
Time property (simple string)
Java Code Source