Package | Description |
---|---|
org.overlord.rtgov.epn | |
org.overlord.rtgov.epn.validation |
Modifier and Type | Method and Description |
---|---|
protected EPNValidationListener |
AbstractEPNManager.getValidationListener()
This method returns the validation listener.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
EPNValidator.checkCyclicDependency(Network epn,
List<String> path,
String node,
EPNValidationListener l)
This method determines whether there is a cyclic dependency.
|
static boolean |
EPNValidator.validate(Network epn,
EPNValidationListener l)
This method validates the supplied network and
returns results via a supplied listener.
|
protected static boolean |
EPNValidator.validateNetwork(Network epn,
EPNValidationListener l)
This method validates the network.
|
protected static boolean |
EPNValidator.validateNodes(Network epn,
EPNValidationListener l)
This method validates the network nodes.
|
protected static boolean |
EPNValidator.validateNotifications(Network epn,
Node node,
EPNValidationListener l)
This method validates the notifications associated with the supplied network
and node.
|
protected static boolean |
EPNValidator.validateSubscriptions(Network epn,
EPNValidationListener l)
This method validates the network subscriptions.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.