org.eclipse.emf.mwe2.ecore
Class EcoreGenerator.mapper

java.lang.Object
  extended by org.eclipse.emf.mwe2.ecore.EcoreGenerator.mapper
All Implemented Interfaces:
com.google.common.base.Function<java.lang.String,java.lang.String>
Enclosing class:
EcoreGenerator

protected final class EcoreGenerator.mapper
extends java.lang.Object
implements com.google.common.base.Function<java.lang.String,java.lang.String>


Constructor Summary
protected EcoreGenerator.mapper()
           
 
Method Summary
 java.lang.String apply(java.lang.String from)
          Returns the result of applying this function to input.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

EcoreGenerator.mapper

protected EcoreGenerator.mapper()
Method Detail

apply

public java.lang.String apply(java.lang.String from)
Description copied from interface: com.google.common.base.Function
Returns the result of applying this function to input. This method is generally expected, but not absolutely required, to have the following properties:

Specified by:
apply in interface com.google.common.base.Function<java.lang.String,java.lang.String>