Uses of Interface
com.googlecode.sarasvati.env.ReadEnv

Packages that use ReadEnv
com.googlecode.sarasvati   
com.googlecode.sarasvati.env   
com.googlecode.sarasvati.hib   
com.googlecode.sarasvati.impl   
com.googlecode.sarasvati.mem   
 

Uses of ReadEnv in com.googlecode.sarasvati
 

Methods in com.googlecode.sarasvati that return ReadEnv
 ReadEnv External.getEnv()
          Returns the read-only state associated with this external.
 ReadEnv CustomNode.getExternalEnv()
           
 ReadEnv Node.getExternalEnv()
          Returns a read-only environment containing all attributes defined for all associated externals.
 

Uses of ReadEnv in com.googlecode.sarasvati.env
 

Subinterfaces of ReadEnv in com.googlecode.sarasvati.env
 interface Env
          Env extends ReadEnv to allow add/changed/removing attributes.
 

Uses of ReadEnv in com.googlecode.sarasvati.hib
 

Methods in com.googlecode.sarasvati.hib that return ReadEnv
 ReadEnv HibExternal.getEnv()
           
 ReadEnv HibNode.getExternalEnv()
           
 ReadEnv HibNodeRef.getExternalEnv()
           
 

Uses of ReadEnv in com.googlecode.sarasvati.impl
 

Classes in com.googlecode.sarasvati.impl that implement ReadEnv
 class MapEnv
          Implements Env using a Map
 class NestedEnv
           
 class NestedReadEnv
           
 class TokenSetMemberEnvAdapter
           
 

Constructors in com.googlecode.sarasvati.impl with parameters of type ReadEnv
NestedReadEnv(ReadEnv outerEnv, ReadEnv innerEnv)
           
 

Uses of ReadEnv in com.googlecode.sarasvati.mem
 

Methods in com.googlecode.sarasvati.mem that return ReadEnv
 ReadEnv MemExternal.getEnv()
           
 ReadEnv MemNode.getExternalEnv()
           
 

Constructors in com.googlecode.sarasvati.mem with parameters of type ReadEnv
MemExternal(String name, Graph graph, Graph externalGraph, ReadEnv env)