|
|||||||||||
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.UMLLink
de.uni_paderborn.fujaba.uml.UMLLinkSet
No comment provided by developer, please add a comment to improve documentation.
Nested Class Summary |
Nested classes inherited from class de.uni_paderborn.fujaba.asg.ASGElement |
ASGElement.SortByNameComparator |
Field Summary | |
static int |
FIRST
No comment provided by developer, please add a comment to improve documentation. |
static int |
LAST
No comment provided by developer, please add a comment to improve documentation. |
static int |
NEIGHBOUR
No comment provided by developer, please add a comment to improve documentation. |
static int |
NEXT
No comment provided by developer, please add a comment to improve documentation. |
static int |
ORDERED
No comment provided by developer, please add a comment to improve documentation. |
private int |
setType
No comment provided by developer, please add a comment to improve documentation. |
static int |
SORTED
No comment provided by developer, please add a comment to improve documentation. |
private UMLObject |
toSetObject
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from class de.uni_paderborn.fujaba.uml.UMLLink |
CREATE, DELETE, MODIFY, NEGATIVE, NONE, NULL, OPTIONAL, P_CHECK, P_CHECK_TO_MANY, P_MULTILINK_BOUND_TO_UNBOUND, P_MULTILINK_CHECK, P_MULTILINK_ENTRY, P_MULTILINK_ENTRY_OPTIONAL, P_MULTILINK_FIRST, P_MULTILINK_LAST, P_MULTILINK_PATH, P_MULTILINK_PATH_OPTIONAL, P_MULTILINK_UNBOUND_TO_BOUND, P_NEGATIVE, P_NONE, P_OPTIONAL, P_OPTIONAL_CHECK, P_OPTIONAL_TO_MANY, P_OPTIONAL_TO_ONE, P_SET, P_TO_MANY, P_TO_ONE, SEARCH, VIA_ASGELEMENTREF_SUFFIX |
Fields inherited from class de.uni_paderborn.fujaba.uml.UMLDiagramItem |
|
Fields inherited from class de.uni_paderborn.fujaba.uml.UMLIncrement |
|
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.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 | |
UMLLinkSet()
Constructor for class UMLLinkSet |
|
UMLLinkSet(java.lang.String name,
int type,
int modifier,
java.lang.String range,
UMLObject source,
UMLObject target,
UMLAssoc instanceOf,
int setType)
Constructor for class UMLLinkSet |
Method Summary | |
int |
getSetType()
Get the setType attribute of the UMLLinkSet object |
UMLLinkSet |
getSuccessorLinkSet(java.util.TreeMap objectsMap)
Get the successorLinkSet attribute of the UMLLinkSet object |
UMLObject |
getToSetObject()
Get the toSetObject attribute of the UMLLinkSet object |
void |
removeYou()
Isolates the object so the garbage collector can remove it. |
void |
setSetType(int setType)
Sets the setType attribute of the UMLLinkSet object |
void |
setToSetObject(UMLObject toSetObject)
Sets the toSetObject attribute of the UMLLinkSet object |
void |
setType(int type)
Sets the type attribute of the UMLLinkSet object |
Methods inherited from class de.uni_paderborn.fujaba.uml.UMLLink |
accessable, checkNegativeError, checkSwap, getAbsoluteModifier, getCorrespondingRole, getInstanceOf, getIsViaASGElementRef, getModifier, getName, getPriority, getRange, getRevSourceLink, getRevTargetLink, getSource, getSourceConnector, getSourceRole, getSuccessorLink, getTarget, getTargetConnector, getTargetRole, getText, getTotality, getType, getUnboundObject, isLinkBetween, isNavigable, isReference, setCutCopyPasteParent, setInstanceOf, setIsViaASGElementRef, setModifier, setName, setRange, setRevSourceLink, setRevTargetLink, setSource, setSourceConnector, setTarget, setTargetConnector, setTotality, toOneAccess, toString |
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.uml.Traversable |
getID |
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 |
Field Detail |
public static final transient int FIRST
public static final transient int LAST
public static final transient int NEIGHBOUR
public static final transient int NEXT
public static final transient int ORDERED
public static final transient int SORTED
private int setType
private UMLObject toSetObject
Constructor Detail |
public UMLLinkSet()
public UMLLinkSet(java.lang.String name, int type, int modifier, java.lang.String range, UMLObject source, UMLObject target, UMLAssoc instanceOf, int setType)
name
- No description providedtype
- No description providedmodifier
- No description providedrange
- No description providedsource
- No description providedtarget
- No description providedinstanceOf
- No description providedsetType
- No description providedMethod Detail |
public void setType(int type)
setType
in class UMLLink
type
- The new type valuepublic int getSetType()
public void setSetType(int setType)
setType
- The new setType valuepublic UMLObject getToSetObject()
public void setToSetObject(UMLObject toSetObject)
toSetObject
- The new toSetObject valuepublic UMLLinkSet getSuccessorLinkSet(java.util.TreeMap objectsMap)
objectsMap
- No description provided
public void removeYou()
removeYou
in interface FElement
removeYou
in class UMLLink
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |