Uses of Class
io.ciera.runtime.summit.exceptions.XtumlException
-
-
Uses of XtumlException in io.ciera.runtime.instanceloading
Methods in io.ciera.runtime.instanceloading that throw XtumlException Modifier and Type Method Description voidIPopulationLoader. load()voidIPopulationLoader. serialize()voidIPopulationLoader. serialize(IChangeLog changeLog) -
Uses of XtumlException in io.ciera.runtime.instanceloading.generic.util
Methods in io.ciera.runtime.instanceloading.generic.util that throw XtumlException Modifier and Type Method Description ObjectLOAD. call_function(String function_name, Object... args)Invoke an xtUML domain function in the same component which originally created the instance ofLOAD.ObjectLOAD. create(String key_letters)Create an xtUML class instance.voidLOAD. load(String java_class, String[] args)Create a new loader with a given set of arguments and kick off the loading process.voidLOAD. relate(Object inst1, Object inst2, int rel_num, String phrase)Relate two xtUML instances together across the given relationship.voidLOAD. relate_using(Object inst1, Object inst2, Object link, int rel_num, String phrase)Relate three xtUML instances together across the given associative relationship.voidLOAD. set_attribute(Object instance, String attribute_name, Object value)Set the value of an attribute on an instance of an xtUML class. -
Uses of XtumlException in io.ciera.runtime.instanceloading.generic.util.impl
Methods in io.ciera.runtime.instanceloading.generic.util.impl that throw XtumlException Modifier and Type Method Description ObjectLOADImpl. call_function(String function_name, Object... args)ObjectLOADImpl. create(String key_letters)voidLOADImpl. load(String java_class, String[] args)voidLOADImpl. relate(Object inst1, Object inst2, int rel_num, String phrase)voidLOADImpl. relate_using(Object inst1, Object inst2, Object link, int rel_num, String phrase)voidLOADImpl. set_attribute(Object instance, String attribute_name, Object value) -
Uses of XtumlException in io.ciera.runtime.instanceloading.sql
Methods in io.ciera.runtime.instanceloading.sql that throw XtumlException Modifier and Type Method Description voidISqlLoader. batchRelate()voidISqlLoader. insert(String tableName, List<Object> values)voidISqlLoader. link(Integer relnum, List<Object> instids)voidSqlLoader. load()voidSqlLoader. serialize(IChangeLog changeLog) -
Uses of XtumlException in io.ciera.runtime.instanceloading.sql.util
Methods in io.ciera.runtime.instanceloading.sql.util that throw XtumlException Modifier and Type Method Description voidSQL. load()Load an instance population from the standard input stream.voidSQL. load_file(String file)Load an instance population from a file specified byfile.voidSQL. serialize()Dump an instance population to the standard output stream.voidSQL. serialize_file(String file)Dump an instance population to a file specified byfile. -
Uses of XtumlException in io.ciera.runtime.instanceloading.sql.util.impl
Methods in io.ciera.runtime.instanceloading.sql.util.impl that throw XtumlException Modifier and Type Method Description voidSQLImpl. load()voidSQLImpl. load_file(String file)voidSQLImpl. serialize()voidSQLImpl. serialize_file(String file) -
Uses of XtumlException in io.ciera.runtime.summit.application
Methods in io.ciera.runtime.summit.application with parameters of type XtumlException Modifier and Type Method Description voidDefaultExceptionHandler. handle(XtumlException e)voidIExceptionHandler. handle(XtumlException e)Methods in io.ciera.runtime.summit.application that throw XtumlException Modifier and Type Method Description voidIApplicationTask. run() -
Uses of XtumlException in io.ciera.runtime.summit.application.tasks
Methods in io.ciera.runtime.summit.application.tasks that throw XtumlException Modifier and Type Method Description voidHaltExecutionTask. run() -
Uses of XtumlException in io.ciera.runtime.summit.classes
Methods in io.ciera.runtime.summit.classes that throw XtumlException Modifier and Type Method Description voidModelInstance. accept(IEvent event)booleanIInstancePopulation. addInstance(IModelInstance<?,?> instance)voidIModelInstance. checkLiving()voidModelInstance. checkLiving()voidIModelInstance. delete()voidModelInstance. delete()IRelationshipIRelationshipSet. get(UniqueId form, UniqueId part)IRelationshipRelationshipSet. get(UniqueId form, UniqueId part)EIInstanceSet. getById1(IInstanceIdentifier id1)EInstanceSet. getById1(IInstanceIdentifier id1)EIInstanceSet. getById2(IInstanceIdentifier id2)EInstanceSet. getById2(IInstanceIdentifier id2)EIInstanceSet. getById3(IInstanceIdentifier id3)EInstanceSet. getById3(IInstanceIdentifier id3)EIInstanceSet. getByInstanceId(UniqueId instanceId)EInstanceSet. getByInstanceId(UniqueId instanceId)intModelInstance. getCurrentState()IRelationshipSetIRelationshipSet. getFormalizing(UniqueId part)IRelationshipSetRelationshipSet. getFormalizing(UniqueId part)IRelationshipSetIRelationshipSet. getParticipating(UniqueId form)IRelationshipSetRelationshipSet. getParticipating(UniqueId form)booleanIInstancePopulation. removeInstance(IModelInstance<?,?> instance) -
Uses of XtumlException in io.ciera.runtime.summit.components
Methods in io.ciera.runtime.summit.components that throw XtumlException Modifier and Type Method Description voidComponent. generate(EventHandle e)voidIComponent. generate(EventHandle event)voidIComponent. initialize() -
Uses of XtumlException in io.ciera.runtime.summit.exceptions
Subclasses of XtumlException in io.ciera.runtime.summit.exceptions Modifier and Type Class Description classBadArgumentExceptionclassCantHappenExceptionclassDeletedInstanceExceptionclassEmptyInstanceExceptionclassInstancePopulationExceptionclassLinkExceptionclassModelIntegrityExceptionclassNotImplementedExceptionclassSameDataExceptionclassStateMachineExceptionclassUniqueIdExceptionclassXtumlInterruptedException -
Uses of XtumlException in io.ciera.runtime.summit.interfaces
Methods in io.ciera.runtime.summit.interfaces that throw XtumlException Modifier and Type Method Description voidIPort. deliver(IMessage message)static IMessageMessage. deserialize(Object o)ObjectIMessage. get(int index)ObjectMessage. get(int index)voidHttpPort. send(IMessage message)voidPort. send(IMessage message)StringIMessage. serialize()StringMessage. serialize() -
Uses of XtumlException in io.ciera.runtime.summit.statemachine
Methods in io.ciera.runtime.summit.statemachine that throw XtumlException Modifier and Type Method Description voidIEventTarget. accept(IEvent event)static EventHandleEventHandle. deserialize(Object o)intITransition. execute(IEvent event)ObjectEvent. get(int index)ObjectIEvent. get(int index)intIEventTarget. getCurrentState()voidIStateMachine. transition(IEvent event)voidStateMachine. transition(IEvent event) -
Uses of XtumlException in io.ciera.runtime.summit.time
Methods in io.ciera.runtime.summit.time that throw XtumlException Modifier and Type Method Description static TimerHandleTimerHandle. deserialize(Object o) -
Uses of XtumlException in io.ciera.runtime.summit.types
Methods in io.ciera.runtime.summit.types that throw XtumlException Modifier and Type Method Description <T extends IntegerUDT>
TIntegerUDT. add(Object o)<T extends RealUDT>
TRealUDT. add(Object o)<T extends StringUDT>
TStringUDT. add(Object o)booleanBooleanUDT. and(Object o)EIList. anyWhere(IWhere<E> condition)EISet. anyWhere(IWhere<E> condition)EList. anyWhere(IWhere<E> condition)ESet. anyWhere(IWhere<E> condition)protected <U extends UDT<T>>
UUDT. binop(Object o, BinaryOperator<T> op)BooleanBooleanUDT. cast(Object o)ObjectInstMapping. cast(Object o)ObjectInstRefMapping. cast(Object o)IntegerIntegerUDT. cast(Object o)DoubleRealUDT. cast(Object o)StringStringUDT. cast(Object o)abstract TUDT. cast(Object o)static IntegerIntegerUDT. castInteger(Object o)static DoubleRealUDT. castReal(Object o)static StringStringUDT. castString(Object o)static Object[]ArrayUtil. deserialize(Object o)static booleanBooleanUtil. deserialize(Object o)static DateDate. deserialize(Object o)static intIntegerUtil. deserialize(Object o)static longLongUtil. deserialize(Object o)static doubleRealUtil. deserialize(Object o)static UniqueIdUniqueId. deserialize(Object o)<T extends IntegerUDT>
TIntegerUDT. divide(T o)<T extends RealUDT>
TRealUDT. divide(T o)static booleanArrayUtil. equality(Object[] value1, Object[] value2)default booleanIXtumlType. equality(IXtumlType value)booleanList. equality(IXtumlType value)booleanSet. equality(IXtumlType value)booleanIWhere. evaluate(E selected)static booleanArrayUtil. greaterThan(Object[] value1, Object[] value2)booleanUDT. greaterThan(Object o)static booleanArrayUtil. greaterThanOrEqual(Object[] value1, Object[] value2)booleanUDT. greaterThanOrEqual(Object o)static booleanArrayUtil. inequality(Object[] value1, Object[] value2)default booleanIXtumlType. inequality(IXtumlType value)static booleanArrayUtil. lessThan(Object[] value1, Object[] value2)static booleanArrayUtil. lessThanOrEqual(Object[] value1, Object[] value2)booleanUDT. lessThanOrEqual(Object o)<T extends IntegerUDT>
TIntegerUDT. multiply(T o)<T extends RealUDT>
TRealUDT. multiply(T o)default IXtumlTypeIXtumlType. oneWhere(IWhere<IXtumlType> condition)booleanBooleanUDT. or(Object o)abstract <U extends UDT<T>>
UUDT. promote(Object o)<T extends IntegerUDT>
TIntegerUDT. remainder(T o)<T extends RealUDT>
TRealUDT. remainder(T o)default StringIXtumlType. serialize()StringUDT. serialize()ISet<E>ISet. sorted(Comparator<E> comp)ISet<E>ISet. sorted(Comparator<E> comp, boolean ascending)ISet<E>Set. sorted(Comparator<E> comp)ISet<E>Set. sorted(Comparator<E> comp, boolean ascending)<T extends IntegerUDT>
TIntegerUDT. subtract(T o)<T extends RealUDT>
TRealUDT. subtract(T o)IList<E>IList. where(IWhere<E> condition)ISet<E>ISet. where(IWhere<E> condition)IList<E>List. where(IWhere<E> condition)ISet<E>Set. where(IWhere<E> condition)Constructors in io.ciera.runtime.summit.types that throw XtumlException Constructor Description BooleanUDT(Object o)InstMapping(Object o)InstRefMapping(Object o)IntegerUDT(Object o)RealUDT(Object o)StringUDT(Object o) -
Uses of XtumlException in io.ciera.runtime.summit.util
Methods in io.ciera.runtime.summit.util that throw XtumlException Modifier and Type Method Description intSTRING. atoi(String s)Convert a string to an integer.booleanCMD. get_flag(String name)Get the value of a registered command line flag.booleanCommandLine. get_flag(String name)StringCMD. get_value(String name)Get the value of a registered command line value.StringCommandLine. get_value(String name)voidCMD. read_command_line()Parse and validate the command line arguments based on the previously registered flags and values.voidCommandLine. read_command_line()voidCMD. register_flag(String name, String usage)Register a command line flag.voidCommandLine. register_flag(String name, String usage)voidCMD. register_value(String name, String value_name, String usage, String default_value, boolean required)Register a command line value.voidCommandLine. register_value(String name, String value_name, String usage, String default_value, boolean required) -
Uses of XtumlException in io.ciera.runtime.summit.util.impl
Methods in io.ciera.runtime.summit.util.impl that throw XtumlException Modifier and Type Method Description intSTRINGImpl. atoi(String s)booleanCMDImpl. get_flag(String name)StringCMDImpl. get_value(String name)voidCMDImpl. read_command_line()voidCMDImpl. register_flag(String name, String usage)voidCMDImpl. register_value(String name, String value_name, String usage, String default_value, boolean required) -
Uses of XtumlException in io.ciera.runtime.template.util
Methods in io.ciera.runtime.template.util that throw XtumlException Modifier and Type Method Description voidT. emit(String file)Clear the current buffer and emit the contents to a file specified byfile.voidITemplate. evaluate(Object... symbols)voidT. include(String file, Object... symbols)Include an RSL template.default StringT. sub(String format, Object o)Perform a format substitution.StringT. sub(String format, String s)Perform a format substitution. -
Uses of XtumlException in io.ciera.runtime.template.util.impl
Methods in io.ciera.runtime.template.util.impl that throw XtumlException Modifier and Type Method Description voidTImpl. emit(String file)voidTImpl. include(String file, Object... symbols)StringTImpl. sub(String format, String s)
-