Coverage Report - ca.uhn.hl7v2.conf.spec.usecase.Actor
 
Classes in this File Line Coverage Branch Coverage Complexity
Actor
0%
0/2
N/A
1
 
 1  
 package ca.uhn.hl7v2.conf.spec.usecase;
 2  
 
 3  
 /**
 4  
  * Use Case Actor.  
 5  
  * @author Bryan Tripp
 6  
  */
 7  
 public class Actor extends AbstractUseCaseComponent {
 8  
     
 9  
     /** Creates a new instance of Actor */
 10  0
     public Actor() {
 11  0
     }
 12  
     
 13  
 }