Package | Description |
---|---|
org.jpc.examples.metro.model |
Abstract interfaces modelling the underground example.
|
org.jpc.examples.metro.model.hlapi |
A concrete implementation of the underground example using the JPC high-level API.
|
org.jpc.examples.metro.model.hlapi.converters |
JPC converters for the underground example.
|
org.jpc.examples.metro.model.llapi |
A concrete implementation of the underground example using the JPC low-level API.
|
Modifier and Type | Method and Description |
---|---|
Line |
MetroFactory.line(String name) |
Line |
Metro.line(String lineName) |
Modifier and Type | Method and Description |
---|---|
List<Line> |
Metro.lines() |
Modifier and Type | Method and Description |
---|---|
Station |
Station.connected(Line line) |
Modifier and Type | Class and Description |
---|---|
class |
LineHLApi |
Modifier and Type | Method and Description |
---|---|
Line |
MetroHLApi.line(String name) |
Line |
MetroFactoryHLApi.line(String name) |
Modifier and Type | Method and Description |
---|---|
List<Line> |
MetroHLApi.lines() |
Modifier and Type | Method and Description |
---|---|
Station |
StationHLApi.connected(Line line) |
Modifier and Type | Method and Description |
---|---|
Line |
LineConverter.fromTerm(Compound term,
Type type,
Jpc context) |
Modifier and Type | Method and Description |
---|---|
Compound |
LineConverter.toTerm(Line line,
Class<Compound> termClass,
Jpc context) |
Modifier and Type | Class and Description |
---|---|
class |
LineLLApi |
Modifier and Type | Method and Description |
---|---|
Line |
MetroLLApi.line(String name) |
Line |
MetroFactoryLLApi.line(String name) |
Modifier and Type | Method and Description |
---|---|
List<Line> |
MetroLLApi.lines() |
Modifier and Type | Method and Description |
---|---|
Station |
StationLLApi.connected(Line line) |
Copyright © 2014. All rights reserved.