Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
c2886a64
Commit
c2886a64
authored
Jan 05, 2018
by
Filip Reaboi
Browse files
151 classes with 0 references
are marked as @Deprecated //ucd refs 3240
parent
23e88a95
Changes
96
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/utils/ModelElementReferenceSpecificationUtils.java
View file @
c2886a64
...
...
@@ -27,6 +27,7 @@ import org.fortiss.tooling.base.model.element.IModelElementSpecification;
*
* @author teufl
*/
@Deprecated
//ucd
public
class
ModelElementReferenceSpecificationUtils
{
/**
...
...
org.fortiss.af3.deployment/trunk/src/org/fortiss/af3/deployment/annotation/valueprovider/TransceiverPortAccessRightsValueProvider.java
View file @
c2886a64
...
...
@@ -31,6 +31,7 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
*
* @author barner
*/
@Deprecated
//ucd
public
class
TransceiverPortAccessRightsValueProvider
extends
EStructuralFeatureValueProviderBase
<
TransceiverPortAccessRights
>
{
/** Constructor. */
...
...
org.fortiss.af3.deployment/trunk/src/org/fortiss/af3/deployment/annotation/valueprovider/TransceiverPortSemanticsValueProvider.java
View file @
c2886a64
...
...
@@ -28,6 +28,7 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
*
* @author barner
*/
@Deprecated
//ucd
public
class
TransceiverPortSemanticsValueProvider
extends
EStructuralFeatureValueProviderBase
<
TransceiverPortSemantics
>
{
...
...
org.fortiss.af3.deployment/trunk/src/org/fortiss/af3/deployment/generator/ComponentCodeTransformationContext.java
View file @
c2886a64
...
...
@@ -25,6 +25,7 @@ import org.fortiss.tooling.kernel.extension.data.ITransformationContext;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
class
ComponentCodeTransformationContext
extends
DeploymentTransformationContext
{
/** Stores the {@link ExecutionUnit} for the component code. */
...
...
org.fortiss.af3.exploration.ui/trunk/src/org/fortiss/af3/exploration/ui/perspective/constraint/DeploymentPatternCompositeBackend.java
View file @
c2886a64
...
...
@@ -71,6 +71,7 @@ import org.fortiss.tooling.kernel.extension.data.ITopLevelElement;
*
* @author zverlov
*/
@Deprecated
//ucd
public
class
DeploymentPatternCompositeBackend
extends
DeploymentPatternCompositeGUI
implements
IPropertyListener
{
...
...
org.fortiss.af3.exploration.ui/trunk/src/org/fortiss/af3/exploration/ui/perspective/dashboard/importwizard/DashboardImportWizard.java
View file @
c2886a64
...
...
@@ -22,6 +22,7 @@ import org.eclipse.jface.wizard.Wizard;
*
* @author eder
*/
@Deprecated
//ucd
public
class
DashboardImportWizard
extends
Wizard
{
/** Constructor. */
...
...
org.fortiss.af3.exploration.ui/trunk/src/org/fortiss/af3/exploration/ui/util/Editor3DUtil.java
View file @
c2886a64
...
...
@@ -30,6 +30,7 @@ import org.lwjglx.util.vector.Vector3f;
*
* @author eder
*/
@Deprecated
//ucd
public
class
Editor3DUtil
{
/**
...
...
org.fortiss.af3.exploration.ui/trunk/src/org/fortiss/af3/exploration/ui/util/VisualizationUtil.java
View file @
c2886a64
...
...
@@ -29,6 +29,7 @@ import org.fortiss.tooling.base.model.visualization.DataSetCollection;
*
* @author eder
*/
@Deprecated
//ucd
public
class
VisualizationUtil
{
/** Imports allDataSets from importedModel to existingModel. */
@SuppressWarnings
({
"rawtypes"
,
"unchecked"
})
...
...
org.fortiss.af3.exploration/trunk/src/org/fortiss/af3/exploration/annotation/FlashProvider.java
View file @
c2886a64
...
...
@@ -24,6 +24,7 @@ import org.fortiss.tooling.base.annotation.valueprovider.EStructuralFeatureValue
*
* @author eder
*/
@Deprecated
//ucd
public
class
FlashProvider
extends
EStructuralFeatureValueProviderBase
<
Flash
>
{
/** Constructor. */
...
...
org.fortiss.af3.exploration/trunk/src/org/fortiss/af3/exploration/annotation/RAMProvider.java
View file @
c2886a64
...
...
@@ -24,6 +24,7 @@ import org.fortiss.tooling.base.annotation.valueprovider.EStructuralFeatureValue
*
* @author eder
*/
@Deprecated
//ucd
public
class
RAMProvider
extends
EStructuralFeatureValueProviderBase
<
RAM
>
{
/** Constructor. */
...
...
org.fortiss.af3.exploration/trunk/src/org/fortiss/af3/exploration/backend/IDseInputContainer.java
View file @
c2886a64
...
...
@@ -45,6 +45,7 @@ public interface IDseInputContainer extends Iterable<Entry<Class<?>, Object>> {
* created.
* Defines the set of deployable {@link Component}s that are mapped on execution units.
*/
@Deprecated
//ucd
class
DeployableComponents
extends
HashSet
<
Component
>
{
// TEMP Stub.
}
...
...
@@ -52,7 +53,9 @@ public interface IDseInputContainer extends Iterable<Entry<Class<?>, Object>> {
/**
* Temporary class for refactoring the Opt4J/MOEA DSE. No more needed when the task model is
* created.
* Defines the temporal properties of signals.
*
* @Deprecated //ucd
* Defines the temporal properties of signals.
*/
class
TemporalTriggers
extends
HashMap
<
Port
,
SignalType
>
{
// TEMP Stub.
...
...
org.fortiss.af3.exploration/trunk/src/org/fortiss/af3/exploration/compositor/DSEDecomposeOnlyCompositor.java
View file @
c2886a64
...
...
@@ -32,6 +32,7 @@ import org.fortiss.tooling.kernel.extension.data.Prototype;
*
* @author eder
*/
@Deprecated
//ucd
public
class
DSEDecomposeOnlyCompositor
implements
IElementCompositor
<
EObject
>
{
/** {@inheritDoc} */
@Override
...
...
org.fortiss.af3.exploration/trunk/src/org/fortiss/af3/exploration/compositor/DSEFileProjectCompositor.java
View file @
c2886a64
...
...
@@ -22,6 +22,7 @@ import org.fortiss.tooling.kernel.model.IProjectRootElement;
*
* @author eder
*/
@Deprecated
//ucd
public
class
DSEFileProjectCompositor
extends
FileProjectCompositor
{
/** {@inheritDoc} */
...
...
org.fortiss.af3.exploration/trunk/src/org/fortiss/af3/exploration/prototype/DSEPrototypeProvider.java
View file @
c2886a64
...
...
@@ -25,6 +25,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
*
* @author eder
*/
@Deprecated
//ucd
public
class
DSEPrototypeProvider
extends
PrototypeProviderBase
{
/** Stores the category to display for these prototypes. */
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/databinding/convert/StringToIStatementTermConverter.java
View file @
c2886a64
...
...
@@ -28,6 +28,7 @@ import org.fortiss.af3.expression.ui.databinding.CompilerBasedConverterBase;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
class
StringToIStatementTermConverter
extends
CompilerBasedConverterBase
{
/** Constructor */
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/databinding/convert/StringToITermConverter.java
View file @
c2886a64
...
...
@@ -28,6 +28,7 @@ import org.fortiss.af3.project.model.typesystem.ITerm;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
class
StringToITermConverter
extends
CompilerBasedConverterBase
{
/** Constructor */
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/databinding/validate/DoubleToStringConverter.java
View file @
c2886a64
...
...
@@ -22,6 +22,7 @@ import org.eclipse.core.databinding.conversion.Converter;
*
* @author igna
*/
@Deprecated
//ucd
public
class
DoubleToStringConverter
extends
Converter
{
/** Singleton instance. */
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/databinding/validate/StringToDoubleConverter.java
View file @
c2886a64
...
...
@@ -22,6 +22,7 @@ import org.eclipse.core.databinding.conversion.Converter;
*
* @author igna
*/
@Deprecated
//ucd
public
class
StringToDoubleConverter
extends
Converter
{
/** Singleton instance. */
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/databinding/validate/StringToIStatementTermValidator.java
View file @
c2886a64
...
...
@@ -31,6 +31,7 @@ import org.fortiss.af3.project.model.typesystem.ITerm;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
class
StringToIStatementTermValidator
extends
CompilerBasedValidatorBase
{
/** Constructor */
...
...
org.fortiss.af3.expression/trunk/src/org/fortiss/af3/expression/language/compose/DataDictionaryCompositor.java
View file @
c2886a64
...
...
@@ -30,6 +30,7 @@ import org.fortiss.tooling.kernel.extension.data.Prototype;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
final
class
DataDictionaryCompositor
implements
IElementCompositor
<
DataDictionary
>
{
/** {@inheritDoc} */
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment