Drools Workbench - Data Model API 6.2.1-SNAPSHOT

org.drools.workbench.models.datamodel.rule
Class FreeFormLine

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.FreeFormLine
All Implemented Interfaces:
IAction, IPattern

public class FreeFormLine
extends Object
implements IAction, IPattern

This is a free form line which will be rendered and displayed-as-is. Allows users to put anything in via guided editor. Use with caution.


Constructor Summary
FreeFormLine()
           
 
Method Summary
 boolean equals(Object o)
           
 String getText()
           
 int hashCode()
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeFormLine

public FreeFormLine()
Method Detail

getText

public String getText()

setText

public void setText(String text)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Drools Workbench - Data Model API 6.2.1-SNAPSHOT

Copyright © 2001-2016 JBoss by Red Hat. All Rights Reserved.