Bus

org.topcased.export.bnftosablecc.services
Class BNFModelToSableCCService

java.lang.Object
  extended by org.topcased.export.bnftosablecc.services.BNFModelToSableCCService
All Implemented Interfaces:
IService

public class BNFModelToSableCCService
extends java.lang.Object
implements IService

Main service class for importing a BNF grammar to a SableCC format.


Constructor Summary
BNFModelToSableCCService()
           
 
Method Summary
 java.lang.Object serviceRun(java.util.Map<java.lang.String,java.lang.Object> parameters)
          The Topcased Bus launches serviceRun() method of a service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNFModelToSableCCService

public BNFModelToSableCCService()
Method Detail

serviceRun

public java.lang.Object serviceRun(java.util.Map<java.lang.String,java.lang.Object> parameters)
Description copied from interface: IService
The Topcased Bus launches serviceRun() method of a service

Specified by:
serviceRun in interface IService
Parameters:
parameters - : parameters Map (key = parameter name, value = Object parameter)
Returns:
an Object in order to chain service if it is required
See Also:
IService.serviceRun(java.util.Map)

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.