public class DiphoneUnit extends Unit
| Constructor and Description |
|---|
DiphoneUnit(Unit left,
Unit right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
inspired by http://www.artima.com/lejava/articles/equality.html
|
int |
getIndex() |
int |
hashCode()
inspired by http://www.artima.com/lejava/articles/equality.html
|
boolean |
isEdgeUnit()
Determine whether the unit is an "edge" unit, i.e.
|
String |
toString() |
public int getIndex()
public boolean isEdgeUnit()
UnitisEdgeUnit in class Unitpublic boolean equals(Object other)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.