Refactoring not done yet, still need to do RSassert
This commit is contained in:
@ -1,47 +1,5 @@
|
||||
//! Module for all basic structures.
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// RSset
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
pub type RSset = super::set::Set;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// RSreaction
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
pub type RSreaction = super::reaction::Reaction;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// RSprocess
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
pub type RSprocess = super::process::Process;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// RSchoices
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
pub type RSchoices = super::choices::Choices;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// RSenvironment
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
pub type RSenvironment = super::environment::Environment;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// RSsystem
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
pub type RSsystem = super::system::System;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// RSlabel
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
pub type RSlabel = super::label::Label;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// RSassert
|
||||
// -----------------------------------------------------------------------------
|
||||
@ -57,17 +15,3 @@ pub mod assert {
|
||||
pub mod rsassert {
|
||||
pub use crate::rsprocess::assert::rsassert::useful_types_edge_relabeler::*;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// RSBHML
|
||||
// -----------------------------------------------------------------------------
|
||||
#[derive(Clone, Debug)]
|
||||
#[allow(clippy::upper_case_acronyms)]
|
||||
pub enum RSBHML {
|
||||
True,
|
||||
False,
|
||||
Or(Vec<RSBHML>),
|
||||
And(Vec<RSBHML>),
|
||||
// Diamond(Box<RSassert>, Box<RSBHML>),
|
||||
// Box(Box<RSassert>, Box<RSBHML>),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user