|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.seq.FeatureHolderUtils
public class FeatureHolderUtils
This class intendes to provide some FeatureHolder utilities. Currently it is mainly providing set operators.
| Constructor Summary | |
|---|---|
FeatureHolderUtils()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureHolderUtils()
| Method Detail |
|---|
public static FeatureHolder union(FeatureHolder fh1,
FeatureHolder fh2)
throws ChangeVetoException
fh1 - FeatureHolder1fh2 - FeatureHolder2
ChangeVetoException
public static FeatureHolder intersect(FeatureHolder fh1,
FeatureHolder fh2)
throws ChangeVetoException
fh1 - FeatureHolder1fh2 - FeatureHolder2
ChangeVetoException
public static FeatureHolder not(FeatureHolder fh1,
FeatureHolder fh2)
throws ChangeVetoException
fh1 - FeatureHolder1fh2 - FeatureHolder2
ChangeVetoExceptionpublic static Set featureHolderAsSet(FeatureHolder fh)
fh - FeatureHolder you want to have as a Set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||