Package | Description |
---|---|
it.uniroma2.sag.kelp.data.representation.sequence |
Modifier and Type | Method and Description |
---|---|
SequenceElement |
SequenceElement.getNext()
Returns the next element in the sequence
|
SequenceElement |
SequenceElement.getPrevious()
Returns the previous element in the sequence
|
Modifier and Type | Method and Description |
---|---|
List<SequenceElement> |
SequenceRepresentation.getElements()
Returns the elements of this sequence
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceElement.setNext(SequenceElement next)
Sets the previous element in the sequence
|
void |
SequenceElement.setPrevious(SequenceElement previous)
Sets the previous element in the sequence
|
Constructor and Description |
---|
SequenceElement(StructureElement content,
SequenceElement previous,
SequenceElement next) |
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.