|
|||||||||||
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
0..1 N UMLActivity -------------------- UMLTransition revEntry entry 0..1 N UMLActivity -------------------- UMLTransition revExit exit 0..1 0..1 UMLActivity ----------------------------------- FlowActivity + UMLActivity + FlowActivity
Nested Class Summary |
Nested classes inherited from class de.uni_paderborn.fujaba.asg.ASGElement |
ASGElement.SortByNameComparator |
Field Summary | |
private de.upb.tools.fca.FPropHashSet |
entry
0..1 N UMLActivity -------------------- UMLTransition revEntry entry |
private de.upb.tools.fca.FPropHashSet |
exit
0..1 N UMLActivity -------------------- UMLTransition revExit exit |
private FlowActivity |
flowActivity
0..1 0..1 UMLActivity ----------------------------------- FlowActivity + UMLActivity + FlowActivity |
private int |
internalCompilationNumber
This number is only used for internal handling, so don't save it. |
Fields inherited from class de.uni_paderborn.fujaba.uml.UMLDiagramItem |
|
Fields inherited from class de.uni_paderborn.fujaba.uml.UMLIncrement |
|
Fields inherited from class de.uni_paderborn.fujaba.asg.ASGElement |
|
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 | |
|
UMLActivity()
Constructor for class UMLActivity |
protected |
UMLActivity(boolean coobraPersistent)
|
Method Summary | |
boolean |
addToEntry(UMLTransition value)
Access method for an one to n association. |
boolean |
addToExit(UMLTransition value)
Access method for an one to n association. |
UMLActivityDiagram |
getActivityDiagram()
Returns either the activity diagram in which this activity is contained or zero. |
FlowActivity |
getFlowActivity()
Get the flowActivity attribute of the UMLActivity object |
int |
getInternalCompilationNumber()
Get the internalCompilationNumber attribute of the UMLActivity object |
java.lang.String |
getText()
Returns the name of the activity |
boolean |
hasInEntry(UMLTransition value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInExit(UMLTransition value)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfEntry()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfExit()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromEntry()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromExit()
No comment provided by developer, please add a comment to improve documentation. |
protected void |
removeAllTransitions()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromEntry(UMLTransition value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromExit(UMLTransition 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 |
setFlowActivity(FlowActivity flowActivity)
Sets the flowActivity attribute of the UMLActivity object |
void |
setInternalCompilationNumber(int internalCompilationNumber)
Sets the internalCompilationNumber attribute of the UMLActivity object |
int |
sizeOfEntry()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfExit()
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 |
Field Detail |
private transient int internalCompilationNumber
private de.upb.tools.fca.FPropHashSet entry
0..1 N UMLActivity -------------------- UMLTransition revEntry entry
private de.upb.tools.fca.FPropHashSet exit
0..1 N UMLActivity -------------------- UMLTransition revExit exit
private transient FlowActivity flowActivity
0..1 0..1 UMLActivity ----------------------------------- FlowActivity + UMLActivity + FlowActivity
Constructor Detail |
protected UMLActivity(boolean coobraPersistent)
coobraPersistent
- public UMLActivity()
Method Detail |
public UMLActivityDiagram getActivityDiagram()
public int getInternalCompilationNumber()
public void setInternalCompilationNumber(int internalCompilationNumber)
internalCompilationNumber
- The new internalCompilationNumber valuepublic boolean addToEntry(UMLTransition value)
value
- The object added.
public boolean hasInEntry(UMLTransition value)
value
- No description provided
public java.util.Iterator iteratorOfEntry()
public int sizeOfEntry()
public boolean removeFromEntry(UMLTransition value)
value
- No description provided
public void removeAllFromEntry()
public boolean addToExit(UMLTransition value)
value
- The object added.
public boolean hasInExit(UMLTransition value)
value
- No description provided
public java.util.Iterator iteratorOfExit()
public int sizeOfExit()
public boolean removeFromExit(UMLTransition value)
value
- No description provided
public void removeAllFromExit()
public FlowActivity getFlowActivity()
public void setFlowActivity(FlowActivity flowActivity)
flowActivity
- The new flowActivity valueprotected void removeAllTransitions()
public java.lang.String getText()
getText
in interface FElement
getText
in class ASGElement
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 |