|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static java.lang.String |
ANNOTATIONS_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
DIAGRAMS_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
ELEMENT_REFERENCES_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
GENERATED_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
NAME_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
static java.lang.String |
TEXT_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
Method Summary | |
boolean |
addToAnnotations(java.lang.String key,
FAnnotation value)
Access method for an one to n association. |
void |
addToDiagrams(FDiagram diagram)
Access method for an one to n association. |
boolean |
addToElementReferences(java.util.Map.Entry entry)
Access method for an one to n association. |
boolean |
addToElementReferences(java.lang.String key,
FElementRef value)
Access method for an one to n association. |
boolean |
addToUserMessages(Message value)
Stick a user message onto this element. |
void |
deleteTokens()
Deprecated. |
java.util.Iterator |
entriesOfElementReferences()
No comment provided by developer, please add a comment to improve documentation. |
OOGenToken |
getFirstOOGenToken()
Get the firstOOGenToken attribute of the ASGElement object |
FElementRef |
getFromFElementReferences(java.lang.String key)
Get the fromReferences attribute of the ASGElement object |
OOGenToken |
getLastOOGenToken()
Get the lastOOGenToken attribute of the ASGElement object |
java.lang.String |
getName()
Get the name attribute of the ASGElement object |
FElement |
getParentElement()
Query the logical parent of this element (e.g. package of a class, diagram of an object). |
java.lang.String |
getText()
Get the text attribute of the ASGElement object |
boolean |
hasInAnnotations(FAnnotation value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInDiagrams(FDiagram diagram)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInElementReferences(FElementRef value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInElementReferences(java.lang.String key,
FElementRef value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasKeyInElementReferences(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
isCoobraPersistent()
Deprecated. |
boolean |
isGenerated()
Get the generated attribute of the BasicIncrement object |
java.util.Iterator |
iteratorOfAnnotations()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfDiagrams()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfElementReferences()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfUserMessages()
Iterate through all user messages this element if context of. |
java.util.Iterator |
keysOfElementReferences()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromAnnotations()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromDiagrams()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromElementReferences()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromUserMessages()
remove this element from all message contexts. |
boolean |
removeFromAnnotations(java.lang.String key,
FAnnotation value)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeFromDiagrams(FDiagram diagram)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromElementReferences(FElementRef value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromElementReferences(java.lang.String key,
FElementRef value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromUserMessages(Message value)
Remove this element from the context of the message. |
boolean |
removeKeyFromElementReferences(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeYou()
No comment provided by developer, please add a comment to improve documentation. |
void |
setCutCopyPasteParent(FElement parent)
Deprecated. |
boolean |
setFirstOOGenToken(OOGenToken value)
Sets the firstOOGenToken attribute of the ASGElement object |
void |
setGenerated(boolean value)
Sets the generated attribute of the BasicIncrement object |
boolean |
setLastOOGenToken(OOGenToken value)
Sets the lastOOGenToken attribute of the ASGElement object |
void |
setName(java.lang.String newName)
Sets the name attribute of the ASGElement object |
int |
sizeOfAnnotations()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfDiagrams()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfElementReferences()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfUserMessages()
|
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 NAME_PROPERTY
public static final java.lang.String GENERATED_PROPERTY
public static final java.lang.String TEXT_PROPERTY
public static final java.lang.String DIAGRAMS_PROPERTY
public static final java.lang.String ELEMENT_REFERENCES_PROPERTY
public static final java.lang.String ANNOTATIONS_PROPERTY
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String newName)
newName
- The new name valuepublic void setGenerated(boolean value)
value
- The new generated valuepublic boolean isGenerated()
public java.lang.String getText()
public int sizeOfDiagrams()
public boolean hasInDiagrams(FDiagram diagram)
diagram
- No description provided
public java.util.Iterator iteratorOfDiagrams()
public void addToDiagrams(FDiagram diagram)
diagram
- The object added.public void removeFromDiagrams(FDiagram diagram)
diagram
- No description providedpublic void removeAllFromDiagrams()
public boolean hasInElementReferences(FElementRef value)
value
- No description provided
public boolean hasInElementReferences(java.lang.String key, FElementRef value)
key
- No description providedvalue
- No description provided
public boolean hasKeyInElementReferences(java.lang.String key)
key
- No description provided
public java.util.Iterator iteratorOfElementReferences()
public java.util.Iterator keysOfElementReferences()
public java.util.Iterator entriesOfElementReferences()
public int sizeOfElementReferences()
public FElementRef getFromFElementReferences(java.lang.String key)
key
- No description provided
public boolean addToElementReferences(java.lang.String key, FElementRef value)
key
- The object added.value
- The object added.
public boolean addToElementReferences(java.util.Map.Entry entry)
entry
- The object added.
public boolean removeFromElementReferences(FElementRef value)
value
- No description provided
public boolean removeFromElementReferences(java.lang.String key, FElementRef value)
key
- No description providedvalue
- No description provided
public boolean removeKeyFromElementReferences(java.lang.String key)
key
- No description provided
public void removeAllFromElementReferences()
public boolean addToAnnotations(java.lang.String key, FAnnotation value)
key
- The object added.value
- The object added.
public java.util.Iterator iteratorOfAnnotations()
public boolean hasInAnnotations(FAnnotation value)
value
- No description provided
public int sizeOfAnnotations()
public boolean removeFromAnnotations(java.lang.String key, FAnnotation value)
key
- No description providedvalue
- No description provided
public void removeAllFromAnnotations()
public void removeYou()
removeYou
in interface de.tu_bs.coobra.ObjectChangeAware
public boolean setFirstOOGenToken(OOGenToken value)
value
- The new firstOOGenToken value
public OOGenToken getFirstOOGenToken()
public boolean setLastOOGenToken(OOGenToken value)
value
- The new lastOOGenToken value
public OOGenToken getLastOOGenToken()
public void deleteTokens()
public void setCutCopyPasteParent(FElement parent)
parent
- public boolean isCoobraPersistent()
public boolean addToUserMessages(Message value)
value
- new message
public java.util.Iterator iteratorOfUserMessages()
public void removeAllFromUserMessages()
public boolean removeFromUserMessages(Message value)
value
- which message
public int sizeOfUserMessages()
public FElement getParentElement()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |