public class TypeOneParticipant extends Type {
public TypeOneParticipant() throws MissingOperandException, WrongOperandsNumberException {
super(new Commitment[]{
new Commitment(CNPArtifact.PARTICIPANT_ROLE, CNPArtifact.INITIATOR_ROLE, "accept", new CompositeExpression(
LogicalOperatorType.OR, new Fact("done"), new Fact("failure")))
});
}