org.neuroph.contrib.graphml
Class Data
- java.lang.Object
-
- org.neuroph.contrib.graphml.XMLElement
-
- org.neuroph.contrib.graphml.Data
-
public class Data extends XMLElement
XML Data. Holds two attributes: 1. The id of the key this data is referring to. 2. The value for the referrenced attribute.
-
-
Constructor Summary
Constructors Constructor and Description Data(java.lang.String keyId, java.lang.String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetTag()static voidmain(java.lang.String[] args)java.lang.StringtoString()-
Methods inherited from class org.neuroph.contrib.graphml.XMLElement
addAttribute, appendChild, getAttributes, getChildElements
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classXMLElement
-
getTag
public java.lang.String getTag()
- Specified by:
getTagin classXMLElement
-
main
public static void main(java.lang.String[] args)
-
-
DMelt 3.0 © DataMelt by jWork.ORG