org.apache.tuscany.model.assembly
Interface Reference
- All Superinterfaces:
- AssemblyObject, Port
- All Known Implementing Classes:
- ReferenceImpl
public interface Reference
- extends Port
The association of a port with a requestor.
getMultiplicity
Multiplicity getMultiplicity()
- Returns the multiplicity allowed for wires connected to this reference.
- Returns:
- the multiplicity allowed for wires connected to this reference
setMultiplicity
void setMultiplicity(Multiplicity multiplicity)
- Sets the multiplicity allowed for wires connected to this reference.
- Parameters:
multiplicity
- the multiplicity allowed for wires connected to this reference
-