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