Uses of Interface
org.rcsb.cif.model.Block
| Package | Description |
|---|---|
| org.rcsb.cif.model | |
| org.rcsb.cif.model.binary | |
| org.rcsb.cif.model.builder | |
| org.rcsb.cif.model.text | |
| org.rcsb.cif.schema | |
| org.rcsb.cif.schema.core | |
| org.rcsb.cif.schema.mm |
-
Uses of Block in org.rcsb.cif.model
Methods in org.rcsb.cif.model that return Block Modifier and Type Method Description BlockBlockBuilder. build()Build this block as a detached instance.Methods in org.rcsb.cif.model that return types with arguments of type Block Modifier and Type Method Description default Stream<? extends Block>CifFile. blocks()Convenience method to access all blocks as Stream.List<? extends Block>CifFile. getBlocks()Access to all blocks of this file.List<Block>Block. getSaveFrames()All save frames associated to thisBlock.default Stream<Block>Block. saveFrames()Convenience method to traverse all save frames.Methods in org.rcsb.cif.model with parameters of type Block Modifier and Type Method Description CifFileBuilderCifFileBuilder. addBlock(Block block)Add a block to this builder. -
Uses of Block in org.rcsb.cif.model.binary
Classes in org.rcsb.cif.model.binary that implement Block Modifier and Type Class Description classBinaryBlockMethods in org.rcsb.cif.model.binary that return types with arguments of type Block Modifier and Type Method Description List<Block>BinaryFile. getBlocks()List<Block>BinaryBlock. getSaveFrames()Constructor parameters in org.rcsb.cif.model.binary with type arguments of type Block Constructor Description BinaryBlock(Map<String,Category> categories, String header, List<Block> saveFrames)BinaryFile(List<Block> blocks, String version, String encoder) -
Uses of Block in org.rcsb.cif.model.builder
Methods in org.rcsb.cif.model.builder that return Block Modifier and Type Method Description BlockBlockBuilderImpl. build()Methods in org.rcsb.cif.model.builder with parameters of type Block Modifier and Type Method Description CifFileBuilderCifFileBuilderImpl. addBlock(Block block) -
Uses of Block in org.rcsb.cif.model.text
Classes in org.rcsb.cif.model.text that implement Block Modifier and Type Class Description classTextBlockMethods in org.rcsb.cif.model.text that return types with arguments of type Block Modifier and Type Method Description List<Block>TextFile. getBlocks()List<Block>TextBlock. getSaveFrames() -
Uses of Block in org.rcsb.cif.schema
Classes in org.rcsb.cif.schema that implement Block Modifier and Type Class Description classDelegatingBlockFields in org.rcsb.cif.schema declared as Block Modifier and Type Field Description protected BlockDelegatingBlock. delegateMethods in org.rcsb.cif.schema that return types with arguments of type Block Modifier and Type Method Description List<Block>DelegatingBlock. getSaveFrames()Methods in org.rcsb.cif.schema with parameters of type Block Modifier and Type Method Description protected abstract BDelegatingCifFile. getTypedBlock(Block block)Constructors in org.rcsb.cif.schema with parameters of type Block Constructor Description DelegatingBlock(Block block) -
Uses of Block in org.rcsb.cif.schema.core
Classes in org.rcsb.cif.schema.core that implement Block Modifier and Type Class Description classCifCoreBlockMethods in org.rcsb.cif.schema.core with parameters of type Block Modifier and Type Method Description protected CifCoreBlockCifCoreFile. getTypedBlock(Block block)Constructors in org.rcsb.cif.schema.core with parameters of type Block Constructor Description CifCoreBlock(Block delegate) -
Uses of Block in org.rcsb.cif.schema.mm
Classes in org.rcsb.cif.schema.mm that implement Block Modifier and Type Class Description classMmCifBlockMethods in org.rcsb.cif.schema.mm with parameters of type Block Modifier and Type Method Description protected MmCifBlockMmCifFile. getTypedBlock(Block block)Constructors in org.rcsb.cif.schema.mm with parameters of type Block Constructor Description MmCifBlock(Block delegate)