public class RIFLDocument.FlowPair extends Object
| 构造器和说明 |
|---|
FlowPair(RIFLDocument.DomainSpec firstDomain,
RIFLDocument.DomainSpec secondDomain)
Creates a new instance of the
RIFLDocument.FlowPair class |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object other) |
RIFLDocument.DomainSpec |
getFirstDomain()
Gets the first domain in the pair, i.e. the start domain of the
information flow
|
RIFLDocument.DomainSpec |
getSecondDomain()
Gets the second domain in the pair, i.e. the target domain of the
information flow
|
int |
hashCode() |
public FlowPair(RIFLDocument.DomainSpec firstDomain, RIFLDocument.DomainSpec secondDomain)
RIFLDocument.FlowPair classfirstDomain - The first domain in the pair, i.e. the start
domain of the information flowsecondDomain - The second domain in the pair, i.e. the target
domain of the information flowpublic RIFLDocument.DomainSpec getFirstDomain()
public RIFLDocument.DomainSpec getSecondDomain()
Copyright © 2022 Fraunhofer SIT. All rights reserved.