|
|||||||||||
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.views.cf.CFNode
Base class for all nodes in a CFDiagram
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 | |
CFNode()
|
Method Summary | |
boolean |
addToEntries(CFTransition value)
Access method for an one to n association. |
boolean |
addToExits(CFTransition value)
Access method for an one to n association. |
protected void |
clearResults()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.Object |
clone()
No comment provided by developer, please add a comment to improve documentation. |
protected abstract java.util.Set |
computeResult(UMLDiagram diag,
UMLDiagramItem item,
java.util.Collection sourceResults)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Set |
getResults(UMLDiagram diag,
UMLDiagramItem item)
Get the results attribute of the CFNode object |
protected java.util.Set |
getResults(UMLDiagram diag,
UMLDiagramItem item,
java.util.Set uncomplete)
Get the results attribute of the CFNode object |
boolean |
hasInEntries(CFTransition value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInExits(CFTransition value)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfEntries()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfExits()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromEntries()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromExits()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromEntries(CFTransition value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromExits(CFTransition 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. |
protected void |
resetResults()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfEntries()
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfExits()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
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 CFNode()
Method Detail |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- Exception description not providedpublic java.util.Set getResults(UMLDiagram diag, UMLDiagramItem item)
diag
- No description provideditem
- No description provided
protected java.util.Set getResults(UMLDiagram diag, UMLDiagramItem item, java.util.Set uncomplete)
diag
- No description provideditem
- No description provideduncomplete
- No description provided
protected void resetResults()
protected void clearResults()
protected abstract java.util.Set computeResult(UMLDiagram diag, UMLDiagramItem item, java.util.Collection sourceResults)
diag
- No description provideditem
- No description providedsourceResults
- No description provided
public boolean addToEntries(CFTransition value)
value
- The object added.
public boolean hasInEntries(CFTransition value)
value
- No description provided
public java.util.Iterator iteratorOfEntries()
public int sizeOfEntries()
public boolean removeFromEntries(CFTransition value)
value
- No description provided
public void removeAllFromEntries()
public boolean addToExits(CFTransition value)
value
- The object added.
public boolean hasInExits(CFTransition value)
value
- No description provided
public java.util.Iterator iteratorOfExits()
public int sizeOfExits()
public boolean removeFromExits(CFTransition value)
value
- No description provided
public void removeAllFromExits()
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 |