Class LayoutManager


  • public class LayoutManager
    extends java.lang.Object
    • Constructor Detail

      • LayoutManager

        public LayoutManager​(LayoutDao layoutDao,
                             org.springframework.transaction.support.TransactionOperations transactionOperations)
    • Method Detail

      • persistLayout

        public void persistLayout​(GraphContainer graphContainer)
      • toVertexRef

        protected static java.util.List<VertexRef> toVertexRef​(java.util.Collection<Vertex> input)
      • calculateHash

        protected static java.lang.String calculateHash​(java.util.Collection<VertexRef> vertices)
      • isPersistedLayoutEqualToCurrentLayout

        public boolean isPersistedLayoutEqualToCurrentLayout​(Graph graph)