Uses of Class
infer.Component

Packages that use Component
infer Provides MLN inference algorithms. 
 

Uses of Component in infer
 

Fields in infer declared as Component
 Component Partition.parentComponent
           
 

Methods in infer that return Component
 Component PartMap.getCompByID(int id)
           
 Component PartMap.getCompByPartID(int pid)
           
protected  Component PartInfer.getLargestComponent()
          Deprecated. Get the largest component.
 Component MZone.getTask()
          Get next unprocessed task (i.e., component)
 

Methods in infer with parameters of type Component
 void MZone.addComponent(Component c)
          Add a component to this zone.
 int Component.compareTo(Component c)
           
 

Constructors in infer with parameters of type Component
MZone(RDB db, PartMap pmap, Component comp, java.util.ArrayList<Partition> parts)
          Construct a memory zone to hold a number of partitions in a certain component.
 

Constructor parameters in infer with type arguments of type Component
MZone(RDB db, PartMap pmap, java.util.ArrayList<Component> comps)
          Construct a memory zone to hold a number of components.
PartMap(java.util.ArrayList<Component> comps)