|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Port
A representation of the model object 'Port'. This class represents the generalization of the different kind of ports. A port allows the input or output of information in or from components.
The following features are supported:
SAMPackage.getPort()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
Flow |
getInlink()
Returns the value of the 'Inlink' reference |
Port |
getIsInstanceOf()
Returns the value of the 'Is Instance Of' reference |
Flow |
getOutlink()
Returns the value of the 'Outlink' reference |
Automaton |
getParentAutomaton()
Returns the value of the 'Parent Automaton' container reference. |
MultiPort |
getParentMultiPort()
Returns the value of the 'Parent Multi Port' reference |
System |
getParentSystem()
Returns the value of the 'Parent System' container reference. |
void |
setInlink(Flow value)
Sets the value of the ' Inlink ' reference |
void |
setIsInstanceOf(Port value)
Sets the value of the ' Is Instance Of ' reference.
|
void |
setOutlink(Flow value)
Sets the value of the ' Outlink ' reference.
|
void |
setParentAutomaton(Automaton value)
Sets the value of the ' Parent Automaton ' container reference |
void |
setParentMultiPort(MultiPort value)
Sets the value of the ' Parent Multi Port ' reference |
void |
setParentSystem(System value)
Sets the value of the ' Parent System ' container reference |
Methods inherited from interface org.topcased.sam.NamedItem |
---|
getName, setName |
Methods inherited from interface org.topcased.sam.IdentifiedItem |
---|
getComment, getRequirements, setComment, setRequirements |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
System getParentSystem()
List Ports
'.
If the meaning of the 'Parent System' container reference isn't clear, there really should be more of a description here...
setParentSystem(org.topcased.sam.System)
,
SAMPackage.getPort_ParentSystem()
,
System.getListPorts()
void setParentSystem(System value)
Parent System
' container reference.
value
- the new value of the 'Parent System' container reference.getParentSystem()
Flow getOutlink()
If the meaning of the 'Outlink' reference isn't clear, there really should be more of a description here...
setOutlink(Flow)
,
SAMPackage.getPort_Outlink()
void setOutlink(Flow value)
Outlink
' reference.
value
- the new value of the 'Outlink' reference.getOutlink()
Flow getInlink()
If the meaning of the 'Inlink' reference isn't clear, there really should be more of a description here...
setInlink(Flow)
,
SAMPackage.getPort_Inlink()
void setInlink(Flow value)
Inlink
' reference.
value
- the new value of the 'Inlink' reference.getInlink()
Automaton getParentAutomaton()
List Ports
'.
If the meaning of the 'Parent Automaton' container reference isn't clear, there really should be more of a description here...
setParentAutomaton(Automaton)
,
SAMPackage.getPort_ParentAutomaton()
,
Automaton.getListPorts()
void setParentAutomaton(Automaton value)
Parent Automaton
' container reference.
value
- the new value of the 'Parent Automaton' container reference.getParentAutomaton()
MultiPort getParentMultiPort()
If the meaning of the 'Parent Multi Port' reference isn't clear, there really should be more of a description here...
setParentMultiPort(MultiPort)
,
SAMPackage.getPort_ParentMultiPort()
void setParentMultiPort(MultiPort value)
Parent Multi Port
' reference.
value
- the new value of the 'Parent Multi Port' reference.getParentMultiPort()
Port getIsInstanceOf()
If the meaning of the 'Is Instance Of' reference isn't clear, there really should be more of a description here...
setIsInstanceOf(Port)
,
SAMPackage.getPort_IsInstanceOf()
void setIsInstanceOf(Port value)
Is Instance Of
' reference.
value
- the new value of the 'Is Instance Of' reference.getIsInstanceOf()
|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.