Class EdgeLabel
java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.header.EdgeLabel
- All Implemented Interfaces:
HeaderElement
Represents a .
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanConverts this edge label to its XML representation.
-
Constructor Details
-
EdgeLabel
public EdgeLabel()
-
-
Method Details
-
getName
-
getDescription
-
isSecondary
public boolean isSecondary() -
toXMLString
Converts this edge label to its XML representation.- Specified by:
toXMLStringin interfaceHeaderElement- Returns:
- the XML string
-