Coverage Report - org.wsmo.service.orchestration.rule.OrchestrationApplyMediation
 
Classes in this File Line Coverage Branch Coverage Complexity
OrchestrationApplyMediation
N/A
N/A
1
 
 1  
 /*
 2  
  wsmo4j extension - a Choreography API and Reference Implementation
 3  
 
 4  
  Copyright (c) 2005, University of Innsbruck, Austria
 5  
 
 6  
  This library is free software; you can redistribute it and/or modify it under
 7  
  the terms of the GNU Lesser General Public License as published by the Free
 8  
  Software Foundation; either version 2.1 of the License, or (at your option)
 9  
  any later version.
 10  
  This library is distributed in the hope that it will be useful, but WITHOUT
 11  
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 12  
  FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 13  
  details.
 14  
  You should have received a copy of the GNU Lesser General Public License along
 15  
  with this library; if not, write to the Free Software Foundation, Inc.,
 16  
  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 17  
  */
 18  
 
 19  
 package org.wsmo.service.orchestration.rule;
 20  
 
 21  
 import org.wsmo.service.orchestration.*;
 22  
 import org.wsmo.service.rule.*;
 23  
 
 24  
 /**
 25  
  * Interface or class description
 26  
  *
 27  
  * @author James Scicluna
 28  
  * @author Thomas Haselwanter
 29  
  * @author Vassil Momtchev
 30  
  *
 31  
  * Created on 02-Feb-2006
 32  
  * Committed by $Author: vassil_momtchev $
 33  
  *
 34  
  * $Source$,
 35  
  * @version $Revision: 1863 $ $Date: 2006-11-08 17:26:54 +0200 (Wed, 08 Nov 2006) $
 36  
  */
 37  
 
 38  
 public interface OrchestrationApplyMediation extends Perform {
 39  
     
 40  
         public PpMediator getPpMediator();
 41  
 
 42  
 }