org.eclipse.emf.codegen.jmerge
Class JControlModel

java.lang.Object
  extended byorg.eclipse.emf.codegen.merge.java.PrefixHandler
      extended byorg.eclipse.emf.codegen.merge.java.JControlModel
          extended byorg.eclipse.emf.codegen.jmerge.JControlModel

Deprecated. in 2.2.0. Use JControlModel instead.

public class JControlModel
extends JControlModel

A control model that provides dictionaries and rules to drive a merge process.


Nested Class Summary
static class JControlModel.DictionaryPattern
          Deprecated. in 2.2.0. Use JControlModel.DictionaryPattern instead.
static class JControlModel.Feature
          Deprecated. in 2.2.0. Use JControlModel.Feature instead.
static class JControlModel.PullRule
          Deprecated. in 2.2.0. Use JControlModel.PullRule instead.
static class JControlModel.SortRule
          Deprecated. in 2.2.0. Use JControlModel.SortRule instead.
static class JControlModel.SweepRule
          Deprecated. in 2.2.0. Use JControlModel.SweepRule instead.
 
Field Summary
protected static String CLASS_PREFIX
          Deprecated.  
 
Fields inherited from class org.eclipse.emf.codegen.merge.java.JControlModel
blockPattern, classPrefix, dictionaryPatterns, facadeHelper, indent, indentIsSet, noImportPattern, pullRules, redirect, sortRules, standardBraceStyle, standardBraceStyleIsSet, sweepRules
 
Constructor Summary
JControlModel(Element element)
          Deprecated.  
JControlModel(String uri)
          Deprecated. This creates an instance.
 
Method Summary
 boolean canMerge()
          Deprecated.  
static Class classForClassName(String className)
          Deprecated. in 2.2.0. Use JControlModel.classForClassName(String, String) instead.
protected  JControlModel.DictionaryPattern createDictionaryPattern(String classPrefix, Element elementChild)
          Deprecated.  
protected  JControlModel.PullRule createPullRule(String classPrefix, Element elementChild)
          Deprecated.  
protected  JControlModel.SortRule createSortRule(String classPrefix, Element elementChild)
          Deprecated.  
protected  JControlModel.SweepRule createSweepRule(String classPrefix, Element elementChild)
          Deprecated.  
 
Methods inherited from class org.eclipse.emf.codegen.merge.java.JControlModel
classForClassName, computeClassName, convertToStandardBraceStyle, getBlockPattern, getClassPrefix, getDictionaryPatterns, getFacadeHelper, getLeadingTabReplacement, getNoImportPattern, getPullRules, getRedirect, getSortRules, getSweepRules, initialize, initialize, initialize, setClassPrefix, setConvertToStandardBraceStyle, setFacadeHelper, setLeadingTabReplacement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_PREFIX

protected static final String CLASS_PREFIX
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

JControlModel

public JControlModel(String uri)
Deprecated. 
This creates an instance.


JControlModel

public JControlModel(Element element)
Deprecated. 
Method Detail

classForClassName

public static Class classForClassName(String className)
Deprecated. in 2.2.0. Use JControlModel.classForClassName(String, String) instead.


canMerge

public boolean canMerge()
Deprecated. 
Overrides:
canMerge in class JControlModel

createDictionaryPattern

protected JControlModel.DictionaryPattern createDictionaryPattern(String classPrefix,
                                                                  Element elementChild)
Deprecated. 
Overrides:
createDictionaryPattern in class JControlModel

createPullRule

protected JControlModel.PullRule createPullRule(String classPrefix,
                                                Element elementChild)
Deprecated. 
Overrides:
createPullRule in class JControlModel

createSweepRule

protected JControlModel.SweepRule createSweepRule(String classPrefix,
                                                  Element elementChild)
Deprecated. 
Overrides:
createSweepRule in class JControlModel

createSortRule

protected JControlModel.SortRule createSortRule(String classPrefix,
                                                Element elementChild)
Deprecated. 
Overrides:
createSortRule in class JControlModel

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.