public class UntypedStructureElement extends StructureElement
additionalInformation| Constructor and Description |
|---|
UntypedStructureElement() |
UntypedStructureElement(String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getTextFromData()
Returns a textual representation of the data stored in this
structureElement
|
void |
setDataFromText(String structureElementDescription)
Initializes a StructureElement using its textual description provided in
structureElementDescription |
void |
setLabel(String label) |
addAdditionalInformation, containsAdditionalInfo, getAdditionalInformation, getTextFromDataWithAdditionalInfo, removeAdditionalInformationpublic UntypedStructureElement()
public UntypedStructureElement(String label)
label - The label of the elementpublic String getLabel()
public String getTextFromData()
StructureElementgetTextFromData in class StructureElementpublic void setDataFromText(String structureElementDescription) throws Exception
StructureElementstructureElementDescriptionsetDataFromText in class StructureElementstructureElementDescription - the textual description of the structureElement to be
initializedExceptionpublic void setLabel(String label)
label - The label of the elementCopyright © 2016 Semantic Analytics Group @ Uniroma2. All rights reserved.