Package com.nomagic.magicdraw.uaf
Class UAF.DoctrineStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.DoctrineStereotype
- Enclosing class:
UAF
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final Stringstatic 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 StringIf true, then the block is treated as a black box; a part typed by this black box can only be connected via its ports or directly to its outer boundary.static final StringThe date when this version of the Standard was published.static final StringThis is a derived property that lists the master requirement for this slave requirement.static final Stringstatic final StringRelates a Standard to the ActualOrganization that ratified the Standard.static final StringDerived from all elements that are the client of a refine relationship for which this requirement is a supplier.static final StringThe date when this version of the Standard was retired.static final StringDerived from all elements that are the client of a satisfy relationship for which this requirement is a supplier.static 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 StringCaptures Unique identifier for the element.static final StringDerived from all elements that are the client of a verify relationship for which this requirement is a supplier. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) voidaddCreatedBy(Element element, Element value) voidaddDerived(Element element, Element value) voidaddDerivedFrom(Element element, Element value) voidaddPublishedBy(Element element, Element value) voidaddRatifiedBy(Element element, Element value) voidaddRefinedBy(Element element, Element value) voidaddSatisfiedBy(Element element, Element value) voidaddTracedTo(Element element, Element value) voidaddVerifiedBy(Element element, Element value) protected voidclear()voidclearConformsTo(Element element) voidclearCreatedBy(Element element) voidclearDerived(Element element) voidclearDerivedFrom(Element element) voidvoidclearIsEncapsulated(Element element) voidclearMandatedDate(Element element) voidclearMaster(Element element) voidclearPublishedBy(Element element) voidclearRatifiedBy(Element element) voidclearRefinedBy(Element element) voidclearRetiredDate(Element element) voidclearSatisfiedBy(Element element) voidvoidclearTracedTo(Element element) voidvoidclearVerifiedBy(Element element) getConformsTo(Element element) getCreatedBy(Element element) getDerived(Element element) getDerivedFrom(Element element) getMandatedDate(Element element) getPublishedBy(Element element) getRatifiedBy(Element element) getRefinedBy(Element element) getRetiredDate(Element element) getSatisfiedBy(Element element) Returns stereotype for this wrapper.getTracedTo(Element element) getVerifiedBy(Element element) booleanstatic booleanisInstance(Element element) isIsEncapsulated(Element element) voidremoveConformsTo(Element element, Element value) voidremoveCreatedBy(Element element, Element value) voidremoveDerived(Element element, Element value) voidremoveDerivedFrom(Element element, Element value) voidremovePublishedBy(Element element, Element value) voidremoveRatifiedBy(Element element, Element value) voidremoveRefinedBy(Element element, Element value) voidremoveSatisfiedBy(Element element, Element value) voidremoveTracedTo(Element element, Element value) voidremoveVerifiedBy(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetCreatedBy(Element element, Collection<? extends Element> value) voidsetDerived(Element element, Collection<? extends Element> value) voidsetDerivedFrom(Element element, Collection<? extends Element> value) voidvoidsetIsEncapsulated(Element element, Boolean value) voidsetMandatedDate(Element element, Element value) voidvoidsetPublishedBy(Element element, Collection<? extends Element> value) voidsetRatifiedBy(Element element, Collection<? extends Element> value) voidsetRefinedBy(Element element, Collection<? extends Element> value) voidsetRetiredDate(Element element, Element value) voidsetSatisfiedBy(Element element, Collection<? extends Element> value) voidvoidsetTracedTo(Element element, Collection<? extends Element> value) voidvoidsetVerifiedBy(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:
-
CREATEDBY
- See Also:
-
MANDATEDDATE
The date when this version of the Standard was published.- See Also:
-
PUBLISHEDBY
- See Also:
-
RATIFIEDBY
Relates a Standard to the ActualOrganization that ratified the Standard.- See Also:
-
RETIREDDATE
The date when this version of the Standard was retired.- See Also:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
ISENCAPSULATED
If true, then the block is treated as a black box; a part typed by this black box can only be connected via its ports or directly to its outer boundary. If false, or if a value is not present, then connections can be established to elements of its internal structure via deep-nested connector ends.- 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
-
DoctrineStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getCreatedByProperty
-
getMandatedDateProperty
-
getPublishedByProperty
-
getRatifiedByProperty
-
getRetiredDateProperty
-
getURIProperty
-
getConformsToProperty
-
getIsEncapsulatedProperty
-
getDerivedProperty
-
getDerivedFromProperty
-
getIdProperty
-
getMasterProperty
-
getRefinedByProperty
-
getSatisfiedByProperty
-
getTextProperty
-
getTracedToProperty
-
getVerifiedByProperty
-
setCreatedBy
-
clearCreatedBy
-
addCreatedBy
-
removeCreatedBy
-
getCreatedBy
-
setMandatedDate
-
clearMandatedDate
-
getMandatedDate
-
setPublishedBy
-
clearPublishedBy
-
addPublishedBy
-
removePublishedBy
-
getPublishedBy
-
setRatifiedBy
-
clearRatifiedBy
-
addRatifiedBy
-
removeRatifiedBy
-
getRatifiedBy
-
setRetiredDate
-
clearRetiredDate
-
getRetiredDate
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setIsEncapsulated
-
clearIsEncapsulated
-
isIsEncapsulated
-
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
-
clear
protected void clear() -
is
-
isInstance
-