X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2FCategory.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2FCategory.html;h=b687e04597a66a9a8dfac4927d213e385f61fba5;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/msa/Category.html b/website/dm_javadoc/compbio/data/msa/Category.html new file mode 100644 index 0000000..b687e04 --- /dev/null +++ b/website/dm_javadoc/compbio/data/msa/Category.html @@ -0,0 +1,390 @@ + + + + + + +Category + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.data.msa +
+Class Category

+
+java.lang.Object
+  extended by compbio.data.msa.Category
+
+
+
+
public class Category
extends java.lang.Object
+ + +

+Class that splits Services to categories. Services themselves have no + knowledge which category they belongs to. + + This class is responsible for initialization of all the categories (done + statically) and holds the category names as constrains. + + Two categories considered equals if their names are equals. +

+ +

+

+
Version:
+
1.0 September 2011
+
Author:
+
pvtroshin
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringCATEGORY_ALIGNMENT + +
+          All of the Category names
+static java.lang.StringCATEGORY_CONSERVATION + +
+           
+static java.lang.StringCATEGORY_DISORDER + +
+           
+ java.lang.Stringname + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(java.lang.Object obj) + +
+           
+static java.util.Set<Category>getCategories() + +
+           
+ java.util.Set<Services>getServices() + +
+           
+ inthashCode() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+CATEGORY_ALIGNMENT

+
+public static final java.lang.String CATEGORY_ALIGNMENT
+
+
All of the Category names +

+

+
See Also:
Constant Field Values
+
+
+ +

+CATEGORY_DISORDER

+
+public static final java.lang.String CATEGORY_DISORDER
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CATEGORY_CONSERVATION

+
+public static final java.lang.String CATEGORY_CONSERVATION
+
+
+
See Also:
Constant Field Values
+
+
+ +

+name

+
+public java.lang.String name
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+getServices

+
+public java.util.Set<Services> getServices()
+
+
+
+
+
+
+ +

+getCategories

+
+public static java.util.Set<Category> getCategories()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class java.lang.Object
+
+
+
+
+
+
+ +

+equals

+
+public boolean equals(java.lang.Object obj)
+
+
+
Overrides:
equals in class java.lang.Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +