|
|||||||||||
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.uml.UMLIncrement
de.uni_paderborn.fujaba.uml.UMLStereotype
+-----------+ 0..1 uMLStereotypes 0..1 UMLStereotypeManager | getText() |----------------------------------------- UMLStereotype +-----------+ uMLStereotypeManager uMLStereotypes +-----------+ 0..n 0..1 UMLIncrement | getText() |----------------------------- UMLStereotype +-----------+ increments uMLStereotype
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.FStereotype |
INCREMENTS_PROPERTY |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FElement |
ANNOTATIONS_PROPERTY, DIAGRAMS_PROPERTY, ELEMENT_REFERENCES_PROPERTY, GENERATED_PROPERTY, NAME_PROPERTY, TEXT_PROPERTY |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FIncrement |
ASSERT_IN_UNIT_TEST_PROPERTY, COMMENT_PROPERTY, CONSTRAINTS_PROPERTY, STEREOTYPES_PROPERTY |
Constructor Summary | |
UMLStereotype()
Constructor for class UMLStereotype |
|
UMLStereotype(java.lang.String text)
Constructor for class UMLStereotype |
Method Summary | |
boolean |
addToIncrements(FIncrement value)
Mark the value with this stereotype |
boolean |
addToUMLClass(UMLClass value)
Deprecated. use increments association instead |
protected java.lang.String |
createUnparseModuleName()
No comment provided by developer, please add a comment to improve documentation. |
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 UMLStereotype object |
UMLStereotypeManager |
getUMLStereotypeManager()
Get the uMLStereotypeManager attribute of the UMLStereotype object |
boolean |
hasInIncrements(FIncrement value)
Check if increment has this stereotype. |
java.util.Iterator |
iteratorOfIncrements()
List all increments that have this stereotype. |
void |
removeAllFromIncrements()
remove this stereotype from all increments. |
boolean |
removeFromIncrements(FIncrement value)
Unmark the value. |
void |
removeYou()
delete this stereotype |
java.lang.String |
setText(java.lang.String text)
Sets the text attribute of the UMLStereotype object |
protected boolean |
setUMLStereotypeManager(UMLStereotypeManager value)
Sets the uMLStereotypeManager attribute of the UMLStereotype object |
int |
sizeOfIncrements()
number of increments of this stereotype. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
public UMLStereotype()
public UMLStereotype(java.lang.String text)
text
- text for the stereotypeMethod Detail |
public java.lang.String setText(java.lang.String text)
setText
in interface FStereotype
text
- The new text value
public java.lang.String getText()
getText
in interface FStereotype
getText
in class ASGElement
public UMLStereotypeManager getUMLStereotypeManager()
protected boolean setUMLStereotypeManager(UMLStereotypeManager value)
value
- The new uMLStereotypeManager value
public boolean addToIncrements(FIncrement value)
addToIncrements
in interface FStereotype
value
- The object that is marked
public boolean hasInIncrements(FIncrement value)
hasInIncrements
in interface FStereotype
value
- increment of interest
public java.util.Iterator iteratorOfIncrements()
iteratorOfIncrements
in interface FStereotype
public void removeAllFromIncrements()
removeAllFromIncrements
in interface FStereotype
public boolean removeFromIncrements(FIncrement value)
removeFromIncrements
in interface FStereotype
value
- increment that will no longer be of this stereotype
public int sizeOfIncrements()
sizeOfIncrements
in interface FStereotype
public boolean addToUMLClass(UMLClass value)
value
- The object added.
protected java.lang.String createUnparseModuleName()
ASGElement
createUnparseModuleName
in class ASGElement
public java.lang.String toString()
public void removeYou()
removeYou
in interface FElement
removeYou
in class UMLIncrement
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 |