Class SizeMapFixed


  • public class SizeMapFixed
    extends SizeMap
    • Constructor Summary

      Constructors 
      Constructor Description
      SizeMapFixed​(double size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double size​(long cardinality, long maxCardinality)  
      • Methods inherited from class org.processmining.plugins.inductiveVisualMiner.helperClasses.sizeMaps.SizeMap

        size
      • Methods inherited from class java.lang.Object

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

      • SizeMapFixed

        public SizeMapFixed​(double size)
    • Method Detail

      • size

        public double size​(long cardinality,
                           long maxCardinality)
        Specified by:
        size in class SizeMap