From d54ee60b85b486236d5a434c0e70b48b4d62cb4e Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 1 May 2017 00:12:31 +0200 Subject: [PATCH] scheinbar habe ich jetzt einheitliche Constraints --- .idea/workspace.xml | 611 ++++++++++-------- .../strucTypes5/algo/Construct.java | 4 +- .../algo/ConstructInterfaceTemplates.java | 10 +- src/de/dhbwstuttgart/strucTypes5/algo/TI.java | 89 ++- .../assumptions/ChangeTypeVars.java | 61 +- .../constraints/ConstraintSubType.java | 15 +- .../strucTypes5/typeVars/MappingAltNeu.java | 5 + .../strucTypes5/typeVars/TypeVarFactory.java | 20 + .../typeVars/TypeVarInterface.java | 42 ++ .../strucTypes5/typeVars/TypeVarRefType.java | 39 ++ .../strucTypes5/typeVars/TypeVarStore.java | 18 + 11 files changed, 576 insertions(+), 338 deletions(-) create mode 100644 src/de/dhbwstuttgart/strucTypes5/typeVars/TypeVarInterface.java create mode 100644 src/de/dhbwstuttgart/strucTypes5/typeVars/TypeVarRefType.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c001021c..823375c4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,11 +2,15 @@ - - - - - + + + + + + + + +