public abstract class Rule extends Entity
| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
abstract Predicate |
getPredicate() |
Rule |
setId(String id) |
abstract Rule |
setPredicate(Predicate predicate) |
getLocator, setLocatorpublic String getId()
getId in interface HasIdgetId in class Entitynull.UnsupportedOperationException - If the id attribute is not supported.public Rule setId(String id)
setId in interface HasIdsetId in class EntityUnsupportedOperationException - If the id attribute is not supported.public abstract Predicate getPredicate()
Copyright © 2015 University of Tartu. All Rights Reserved.