Uses of Class
de.foellix.aql.datastructure.Reference
Packages that use Reference
Package
Description
-
Uses of Reference in de.foellix.aql.converter.amandroid
Fields in de.foellix.aql.converter.amandroid with type parameters of type Reference -
Uses of Reference in de.foellix.aql.datastructure
Fields in de.foellix.aql.datastructure declared as ReferenceModifier and TypeFieldDescriptionprotected ReferenceIntent.referenceprotected ReferenceIntentfilter.referenceprotected ReferenceIntentsink.referenceprotected ReferenceIntentsource.referenceprotected ReferencePermission.referenceprotected ReferenceSink.referenceprotected ReferenceSource.referenceprotected ReferenceTarget.referenceFields in de.foellix.aql.datastructure with type parameters of type ReferenceMethods in de.foellix.aql.datastructure that return ReferenceModifier and TypeMethodDescriptionObjectFactory.createReference()Create an instance ofReferenceIntent.getReference()Gets the value of the reference property.Intentfilter.getReference()Gets the value of the reference property.Intentsink.getReference()Gets the value of the reference property.Intentsource.getReference()Gets the value of the reference property.Permission.getReference()Gets the value of the reference property.Sink.getReference()Gets the value of the reference property.Source.getReference()Gets the value of the reference property.Target.getReference()Gets the value of the reference property.Methods in de.foellix.aql.datastructure that return types with arguments of type ReferenceMethods in de.foellix.aql.datastructure with parameters of type ReferenceModifier and TypeMethodDescriptionvoidIntent.setReference(Reference value) Sets the value of the reference property.voidIntentfilter.setReference(Reference value) Sets the value of the reference property.voidIntentsink.setReference(Reference value) Sets the value of the reference property.voidIntentsource.setReference(Reference value) Sets the value of the reference property.voidPermission.setReference(Reference value) Sets the value of the reference property.voidSink.setReference(Reference value) Sets the value of the reference property.voidSource.setReference(Reference value) Sets the value of the reference property.voidTarget.setReference(Reference value) Sets the value of the reference property. -
Uses of Reference in de.foellix.aql.datastructure.query
Methods in de.foellix.aql.datastructure.query that return Reference -
Uses of Reference in de.foellix.aql.helper
Methods in de.foellix.aql.helper that return ReferenceModifier and TypeMethodDescriptionstatic Referencestatic ReferenceHelper.createReference(String aqlQueryReference) static Referencestatic Referencestatic Referencestatic ReferenceMethods in de.foellix.aql.helper that return types with arguments of type ReferenceModifier and TypeMethodDescriptionstatic Collection<Reference>Helper.getAllReferences(Answer answer) static Collection<Reference>Helper.getAllReferences(Answer answer, boolean doubleEntriesAllowed) Methods in de.foellix.aql.helper with parameters of type ReferenceModifier and TypeMethodDescriptionstatic Flowstatic Referencestatic booleanstatic booleanDeprecated.static booleanEqualsHelper.equals(Reference reference1, Reference reference2, boolean nullAllowedOnLeftHandSide, boolean precisely) Deprecated.static booleanEqualsHelper.equals(Reference reference1, Reference reference2, EqualsOptions options) static intHelper.getLineNumberSafe(Reference reference) static booleanstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic StringMethod parameters in de.foellix.aql.helper with type arguments of type Reference -
Uses of Reference in de.foellix.aql.system.defaulttools.operators
Methods in de.foellix.aql.system.defaulttools.operators with parameters of type ReferenceModifier and TypeMethodDescriptionDefaultFilterOperator.filterByReference(Answer answer, Reference reference) Filters the given answer.DefaultFilterOperator.filterByReference(Answer answer, Reference reference, int subjectOfInterest) Filter only the given subject of interest (subjectOfInterest) of the given answer. -
Uses of Reference in de.foellix.aql.ui.gui.viewer.web
Methods in de.foellix.aql.ui.gui.viewer.web with parameters of type Reference