de.interactive_instruments.ShapeChange
Class Converter

java.lang.Object
  extended by de.interactive_instruments.ShapeChange.Converter

public class Converter
extends Object


Field Summary
protected  Options options
           
protected  Set<String> processIdsToIgnore
           
protected  ShapeChangeResult result
          Result object.
static int STATUS_TARGET_INITSTART
           
static int STATUS_TARGET_PROCESS
           
static int STATUS_TARGET_WRITE
           
protected  Target target
           
 
Constructor Summary
Converter(Options o, ShapeChangeResult r)
           
 
Method Summary
 void convert()
           
 void convert(Model model)
          Convert the application schema.
 int getCurrentTargetID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_TARGET_INITSTART

public static final int STATUS_TARGET_INITSTART
See Also:
Constant Field Values

STATUS_TARGET_PROCESS

public static final int STATUS_TARGET_PROCESS
See Also:
Constant Field Values

STATUS_TARGET_WRITE

public static final int STATUS_TARGET_WRITE
See Also:
Constant Field Values

result

protected ShapeChangeResult result
Result object.


options

protected Options options

target

protected Target target

processIdsToIgnore

protected Set<String> processIdsToIgnore
Constructor Detail

Converter

public Converter(Options o,
                 ShapeChangeResult r)
Method Detail

convert

public void convert()
             throws ShapeChangeAbortException
Throws:
ShapeChangeAbortException

convert

public void convert(Model model)
Convert the application schema.


getCurrentTargetID

public int getCurrentTargetID()


Copyright © 2015. All rights reserved.