|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.ICombinedFragment
Interface for Combined fragments.
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 IInteractionOperand[] |
getInteractionOperands()
Get Interaction operands. |
abstract boolean |
isAlt()
Check if the type is "alt". |
abstract boolean |
isAssert()
Check if the type is "assert". |
abstract boolean |
isBreak()
Check if the type is "break". |
abstract boolean |
isConsider()
Check if the type is "consider". |
abstract boolean |
isCritical()
Check if the type is "critical". |
abstract boolean |
isIgnore()
Check if the type is "ignore". |
abstract boolean |
isLoop()
Check if the type is "loop". |
abstract boolean |
isNeg()
Check if the type is "neg". |
abstract boolean |
isOpt()
Check if the type is "opt". |
abstract boolean |
isPar()
Check if the type is "par". |
abstract boolean |
isSeq()
Check if the type is "seq". |
abstract boolean |
isStrict()
Check if the type is "strict". |
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 IInteractionOperand[] getInteractionOperands()
public abstract boolean isAlt()
public abstract boolean isAssert()
public abstract boolean isBreak()
public abstract boolean isConsider()
public abstract boolean isCritical()
public abstract boolean isIgnore()
public abstract boolean isLoop()
public abstract boolean isNeg()
public abstract boolean isOpt()
public abstract boolean isPar()
public abstract boolean isSeq()
public abstract boolean isStrict()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |