Modifier and Type | Method and Description |
---|---|
void |
IPopulationLoader.load() |
void |
IPopulationLoader.serialize() |
void |
IPopulationLoader.serialize(IChangeLog changeLog) |
Modifier and Type | Method and Description |
---|---|
Object |
LOAD.call_function(String function_name,
Object... args)
Invoke an xtUML domain function in the same component which originally
created the instance of
LOAD . |
Object |
LOAD.create(String key_letters)
Create an xtUML class instance.
|
void |
LOAD.load(String java_class,
String[] args)
Create a new loader with a given set of arguments and kick off the
loading process.
|
void |
LOAD.relate_using(Object form,
Object part,
Object link,
int rel_num,
String phrase)
Relate three xtUML instances together across the given associative
relationship.
|
void |
LOAD.relate(Object form,
Object part,
int rel_num,
String phrase)
Relate two xtUML instances together across the given relationship.
|
void |
LOAD.set_attribute(Object instance,
String attribute_name,
Object value)
Set the value of an attribute on an instance of an xtUML class.
|
Modifier and Type | Method and Description |
---|---|
Object |
LOADImpl.call_function(String function_name,
Object... args) |
Object |
LOADImpl.create(String key_letters) |
void |
LOADImpl.load(String java_class,
String[] args) |
void |
LOADImpl.relate_using(Object form,
Object part,
Object link,
int rel_num,
String phrase) |
void |
LOADImpl.relate(Object form,
Object part,
int rel_num,
String phrase) |
void |
LOADImpl.set_attribute(Object instance,
String attribute_name,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
ISqlLoader.batchRelate() |
void |
ISqlLoader.insert(String tableName,
List<Object> values) |
void |
SqlLoader.load() |
void |
SqlLoader.serialize(IChangeLog changeLog) |
Modifier and Type | Method and Description |
---|---|
void |
SQL.load_file(String file)
Load an instance population from a file specified by
file . |
void |
SQL.load()
Load an instance population from the standard input stream.
|
void |
SQL.serialize_file(String file)
Dump an instance population to a file specified by
file . |
void |
SQL.serialize()
Dump an instance population to the standard output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLImpl.load_file(String file) |
void |
SQLImpl.load() |
void |
SQLImpl.serialize_file(String file) |
void |
SQLImpl.serialize() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultExceptionHandler.handle(XtumlException e) |
void |
IExceptionHandler.handle(XtumlException e) |
Modifier and Type | Method and Description |
---|---|
void |
IApplicationTask.run() |
Modifier and Type | Method and Description |
---|---|
void |
HaltExecutionTask.run() |
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.accept(IEvent event) |
boolean |
IInstancePopulation.addInstance(IModelInstance<?,?> instance) |
void |
ModelInstance.checkLiving() |
void |
IModelInstance.checkLiving() |
void |
ModelInstance.delete() |
void |
IModelInstance.delete() |
IRelationship |
IRelationshipSet.get(UniqueId form,
UniqueId part) |
IRelationship |
RelationshipSet.get(UniqueId form,
UniqueId part) |
E |
IInstanceSet.getById1(IInstanceIdentifier id1) |
E |
InstanceSet.getById1(IInstanceIdentifier id1) |
E |
IInstanceSet.getById2(IInstanceIdentifier id2) |
E |
InstanceSet.getById2(IInstanceIdentifier id2) |
E |
IInstanceSet.getById3(IInstanceIdentifier id3) |
E |
InstanceSet.getById3(IInstanceIdentifier id3) |
E |
IInstanceSet.getByInstanceId(UniqueId instanceId) |
E |
InstanceSet.getByInstanceId(UniqueId instanceId) |
int |
ModelInstance.getCurrentState() |
IRelationshipSet |
IRelationshipSet.getFormalizing(UniqueId part) |
IRelationshipSet |
RelationshipSet.getFormalizing(UniqueId part) |
IRelationshipSet |
IRelationshipSet.getParticipating(UniqueId form) |
IRelationshipSet |
RelationshipSet.getParticipating(UniqueId form) |
boolean |
IInstancePopulation.removeInstance(IModelInstance<?,?> instance) |
Modifier and Type | Method and Description |
---|---|
void |
IComponent.generate(EventHandle event) |
void |
Component.generate(EventHandle e) |
void |
IComponent.initialize() |
Modifier and Type | Class and Description |
---|---|
class |
BadArgumentException |
class |
CantHappenException |
class |
DeletedInstanceException |
class |
EmptyInstanceException |
class |
InstancePopulationException |
class |
LinkException |
class |
ModelIntegrityException |
class |
NotImplementedException |
class |
SameDataException |
class |
StateMachineException |
class |
UniqueIdException |
class |
XtumlInterruptedException |
Modifier and Type | Method and Description |
---|---|
void |
IPort.deliver(IMessage message) |
static IMessage |
Message.deserialize(Object o) |
Object |
IMessage.get(int index) |
Object |
Message.get(int index) |
void |
Port.send(IMessage message) |
void |
HttpPort.send(IMessage message) |
String |
IMessage.serialize() |
String |
Message.serialize() |
Modifier and Type | Method and Description |
---|---|
void |
IEventTarget.accept(IEvent event) |
static EventHandle |
EventHandle.deserialize(Object o) |
int |
ITransition.execute(IEvent event) |
Object |
Event.get(int index) |
Object |
IEvent.get(int index) |
int |
IEventTarget.getCurrentState() |
void |
IStateMachine.transition(IEvent event) |
void |
StateMachine.transition(IEvent event) |
Modifier and Type | Method and Description |
---|---|
static TimerHandle |
TimerHandle.deserialize(Object o) |
Modifier and Type | Method and Description |
---|---|
E |
Set.anyWhere(IWhere<E> condition) |
E |
IList.anyWhere(IWhere<E> condition) |
E |
List.anyWhere(IWhere<E> condition) |
E |
ISet.anyWhere(IWhere<E> condition) |
static long |
LongUtil.deserialize(Object o) |
static boolean |
BooleanUtil.deserialize(Object o) |
static int |
IntegerUtil.deserialize(Object o) |
static double |
RealUtil.deserialize(Object o) |
static UniqueId |
UniqueId.deserialize(Object o) |
static TimeStamp |
TimeStamp.deserialize(Object o) |
boolean |
Set.equality(IXtumlType value) |
default boolean |
IXtumlType.equality(IXtumlType value) |
boolean |
List.equality(IXtumlType value) |
boolean |
IWhere.evaluate(E selected) |
default boolean |
IXtumlType.inequality(IXtumlType value) |
default IXtumlType |
IXtumlType.oneWhere(IWhere<IXtumlType> condition) |
String |
BooleanUDT.serialize() |
String |
RealUDT.serialize() |
String |
IntegerUDT.serialize() |
default String |
IXtumlType.serialize() |
String |
StringUDT.serialize() |
ISet<E> |
Set.sorted(Comparator<E> comp) |
ISet<E> |
ISet.sorted(Comparator<E> comp) |
ISet<E> |
Set.sorted(Comparator<E> comp,
boolean ascending) |
ISet<E> |
ISet.sorted(Comparator<E> comp,
boolean ascending) |
TimeStamp |
TimeStamp.subtract(TimeStamp t) |
ISet<E> |
Set.where(IWhere<E> condition) |
IList<E> |
IList.where(IWhere<E> condition) |
IList<E> |
List.where(IWhere<E> condition) |
ISet<E> |
ISet.where(IWhere<E> condition) |
Constructor and Description |
---|
BooleanUDT(Object value) |
IntegerUDT(Object value) |
RealUDT(Object value) |
StringUDT(Object value) |
Modifier and Type | Method and Description |
---|---|
int |
STRING.atoi(String s)
Convert a string to an integer.
|
boolean |
CMD.get_flag(String name)
Get the value of a registered command line flag.
|
boolean |
CommandLine.get_flag(String name) |
String |
CMD.get_value(String name)
Get the value of a registered command line value.
|
String |
CommandLine.get_value(String name) |
void |
CMD.read_command_line()
Parse and validate the command line arguments based on the previously
registered flags and values.
|
void |
CommandLine.read_command_line() |
void |
CMD.register_flag(String name,
String usage)
Register a command line flag.
|
void |
CommandLine.register_flag(String name,
String usage) |
void |
CMD.register_value(String name,
String value_name,
String usage,
String default_value,
boolean required)
Register a command line value.
|
void |
CommandLine.register_value(String name,
String value_name,
String usage,
String default_value,
boolean required) |
Modifier and Type | Method and Description |
---|---|
int |
STRINGImpl.atoi(String s) |
boolean |
CMDImpl.get_flag(String name) |
String |
CMDImpl.get_value(String name) |
void |
CMDImpl.read_command_line() |
void |
CMDImpl.register_flag(String name,
String usage) |
void |
CMDImpl.register_value(String name,
String value_name,
String usage,
String default_value,
boolean required) |
Modifier and Type | Method and Description |
---|---|
void |
T.emit(String file)
Clear the current buffer and emit the contents to a file specified by
file . |
void |
ITemplate.evaluate(Object... symbols) |
void |
T.include(String file,
Object... symbols)
Include an RSL template.
|
default String |
T.sub(String format,
Object o)
Perform a format substitution.
|
String |
T.sub(String format,
String s)
Perform a format substitution.
|
Modifier and Type | Method and Description |
---|---|
void |
TImpl.emit(String file) |
void |
TImpl.include(String file,
Object... symbols) |
String |
TImpl.sub(String format,
String s) |
Copyright © 2020. All rights reserved.