edu.uci.ics.jung.graph.filters.impl

Class DropSoloNodesFilter

    • Constructor Summary

      Constructors 
      Modifier Constructor and Description
      protected DropSoloNodesFilter() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean acceptVertex(Vertex vert) 
      static Filter getInstance() 
      java.lang.String getName()
      Gets a name that describes this filter.
      • Methods inherited from class java.lang.Object

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

      • DropSoloNodesFilter

        protected DropSoloNodesFilter()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Filter
        Gets a name that describes this filter. It is used by the auditing methods in GraphAssemblyRecord
        Returns:
        A string that describes the filter.
      • getInstance

        public static Filter getInstance()