|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IPseudostate
public 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 |
isEntryPointPseudostate()
Check if the pseudostate is an EntryPoint. |
abstract boolean |
isExitPointPseudostate()
Check if the pseudostate is an ExitPoint. |
abstract boolean |
isForkPseudostate()
Check if the pseudostate is a ForkPseudostate. |
abstract boolean |
isInitialPseudostate()
Check if the pseudostate is an 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, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
---|
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
---|
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
---|
abstract boolean isInitialPseudostate()
abstract boolean isShallowHistoryPseudostate()
abstract boolean isDeepHistoryPseudostate()
abstract boolean isJunctionPseudostate()
abstract boolean isChoicePseudostate()
abstract boolean isForkPseudostate()
abstract boolean isJoinPseudostate()
abstract boolean isStubState()
abstract boolean isEntryPointPseudostate()
abstract boolean isExitPointPseudostate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |