Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes.SchemaTraceabilityMap
Packages that use SchemaTraceabilityMap
-
Uses of SchemaTraceabilityMap in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes that return SchemaTraceabilityMapModifier 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.Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes with parameters of type SchemaTraceabilityMapModifier 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 mapMethod parameters in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes with type arguments of type SchemaTraceabilityMapModifier 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.Constructors in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.processes with parameters of type SchemaTraceabilityMapModifierConstructorDescriptionprotected
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.