com.vinculumtech.carrierwave.plan
Class ImageableGraphNodeHelper

java.lang.Object
  extended bycom.vinculumtech.carrierwave.plan.ImageableGraphNodeHelper

public final class ImageableGraphNodeHelper
extends java.lang.Object

Version:
$Id: //depot/carrierwave/src/server/com/vinculumtech/carrierwave/plan/ImageableGraphNodeHelper.java#3 $

Method Summary
static GraphNode findPeerNodeFor(GraphNodeSet graphNodeSet, Imageable imageable)
           
static java.lang.Class getImageableClassFor(java.lang.String typeName)
           
static boolean isOfThisType(GraphNode graphNode, Imageable imageable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isOfThisType

public static final boolean isOfThisType(GraphNode graphNode,
                                         Imageable imageable)
                                  throws GraphException
Parameters:
imageable -
Returns:
true if the given Imageable instance is assignable to the type this GraphNode instance represents
Throws:
GraphException

getImageableClassFor

public static java.lang.Class getImageableClassFor(java.lang.String typeName)
                                            throws GraphException
Throws:
GraphException

findPeerNodeFor

public static final GraphNode findPeerNodeFor(GraphNodeSet graphNodeSet,
                                              Imageable imageable)
                                       throws GraphException
Throws:
GraphException


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.