Module com.s8.api

Interface S8WebFront


public interface S8WebFront
Main interface representing the front.
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
  • Method Details

    • createVertex

      S8WebVertex createVertex(String typeName, S8WebObject object)
      Create a vertex to be used for S8WebObject. Vertices form a graph representing the front side.
      Parameters:
      typeName - the type name
      object - the object to be attached to this vertex
      Returns:
      the vertex