|
|||||||||||
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.views.cf.CFDiagram
The CFDiagram aalows definition of complex filter rules by combining rules with set operations represented by nodes in this diagram
Nested Class Summary |
Nested classes inherited from class de.uni_paderborn.fujaba.asg.ASGElement |
ASGElement.SortByNameComparator |
Field Summary | |
private CFEndNode |
endNode
No comment provided by developer, please add a comment to improve documentation. |
private CompositeFilter |
filter
0..1 0..1 CFDiagram ----------------------------- CompositeFilter CFDiagram filter |
private CFStartNode |
startNode
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.asg.ASGElement |
|
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 | |
CFDiagram()
|
Method Summary | |
boolean |
addToElements(UMLDiagramItem item)
Access method for an one to n association. |
java.lang.Object |
clone()
No comment provided by developer, please add a comment to improve documentation. |
CFEndNode |
getEndNode()
Get the endNode attribute of the CFDiagram object |
CompositeFilter |
getFilter()
Get the filter attribute of the CFDiagram object |
java.util.Set |
getResults(UMLDiagram diag,
UMLDiagramItem item)
Get the results attribute of the CFDiagram object |
CFStartNode |
getStartNode()
Get the startNode attribute of the CFDiagram object |
boolean |
removeFromElements(UMLDiagramItem item)
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. |
boolean |
setEndNode(CFEndNode value)
Sets the endNode attribute of the CFDiagram object |
boolean |
setFilter(CompositeFilter value)
Sets the filter attribute of the CFDiagram object |
boolean |
setStartNode(CFStartNode value)
Sets the startNode attribute of the CFDiagram object |
Methods inherited from class de.uni_paderborn.fujaba.asg.ASGDiagram |
addToElements, getCurrentProject, getParentElement, getProject, getUtility, hasInElements, iteratorOfElements, removeAllFromElements, removeFromElements, searchID, setCurrentProject, setProject, setUtility, sizeOfElements |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 |
private CompositeFilter filter
0..1 0..1 CFDiagram ----------------------------- CompositeFilter CFDiagram filter
private CFEndNode endNode
private CFStartNode startNode
Constructor Detail |
public CFDiagram()
Method Detail |
public boolean setFilter(CompositeFilter value)
value
- The new filter value
public CompositeFilter getFilter()
public boolean setEndNode(CFEndNode value)
value
- The new endNode value
public CFEndNode getEndNode()
public boolean setStartNode(CFStartNode value)
value
- The new startNode value
public CFStartNode getStartNode()
public boolean addToElements(UMLDiagramItem item)
item
- The object added.
public boolean removeFromElements(UMLDiagramItem item)
item
- No description provided
public java.util.Set getResults(UMLDiagram diag, UMLDiagramItem item)
diag
- No description provideditem
- No description provided
public java.lang.Object clone()
public void removeYou()
removeYou
in interface FElement
removeYou
in class UMLDiagram
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |