IInteractionFragment

com.change_vision.jude.api.inf.model.sequence diagram interface

com.change_vision.jude.api.inf.model. INamedElement
+getName() :String
+getConstraints() :IConstraint[]
+getSupplierDependencies() :IDependency[]
+getClientDependencies() :IDependency[]
+getDefinition() :String
+isPublicVisibility() :boolean
+isProtectedVisibility() :boolean
+isPrivateVisibility() :boolean
+isPackageVisibility() :boolean
+getDiagrams() :IDiagram[]
com.change_vision.jude.api.inf.model. IInteractionFragment
com.change_vision.jude.api.inf.model. ICombinedFragment
+getInteractionOperands() :IInteractionOperand[]
+isAlt() :boolean
+isAssert() :boolean
+isBreak() :boolean
+isConsider() :boolean
+isCritical() :boolean
+isIgnore() :boolean
+isLoop() :boolean
+isNeg() :boolean
+isOpt() :boolean
+isPar() :boolean
+isSeq() :boolean
+isStrict() :boolean
com.change_vision.jude.api.inf.model. IInteractionUse
+getSequenceDiagram() :ISequenceDiagram
+getArgument() :String
+getGates() :IGate[]
+getLifelines() :ILifeline[]
com.change_vision.jude.api.inf.model. IStateInvariant