Class AbstractControl<NT extends NamedType<?>,V extends FiniteOrdinal<?>>

java.lang.Object
org.bigraphs.framework.core.AbstractControl<NT,V>
Type Parameters:
NT - the named type of the control
V - the value domain represented as a finite ordinal
All Implemented Interfaces:
Control<NT,V>, HasIdentifier<NT>
Direct Known Subclasses:
BindingControl, DynamicControl

public abstract class AbstractControl<NT extends NamedType<?>,V extends FiniteOrdinal<?>> extends Object implements Control<NT,V>
Abstract base class for a control within a signature.
Author:
Dominik Grzelak