|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Port | |
---|---|
de.cau.cs.kieler.kaom | |
de.cau.cs.kieler.kaom.diagram.edit.commands | |
de.cau.cs.kieler.kaom.impl | |
de.cau.cs.kieler.kaom.importer.ptolemy | Utility classes for the import of Ptolemy2 diagrams. |
de.cau.cs.kieler.kaom.karma.ptolemy | Custom KARMA code for kaom ptolemy. |
de.cau.cs.kieler.kaom.util |
Uses of Port in de.cau.cs.kieler.kaom |
---|
Methods in de.cau.cs.kieler.kaom that return Port | |
---|---|
Port |
KaomFactory.createPort()
Returns a new object of class 'Port'. |
Methods in de.cau.cs.kieler.kaom that return types with arguments of type Port | |
---|---|
EList<Port> |
Entity.getChildPorts()
Returns the value of the 'Child Ports' containment reference list. |
Uses of Port in de.cau.cs.kieler.kaom.diagram.edit.commands |
---|
Methods in de.cau.cs.kieler.kaom.diagram.edit.commands with parameters of type Port | |
---|---|
protected void |
PortCreateCommand.doConfigure(Port newElement,
IProgressMonitor monitor,
IAdaptable info)
|
Uses of Port in de.cau.cs.kieler.kaom.impl |
---|
Classes in de.cau.cs.kieler.kaom.impl that implement Port | |
---|---|
class |
PortImpl
An implementation of the model object 'Port'. |
Fields in de.cau.cs.kieler.kaom.impl with type parameters of type Port | |
---|---|
protected EList<Port> |
EntityImpl.childPorts
The cached value of the ' Child Ports ' containment reference list. |
Methods in de.cau.cs.kieler.kaom.impl that return Port | |
---|---|
Port |
KaomFactoryImpl.createPort()
|
Methods in de.cau.cs.kieler.kaom.impl that return types with arguments of type Port | |
---|---|
EList<Port> |
EntityImpl.getChildPorts()
|
Uses of Port in de.cau.cs.kieler.kaom.importer.ptolemy |
---|
Methods in de.cau.cs.kieler.kaom.importer.ptolemy that return types with arguments of type Port | |
---|---|
List<Port> |
PtolemyHelper.getPorts(List<EObject> entities)
Returns a list of all the ports of the given entity types or class types. |
List<Port> |
PtolemyHelper.getPorts(NamedObj actor)
Returns a list of ports of the given actor. |
Uses of Port in de.cau.cs.kieler.kaom.karma.ptolemy |
---|
Constructors in de.cau.cs.kieler.kaom.karma.ptolemy with parameters of type Port | |
---|---|
PtolemyPortBorderItemLocator(IFigure parent,
int side,
List<Port> portsOfSide,
Port thisPort)
Creates a label locator. |
Constructor parameters in de.cau.cs.kieler.kaom.karma.ptolemy with type arguments of type Port | |
---|---|
PtolemyPortBorderItemLocator(IFigure parent,
int side,
List<Port> portsOfSide,
Port thisPort)
Creates a label locator. |
Uses of Port in de.cau.cs.kieler.kaom.util |
---|
Methods in de.cau.cs.kieler.kaom.util with parameters of type Port | |
---|---|
T |
KaomSwitch.casePort(Port object)
Returns the result of interpreting the object as an instance of 'Port'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |