Package

gov.nasa.jpl.imce.oti.magicdraw.dynamicScripts

actions

Permalink

package actions

Visibility
  1. Public
  2. All

Type Members

  1. case class AddMissingImportFromParentPackage()(implicit umlUtil: MagicDrawUMLUtil) extends ValidationAnnotationAction with Product with Serializable

    Permalink

  2. case class DeleteRedundantValue(role: MetaPropertyReference[MagicDrawUML, UMLMultiplicityElement[MagicDrawUML], UMLValueSpecification[MagicDrawUML]])(implicit umlUtil: MagicDrawUMLUtil) extends ValidationAnnotationAction with Product with Serializable

    Permalink

    See also

    XMI 2.5, Section 9.4.1 EMOF Package Properties whose values are the default values are not serialized except where the value is being used to specify the default itself: specifically if it is the value of the property Property::defaultValue in a metamodel.

    MOF 2.5, Section 12.4 EMOF Constraints [32] The values of MultiplicityElement::lowerValue and upperValue must be of kind LiteralInteger and LiteralUnlimitedNatural respectively.

  3. case class ExportAsJUnitResult()(implicit umlUtil: MagicDrawUMLUtil) extends ValidationAnnotationAction with Product with Serializable

    Permalink
  4. case class ReplaceLowerIntegerValue(oldKind: String, newValue: Integer)(implicit umlUtil: MagicDrawUMLUtil) extends ValidationAnnotationAction with Product with Serializable

    Permalink

    See also

    MOF 2.5, Section 12.4 EMOF Constraints [32] The values of MultiplicityElement::lowerValue and upperValue must be of kind LiteralInteger and LiteralUnlimitedNatural respectively.

  5. case class ReplaceUpperUnlimitedNaturalValue(oldKind: String, newValue: Integer)(implicit umlUtil: MagicDrawUMLUtil) extends ValidationAnnotationAction with Product with Serializable

    Permalink

    See also

    MOF 2.5, Section 12.4 EMOF Constraints [32] The values of MultiplicityElement::lowerValue and upperValue must be of kind LiteralInteger and LiteralUnlimitedNatural respectively.

  6. case class SetPropertyAggregationToNone()(implicit umlUtil: MagicDrawUMLUtil) extends ValidationAnnotationAction with Product with Serializable

    Permalink

    See also

    XMI 2.5, Section 9.4.1 EMOF Package [28] A Property typed by a kind of DataType must have aggregation = none.

    MOF 2.5, Section 12.4 EMOF Constraints [28] A Property typed by a kind of DataType must have aggregation = none.

  7. case class SetVisibilityToPublic()(implicit umlUtil: MagicDrawUMLUtil) extends ValidationAnnotationAction with Product with Serializable

    Permalink

    See also

    XMI 2.5, Section 9.4.1 EMOF Package [7] CMOF does not support visibilities. All property visibilities must be explicitly set to public where applicable, that is for all NamedElements, ElementImports, and PackageImports. Furthermore, no alias is allowed for any ElementImport.

    MOF 2.5, Section 12.4 EMOF Constraints [4] Core::Basic and EMOF does not support visibilities. All property visibilities must be explicitly set to public where applicable, that is for all NamedElements, ElementImports and PackageImports. Furthermore, no alias is allowed for any ElementImport.

Value Members

  1. object ExportAsJUnitResult extends Serializable

    Permalink
  2. object ExportValidationResultsAsJson

    Permalink

Ungrouped