| Constructor and Description |
|---|
Semantics.Semantic(Semantics.Semantic left,
Semantics.Semantic right) |
Semantics.Semantic(String symbol) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
double |
getEvidence() |
Semantics.Semantic |
getLeft() |
Semantics.Semantic |
getRight() |
String |
getSymbol() |
void |
increase() |
boolean |
isTerminal() |
String |
toString() |
public Semantics.Semantic(String symbol)
public Semantics.Semantic(Semantics.Semantic left, Semantics.Semantic right)
public Semantics.Semantic getLeft()
public Semantics.Semantic getRight()
public String getSymbol()
public int getCount()
public void increase()
public boolean isTerminal()
public double getEvidence()
Copyright © 2014 Intersult GmbH. All rights reserved.