Package com.nomagic.magicdraw.sysml.util
Class AnalysisPatternsProfile
java.lang.Object
com.nomagic.profiles.ProfileImplementation
com.nomagic.magicdraw.sysml.util.AnalysisPatternsProfile
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic classstatic enumNested classes/interfaces inherited from class com.nomagic.profiles.ProfileImplementation
ProfileImplementation.StereotypeWrapper -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper>Generated method for getting all stereotype wrappers contained within this profile.protected Collection<Stereotype>Generated method for getting all stereotypes contained within this profile.static AnalysisPatternsProfilegetInstance(BaseElement baseElement) static AnalysisPatternsProfilegetInstanceByProject(com.nomagic.uml2.project.ElementProject project) Methods inherited from class com.nomagic.profiles.ProfileImplementation
findByRelativeQualifiedName, getAllStereotypes, getCache, getDataType, getProfile, getStereotype, isTypeOf, isTypeOf, valueFromString
-
Field Details
-
PROFILE_URI
- See Also:
-
PROFILE_NAME
- See Also:
-
OBJECTIVE_DATATYPE
- See Also:
-
RELATION_DATATYPE
- See Also:
-
-
Constructor Details
-
AnalysisPatternsProfile
public AnalysisPatternsProfile(com.nomagic.profiles.ProfileCache cache)
-
-
Method Details
-
getTradeStudyAnalysis
-
getMonteCarloAnalysis
-
clearCache
protected void clearCache()- Overrides:
clearCachein classProfileImplementation
-
getInstance
-
getInstanceByProject
public static AnalysisPatternsProfile getInstanceByProject(com.nomagic.uml2.project.ElementProject project) -
designVariable
-
objective
-
getObjective
-
getRelation
-
generatedGetAllElementWrappers
protected Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper> generatedGetAllElementWrappers()Description copied from class:ProfileImplementationGenerated method for getting all stereotype wrappers contained within this profile.- Specified by:
generatedGetAllElementWrappersin classProfileImplementation- Returns:
- gets all stereotype wrappers contained within this profile.
-
generatedGetAllStereotypes
Description copied from class:ProfileImplementationGenerated method for getting all stereotypes contained within this profile.- Specified by:
generatedGetAllStereotypesin classProfileImplementation- Returns:
- gets all stereotypes contained within this profile.
-