|
|||||||||||
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.UMLDiagramItem
de.uni_paderborn.fujaba.uml.UMLConstraint
0..n constraints 0..n UMLConstraint ------------------------------- UMLIncrement constraints revConstraints
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.FConstraint |
INCREMENTS_PROPERTY, REV_CONSTRAINT_PROPERTY |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FDiagramItem |
REV_ADDITIONAL_ITEMS_PROPERTY, REV_ITEMS_PROPERTY, VIEW_DEFINITIONS_PROPERTY |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FIncrement |
ASSERT_IN_UNIT_TEST_PROPERTY, COMMENT_PROPERTY, CONSTRAINTS_PROPERTY, STEREOTYPES_PROPERTY |
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 | |
UMLConstraint()
Constructor for class UMLConstraint |
|
UMLConstraint(java.lang.String text)
Constructor for class UMLConstraint |
Method Summary | |
boolean |
addToIncrements(FIncrement value)
Access method for an one to n association. |
boolean |
addToRevConstraint(FDiagram value)
Access method for an one to n association. |
java.lang.String |
getText()
Get the text attribute of the UMLConstraint object |
boolean |
hasInIncrements(FIncrement value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInRevConstraint(FDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfIncrements()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfRevConstraint()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllIncrements()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllRevConstraints()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromIncrements(FIncrement value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromRevConstraint(FDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeYou()
Isolates the object so the garbage collector can remove it. |
void |
setCutCopyPasteParent(FElement parent)
Added by Erik Weihrauch for testing at 2005-07-13 Hangs the current ASGElement into the ASG-tree. |
void |
setText(java.lang.String text)
Sets the text attribute of the UMLConstraint object |
int |
sizeOfIncrements()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfRevConstraint()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
toString()
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, wait, wait, wait |
Methods inherited from interface de.uni_paderborn.fujaba.metamodel.FIncrement |
addToConstraints, addToStereotypes, entriesOfStereotypes, getFComment, getFromFStereotypes, hasInConstraints, hasInStereotypes, hasKeyInStereotypes, isAssertInUnitTest, iteratorOfConstraints, iteratorOfStereotypes, keysOfStereotypes, removeAllFromConstraints, removeAllFromStereotypes, removeFromConstraints, removeFromStereotypes, removeKeyFromStereotypes, setAssertInUnitTest, setComment, sizeOfStereotypes |
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 UMLConstraint()
public UMLConstraint(java.lang.String text)
text
- No description providedMethod Detail |
public java.lang.String getText()
getText
in interface FElement
getText
in class ASGElement
public void setText(java.lang.String text)
setText
in interface FConstraint
text
- The new text valuepublic boolean hasInIncrements(FIncrement value)
hasInIncrements
in interface FConstraint
value
- No description provided
public java.util.Iterator iteratorOfIncrements()
iteratorOfIncrements
in interface FConstraint
public int sizeOfIncrements()
sizeOfIncrements
in interface FConstraint
public boolean addToIncrements(FIncrement value)
addToIncrements
in interface FConstraint
value
- The object added.
public boolean removeFromIncrements(FIncrement value)
removeFromIncrements
in interface FConstraint
value
- No description provided
public void removeAllIncrements()
removeAllIncrements
in interface FConstraint
public boolean hasInRevConstraint(FDiagram value)
hasInRevConstraint
in interface FConstraint
value
- No description provided
public java.util.Iterator iteratorOfRevConstraint()
iteratorOfRevConstraint
in interface FConstraint
public int sizeOfRevConstraint()
sizeOfRevConstraint
in interface FConstraint
public boolean addToRevConstraint(FDiagram value)
addToRevConstraint
in interface FConstraint
value
- The object added.
public boolean removeFromRevConstraint(FDiagram value)
removeFromRevConstraint
in interface FConstraint
value
- No description provided
public void removeAllRevConstraints()
removeAllRevConstraints
in interface FConstraint
public void setCutCopyPasteParent(FElement parent)
setCutCopyPasteParent
in interface FElement
setCutCopyPasteParent
in class ASGElement
parent
- public java.lang.String toString()
toString
in class UMLDiagramItem
public void removeYou()
removeYou
in interface FElement
removeYou
in class UMLDiagramItem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |