Interface Attribute.GmlAttribute

    • Method Detail

      • isVisible

        default <N,​E> boolean isVisible​(@Nonnull
                                              GraphExporter.ExporterContext context)
        Description copied from interface: Attribute
        Returns whether this method is visible in the given context.
        Specified by:
        isVisible in interface Attribute
        Type Parameters:
        N - node type
        E - edge type
        Parameters:
        context - the exporter context of the exporter being used
        Returns:
        true if the attribute is semantic, false otherwise.