Uses of Interface
org.forester.go.GoSubset
-
Packages that use GoSubset Package Description org.forester.go -
-
Uses of GoSubset in org.forester.go
Classes in org.forester.go that implement GoSubset Modifier and Type Class Description class
BasicGoSubset
Methods in org.forester.go that return types with arguments of type GoSubset Modifier and Type Method Description java.util.List<GoSubset>
BasicGoTerm. getGoSubsets()
java.util.List<GoSubset>
GoTerm. getGoSubsets()
Methods in org.forester.go with parameters of type GoSubset Modifier and Type Method Description int
BasicGoSubset. compareTo(GoSubset sub)
Method parameters in org.forester.go with type arguments of type GoSubset Modifier and Type Method Description void
BasicGoTerm. setGoSubsets(java.util.List<GoSubset> go_subsets)
-