org.drools.semantics.python
Class PythonFunctions

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

public class PythonFunctions
extends Object
implements Functions

Python block semantics Functions.

Version:
$Id: PythonFunctions.java,v 1.2 2004/12/15 16:00:06 dbarnett Exp $
Author:
bob mcwhirter
See Also:
Serialized Form

Constructor Summary
PythonFunctions(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

PythonFunctions

public PythonFunctions(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.