OpenTTCN SDK for Java

org.etsi.ttcn.tri
Interface TriTimerId

All Known Implementing Classes:
TriTimerId

public interface TriTimerId

The TriTimerId interface defines a container holding TTCN-3 timer identification information.


Method Summary
 boolean equals(TriTimerId timer)
           
 java.lang.String getTimerName()
           
 

Method Detail

getTimerName

java.lang.String getTimerName()

equals

boolean equals(TriTimerId timer)

OpenTTCN SDK for Java