public class TermInstanceCountManager extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CALL_DEPTH_LOWER_BOUND |
static int |
DEFAULT_CALL_DEPTH_UPPER_BOUND |
static int |
DEFAULT_TARGET_INCREASE |
Modifier and Type | Method and Description |
---|---|
static long |
instancesCount(Class<? extends Term> termCls,
boolean live) |
static long |
instancesCount(Term term,
boolean live) |
static void |
log(Term term,
String extra) |
static void |
log(Term term,
String extra,
int callDepthLowerBound,
int callDepthUpperBound,
int targetIncrease) |
protected static String |
whoWasCalling(int callDepthLowerBound,
int callDepthUpperBound,
int targetIncrease) |
public static final int DEFAULT_TARGET_INCREASE
public static final int DEFAULT_CALL_DEPTH_LOWER_BOUND
public static final int DEFAULT_CALL_DEPTH_UPPER_BOUND
public static void log(Term term, String extra, int callDepthLowerBound, int callDepthUpperBound, int targetIncrease)
protected static String whoWasCalling(int callDepthLowerBound, int callDepthUpperBound, int targetIncrease)
public static long instancesCount(Term term, boolean live)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.