Uses of Class
pl.poznan.put.structure.pseudoknots.ConflictGraph
Packages that use ConflictGraph
Package
Description
Package contains classes that handle pseudoknots in secondary structure.
-
Uses of ConflictGraph in pl.poznan.put.structure.pseudoknots
Subclasses of ConflictGraph in pl.poznan.put.structure.pseudoknotsMethods in pl.poznan.put.structure.pseudoknots that return ConflictGraphModifier and TypeMethodDescriptionfinal ConflictGraphConflictGraph.simplified()Creates a simplified copy of this instance.Methods in pl.poznan.put.structure.pseudoknots with parameters of type ConflictGraphModifier and TypeMethodDescriptionstatic ImmutableConflictGraphImmutableConflictGraph.copyOf(ConflictGraph instance) Creates an immutable copy of aConflictGraphvalue.ImmutableConflictGraph.Builder.from(ConflictGraph instance) Fill a builder with attribute values from the providedConflictGraphinstance. -
Uses of ConflictGraph in pl.poznan.put.structure.pseudoknots.elimination
Methods in pl.poznan.put.structure.pseudoknots.elimination with parameters of type ConflictGraphModifier and TypeMethodDescriptionfinal RegionMaxConflicts.selectRegionToRemove(ConflictGraph conflictGraph) Selects a region which has the most conflicts with other regions.final RegionMinGain.selectRegionToRemove(ConflictGraph conflictGraph) Selects a region which has the least gain (sum of length of all regions in conflict).RegionRemover.selectRegionToRemove(ConflictGraph conflictGraph) Uses data in the conflict graph to select one region to be removed.