public class TransferComponent extends ComponentEntity<ComponentPort>
Entity.ContainedObjectsIterator
Modifier and Type | Field and Description |
---|---|
Parameter |
runLSIDs
A parameter that contains a set of parameters, each of
which has an provenance execution KeplerLSID as the value.
|
_changeListeners, _changeLock, _changeRequests, _debugging, _debugListeners, _deferChangeRequests, _elementName, _isPersistent, _verbose, _workspace, ATTRIBUTES, CLASSNAME, COMPLETE, CONTENTS, DEEP, FULLNAME, LINKS
Constructor and Description |
---|
TransferComponent(CompositeEntity container,
java.lang.String name)
Create a new TransferComponent in a container with a name.
|
TransferComponent(java.lang.String format)
Create a new TransferComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
addExecutions(java.util.List<KeplerLSID> executionLSIDs)
Add KeplerLSIDs for provenance executions.
|
java.util.List<KeplerLSID> |
getExecutionLSIDs()
Get the KeplerLSIDs for provenance executions.
|
java.lang.String |
getFormat()
Get the provenance format.
|
_adjustDeferrals, _checkContainer, _getContainedObject, _propagateExistence, clone, getContainer, instantiate, isAtomic, isOpaque, moveDown, moveToFirst, moveToIndex, moveToLast, moveUp, newPort, propagateExistence, setContainer, setName
_addPort, _description, _exportMoMLContents, _removePort, _validateSettables, connectedPortList, connectedPorts, connectionsChanged, containedObjectsIterator, getAttribute, getPort, getPorts, linkedRelationList, linkedRelations, portList, removeAllPorts, setClassDefinition, uniqueName
_setParent, exportMoML, getChildren, getElementName, getParent, getPrototypeList, isClassDefinition, isWithinClassDefinition
_addAttribute, _adjustOverride, _attachText, _cloneFixAttributeFields, _containedDecorators, _copyChangeRequestList, _debug, _debug, _debug, _debug, _debug, _executeChangeRequests, _getIndentPrefix, _isMoMLSuppressed, _markContentsDerived, _notifyHierarchyListenersAfterChange, _notifyHierarchyListenersBeforeChange, _propagateValue, _removeAttribute, _splitName, _stripNumericSuffix, addChangeListener, addDebugListener, addHierarchyListener, attributeChanged, attributeDeleted, attributeList, attributeList, attributeTypeChanged, clone, decorators, deepContains, depthInHierarchy, description, description, event, executeChangeRequests, exportMoML, exportMoML, exportMoML, exportMoML, exportMoMLPlain, getAttribute, getAttributes, getChangeListeners, getClassName, getDecoratorAttribute, getDecoratorAttributes, getDerivedLevel, getDerivedList, getDisplayName, getFullName, getModelErrorHandler, getName, getName, getSource, handleModelError, isDeferringChangeRequests, isOverridden, isPersistent, lazyContainedObjectsIterator, message, notifyOfNameChange, propagateValue, propagateValues, removeAttribute, removeChangeListener, removeDebugListener, removeHierarchyListener, requestChange, setClassName, setDeferringChangeRequests, setDerivedLevel, setDisplayName, setModelErrorHandler, setPersistent, setSource, sortContainedObjects, toplevel, toString, validateSettables, workspace
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDerivedLevel, getDerivedList, propagateValue
description, getDisplayName, getFullName, getName, getName
public TransferComponent(java.lang.String format) throws IllegalActionException, NameDuplicationException
format
- The provenance format.IllegalActionException
NameDuplicationException
public TransferComponent(CompositeEntity container, java.lang.String name) throws NameDuplicationException, IllegalActionException
public void addExecutions(java.util.List<KeplerLSID> executionLSIDs) throws IllegalActionException
IllegalActionException
public java.util.List<KeplerLSID> getExecutionLSIDs() throws IllegalActionException
IllegalActionException
public java.lang.String getFormat()