Adding node role (sintoma, diagnóstico, conduta) to Node.
[simdecs.git] / src / java / org / ufcspa / simdecs / bn / entity / NodeType.java
CommitLineData
5d05ee58
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 */
7f3a0a9f 11public enum NodeType {Complementar, Essencial, Excludente, Trigger, Bogus}