JML

Uses of Class
org.jmlspecs.samples.digraph.SearchableNode

Packages that use SearchableNode
org.jmlspecs.samples.digraph This package contains samples of JML specifications for directed graphs. 
 

Uses of SearchableNode in org.jmlspecs.samples.digraph
 

Fields in org.jmlspecs.samples.digraph declared as SearchableNode
private  SearchableNode SearchableDigraph_JML_TestData.startNode
           
private  SearchableNode SearchableNode.predecessor
           
 

Methods in org.jmlspecs.samples.digraph that return SearchableNode
 SearchableNode SearchableNode.getPredecessor()
           
 

Methods in org.jmlspecs.samples.digraph with parameters of type SearchableNode
protected  void SearchableNode.setPredecessor(SearchableNode p)
           
 void SearchableDigraph.DFSVisit(SearchableNode u)
           
 

Constructors in org.jmlspecs.samples.digraph with parameters of type SearchableNode
SearchableNode(Object v, int dT, int fT, SearchableNode pred, Color c)
           
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.