org.oXML.type
Interface Module

All Known Implementing Classes:
CoreModule

public interface Module


Method Summary
 Function getFunction(Name name, Type[] args)
           
 Functions getFunctions()
           
 Type getType(Name name)
           
 java.util.Map getTypes()
           
 

Method Detail

getType

public Type getType(Name name)

getFunction

public Function getFunction(Name name,
                            Type[] args)

getFunctions

public Functions getFunctions()

getTypes

public java.util.Map getTypes()