}
// Javadoc inherited.
public void endType() {
Graph graph = currentGraphBuilder.getCompletedGraph();
getCurrentTypeIdentifierBuilder().setGraph(graph);
resourceIdentifierBuilder.addTypeIdentifier(
getCurrentTypeIdentifierBuilder().getCompletedTypeIdentifier());
resetCurrentTypeIdentifier();
}