Class/Object

org.omg.oti.mof.schema.views

UMLMetamodelResolver

Related Docs: object UMLMetamodelResolver | package views

Permalink

case class UMLMetamodelResolver(primitiveTypesR: OTIMOFLibraryTables, umlR: OTIMOFMetamodelTables, metaclasses: Vector[OTIMOFMetaClass], metaClassViews: Vector[MetaClassView], associations: Vector[OTIMOFMetaAssociation], associationViews: Vector[AssociationInfo], mc2DirectGeneralizations: Map[OTIMOFMetaClass, Set[OTIMOFMetaClass]], mc2DirectSpecializations: Map[OTIMOFMetaClass, Set[OTIMOFMetaClass]], ma2SubsetSubsetGeneralizations: Map[AssociationInfo, Set[AssociationInfo]], ma2SubsetRedefinitionGeneralizations: Map[AssociationInfo, Set[AssociationInfo]], ma2RedefinitionSubsetGeneralizations: Map[AssociationInfo, Set[AssociationInfo]], ma2RedefinitionRedefinitionGeneralizations: Map[AssociationInfo, Set[AssociationInfo]], mcName2UUID: Map[String, EntityUUID], mc2AllOrderedAtomicAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllOrderedEnumerationAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllOrderedStructuredAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllUnorderedAtomicAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllUnorderedEnumerationAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllUnorderedStructuredAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2ForwardAssociationsViews: Map[String, Vector[AssociationInfo]], mc2ReverseAssociationsViews: Map[String, Vector[AssociationInfo]]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UMLMetamodelResolver
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UMLMetamodelResolver(primitiveTypesR: OTIMOFLibraryTables, umlR: OTIMOFMetamodelTables, metaclasses: Vector[OTIMOFMetaClass], metaClassViews: Vector[MetaClassView], associations: Vector[OTIMOFMetaAssociation], associationViews: Vector[AssociationInfo], mc2DirectGeneralizations: Map[OTIMOFMetaClass, Set[OTIMOFMetaClass]], mc2DirectSpecializations: Map[OTIMOFMetaClass, Set[OTIMOFMetaClass]], ma2SubsetSubsetGeneralizations: Map[AssociationInfo, Set[AssociationInfo]], ma2SubsetRedefinitionGeneralizations: Map[AssociationInfo, Set[AssociationInfo]], ma2RedefinitionSubsetGeneralizations: Map[AssociationInfo, Set[AssociationInfo]], ma2RedefinitionRedefinitionGeneralizations: Map[AssociationInfo, Set[AssociationInfo]], mcName2UUID: Map[String, EntityUUID], mc2AllOrderedAtomicAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllOrderedEnumerationAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllOrderedStructuredAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllUnorderedAtomicAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllUnorderedEnumerationAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2AllUnorderedStructuredAttributes: Map[String, Set[DataTypedAttributeInfo]], mc2ForwardAssociationsViews: Map[String, Vector[AssociationInfo]], mc2ReverseAssociationsViews: Map[String, Vector[AssociationInfo]])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val associationViews: Vector[AssociationInfo]

    Permalink
  6. val associations: Vector[OTIMOFMetaAssociation]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getMetaAssociationView(aName: String): AssociationInfo

    Permalink
  12. def getMetaclassDataAttributeView(mcName: String, aName: String): (Int, DataTypedAttributeInfo)

    Permalink
  13. def getMetaclassView(mcName: String): MetaClassView

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val ma2RedefinitionRedefinitionGeneralizations: Map[AssociationInfo, Set[AssociationInfo]]

    Permalink
  16. val ma2RedefinitionSubsetGeneralizations: Map[AssociationInfo, Set[AssociationInfo]]

    Permalink
  17. val ma2SubsetRedefinitionGeneralizations: Map[AssociationInfo, Set[AssociationInfo]]

    Permalink
  18. val ma2SubsetSubsetGeneralizations: Map[AssociationInfo, Set[AssociationInfo]]

    Permalink
  19. val mc2AllOrderedAtomicAttributes: Map[String, Set[DataTypedAttributeInfo]]

    Permalink
  20. val mc2AllOrderedEnumerationAttributes: Map[String, Set[DataTypedAttributeInfo]]

    Permalink
  21. val mc2AllOrderedStructuredAttributes: Map[String, Set[DataTypedAttributeInfo]]

    Permalink
  22. val mc2AllUnorderedAtomicAttributes: Map[String, Set[DataTypedAttributeInfo]]

    Permalink
  23. val mc2AllUnorderedEnumerationAttributes: Map[String, Set[DataTypedAttributeInfo]]

    Permalink
  24. val mc2AllUnorderedStructuredAttributes: Map[String, Set[DataTypedAttributeInfo]]

    Permalink
  25. val mc2DirectGeneralizations: Map[OTIMOFMetaClass, Set[OTIMOFMetaClass]]

    Permalink
  26. val mc2DirectSpecializations: Map[OTIMOFMetaClass, Set[OTIMOFMetaClass]]

    Permalink
  27. val mc2ForwardAssociationsViews: Map[String, Vector[AssociationInfo]]

    Permalink
  28. val mc2ReverseAssociationsViews: Map[String, Vector[AssociationInfo]]

    Permalink
  29. val mcName2UUID: Map[String, EntityUUID]

    Permalink
  30. val metaClassViews: Vector[MetaClassView]

    Permalink
  31. val metaclasses: Vector[OTIMOFMetaClass]

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. val primitiveTypesR: OTIMOFLibraryTables

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. val umlR: OTIMOFMetamodelTables

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped