The Meta-Environment API

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

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

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

Fields in nl.cwi.sen1.modulemanager.model with type parameters of type AttributeUpdateRule
private  java.util.Map<aterm.ATerm,AttributeUpdateRule> AttributeUpdateRuleMap.map
           
 

Methods in nl.cwi.sen1.modulemanager.model that return AttributeUpdateRule
private  AttributeUpdateRule AttributeUpdateRuleMap.makeInheritedAttribute(aterm.ATerm namespace, aterm.ATerm key, aterm.ATerm rule, aterm.ATerm predicateValue)
           
 AttributeUpdateRule AttributeUpdateRuleMap.put(aterm.ATerm namespace, aterm.ATerm key, aterm.ATerm rule, aterm.ATerm predicateValue)
           
 

Methods in nl.cwi.sen1.modulemanager.model that return types with arguments of type AttributeUpdateRule
 java.util.Iterator<AttributeUpdateRule> AttributeUpdateRuleMap.iterator()
           
 

Methods in nl.cwi.sen1.modulemanager.model with parameters of type AttributeUpdateRule
private  void ModuleDatabase.propagate(AttributeUpdateRule rule, nl.cwi.sen1.moduleapi.types.ModuleId id)
           
 


The Meta-Environment API