|
|||||||||||
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.UMLActivity
de.uni_paderborn.fujaba.uml.UMLComplexState
n contains 0..1 UMLActivityDiagram --------------------------- UMLComplexState contains revContains 0..1 story 1 UMLComplexState --------------------- UMLStoryActivity story revStory
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.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 | |
UMLComplexState()
Constructor for class UMLComplexState |
Method Summary | |
void |
addToContains(UMLActivityDiagram elem)
Access method for an one to n association. |
void |
addToDeclaredVariables(UMLObject value)
Access method for an one to n association. |
boolean |
addToDeferredEvents(java.lang.String value)
Access method for an one to n association. |
de.upb.tools.fca.FHashSet |
getDeferredEvents()
Get the deferredEvents attribute of the UMLComplexState object |
java.lang.String |
getDoAction()
Get the value of doAction. |
java.lang.String |
getEntryAction()
Get the value of entryAction. |
java.lang.String |
getExitAction()
Get the value of exitAction. |
UMLActivityDiagram |
getFirstFromContains()
Get the firstFromContains attribute of the UMLComplexState object |
UMLActivityDiagram |
getLastFromContains()
Get the lastFromContains attribute of the UMLComplexState object |
java.lang.String |
getName()
Get the value of name. |
UMLStoryActivity |
getStory()
Get the story attribute of the UMLComplexState object |
java.lang.String |
getText()
Get the text attribute of the UMLComplexState object |
boolean |
hasDoAction()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInContains(UMLActivityDiagram elem)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInDeclaredVariables(UMLObject value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInDeferredEvents(java.lang.String value)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfContains()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfDeferredEvents()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfToDeclaredVariables()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromContains()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromDeferredEvents()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromToDeclaredVariables()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeFromContains(UMLActivityDiagram elem)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromDeferredEvents(java.lang.String value)
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 |
setDoAction(java.lang.String v)
Set the value of doAction. |
void |
setEntryAction(java.lang.String v)
Set the value of entryAction. |
void |
setExitAction(java.lang.String v)
Set the value of exitAction. |
void |
setName(java.lang.String v)
Set the value of name. |
void |
setStory(UMLStoryActivity story)
Sets the story attribute of the UMLComplexState object |
void |
setText(java.util.Set text)
Sets the text attribute of the UMLComplexState object |
int |
sizeOfContains()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfDeferredEvents()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class de.uni_paderborn.fujaba.uml.UMLActivity |
addToEntry, addToExit, getActivityDiagram, getFlowActivity, getInternalCompilationNumber, hasInEntry, hasInExit, isPersistencyChange, iteratorOfEntry, iteratorOfExit, removeAllFromEntry, removeAllFromExit, removeAllTransitions, removeFromEntry, removeFromExit, setFlowActivity, setInternalCompilationNumber, sizeOfEntry, sizeOfExit |
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 UMLComplexState()
Method Detail |
public void addToContains(UMLActivityDiagram elem)
elem
- The object added.public boolean hasInContains(UMLActivityDiagram elem)
elem
- No description provided
public java.util.Iterator iteratorOfContains()
public void removeFromContains(UMLActivityDiagram elem)
elem
- No description providedpublic int sizeOfContains()
public void removeAllFromContains()
public UMLActivityDiagram getFirstFromContains()
public UMLActivityDiagram getLastFromContains()
public UMLStoryActivity getStory()
public void setStory(UMLStoryActivity story)
story
- The new story valuepublic java.lang.String getName()
getName
in interface FElement
getName
in class UMLActivity
public void setName(java.lang.String v)
setName
in interface FElement
setName
in class UMLActivity
v
- Value to assign to name.public boolean hasInDeclaredVariables(UMLObject value)
value
- No description provided
public java.util.Iterator iteratorOfToDeclaredVariables()
public void addToDeclaredVariables(UMLObject value)
value
- The object added.public void removeAllFromToDeclaredVariables()
public java.lang.String getText()
getText
in interface FElement
getText
in class UMLActivity
public void setText(java.util.Set text)
text
- The new text valuepublic java.lang.String getEntryAction()
public void setEntryAction(java.lang.String v)
v
- Value to assign to entryAction.public java.lang.String getDoAction()
public void setDoAction(java.lang.String v)
v
- Value to assign to doAction.public boolean hasDoAction()
public java.lang.String getExitAction()
public void setExitAction(java.lang.String v)
v
- Value to assign to exitAction.public int sizeOfDeferredEvents()
public boolean removeFromDeferredEvents(java.lang.String value)
value
- No description provided
public void removeAllFromDeferredEvents()
public java.util.Iterator iteratorOfDeferredEvents()
public boolean hasInDeferredEvents(java.lang.String value)
value
- No description provided
public boolean addToDeferredEvents(java.lang.String value)
value
- The object added.
public de.upb.tools.fca.FHashSet getDeferredEvents()
public void removeYou()
removeYou
in interface FElement
removeYou
in class UMLActivity
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |