Class DynamicControl

java.lang.Object
org.bigraphs.framework.core.AbstractControl<StringTypedName,FiniteOrdinal<Integer>>
org.bigraphs.framework.core.impl.signature.DynamicControl
All Implemented Interfaces:
Control<StringTypedName,FiniteOrdinal<Integer>>, HasIdentifier<StringTypedName>

public class DynamicControl extends AbstractControl<StringTypedName,FiniteOrdinal<Integer>>
Immutable dynamic control. The status of a control can be explicitly specified; if none is provided, the control defaults to active.

Atomicity of a node:

  • Atomic nodes are always empty.
  • Non-atomic nodes can be either active or passive.
  • Author:
    Dominik Grzelak