All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gempukku.libgdx.graph.pipeline.PipelinePropertySource Maven / Gradle / Ivy

package com.gempukku.libgdx.graph.pipeline;

public interface PipelinePropertySource {
    PipelineProperty getPipelineProperty(String property);

    boolean hasPipelineProperty(String property);

    Iterable getProperties();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy