pl.edu.pjwstk.yaod.atoms
Class SnakeAtom

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

public class SnakeAtom
extends Atom

Author:
M. Lentner, raist@ertel.com.pl
See Also:
Serialized Form

Fields inherited from class pl.edu.pjwstk.yaod.atoms.Atom
ALL_TYPES, ATOM_SPIDER
 
Constructor Summary
SnakeAtom(java.lang.String name)
           
 
Method Summary
 AtomID getFirstMember()
           
 AtomID getLastMember()
           
 void setFirstMember(AtomID ptr)
           
 void setLastMember(AtomID ptr)
           
 
Methods inherited from class pl.edu.pjwstk.yaod.atoms.Atom
descreaseUses, getAID, getName, getNext, getOwner, getPrevious, getType, getUses, increaseUses, isModified, setModified, setName, setNext, setOwner, setPointer, setPrevious
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnakeAtom

public SnakeAtom(java.lang.String name)
Parameters:
paramName - comments
Throws:
XxxxxxException - if ...
Method Detail

setFirstMember

public void setFirstMember(AtomID ptr)
Parameters:
paramName - comments
Returns:
comments
Throws:
XxxxxxException - if ...

getFirstMember

public AtomID getFirstMember()
Parameters:
paramName - comments
Returns:
comments
Throws:
XxxxxxException - if ...

setLastMember

public void setLastMember(AtomID ptr)
Parameters:
paramName - comments
Returns:
comments
Throws:
XxxxxxException - if ...

getLastMember

public AtomID getLastMember()
Parameters:
paramName - comments
Returns:
comments
Throws:
XxxxxxException - if ...