|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.mdc.Identification
org.kemet.mdc.Cadrat
public class Cadrat
BEAN : definition of a cadrat.
| Nested Class Summary | |
|---|---|
class |
Cadrat.JustificationInformation
|
| Constructor Summary | |
|---|---|
Cadrat()
instantiate the cadrat. |
|
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object e)
add a sign. |
boolean |
addJustification(java.lang.Object e)
add a justification. |
static void |
clear()
clear instances list. |
static Cadrat |
get(int index)
return cadrat from a index. |
static java.util.Vector |
getInstanceList()
return instance list. |
Cadrat.JustificationInformation |
getObject(int index)
return justification information from index. |
Cadrat |
getRoot()
return the root. |
java.lang.String |
getSign(int index)
return a sign from index. |
int |
getType()
return the type. |
static boolean |
isCadratsWithRoot()
determine if the cadrats contains sub-cadrats. |
static void |
setObjectsIndex()
fix the index of all objects associated to cadrat instances. |
void |
setRoot(Cadrat root)
fix the root. |
void |
setType(int type)
fix the type. |
int |
size()
return the size of sign list. |
| Methods inherited from class org.kemet.mdc.Identification |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cadrat()
instantiate the cadrat.
| Method Detail |
|---|
public static boolean isCadratsWithRoot()
determine if the cadrats contains sub-cadrats.
public static void setObjectsIndex()
fix the index of all objects associated to cadrat instances.
public boolean add(java.lang.Object e)
add a sign.
public boolean addJustification(java.lang.Object e)
add a justification.
e - justification
public static void clear()
clear instances list.
public static java.util.Vector getInstanceList()
return instance list.
public static Cadrat get(int index)
return cadrat from a index.
index - cadrat index
public Cadrat.JustificationInformation getObject(int index)
return justification information from index.
index - justification index
public int size()
return the size of sign list.
public java.lang.String getSign(int index)
return a sign from index.
index - sign index
public int getType()
return the type.
public void setType(int type)
fix the type.
type - type to fixpublic void setRoot(Cadrat root)
fix the root.
root - root to fixpublic Cadrat getRoot()
return the root.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||