public class EmfFormatter extends Object
| Constructor and Description |
|---|
EmfFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
listToStr(List<? extends org.eclipse.emf.ecore.EObject> elements) |
static String |
objPath(org.eclipse.emf.ecore.EObject obj) |
static String |
objToStr(Object obj,
org.eclipse.emf.ecore.EStructuralFeature... ignoredFeatures) |
static String |
objToStr(Object obj,
com.google.common.base.Predicate<org.eclipse.emf.ecore.EStructuralFeature> ignoredFeatures) |
public static String objToStr(Object obj, com.google.common.base.Predicate<org.eclipse.emf.ecore.EStructuralFeature> ignoredFeatures)
public static String objToStr(Object obj, org.eclipse.emf.ecore.EStructuralFeature... ignoredFeatures)
public static String objPath(org.eclipse.emf.ecore.EObject obj)
Copyright © 2015. All Rights Reserved.