com.boozallen.aiops.mda.metamodel.element.PlatformElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
The newest version!
package com.boozallen.aiops.mda.metamodel.element;
/*-
* #%L
* aiSSEMBLE::Foundation::MDA
* %%
* Copyright (C) 2021 Booz Allen
* %%
* This software package is licensed under the Booz Allen Public License. All Rights Reserved.
* #L%
*/
import org.technologybrewery.fermenter.mda.metamodel.element.MetamodelElement;
/**
* Represents a platform instance.
*/
public class PlatformElement extends MetamodelElement implements Platform {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy