Class PlaceGeneratorParameters

    • Constructor Detail

      • PlaceGeneratorParameters

        public PlaceGeneratorParameters​(int maxTreeDepth,
                                        boolean acceptSubtreeCutoffConstraints,
                                        boolean acceptWiringConstraints,
                                        boolean acceptTransitionBlacklistingConstraints,
                                        boolean acceptDepthConstraints)
    • Method Detail

      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface ProperlyPrintable
        Overrides:
        toString in class java.lang.Object
      • getMaxTreeDepth

        public int getMaxTreeDepth()
      • isAcceptWiringConstraints

        public boolean isAcceptWiringConstraints()
      • isAcceptTransitionBlacklistingConstraints

        public boolean isAcceptTransitionBlacklistingConstraints()
      • isAcceptDepthConstraints

        public boolean isAcceptDepthConstraints()
      • isAcceptSubtreeCutoffConstraints

        public boolean isAcceptSubtreeCutoffConstraints()