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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
extract
(ASMModel source, OutputStream target, Map params) Performs the extraction.void
extract
(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:Extractor
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. Known type names are: "String" "Model"- Specified by:
getParameterTypes
in interfaceExtractor
-
extract
Performs the extraction. -
extract
-
getPrefix
-