public static interface StructureParser.LocalSourceStep
| Modifier and Type | Method and Description |
|---|---|
StructureParser.SingleBranchStep |
file(File file)
The file to parse.
|
StructureParser.SingleBranchStep |
fileLocation(String location)
The location of a file as a sting.
|
StructureParser.MultiBranchStep |
fileLocations(List<String> targetStructures)
The location of files as strings.
|
StructureParser.MultiBranchStep |
files(List<File> files)
The files to parse.
|
StructureParser.SingleBranchStep |
inputStream(InputStream inputStream)
Parses a structure from an input stream of a pdb file.
|
StructureParser.AdditionalLocalSourceStep |
localPDB(StructureParser.LocalPDB localPDB)
The location of a local PDB installation.
|
StructureParser.MultiBranchStep |
localPDB(StructureParser.LocalPDB localPDB,
List<String> pdbIdentifiers)
The location of a local PDB installation in addition to a list of structures, that are to be parsed.
|
StructureParser.SingleBranchStep |
localPDB(StructureParser.LocalPDB localPDB,
String pdbIdentifier)
The location of a local PDB installation in addition to the structure, that is to be parsed.
|
StructureParser.SingleBranchStep |
path(Path path)
The path to parse.
|
StructureParser.MultiBranchStep |
paths(List<Path> paths)
The paths to parse.
|
StructureParser.SingleBranchStep file(File file)
file - The file.StructureParser.MultiBranchStep files(List<File> files)
files - The files.StructureParser.SingleBranchStep path(Path path)
path - The path.StructureParser.MultiBranchStep paths(List<Path> paths)
paths - The paths.StructureParser.AdditionalLocalSourceStep localPDB(StructureParser.LocalPDB localPDB)
localPDB - The local pdb.StructureParser.SingleBranchStep localPDB(StructureParser.LocalPDB localPDB, String pdbIdentifier)
localPDB - The local pdb.pdbIdentifier - The PDB identifier.StructureParser.MultiBranchStep localPDB(StructureParser.LocalPDB localPDB, List<String> pdbIdentifiers)
localPDB - The local pdb.pdbIdentifiers - The PDB identifiers.StructureParser.SingleBranchStep fileLocation(String location)
location - The location.StructureParser.MultiBranchStep fileLocations(List<String> targetStructures)
targetStructures - The locationsStructureParser.SingleBranchStep inputStream(InputStream inputStream)
inputStream - The input stream of a pdb file.Copyright © 2018. All rights reserved.