public class InternalContractCollection extends Object implements ContractCollection
| Constructor and Description |
|---|
InternalContractCollection(PreconditionMatchingStrategy preconditionMatchingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContract(Contract contract) |
Collection<Contract> |
getContractsForExport() |
ContractMatch |
matchContract(HeapConfiguration precondition) |
public InternalContractCollection(PreconditionMatchingStrategy preconditionMatchingStrategy)
public void addContract(Contract contract)
addContract in interface ContractCollectionpublic ContractMatch matchContract(HeapConfiguration precondition)
matchContract in interface ContractCollectionpublic Collection<Contract> getContractsForExport()
getContractsForExport in interface ContractCollectionCopyright © 2018. All rights reserved.