Uses of Class
pl.poznan.put.rna.ImmutableInteractionType
-
Packages that use ImmutableInteractionType Package Description pl.poznan.put.rna -
-
Uses of ImmutableInteractionType in pl.poznan.put.rna
Methods in pl.poznan.put.rna that return ImmutableInteractionType Modifier and Type Method Description ImmutableInteractionTypeImmutableInteractionType.Builder. build()Builds a newImmutableInteractionType.static ImmutableInteractionTypeImmutableInteractionType. copyOf(InteractionType instance)Creates an immutable copy of aInteractionTypevalue.ImmutableInteractionTypeImmutableInteractionType. withDescription(String value)Copy the current immutable object by setting a value for thedescriptionattribute.ImmutableInteractionTypeImmutableInteractionType. withIsPairing(boolean value)Copy the current immutable object by setting a value for theisPairingattribute.ImmutableInteractionTypeImmutableInteractionType. withLeft(NucleotideComponentType value)Copy the current immutable object by setting a value for theleftattribute.ImmutableInteractionTypeImmutableInteractionType. withRight(NucleotideComponentType value)Copy the current immutable object by setting a value for therightattribute.
-