Uses of Class
pl.poznan.put.structure.pseudoknots.ImmutableConflictGraph
Packages that use ImmutableConflictGraph
Package
Description
Package contains classes that handle pseudoknots in secondary structure.
-
Uses of ImmutableConflictGraph in pl.poznan.put.structure.pseudoknots
Methods in pl.poznan.put.structure.pseudoknots that return ImmutableConflictGraphModifier and TypeMethodDescriptionImmutableConflictGraph.Builder.build()
Builds a newImmutableConflictGraph
.static ImmutableConflictGraph
ImmutableConflictGraph.copyOf
(ConflictGraph instance) Creates an immutable copy of aConflictGraph
value.static ImmutableConflictGraph
Construct a new immutableConflictGraph
instance.static ImmutableConflictGraph
Construct a new immutableConflictGraph
instance.final ImmutableConflictGraph
ImmutableConflictGraph.withRegions
(Iterable<? extends Region> elements) Copy the current immutable object with elements that replace the content ofregions
.final ImmutableConflictGraph
ImmutableConflictGraph.withRegions
(Region... elements) Copy the current immutable object with elements that replace the content ofregions
.