com.rapidminer.operator.ports.impl
Class OutputPortsImpl
java.lang.Object
com.rapidminer.tools.AbstractObservable<Port>
com.rapidminer.operator.ports.impl.AbstractPorts<OutputPort>
com.rapidminer.operator.ports.impl.OutputPortsImpl
- All Implemented Interfaces:
- OutputPorts, Ports<OutputPort>, Observable<Port>
public class OutputPortsImpl
- extends AbstractPorts<OutputPort>
- implements OutputPorts
- Author:
- Simon Fischer
| Methods inherited from class com.rapidminer.operator.ports.impl.AbstractPorts |
addPort, clear, containsPort, createIOContainer, freeMemory, getAllPorts, getMetaDataDescription, getNumberOfConnectedPorts, getNumberOfPorts, getOwner, getPortByIndex, getPortByName, getPortNames, pushDown, registerPortExtender, removeAll, removePort, renamePort, toString, unlockPortExtenders |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rapidminer.operator.ports.Ports |
addPort, clear, containsPort, createIOContainer, freeMemory, getAllPorts, getMetaDataDescription, getNumberOfConnectedPorts, getNumberOfPorts, getOwner, getPortByIndex, getPortByName, getPortNames, pushDown, registerPortExtender, removeAll, removePort, renamePort, unlockPortExtenders |
OutputPortsImpl
public OutputPortsImpl(PortOwner owner)
createPort
public OutputPort createPort(java.lang.String name)
- Description copied from interface:
Ports
- Creates a new port and adds it to these Ports.
- Specified by:
createPort in interface Ports<OutputPort>
createPort
public OutputPort createPort(java.lang.String name,
boolean add)
- Description copied from interface:
Ports
- Creates a new port and adds it to these Ports if add is true..
- Specified by:
createPort in interface Ports<OutputPort>
createPassThroughPort
public OutputPort createPassThroughPort(java.lang.String name)
- Description copied from interface:
Ports
- Creates (and adds) a new port whose
Port.simulatesStack() returns false.
- Specified by:
createPassThroughPort in interface Ports<OutputPort>
disconnectAll
public void disconnectAll()
- Description copied from interface:
Ports
- Disconnects all ports.
- Specified by:
disconnectAll in interface Ports<OutputPort>
disconnectAllBut
public void disconnectAllBut(java.util.List<Operator> exceptions)
- Description copied from interface:
Ports
- Disconnects all ports with exception to those connections to operators
in the given list.
- Specified by:
disconnectAllBut in interface Ports<OutputPort>
Copyright © 2001-2009 by Rapid-I