|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExtractor
The IExtractor interface defines a way to serialize a given IModel.
Method Summary | |
---|---|
void |
extract(IModel sourceModel,
java.io.OutputStream target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an IModel using the given options. |
void |
extract(IModel sourceModel,
java.lang.String target)
Extracts an IModel using default options. |
void |
extract(IModel sourceModel,
java.lang.String target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an IModel using the given options. |
Method Detail |
---|
void extract(IModel sourceModel, java.lang.String target) throws ATLCoreException
sourceModel
- the IModel to extracttarget
- the target indication to extract the targetModel
ATLCoreException
void extract(IModel sourceModel, java.lang.String target, java.util.Map<java.lang.String,java.lang.Object> options) throws ATLCoreException
sourceModel
- the IModel to extracttarget
- the target indication to extract the targetModeloptions
- the extraction parameters
ATLCoreException
void extract(IModel sourceModel, java.io.OutputStream target, java.util.Map<java.lang.String,java.lang.Object> options) throws ATLCoreException
sourceModel
- the IModel to extracttarget
- the OutputStream
where to extract the targetModeloptions
- the extraction parameters
ATLCoreException
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |