edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.service.services
/
ProtonateRequest
Protonate
Request
data
class
ProtonateRequest
(
mol2
:
String
,
atomName
:
String
,
atomType
:
String
,
bonds
:
List
<
ProtonateRequest.Bond
>
,
hydrogens
:
List
<
ProtonateRequest.Hydrogen
>
)
Content copied to clipboard
Types
Properties
Types
Bond
Link copied to clipboard
data
class
Bond
(
atomName
:
String
,
atomType
:
String
,
bondType
:
String
)
Content copied to clipboard
Hydrogen
Link copied to clipboard
data
class
Hydrogen
(
atomName
:
String
,
atomType
:
String
)
Content copied to clipboard
Properties
atomName
Link copied to clipboard
val
atomName
:
String
Content copied to clipboard
atomType
Link copied to clipboard
val
atomType
:
String
Content copied to clipboard
bonds
Link copied to clipboard
val
bonds
:
List
<
ProtonateRequest.Bond
>
Content copied to clipboard
hydrogens
Link copied to clipboard
val
hydrogens
:
List
<
ProtonateRequest.Hydrogen
>
Content copied to clipboard
mol2
Link copied to clipboard
val
mol2
:
String
Content copied to clipboard