Class AbstractMetadata

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​java.lang.String> properties  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addData​(DataMetadata data)  
      java.util.Map<java.lang.String,​java.lang.String> getProperties()
      Gets any properties that were associated with this metadata in the GraphML
      java.lang.String getProperty​(java.lang.String key)  
      java.lang.String setProperty​(java.lang.String key, java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • properties

        private final java.util.Map<java.lang.String,​java.lang.String> properties
    • Constructor Detail

      • AbstractMetadata

        public AbstractMetadata()
    • Method Detail

      • getProperties

        public java.util.Map<java.lang.String,​java.lang.String> getProperties()
        Description copied from interface: Metadata
        Gets any properties that were associated with this metadata in the GraphML
        Specified by:
        getProperties in interface Metadata
        Returns:
        GraphML properties
      • getProperty

        public java.lang.String getProperty​(java.lang.String key)
      • setProperty

        public java.lang.String setProperty​(java.lang.String key,
                                            java.lang.String value)