Uses of Class
pl.poznan.put.structure.pseudoknots.ImmutableConflictGraph.Builder
Packages that use ImmutableConflictGraph.Builder
Package
Description
Package contains classes that handle pseudoknots in secondary structure.
-
Uses of ImmutableConflictGraph.Builder in pl.poznan.put.structure.pseudoknots
Methods in pl.poznan.put.structure.pseudoknots that return ImmutableConflictGraph.BuilderModifier and TypeMethodDescriptionImmutableConflictGraph.Builder.addAllRegions
(Iterable<? extends Region> elements) Adds elements toregions
list.ImmutableConflictGraph.Builder.addRegions
(Region element) Adds one element toregions
list.ImmutableConflictGraph.Builder.addRegions
(Region... elements) Adds elements toregions
list.ImmutableConflictGraph.builder()
Creates a builder forImmutableConflictGraph
.ImmutableConflictGraph.Builder.from
(ConflictGraph instance) Fill a builder with attribute values from the providedConflictGraph
instance.Sets or replaces all elements forregions
list.