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 class
static enum
static class
static enum
Nested classes/interfaces inherited from class com.nomagic.profiles.ProfileImplementation
ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected 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 AnalysisPatternsProfile
getInstance
(BaseElement baseElement) static AnalysisPatternsProfile
getInstanceByProject
(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:
clearCache
in 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:ProfileImplementation
Generated method for getting all stereotype wrappers contained within this profile.- Specified by:
generatedGetAllElementWrappers
in classProfileImplementation
- Returns:
- gets all stereotype wrappers contained within this profile.
-
generatedGetAllStereotypes
Description copied from class:ProfileImplementation
Generated method for getting all stereotypes contained within this profile.- Specified by:
generatedGetAllStereotypes
in classProfileImplementation
- Returns:
- gets all stereotypes contained within this profile.
-