Subversion Repositories bacoAlunos

Rev

Rev 1776 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1776 Rev 1827
Line 1... Line 1...
1
package pt.estgp.estgweb.domain;
1
package pt.estgp.estgweb.domain;
2
 
2
 
3
import sun.reflect.generics.reflectiveObjects.NotImplementedException;
-
 
4
 
3
 
5
/**
4
/**
6
 * Created by jorgemachado on 03/02/17.
5
 * Created by jorgemachado on 03/02/17.
7
 */
6
 */
8
public class BpmnActorPoolImpl extends BpmnActorPool
7
public class BpmnActorPoolImpl extends BpmnActorPool
Line 17... Line 16...
17
            if (role.getRole().equals(r))
16
            if (role.getRole().equals(r))
18
                return true;
17
                return true;
19
        }
18
        }
20
        return false;
19
        return false;
21
        */
20
        */
22
        throw new NotImplementedException();
21
        throw new 1.5.0/docs/api/java/lang/RuntimeException.html">RuntimeException("Not Implemented");
23
    }
22
    }
24
 
23
 
25
    public void replaceRole(1.5.0/docs/api/java/lang/String.html">String oldRole,1.5.0/docs/api/java/lang/String.html">String newRole)
24
    public void replaceRole(1.5.0/docs/api/java/lang/String.html">String oldRole,1.5.0/docs/api/java/lang/String.html">String newRole)
26
    {
25
    {
27
        /*
26
        /*
Line 34... Line 33...
34
                role.setRole(newRole);
33
                role.setRole(newRole);
35
                break;
34
                break;
36
            }
35
            }
37
        }
36
        }
38
        */
37
        */
39
        throw new NotImplementedException();
38
        throw new 1.5.0/docs/api/java/lang/RuntimeException.html">RuntimeException("Not Implemented");
40
    }
39
    }
41
 
40
 
42
 
41
 
43
}
42
}