Log4j 0.9d

pl.psnc.expres.wfm.model.factory
Class LinkFactory

java.lang.Object
  extended by pl.psnc.expres.wfm.model.factory.LinkFactory

public class LinkFactory
extends Object

Factory class for retrieving resources links definition

Author:
Dominik Stoklosa (~osa~)

Constructor Summary
LinkFactory()
           
 
Method Summary
static boolean canConnect(int source, int dest)
          Check whether two resources can be connected (by link)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkFactory

public LinkFactory()
Method Detail

canConnect

public static boolean canConnect(int source,
                                 int dest)
                          throws ResourceNotFoundException
Check whether two resources can be connected (by link)

Parameters:
source - resource source identifier
dest - resource target identifier
Returns:
true if resources can be connected, false otherwise
Throws:
ResourceNotFoundException

Log4j 0.9d

Copyright 2003 by VLAB Dominik Stoklosa.