SAM

org.topcased.sam
Interface Port

All Superinterfaces:
EModelElement, EObject, IdentifiedItem, NamedItem, Notifier
All Known Subinterfaces:
ControlPort, DataPort, InControlPort, InDataPort, InputPort, OutControlPort, OutDataPort, OutputPort
All Known Implementing Classes:
ControlPortImpl, DataPortImpl, InControlPortImpl, InDataPortImpl, InputPortImpl, OutControlPortImpl, OutDataPortImpl, OutputPortImpl, PortImpl

public interface Port
extends NamedItem

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:

See Also:
SAMPackage.getPort()
** Generated **
Model:
abstract="true"

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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getParentSystem

System getParentSystem()
Returns the value of the 'Parent System' container reference. It is bidirectional and its opposite is 'List Ports'.

If the meaning of the 'Parent System' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent System' container reference.
See Also:
setParentSystem(org.topcased.sam.System), SAMPackage.getPort_ParentSystem(), System.getListPorts()
** Generated **
Model:
opposite="listPorts" resolveProxies="false"

setParentSystem

void setParentSystem(System value)
Sets the value of the 'Parent System' container reference.

Parameters:
value - the new value of the 'Parent System' container reference.
See Also:
getParentSystem()
** Generated **

getOutlink

Flow getOutlink()
Returns the value of the 'Outlink' reference.

If the meaning of the 'Outlink' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Outlink' reference.
See Also:
setOutlink(Flow), SAMPackage.getPort_Outlink()
** Generated **
Model:

setOutlink

void setOutlink(Flow value)
Sets the value of the 'Outlink' reference.

Parameters:
value - the new value of the 'Outlink' reference.
See Also:
getOutlink()
** Generated **

getInlink

Flow getInlink()
Returns the value of the 'Inlink' reference.

If the meaning of the 'Inlink' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inlink' reference.
See Also:
setInlink(Flow), SAMPackage.getPort_Inlink()
** Generated **
Model:

setInlink

void setInlink(Flow value)
Sets the value of the 'Inlink' reference.

Parameters:
value - the new value of the 'Inlink' reference.
See Also:
getInlink()
** Generated **

getParentAutomaton

Automaton getParentAutomaton()
Returns the value of the 'Parent Automaton' container reference. It is bidirectional and its opposite is 'List Ports'.

If the meaning of the 'Parent Automaton' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent Automaton' container reference.
See Also:
setParentAutomaton(Automaton), SAMPackage.getPort_ParentAutomaton(), Automaton.getListPorts()
** Generated **
Model:
opposite="listPorts" resolveProxies="false"

setParentAutomaton

void setParentAutomaton(Automaton value)
Sets the value of the 'Parent Automaton' container reference.

Parameters:
value - the new value of the 'Parent Automaton' container reference.
See Also:
getParentAutomaton()
** Generated **

getParentMultiPort

MultiPort getParentMultiPort()
Returns the value of the 'Parent Multi Port' reference.

If the meaning of the 'Parent Multi Port' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent Multi Port' reference.
See Also:
setParentMultiPort(MultiPort), SAMPackage.getPort_ParentMultiPort()
** Generated **
Model:
resolveProxies="false"

setParentMultiPort

void setParentMultiPort(MultiPort value)
Sets the value of the 'Parent Multi Port' reference.

Parameters:
value - the new value of the 'Parent Multi Port' reference.
See Also:
getParentMultiPort()
** Generated **

getIsInstanceOf

Port getIsInstanceOf()
Returns the value of the 'Is Instance Of' reference.

If the meaning of the 'Is Instance Of' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Instance Of' reference.
See Also:
setIsInstanceOf(Port), SAMPackage.getPort_IsInstanceOf()
** Generated **
Model:

setIsInstanceOf

void setIsInstanceOf(Port value)
Sets the value of the 'Is Instance Of' reference.

Parameters:
value - the new value of the 'Is Instance Of' reference.
See Also:
getIsInstanceOf()
** Generated **

SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.