Operator

es.weso.uml.Operator
case class Operator(name: Name, args: List[UMLComponent]) extends UMLComponent

UMLComponent that represents an operator

Attributes

args

list of arguments

name

name of operator

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

Members list

Concise view

Value members

Concrete methods

override def toJson: Json

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product