Package

org.omg.oti.mof.schema

tables

Permalink

package tables

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait OTIMOFResourceKind extends AnyRef

    Permalink
  2. case class OTIMOFResourceType(resource: ResourceIRI, kind: OTIMOFResourceKind) extends Product with Serializable

    Permalink
  3. case class OTIMOFToolSpecificID(resource: ResourceIRI, uuid: EntityUUID, toolVendorID: String, toolElementID: String) extends Product with Serializable

    Permalink

    Information about a tool-specific identifier for a MOF entity that has a primary key (EntityUUID) (e.g., metaclass, metaassociation, model element, profile stereotype, library datatype/attribute) Note that this is not applicable to MOF relation tables (e.g.

    Information about a tool-specific identifier for a MOF entity that has a primary key (EntityUUID) (e.g., metaclass, metaassociation, model element, profile stereotype, library datatype/attribute) Note that this is not applicable to MOF relation tables (e.g. ModelOrderedLink, AppliedStereotype)

    A given entity(as globally identified via its EntityUUID primary key) may have zero or more tool-specific IDs. That is, for a given uuid, there can be multiple pairs of (toolVendorID, toolElementID). This table provides information about a single pair (toolVendorID, toolElementID) for a given uuid.

    resource

    The resource containing a representation of an entity.

    uuid

    The global UUID primary key identifying an entity.

    toolVendorID

    The vendor ID of the tool that has a tool-specific representation of this entity.

    toolElementID

    The tool-specific ID of this entity's representation.

  4. case class OTIMOFToolSpecificURL(resource: ResourceIRI, uuid: EntityUUID, toolVendorID: String, toolElementURL: String) extends Product with Serializable

    Permalink

    Information about a tool-specific identifier for a MOF entity that has a primary key (EntityUUID) (e.g., metaclass, metaassociation, model element, profile stereotype, library datatype/attribute) Note that this is not applicable to MOF relation tables (e.g.

    Information about a tool-specific identifier for a MOF entity that has a primary key (EntityUUID) (e.g., metaclass, metaassociation, model element, profile stereotype, library datatype/attribute) Note that this is not applicable to MOF relation tables (e.g. ModelOrderedLink, AppliedStereotype)

    A given entity (as globally identified via its EntityUUID primary key) may have zero or more tool-specific URLs. That is, for a given uuid, there can be multiple pairs of (toolVendorID, toolElementURL). This table provides information about a single pair (toolVendorID, toolElementURL) for a given uuid.

    resource

    The resource containing a representation of an entity.

    uuid

    The global UUID primary key identifying an entity

    toolVendorID

    The vendor ID of the tool that has a tool-specific representation of this entity.

    toolElementURL

    The tool-specific URL of this entity's representation

Value Members

  1. object OTIMOFResourceKind

    Permalink
  2. object OTIMOFResourceLibraryKind extends OTIMOFResourceKind

    Permalink
  3. object OTIMOFResourceMetamodelKind extends OTIMOFResourceKind

    Permalink
  4. object OTIMOFResourceModelKind extends OTIMOFResourceKind

    Permalink
  5. object OTIMOFResourceProfileKind extends OTIMOFResourceKind

    Permalink
  6. object OTIMOFResourceType extends Serializable

    Permalink
  7. object OTIMOFToolSpecificID extends Serializable

    Permalink
  8. object OTIMOFToolSpecificURL extends Serializable

    Permalink
  9. package library

    Permalink
  10. package metamodel

    Permalink
  11. package model

    Permalink
  12. package profile

    Permalink
  13. package values

    Permalink

Ungrouped