CompartmentRelations

scroll.internal.support.impl.CompartmentRelations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override 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.

Attributes

Definition Classes
override def notPartOf(other: CompartmentApi): Unit

Removing is-part-of relation between compartments.

Removing is-part-of relation between compartments.

Attributes

Definition Classes
override def partOf(other: CompartmentApi): Unit

Declaring a is-part-of relation between compartments.

Declaring a is-part-of relation between compartments.

Attributes

Definition Classes
override def union(other: CompartmentApi): Unit

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

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

Attributes

Definition Classes