Package org.jboss.util.graph

Examples of org.jboss.util.graph.Visitor


/* 90 */     return new ValueVertex(value);
/*    */   }
/*    */
/*    */   public Visitor<String> visitor()
/*    */   {
/* 95 */     return new Visitor()
/*    */     {
/*    */       public void visit(Graph<String> g, Vertex<String> v)
/*    */       {
/* 99 */         if (DefaultVertexFactory.this.logger.isTraceEnabled())
/* 100 */           DefaultVertexFactory.this.logger.trace(v);
View Full Code Here

TOP

Related Classes of org.jboss.util.graph.Visitor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.