org.eclipse.ocl.examples.pivot.utilities
Class ToStringVisitor.Pivot2StringFactory

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.utilities.ToStringVisitor.Pivot2StringFactory
All Implemented Interfaces:
ToStringVisitor.Factory
Enclosing class:
ToStringVisitor

protected static class ToStringVisitor.Pivot2StringFactory
extends java.lang.Object
implements ToStringVisitor.Factory


Constructor Summary
protected ToStringVisitor.Pivot2StringFactory()
           
 
Method Summary
 ToStringVisitor createToStringVisitor()
          Deprecated. 
 ToStringVisitor createToStringVisitor(java.lang.StringBuilder s)
           
 org.eclipse.emf.ecore.EPackage getEPackage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToStringVisitor.Pivot2StringFactory

protected ToStringVisitor.Pivot2StringFactory()
Method Detail

createToStringVisitor

@Deprecated
@NonNull
public ToStringVisitor createToStringVisitor()
Deprecated. 

Specified by:
createToStringVisitor in interface ToStringVisitor.Factory

createToStringVisitor

@NonNull
public ToStringVisitor createToStringVisitor(@NonNull
                                                     java.lang.StringBuilder s)
Specified by:
createToStringVisitor in interface ToStringVisitor.Factory

getEPackage

@NonNull
public org.eclipse.emf.ecore.EPackage getEPackage()
Specified by:
getEPackage in interface ToStringVisitor.Factory