|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.ICombinedFragment
public 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 |
addInteractionOperand(String name,
String guard)
Add InteractionOperand. |
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". |
abstract void |
removeInteractionOperand(IInteractionOperand operand)
Remove InteractionOperand. |
abstract void |
setInteractionOperator(String operatorName)
Set InteractionOperator to CombinedFragment. |
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 IInteractionOperand[] getInteractionOperands()
abstract boolean isAlt()
abstract boolean isAssert()
abstract boolean isBreak()
abstract boolean isConsider()
abstract boolean isCritical()
abstract boolean isIgnore()
abstract boolean isLoop()
abstract boolean isNeg()
abstract boolean isOpt()
abstract boolean isPar()
abstract boolean isSeq()
abstract boolean isStrict()
abstract void setInteractionOperator(String operatorName)
operatorName
- Interaction operator name
InvalidEditingException
- InvalidEditingException occurs.abstract IInteractionOperand addInteractionOperand(String name, String guard)
name
- Interaction operand nameguard
- Guard
InvalidEditingException
- InvalidEditingException occurs.abstract void removeInteractionOperand(IInteractionOperand operand)
operand
- Interaction operand
InvalidEditingException
- InvalidEditingException occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |