Uses of Class
org.praxislive.project.GraphElement.Root
-
Uses of GraphElement.Root in org.praxislive.project
Methods in org.praxislive.project that return GraphElement.RootModifier and TypeMethodDescriptionGraphBuilder.Root.build()Build a root element from this builder.GraphModel.root()Access the root of the element tree.Methods in org.praxislive.project with parameters of type GraphElement.RootModifier and TypeMethodDescriptionstatic GraphModelGraphModel.of(GraphElement.Root root) Create a graph model of the provided root element.static GraphModelGraphModel.of(GraphElement.Root root, URI context) Create a graph model of the provided root element and context.static GraphBuilder.RootGraphBuilder.root(GraphElement.Root root) Create a root element builder initialized with the ID, type and sub-elements of the provided root element.