Exemplo n.º 1
0
 public int setType(typeOfThreat _type)
 {
     type = _type;
     return((int)type);
 }
Exemplo n.º 2
0
 public Threats(Graph graph)
 {
     nrOfNodes          = graph.nrOfNodes;
     positionsOfThreats = new bool[nrOfNodes];
     type = typeOfThreat.None;
 }