public class Semantics extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Semantics.Semantic |
| Modifier and Type | Field and Description |
|---|---|
int |
globalCount |
Map<String,Semantics.Semantic> |
semantics |
| Constructor and Description |
|---|
Semantics() |
| Modifier and Type | Method and Description |
|---|---|
static String |
combineSymbol(Semantics.Semantic left,
Semantics.Semantic right) |
int |
getGlobalCount() |
Semantics.Semantic |
observe(Knots.Knot left,
Knots.Knot right) |
Semantics.Semantic |
observe(String symbol) |
Knots |
parseText(String text) |
Semantics.Semantic |
test(Knots.Knot left,
Knots.Knot right) |
public Map<String,Semantics.Semantic> semantics
public int globalCount
public static String combineSymbol(Semantics.Semantic left, Semantics.Semantic right)
public int getGlobalCount()
public Semantics.Semantic observe(String symbol)
public Semantics.Semantic observe(Knots.Knot left, Knots.Knot right)
public Semantics.Semantic test(Knots.Knot left, Knots.Knot right)
Copyright © 2014 Intersult GmbH. All rights reserved.