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

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

There is a newer version: 2.0.29
Show newest version
package org.bidib.wizard.api.model;

public interface OccupancyNodeInterface {

    /**
     * Get the wrapped node.
     * 
     * @return the node
     */
    NodeInterface getNode();

    /**
     * Get the number of feedback ports on this node.
     * 
     * @return number of feedback ports
     */
    int getFeedbackPortCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy