public interface Class extends GeneralClass
The following features are supported:
InformationPackage.getClass_()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<KeyPart> |
getKeyParts()
Returns the value of the 'Key Parts' reference list.
|
org.eclipse.emf.common.util.EList<DataValue> |
getOwnedDataValues()
Returns the value of the 'Owned Data Values' containment reference list.
|
org.eclipse.emf.common.util.EList<InformationRealization> |
getOwnedInformationRealizations()
Returns the value of the 'Owned Information Realizations' containment reference list.
|
org.eclipse.emf.common.util.EList<StateMachine> |
getOwnedStateMachines()
Returns the value of the 'Owned State Machines' containment reference list.
|
org.eclipse.emf.common.util.EList<Class> |
getRealizedClasses()
Returns the value of the 'Realized Classes' reference list.
|
org.eclipse.emf.common.util.EList<Class> |
getRealizingClasses()
Returns the value of the 'Realizing Classes' reference list.
|
boolean |
isIsPrimitive()
Returns the value of the 'Is Primitive' attribute.
|
void |
setIsPrimitive(boolean value)
Sets the value of the '
Is Primitive' attribute. |
getContainedOperations, getNestedGeneralClasses, getVisibility, setVisibilitygetContainedProperties, getOwnedFeaturesgetOwnedGeneralizations, getSub, getSubGeneralizations, getSuper, getSuperGeneralizations, isAbstract, setAbstractgetTypedElementsgetAbstractTypedElementsgetContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverisFinal, setFinalboolean isIsPrimitive()
If the meaning of the 'Is Primitive' attribute isn't clear, there really should be more of a description here...
setIsPrimitive(boolean),
InformationPackage.getClass_IsPrimitive()void setIsPrimitive(boolean value)
Is Primitive' attribute.
value - the new value of the 'Is Primitive' attribute.isIsPrimitive()org.eclipse.emf.common.util.EList<KeyPart> getKeyParts()
KeyPart.
If the meaning of the 'Key Parts' reference list isn't clear, there really should be more of a description here...
InformationPackage.getClass_KeyParts()org.eclipse.emf.common.util.EList<StateMachine> getOwnedStateMachines()
StateMachine.
If the meaning of the 'Owned State Machines' containment reference list isn't clear, there really should be more of a description here...
InformationPackage.getClass_OwnedStateMachines()org.eclipse.emf.common.util.EList<DataValue> getOwnedDataValues()
DataValue.
If the meaning of the 'Owned Data Values' containment reference list isn't clear, there really should be more of a description here...
InformationPackage.getClass_OwnedDataValues()org.eclipse.emf.common.util.EList<InformationRealization> getOwnedInformationRealizations()
InformationRealization.
If the meaning of the 'Owned Information Realizations' containment reference list isn't clear, there really should be more of a description here...
InformationPackage.getClass_OwnedInformationRealizations()org.eclipse.emf.common.util.EList<Class> getRealizedClasses()
Class.
It is bidirectional and its opposite is 'Realizing Classes'.
If the meaning of the 'Realized Classes' reference list isn't clear, there really should be more of a description here...
InformationPackage.getClass_RealizedClasses(),
getRealizingClasses()org.eclipse.emf.common.util.EList<Class> getRealizingClasses()
Class.
It is bidirectional and its opposite is 'Realized Classes'.
If the meaning of the 'Realizing Classes' reference list isn't clear, there really should be more of a description here...
InformationPackage.getClass_RealizingClasses(),
getRealizedClasses()