Class ApplicationGraphProvider

    • Constructor Detail

    • Method Detail

      • getGraphInfo

        public GraphInfo getGraphInfo()
        Description copied from interface: GraphProvider
        The GraphInfo should be used to provide details of the graph's nature, e.g. the namespace, label or description A ImmutableGraph should also embed this information. The difference is, that the info should always be available, even if the graph is not yet loaded, and should also never change during the provider's live time, whereas the graph itself may change (e.g. different vertices/edges and properties (besides the ones defining the info)).
        Specified by:
        getGraphInfo in interface GraphProvider
        Returns:
        the meta information of the graph