public class GraphmlConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
edgePrimarySlotPrototypeNameKey |
protected String |
edgePropertiesKey |
protected String |
edgeRoleInSourceKey |
protected String |
edgeRoleInTargetKey |
protected String |
edgeSourceKey |
protected String |
edgeTargetKey |
protected String |
edgeTypeKey |
protected String |
nodeContentsKey |
protected String |
nodePrimarySlotPrototypeNameKey |
protected String |
nodePropertiesKey |
protected String |
nodeTypeKey |
protected org.jdom.Element |
root |
Constructor and Description |
---|
GraphmlConfiguration(org.jdom.Element root) |
Modifier and Type | Method and Description |
---|---|
String |
getEdgePrimarySlotPrototypeNameKey() |
String |
getEdgePropertiesKey() |
String |
getEdgeRoleInSourceKey() |
String |
getEdgeRoleInTargetKey() |
String |
getEdgeSourceKey() |
String |
getEdgeTargetKey() |
String |
getEdgeTypeKey() |
protected String |
getKeyId(String attrName,
String forName) |
String |
getNodeContentsKey() |
String |
getNodePrimarySlotPrototypeNameKey() |
String |
getNodePropertiesKey() |
String |
getNodeTypeKey() |
protected String nodeTypeKey
protected String nodePropertiesKey
protected String nodeContentsKey
protected String nodePrimarySlotPrototypeNameKey
protected String edgeTypeKey
protected String edgePropertiesKey
protected String edgePrimarySlotPrototypeNameKey
protected String edgeSourceKey
protected String edgeTargetKey
protected String edgeRoleInSourceKey
protected String edgeRoleInTargetKey
protected org.jdom.Element root
public String getNodePropertiesKey()
public String getNodeContentsKey()
public String getEdgePropertiesKey()
public String getNodeTypeKey()
public String getEdgeTypeKey()
public String getNodePrimarySlotPrototypeNameKey()
public String getEdgePrimarySlotPrototypeNameKey()
public String getEdgeSourceKey()
public String getEdgeTargetKey()
public String getEdgeRoleInSourceKey()
public String getEdgeRoleInTargetKey()
Copyright © 2016. All rights reserved.