public class FeatureHolderUtils extends Object
Constructor and Description |
---|
FeatureHolderUtils() |
Modifier and Type | Method and Description |
---|---|
static Set |
featureHolderAsSet(FeatureHolder fh)
Returns a FeatureHolder as a Set of Features
|
static FeatureHolder |
intersect(FeatureHolder fh1,
FeatureHolder fh2)
Operator: Intersect FeatureHolder1 with FeatureHolder2
|
static FeatureHolder |
not(FeatureHolder fh1,
FeatureHolder fh2)
Operator: FeatureHolder 1 NOT FeatureHolder2
|
static FeatureHolder |
union(FeatureHolder fh1,
FeatureHolder fh2)
Operator: Union of FeatureHolder1 and FeatureHolder2
|
public FeatureHolderUtils()
public static FeatureHolder union(FeatureHolder fh1, FeatureHolder fh2) throws ChangeVetoException
fh1
- FeatureHolder1fh2
- FeatureHolder2ChangeVetoException
public static FeatureHolder intersect(FeatureHolder fh1, FeatureHolder fh2) throws ChangeVetoException
fh1
- FeatureHolder1fh2
- FeatureHolder2ChangeVetoException
public static FeatureHolder not(FeatureHolder fh1, FeatureHolder fh2) throws ChangeVetoException
fh1
- FeatureHolder1fh2
- FeatureHolder2ChangeVetoException
public static Set featureHolderAsSet(FeatureHolder fh)
fh
- FeatureHolder you want to have as a SetCopyright © 2014 BioJava. All rights reserved.