Uses of Class
edu.sdsc.mbt.StructureComponentRelation

Packages that use StructureComponentRelation
edu.sdsc.mbt   
edu.sdsc.mbt.filters This package provides classes which enable filtering or subsetting of a structure's constituent components. 
 

Uses of StructureComponentRelation in edu.sdsc.mbt
 

Subclasses of StructureComponentRelation in edu.sdsc.mbt
 class Relation_Conformation_Atom
          This class represents a relationship between the Conformation and the Atom StructureComponent class.
 

Methods in edu.sdsc.mbt that return StructureComponentRelation
static StructureComponentRelation StructureComponentRegistry.getRelation(java.lang.String name)
          Get an existing StructureComponent relation.
 

Methods in edu.sdsc.mbt with parameters of type StructureComponentRelation
static void StructureComponentRegistry.addRelation(StructureComponentRelation relation)
          Register a new StructureComponent relation.
 

Uses of StructureComponentRelation in edu.sdsc.mbt.filters
 

Constructors in edu.sdsc.mbt.filters with parameters of type StructureComponentRelation
RelationFilter(StructureComponentRelation relation, StructureComponent subject)
          Constructs a RelationFilter for the given StructureComponentRelation instance and StructureComponent subject parameters.