public interface

IS7BlocksManager

com.pnfsoftware.jeb.core.units.code.simatic.IS7BlocksManager
Known Indirect Subclasses

Class Overview

A manager of S7 blocks.

Summary

Public Methods
abstract IS7Block findBlock(S7.BlockType type, int number)
Find a block.
abstract String getBlockEntryName(IS7Block blk)
Retrieve the optional entry name (e.g.
abstract List<IS7Block> getBlocks()
Retrieve a read-only list of S7 blocks managed by this object.

Public Methods

public abstract IS7Block findBlock (S7.BlockType type, int number)

Find a block.

public abstract String getBlockEntryName (IS7Block blk)

Retrieve the optional entry name (e.g. file name or path name) name associated with a block.

Parameters
blk a block
Returns
  • optional string or path

public abstract List<IS7Block> getBlocks ()

Retrieve a read-only list of S7 blocks managed by this object.

Returns
  • list of blocks