Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes.SchemaTraceabilityMap
-
Uses of SchemaTraceabilityMap in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes
Modifier and TypeMethodDescriptionprotected static SchemaTraceabilityMap
SchemaTraceabilityMap.collapseMaps
(List<SchemaTraceabilityMap> maps) Method to collapse a list of maps into a unique one by means of joining them.SchemaTraceabilityMap.joinMap
(SchemaTraceabilityMap current) This method builds a new SchemaTraceabilityMap containing the constraints of the current map pointing to the original constraintIDs of this mapSchemaTransformation.schemaTraceabilityMap()
Returns the value of theschemaTraceabilityMap
record component.Modifier and TypeMethodDescriptionSchemaTraceabilityMap.joinMap
(SchemaTraceabilityMap current) This method builds a new SchemaTraceabilityMap containing the constraints of the current map pointing to the original constraintIDs of this mapModifier and TypeMethodDescriptionprotected static SchemaTraceabilityMap
SchemaTraceabilityMap.collapseMaps
(List<SchemaTraceabilityMap> maps) Method to collapse a list of maps into a unique one by means of joining them.ModifierConstructorDescriptionprotected
Construct a new SchemaTraceabilityMap copying the given map into a new map.SchemaTransformation
(LogicSchema original, LogicSchema transformed, SchemaTraceabilityMap schemaTraceabilityMap) Creates an instance of aSchemaTransformation
record class.