From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../model/states/ValueAcceptedBooleanState.html | 447 +++++++++++++++++++++ .../class-use/ValueAcceptedBooleanState.html | 136 +++++++ .../com/sdm/util/model/states/package-frame.html | 32 ++ .../com/sdm/util/model/states/package-summary.html | 148 +++++++ .../com/sdm/util/model/states/package-tree.html | 154 +++++++ .../api/com/sdm/util/model/states/package-use.html | 136 +++++++ 6 files changed, 1053 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/ValueAcceptedBooleanState.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/class-use/ValueAcceptedBooleanState.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-frame.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-summary.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-tree.html create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-use.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/ValueAcceptedBooleanState.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/ValueAcceptedBooleanState.html new file mode 100644 index 0000000..2e5c55f --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/ValueAcceptedBooleanState.html @@ -0,0 +1,447 @@ + + + + + + +ValueAcceptedBooleanState (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.util.model.states +
+Class ValueAcceptedBooleanState

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.core.states.AbstractState
+      extended bycom.sdm.quasar.client.core.states.AbstractBooleanState
+          extended bycom.sdm.quasar.client.core.states.AcceptorBooleanState
+              extended bycom.sdm.util.model.states.ValueAcceptedBooleanState
+
+
+
All Implemented Interfaces:
BooleanState, Disposable, State
+
+
+
+
public class ValueAcceptedBooleanState
extends AcceptorBooleanState
implements BooleanState
+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
ValueAcceptedBooleanState(java.lang.String name, + ValueModel valueModel, + Acceptor acceptor) + +
+          Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(java.lang.String name, + ValueModel valueModel, + java.lang.Object compareValue) + +
+          Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(java.lang.String name, + ValueModel valueModel, + java.lang.Object compareValue, + boolean inverse) + +
+          Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(ValueModel valueModel, + Acceptor acceptor) + +
+          Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(ValueModel valueModel, + java.lang.Object compareValue) + +
+          Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(ValueModel valueModel, + java.lang.Object compareValue, + boolean inverse) + +
+          Creates a new ValueAcceptedBooleanState.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ ValueModelgetValueModel() + +
+          returns the currently observed value model
+ voidsetValueModel(ValueModel valueModel) + +
+          sets a new ValueModel
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.states.AcceptorBooleanState
getAcceptor, getSource, setAcceptor, setCompareValue, setSource, updateAdaptedValue
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.states.AbstractBooleanState
getValue, isValueTrue, setValue, setValueWithoutNotification
+ + + + + + + +
Methods inherited from class com.sdm.quasar.client.core.states.AbstractState
addStateListener, appendParametersToString, dispose, fireStateChanged, getName, removeStateListener, setName, stateValueToString, toString, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface com.sdm.quasar.client.core.states.BooleanState
isValueTrue
+ + + + + + + +
Methods inherited from interface com.sdm.quasar.client.core.states.State
addStateListener, getName, getValue, removeStateListener, setName
+ + + + + + + +
Methods inherited from interface com.sdm.quasar.client.core.common.Disposable
dispose
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ValueAcceptedBooleanState

+
+public ValueAcceptedBooleanState(java.lang.String name,
+                                 ValueModel valueModel,
+                                 java.lang.Object compareValue)
+
+
Creates a new ValueAcceptedBooleanState. +

+

Parameters:
name - the name of this ValueAcceptedBooleanState (not null)
valueModel - the source ValueModel to compare the value of (may be null)
compareValue - the value to compare (may be null)
+
+ +

+ValueAcceptedBooleanState

+
+public ValueAcceptedBooleanState(ValueModel valueModel,
+                                 java.lang.Object compareValue)
+
+
Creates a new ValueAcceptedBooleanState. +

+

Parameters:
valueModel - the source ValueModel to compare the value of (may be null)
compareValue - the value to compare (may be null)
+
+ +

+ValueAcceptedBooleanState

+
+public ValueAcceptedBooleanState(java.lang.String name,
+                                 ValueModel valueModel,
+                                 java.lang.Object compareValue,
+                                 boolean inverse)
+
+
Creates a new ValueAcceptedBooleanState. +

+

Parameters:
name - the name of this ValueAcceptedBooleanState (not null)
valueModel - the source ValueModel to compare the value of (may be null)
compareValue - the value to compare (may be null)
inverse - if true comparision with not equals
+
+ +

+ValueAcceptedBooleanState

+
+public ValueAcceptedBooleanState(ValueModel valueModel,
+                                 java.lang.Object compareValue,
+                                 boolean inverse)
+
+
Creates a new ValueAcceptedBooleanState. +

+

Parameters:
valueModel - the source ValueModel to compare the value of (may be null)
compareValue - the value to compare (may be null)
inverse - if true comparision with not equals
+
+ +

+ValueAcceptedBooleanState

+
+public ValueAcceptedBooleanState(java.lang.String name,
+                                 ValueModel valueModel,
+                                 Acceptor acceptor)
+
+
Creates a new ValueAcceptedBooleanState. +

+

Parameters:
name - the name of this StateAcceptedBooleanState (not null)
valueModel - the source ValueModel to compare the value of (may be null)
acceptor - the Acceptor responsible for accepting + the source ValueModel value (may not be null)
+
+ +

+ValueAcceptedBooleanState

+
+public ValueAcceptedBooleanState(ValueModel valueModel,
+                                 Acceptor acceptor)
+
+
Creates a new ValueAcceptedBooleanState. +

+

Parameters:
valueModel - the source ValueModel to compare the value of (may be null)
acceptor - the Acceptor responsible for accepting + the source ValueModel value (may not be null)
+ + + + + + + + +
+Method Detail
+ +

+getValueModel

+
+public ValueModel getValueModel()
+
+
returns the currently observed value model +

+

+
+
+
+
+
+
+
+ +

+setValueModel

+
+public void setValueModel(ValueModel valueModel)
+
+
sets a new ValueModel +

+

+
+
+
+
Parameters:
valueModel - the new ValueModel.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/class-use/ValueAcceptedBooleanState.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/class-use/ValueAcceptedBooleanState.html new file mode 100644 index 0000000..990154a --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/class-use/ValueAcceptedBooleanState.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Class com.sdm.util.model.states.ValueAcceptedBooleanState (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sdm.util.model.states.ValueAcceptedBooleanState

+
+No usage of com.sdm.util.model.states.ValueAcceptedBooleanState +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-frame.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-frame.html new file mode 100644 index 0000000..25b0c9c --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +com.sdm.util.model.states (Quasar Client Building Blicks API) + + + + + + + + + + + +com.sdm.util.model.states + + + + +
+Classes  + +
+ValueAcceptedBooleanState
+ + + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-summary.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-summary.html new file mode 100644 index 0000000..9213399 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-summary.html @@ -0,0 +1,148 @@ + + + + + + +com.sdm.util.model.states (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.sdm.util.model.states +

+ + + + + + + + + +
+Class Summary
ValueAcceptedBooleanState 
+  + +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-tree.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-tree.html new file mode 100644 index 0000000..bf2d124 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-tree.html @@ -0,0 +1,154 @@ + + + + + + +com.sdm.util.model.states Class Hierarchy (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.sdm.util.model.states +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-use.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-use.html new file mode 100644 index 0000000..fce1188 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/util/model/states/package-use.html @@ -0,0 +1,136 @@ + + + + + + +Uses of Package com.sdm.util.model.states (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.sdm.util.model.states

+
+No usage of com.sdm.util.model.states +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3