public interface ISourceSinkDefinition
| 限定符和类型 | 方法和说明 |
|---|---|
ISourceSinkCategory |
getCategory()
Gets the category to which this source or sink belonga
|
ISourceSinkDefinition |
getSinkOnlyDefinition()
Creates a definition which is a subset of this definition that only contains
the sinks
|
ISourceSinkDefinition |
getSourceOnlyDefinition()
Creates a definition which is a subset of this definition that only contains
the sources
|
boolean |
isEmpty()
Indicates if the definition contains any sources or sinks
|
void |
merge(ISourceSinkDefinition other)
Merges the source and sink definitions of the given definition object into
this definition object
|
void |
setCategory(ISourceSinkCategory category)
Sets the category to which this source or sink belongs
|
void setCategory(ISourceSinkCategory category)
category - The category to which this source or sink belongsISourceSinkCategory getCategory()
ISourceSinkDefinition getSourceOnlyDefinition()
ISourceSinkDefinition getSinkOnlyDefinition()
void merge(ISourceSinkDefinition other)
other - The definition object to mergeboolean isEmpty()
Copyright © 2022 Fraunhofer SIT. All rights reserved.