Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE
The entity type of all
SequenceModel instances. |
Constructor and Description |
---|
SequenceModel()
Constructs an empty sequence model.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Entity entity)
Adds the specified sequence model to this one.
|
boolean |
equals(java.lang.Object object) |
java.util.List<Sequence> |
getSequences()
Returns sequences of this sequence model.
|
int |
hashCode() |
getEntityType, toString
addMetaInfo, addMetaInfo, addMetaInfo, addMetaInfo, getAllMetaInfo, getMetaInfo, getMetaInfo, getStringMetaInfo, getStringMetaInfo, hasMetaInfo, hasMetaInfo
public static final EntityType TYPE
SequenceModel
instances.public java.util.List<Sequence> getSequences()
public void add(Entity entity)
add
in class Entity
entity
- the sequence model to be addedRetrascopeException
- if entity
is either null
or not an instance of SequenceModel