public class SequenceElement extends Object implements Serializable
Constructor and Description |
---|
SequenceElement(StructureElement content) |
SequenceElement(StructureElement content,
SequenceElement previous,
SequenceElement next) |
Modifier and Type | Method and Description |
---|---|
StructureElement |
getContent()
Returns the content of this SequenceElement
|
SequenceElement |
getNext()
Returns the next element in the sequence
|
SequenceElement |
getPrevious()
Returns the previous element in the sequence
|
void |
setContent(StructureElement content)
Sets the content of this SequenceElement
|
void |
setNext(SequenceElement next)
Sets the previous element in the sequence
|
void |
setPrevious(SequenceElement previous)
Sets the previous element in the sequence
|
public SequenceElement(StructureElement content)
public SequenceElement(StructureElement content, SequenceElement previous, SequenceElement next)
public StructureElement getContent()
public void setContent(StructureElement content)
content
- the content to setpublic SequenceElement getPrevious()
public void setPrevious(SequenceElement previous)
previous
- the previous to setpublic SequenceElement getNext()
public void setNext(SequenceElement next)
next
- the next element to setCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.