Package org.bigraphs.framework.core
Interface HasIdentifier<NT extends NamedType>
- Type Parameters:
NT
- the named type of the identifier
- All Known Subinterfaces:
Control<NT,
T>
- All Known Implementing Classes:
AbstractControl
,BindingControl
,DynamicControl
public interface HasIdentifier<NT extends NamedType>
Interface for entities with an identifier.
Typical examples include nodes or controls.
- Author:
- Dominik Grzelak
-
Method Summary
-
Method Details
-
getNamedType
NT getNamedType()
-