public final class HlddModel extends Entity
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE |
Constructor and Description |
---|
HlddModel()
Constructs a new model entity.
|
HlddModel(java.util.Collection<HlddModule> modules)
Constructs a new model entity using the specified collection of modules.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Entity entity)
Adds a given entity to this one.
|
void |
addAllModules(java.util.Collection<HlddModule> modules)
Adds the specified
HlddModule collection to the model. |
void |
addModule(HlddModule module)
Adds the specified
HlddModule to the model. |
java.util.Collection<HlddModule> |
getModules()
Returns the containing modules.
|
equals, getEntityType, hashCode, toString
public static final EntityType TYPE
public HlddModel()
public HlddModel(java.util.Collection<HlddModule> modules)
modules
- - the specified collection of HlddModule
.public void add(Entity entity)
Entity
public java.util.Collection<HlddModule> getModules()
HlddModule
.public void addModule(HlddModule module)
HlddModule
to the model.module
- - the specified module.public void addAllModules(java.util.Collection<HlddModule> modules)
HlddModule
collection to the model.modules
- - the specified collection.