Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE
The entity type.
|
Constructor and Description |
---|
CfgInterface()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Entity entity)
Adds a given entity to this one.
|
void |
addInterface(java.lang.String moduleName,
DeclarationContainer signalInterface)
Adds to interface storage the specified module's name and it's signal interface.
|
java.util.Map<java.lang.String,DeclarationContainer> |
getMapping()
Returns mapping of modules names and their signal interfaces.
|
equals, getEntityType, hashCode, toString
addMetaInfo, addMetaInfo, addMetaInfo, getMetaInfo, getMetaInfo, hasMetaInfo, hasMetaInfo
public static final EntityType TYPE
public void addInterface(java.lang.String moduleName, DeclarationContainer signalInterface)
moduleName
- Name of module which interface is added.signalInterface
- Signal interface that is added.java.lang.IllegalArgumentException
- when any of arguments is null
.public java.util.Map<java.lang.String,DeclarationContainer> getMapping()