|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.hsr.bieridee.utils.NodeUtil
public final class NodeUtil
Node utilities.
Method Summary | |
---|---|
static boolean |
checkNode(org.neo4j.graphdb.Node node,
java.lang.String expectedType)
Checks if a given node is valid in terms of type and availabiltiy. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean checkNode(org.neo4j.graphdb.Node node, java.lang.String expectedType) throws WrongNodeTypeException, org.neo4j.graphdb.NotFoundException
node
- The nodes to be checkedexpectedType
- The name of the expected node type
WrongNodeTypeException
- Thrown if the node is of the wrong type
org.neo4j.graphdb.NotFoundException
- Thrown if the node is not present/null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |