org.neuroph.contrib.graphml
Class Key
- java.lang.Object
-
- org.neuroph.contrib.graphml.XMLElement
-
- org.neuroph.contrib.graphml.Key
-
public class Key extends XMLElement
XML Schema key element. Holds 4 XML elements: 1. The id value for this key (referred to in data fields). 2. The for value, specifying for which XML element this key is valid 3. The name of the attribute this key referes to. 4. The data type.
-
-
Constructor Summary
Constructors Constructor and Description Key(java.lang.String idValue, java.lang.String forValue, java.lang.String attrNameValue, java.lang.String attrTypeValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetTag()-
Methods inherited from class org.neuroph.contrib.graphml.XMLElement
addAttribute, appendChild, getAttributes, getChildElements, toString
-
-
-
-
Constructor Detail
-
Key
public Key(java.lang.String idValue, java.lang.String forValue, java.lang.String attrNameValue, java.lang.String attrTypeValue)
-
-
Method Detail
-
getTag
public java.lang.String getTag()
- Specified by:
getTagin classXMLElement
-
-
DMelt 3.0 © DataMelt by jWork.ORG