Class BindingControl<NT extends NamedType<?>,FO extends FiniteOrdinal<?>>
java.lang.Object
org.bigraphs.framework.core.AbstractControl<NT,FO>
org.bigraphs.framework.core.impl.signature.BindingControl<NT,FO>
- Type Parameters:
NT
- type of the labelFO
- type of the arity
- All Implemented Interfaces:
Control<NT,
,FO> HasIdentifier<NT>
public class BindingControl<NT extends NamedType<?>,FO extends FiniteOrdinal<?>>
extends AbstractControl<NT,FO>
Note: This class is not yet implemented!
A binding control for a binding signature for binding bigraphs.
- Author:
- Dominik Grzelak
-
Field Summary
Fields inherited from class org.bigraphs.framework.core.AbstractControl
arity, name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the kind of the control.boolean
Methods inherited from class org.bigraphs.framework.core.AbstractControl
equals, getArity, getNamedType, hashCode, toString
-
Constructor Details
-
BindingControl
-
-
Method Details
-
isBindingControl
public boolean isBindingControl() -
getControlKind
Description copied from interface:Control
Returns the kind of the control.- Returns:
- kind of the control
-