Use

onera.pmlanalyzer.pml.operators.Use
See theUse companion object
trait Use[L, R]

Base trait for use operator

Attributes

L

the left type

R

the right type

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def apply(l: L, r: R): Unit