Interface Flowchart
-
- All Superinterfaces:
Class
,Classifier
,java.lang.Comparable<java.lang.Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,ModelElement
,org.eclipse.emf.common.notify.Notifier
,Statechart
,Unit
public interface Flowchart extends Statechart
A representation of the model object 'Flowchart'.The following features are supported:
- See Also:
RhapsodyPackage.getFlowchart()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActivityDiagram
getFlowchartDiagram()
Returns the value of the 'Flowchart Diagram' reference.MDWEList
getSwimlanes()
Returns the value of the 'Swimlanes' reference list.boolean
isAnalysisOnly()
Returns the value of the 'Is Analysis Only' attribute.void
setFlowchartDiagram(ActivityDiagram value)
Sets the value of the 'Flowchart Diagram
' reference.void
setIsAnalysisOnly(boolean value)
Sets the value of the 'Is Analysis Only
' attribute.-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.Class
isAbstract, isActive, isBehaviorOverriden, isComposite, isReactive, setIsAbstract, setIsActive, setIsBehaviorOverriden, setIsComposite, setIsReactive
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.Classifier
getActivityDiagram, getAttributes, getBaseClassifiers, getBehavioralDiagrams, getDerivedClassifiers, getFlowItems, getFlows, getGeneralizations, getInterfaceItems, getLinks, getNestedClassifiers, getObjectModelDiagrams, getOperations, getPorts, getRelations, getSequenceDiagrams, getStatechart, setActivityDiagram, setStatechart
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.ModelElement
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.Statechart
getAllTriggers, getInheritsFrom, getItsClass, getRootState, getStatechartDiagram, isMainBehavior, isOverridden, setInheritsFrom, setIsMainBehavior, setIsOverridden, setItsClass, setRootState, setStatechartDiagram
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.Unit
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
-
-
-
-
Method Detail
-
isAnalysisOnly
boolean isAnalysisOnly()
Returns the value of the 'Is Analysis Only' attribute.- Returns:
- the value of the 'Is Analysis Only' attribute.
- See Also:
setIsAnalysisOnly(boolean)
,RhapsodyPackage.getFlowchart_IsAnalysisOnly()
-
setIsAnalysisOnly
void setIsAnalysisOnly(boolean value)
Sets the value of the 'Is Analysis Only
' attribute.- Parameters:
value
- the new value of the 'Is Analysis Only' attribute.- See Also:
isAnalysisOnly()
-
getSwimlanes
MDWEList getSwimlanes()
Returns the value of the 'Swimlanes' reference list. The list contents are of typeSwimlane
.- Returns:
- the value of the 'Swimlanes' reference list.
- See Also:
RhapsodyPackage.getFlowchart_Swimlanes()
-
getFlowchartDiagram
ActivityDiagram getFlowchartDiagram()
Returns the value of the 'Flowchart Diagram' reference.- Returns:
- the value of the 'Flowchart Diagram' reference.
- See Also:
setFlowchartDiagram(ActivityDiagram)
,RhapsodyPackage.getFlowchart_FlowchartDiagram()
-
setFlowchartDiagram
void setFlowchartDiagram(ActivityDiagram value)
Sets the value of the 'Flowchart Diagram
' reference.- Parameters:
value
- the new value of the 'Flowchart Diagram' reference.- See Also:
getFlowchartDiagram()
-
-