Used

onera.pmlanalyzer.pml.operators.Used
See theUsed companion object
trait Used[L, R]

Base trait for used 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(a: L): Set[R]