File
Doc
Category
Size
Date
Package
UMLState.java
API Doc
Example
1433
Tue Dec 08 01:21:00 GMT 1998
oisoft.togetherx.scriptapi.UML
UMLState
public interface UMLState implements UMLNode
Presents state of State Transition diagrams.
version
2.1.01 12.03.1998
author
Andrei Ivanov
see
UMLTransition
see
UMLStateDiagram
Fields Summary
Constructors Summary
Methods Summary
public
UMLInternalTransitionEnumeration
getDoActions
()
see
UMLInternalTransition
public
UMLInternalTransitionEnumeration
getEntryActions
()
see
UMLInternalTransition
public
UMLInternalTransitionEnumeration
getExitActions
()
see
UMLInternalTransition
public
UMLInternalTransitionEnumeration
getInternalTransitions
()
see
UMLInternalTransition
public
UMLStateEnumeration
getSubstates
()
public
oisoft.togetherx.scriptapi.UML.UMLState
getSuperstate
()
public
UMLTransitionEnumeration
getTransitions
()
see
UMLTransition
public
boolean
hasDeepHistory
()
public
boolean
hasHistory
()
public
boolean
isEnd
()
public
boolean
isStart
()
Java Code Source