pl.psnc.expres.wfm.model.factory
Class LinkFactory
java.lang.Object
pl.psnc.expres.wfm.model.factory.LinkFactory
public class LinkFactory
- extends Object
Factory class for retrieving resources links definition
- Author:
- Dominik Stoklosa (~osa~)
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 |
LinkFactory
public LinkFactory()
canConnect
public static boolean canConnect(int source,
int dest)
throws ResourceNotFoundException
- Check whether two resources can be connected (by link)
- Parameters:
source
- resource source identifierdest
- resource target identifier
- Returns:
true
if resources can be connected, false
otherwise
- Throws:
ResourceNotFoundException
Copyright 2003 by VLAB Dominik Stoklosa.