Revision 785,
341 bytes
checked in by wojtekp, 12 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package schedframe.resources.computing.recs; |
---|
2 | |
---|
3 | import schedframe.resources.computing.ComputingNode; |
---|
4 | import schedframe.resources.computing.description.ComputingResourceDescription; |
---|
5 | |
---|
6 | public class Node extends ComputingNode{ |
---|
7 | |
---|
8 | public Node(ComputingResourceDescription resDesc) { |
---|
9 | super(resDesc); |
---|
10 | // TODO Auto-generated constructor stub |
---|
11 | } |
---|
12 | |
---|
13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.