|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.CoKer.ConstraintsMgr.ConstraintsElement | +--ConForM.CoopnTools.CoKer.ConstraintsMgr.ConstraintsElementList
Constraints elements List.
Field Summary | |
protected java.util.List |
elems
|
Constructor Summary | |
ConstraintsElementList()
|
Method Summary | |
protected void |
add(ConstraintsElement elem)
Addition of a textual element into the list. |
java.lang.Object |
clone()
Cloning method. |
boolean |
contains(ConstraintsElement elem)
Look if an element is in the list. |
boolean |
empty()
Test the list for being empty. |
boolean |
equals(java.lang.Object obj)
Equality method. |
protected ConstraintsElement[] |
getElements()
Get the elements of a list. |
int |
hashCode()
produces the hashcode for this element list |
protected void |
merge(ConstraintsElementList list)
Merge of an element list with this one. |
protected void |
remove(ConstraintsElement elem)
removes an element from this list |
int |
size()
Get the size of the list. |
java.lang.Object |
unmodifiableCopy()
Cloning method. |
Methods inherited from class ConForM.CoopnTools.CoKer.ConstraintsMgr.ConstraintsElement |
cloneConstraintsElement, toCompleteString, toCompleteString, toCompleteString, toString, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.util.List elems
Constructor Detail |
public ConstraintsElementList()
Method Detail |
protected void add(ConstraintsElement elem)
elem
- the element to addprotected void merge(ConstraintsElementList list)
protected void remove(ConstraintsElement elem)
protected ConstraintsElement[] getElements()
public boolean contains(ConstraintsElement elem)
elem
- the element of look in the listpublic boolean empty()
public int size()
public boolean equals(java.lang.Object obj)
equals
in class ConstraintsElement
obj
- the object to comparepublic int hashCode()
hashCode
in class ConstraintsElement
ConForM.CoopnTools.CoKer.ConstraintsMgr.ConstraintsElement
public java.lang.Object unmodifiableCopy()
unmodifiableCopy
in class ConstraintsElement
public java.lang.Object clone()
clone
in class ConstraintsElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |