/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.ufcspa.simdecs.bn.entity; /** * * @author mchelem */ public enum NodeType {Complementar, Essencial, Excludente, Trigger, Bogus}