org.drools.clips
Class LispAtom

java.lang.Object
  extended by org.drools.clips.LispAtom
All Implemented Interfaces:
SExpression
Direct Known Subclasses:
BoolLispAtom, FloatLispAtom, IntLispAtom, NullLispAtom, StringLispAtom, SymbolLispAtom, VariableLispAtom

public class LispAtom
extends Object
implements SExpression


Constructor Summary
LispAtom(String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LispAtom

public LispAtom(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.