Provided

onera.pmlanalyzer.pml.operators.Provided
See theProvided companion object
trait Provided[L, R]

Base trait for provide operator

Attributes

L

the provider (left) type

R

the provided (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]
def owner(b: R): Set[L]