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 |
---|---|
Metro |
MetroFactory.metro() |
Modifier and Type | Class and Description |
---|---|
class |
MetroHLApi |
Modifier and Type | Method and Description |
---|---|
Metro |
MetroFactoryHLApi.metro() |
Modifier and Type | Method and Description |
---|---|
Metro |
MetroConverter.fromTerm(Atom term,
Type type,
Jpc context) |
Modifier and Type | Method and Description |
---|---|
Atom |
MetroConverter.toTerm(Metro metro,
Class<Atom> termClass,
Jpc context) |
Modifier and Type | Class and Description |
---|---|
class |
MetroLLApi |
Modifier and Type | Method and Description |
---|---|
Metro |
MetroFactoryLLApi.metro() |
Copyright © 2014. All rights reserved.