|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Linkable | |
---|---|
de.cau.cs.kieler.kaom | |
de.cau.cs.kieler.kaom.diagram.edit.commands | |
de.cau.cs.kieler.kaom.diagram.edit.policies | |
de.cau.cs.kieler.kaom.impl | |
de.cau.cs.kieler.kaom.util |
Uses of Linkable in de.cau.cs.kieler.kaom |
---|
Subinterfaces of Linkable in de.cau.cs.kieler.kaom | |
---|---|
interface |
Entity
A representation of the model object 'Entity'. |
interface |
Port
A representation of the model object 'Port'. |
interface |
Relation
A representation of the model object 'Relation'. |
Methods in de.cau.cs.kieler.kaom that return Linkable | |
---|---|
Linkable |
Link.getSource()
Returns the value of the 'Source' reference. |
Linkable |
Link.getTarget()
Returns the value of the 'Target' reference. |
Methods in de.cau.cs.kieler.kaom with parameters of type Linkable | |
---|---|
void |
Link.setSource(Linkable value)
Sets the value of the ' Source ' reference. |
void |
Link.setTarget(Linkable value)
Sets the value of the ' Target ' reference. |
Uses of Linkable in de.cau.cs.kieler.kaom.diagram.edit.commands |
---|
Methods in de.cau.cs.kieler.kaom.diagram.edit.commands that return Linkable | |
---|---|
protected Linkable |
LinkReorientCommand.getNewSource()
|
protected Linkable |
LinkReorientCommand.getNewTarget()
|
protected Linkable |
LinkReorientCommand.getOldSource()
|
protected Linkable |
LinkReorientCommand.getOldTarget()
|
protected Linkable |
LinkCreateCommand.getSource()
|
protected Linkable |
LinkCreateCommand.getTarget()
|
Uses of Linkable in de.cau.cs.kieler.kaom.diagram.edit.policies |
---|
Methods in de.cau.cs.kieler.kaom.diagram.edit.policies with parameters of type Linkable | |
---|---|
boolean |
KaomBaseItemSemanticEditPolicy.LinkConstraints.canCreateLink_4001(Entity container,
Linkable source,
Linkable target)
|
boolean |
KaomBaseItemSemanticEditPolicy.LinkConstraints.canExistLink_4001(Entity container,
Link linkInstance,
Linkable source,
Linkable target)
|
Uses of Linkable in de.cau.cs.kieler.kaom.impl |
---|
Classes in de.cau.cs.kieler.kaom.impl that implement Linkable | |
---|---|
class |
EntityImpl
An implementation of the model object 'Entity'. |
class |
LinkableImpl
An implementation of the model object 'Linkable'. |
class |
PortImpl
An implementation of the model object 'Port'. |
class |
RelationImpl
An implementation of the model object 'Relation'. |
Fields in de.cau.cs.kieler.kaom.impl declared as Linkable | |
---|---|
protected Linkable |
LinkImpl.source
The cached value of the ' Source ' reference. |
protected Linkable |
LinkImpl.target
The cached value of the ' Target ' reference. |
Methods in de.cau.cs.kieler.kaom.impl that return Linkable | |
---|---|
Linkable |
LinkImpl.basicGetSource()
|
Linkable |
LinkImpl.basicGetTarget()
|
Linkable |
LinkImpl.getSource()
|
Linkable |
LinkImpl.getTarget()
|
Methods in de.cau.cs.kieler.kaom.impl with parameters of type Linkable | |
---|---|
NotificationChain |
LinkImpl.basicSetSource(Linkable newSource,
NotificationChain msgs)
|
NotificationChain |
LinkImpl.basicSetTarget(Linkable newTarget,
NotificationChain msgs)
|
void |
LinkImpl.setSource(Linkable newSource)
|
void |
LinkImpl.setTarget(Linkable newTarget)
|
Uses of Linkable in de.cau.cs.kieler.kaom.util |
---|
Methods in de.cau.cs.kieler.kaom.util with parameters of type Linkable | |
---|---|
T |
KaomSwitch.caseLinkable(Linkable object)
Returns the result of interpreting the object as an instance of 'Linkable'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |