public class SequenceRepresentation extends Object implements Representation
| Constructor and Description |
|---|
SequenceRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
List<SequenceElement> |
getElements()
Returns the elements of this sequence
|
String |
getTextFromData()
Returns a textual representation of the data stored in this
representation
|
void |
setDataFromText(String representationDescription)
Initializes a Representation using its textual description provided in
representationDescription |
String |
toString() |
public List<SequenceElement> getElements()
public void setDataFromText(String representationDescription) throws Exception
RepresentationrepresentationDescriptionsetDataFromText in interface RepresentationrepresentationDescription - the textual description of the representation to be
initializedExceptionpublic String getTextFromData()
RepresentationgetTextFromData in interface RepresentationCopyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.