Class TCSExtractor
java.lang.Object
org.eclipse.m2m.atl.drivers.emf4atl.tcs.extractor.TCSExtractor
- All Implemented Interfaces:
Extractor
Created on 9 mars 2005
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextract(ASMModel source, OutputStream target, Map params) Performs the extraction.voidextract(ASMModel format, ASMModel extent, OutputStream out) returns the list of parameters supported by this extractor in the form of a Map with parameter names as keys and type name as value.
-
Constructor Details
-
TCSExtractor
public TCSExtractor()
-
-
Method Details
-
getParameterTypes
Description copied from interface:Extractorreturns the list of parameters supported by this extractor in the form of a Map with parameter names as keys and type name as value. Known type names are: "String" "Model"- Specified by:
getParameterTypesin interfaceExtractor
-
extract
Performs the extraction. -
extract
-
getPrefix
-