Package

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

magicDrawValidation

Permalink

package magicDrawValidation

Visibility
  1. Public
  2. All

Type Members

  1. case class DocumentValidationResults(documentLocation: DocumentLocation, validationResults: Iterable[ValidationResults]) extends Product with Serializable

    Permalink
  2. case class ElementAnnotation(constraint: OTIUMLConstraint, severity: OTIUMLEnumerationLiteral, kind: Option[String], text: Option[String]) extends Product with Serializable

    Permalink

    OTI UML Json data structure for a MagicDraw Annotation

    OTI UML Json data structure for a MagicDraw Annotation

    constraint

    OTI UML Json conversion of the RuleViolationResult.getRule

    severity

    OTI UML Json conversion of Annotation.getSeverity

    kind

    Annotation.getKind, if any

    text

    Annotation.getText, if any

    See also

    com.nomagic.magicdraw.validation.RuleViolationResult

    com.nomagic.magicdraw.annotation.Annotation

  3. case class RuleViolationDataResults(element: OTIMOFElement, annotations: Iterable[ElementAnnotation]) extends Product with Serializable

    Permalink

    OTI UML Json data structure for MagicDraw RuleViolationResults for the same MagicDraw Element

    OTI UML Json data structure for MagicDraw RuleViolationResults for the same MagicDraw Element

    element

    OTI UML Json conversion of RuleViolationResult.getElement

    annotations

    OTI UML Json conversion of all Annotations that annotate the element

    See also

    com.nomagic.magicdraw.annotation.Annotation

    com.nomagic.magicdraw.validation.RuleViolationResult

  4. case class ValidationResults(name: String, elementResults: Iterable[RuleViolationDataResults]) extends Product with Serializable

    Permalink

Value Members

  1. object DocumentValidationResults extends Serializable

    Permalink
  2. object ElementAnnotation extends Serializable

    Permalink
  3. object RuleViolationDataResults extends Serializable

    Permalink
  4. object ValidationResults extends Serializable

    Permalink

Ungrouped