Class SimpleGraphMLEventDrivenImporter.Key

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String attributeName  
      (package private) java.lang.String id  
      (package private) java.lang.String target  
      (package private) AttributeType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(java.lang.String id, java.lang.String attributeName, AttributeType type, java.lang.String target)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        java.lang.String id
      • attributeName

        java.lang.String attributeName
      • target

        java.lang.String target
    • Constructor Detail

      • Key

        public Key​(java.lang.String id,
                   java.lang.String attributeName,
                   AttributeType type,
                   java.lang.String target)
    • Method Detail

      • isValid

        public boolean isValid()