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

org.bidib.wizard.api.model.InterfaceNodeInterface Maven / Gradle / Ivy

The newest version!
package org.bidib.wizard.api.model;

public interface InterfaceNodeInterface {
    /**
     * Get the wrapped node.
     * 
     * @return the node
     */
    NodeInterface getNode();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy