edu.ucla.belief.io.dsl
Class DSLSubmodelFactory

Object
  extended by DSLSubmodelFactory

public class DSLSubmodelFactory
extends Object

Since:
041902
Author:
Keith Cascio

Field Summary
static int HANDLE_MAIN
           
 DSLSubmodel MAIN
           
 
Constructor Summary
DSLSubmodelFactory()
           
 
Method Summary
 DSLSubmodel forHandle(int handle)
           
 Iterator getAllSubmodels()
           
 int getNumSubmodels()
           
 void setMain(DSLSubmodel newMain)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HANDLE_MAIN

public static final int HANDLE_MAIN
See Also:
Constant Field Values

MAIN

public DSLSubmodel MAIN
Constructor Detail

DSLSubmodelFactory

public DSLSubmodelFactory()
Method Detail

setMain

public void setMain(DSLSubmodel newMain)

getAllSubmodels

public Iterator getAllSubmodels()

getNumSubmodels

public int getNumSubmodels()

forHandle

public DSLSubmodel forHandle(int handle)


Copyright 2010 UCLA Automated Reasoning Group