|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.dao.AlignmentObject
public class AlignmentObject
used to store the information of alignment over the network
| Field Summary | |
|---|---|
(package private) java.util.Map |
alignMap
alignment |
(package private) double |
cost
align cost |
(package private) org._3pq.jgrapht.DirectedGraph |
input
original input |
(package private) org._3pq.jgrapht.DirectedGraph |
inputUsed
aligned input subgraph |
(package private) org._3pq.jgrapht.DirectedGraph |
model
original model |
(package private) org._3pq.jgrapht.DirectedGraph |
modelUsed
aligned model subgraph |
(package private) int |
validSize
matched non-null vertex size |
| Constructor Summary | |
|---|---|
AlignmentObject()
|
|
| Method Summary | |
|---|---|
java.util.Map |
getAlignMap()
|
double |
getCost()
|
org._3pq.jgrapht.DirectedGraph |
getInput()
|
org._3pq.jgrapht.DirectedGraph |
getInputUsed()
|
org._3pq.jgrapht.DirectedGraph |
getModel()
|
org._3pq.jgrapht.DirectedGraph |
getModelUsed()
|
int |
getValidSize()
|
void |
setAlignMap(java.util.Map alignMap)
|
void |
setCost(double cost)
|
void |
setInput(org._3pq.jgrapht.DirectedGraph input)
|
void |
setInputUsed(org._3pq.jgrapht.DirectedGraph inputUsed)
|
void |
setModel(org._3pq.jgrapht.DirectedGraph model)
|
void |
setModelUsed(org._3pq.jgrapht.DirectedGraph modelUsed)
|
void |
setValidSize(int validSize)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
org._3pq.jgrapht.DirectedGraph model
org._3pq.jgrapht.DirectedGraph input
org._3pq.jgrapht.DirectedGraph modelUsed
org._3pq.jgrapht.DirectedGraph inputUsed
java.util.Map alignMap
double cost
int validSize
| Constructor Detail |
|---|
public AlignmentObject()
| Method Detail |
|---|
public java.util.Map getAlignMap()
public void setAlignMap(java.util.Map alignMap)
alignMap - the alignMap to setpublic double getCost()
public void setCost(double cost)
cost - the cost to setpublic org._3pq.jgrapht.DirectedGraph getInput()
public void setInput(org._3pq.jgrapht.DirectedGraph input)
input - the input to setpublic org._3pq.jgrapht.DirectedGraph getInputUsed()
public void setInputUsed(org._3pq.jgrapht.DirectedGraph inputUsed)
inputUsed - the inputUsed to setpublic org._3pq.jgrapht.DirectedGraph getModel()
public void setModel(org._3pq.jgrapht.DirectedGraph model)
model - the model to setpublic org._3pq.jgrapht.DirectedGraph getModelUsed()
public void setModelUsed(org._3pq.jgrapht.DirectedGraph modelUsed)
modelUsed - the modelUsed to setpublic int getValidSize()
public void setValidSize(int validSize)
validSize - the validSize to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||