public class PerturbationRange extends org.colomoto.biolqm.modifier.perturbation.RangePerturbation implements Perturbation
Constructor and Description |
---|
PerturbationRange(org.colomoto.biolqm.NodeInfo target,
int min,
int max) |
Modifier and Type | Method and Description |
---|---|
Perturbation |
clone(ListOfPerturbations manager,
Map<org.colomoto.biolqm.NodeInfo,org.colomoto.biolqm.NodeInfo> m_nodes,
Map<Perturbation,Perturbation> m_perturbations)
Copy the perturbation to a new graph (in particular to a reduced version of the current graph)
|
String |
getDescription()
Get a human-readable description of the perturbation
|
void |
toXML(XMLWriter out)
Save the perturbation definition to XML (to save in zginml)
|
affectsNode, equals, getStringRepresentation, restrictValues, toString, update
public PerturbationRange(org.colomoto.biolqm.NodeInfo target, int min, int max)
public void toXML(XMLWriter out) throws IOException
Perturbation
toXML
in interface Perturbation
IOException
public Perturbation clone(ListOfPerturbations manager, Map<org.colomoto.biolqm.NodeInfo,org.colomoto.biolqm.NodeInfo> m_nodes, Map<Perturbation,Perturbation> m_perturbations)
Perturbation
clone
in interface Perturbation
public String getDescription()
Perturbation
getDescription
in interface Perturbation
Copyright © 2005–2020. All rights reserved.