csli.util.collections
Class Lattice
java.lang.Object
csli.util.collections.Lattice
public class Lattice
- extends Object
- Author:
- huac
a lattice of linked objects that allows multiple links
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public String value
foreLinks
public Vector foreLinks
backLinks
public Vector backLinks
Lattice
public Lattice(String value,
Lattice next)
getValue
public String getValue()
findHead
public Lattice findHead()
addNext
public void addNext(Lattice next)
deleteNext
public void deleteNext(Lattice next)
addPrevious
public void addPrevious(Lattice prev)
deletePrevious
public void deletePrevious(Lattice prev)
findValue
public Lattice findValue(String role)
getLatticeString
public String getLatticeString()