pl.edu.pjwstk.yaod.atoms
Class SimpleAtom

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.atoms.Atom
        |
        +--pl.edu.pjwstk.yaod.atoms.SimpleAtom
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BackwardAtom, IntegerAtom, ReferenceAtom, StringAtom

public abstract class SimpleAtom
extends Atom

See Also:
Serialized Form

Fields inherited from class pl.edu.pjwstk.yaod.atoms.Atom
ALL_TYPES, ATOM_SPIDER
 
Constructor Summary
SimpleAtom(java.lang.String name)
           
 
Methods inherited from class pl.edu.pjwstk.yaod.atoms.Atom
getName, getOwner, getPointer, getType, setName, setOwner, setPointer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAtom

public SimpleAtom(java.lang.String name)