Class

org.omg.oti.uml.canonicalXMI

ResolvedDocumentSet

Related Doc: package canonicalXMI

Permalink

case class ResolvedDocumentSet[Uml <: UML](ds: DocumentSet[Uml], g: Graph[Document[Uml], DocumentEdge], unresolvedElementMapper: (UMLElement[Uml]) ⇒ Option[UMLElement[Uml]]) extends Product with Serializable

Information about the result of resolving a DocumentSet as a graph of Document nodes and inter-document edges.

Uml

The type signature for a tool-specific adaptation of the OTI UML API

ds

Information about the set of Document in scope of the resolution process

g

The resolved directed graph of Document nodes & edges. This directed graph may have cycles!

unresolvedElementMapper

A partial function for mapping unresolved UMLElement to a resolvable UMLElement

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResolvedDocumentSet
  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 ResolvedDocumentSet(ds: DocumentSet[Uml], g: Graph[Document[Uml], DocumentEdge], unresolvedElementMapper: (UMLElement[Uml]) ⇒ Option[UMLElement[Uml]])

    Permalink

    ds

    Information about the set of Document in scope of the resolution process

    g

    The resolved directed graph of Document nodes & edges. This directed graph may have cycles!

    unresolvedElementMapper

    A partial function for mapping unresolved UMLElement to a resolvable UMLElement

Type Members

  1. type MetaPropertyFunctionSet = Set[_ <: MetaPropertyFunction[Uml, _ <: UMLElement[Uml], _ <: UMLElement[Uml]]]

    Permalink
  2. type SerializationState = (UMLElementSet, NodeSeq, MetaPropertyFunctionSet)

    Permalink
  3. type UMLElementSet = Set[UMLElement[Uml]]

    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 append1Node(nodes: NodeSeq, t: Trampoline[\/[Set[Throwable], Node]]): Trampoline[\/[Set[Throwable], NodeSeq]]

    Permalink
    Attributes
    protected
    Annotations
    @tailrec()
  5. final def append1Pair(sub: UMLElement[Uml], t: Trampoline[\/[Set[Throwable], Node]], subElements: Set[UMLElement[Uml]], nodes: Seq[Node], redefinitions: MetaPropertyFunctionSet): Trampoline[\/[Set[Throwable], SerializationState]]

    Permalink
    Attributes
    protected
    Annotations
    @tailrec()
  6. final def appendNodes(t1: Trampoline[\/[Set[Throwable], NodeSeq]], t2: Trampoline[\/[Set[Throwable], Node]]): Trampoline[\/[Set[Throwable], NodeSeq]]

    Permalink
    Attributes
    protected
    Annotations
    @tailrec()
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit val dOps: DocumentOps[Uml]

    Permalink
  10. val ds: DocumentSet[Uml]

    Permalink

    Information about the set of Document in scope of the resolution process

  11. def element2mappedDocument(e: UMLElement[Uml]): Option[Document[Uml]]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def foldTagValues(xmiScopes: NamespaceBinding, idg: IDGenerator[Uml])(tagValueNodes: \/[Set[Throwable], Vector[Elem]], stereotypeTagValue: UMLStereotypeTagValue[Uml]): \/[Set[Throwable], Vector[Elem]]

    Permalink
    Attributes
    protected
  15. val g: Graph[Document[Uml], DocumentEdge]

    Permalink

    The resolved directed graph of Document nodes & edges.

    The resolved directed graph of Document nodes & edges. This directed graph may have cycles!

  16. def generateNodeElement(elementOrdering: ArrayBuffer[UMLElement[Uml]], d: Document[Uml], prefix: String, label: String, e: UMLElement[Uml], xmiScopes: NamespaceBinding)(implicit idg: IDGenerator[Uml]): Trampoline[\/[Set[Throwable], Node]]

    Permalink
    Attributes
    protected
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getStereotype_ID_UUID(s: UMLStereotype[Uml])(implicit idg: IDGenerator[Uml]): \/[Set[Throwable], (@@[String, OTI_ID], @@[String, OTI_UUID])]

    Permalink
  19. def isElementMapped2Document(e: UMLElement[Uml]): Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def prependNestedElement(sub: UMLElement[Uml], t: Trampoline[\/[Set[Throwable], Node]], subElements: Set[UMLElement[Uml]], nodes: Seq[Node], redefinitions: MetaPropertyFunctionSet): Trampoline[\/[Set[Throwable], SerializationState]]

    Permalink
    Attributes
    protected
    Annotations
    @tailrec()
  25. def serialize(d: Document[Uml], d_id: @@[String, OTI_ID], d_uuid: @@[String, OTI_UUID], furi: File, element2stereotypeTagValues: Map[UMLElement[Uml], Seq[UMLStereotypeTagValue[Uml]]], referencedProfiles: Vector[UMLProfile[Uml]], xmiScopes: NamespaceBinding)(implicit idg: IDGenerator[Uml]): \/[Set[Throwable], Set[(Document[Uml], File)]]

    Permalink
    Attributes
    protected
  26. def serialize(d: Document[Uml], d_id: @@[String, OTI_ID], d_uuid: @@[String, OTI_UUID], furi: File, element2stereotypeTagValues: Map[UMLElement[Uml], Seq[UMLStereotypeTagValue[Uml]]], referencedProfiles: Vector[UMLProfile[Uml]])(implicit idg: IDGenerator[Uml]): \/[Set[Throwable], Set[(Document[Uml], File)]]

    Permalink
    Attributes
    protected
  27. def serialize(d: Document[Uml], d_id: @@[String, OTI_ID], d_uuid: @@[String, OTI_UUID], furi: File)(implicit idg: IDGenerator[Uml]): \/[Set[Throwable], Set[(Document[Uml], File)]]

    Permalink
    Attributes
    protected
  28. def serialize(d: Document[Uml])(implicit idg: IDGenerator[Uml]): \/[Set[Throwable], Set[(Document[Uml], File)]]

    Permalink
    Attributes
    protected
  29. def serialize()(implicit idg: IDGenerator[Uml]): \/[Set[Throwable], Set[(Document[Uml], File)]]

    Permalink
  30. def serializePkg(pkg: UMLPackage[Uml])(implicit idg: IDGenerator[Uml]): \/[Set[Throwable], Set[(Document[Uml], File)]]

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

    Permalink
    Definition Classes
    AnyRef
  32. val unresolvedElementMapper: (UMLElement[Uml]) ⇒ Option[UMLElement[Uml]]

    Permalink

    A partial function for mapping unresolved UMLElement to a resolvable UMLElement

  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wrapNodes(xRefAttrs: \/[Set[Throwable], NodeSeq], t: Trampoline[\/[Set[Throwable], SerializationState]], xRefRefs: \/[Set[Throwable], NodeSeq], prefix: String, label: String, xmlAttributesAndLocalReferences: MetaData, xmiScopes: NamespaceBinding): Trampoline[\/[Set[Throwable], Node]]

    Permalink
    Attributes
    protected
    Annotations
    @tailrec()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped