Adding node role (sintoma, diagnóstico, conduta) to Node.
[simdecs.git] / src / java / org / ufcspa / simdecs / bn / entity / NodeRole.java
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5 package org.ufcspa.simdecs.bn.entity;
6
7 /**
8  *
9  * @author mchelem
10  */
11 public enum NodeRole {Sintoma, Diagnóstico, Conduta}