|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttesl.ImplicationRelation
tesl.Implication<M,S>
public class Implication<M extends java.lang.Comparable<? super M>,S extends java.lang.Comparable<? super S>>
A clock relation which creates a tick on the slave (super) clock
each time there is a tick on the master (sub) clock.
Nested Class Summary
private classImplication.ImplicationBackup
Field Summary
Fields inherited from class tesl.ImplicationRelation
applied_now_
Constructor Summary
Implication(Clock<M> master,
Clock<S> slave)
Constructor
Method Summary
ImplicationBackupInterfacebackup()
Clock<M>getMasterClock()
Return the master clock for the subClock constraint
booleaninduceTicks()
voidrestore(ImplicationBackupInterface bck)
java.lang.StringtoString()
Methods inherited from class tesl.ImplicationRelation
apply, getMasterClocks, getSlaveClock, startSolving
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
Implication
public Implication(Clock<M> master,
Clock<S> slave)
master - (sub clock)slave -
Method Detail
getMasterClock
public Clock<M> getMasterClock()
induceTicks
public boolean induceTicks()
induceTicks in class ImplicationRelation
toString
public java.lang.String toString()
toString in class ImplicationRelation
backup
public ImplicationBackupInterface backup()
backup in class ImplicationRelation
restore
public void restore(ImplicationBackupInterface bck)
restore in class ImplicationRelation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD