Class MemResource

    • Field Detail

      • subjectStatements

        final transient MemStatementList subjectStatements
        The list of statements for which this MemURI is the subject.
      • contextStatements

        final transient MemStatementList contextStatements
        The list of statements for which this MemURI represents the context.
    • Constructor Detail

      • MemResource

        public MemResource()
    • Method Detail

      • getSubjectStatementCount

        public int getSubjectStatementCount()
      • addSubjectStatement

        public void addSubjectStatement​(MemStatement st)
                                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • cleanSnapshotsFromSubjectStatements

        public void cleanSnapshotsFromSubjectStatements​(int currentSnapshot)
                                                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • getContextStatementCount

        public int getContextStatementCount()
      • addContextStatement

        public void addContextStatement​(MemStatement st)
                                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • cleanSnapshotsFromContextStatements

        public void cleanSnapshotsFromContextStatements​(int currentSnapshot)
                                                 throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException