The Meta-Environment API

Uses of Class
nl.cwi.sen1.modulemanager.model.AttributeTable

Packages that use AttributeTable
nl.cwi.sen1.modulemanager.model   
 

Uses of AttributeTable in nl.cwi.sen1.modulemanager.model
 

Fields in nl.cwi.sen1.modulemanager.model with type parameters of type AttributeTable
private  java.util.Map<aterm.ATerm,AttributeTable> Module.attributes
           
private  java.util.Map<aterm.ATerm,AttributeTable> Module.predicates
           
 

Methods in nl.cwi.sen1.modulemanager.model that return AttributeTable
 AttributeTable Module.getAttributes(aterm.ATerm namespace)
           
 AttributeTable Module.getPredicates(aterm.ATerm namespace)
           
private  AttributeTable Module.getPredicateTable(aterm.ATerm namespace)
           
private  AttributeTable Module.getTable(aterm.ATerm namespace)
           
 

Methods in nl.cwi.sen1.modulemanager.model with parameters of type AttributeTable
 void AttributeTable.addEntries(AttributeTable table)
           
 


The Meta-Environment API