|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.edu.unr.fceia.bottallo.Ring
public class Ring
Represent a ring (begin symbol in default transitions)
Constructor Summary | |
---|---|
Ring()
Creates a new instance of Ring |
Method Summary | |
---|---|
protected Dimension |
getDimension()
Get the dimension of the ring |
protected State |
getFather()
Get the father state |
protected java.lang.String |
getId()
Get the id of a ring |
protected int |
getLevel(int l)
Get the level of this element |
protected float |
getMetric()
Get the metric of the ring |
protected Transition |
getTransition()
Get the outcoming transition |
protected void |
removeTransition()
Remove the outcoming transition |
protected void |
setDimension(Dimension d)
Set the dimension of the ring |
protected void |
setFather(State s)
Set the father state |
protected void |
setId(java.lang.String i)
Set the id of a ring |
protected void |
setLevel(int l)
Set the level of this element |
protected void |
setMetric(float m)
Set the metric of the ring |
protected void |
setTransition(Transition t)
Set the outcoming transition |
protected void |
setVertices()
Set the vertices of the ring |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ring()
Method Detail |
---|
protected void setId(java.lang.String i)
protected java.lang.String getId()
protected void setFather(State s)
protected State getFather()
protected void setDimension(Dimension d)
protected Dimension getDimension()
protected void setVertices()
protected void setMetric(float m)
protected float getMetric()
protected void setLevel(int l)
protected int getLevel(int l)
protected void setTransition(Transition t)
protected Transition getTransition()
protected void removeTransition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |