Modifier and Type | Field and Description |
---|---|
protected boolean |
hasConflict |
protected boolean |
isDup |
Constructor and Description |
---|
LogicalParameter(int v)
Constructs an empty vector and set the value
|
LogicalParameter(List newEI,
int v) |
Modifier and Type | Method and Description |
---|---|
boolean |
activable(RegulatoryGraph regGraph,
RegulatoryNode node) |
void |
addEdge(RegulatoryEdge edge)
Adds the GsEdgeIndex to the interaction
|
void |
applyNewGraph(RegulatoryNode clone,
Map copyMap) |
int |
EdgeCount() |
boolean |
equals(Object obj) |
RegulatoryEdge |
getEdge(int index) |
List |
getEdges() |
int |
getMDD(RegulatoryGraph graph,
RegulatoryNode node,
org.colomoto.mddlib.MDDManager factory)
Build a MDD corresponding to this parameter (using the new MDD toolkit)
|
int |
getValue()
get value of the interaction
|
boolean |
hasConflict() |
int |
hashCode() |
boolean |
isDirty() |
boolean |
isDup() |
void |
setEdges(List list)
Set the vector of GsEdgeIndex
|
void |
setValue(int i,
Graph graph)
set value of the interaction
|
String |
toString() |
void |
toXML(XMLWriter out)
write the XML representation of this object to a file
|
public LogicalParameter(int v)
v
- of the interactionpublic LogicalParameter(List newEI, int v)
newEI
- v
- public boolean isDup()
public boolean hasConflict()
public int getValue()
public void setValue(int i, Graph graph)
i
- public void addEdge(RegulatoryEdge edge)
edge
- public boolean isDirty()
public RegulatoryEdge getEdge(int index)
index
- public int EdgeCount()
public List getEdges()
public void setEdges(List list)
list
- public boolean activable(RegulatoryGraph regGraph, RegulatoryNode node)
regGraph
- node
- public int getMDD(RegulatoryGraph graph, RegulatoryNode node, org.colomoto.mddlib.MDDManager factory)
factory
- public void toXML(XMLWriter out) throws IOException
XMLize
toXML
in interface XMLize
IOException
public void applyNewGraph(RegulatoryNode clone, Map copyMap)
clone
- copyMap
- Copyright © 2005–2020. All rights reserved.