|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.curie.BiNoM.pathways.analysis.structure.Element
fr.curie.BiNoM.pathways.analysis.structure.Edge
public class Edge
Simple internal BiNoM implementation of Edge object.
Field Summary | |
---|---|
static int |
BAR
|
static int |
CIRCLE
|
int |
EdgeArrowType
Type of edge arrow (not used yet) |
java.lang.String |
EdgeInfo
Some edge information |
java.lang.String |
EdgeLabel
Edge label |
java.lang.String |
Id
Edge unique id |
Node |
Node1
Source node |
Node |
Node2
Target node |
static int |
SHARP
|
static int |
SQUARE
|
double |
weight
Edge weight |
Fields inherited from class fr.curie.BiNoM.pathways.analysis.structure.Element |
---|
Attributes |
Constructor Summary | |
---|---|
Edge()
|
Method Summary | |
---|---|
Edge |
copy()
|
Methods inherited from class fr.curie.BiNoM.pathways.analysis.structure.Element |
---|
getAttributesWithSubstringInName, getAttributeValues, getFirstAttributeValue, setAttributeValueUnique |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Node Node1
public Node Node2
public java.lang.String Id
public java.lang.String EdgeLabel
public java.lang.String EdgeInfo
public int EdgeArrowType
public static int SHARP
public static int CIRCLE
public static int BAR
public static int SQUARE
public double weight
Constructor Detail |
---|
public Edge()
Method Detail |
---|
public Edge copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |