Class VertexMetadata<V>


  • public class VertexMetadata<V>
    extends Object
    Holds the metadata for LVI vertices as an alternative to copying them
    • Field Detail

      • rank

        protected int rank
      • index

        protected int index
      • pos

        protected int pos
      • measure

        protected double measure
    • Method Detail

      • of

        public static <V> VertexMetadata<V> of​(LV<V> vertex)
        store the metadata for the supplied vertex
        Type Parameters:
        V -
        Parameters:
        vertex -
        Returns:
      • applyTo

        public void applyTo​(LV<V> v)
        apply the saved metadata to the supplied vertex
        Parameters:
        v -