Class EmfFormatter


  • public class EmfFormatter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EmfFormatter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String listToStr​(java.util.List<? extends org.eclipse.emf.ecore.EObject> elements)  
      static java.lang.String objPath​(org.eclipse.emf.ecore.EObject obj)  
      static java.lang.String objToStr​(java.lang.Object obj, com.google.common.base.Predicate<org.eclipse.emf.ecore.EStructuralFeature> ignoredFeatures)  
      static java.lang.String objToStr​(java.lang.Object obj, org.eclipse.emf.ecore.EStructuralFeature... ignoredFeatures)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmfFormatter

        public EmfFormatter()
    • Method Detail

      • objToStr

        public static java.lang.String objToStr​(java.lang.Object obj,
                                                com.google.common.base.Predicate<org.eclipse.emf.ecore.EStructuralFeature> ignoredFeatures)
      • objToStr

        public static java.lang.String objToStr​(java.lang.Object obj,
                                                org.eclipse.emf.ecore.EStructuralFeature... ignoredFeatures)
      • listToStr

        public static java.lang.String listToStr​(java.util.List<? extends org.eclipse.emf.ecore.EObject> elements)
      • objPath

        public static java.lang.String objPath​(org.eclipse.emf.ecore.EObject obj)