Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.undo.file.addsupportvalues.LeafField
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.undo.file.addsupportvalues.LeafField

Packages that use LeafField
info.bioinfweb.treegraph.document.undo.file   
info.bioinfweb.treegraph.document.undo.file.addsupportvalues   
 

Uses of LeafField in info.bioinfweb.treegraph.document.undo.file
 

Methods in info.bioinfweb.treegraph.document.undo.file that return LeafField
private  LeafField AddSupportValuesEdit.getLeafField(Node node)
           
 

Methods in info.bioinfweb.treegraph.document.undo.file with parameters of type LeafField
private  NodeInfo AddSupportValuesEdit.findSourceNodeWithAllLeafs(Node sourceRoot, LeafField targetLeafs)
           
 

Uses of LeafField in info.bioinfweb.treegraph.document.undo.file.addsupportvalues
 

Methods in info.bioinfweb.treegraph.document.undo.file.addsupportvalues that return LeafField
 LeafField LeafField.complement()
           
 

Methods in info.bioinfweb.treegraph.document.undo.file.addsupportvalues with parameters of type LeafField
 void LeafField.addField(LeafField other)
           
 int LeafField.compareTo(LeafField other, boolean complement)
          Compares this field or its complement to another.
 boolean LeafField.containsAnyAndOther(LeafField other, boolean complement)
          Tests if this field (or its complement) contains at least one element from the specified field and at least one which is not contained in other.
 boolean LeafField.inSubtreeOf(LeafField other, boolean complement)
          Returns false if this field (or its complement) contains any terminal the specified field does not contain and this field (or its complement) contains at least one terminal less than the specified field.