public class Subset extends Object
| Constructor and Description |
|---|
Subset() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
checkHelmRelationship(BitSet parentFprint,
BitSet childFprint)
Method checks if parentFprint is a subset of childFprint and returns true
in that case.
|
static Boolean |
checkHelmRelationship(org.helm.notation2.parser.notation.HELM2Notation parentNotation,
org.helm.notation2.parser.notation.HELM2Notation childNotation)
Method checks if the parentNotation is completely enclosed in the childNotation.
|
public static Boolean checkHelmRelationship(org.helm.notation2.parser.notation.HELM2Notation parentNotation, org.helm.notation2.parser.notation.HELM2Notation childNotation) throws Exception
parentNotation - the parent notation to be checkedchildNotation - the child notation to be checkedException - if anything goes wrongpublic static Boolean checkHelmRelationship(BitSet parentFprint, BitSet childFprint)
parentFprint - the parent fingerprint to be checkedchildFprint - the child fingerprint to be checkedCopyright © 2018. All rights reserved.