public interface Representation extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getTextFromData()
Returns a textual representation of the data stored in this
representation
|
boolean |
isCompatible(Representation rep)
Evaluates whether a representation is compatible with this one, e.g.., they have
same type and pass additional checks that are type-dependent
|
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()
boolean isCompatible(Representation rep)
rep - the representation to be compared with this oneCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.