|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IPseudostate
Interface for Pseudostates.
Field Summary |
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement |
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY |
Method Summary | |
abstract boolean |
isChoicePseudostate()
Check if the pseudostate is a ChoicePseudostate. |
abstract boolean |
isDeepHistoryPseudostate()
Check if the pseudostate is a DeepHistoryPseudostate. |
abstract boolean |
isForkPseudostate()
Check if the pseudostate is a ForkPseudostate. |
abstract boolean |
isInitialPseudostate()
Check if the pseudostate is a InitialPseudostate. |
abstract boolean |
isJoinPseudostate()
Check if the pseudostate is a JoinPseudostate. |
abstract boolean |
isJunctionPseudostate()
Check if the pseudostate is a JunctionPseudostate. |
abstract boolean |
isShallowHistoryPseudostate()
Check if the pseudostate is a ShallowHistoryPseudostate. |
abstract boolean |
isStubState()
Check if it is a StubState. |
Methods inherited from class com.change_vision.jude.api.inf.model.IVertex |
getIncomings, getOutgoings |
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
addStereotype, getComments, getId, getOwner, getStereotypes, getTaggedValues, getTypeModifier, isReadOnly, removeStereotype, setTypeModifier |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
public abstract boolean isInitialPseudostate()
public abstract boolean isShallowHistoryPseudostate()
public abstract boolean isDeepHistoryPseudostate()
public abstract boolean isJunctionPseudostate()
public abstract boolean isChoicePseudostate()
public abstract boolean isForkPseudostate()
public abstract boolean isJoinPseudostate()
public abstract boolean isStubState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |