Class StateMachineSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<StateMachineSet,StateMachine>
-
- io.ciera.tool.sql.architecture.statemachine.impl.StateMachineSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<StateMachineSet,StateMachine>,io.ciera.runtime.summit.types.ISet<StateMachine>,io.ciera.runtime.summit.types.IXtumlType,StateMachineSet,Iterable<StateMachine>,Collection<StateMachine>,Set<StateMachine>
public class StateMachineSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<StateMachineSet,StateMachine> implements StateMachineSet
-
-
Constructor Summary
Constructors Constructor Description StateMachineSetImpl()StateMachineSetImpl(Comparator<? super StateMachine> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StateMachine>elements()StateMachineSetemptySet()StateMachineSetemptySet(Comparator<? super StateMachine> comp)StateMachinenullElement()FileSetR401_is_a_File()ModelInstSetR4750_models_behavior_of_ModelInst()StateSetR4751_declares_State()EventSetR4752_declares_Event()TransitionTableRowSetR4753_transitions_defined_by_TransitionTableRow()voidsetClass_name(String ref_class_name)voidsetComp_name(String ref_comp_name)voidsetComp_package(String ref_comp_package)voidsetName(String ref_name)voidsetPackage(String ref_package)-
Methods inherited from class io.ciera.runtime.summit.classes.InstanceSet
add, getById1, getById2, getById3, getByInstanceId, remove
-
Methods inherited from class io.ciera.runtime.summit.types.Set
addAll, any, anyWhere, clear, contains, containsAll, difference, difference, disunion, disunion, equality, intersection, intersection, isEmpty, iterator, removeAll, retainAll, size, sorted, sorted, toArray, toArray, union, union, where
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.ciera.runtime.summit.classes.IInstanceSet
getById1, getById2, getById3, getByInstanceId
-
Methods inherited from interface io.ciera.runtime.summit.types.ISet
any, anyWhere, difference, difference, disunion, disunion, intersection, intersection, sorted, sorted, union, union, where
-
-
-
-
Constructor Detail
-
StateMachineSetImpl
public StateMachineSetImpl()
-
StateMachineSetImpl
public StateMachineSetImpl(Comparator<? super StateMachine> comp)
-
-
Method Detail
-
setComp_package
public void setComp_package(String ref_comp_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setComp_packagein interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComp_name
public void setComp_name(String ref_comp_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setComp_namein interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setClass_name
public void setClass_name(String ref_class_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setClass_namein interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setName
public void setName(String ref_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setNamein interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPackage
public void setPackage(String ref_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setPackagein interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R401_is_a_File
public FileSet R401_is_a_File() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R401_is_a_Filein interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R4750_models_behavior_of_ModelInst
public ModelInstSet R4750_models_behavior_of_ModelInst() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R4750_models_behavior_of_ModelInstin interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R4751_declares_State
public StateSet R4751_declares_State() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R4751_declares_Statein interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R4752_declares_Event
public EventSet R4752_declares_Event() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R4752_declares_Eventin interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R4753_transitions_defined_by_TransitionTableRow
public TransitionTableRowSet R4753_transitions_defined_by_TransitionTableRow() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R4753_transitions_defined_by_TransitionTableRowin interfaceStateMachineSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public StateMachine nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<StateMachine>
-
emptySet
public StateMachineSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<StateMachine>
-
emptySet
public StateMachineSet emptySet(Comparator<? super StateMachine> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<StateMachine>
-
elements
public List<StateMachine> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<StateMachine>
-
-