public abstract class AbstractScore extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractScore.ScoreBuilder<T extends AbstractScore>
Score builder for subclasses of
AbstractScore. |
| Modifier and Type | Method and Description |
|---|---|
Grain |
getGrain(String name)
Returns grain by its name.
|
Map<String,Grain> |
getGrains()
Returns an unmodifiable grain set.
|
abstract IdentifierParser |
getIdentifierParser()
Returns identifier parser.
|
abstract String |
getSysSchemaName()
Returns system schema name.
|
public Grain getGrain(String name) throws ParseException
name - Grain name.ParseException - If grain name is unknown to the system.public abstract String getSysSchemaName()
public abstract IdentifierParser getIdentifierParser()
Copyright © 2020 CURS. All rights reserved.