|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.codegen.merge.java.PrefixHandler
org.eclipse.emf.codegen.merge.java.JControlModel
org.eclipse.emf.codegen.jmerge.JControlModel
JControlModel
instead.
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 |
protected static final String CLASS_PREFIX
Constructor Detail |
public JControlModel(String uri)
public JControlModel(Element element)
Method Detail |
public static Class classForClassName(String className)
JControlModel.classForClassName(String, String)
instead.
public boolean canMerge()
canMerge
in class JControlModel
protected JControlModel.DictionaryPattern createDictionaryPattern(String classPrefix, Element elementChild)
createDictionaryPattern
in class JControlModel
protected JControlModel.PullRule createPullRule(String classPrefix, Element elementChild)
createPullRule
in class JControlModel
protected JControlModel.SweepRule createSweepRule(String classPrefix, Element elementChild)
createSweepRule
in class JControlModel
protected JControlModel.SortRule createSortRule(String classPrefix, Element elementChild)
createSortRule
in class JControlModel
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |