Uses of Class
tesl.TagRelation

Packages that use TagRelation
modhelxs.mocs.tfsm   
tesl   
 

Uses of TagRelation in modhelxs.mocs.tfsm
 

Methods in modhelxs.mocs.tfsm with parameters of type TagRelation
private static
<T extends java.lang.Comparable<? super T>>
java.lang.Double
TFSMMoC.directTagConversion(TagRelation<T,java.lang.Double> rel)
           
private static
<T extends java.lang.Comparable<? super T>>
java.lang.Double
TFSMMoC.reverseTagConversion(TagRelation<java.lang.Double,T> rel)
           
 

Uses of TagRelation in tesl
 

Subclasses of TagRelation in tesl
 class AffineTags<T extends Comparable<? super T>>
          An AffineTags relation is a tag relation which specifies that the tag of the "to" clock are an affine function of the tags of the "from" clock: to = a * from + b
 class SameTags<T extends Comparable<? super T>>
           
 

Fields in tesl with type parameters of type TagRelation
private  java.util.List<TagRelation<?,?>> ClockSet.t_relations_
           
 

Methods in tesl that return TagRelation
 TagRelation<?,?> ClockSet.addTagRelation(TagRelation<?,?> t)
           
 

Methods in tesl that return types with arguments of type TagRelation
 java.lang.Iterable<TagRelation<?,?>> ClockSet.getTagRelations()
           
 

Methods in tesl with parameters of type TagRelation
 TagRelation<?,?> ClockSet.addTagRelation(TagRelation<?,?> t)
           
private static
<U extends java.lang.Comparable<? super U>,V extends java.lang.Comparable<? super V>>
Tag<V>
ClockSet.processConversion(TagRelation<U,V> rel, Tag<?> tag)
           
private static
<U extends java.lang.Comparable<? super U>,V extends java.lang.Comparable<? super V>>
Tag<U>
ClockSet.processRevConversion(TagRelation<U,V> rel, Tag<?> tag)