Package

org.omg.oti

uml

Permalink

package uml

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. uml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def booleanToIterable[Uml <: UML](value: Boolean, default: Boolean): \/[Set[Throwable], Iterable[Boolean]]

    Permalink
  2. package canonicalXMI

    Permalink

    Generic OTI-based facilities for OMG XMI Documents and OMG MOF Extents

    • DocumentSet: A graph of OMG XMI Documents (nodes) and cross-references (edges)
    • DocumentOps: API for OMG XMI Document production (serialization)
  3. package canonical_xmi

    Permalink
  4. def findAllPathsTo[Uml <: UML, T <: UMLElement[Uml]](source: T, targets: Set[T], next: (T) ⇒ Set[T]): Set[Seq[(T, T)]]

    Permalink
  5. def getAllGeneralStereotypes[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  6. def getAllGeneralStereotypesWithinProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  7. def getAllSpecializedStereotypes[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  8. def getAllSpecializedStereotypesWithinProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  9. def getGeneralStereotypes[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  10. def getGeneralStereotypesFromOtherProfiles[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  11. def getGeneralStereotypesOutsideProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  12. def getGeneralStereotypesWithinProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  13. def getPackageOrProfileOwner[Uml <: UML](e: UMLElement[Uml]): Option[UMLPackage[Uml]]

    Permalink
  14. def getSpecializedStereotypes[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  15. def getSpecializedStereotypesFromOtherProfiles[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  16. def getSpecializedStereotypesOutsideProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  17. def getSpecializedStereotypesWithinProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]

    Permalink
  18. def integerToIterable[Uml <: UML](value: Integer, default: Integer): \/[Set[Throwable], Iterable[Integer]]

    Permalink
  19. def oclIsTypeOfClass[Uml <: UML](e: UMLElement[Uml]): Boolean

    Permalink
  20. def oclIsTypeOfPackage[Uml <: UML](e: UMLElement[Uml]): Boolean

    Permalink
  21. def prettyDuration(d: Duration): String

    Permalink
  22. def prettyFiniteDuration(length: Long, unit: TimeUnit): String

    Permalink
  23. def realToIterable[Uml <: UML](value: Double, default: Double): \/[Set[Throwable], Iterable[Double]]

    Permalink
  24. implicit def setSemigroup[A]: Semigroup[Set[A]]

    Permalink
  25. def stringToIterable[Uml <: UML](value: String, default: String): \/[Set[Throwable], Iterable[String]]

    Permalink
  26. def stringToIterable[Uml <: UML](value: Option[String], default: String): \/[Set[Throwable], Iterable[String]]

    Permalink
  27. def unlimitedNaturalToIterable[Uml <: UML](value: Integer, default: Integer): \/[Set[Throwable], Iterable[String]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped