001    package com.hammurapi.reasoning.impl;
002    
003    /**
004     * Transition which changes order of parameters.
005     * @author Pavel Vlasov
006     *
007     */
008    public class MappingTransition {
009    
010    }