public interface S8WebFront
Main interface representing the front.
- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptioncreateVertex(String typeName, S8WebObject object) Create a vertex to be used forS8WebObject.
-
Method Details
-
createVertex
Create a vertex to be used forS8WebObject. Vertices form a graph representing the front side.- Parameters:
typeName- the type nameobject- the object to be attached to this vertex- Returns:
- the vertex
-