summaryrefslogtreecommitdiffstats
path: root/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/layout/PropertyAllocator.java
diff options
context:
space:
mode:
Diffstat (limited to 'collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/layout/PropertyAllocator.java')
-rwxr-xr-xcollaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/layout/PropertyAllocator.java30
1 files changed, 15 insertions, 15 deletions
diff --git a/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/layout/PropertyAllocator.java b/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/layout/PropertyAllocator.java
index 1574d1247f..a05951f3ac 100755
--- a/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/layout/PropertyAllocator.java
+++ b/collaboration/GSoC-2011-Nirmal/CompositeDiagramGeneratorUsingBatik/src/main/java/org/apache/tuscany/sca/impl/layout/PropertyAllocator.java
@@ -6,21 +6,21 @@ import org.apache.tuscany.sca.impl.artifacts.Component;
import org.apache.tuscany.sca.impl.artifacts.Reference;
public class PropertyAllocator {
- Entity entity;
-
- public PropertyAllocator(Entity e) {
- entity = e;
- }
-
- public void allocatePropertiesOfRefs(){
- int height=0;
-
-
- for(Iterator it=entity.getReferenceToServiceMap().keySet().iterator();it.hasNext();){
- String ref = it.next();
-
- }
- }
+// Entity entity;
+//
+// public PropertyAllocator(Entity e) {
+// entity = e;
+// }
+//
+// public void allocatePropertiesOfRefs(){
+// int height=0;
+//
+//
+// for(Iterator it=entity.getReferenceToServiceMap().keySet().iterator();it.hasNext();){
+// String ref = it.next();
+//
+// }
+// }
}