edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.molscope.molecule
/
ChainMap
Chain
Map
class
ChainMap
:
Bijection
<
Polymer.Chain
>
Content copied to clipboard
Functions
Functions
add
Link copied to clipboard
fun
add
(
a
:
Polymer.Chain
,
b
:
Polymer.Chain
)
Content copied to clipboard
add
All
Link copied to clipboard
fun
addAll
(
other
:
Bijection
<
Polymer.Chain
>
)
Content copied to clipboard
get
A
Link copied to clipboard
fun
getA
(
b
:
Polymer.Chain
)
:
Polymer.Chain
?
Content copied to clipboard
get
AOr
Throw
Link copied to clipboard
fun
getAOrThrow
(
b
:
Polymer.Chain
)
:
Polymer.Chain
Content copied to clipboard
get
B
Link copied to clipboard
fun
getB
(
a
:
Polymer.Chain
)
:
Polymer.Chain
?
Content copied to clipboard
get
BOr
Throw
Link copied to clipboard
fun
getBOrThrow
(
a
:
Polymer.Chain
)
:
Polymer.Chain
Content copied to clipboard
remove
A
Link copied to clipboard
fun
removeA
(
a
:
Polymer.Chain
)
:
Boolean
Content copied to clipboard
remove
AOr
Throw
Link copied to clipboard
fun
removeAOrThrow
(
a
:
Polymer.Chain
)
Content copied to clipboard
remove
B
Link copied to clipboard
fun
removeB
(
b
:
Polymer.Chain
)
:
Boolean
Content copied to clipboard
remove
BOr
Throw
Link copied to clipboard
fun
removeBOrThrow
(
b
:
Polymer.Chain
)
Content copied to clipboard