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 ConflictGraph
ConflictGraph.simplified()
Creates a simplified copy of this instance.Methods in pl.poznan.put.structure.pseudoknots with parameters of type ConflictGraphModifier and TypeMethodDescriptionstatic ImmutableConflictGraph
ImmutableConflictGraph.copyOf
(ConflictGraph instance) Creates an immutable copy of aConflictGraph
value.ImmutableConflictGraph.Builder.from
(ConflictGraph instance) Fill a builder with attribute values from the providedConflictGraph
instance. -
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 Region
MaxConflicts.selectRegionToRemove
(ConflictGraph conflictGraph) Selects a region which has the most conflicts with other regions.final Region
MinGain.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.