Uses of Class
pl.poznan.put.structure.pseudoknots.ConflictGraph
-
Packages that use ConflictGraph Package Description pl.poznan.put.structure.pseudoknots Package contains classes that handle pseudoknots in secondary structure.pl.poznan.put.structure.pseudoknots.elimination -
-
Uses of ConflictGraph in pl.poznan.put.structure.pseudoknots
Subclasses of ConflictGraph in pl.poznan.put.structure.pseudoknots Modifier and Type Class Description classImmutableConflictGraphImmutable implementation ofConflictGraph.Methods in pl.poznan.put.structure.pseudoknots that return ConflictGraph Modifier and Type Method Description ConflictGraphConflictGraph. simplified()Creates a simplified copy of this instance.Methods in pl.poznan.put.structure.pseudoknots with parameters of type ConflictGraph Modifier and Type Method Description static ImmutableConflictGraphImmutableConflictGraph. copyOf(ConflictGraph instance)Creates an immutable copy of aConflictGraphvalue.ImmutableConflictGraph.BuilderImmutableConflictGraph.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 ConflictGraph Modifier and Type Method Description RegionMaxConflicts. selectRegionToRemove(ConflictGraph conflictGraph)Selects a region which has the most conflicts with other regions.RegionMinGain. selectRegionToRemove(ConflictGraph conflictGraph)Selects a region which has the least gain (sum of length of all regions in conflict).RegionRegionRemover. selectRegionToRemove(ConflictGraph conflictGraph)Uses data in the conflict graph to select one region to be removed.
-