}
// See if we got a DirectionType to use
org.openbel.framework.api.EdgeDirectionType direction =
null;
EdgeDirectionType edgeDirectionType = request.getDirection();
if (null != edgeDirectionType) {
direction = convert(edgeDirectionType);
}
// Get the real Kam from the KamCache