org.eclipse.ocl.examples.pivot.manager
Class AbstractTypeServer.MapValues

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.manager.AbstractTypeServer.MapValues
All Implemented Interfaces:
com.google.common.base.Function<java.util.Map<ParametersId,java.util.List<DomainOperation>>,java.lang.Iterable<java.util.List<DomainOperation>>>
Enclosing class:
AbstractTypeServer

public static final class AbstractTypeServer.MapValues
extends java.lang.Object
implements com.google.common.base.Function<java.util.Map<ParametersId,java.util.List<DomainOperation>>,java.lang.Iterable<java.util.List<DomainOperation>>>


Constructor Summary
AbstractTypeServer.MapValues()
           
 
Method Summary
 java.lang.Iterable<java.util.List<DomainOperation>> apply(java.util.Map<ParametersId,java.util.List<DomainOperation>> operations)
           
 
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

AbstractTypeServer.MapValues

public AbstractTypeServer.MapValues()
Method Detail

apply

public java.lang.Iterable<java.util.List<DomainOperation>> apply(java.util.Map<ParametersId,java.util.List<DomainOperation>> operations)
Specified by:
apply in interface com.google.common.base.Function<java.util.Map<ParametersId,java.util.List<DomainOperation>>,java.lang.Iterable<java.util.List<DomainOperation>>>