@OpenApiAll public class StandardProfile extends ProfileImplementation
ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUXILIARY_STEREOTYPE
Deprecated.
use AuxiliaryStereotype.STEREOTYPE_NAME
|
static java.lang.String |
BUILDCOMPONENT_STEREOTYPE
Deprecated.
use BuildComponentStereotype.STEREOTYPE_NAME
|
static java.lang.String |
CALL_STEREOTYPE
Deprecated.
use CallStereotype.STEREOTYPE_NAME
|
static java.lang.String |
CREATE_STEREOTYPE
Deprecated.
use CreateStereotype.STEREOTYPE_NAME
|
static java.lang.String |
DERIVE_STEREOTYPE
Deprecated.
use DeriveStereotype.STEREOTYPE_NAME
|
static java.lang.String |
DESTROY_STEREOTYPE
Deprecated.
use DestroyStereotype.STEREOTYPE_NAME
|
static java.lang.String |
DOCUMENT_STEREOTYPE
Deprecated.
use DocumentStereotype.STEREOTYPE_NAME
|
static java.lang.String |
ENTITY_STEREOTYPE
Deprecated.
use EntityStereotype.STEREOTYPE_NAME
|
static java.lang.String |
EXECUTABLE_STEREOTYPE
Deprecated.
use ExecutableStereotype.STEREOTYPE_NAME
|
static java.lang.String |
FILE_STEREOTYPE
Deprecated.
use FileStereotype.STEREOTYPE_NAME
|
static java.lang.String |
FOCUS_STEREOTYPE
Deprecated.
use FocusStereotype.STEREOTYPE_NAME
|
static java.lang.String |
FRAMEWORK_STEREOTYPE
Deprecated.
use FrameworkStereotype.STEREOTYPE_NAME
|
static java.lang.String |
IMPLEMENT_STEREOTYPE
Deprecated.
use ImplementStereotype.STEREOTYPE_NAME
|
static java.lang.String |
IMPLEMENTATIONCLASS_STEREOTYPE
Deprecated.
use ImplementationClassStereotype.STEREOTYPE_NAME
|
static java.lang.String |
INSTANTIATE_STEREOTYPE
Deprecated.
use InstantiateStereotype.STEREOTYPE_NAME
|
static java.lang.String |
LIBRARY_STEREOTYPE
Deprecated.
use LibraryStereotype.STEREOTYPE_NAME
|
static java.lang.String |
METACLASS_STEREOTYPE
Deprecated.
use MetaclassStereotype.STEREOTYPE_NAME
|
static java.lang.String |
METAMODEL_STEREOTYPE
Deprecated.
use MetamodelStereotype.STEREOTYPE_NAME
|
static java.lang.String |
MODELLIBRARY_STEREOTYPE
Deprecated.
use ModelLibraryStereotype.STEREOTYPE_NAME
|
static java.lang.String |
PROCESS_STEREOTYPE
Deprecated.
use ProcessStereotype.STEREOTYPE_NAME
|
static java.lang.String |
PROFILE_NAME |
static java.lang.String |
PROFILE_URI |
static java.lang.String |
REALIZATION_STEREOTYPE
Deprecated.
use RealizationStereotype.STEREOTYPE_NAME
|
static java.lang.String |
REFINE_STEREOTYPE
Deprecated.
use RefineStereotype.STEREOTYPE_NAME
|
static java.lang.String |
RESPONSIBILITY_STEREOTYPE
Deprecated.
use ResponsibilityStereotype.STEREOTYPE_NAME
|
static java.lang.String |
SCRIPT_STEREOTYPE
Deprecated.
use ScriptStereotype.STEREOTYPE_NAME
|
static java.lang.String |
SEND_STEREOTYPE
Deprecated.
use SendStereotype.STEREOTYPE_NAME
|
static java.lang.String |
SERVICE_STEREOTYPE
Deprecated.
use ServiceStereotype.STEREOTYPE_NAME
|
static java.lang.String |
SOURCE_STEREOTYPE
Deprecated.
use SourceStereotype.STEREOTYPE_NAME
|
static java.lang.String |
SPECIFICATION_STEREOTYPE
Deprecated.
use SpecificationStereotype.STEREOTYPE_NAME
|
static java.lang.String |
SUBSYSTEM_STEREOTYPE
Deprecated.
use SubsystemStereotype.STEREOTYPE_NAME
|
static java.lang.String |
SYSTEMMODEL_STEREOTYPE
Deprecated.
use SystemModelStereotype.STEREOTYPE_NAME
|
static java.lang.String |
TRACE_STEREOTYPE
Deprecated.
use TraceStereotype.STEREOTYPE_NAME
|
static java.lang.String |
TYPE_STEREOTYPE
Deprecated.
use TypeStereotype.STEREOTYPE_NAME
|
static java.lang.String |
UTILITY_STEREOTYPE
Deprecated.
use UtilityStereotype.STEREOTYPE_NAME
|
Constructor and Description |
---|
StandardProfile(com.nomagic.profiles.ProfileCache cache) |
Modifier and Type | Method and Description |
---|---|
StandardProfile.AuxiliaryStereotype |
auxiliary() |
StandardProfile.BuildComponentStereotype |
buildComponent() |
StandardProfile.CallStereotype |
call() |
StandardProfile.CreateStereotype |
create() |
StandardProfile.DeriveStereotype |
derive() |
StandardProfile.DestroyStereotype |
destroy() |
StandardProfile.DocumentStereotype |
document() |
StandardProfile.EntityStereotype |
entity() |
StandardProfile.ExecutableStereotype |
executable() |
StandardProfile.FileStereotype |
file() |
StandardProfile.FocusStereotype |
focus() |
StandardProfile.FrameworkStereotype |
framework() |
protected java.util.Collection<ProfileImplementation.ProfileElementWrapper> |
generatedGetAllElementWrappers()
Generated method for getting all stereotype wrappers contained within this profile.
|
protected java.util.Collection<Stereotype> |
generatedGetAllStereotypes()
Generated method for getting all stereotypes contained within this profile.
|
Stereotype |
getAuxiliary()
Deprecated.
use getInstance(element).auxiliary().getStereotype()
|
Stereotype |
getBuildComponent()
Deprecated.
use getInstance(element).buildComponent().getStereotype()
|
Stereotype |
getCall()
Deprecated.
use getInstance(element).call().getStereotype()
|
Stereotype |
getCreate()
Deprecated.
use getInstance(element).create().getStereotype()
|
Stereotype |
getDerive()
Deprecated.
use getInstance(element).derive().getStereotype()
|
Stereotype |
getDestroy()
Deprecated.
use getInstance(element).destroy().getStereotype()
|
Stereotype |
getDocument()
Deprecated.
use getInstance(element).document().getStereotype()
|
Stereotype |
getEntity()
Deprecated.
use getInstance(element).entity().getStereotype()
|
Stereotype |
getExecutable()
Deprecated.
use getInstance(element).executable().getStereotype()
|
Stereotype |
getFile()
Deprecated.
use getInstance(element).file().getStereotype()
|
Stereotype |
getFocus()
Deprecated.
use getInstance(element).focus().getStereotype()
|
Stereotype |
getFramework()
Deprecated.
use getInstance(element).framework().getStereotype()
|
Stereotype |
getImplement()
Deprecated.
use getInstance(element).implement().getStereotype()
|
Stereotype |
getImplementationClass()
Deprecated.
use getInstance(element).implementationClass().getStereotype()
|
static StandardProfile |
getInstance(BaseElement baseElement) |
Stereotype |
getInstantiate()
Deprecated.
use getInstance(element).instantiate().getStereotype()
|
Stereotype |
getLibrary()
Deprecated.
use getInstance(element).library().getStereotype()
|
Stereotype |
getMetaclass()
Deprecated.
use getInstance(element).metaclass().getStereotype()
|
Stereotype |
getMetamodel()
Deprecated.
use getInstance(element).metamodel().getStereotype()
|
Stereotype |
getModelLibrary()
Deprecated.
use getInstance(element).modelLibrary().getStereotype()
|
Stereotype |
getProcess()
Deprecated.
use getInstance(element).process().getStereotype()
|
Stereotype |
getRealization()
Deprecated.
use getInstance(element).realization().getStereotype()
|
Stereotype |
getRefine()
Deprecated.
use getInstance(element).refine().getStereotype()
|
Stereotype |
getResponsibility()
Deprecated.
use getInstance(element).responsibility().getStereotype()
|
Stereotype |
getScript()
Deprecated.
use getInstance(element).script().getStereotype()
|
Stereotype |
getSend()
Deprecated.
use getInstance(element).send().getStereotype()
|
Stereotype |
getService()
Deprecated.
use getInstance(element).service().getStereotype()
|
Stereotype |
getSource()
Deprecated.
use getInstance(element).source().getStereotype()
|
Stereotype |
getSpecification()
Deprecated.
use getInstance(element).specification().getStereotype()
|
Stereotype |
getSubsystem()
Deprecated.
use getInstance(element).subsystem().getStereotype()
|
Stereotype |
getSystemModel()
Deprecated.
use getInstance(element).systemModel().getStereotype()
|
Stereotype |
getTrace()
Deprecated.
use getInstance(element).trace().getStereotype()
|
Stereotype |
getType()
Deprecated.
use getInstance(element).type().getStereotype()
|
Stereotype |
getUtility()
Deprecated.
use getInstance(element).utility().getStereotype()
|
StandardProfile.ImplementStereotype |
implement() |
StandardProfile.ImplementationClassStereotype |
implementationClass() |
StandardProfile.InstantiateStereotype |
instantiate() |
static boolean |
isAuxiliary(Element element)
Deprecated.
use AuxiliaryStereotype.isInstance(element)
|
static boolean |
isBuildComponent(Element element)
Deprecated.
use BuildComponentStereotype.isInstance(element)
|
static boolean |
isCall(Element element)
Deprecated.
use CallStereotype.isInstance(element)
|
static boolean |
isCreate(Element element)
Deprecated.
use CreateStereotype.isInstance(element)
|
static boolean |
isDerive(Element element)
Deprecated.
use DeriveStereotype.isInstance(element)
|
static boolean |
isDestroy(Element element)
Deprecated.
use DestroyStereotype.isInstance(element)
|
static boolean |
isDocument(Element element)
Deprecated.
use DocumentStereotype.isInstance(element)
|
static boolean |
isEntity(Element element)
Deprecated.
use EntityStereotype.isInstance(element)
|
static boolean |
isExecutable(Element element)
Deprecated.
use ExecutableStereotype.isInstance(element)
|
static boolean |
isFile(Element element)
Deprecated.
use FileStereotype.isInstance(element)
|
static boolean |
isFocus(Element element)
Deprecated.
use FocusStereotype.isInstance(element)
|
static boolean |
isFramework(Element element)
Deprecated.
use FrameworkStereotype.isInstance(element)
|
static boolean |
isImplement(Element element)
Deprecated.
use ImplementStereotype.isInstance(element)
|
static boolean |
isImplementationClass(Element element)
Deprecated.
use ImplementationClassStereotype.isInstance(element)
|
static boolean |
isInstantiate(Element element)
Deprecated.
use InstantiateStereotype.isInstance(element)
|
static boolean |
isLibrary(Element element)
Deprecated.
use LibraryStereotype.isInstance(element)
|
static boolean |
isMetaclass(Element element)
Deprecated.
use MetaclassStereotype.isInstance(element)
|
static boolean |
isMetamodel(Element element)
Deprecated.
use MetamodelStereotype.isInstance(element)
|
static boolean |
isModelLibrary(Element element)
Deprecated.
use ModelLibraryStereotype.isInstance(element)
|
static boolean |
isProcess(Element element)
Deprecated.
use ProcessStereotype.isInstance(element)
|
static boolean |
isRealization(Element element)
Deprecated.
use RealizationStereotype.isInstance(element)
|
static boolean |
isRefine(Element element)
Deprecated.
use RefineStereotype.isInstance(element)
|
static boolean |
isResponsibility(Element element)
Deprecated.
use ResponsibilityStereotype.isInstance(element)
|
static boolean |
isScript(Element element)
Deprecated.
use ScriptStereotype.isInstance(element)
|
static boolean |
isSend(Element element)
Deprecated.
use SendStereotype.isInstance(element)
|
static boolean |
isService(Element element)
Deprecated.
use ServiceStereotype.isInstance(element)
|
static boolean |
isSource(Element element)
Deprecated.
use SourceStereotype.isInstance(element)
|
static boolean |
isSpecification(Element element)
Deprecated.
use SpecificationStereotype.isInstance(element)
|
static boolean |
isSubsystem(Element element)
Deprecated.
use SubsystemStereotype.isInstance(element)
|
static boolean |
isSystemModel(Element element)
Deprecated.
use SystemModelStereotype.isInstance(element)
|
static boolean |
isTrace(Element element)
Deprecated.
use TraceStereotype.isInstance(element)
|
static boolean |
isType(Element element)
Deprecated.
use TypeStereotype.isInstance(element)
|
static boolean |
isUtility(Element element)
Deprecated.
use UtilityStereotype.isInstance(element)
|
StandardProfile.LibraryStereotype |
library() |
StandardProfile.MetaclassStereotype |
metaclass() |
StandardProfile.MetamodelStereotype |
metamodel() |
StandardProfile.ModelLibraryStereotype |
modelLibrary() |
StandardProfile.ProcessStereotype |
process() |
StandardProfile.RealizationStereotype |
realization() |
StandardProfile.RefineStereotype |
refine() |
StandardProfile.ResponsibilityStereotype |
responsibility() |
StandardProfile.ScriptStereotype |
script() |
StandardProfile.SendStereotype |
send() |
StandardProfile.ServiceStereotype |
service() |
StandardProfile.SourceStereotype |
source() |
StandardProfile.SpecificationStereotype |
specification() |
StandardProfile.SubsystemStereotype |
subsystem() |
StandardProfile.SystemModelStereotype |
systemModel() |
StandardProfile.TraceStereotype |
trace() |
StandardProfile.TypeStereotype |
type() |
StandardProfile.UtilityStereotype |
utility() |
public static final java.lang.String PROFILE_URI
public static final java.lang.String PROFILE_NAME
@Deprecated public static final java.lang.String AUXILIARY_STEREOTYPE
@Deprecated public static final java.lang.String BUILDCOMPONENT_STEREOTYPE
@Deprecated public static final java.lang.String CALL_STEREOTYPE
@Deprecated public static final java.lang.String CREATE_STEREOTYPE
@Deprecated public static final java.lang.String DERIVE_STEREOTYPE
@Deprecated public static final java.lang.String DESTROY_STEREOTYPE
@Deprecated public static final java.lang.String DOCUMENT_STEREOTYPE
@Deprecated public static final java.lang.String ENTITY_STEREOTYPE
@Deprecated public static final java.lang.String EXECUTABLE_STEREOTYPE
@Deprecated public static final java.lang.String FILE_STEREOTYPE
@Deprecated public static final java.lang.String FOCUS_STEREOTYPE
@Deprecated public static final java.lang.String FRAMEWORK_STEREOTYPE
@Deprecated public static final java.lang.String IMPLEMENT_STEREOTYPE
@Deprecated public static final java.lang.String IMPLEMENTATIONCLASS_STEREOTYPE
@Deprecated public static final java.lang.String INSTANTIATE_STEREOTYPE
@Deprecated public static final java.lang.String LIBRARY_STEREOTYPE
@Deprecated public static final java.lang.String METACLASS_STEREOTYPE
@Deprecated public static final java.lang.String METAMODEL_STEREOTYPE
@Deprecated public static final java.lang.String MODELLIBRARY_STEREOTYPE
@Deprecated public static final java.lang.String PROCESS_STEREOTYPE
@Deprecated public static final java.lang.String REALIZATION_STEREOTYPE
@Deprecated public static final java.lang.String REFINE_STEREOTYPE
@Deprecated public static final java.lang.String RESPONSIBILITY_STEREOTYPE
@Deprecated public static final java.lang.String SCRIPT_STEREOTYPE
@Deprecated public static final java.lang.String SEND_STEREOTYPE
@Deprecated public static final java.lang.String SERVICE_STEREOTYPE
@Deprecated public static final java.lang.String SOURCE_STEREOTYPE
@Deprecated public static final java.lang.String SPECIFICATION_STEREOTYPE
@Deprecated public static final java.lang.String SUBSYSTEM_STEREOTYPE
@Deprecated public static final java.lang.String SYSTEMMODEL_STEREOTYPE
@Deprecated public static final java.lang.String TRACE_STEREOTYPE
@Deprecated public static final java.lang.String TYPE_STEREOTYPE
@Deprecated public static final java.lang.String UTILITY_STEREOTYPE
public static StandardProfile getInstance(BaseElement baseElement)
public StandardProfile.AuxiliaryStereotype auxiliary()
public StandardProfile.BuildComponentStereotype buildComponent()
public StandardProfile.CallStereotype call()
public StandardProfile.CreateStereotype create()
public StandardProfile.DeriveStereotype derive()
public StandardProfile.DestroyStereotype destroy()
public StandardProfile.DocumentStereotype document()
public StandardProfile.EntityStereotype entity()
public StandardProfile.ExecutableStereotype executable()
public StandardProfile.FileStereotype file()
public StandardProfile.FocusStereotype focus()
public StandardProfile.FrameworkStereotype framework()
public StandardProfile.ImplementStereotype implement()
public StandardProfile.ImplementationClassStereotype implementationClass()
public StandardProfile.InstantiateStereotype instantiate()
public StandardProfile.LibraryStereotype library()
public StandardProfile.MetaclassStereotype metaclass()
public StandardProfile.MetamodelStereotype metamodel()
public StandardProfile.ModelLibraryStereotype modelLibrary()
public StandardProfile.ProcessStereotype process()
public StandardProfile.RealizationStereotype realization()
public StandardProfile.RefineStereotype refine()
public StandardProfile.ResponsibilityStereotype responsibility()
public StandardProfile.ScriptStereotype script()
public StandardProfile.SendStereotype send()
public StandardProfile.ServiceStereotype service()
public StandardProfile.SourceStereotype source()
public StandardProfile.SpecificationStereotype specification()
public StandardProfile.SubsystemStereotype subsystem()
public StandardProfile.SystemModelStereotype systemModel()
public StandardProfile.TraceStereotype trace()
public StandardProfile.TypeStereotype type()
public StandardProfile.UtilityStereotype utility()
@Deprecated public Stereotype getAuxiliary()
@Deprecated public static boolean isAuxiliary(@CheckForNull Element element)
@Deprecated public Stereotype getBuildComponent()
@Deprecated public static boolean isBuildComponent(@CheckForNull Element element)
@Deprecated public Stereotype getCall()
@Deprecated public static boolean isCall(@CheckForNull Element element)
@Deprecated public Stereotype getCreate()
@Deprecated public static boolean isCreate(@CheckForNull Element element)
@Deprecated public Stereotype getDerive()
@Deprecated public static boolean isDerive(@CheckForNull Element element)
@Deprecated public Stereotype getDestroy()
@Deprecated public static boolean isDestroy(@CheckForNull Element element)
@Deprecated public Stereotype getDocument()
@Deprecated public static boolean isDocument(@CheckForNull Element element)
@Deprecated public Stereotype getEntity()
@Deprecated public static boolean isEntity(@CheckForNull Element element)
@Deprecated public Stereotype getExecutable()
@Deprecated public static boolean isExecutable(@CheckForNull Element element)
@Deprecated public Stereotype getFile()
@Deprecated public static boolean isFile(@CheckForNull Element element)
@Deprecated public Stereotype getFocus()
@Deprecated public static boolean isFocus(@CheckForNull Element element)
@Deprecated public Stereotype getFramework()
@Deprecated public static boolean isFramework(@CheckForNull Element element)
@Deprecated public Stereotype getImplement()
@Deprecated public static boolean isImplement(@CheckForNull Element element)
@Deprecated public Stereotype getImplementationClass()
@Deprecated public static boolean isImplementationClass(@CheckForNull Element element)
@Deprecated public Stereotype getInstantiate()
@Deprecated public static boolean isInstantiate(@CheckForNull Element element)
@Deprecated public Stereotype getLibrary()
@Deprecated public static boolean isLibrary(@CheckForNull Element element)
@Deprecated public Stereotype getMetaclass()
@Deprecated public static boolean isMetaclass(@CheckForNull Element element)
@Deprecated public Stereotype getMetamodel()
@Deprecated public static boolean isMetamodel(@CheckForNull Element element)
@Deprecated public Stereotype getModelLibrary()
@Deprecated public static boolean isModelLibrary(@CheckForNull Element element)
@Deprecated public Stereotype getProcess()
@Deprecated public static boolean isProcess(@CheckForNull Element element)
@Deprecated public Stereotype getRealization()
@Deprecated public static boolean isRealization(@CheckForNull Element element)
@Deprecated public Stereotype getRefine()
@Deprecated public static boolean isRefine(@CheckForNull Element element)
@Deprecated public Stereotype getResponsibility()
@Deprecated public static boolean isResponsibility(@CheckForNull Element element)
@Deprecated public Stereotype getScript()
@Deprecated public static boolean isScript(@CheckForNull Element element)
@Deprecated public Stereotype getSend()
@Deprecated public static boolean isSend(@CheckForNull Element element)
@Deprecated public Stereotype getService()
@Deprecated public static boolean isService(@CheckForNull Element element)
@Deprecated public Stereotype getSource()
@Deprecated public static boolean isSource(@CheckForNull Element element)
@Deprecated public Stereotype getSpecification()
@Deprecated public static boolean isSpecification(@CheckForNull Element element)
@Deprecated public Stereotype getSubsystem()
@Deprecated public static boolean isSubsystem(@CheckForNull Element element)
@Deprecated public Stereotype getSystemModel()
@Deprecated public static boolean isSystemModel(@CheckForNull Element element)
@Deprecated public Stereotype getTrace()
@Deprecated public static boolean isTrace(@CheckForNull Element element)
@Deprecated public Stereotype getType()
@Deprecated public static boolean isType(@CheckForNull Element element)
@Deprecated public Stereotype getUtility()
@Deprecated public static boolean isUtility(@CheckForNull Element element)
protected java.util.Collection<ProfileImplementation.ProfileElementWrapper> generatedGetAllElementWrappers()
ProfileImplementation
generatedGetAllElementWrappers
in class ProfileImplementation
protected java.util.Collection<Stereotype> generatedGetAllStereotypes()
ProfileImplementation
generatedGetAllStereotypes
in class ProfileImplementation