Uses of Interface
org.rcsb.cif.model.Block
-
Packages that use Block Package Description org.rcsb.cif.model org.rcsb.cif.model.builder -
-
Uses of Block in org.rcsb.cif.model
Classes in org.rcsb.cif.model that implement Block Modifier and Type Class Description classBaseBlockMethods in org.rcsb.cif.model that return Block Modifier and Type Method Description default BlockCifFile. getFirstBlock()Convenience method to access the first block.Methods in org.rcsb.cif.model that return types with arguments of type Block Modifier and Type Method Description default Stream<Block>CifFile. blocks()Convenience method to access all blocks as Stream.List<Block>BinaryFile. getBlocks()List<Block>CifFile. getBlocks()Access to all blocks of this file.List<Block>TextFile. getBlocks()List<Block>BaseBlock. getSaveFrames()List<Block>Block. getSaveFrames()All save frames associated to thisBlock.default Stream<Block>Block. saveFrames()Convenience method to traverse all save frames.Constructor parameters in org.rcsb.cif.model with type arguments of type Block Constructor Description BaseBlock(Map<String,Category> categories, String header, List<Block> saveFrames)BinaryFile(List<Block> blocks, String version, String encoder)TextFile(List<Block> blocks) -
Uses of Block in org.rcsb.cif.model.builder
Methods in org.rcsb.cif.model.builder that return Block Modifier and Type Method Description BlockBlockBuilder. build()Process all stored information and release aBlockinstance.Methods in org.rcsb.cif.model.builder with parameters of type Block Modifier and Type Method Description CifBuilderCifBuilder. addBlock(Block block)Add an arbitrary block and make this builder aware of it.
-