CompartmentRelationsApi

class Object
trait Matchable
class Any

Value members

Abstract methods

def combine(other: CompartmentApi): Unit

Merge role graphs to this and set other role graph to this one.

Merge role graphs to this and set other role graph to this one.

def notPartOf(other: CompartmentApi): Unit

Removing is-part-of relation between compartments.

Removing is-part-of relation between compartments.

def partOf(other: CompartmentApi): Unit

Declaring a is-part-of relation between compartments.

Declaring a is-part-of relation between compartments.

def union(other: CompartmentApi): Unit

Declaring a bidirectional is-part-of relation between compartment.

Declaring a bidirectional is-part-of relation between compartment.