Package org.drools.spring.metadata

Examples of org.drools.spring.metadata.KnowledgeHelperArgumentMetadata.createArgument()


    public void testCreate() throws Exception {
        Rule rule = new Rule("for-test");
        KnowledgeHelperArgumentMetadata metadata = new KnowledgeHelperArgumentMetadata();

        Argument argument = metadata.createArgument(rule);

        assertTrue(argument instanceof KnowledgeHelperArgument);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.