public class CfgInterface extends Entity
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE |
Constructor and Description |
---|
CfgInterface()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addInterface(java.lang.String moduleName,
CfgSignalInterface cfgSignalInterface)
Adds to interface storage the specified module's name
and it's signal interface
CfgSignalInterface . |
java.util.Map<java.lang.String,CfgSignalInterface> |
getMapping()
Returns mapping of modules names and their signal interfaces.
|
public static final EntityType TYPE
public void addInterface(java.lang.String moduleName, CfgSignalInterface cfgSignalInterface)
CfgSignalInterface
.moduleName
- module namecfgSignalInterface
- signal interfacejava.lang.NullPointerException
- when any of arguments is null
.public java.util.Map<java.lang.String,CfgSignalInterface> getMapping()