org.drools.semantics.groovy
Class GroovyFunctions

java.lang.Object
  extended by org.drools.semantics.groovy.GroovyFunctions
All Implemented Interfaces:
Serializable, Functions, SemanticComponent

public class GroovyFunctions
extends Object
implements Functions

Python block semantics Consequence.

Version:
$Id: GroovyFunctions.java,v 1.1 2004/12/14 21:00:28 mproctor Exp $
Author:
bob mcwhirter
See Also:
Serialized Form

Constructor Summary
GroovyFunctions(String name, String text)
          Construct.
 
Method Summary
 String getSemantic()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyFunctions

public GroovyFunctions(String name,
                       String text)
Construct.

Parameters:
text - The block text.
Method Detail

getText

public String getText()
Specified by:
getText in interface Functions

getSemantic

public String getSemantic()
Specified by:
getSemantic in interface Functions


Copyright © 2001-2005 The Codehaus. All Rights Reserved.