|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.orsay.lri.varna.models.naView.Loop
public class Loop
Field Summary | |
---|---|
private Hashtable<Integer,Connection> |
_connections
|
private ArrayList<Connection> |
connections
|
private int |
depth
|
private boolean |
mark
|
private int |
nconnection
|
private int |
number
|
private double |
radius
|
private double |
x
|
private double |
y
|
Constructor Summary | |
---|---|
Loop()
|
Method Summary | |
---|---|
void |
addConnection(int i,
Connection c)
|
Connection |
getConnection(int i)
|
int |
getDepth()
|
int |
getNconnection()
|
int |
getNumber()
|
double |
getRadius()
|
double |
getX()
|
double |
getY()
|
boolean |
isMark()
|
void |
setConnection(int i,
Connection c)
|
void |
setDepth(int depth)
|
void |
setMark(boolean mark)
|
void |
setNconnection(int nconnection)
|
void |
setNumber(int number)
|
void |
setRadius(double radius)
|
void |
setX(double x)
|
void |
setY(double y)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int nconnection
private ArrayList<Connection> connections
private Hashtable<Integer,Connection> _connections
private int number
private int depth
private boolean mark
private double x
private double y
private double radius
Constructor Detail |
---|
public Loop()
Method Detail |
---|
public int getNconnection()
public void setNconnection(int nconnection)
public void setConnection(int i, Connection c)
public Connection getConnection(int i)
public void addConnection(int i, Connection c)
public int getNumber()
public void setNumber(int number)
public int getDepth()
public void setDepth(int depth)
public boolean isMark()
public void setMark(boolean mark)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public double getRadius()
public void setRadius(double radius)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |