|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmt.umlx.editor.property.PropertyUtils
org.eclipse.gmt.umlx.mm.editor.regimes.MmPropertyUtils
org.eclipse.gmt.umlx.tx.editor.regimes.TxPropertyUtils
public class TxPropertyUtils
Field Summary | |
---|---|
static java.lang.String |
CATEGORY_UCORE
|
Constructor Summary | |
---|---|
TxPropertyUtils()
|
Method Summary | ||
---|---|---|
static
|
createURelationPropertySource(java.lang.String categoryName,
M model)
|
|
static
|
createURelationshipPropertySource(java.lang.String categoryName,
M model)
|
|
static
|
createURulePropertySource(java.lang.String categoryName,
M model)
|
|
static
|
createVarNamedElementPropertySource(java.lang.String categoryName,
M model)
|
Methods inherited from class org.eclipse.gmt.umlx.mm.editor.regimes.MmPropertyUtils |
---|
createE2AssociationPropertySource, createEClassifierPropertySource, createEModelElementPropertySource, createENamedElementPropertySource, createEPackagePropertySource, createEReferencePropertySource, createEStructuralFeaturePropertySource, createETypedElementPropertySource |
Methods inherited from class org.eclipse.gmt.umlx.editor.property.PropertyUtils |
---|
createGDiagramPropertySource, createGElementPropertySource, createGLinkElementPropertySource, createGSheetNodePropertySource, createGSheetPropertySource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CATEGORY_UCORE
Constructor Detail |
---|
public TxPropertyUtils()
Method Detail |
---|
public static <M extends URelation> EModelPropertySource<M> createURelationPropertySource(java.lang.String categoryName, M model)
public static <M extends URelationship> EModelPropertySource<M> createURelationshipPropertySource(java.lang.String categoryName, M model)
public static <M extends URule> EModelPropertySource<M> createURulePropertySource(java.lang.String categoryName, M model)
public static <M extends org.eclipse.emf.ocl.expressions.VariableDeclaration> EModelPropertySource<M> createVarNamedElementPropertySource(java.lang.String categoryName, M model)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |