|
||||||||||
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.Node
public class Node
Field Summary | |
---|---|
float |
coefficientInConservationLaw
Auxillary property for analysis of conservation laws |
static int |
DIAMOND
|
static int |
ELLIPSE
|
float |
h
Node height |
static int |
HEXAGON
|
java.lang.String |
Id
Node unique id |
boolean |
includedInConservationLaw
Auxillary property for analysis of conservation laws |
java.util.Vector |
incomingEdges
List of all in-going edges. |
java.lang.Object |
link
Some object associated. |
java.awt.Color |
NodeBorderColor
|
int |
NodeBorderWidth
|
int |
NodeClass
0 - species 1 - reaction 2 - cycle 3 - metanode |
java.lang.String |
NodeClassInfo
|
java.awt.Color |
NodeColor
|
java.lang.String |
NodeInfo
|
java.lang.String |
NodeLabel
|
int |
NodeShape
|
int |
NodeSize
|
static int |
OCTAGON
|
java.util.Vector |
outcomingEdges
List of all out-going edges. |
static int |
PARALLELOGRAM
|
static int |
RECTANGLE
|
static int |
RECTANGLE_ROUNDED
|
static int |
TRIANGLE
|
float |
w
Node width |
float |
x
Node position x |
float |
y
Node position y |
Fields inherited from class fr.curie.BiNoM.pathways.analysis.structure.Element |
---|
Attributes |
Constructor Summary | |
---|---|
Node()
|
Method Summary | |
---|---|
Node |
makeCopy()
Clones the node |
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 java.lang.String Id
public java.lang.String NodeLabel
public int NodeShape
public static int RECTANGLE
public static int ELLIPSE
public static int RECTANGLE_ROUNDED
public static int DIAMOND
public static int HEXAGON
public static int OCTAGON
public static int PARALLELOGRAM
public static int TRIANGLE
public java.awt.Color NodeColor
public java.awt.Color NodeBorderColor
public int NodeBorderWidth
public int NodeSize
public int NodeClass
public float coefficientInConservationLaw
public boolean includedInConservationLaw
public java.lang.String NodeInfo
public java.lang.String NodeClassInfo
public float x
public float y
public float w
public float h
public java.util.Vector incomingEdges
public java.util.Vector outcomingEdges
public java.lang.Object link
Constructor Detail |
---|
public Node()
Method Detail |
---|
public Node makeCopy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |