|
|||||||||||
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.UMLConnection
de.uni_paderborn.fujaba.uml.UMLTransition
0..1 N UMLActivity -------------------- UMLTransition revEntry entry 0..1 N UMLActivity -------------------- UMLTransition revExit exit
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 | |
UMLTransition()
Constructor for class UMLTransition |
|
UMLTransition(boolean coobraPersistent)
|
|
UMLTransition(UMLActivity revExit,
UMLActivity revEntry,
UMLTransitionGuard guard)
Constructor for class UMLTransition |
Method Summary | |
java.lang.String |
getAction()
Get the value of action. |
java.lang.String |
getEvent()
Get the value of event. |
UMLTransitionGuard |
getGuard()
Get the guard attribute of the UMLTransition object |
boolean |
getIsForwardEdge()
|
boolean |
getIsMarked()
Get the isMarked attribute of the UMLTransition object |
java.lang.String |
getName()
Patch getName() to return a hopefully sensible name for the transition in AOAD contract analysis |
UMLActivity |
getRevEntry()
Get the revEntry attribute of the UMLTransition object |
UMLActivity |
getRevExit()
Get the revExit attribute of the UMLTransition object |
UMLActivity |
getSource()
Get the source attribute of the UMLTransition object |
UMLDiagramItem |
getSourceConnector()
Get the sourceConnector attribute of the UMLTransition object |
UMLActivity |
getTarget()
Get the target attribute of the UMLTransition object |
UMLDiagramItem |
getTargetConnector()
Get the targetConnector attribute of the UMLTransition object |
boolean |
hasEvent()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
looksLike(UMLTransition curTransition)
Same functionality as equals() there are maybe problems with jgl sets work if this method is called equals() |
void |
removeYou()
Isolates the object so the garbage collector can remove it. |
void |
setAction(java.lang.String action)
Set the value of action. |
void |
setEvent(java.lang.String event)
Set the value of event. |
void |
setGuard(UMLTransitionGuard guard)
Sets the guard attribute of the UMLTransition object |
void |
setIsForwardEdge(boolean isForwardEdge)
Sets the isForwardEdge attribute of the UMLTransition object |
void |
setIsMarked(boolean isMarked)
Sets the isMarked attribute of the UMLTransition object |
boolean |
setRevEntry(UMLActivity value)
Sets the revEntry attribute of the UMLTransition object |
boolean |
setRevExit(UMLActivity value)
Sets the revExit attribute of the UMLTransition object |
boolean |
setSource(UMLActivity source)
Sets the source attribute of the UMLTransition object |
boolean |
setSourceConnector(FDiagramItem incr)
Sets the sourceConnector attribute of the UMLTransition object |
boolean |
setTarget(UMLActivity target)
Sets the target attribute of the UMLTransition object |
boolean |
setTargetConnector(FDiagramItem incr)
Sets the targetConnector attribute of the UMLTransition object |
Methods inherited from class de.uni_paderborn.fujaba.uml.UMLConnection |
getFPartner, getFSourceConnector, getFTargetConnector, getPartner, setPartner |
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 UMLTransition(boolean coobraPersistent)
coobraPersistent
- public UMLTransition()
public UMLTransition(UMLActivity revExit, UMLActivity revEntry, UMLTransitionGuard guard)
revExit
- No description providedrevEntry
- No description providedguard
- No description providedMethod Detail |
public boolean setRevEntry(UMLActivity value)
value
- The new revEntry value
public UMLActivity getRevEntry()
public boolean setSource(UMLActivity source)
source
- The new source value
public UMLActivity getSource()
public boolean setSourceConnector(FDiagramItem incr)
incr
- The new sourceConnector value
public UMLDiagramItem getSourceConnector()
getSourceConnector
in class UMLConnection
public boolean setRevExit(UMLActivity value)
value
- The new revExit value
public UMLActivity getRevExit()
public boolean setTarget(UMLActivity target)
target
- The new target value
public UMLActivity getTarget()
public boolean setTargetConnector(FDiagramItem incr)
incr
- The new targetConnector value
public UMLDiagramItem getTargetConnector()
getTargetConnector
in class UMLConnection
public java.lang.String getEvent()
public java.lang.String getName()
getName
in interface FElement
getName
in class ASGElement
public void setEvent(java.lang.String event)
event
- The new event valuepublic boolean hasEvent()
public java.lang.String getAction()
public void setAction(java.lang.String action)
action
- The new action valuepublic UMLTransitionGuard getGuard()
public void setGuard(UMLTransitionGuard guard)
guard
- The new guard valuepublic void setIsForwardEdge(boolean isForwardEdge)
isForwardEdge
- The new isForwardEdge valuepublic boolean getIsForwardEdge()
public void setIsMarked(boolean isMarked)
isMarked
- The new isMarked valuepublic boolean getIsMarked()
public boolean looksLike(UMLTransition curTransition)
curTransition
- No description provided
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 |