org.drools.workbench.screens.drltext.model
Class DrlModelContent
java.lang.Object
org.drools.workbench.screens.drltext.model.DrlModelContent
@Portable
public class DrlModelContent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrlModelContent
public DrlModelContent()
DrlModelContent
public DrlModelContent(String drl,
List<String> fullyQualifiedClassNames,
List<org.drools.workbench.models.datamodel.rule.DSLSentence> dslConditions,
List<org.drools.workbench.models.datamodel.rule.DSLSentence> dslActions)
getDrl
public String getDrl()
getFullyQualifiedClassNames
public List<String> getFullyQualifiedClassNames()
getDslConditions
public List<org.drools.workbench.models.datamodel.rule.DSLSentence> getDslConditions()
getDslActions
public List<org.drools.workbench.models.datamodel.rule.DSLSentence> getDslActions()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.