Class JConflictList


  • public class JConflictList
    extends java.lang.Object
    Data structure to save the Conflict Graph of vertices and JFaces. For every vertex is saved, which faces are in conflict and for every JFace is saved, which vertices are in conflict. The JConflictList supports constant-time add and remove methods.
    • Constructor Detail

      • JConflictList

        public JConflictList​(boolean face)
    • Method Detail

      • empty

        public boolean empty()
      • fill

        public void fill​(java.util.List<JFace> visible)
      • removeAll

        public void removeAll()
      • getVertices

        public java.util.List<JVertex> getVertices​(java.util.List<JVertex> l1)