|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.basic.BasicIncrement
de.uni_paderborn.fujaba.asg.ASGElement
de.uni_paderborn.fujaba.asg.ASGUnparseInformation
Stores information about an UnparseInterface of an ASGElement
-------- 0..1 ASGInformation 0..1 ASGUnparseInformation | name |------------------------------ ASGInformation -------- parent aSGInformation
Nested Class Summary |
Nested classes inherited from class de.uni_paderborn.fujaba.asg.ASGElement |
ASGElement.SortByNameComparator |
Field Summary |
Fields inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement |
dontUseAccessMethodsInThisClass |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FElement |
ANNOTATIONS_PROPERTY, DIAGRAMS_PROPERTY, ELEMENT_REFERENCES_PROPERTY, GENERATED_PROPERTY, NAME_PROPERTY, TEXT_PROPERTY |
Constructor Summary | |
ASGUnparseInformation()
default ctor |
|
ASGUnparseInformation(ASGUnparseInformation toCopy)
copy ctor |
Method Summary | |
boolean |
addToASGInformation(java.util.Map.Entry entry)
Access method for an one to n association. |
boolean |
addToASGInformation(java.lang.String key,
ASGInformation value)
Access method for an one to n association. |
protected boolean |
addToPoints(java.util.Map.Entry entry)
Deprecated. use addToASGInformation(String, ASGInformation) |
boolean |
addToPoints(java.lang.String key,
java.awt.Point value)
Adds a Point (location) for a specific FSAObject (propertyName). |
java.util.Iterator |
entriesOfASGInformation()
No comment provided by developer, please add a comment to improve documentation. |
ASGElement |
getASGElement()
|
ASGElement |
getASGElementKey()
|
ASGInformation |
getFromASGInformation(java.lang.String key)
Get the fromASGInformation attribute of the ASGUnparseInformation object |
FElement |
getParentElement()
Query the logical parent of this element (e.g. package of a class, diagram of an object). |
boolean |
hasInASGInformation(ASGInformation value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInASGInformation(java.lang.String key,
ASGInformation value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasKeyInASGInformation(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
static boolean |
isPointsCalled()
flag for enabling conversion of old location info |
java.util.Iterator |
iteratorOfASGInformation()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
keysOfASGInformation()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromASGInformation()
Remove information from the map without calling removeYou() on the objects. |
void |
removeAllFromASGInformationAndRemoveThem()
Remove information from the map and call removeYou() on each object. |
boolean |
removeFromASGInformation(ASGInformation value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromASGInformation(java.lang.String key,
ASGInformation value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeKeyFromASGInformation(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeKeyFromPoints(java.lang.String key)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeYou()
remove all links to other objects |
static void |
resetPointsCalled()
reset flag for enabling conversion of old location info |
boolean |
setASGElement(ASGElement value)
used for loading/redo (do not use directly) |
boolean |
setASGElement(ASGElement key,
ASGElement value)
assign an ASGElement to this information |
int |
sizeOfASGInformation()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.uni_paderborn.fujaba.metamodel.FElement |
isGenerated |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface de.uni_paderborn.fujaba.basic.UniqueIdentifier |
getID |
Constructor Detail |
public ASGUnparseInformation()
public ASGUnparseInformation(ASGUnparseInformation toCopy)
toCopy
- what to copyMethod Detail |
public boolean setASGElement(ASGElement key, ASGElement value)
key
- used to assign this information to the ASGElementvalue
- ASGElement
public boolean setASGElement(ASGElement value)
value
- new assigned ASGElement
public ASGElement getASGElement()
public ASGElement getASGElementKey()
public boolean addToASGInformation(java.lang.String key, ASGInformation value)
key
- The object added.value
- The object added.
public boolean addToASGInformation(java.util.Map.Entry entry)
entry
- The object added.
public java.util.Iterator entriesOfASGInformation()
public ASGInformation getFromASGInformation(java.lang.String key)
key
- No description provided
public boolean hasInASGInformation(ASGInformation value)
value
- No description provided
public boolean hasInASGInformation(java.lang.String key, ASGInformation value)
key
- No description providedvalue
- No description provided
public boolean hasKeyInASGInformation(java.lang.String key)
key
- No description provided
public java.util.Iterator iteratorOfASGInformation()
public java.util.Iterator keysOfASGInformation()
public void removeAllFromASGInformation()
public void removeAllFromASGInformationAndRemoveThem()
public boolean removeFromASGInformation(ASGInformation value)
value
- No description provided
public boolean removeFromASGInformation(java.lang.String key, ASGInformation value)
key
- No description providedvalue
- No description provided
public boolean removeKeyFromASGInformation(java.lang.String key)
key
- No description provided
public int sizeOfASGInformation()
public static void resetPointsCalled()
public static boolean isPointsCalled()
addToPoints(String, java.awt.Point)
was calledpublic boolean addToPoints(java.lang.String key, java.awt.Point value)
key
- propertyNamevalue
- point (location)
public void removeKeyFromPoints(java.lang.String key)
key
- No description providedprotected boolean addToPoints(java.util.Map.Entry entry)
addToASGInformation(String, ASGInformation)
entry
- Map.Entry that hold the pair
public void removeYou()
removeYou
in interface de.tu_bs.coobra.ObjectChangeAware
removeYou
in class ASGElement
public FElement getParentElement()
getParentElement
in interface FElement
getParentElement
in class ASGElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |