com.change_vision.jude.api.inf.model
Interface ISlot
com.change_vision.jude.api.inf.model.ISlot
- All Superinterfaces:
- IElement, IEntity, IHyperlinkOwner, INamedElement
- All Implemented Interfaces:
- IElement, IEntity, IHyperlinkOwner, INamedElement
public ISlot
- extends INamedElement
Interface for Slot.
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier |
setValue
abstract void setValue(String name)
- Set Value to Slot.
- Parameters:
newValue
- Value
getValue
abstract String getValue()
- Get Value from Slot.
- Returns:
- Value
getDefiningAttribute
abstract IAttribute getDefiningAttribute()
- Get Slot's defining attribute.
- Returns:
- Attribute