} else if (LDP.Resource.stringValue().equals(href)) {
log.debug("LDPC Interaction Model detected");
return InteractionModel.LDPC;
} else {
log.debug("Invalid/Unknown LDP Interaction Model: {}", href);
throw new InvalidInteractionModelException(href);
}
}
}
log.debug("No LDP Interaction Model specified, defaulting to {}", InteractionModel.LDPC);
// Default Interaction Model is LDPC