Class GraphmlConfiguration

java.lang.Object
org.eclipse.epsilon.emc.graphml.GraphmlConfiguration

public class GraphmlConfiguration extends Object
  • Field Details

    • nodeTypeKey

      protected String nodeTypeKey
    • nodePropertiesKey

      protected String nodePropertiesKey
    • nodeContentsKey

      protected String nodeContentsKey
    • nodePrimarySlotPrototypeNameKey

      protected String nodePrimarySlotPrototypeNameKey
    • edgeTypeKey

      protected String edgeTypeKey
    • edgePropertiesKey

      protected String edgePropertiesKey
    • edgePrimarySlotPrototypeNameKey

      protected String edgePrimarySlotPrototypeNameKey
    • edgeSourceKey

      protected String edgeSourceKey
    • edgeTargetKey

      protected String edgeTargetKey
    • edgeRoleInSourceKey

      protected String edgeRoleInSourceKey
    • edgeRoleInTargetKey

      protected String edgeRoleInTargetKey
    • root

      protected org.jdom.Element root
  • Constructor Details

    • GraphmlConfiguration

      public GraphmlConfiguration(org.jdom.Element root)
  • Method Details

    • getKeyId

      protected String getKeyId(String attrName, String forName)
    • getNodePropertiesKey

      public String getNodePropertiesKey()
    • getNodeContentsKey

      public String getNodeContentsKey()
    • getEdgePropertiesKey

      public String getEdgePropertiesKey()
    • getNodeTypeKey

      public String getNodeTypeKey()
    • getEdgeTypeKey

      public String getEdgeTypeKey()
    • getNodePrimarySlotPrototypeNameKey

      public String getNodePrimarySlotPrototypeNameKey()
    • getEdgePrimarySlotPrototypeNameKey

      public String getEdgePrimarySlotPrototypeNameKey()
    • getEdgeSourceKey

      public String getEdgeSourceKey()
    • getEdgeTargetKey

      public String getEdgeTargetKey()
    • getEdgeRoleInSourceKey

      public String getEdgeRoleInSourceKey()
    • getEdgeRoleInTargetKey

      public String getEdgeRoleInTargetKey()