|
|||||||||||
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.asg.ASGDiagram
de.uni_paderborn.fujaba.uml.UMLDiagram
de.uni_paderborn.fujaba.uml.UMLStoryPattern
Nested Class Summary |
Nested classes inherited from class de.uni_paderborn.fujaba.asg.ASGElement |
ASGElement.SortByNameComparator |
Field Summary | |
static int |
CREATE
No comment provided by developer, please add a comment to improve documentation. |
static int |
DELETE
No comment provided by developer, please add a comment to improve documentation. |
static int |
NONE
No comment provided by developer, please add a comment to improve documentation. |
static int |
SHOWBOTH
No comment provided by developer, please add a comment to improve documentation. |
static int |
SHOWSEQUENCEBAR
No comment provided by developer, please add a comment to improve documentation. |
static int |
SHOWSTORYPATTERN
No comment provided by developer, please add a comment to improve documentation. |
static int |
STORYBOARD
No comment provided by developer, please add a comment to improve documentation. |
static int |
STORYPATTERN
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from class de.uni_paderborn.fujaba.uml.UMLDiagram |
ELEMENTKEY, PROPERTY_NAME |
Fields inherited from class de.uni_paderborn.fujaba.asg.ASGDiagram |
ELEMENTS_PROPERTY_KEY, PROJECT_PROPERTY |
Fields inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement |
dontUseAccessMethodsInThisClass |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FModelDiagram |
CONSTRAINTS_PROPERTY |
Fields inherited from interface de.uni_paderborn.fujaba.metamodel.FDiagram |
ELEMENTS_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 | |
UMLStoryPattern()
Constructor for class UMLStoryPattern |
|
UMLStoryPattern(java.lang.String name,
UMLProject project,
int type,
UMLStoryActivity revStoryDiag)
Constructor for class UMLStoryPattern |
Method Summary | |
void |
addToVariables(UMLObject object)
Access method for an one to n association. |
void |
connectMultiLinks(de.upb.tools.fca.FQueue queue)
No comment provided by developer, please add a comment to improve documentation. |
de.upb.tools.fca.FTreeSet |
filterIsomorphicBindings(java.lang.String objectName,
de.upb.tools.fca.FTreeSet container)
Check if there must be generated any isomorphic binding condition |
java.lang.String |
getMayBeConstraints()
Get the value of mayBeConstraints. |
FElement |
getParentElement()
Query the logical parent of this element (e.g. package of a class, diagram of an object). |
UMLCollabStat |
getRevMasterCollabStat()
Get the revMasterCollabStat attribute of the UMLStoryPattern object |
UMLStoryActivity |
getRevStoryPattern()
Get the revStoryPattern attribute of the UMLStoryPattern object |
int |
getShowType()
Get the showType attribute of the UMLStoryPattern object |
int |
getType()
Get the type attribute of the UMLStoryPattern object |
UMLAction |
getUMLAction()
UMLMethod: '+ getUMLAction (): UMLAction'. |
java.util.Iterator |
iteratorOfObjects()
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 |
renumberCollabStats()
No comment provided by developer, please add a comment to improve documentation. |
void |
setMayBeConstraints(java.lang.String mayBeConstraints)
Set the value of mayBeConstraints. |
void |
setRevMasterCollabStat(UMLCollabStat revMasterCollabStat)
Sets the revMasterCollabStat attribute of the UMLStoryPattern object |
void |
setRevStoryPattern(UMLStoryActivity revStoryPattern)
Sets the revStoryPattern attribute of the UMLStoryPattern object |
void |
setShowType(int showType)
Sets the showType attribute of the UMLStoryPattern object |
void |
setType(int type)
Sets the type attribute of the UMLStoryPattern object |
boolean |
setUMLAction(UMLAction value)
UMLMethod: '+ setUMLAction (value: UMLAction): Boolean'. |
java.lang.String |
toString()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class de.uni_paderborn.fujaba.asg.ASGDiagram |
addToElements, addToUsages, getCurrentProject, getProject, getUtility, hasInElements, hasInUsages, iteratorOfElements, iteratorOfUsages, removeAllFromElements, removeAllFromUsages, removeFromElements, removeFromUsages, searchID, setCurrentProject, setProject, setUtility, sizeOfElements, sizeOfUsages |
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.FDiagram |
addToElements, hasInElements, iteratorOfElements, removeAllFromElements, removeFromElements, sizeOfElements |
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 |
public static final int STORYPATTERN
public static final int STORYBOARD
public static final int SHOWSTORYPATTERN
public static final int SHOWSEQUENCEBAR
public static final int SHOWBOTH
public static final int NONE
public static final int DELETE
public static final int CREATE
Constructor Detail |
public UMLStoryPattern()
public UMLStoryPattern(java.lang.String name, UMLProject project, int type, UMLStoryActivity revStoryDiag)
name
- No description providedproject
- No description providedtype
- No description providedrevStoryDiag
- No description providedMethod Detail |
public int getType()
public void setType(int type)
type
- The new type valuepublic UMLStoryActivity getRevStoryPattern()
public void setRevStoryPattern(UMLStoryActivity revStoryPattern)
revStoryPattern
- The new revStoryPattern valuepublic java.util.Iterator iteratorOfObjects()
public void addToVariables(UMLObject object)
object
- The object added.public de.upb.tools.fca.FTreeSet filterIsomorphicBindings(java.lang.String objectName, de.upb.tools.fca.FTreeSet container)
objectName
- No description providedcontainer
- No description provided
public void setShowType(int showType)
showType
- The new showType valuepublic int getShowType()
public java.lang.String getMayBeConstraints()
public void setMayBeConstraints(java.lang.String mayBeConstraints)
mayBeConstraints
- Value to assign to mayBeConstraints.public boolean setUMLAction(UMLAction value)
value
- The new uMLAction value
public UMLAction getUMLAction()
public void removeYou()
removeYou
in interface FElement
removeYou
in class UMLDiagram
public FElement getParentElement()
getParentElement
in interface FElement
getParentElement
in class ASGDiagram
public UMLCollabStat getRevMasterCollabStat()
public void setRevMasterCollabStat(UMLCollabStat revMasterCollabStat)
revMasterCollabStat
- The new revMasterCollabStat valuepublic void renumberCollabStats()
public java.lang.String toString()
public void connectMultiLinks(de.upb.tools.fca.FQueue queue)
queue
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |