alice.respect
Class TupleCentre

java.lang.Object
  |
  +--alice.respect.TupleCentre

public class TupleCentre
extends java.lang.Object

Standalone running tuple centre vm


Constructor Summary
TupleCentre()
           
TupleCentre(TupleCentreId id)
           
 
Method Summary
 LogicTuple getSpec()
           
 LogicTuple in(LogicTuple t)
           
 LogicTuple inp(LogicTuple t)
           
 void out(LogicTuple t)
           
 LogicTuple rd(LogicTuple t)
           
 LogicTuple rdp(LogicTuple t)
           
 LogicTuple setSpec(LogicTuple t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleCentre

public TupleCentre()

TupleCentre

public TupleCentre(TupleCentreId id)
Method Detail

out

public void out(LogicTuple t)
         throws InvalidLogicTupleException

in

public LogicTuple in(LogicTuple t)
              throws InvalidLogicTupleException

rd

public LogicTuple rd(LogicTuple t)
              throws InvalidLogicTupleException

inp

public LogicTuple inp(LogicTuple t)
               throws InvalidLogicTupleException

rdp

public LogicTuple rdp(LogicTuple t)
               throws InvalidLogicTupleException

setSpec

public LogicTuple setSpec(LogicTuple t)
                   throws InvalidLogicTupleException

getSpec

public LogicTuple getSpec()