org.ow2.clif.scenario.isac.engine.nodes
Class RampNode

java.lang.Object
  extended by org.ow2.clif.scenario.isac.engine.nodes.RampNode

public class RampNode
extends java.lang.Object

Author:
Emmanuel Varoquaux

Nested Class Summary
static class RampNode.Point
           
 
Field Summary
 java.util.Map<java.lang.String,RampNode.Point> points
           
 java.lang.String style
           
 
Constructor Summary
RampNode(org.jdom.Element element)
           
 
Method Summary
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

style

public java.lang.String style

points

public java.util.Map<java.lang.String,RampNode.Point> points
Constructor Detail

RampNode

public RampNode(org.jdom.Element element)
         throws NodeException
Throws:
NodeException
Method Detail

print

public void print()