|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
------- 0..n Annotations 0..n FAnnotation | key |----------------------------- FElement ------- annotations elements
Field Summary | |
static java.lang.String |
ELEMENTS_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FElement |
ANNOTATIONS_PROPERTY, DIAGRAMS_PROPERTY, ELEMENT_REFERENCES_PROPERTY, GENERATED_PROPERTY, NAME_PROPERTY, TEXT_PROPERTY |
Method Summary | |
boolean |
addToElements(java.util.Map.Entry entry)
Access method for an one to n association. |
boolean |
addToElements(java.lang.String key,
FElement value)
Access method for an one to n association. |
java.util.Iterator |
entriesOfElements()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInElements(FElement value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInElements(java.lang.String key,
FElement value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasKeyInElements(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfElements()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfElements(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
keysOfElements()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromElements()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromElements(FElement value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromElements(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromElements(java.lang.String key,
FElement value)
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfElements()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfElements(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface de.uni_paderborn.fujaba.basic.UniqueIdentifier |
getID |
Methods inherited from interface de.uni_paderborn.fujaba.fsa.unparse.LogicUnparseInterface |
getFSAInterface, getUnparseModuleName |
Methods inherited from interface de.upb.tools.pcs.PropertyChangeInterface |
getPropertyChangeSupport |
Methods inherited from interface de.upb.tools.pcs.PropertyChangeClient |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface de.tu_bs.coobra.ObjectChangeAware |
acknowledgeChange, getCoObRAId, getRepository, setCoObRAId, setRepository |
Methods inherited from interface de.uni_kassel.prop.InspectionAware |
isInspectableField, proposeFieldValues |
Field Detail |
public static final java.lang.String ELEMENTS_PROPERTY
Method Detail |
public boolean addToElements(java.lang.String key, FElement value)
key
- The object added.value
- The object added.
public boolean addToElements(java.util.Map.Entry entry)
entry
- The object added.
public java.util.Iterator iteratorOfElements(java.lang.String key)
key
- No description provided
public java.util.Iterator iteratorOfElements()
public boolean hasKeyInElements(java.lang.String key)
key
- No description provided
public boolean hasInElements(java.lang.String key, FElement value)
key
- No description providedvalue
- No description provided
public boolean hasInElements(FElement value)
value
- No description provided
public java.util.Iterator keysOfElements()
public java.util.Iterator entriesOfElements()
public int sizeOfElements(java.lang.String key)
key
- No description provided
public int sizeOfElements()
public boolean removeFromElements(java.lang.String key, FElement value)
key
- No description providedvalue
- No description provided
public boolean removeFromElements(java.lang.String key)
key
- No description provided
public boolean removeFromElements(FElement value)
value
- No description provided
public void removeAllFromElements()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |