Package com.nomagic.magicdraw.sysml.util
Class SysMLProfile.RequirementRelatedStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.RequirementRelatedStereotype
- Enclosing class:
 - SysMLProfile
 
public static class SysMLProfile.RequirementRelatedStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDerived from all requirements that are the supplier of a refine relationship for which this element is a client.static final StringDerived from all requirements that are the supplier of a satisfy relationship for which this element is a client.static final Stringstatic final StringDerived from all requirements that are the supplier of a trace relationship for which this element is a client.static final StringDerived from all requirements that are the supplier of a verify relationship for which this element is a client. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddRefines(Element element, Element value) voidaddSatisfies(Element element, Element value) voidaddTracedFrom(Element element, Element value) voidaddVerifies(Element element, Element value) protected voidclear()voidclearRefines(Element element) voidclearSatisfies(Element element) voidclearTracedFrom(Element element) voidclearVerifies(Element element) getRefines(Element element) getSatisfies(Element element) Returns stereotype for this wrapper.getTracedFrom(Element element) getVerifies(Element element) booleanstatic booleanisInstance(Element element) voidremoveRefines(Element element, Element value) voidremoveSatisfies(Element element, Element value) voidremoveTracedFrom(Element element, Element value) voidremoveVerifies(Element element, Element value) voidsetRefines(Element element, Collection<? extends Element> value) voidsetSatisfies(Element element, Collection<? extends Element> value) voidsetTracedFrom(Element element, Collection<? extends Element> value) voidsetVerifies(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
REFINES
Derived from all requirements that are the supplier of a refine relationship for which this element is a client.- See Also:
 
 - 
SATISFIES
Derived from all requirements that are the supplier of a satisfy relationship for which this element is a client.- See Also:
 
 - 
TRACEDFROM
Derived from all requirements that are the supplier of a trace relationship for which this element is a client.- See Also:
 
 - 
VERIFIES
Derived from all requirements that are the supplier of a verify relationship for which this element is a client.- See Also:
 
 
 - 
 - 
Constructor Details
- 
RequirementRelatedStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getRefinesProperty
 - 
getSatisfiesProperty
 - 
getTracedFromProperty
 - 
getVerifiesProperty
 - 
setRefines
 - 
clearRefines
 - 
addRefines
 - 
removeRefines
 - 
getRefines
 - 
setSatisfies
 - 
clearSatisfies
 - 
addSatisfies
 - 
removeSatisfies
 - 
getSatisfies
 - 
setTracedFrom
 - 
clearTracedFrom
 - 
addTracedFrom
 - 
removeTracedFrom
 - 
getTracedFrom
 - 
setVerifies
 - 
clearVerifies
 - 
addVerifies
 - 
removeVerifies
 - 
getVerifies
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -