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

io.legaldocml.akn.attribute.VoteAtts Maven / Gradle / Ivy

The newest version!
package io.legaldocml.akn.attribute;

import io.legaldocml.akn.type.VoteRef;

/**
 * The attributes in voteAtts are used in votes to identify agents and choices in votes. In particular, attribute 'by'
 * identifies the voter, optional attribute 'as' identifies the role under which the voter is acting, optional attribute
 * 'choice' specifies the vote that was casted.
 *
 * ```xml
 * 
 *   
 *   
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface VoteAtts extends Role, Agent {

    VoteRef getChoice();

    void setChoice(VoteRef choice);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy