Interface Class
-
- All Superinterfaces:
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,Unit
- All Known Subinterfaces:
AssociationClass,Flowchart,Statechart
public interface Class extends Classifier
A representation of the model object 'Class'.The following features are supported:
- See Also:
RhapsodyPackage.getClass_()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAbstract()Returns the value of the 'Is Abstract' attribute.booleanisActive()Returns the value of the 'Is Active' attribute.booleanisBehaviorOverriden()Returns the value of the 'Is Behavior Overriden' attribute.booleanisComposite()Returns the value of the 'Is Composite' attribute.booleanisReactive()Returns the value of the 'Is Reactive' attribute.voidsetIsAbstract(boolean value)Sets the value of the 'Is Abstract' attribute.voidsetIsActive(boolean value)Sets the value of the 'Is Active' attribute.voidsetIsBehaviorOverriden(boolean value)Sets the value of the 'Is Behavior Overriden' attribute.voidsetIsComposite(boolean value)Sets the value of the 'Is Composite' attribute.voidsetIsReactive(boolean value)Sets the value of the 'Is Reactive' attribute.-
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.Unit
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
-
-
-
-
Method Detail
-
isBehaviorOverriden
boolean isBehaviorOverriden()
Returns the value of the 'Is Behavior Overriden' attribute.- Returns:
- the value of the 'Is Behavior Overriden' attribute.
- See Also:
setIsBehaviorOverriden(boolean),RhapsodyPackage.getClass_IsBehaviorOverriden()
-
setIsBehaviorOverriden
void setIsBehaviorOverriden(boolean value)
Sets the value of the 'Is Behavior Overriden' attribute.- Parameters:
value- the new value of the 'Is Behavior Overriden' attribute.- See Also:
isBehaviorOverriden()
-
isActive
boolean isActive()
Returns the value of the 'Is Active' attribute.- Returns:
- the value of the 'Is Active' attribute.
- See Also:
setIsActive(boolean),RhapsodyPackage.getClass_IsActive()
-
setIsActive
void setIsActive(boolean value)
Sets the value of the 'Is Active' attribute.- Parameters:
value- the new value of the 'Is Active' attribute.- See Also:
isActive()
-
isComposite
boolean isComposite()
Returns the value of the 'Is Composite' attribute.- Returns:
- the value of the 'Is Composite' attribute.
- See Also:
setIsComposite(boolean),RhapsodyPackage.getClass_IsComposite()
-
setIsComposite
void setIsComposite(boolean value)
Sets the value of the 'Is Composite' attribute.- Parameters:
value- the new value of the 'Is Composite' attribute.- See Also:
isComposite()
-
isReactive
boolean isReactive()
Returns the value of the 'Is Reactive' attribute.- Returns:
- the value of the 'Is Reactive' attribute.
- See Also:
setIsReactive(boolean),RhapsodyPackage.getClass_IsReactive()
-
setIsReactive
void setIsReactive(boolean value)
Sets the value of the 'Is Reactive' attribute.- Parameters:
value- the new value of the 'Is Reactive' attribute.- See Also:
isReactive()
-
isAbstract
boolean isAbstract()
Returns the value of the 'Is Abstract' attribute.- Returns:
- the value of the 'Is Abstract' attribute.
- See Also:
setIsAbstract(boolean),RhapsodyPackage.getClass_IsAbstract()
-
setIsAbstract
void setIsAbstract(boolean value)
Sets the value of the 'Is Abstract' attribute.- Parameters:
value- the new value of the 'Is Abstract' attribute.- See Also:
isAbstract()
-
-