Adding node role (sintoma, diagnóstico, conduta) to Node.
[simdecs.git] / src / java / org / ufcspa / simdecs / bn / entity / NodeRole.java
diff --git a/src/java/org/ufcspa/simdecs/bn/entity/NodeRole.java b/src/java/org/ufcspa/simdecs/bn/entity/NodeRole.java
new file mode 100644 (file)
index 0000000..bf6d434
--- /dev/null
@@ -0,0 +1,11 @@
+/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package org.ufcspa.simdecs.bn.entity;
+
+/**
+ *
+ * @author mchelem
+ */
+public enum NodeRole {Sintoma, Diagnóstico, Conduta}