Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.DesignConstraintStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.DesignConstraintStereotype
- Enclosing class:
- SysMLProfile
public static class SysMLProfile.DesignConstraintStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDerived from all requirements that are the client of a deriveReqt relationship for which this requirement is a supplier.static final StringDerived from all requirements that are the supplier of a deriveReqt relationship for which this requirement is a client.static final StringThe unique id of the requirement.static final StringThis is a derived property that lists the master requirement for this slave requirement.static final StringDerived from all elements that are the client of a refine relationship for which this requirement is a supplier.static final Stringstatic final StringDerived from all elements that are the client of a satisfy relationship for which this requirement is a supplier.static final Stringstatic final Stringstatic final StringThe textual representation or a reference to the textual representation of the requirement.static final StringDerived from all elements that are the client of a trace relationship for which this requirement is a supplier.static final StringDerived from all elements that are the client of a verify relationship for which this requirement is a supplier.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDerived(Element element, Element value) voidaddDerivedFrom(Element element, Element value) voidaddRefinedBy(Element element, Element value) voidaddSatisfiedBy(Element element, Element value) voidaddTracedTo(Element element, Element value) voidaddVerifiedBy(Element element, Element value) voidclearDerived(Element element) voidclearDerivedFrom(Element element) voidvoidclearMaster(Element element) voidclearRefinedBy(Element element) voidvoidclearSatisfiedBy(Element element) voidclearSource(Element element) voidvoidclearTracedTo(Element element) voidclearVerifiedBy(Element element) voidclearVerifyMethod(Element element) getDerived(Element element) getDerivedFrom(Element element) getRefinedBy(Element element) getSatisfiedBy(Element element) Returns stereotype for this wrapper.getTracedTo(Element element) getVerifiedBy(Element element) getVerifyMethod(Element element) booleanstatic booleanisInstance(Element element) voidremoveDerived(Element element, Element value) voidremoveDerivedFrom(Element element, Element value) voidremoveRefinedBy(Element element, Element value) voidremoveSatisfiedBy(Element element, Element value) voidremoveTracedTo(Element element, Element value) voidremoveVerifiedBy(Element element, Element value) voidsetDerived(Element element, Collection<? extends Element> value) voidsetDerivedFrom(Element element, Collection<? extends Element> value) voidvoidvoidsetRefinedBy(Element element, Collection<? extends Element> value) voidsetRisk(Element element, SysMLProfile.RiskKindEnum value) voidsetSatisfiedBy(Element element, Collection<? extends Element> value) voidvoidvoidsetTracedTo(Element element, Collection<? extends Element> value) voidsetVerifiedBy(Element element, Collection<? extends Element> value) voidsetVerifyMethod(Element element, SysMLProfile.VerificationMethodKindEnum value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
RISK
- See Also:
-
SOURCE
- See Also:
-
VERIFYMETHOD
- See Also:
-
DERIVED
Derived from all requirements that are the client of a deriveReqt relationship for which this requirement is a supplier.- See Also:
-
DERIVEDFROM
Derived from all requirements that are the supplier of a deriveReqt relationship for which this requirement is a client.- See Also:
-
ID
The unique id of the requirement.- See Also:
-
MASTER
This is a derived property that lists the master requirement for this slave requirement. The master attribute is derived from the supplier of the Copy dependency that has this requirement as the slave.- See Also:
-
REFINEDBY
Derived from all elements that are the client of a refine relationship for which this requirement is a supplier.- See Also:
-
SATISFIEDBY
Derived from all elements that are the client of a satisfy relationship for which this requirement is a supplier.- See Also:
-
TEXT
The textual representation or a reference to the textual representation of the requirement.- See Also:
-
TRACEDTO
Derived from all elements that are the client of a trace relationship for which this requirement is a supplier.- See Also:
-
VERIFIEDBY
Derived from all elements that are the client of a verify relationship for which this requirement is a supplier.- See Also:
-
-
Constructor Details
-
DesignConstraintStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getRiskProperty
-
getSourceProperty
-
getVerifyMethodProperty
-
getDerivedProperty
-
getDerivedFromProperty
-
getIdProperty
-
getMasterProperty
-
getRefinedByProperty
-
getSatisfiedByProperty
-
getTextProperty
-
getTracedToProperty
-
getVerifiedByProperty
-
setRisk
-
clearRisk
-
getRisk
-
setSource
-
clearSource
-
getSource
-
setVerifyMethod
public void setVerifyMethod(Element element, @CheckForNull SysMLProfile.VerificationMethodKindEnum value) -
clearVerifyMethod
-
getVerifyMethod
-
setDerived
-
clearDerived
-
addDerived
-
removeDerived
-
getDerived
-
setDerivedFrom
-
clearDerivedFrom
-
addDerivedFrom
-
removeDerivedFrom
-
getDerivedFrom
-
setId
-
clearId
-
getId
-
setMaster
-
clearMaster
-
getMaster
-
setRefinedBy
-
clearRefinedBy
-
addRefinedBy
-
removeRefinedBy
-
getRefinedBy
-
setSatisfiedBy
-
clearSatisfiedBy
-
addSatisfiedBy
-
removeSatisfiedBy
-
getSatisfiedBy
-
setText
-
clearText
-
getText
-
setTracedTo
-
clearTracedTo
-
addTracedTo
-
removeTracedTo
-
getTracedTo
-
setVerifiedBy
-
clearVerifiedBy
-
addVerifiedBy
-
removeVerifiedBy
-
getVerifiedBy
-
is
-
isInstance
-