public abstract class AgentHelper extends Object
| Constructor and Description |
|---|
AgentHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Agent |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
Agent that) |
static Agent |
narrow(Object obj) |
static Agent |
read(InputStream istream) |
static TypeCode |
type() |
static Agent |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
Agent value) |
public static TypeCode type()
public static String id()
public static Agent read(InputStream istream)
public static void write(OutputStream ostream, Agent value)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.