org.rubato.rubettes.bigbang.model.denotators
Class BigBangTransformation
java.lang.Object
org.rubato.rubettes.bigbang.model.denotators.BigBangTransformation
public class BigBangTransformation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BigBangTransformation
public BigBangTransformation(ModuleMorphism morphism,
java.util.List<TransformationPaths> transformationPaths,
boolean copyAndMap,
DenotatorPath anchorNodePath)
getModuleMorphism
public ModuleMorphism getModuleMorphism()
getTransformationPaths
public java.util.List<TransformationPaths> getTransformationPaths()
setCopyAndMap
public void setCopyAndMap(boolean copyAndMap)
isCopyAndMap
public boolean isCopyAndMap()
getAnchorNodePath
public DenotatorPath getAnchorNodePath()
inverse
public BigBangTransformation inverse()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object