public class OutOfMemoryReason extends Object implements ISolverTerminationReason
| 构造器和说明 |
|---|
OutOfMemoryReason(long currentMemory)
Creates a new instance of the
OutOfMemoryReason class |
| 限定符和类型 | 方法和说明 |
|---|---|
ISolverTerminationReason |
combine(ISolverTerminationReason terminationReason)
Combines this termination reason with the given one
|
boolean |
equals(Object obj) |
long |
getCurrentMemory() |
int |
hashCode() |
public OutOfMemoryReason(long currentMemory)
OutOfMemoryReason classcurrentMemory - The amount of memory that is currently in usepublic long getCurrentMemory()
public ISolverTerminationReason combine(ISolverTerminationReason terminationReason)
ISolverTerminationReasoncombine 在接口中 ISolverTerminationReasonterminationReason - The reason to combine this one withCopyright © 2022 Fraunhofer SIT. All rights reserved.