ValueExpr

es.weso.uml.ValueExpr
case class ValueExpr(operator: Name, vs: List[ValueConstraint]) extends ValueConstraint

Represents a value expression

Attributes

operator

name of the expression

vs

list of arguments

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class UMLEntry
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product