public class EfsmModel extends Model
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE
The entity type of all
EfsmModel entities. |
Constructor and Description |
---|
EfsmModel()
Creates an empty EFSM model.
|
EfsmModel(java.util.Collection<EfsmModule> efsmModules)
Creates an EFSM model containing the specified EFSM modules.
|
EfsmModel(EfsmModule efsmModule)
Creates an EFSM model containing the specified EFSM module.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
add, addModule, addModules, getModules
getEntityType, toString
addMetaInfo, addMetaInfo, addMetaInfo, getMetaInfo, getMetaInfo, hasMetaInfo, hasMetaInfo
public static final EntityType TYPE
EfsmModel
entities.public EfsmModel()
public EfsmModel(EfsmModule efsmModule)
efsmModule
- the EFSM module to be placed into the EFSM modeljava.lang.IllegalArgumentException
- if efsmModule
is null
public EfsmModel(java.util.Collection<EfsmModule> efsmModules)
efsmModules
- the EFSM modules to be placed into the EFSM modeljava.lang.IllegalArgumentException
- if efsmModules
is null