[TAP] Remove TAPTypes and create a new class to represent a TAP column type:...
[TAP] Remove TAPTypes and create a new class to represent a TAP column type: TAPType. + Improve the conversion between VOTable type and TAP type by embedding it in TAPType. + Modify TAPColumn in order to integrate TAPType and that its VotType is just a conversion of a TAPType. {This commit is not compilable.}
Showing
- src/tap/metadata/TAPColumn.java 23 additions, 74 deletionssrc/tap/metadata/TAPColumn.java
- src/tap/metadata/TAPMetadata.java 4 additions, 6 deletionssrc/tap/metadata/TAPMetadata.java
- src/tap/metadata/TAPTable.java 5 additions, 18 deletionssrc/tap/metadata/TAPTable.java
- src/tap/metadata/TAPType.java 257 additions, 0 deletionssrc/tap/metadata/TAPType.java
- src/tap/metadata/TAPTypes.java 0 additions, 359 deletionssrc/tap/metadata/TAPTypes.java
- src/tap/metadata/VotType.java 91 additions, 21 deletionssrc/tap/metadata/VotType.java
Loading
Please register or sign in to comment