Package

org.omg.oti.json

extent

Permalink

package extent

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DocumentLocation extends AnyRef

    Permalink

    Abstraction for the location of a Document container of OTI MOF Elements & Links.

    Abstraction for the location of a Document container of OTI MOF Elements & Links. There are two variants - an OTI Document as the container of all UML Elements in scope of a UML Package/Profile - a tool-specific document resource identified by a tool-specific URL

  2. case class OTIDocumentExtent(documentLocation: DocumentLocation, elementExtent: Vector[OTIMOFElement] = Vector.empty[OTIMOFElement], compositeLinkExtent: Vector[OTIMOFCompositeLink] = Vector.empty[OTIMOFCompositeLink], compositeOrderedLinkExtent: Vector[OTIMOFCompositeOrderedLink] = ..., referenceLinkExtent: Vector[OTIMOFReferenceLink] = Vector.empty[OTIMOFReferenceLink], referenceOrderedLinkExtent: Vector[OTIMOFReferenceOrderedLink] = ...) extends Product with Serializable

    Permalink
  3. case class OTIDocumentLocation(otiCharacteristics: OTISpecificationRootCharacteristics, toolSpecificPackageID: @@[String, TOOL_SPECIFIC_ID], toolSpecificPackageURL: @@[String, TOOL_SPECIFIC_URL]) extends DocumentLocation with Product with Serializable

    Permalink

    The location of an OTI Document

    The location of an OTI Document

    otiCharacteristics

    the characteristics of the OTI Document

    toolSpecificPackageID

    the tool-specific ID of the OTI Document UML Package/profile scope

    toolSpecificPackageURL

    the tool-specific URL of the OTI Document UML Package/profile scope

  4. case class ToolSpecificDocumentLocation(toolSpecificDocumentLocation: @@[String, TOOL_SPECIFIC_URL]) extends DocumentLocation with Product with Serializable

    Permalink

    A tool-specific document location

    A tool-specific document location

    toolSpecificDocumentLocation

    the tool-specific URL specifying the location of a document

Value Members

  1. object DocumentLocation

    Permalink
  2. object OTIDocumentExtent extends Serializable

    Permalink
  3. object OTIDocumentLocation extends Serializable

    Permalink
  4. object ToolSpecificDocumentLocation extends Serializable

    Permalink

Ungrouped