public class ReductionConfig extends Object implements NamedObject, XMLize
Modifier and Type | Field and Description |
---|---|
boolean |
outputs |
boolean |
propagate |
boolean |
strict |
Constructor and Description |
---|
ReductionConfig() |
Modifier and Type | Method and Description |
---|---|
org.colomoto.biolqm.LogicalModel |
apply(org.colomoto.biolqm.LogicalModel model) |
String |
getName() |
boolean |
isSelected(org.colomoto.biolqm.NodeInfo node) |
void |
remove(RegulatoryNode vertex) |
void |
setName(String name)
change the name of this object
|
void |
setSelected(org.colomoto.biolqm.NodeInfo node,
boolean selected) |
String |
toString() |
void |
toXML(XMLWriter out)
write the XML representation of this object to a file
|
public boolean strict
public boolean propagate
public boolean outputs
public String getName()
getName
in interface NamedObject
public void setName(String name)
NamedObject
setName
in interface NamedObject
public void toXML(XMLWriter out) throws IOException
XMLize
toXML
in interface XMLize
IOException
public boolean isSelected(org.colomoto.biolqm.NodeInfo node)
public void setSelected(org.colomoto.biolqm.NodeInfo node, boolean selected)
public void remove(RegulatoryNode vertex)
public org.colomoto.biolqm.LogicalModel apply(org.colomoto.biolqm.LogicalModel model)
Copyright © 2005–2020. All rights reserved.