Uses of Class
net.sf.bddbddb.order.EpisodeCollection.Episode

Packages that use EpisodeCollection.Episode
net.sf.bddbddb   
net.sf.bddbddb.order   
 

Uses of EpisodeCollection.Episode in net.sf.bddbddb
 

Methods in net.sf.bddbddb that return EpisodeCollection.Episode
 EpisodeCollection.Episode FindBestDomainOrder.getNewEpisode(BDDInferenceRule rule, int opNumber, long timeStamp, boolean newCollection)
          Starts a new trial collection and returns it.
 

Methods in net.sf.bddbddb with parameters of type EpisodeCollection.Episode
 TrialGuess FindBestDomainOrder.tryNewGoodOrder(EpisodeCollection.Episode ep, java.util.List allVars, InferenceRule ir, int opNum, boolean returnBest)
           
 

Uses of EpisodeCollection.Episode in net.sf.bddbddb.order
 

Fields in net.sf.bddbddb.order declared as EpisodeCollection.Episode
 EpisodeCollection.Episode TrialInfo.episode
          Collection that contains this trial.
 

Methods in net.sf.bddbddb.order that return EpisodeCollection.Episode
static EpisodeCollection.Episode EpisodeCollection.episodeFromXMLElement(org.jdom.Element elem1, java.util.Map nameToVar, EpisodeCollection tc)
           
 EpisodeCollection.Episode EpisodeCollection.getCurrEpisode()
           
 EpisodeCollection.Episode EpisodeCollection.startNewEpisode(long timestamp)
           
 

Methods in net.sf.bddbddb.order with parameters of type EpisodeCollection.Episode
static TrialInfo TrialInfo.fromXMLElement(org.jdom.Element e, java.util.Map nameToVar, EpisodeCollection.Episode ep)
           
 

Constructors in net.sf.bddbddb.order with parameters of type EpisodeCollection.Episode
TrialInfo(Order o, TrialPrediction p, long c, EpisodeCollection.Episode ep, long timestamp)
          Construct a new TrialInfo.
 



Copyright © 2004-2008 Stanford SUIF Compiler Group. All Rights Reserved.