package
uml
Value Members
-
def
booleanToIterable[Uml <: UML](value: Boolean, default: Boolean): \/[Set[Throwable], Iterable[Boolean]]
-
def
findAllPathsTo[Uml <: UML, T <: UMLElement[Uml]](source: T, targets: Set[T], next: (T) ⇒ Set[T]): Set[Seq[(T, T)]]
-
def
getAllGeneralStereotypes[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getAllGeneralStereotypesWithinProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getAllSpecializedStereotypes[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getAllSpecializedStereotypesWithinProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getGeneralStereotypes[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getGeneralStereotypesFromOtherProfiles[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getGeneralStereotypesOutsideProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getGeneralStereotypesWithinProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getPackageOrProfileOwner[Uml <: UML](e: UMLElement[Uml]): Option[UMLPackage[Uml]]
-
def
getSpecializedStereotypes[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getSpecializedStereotypesFromOtherProfiles[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getSpecializedStereotypesOutsideProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
getSpecializedStereotypesWithinProfile[Uml <: UML](s: UMLStereotype[Uml])(implicit ops: UMLOps[Uml]): Set[UMLStereotype[Uml]]
-
def
integerToIterable[Uml <: UML](value: Integer, default: Integer): \/[Set[Throwable], Iterable[Integer]]
-
-
def
oclIsTypeOfClass[Uml <: UML](e: UMLElement[Uml]): Boolean
-
def
oclIsTypeOfPackage[Uml <: UML](e: UMLElement[Uml]): Boolean
-
def
prettyDuration(d: Duration): String
-
def
prettyFiniteDuration(length: Long, unit: TimeUnit): String
-
def
realToIterable[Uml <: UML](value: Double, default: Double): \/[Set[Throwable], Iterable[Double]]
-
implicit
def
setSemigroup[A]: Semigroup[Set[A]]
-
def
stringToIterable[Uml <: UML](value: String, default: String): \/[Set[Throwable], Iterable[String]]
-
def
stringToIterable[Uml <: UML](value: Option[String], default: String): \/[Set[Throwable], Iterable[String]]
-
def
unlimitedNaturalToIterable[Uml <: UML](value: Integer, default: Integer): \/[Set[Throwable], Iterable[String]]
Inherited from AnyRef
Inherited from Any