Interface GraphDao

  • All Known Implementing Classes:
    PropertiesGraphDao

    public interface GraphDao

    GraphDao interface.

    • Method Detail

      • findPrefabGraphTypeByName

        PrefabGraphType findPrefabGraphTypeByName​(java.lang.String name)

        findByName

        Parameters:
        name - a String object.
        Returns:
        a PrefabGraphType object.
      • findAdhocGraphTypeByName

        AdhocGraphType findAdhocGraphTypeByName​(java.lang.String name)

        findAdhocByName

        Parameters:
        name - a String object.
        Returns:
        a AdhocGraphType object.
      • getAllPrefabGraphs

        java.util.List<PrefabGraph> getAllPrefabGraphs()

        getAllPrefabGraphs

        Returns:
        a List object.
      • getPrefabGraph

        PrefabGraph getPrefabGraph​(java.lang.String name)

        getPrefabGraph

        Parameters:
        name - a String object.
        Returns:
        a PrefabGraph object.