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

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

Uses of Env in com.googlecode.sarasvati
 

Methods in com.googlecode.sarasvati that return Env
 Env GraphProcess.getEnv()
          Returns the environment for the process.
 Env NodeToken.getEnv()
          Returns the environment for just this token.
 Env NodeTokenSetMember.getEnv()
          Each TokenSet can set attributes specific to a given memberIndex.
 Env TokenSet.getEnv()
          A token set provides an environment into which attributes can be stored.
 Env NodeToken.getFullEnv()
          Returns the full environment.
 

Methods in com.googlecode.sarasvati with parameters of type Env
 void Engine.completeWithNewTokenSet(NodeToken token, String arcName, String tokenSetName, int numberOfTokens, boolean asynchronous, Env initialEnv, Map<String,List<?>> initialMemberEnv)
          Marks the given node token, creates new token set and generates the next set of arc tokens as members of that new token set.
 

Uses of Env in com.googlecode.sarasvati.env
 

Methods in com.googlecode.sarasvati.env with parameters of type Env
 void Env.importEnv(Env env)
          Copy all attributes from given env, including transient attributes.
 

Uses of Env in com.googlecode.sarasvati.hib
 

Methods in com.googlecode.sarasvati.hib that return Env
 Env HibGraphProcess.getEnv()
           
 Env HibNodeToken.getEnv()
           
 Env HibNodeTokenSetMember.getEnv()
           
 Env HibTokenSet.getEnv()
           
 Env HibNodeToken.getFullEnv()
           
 

Methods in com.googlecode.sarasvati.hib with parameters of type Env
 void HibGraphProcess.setEnv(Env env)
           
 

Uses of Env in com.googlecode.sarasvati.impl
 

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

Methods in com.googlecode.sarasvati.impl with parameters of type Env
 void BaseEngine.completeWithNewTokenSet(NodeToken token, String arcName, String tokenSetName, int numberOfTokens, boolean asynchronous, Env initialEnv, Map<String,List<?>> initialMemberEnv)
           
 void MapEnv.importEnv(Env env)
           
 void NestedEnv.importEnv(Env env)
          Imports the given env into the outer env
 void TokenSetMemberEnvAdapter.importEnv(Env env)
           
 

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

Uses of Env in com.googlecode.sarasvati.mem
 

Methods in com.googlecode.sarasvati.mem that return Env
 Env MemGraphProcess.getEnv()
           
 Env MemNodeToken.getEnv()
           
 Env MemNodeTokenSetMember.getEnv()
           
 Env MemTokenSet.getEnv()
           
 Env MemNodeToken.getFullEnv()