de.uni_paderborn.fujaba.metamodel
Interface FModelDiagram
- All Superinterfaces:
- java.lang.Comparable, FDiagram, FElement, de.uni_kassel.prop.InspectionAware, LogicUnparseInterface, de.tu_bs.coobra.ObjectChangeAware, de.upb.tools.pcs.PropertyChangeClient, de.upb.tools.pcs.PropertyChangeInterface, UniqueIdentifier
- All Known Implementing Classes:
- UMLDiagram
- public interface FModelDiagram
- extends FDiagram
No comment provided by developer, please add a comment to improve documentation.
- Version:
- $Revision: 1.2 $ $Date: 2004/10/22 16:41:45 $
- Author:
- $Author: lowende $
Field Summary |
static java.lang.String |
CONSTRAINTS_PROPERTY
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from interface de.uni_paderborn.fujaba.metamodel.FElement |
addToAnnotations, addToDiagrams, addToElementReferences, addToElementReferences, addToUserMessages, deleteTokens, entriesOfElementReferences, getFirstOOGenToken, getFromFElementReferences, getLastOOGenToken, getName, getParentElement, getText, hasInAnnotations, hasInDiagrams, hasInElementReferences, hasInElementReferences, hasKeyInElementReferences, isCoobraPersistent, isGenerated, iteratorOfAnnotations, iteratorOfDiagrams, iteratorOfElementReferences, iteratorOfUserMessages, keysOfElementReferences, removeAllFromAnnotations, removeAllFromDiagrams, removeAllFromElementReferences, removeAllFromUserMessages, removeFromAnnotations, removeFromDiagrams, removeFromElementReferences, removeFromElementReferences, removeFromUserMessages, removeKeyFromElementReferences, removeYou, setCutCopyPasteParent, setFirstOOGenToken, setGenerated, setLastOOGenToken, setName, sizeOfAnnotations, sizeOfDiagrams, sizeOfElementReferences, sizeOfUserMessages |
Methods inherited from interface java.lang.Comparable |
compareTo |
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 |
CONSTRAINTS_PROPERTY
public static final java.lang.String CONSTRAINTS_PROPERTY
- No comment provided by developer, please add a comment to improve documentation.
- See Also:
- Constant Field Values
hasInConstraints
public boolean hasInConstraints(FConstraint value)
- No comment provided by developer, please add a comment to improve documentation.
- Parameters:
value
- No description provided
- Returns:
- No description provided
iteratorOfConstraints
public java.util.Iterator iteratorOfConstraints()
- No comment provided by developer, please add a comment to improve documentation.
- Returns:
- No description provided
sizeOfConstraint
public int sizeOfConstraint()
- No comment provided by developer, please add a comment to improve documentation.
- Returns:
- No description provided
addToConstraints
public boolean addToConstraints(FConstraint value)
- Access method for an one to n association.
- Parameters:
value
- The object added.
- Returns:
- No description provided
removeFromConstraints
public boolean removeFromConstraints(FConstraint value)
- No comment provided by developer, please add a comment to improve documentation.
- Parameters:
value
- No description provided
- Returns:
- No description provided
removeAllFromConstraints
public void removeAllFromConstraints()
- No comment provided by developer, please add a comment to improve documentation.