public interface Representation extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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 |
void setDataFromText(String representationDescription) throws Exception
representationDescriptionrepresentationDescription - the textual description of the representation to be
initializedExceptionString getTextFromData()
Copyright © 2015 Semantic Analytics Group @ Uniroma2. All rights reserved.