public class SinkInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected ISourceSinkDefinition |
definition |
protected Object |
userData |
| 构造器和说明 |
|---|
SinkInfo(ISourceSinkDefinition definition)
Creates a new instance of the
AbstractSourceSinkInfo class. |
SinkInfo(ISourceSinkDefinition definition,
Object userData)
Creates a new instance of the
AbstractSourceSinkInfo class. |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
ISourceSinkDefinition |
getDefinition()
Gets the original definition of this data flow source or sink
|
Object |
getUserData()
Gets the user data to be tracked together with this source
|
int |
hashCode() |
protected final ISourceSinkDefinition definition
protected final Object userData
public SinkInfo(ISourceSinkDefinition definition, Object userData)
AbstractSourceSinkInfo class.definition - The original definition of the source or sinkuserData - Additional user data to be propagated with the sourcepublic SinkInfo(ISourceSinkDefinition definition)
AbstractSourceSinkInfo class.definition - The original definition of the source or sinkpublic Object getUserData()
public ISourceSinkDefinition getDefinition()
Copyright © 2022 Fraunhofer SIT. All rights reserved.