org.rubato.rubettes.bigbang.model.operations
Class ShapingOperation
java.lang.Object
org.rubato.rubettes.bigbang.model.operations.AbstractOperation
org.rubato.rubettes.bigbang.model.operations.ShapingOperation
public class ShapingOperation
- extends AbstractOperation
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShapingOperation
public ShapingOperation(BigBangModel model,
TransformationProperties properties,
java.util.TreeMap<java.lang.Double,java.lang.Double> shapingLocations)
ShapingOperation
public ShapingOperation(BigBangModel model,
XMLReader reader,
org.w3c.dom.Element element)
addShapingLocations
public void addShapingLocations(java.util.TreeMap<java.lang.Double,java.lang.Double> shapingLocations)
getShapingPaths
public java.util.List<TransformationPaths> getShapingPaths()
execute
public OperationPathResults execute()
- Specified by:
execute
in class AbstractOperation
toXML
public void toXML(XMLWriter writer)
- Overrides:
toXML
in class AbstractOperation