pl.edu.pjwstk.yaod.atoms
Class ComplexAtom

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.atoms.Atom
        |
        +--pl.edu.pjwstk.yaod.atoms.ComplexAtom
All Implemented Interfaces:
java.io.Serializable

public class ComplexAtom
extends Atom

See Also:
Serialized Form

Fields inherited from class pl.edu.pjwstk.yaod.atoms.Atom
ALL_TYPES, ATOM_SPIDER
 
Constructor Summary
ComplexAtom(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

ComplexAtom

public ComplexAtom(java.lang.String name)