public class FunctionalSet extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
elideLeftMost() |
void |
elideRightMost() |
boolean |
formIdentical() |
ElementCategory |
getCategory() |
List<NLGElement> |
getComponents() |
DiscourseFunction |
getFunction() |
Periphery |
getPeriphery() |
boolean |
lemmaIdentical() |
static FunctionalSet |
newInstance(DiscourseFunction func,
ElementCategory category,
Periphery periphery,
NLGElement... components) |
String |
toString() |
public static FunctionalSet newInstance(DiscourseFunction func, ElementCategory category, Periphery periphery, NLGElement... components)
public boolean formIdentical()
public boolean lemmaIdentical()
public void elideLeftMost()
public void elideRightMost()
public DiscourseFunction getFunction()
public ElementCategory getCategory()
public Periphery getPeriphery()
public List<NLGElement> getComponents()
Copyright © 2020. All Rights Reserved.