IMP logo
IMP Reference Guide  2.10.1
The Integrative Modeling Platform
IMP.pmi.topology.System Class Reference

This class initializes the root node of the global IMP.atom.Hierarchy. More...

Inherits _SystemBase.

Detailed Description

This class initializes the root node of the global IMP.atom.Hierarchy.

Note
This class is only available in Python.

Definition at line 111 of file pmi/topology/__init__.py.

Public Member Functions

def add_protocol_output
 Capture details of the modeling protocol. More...
 
def build
 Build all states. More...
 
def create_state
 Makes and returns a new IMP.pmi.topology.State in this system. More...
 
def get_number_of_states
 Returns the total number of states generated. More...
 

Member Function Documentation

def IMP.pmi.topology.System.add_protocol_output (   self,
  p 
)

Capture details of the modeling protocol.

Parameters
pan instance of IMP.pmi.output.ProtocolOutput or a subclass.

Definition at line 153 of file pmi/topology/__init__.py.

def IMP.pmi.topology.System.build (   self,
  kwargs 
)

Build all states.

Definition at line 145 of file pmi/topology/__init__.py.

def IMP.pmi.topology.System.create_state (   self)

Makes and returns a new IMP.pmi.topology.State in this system.

Definition at line 128 of file pmi/topology/__init__.py.

def IMP.pmi.topology.System.get_number_of_states (   self)

Returns the total number of states generated.

Definition at line 138 of file pmi/topology/__init__.py.


The documentation for this class was generated from the following file: