query
stringlengths
7
33.1k
document
stringlengths
7
335k
metadata
dict
negatives
sequencelengths
3
101
negative_scores
sequencelengths
3
101
document_score
stringlengths
3
10
document_rank
stringclasses
102 values
The range type of features may include special uima types that are not creatable, such as the primitive ones like integer, or string, or subtypes of string. Other types are reference types
boolean classifyAsRefType(String name, TypeImpl superType) { switch (name) { case CAS.TYPE_NAME_BOOLEAN: case CAS.TYPE_NAME_BYTE: case CAS.TYPE_NAME_SHORT: case CAS.TYPE_NAME_INTEGER: case CAS.TYPE_NAME_LONG: case CAS.TYPE_NAME_FLOAT: case CAS.TYPE_NAME_DOUBLE: case CAS.TYPE_NAME_STRING: // case CAS.TYPE_NAME_JAVA_OBJECT: // case CAS.TYPE_NAME_MAP: // case CAS.TYPE_NAME_LIST: return false; } // superType is null for TOP, which is a Ref type if (superType != null && superType.getName().equals(CAS.TYPE_NAME_STRING)) { // can't compare to // stringType - may // not be set yet return false; } return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int range(int feat) {\n return ((TypeImpl) (this.features.get(feat).getRange())).getCode();\n }", "RangeOfValuesType createRangeOfValuesType();", "public AdornmentTypeRange(final float min, final float max) {\n\t\tthis.maxFloat = max;\n\t\tthis.minFloat = min;\n\t}", "@Override\n public boolean isRange() {\n return false;\n }", "CollectionRange createCollectionRange();", "RangeValue createRangeValue();", "public abstract Type createRangeType(ReferenceType bottom);", "Collection<StructuralFeature> getTypedFeatures();", "Range createRange();", "public AllowedValues(final RangeType range){\n \n valueOrRange = new ArrayList<>();\n valueOrRange.add(range);\n }", "public AdornmentTypeRange(final int min, final int max) {\n\t\tthis.maxInteger = max;\n\t\tthis.minInteger = min;\n\t}", "@UML(identifier=\"featureType\", obligation=OPTIONAL, specification=ISO_19139)\n Collection<? extends LocalName> getFeatureTypes();", "<C> CollectionRange<C> createCollectionRange();", "abstract public Range createRange();", "org.landxml.schema.landXML11.FeatureDocument.Feature getFeatureArray(int i);", "org.landxml.schema.landXML11.FeatureDocument.Feature getFeatureArray(int i);", "public interface TargetRange extends Data {\n\n\t/**\n\t * Control setpoint for the value. This values shall be reached by\n\t * actions of an OGEMA application, no action based on this value is\n\t * performed by the framework itself. If no setpoint is given, an estimate\n\t * may be guessed from taking the center point of the {@link #targetRange()},\n\t * the {@link #controlLimits() } or the {@link #alarmLimits() } (in descending\n\t * order of relevance).\n\t * Models inheriting from this prototype must override\n\t * this with a suitable simple resource to define the meaning and the unit\n\t * of measurement.\n\t */\n\tValueResource setpoint();\n\n\t/**\n\t * Range which the sensor value shall lie as a result of control, if possible. The range is considered as soft\n\t * limits, i.e. contrary to the {@link #controlLimits() controlLimits} the so-defined ambient range may be left. If\n\t * not targetRange is given, the {@link #setpoint() setpoint} may indicate where the range lies.\n\t */\n\tRange targetRange();\n\n\t/**\n\t * Limits for the sensor value that shall be used for the control of the relevant device. Usually the controlLimits\n\t * should be held for sure.\n\t */\n\tRange controlLimits();\n\n\t/**\n\t * The resource shall only be used for limits that shall be integrated into an alarm logging and/or alarm handling\n\t * OGEMA application. It is NOT intended for limits that just trigger control signals.<br>\n\t * Note: No alarm events are generated by the OGEMA framework itself.<br>\n\t * For sensors providing information not represented as float, a resource of the relevant range type named\n\t * <code>alarmLimits</code> can be added as decorator.\n\t */\n\tRange alarmLimits();\n}", "Range() {}", "public interface BinaryTargetRange extends TargetRange {\n\n\t@Override\n\tBooleanResource setpoint();\n\n\t@Override\n\tBinaryRange controlLimits();\n\n\t@Override\n\tBinaryRange targetRange();\n\n\t@Override\n\tBinaryRange alarmLimits();\n}", "org.landxml.schema.landXML11.FeatureDocument.Feature[] getFeatureArray();", "org.landxml.schema.landXML11.FeatureDocument.Feature[] getFeatureArray();", "private Range() {}", "@Override\r\n\tpublic Object visitRangeExpression(RangeExpression rangeExpression,\r\n\t\t\tObject arg) throws Exception {\r\n\t\tString lowerType = (String) rangeExpression.lower.visit(this, arg);\r\n\t\tString upperType = (String) rangeExpression.upper.visit(this, arg);\r\n\t\tcheck(lowerType.equals(intType) && upperType.equals(intType), \"uncompatible range expression\", rangeExpression);\r\n\t\treturn null;\r\n\t}", "FeatureConcept createFeatureConcept();", "public DeclaredTypeListNode getBounds()throws ClassCastException;", "private MCTypeReference<? extends MCTypeSymbol> initTypeRefASTRange(ASTPort node, StringBuilder typeName, ASTRange astType) {\n typeName.append(\"SIUnitRangesType\");\n Log.debug(astType.toString(), \"Type:\");\n Log.debug(typeName.toString(), \"TypeName:\");\n\n SIUnitRangesSymbolReference ref = SIUnitRangesSymbolReference.constructSIUnitRangesSymbolReference(astType);\n return ref;\n }", "public interface IFeature\n{\n\tGeppettoFeature getType();\n}", "java.util.List<org.landxml.schema.landXML11.FeatureDocument.Feature> getFeatureList();", "java.util.List<org.landxml.schema.landXML11.FeatureDocument.Feature> getFeatureList();", "private MCTypeReference<? extends MCTypeSymbol> initTypeRefASTRanges(ASTPort node, StringBuilder typeName, ASTRanges astType) {\n typeName.append(\"SIUnitRangesType\");\n Log.debug(astType.toString(), \"Type:\");\n Log.debug(typeName.toString(), \"TypeName:\");\n\n SIUnitRangesSymbolReference ref = SIUnitRangesSymbolReference.constructSIUnitRangesSymbolReference(astType.getRanges());\n return ref;\n }", "RangeInfo(int type, float min, float max, float current) {\n/* 3044 */ throw new RuntimeException(\"Stub!\");\n/* */ }", "public void setRange(Range range) { setRange(range, true, true); }", "@Override\n\tpublic void visit(OWLObjectPropertyRangeAxiom axiom) {\n\t\taddFact(RewritingVocabulary.RANGE, //\n\t\t\t\taxiom.getProperty().asOWLObjectProperty().getIRI(),//\n\t\t\t\taxiom.getRange().asOWLClass().getIRI());\n\n\t}", "public boolean isRange() {\r\n return range;\r\n }", "ImmutableList<SchemaOrgType> getTypicalAgeRangeList();", "public RealRange getReferenceRange(RealRange referenceRange);", "public T caseRangeType(RangeType object) {\n\t\treturn null;\n\t}", "private static List<IFeature> parseFeatures(WMElement features) {\n List<IFeature> trainingFeatures = new ArrayList<>();\n for (int i = 0; i < features.ConvertToIdentifier().GetNumberChildren(); i++) {\n IFeature res;\n WMElement curFeatureType = features.ConvertToIdentifier().GetChild(i);\n WMElement curFeature = curFeatureType.ConvertToIdentifier().GetChild(0);\n String featureName = curFeature.GetAttribute();\n String featureVal = curFeature.GetValueAsString();\n double featureValNumerical = -1.0;\n try {\n featureValNumerical = Double.parseDouble(featureVal);\n } catch (Exception e) {\n if (featureVal.equalsIgnoreCase(\"true\")) {\n featureValNumerical = 1.0;\n } else if (featureVal.equalsIgnoreCase(\"false\")) {\n featureValNumerical = 0.0;\n }\n }\n\n switch (curFeatureType.GetAttribute()) {\n case \"boolean\":\n res = new BooleanFeature(featureName, featureValNumerical);\n break;\n case \"numerical\":\n res = new NumericalFeature(featureName, featureValNumerical);\n break;\n case \"categorical\":\n res = new CategoricalFeature(featureName, featureVal);\n break;\n default:\n throw new IllegalArgumentException(\"Given feature type is not supported.\");\n }\n\n trainingFeatures.add(res);\n }\n return trainingFeatures;\n }", "public T caseRangeTypeReference(RangeTypeReference object) {\n\t\treturn null;\n\t}", "interface Feature <T> {\n /**\n * @return original source of data.\n */\n Source source();\n\n /**\n * @return feature's data.\n */\n T data();\n }", "public abstract List<QualifiedName> getAffectedFeatureTypes();", "@Override\r\n public void addRangeClass(AgeClass rgCls)\r\n {\n \r\n range.add(rgCls);\r\n }", "public ExteriorFeature() {\n this.exteriorFeature = \"Generic\";\n }", "@Override\r\n public boolean checkElements(SequenceConstructionExpression owner) {\r\n SequenceRange self = this.getSelf();\r\n Expression rangeLower = self.getRangeLower();\r\n Expression rangeUpper = self.getRangeUpper();\r\n ElementReference rangeLowerType = rangeLower == null? null: rangeLower.getType();\r\n ElementReference rangeUpperType = rangeUpper == null? null: rangeUpper.getType();\r\n return (rangeLowerType == null || rangeLowerType.getImpl().isInteger()) && \r\n (rangeUpperType == null || rangeUpperType.getImpl().isInteger());\r\n }", "public RangeInteger<MoreTypesDemo> getNumberIntRange() {\n return numberIntRange;\n }", "public void test_sf_978259() {\n OntModel md = ModelFactory.createOntologyModel( OntModelSpec.OWL_DL_MEM );\n OntModel ml = ModelFactory.createOntologyModel( OntModelSpec.OWL_LITE_MEM );\n \n DataRange drd = md.createDataRange( md.createList( new Resource[] {OWL.Thing}) );\n \n assertNotNull( drd );\n \n HasValueRestriction hvrd = md.createHasValueRestriction( null, RDFS.seeAlso, OWL.Thing );\n \n assertNotNull( hvrd );\n }", "public abstract Feature<T, ?> convertFeatureCustomType(Feature<T,?> feature);", "@Override\n public int[] ll_getAppropriateFeatures(int typecode) {\n if (!isType(typecode)) {\n return null;\n }\n return types.get(typecode).getFeaturesAsStream().mapToInt(FeatureImpl::getCode).toArray();\n }", "public void add_Range(Range range_to_add){\n this.range_vector.add(range_to_add);\n }", "public com.vodafone.global.er.decoupling.binding.request.RangeValueFullType createRangeValueFullType()\n throws javax.xml.bind.JAXBException\n {\n return new com.vodafone.global.er.decoupling.binding.request.impl.RangeValueFullTypeImpl();\n }", "void addTypedFeature(StructuralFeature typedFeature);", "VocNoun getRange();", "public interface IRange extends EObject\n{\n}", "public interface MediaRangeSubType {}", "interface Literals\n {\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.FeatureModelImpl <em>Feature Model</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FeatureModelImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getFeatureModel()\n * @generated\n */\n EClass FEATURE_MODEL = eINSTANCE.getFeatureModel();\n\n /**\n * The meta object literal for the '<em><b>Id</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute FEATURE_MODEL__ID = eINSTANCE.getFeatureModel_Id();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute FEATURE_MODEL__NAME = eINSTANCE.getFeatureModel_Name();\n\n /**\n * The meta object literal for the '<em><b>Features</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE_MODEL__FEATURES = eINSTANCE.getFeatureModel_Features();\n\n /**\n * The meta object literal for the '<em><b>Primitives</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE_MODEL__PRIMITIVES = eINSTANCE.getFeatureModel_Primitives();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.FeatureModelPrimitiveImpl <em>Feature Model Primitive</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FeatureModelPrimitiveImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getFeatureModelPrimitive()\n * @generated\n */\n EClass FEATURE_MODEL_PRIMITIVE = eINSTANCE.getFeatureModelPrimitive();\n\n /**\n * The meta object literal for the '<em><b>Id</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute FEATURE_MODEL_PRIMITIVE__ID = eINSTANCE.getFeatureModelPrimitive_Id();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute FEATURE_MODEL_PRIMITIVE__NAME = eINSTANCE.getFeatureModelPrimitive_Name();\n\n /**\n * The meta object literal for the '<em><b>Configuration Source</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute FEATURE_MODEL_PRIMITIVE__CONFIGURATION_SOURCE = eINSTANCE.getFeatureModelPrimitive_ConfigurationSource();\n\n /**\n * The meta object literal for the '<em><b>Explanations</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE_MODEL_PRIMITIVE__EXPLANATIONS = eINSTANCE.getFeatureModelPrimitive_Explanations();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.FeatureHasSubfeatureImpl <em>Feature Has Subfeature</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FeatureHasSubfeatureImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getFeatureHasSubfeature()\n * @generated\n */\n EClass FEATURE_HAS_SUBFEATURE = eINSTANCE.getFeatureHasSubfeature();\n\n /**\n * The meta object literal for the '<em><b>Parent</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE_HAS_SUBFEATURE__PARENT = eINSTANCE.getFeatureHasSubfeature_Parent();\n\n /**\n * The meta object literal for the '<em><b>Subfeature</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE_HAS_SUBFEATURE__SUBFEATURE = eINSTANCE.getFeatureHasSubfeature_Subfeature();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.UndirectedRelationshipImpl <em>Undirected Relationship</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.UndirectedRelationshipImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getUndirectedRelationship()\n * @generated\n */\n EClass UNDIRECTED_RELATIONSHIP = eINSTANCE.getUndirectedRelationship();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.DirectedRelationshipImpl <em>Directed Relationship</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.DirectedRelationshipImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getDirectedRelationship()\n * @generated\n */\n EClass DIRECTED_RELATIONSHIP = eINSTANCE.getDirectedRelationship();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.FeatureGroupImpl <em>Feature Group</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FeatureGroupImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getFeatureGroup()\n * @generated\n */\n EClass FEATURE_GROUP = eINSTANCE.getFeatureGroup();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.FeatureImpl <em>Feature</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FeatureImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getFeature()\n * @generated\n */\n EClass FEATURE = eINSTANCE.getFeature();\n\n /**\n * The meta object literal for the '<em><b>Id</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute FEATURE__ID = eINSTANCE.getFeature_Id();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute FEATURE__NAME = eINSTANCE.getFeature_Name();\n\n /**\n * The meta object literal for the '<em><b>Group Has Parent</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__GROUP_HAS_PARENT = eINSTANCE.getFeature_GroupHasParent();\n\n /**\n * The meta object literal for the '<em><b>Group Has Child</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__GROUP_HAS_CHILD = eINSTANCE.getFeature_GroupHasChild();\n\n /**\n * The meta object literal for the '<em><b>Feature Has Parent</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__FEATURE_HAS_PARENT = eINSTANCE.getFeature_FeatureHasParent();\n\n /**\n * The meta object literal for the '<em><b>Feature Has Subfeature</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__FEATURE_HAS_SUBFEATURE = eINSTANCE.getFeature_FeatureHasSubfeature();\n\n /**\n * The meta object literal for the '<em><b>Selected Feature</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__SELECTED_FEATURE = eINSTANCE.getFeature_SelectedFeature();\n\n /**\n * The meta object literal for the '<em><b>Eliminated Feature</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__ELIMINATED_FEATURE = eINSTANCE.getFeature_EliminatedFeature();\n\n /**\n * The meta object literal for the '<em><b>Undirected Relationships</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__UNDIRECTED_RELATIONSHIPS = eINSTANCE.getFeature_UndirectedRelationships();\n\n /**\n * The meta object literal for the '<em><b>Incoming Directed Relationships</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__INCOMING_DIRECTED_RELATIONSHIPS = eINSTANCE.getFeature_IncomingDirectedRelationships();\n\n /**\n * The meta object literal for the '<em><b>Outgoing Directed Relationships</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__OUTGOING_DIRECTED_RELATIONSHIPS = eINSTANCE.getFeature_OutgoingDirectedRelationships();\n\n /**\n * The meta object literal for the '<em><b>Feature Is Root</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE__FEATURE_IS_ROOT = eINSTANCE.getFeature_FeatureIsRoot();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.GroupHasParentImpl <em>Group Has Parent</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.GroupHasParentImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getGroupHasParent()\n * @generated\n */\n EClass GROUP_HAS_PARENT = eINSTANCE.getGroupHasParent();\n\n /**\n * The meta object literal for the '<em><b>Parent</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GROUP_HAS_PARENT__PARENT = eINSTANCE.getGroupHasParent_Parent();\n\n /**\n * The meta object literal for the '<em><b>Group</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GROUP_HAS_PARENT__GROUP = eINSTANCE.getGroupHasParent_Group();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.GroupHasChildImpl <em>Group Has Child</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.GroupHasChildImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getGroupHasChild()\n * @generated\n */\n EClass GROUP_HAS_CHILD = eINSTANCE.getGroupHasChild();\n\n /**\n * The meta object literal for the '<em><b>Child</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GROUP_HAS_CHILD__CHILD = eINSTANCE.getGroupHasChild_Child();\n\n /**\n * The meta object literal for the '<em><b>Group</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GROUP_HAS_CHILD__GROUP = eINSTANCE.getGroupHasChild_Group();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.SelectedFeatureImpl <em>Selected Feature</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.SelectedFeatureImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getSelectedFeature()\n * @generated\n */\n EClass SELECTED_FEATURE = eINSTANCE.getSelectedFeature();\n\n /**\n * The meta object literal for the '<em><b>Feature</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference SELECTED_FEATURE__FEATURE = eINSTANCE.getSelectedFeature_Feature();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.EliminatedFeatureImpl <em>Eliminated Feature</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.EliminatedFeatureImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getEliminatedFeature()\n * @generated\n */\n EClass ELIMINATED_FEATURE = eINSTANCE.getEliminatedFeature();\n\n /**\n * The meta object literal for the '<em><b>Feature</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ELIMINATED_FEATURE__FEATURE = eINSTANCE.getEliminatedFeature_Feature();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.FeatureIsRootImpl <em>Feature Is Root</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FeatureIsRootImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getFeatureIsRoot()\n * @generated\n */\n EClass FEATURE_IS_ROOT = eINSTANCE.getFeatureIsRoot();\n\n /**\n * The meta object literal for the '<em><b>Feature</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FEATURE_IS_ROOT__FEATURE = eINSTANCE.getFeatureIsRoot_Feature();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.ExplanationImpl <em>Explanation</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.ExplanationImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getExplanation()\n * @generated\n */\n EClass EXPLANATION = eINSTANCE.getExplanation();\n\n /**\n * The meta object literal for the '<em><b>Primitives</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference EXPLANATION__PRIMITIVES = eINSTANCE.getExplanation_Primitives();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.GroupHasMaxImpl <em>Group Has Max</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.GroupHasMaxImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getGroupHasMax()\n * @generated\n */\n EClass GROUP_HAS_MAX = eINSTANCE.getGroupHasMax();\n\n /**\n * The meta object literal for the '<em><b>Max</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute GROUP_HAS_MAX__MAX = eINSTANCE.getGroupHasMax_Max();\n\n /**\n * The meta object literal for the '<em><b>Group</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GROUP_HAS_MAX__GROUP = eINSTANCE.getGroupHasMax_Group();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.GroupHasMinImpl <em>Group Has Min</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.GroupHasMinImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getGroupHasMin()\n * @generated\n */\n EClass GROUP_HAS_MIN = eINSTANCE.getGroupHasMin();\n\n /**\n * The meta object literal for the '<em><b>Min</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute GROUP_HAS_MIN__MIN = eINSTANCE.getGroupHasMin_Min();\n\n /**\n * The meta object literal for the '<em><b>Group</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GROUP_HAS_MIN__GROUP = eINSTANCE.getGroupHasMin_Group();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.AlternativeGroupImpl <em>Alternative Group</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.AlternativeGroupImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getAlternativeGroup()\n * @generated\n */\n EClass ALTERNATIVE_GROUP = eINSTANCE.getAlternativeGroup();\n\n /**\n * The meta object literal for the '<em><b>Group Has Parent</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ALTERNATIVE_GROUP__GROUP_HAS_PARENT = eINSTANCE.getAlternativeGroup_GroupHasParent();\n\n /**\n * The meta object literal for the '<em><b>Group Has Child</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ALTERNATIVE_GROUP__GROUP_HAS_CHILD = eINSTANCE.getAlternativeGroup_GroupHasChild();\n\n /**\n * The meta object literal for the '<em><b>Group Has Max</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ALTERNATIVE_GROUP__GROUP_HAS_MAX = eINSTANCE.getAlternativeGroup_GroupHasMax();\n\n /**\n * The meta object literal for the '<em><b>Group Has Min</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ALTERNATIVE_GROUP__GROUP_HAS_MIN = eINSTANCE.getAlternativeGroup_GroupHasMin();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.OrGroupImpl <em>Or Group</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.OrGroupImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getOrGroup()\n * @generated\n */\n EClass OR_GROUP = eINSTANCE.getOrGroup();\n\n /**\n * The meta object literal for the '<em><b>Group Has Parent</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference OR_GROUP__GROUP_HAS_PARENT = eINSTANCE.getOrGroup_GroupHasParent();\n\n /**\n * The meta object literal for the '<em><b>Group Has Child</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference OR_GROUP__GROUP_HAS_CHILD = eINSTANCE.getOrGroup_GroupHasChild();\n\n /**\n * The meta object literal for the '<em><b>Group Has Max</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference OR_GROUP__GROUP_HAS_MAX = eINSTANCE.getOrGroup_GroupHasMax();\n\n /**\n * The meta object literal for the '<em><b>Group Has Min</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference OR_GROUP__GROUP_HAS_MIN = eINSTANCE.getOrGroup_GroupHasMin();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.FeatureHasOptionalSubfeatureImpl <em>Feature Has Optional Subfeature</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FeatureHasOptionalSubfeatureImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getFeatureHasOptionalSubfeature()\n * @generated\n */\n EClass FEATURE_HAS_OPTIONAL_SUBFEATURE = eINSTANCE.getFeatureHasOptionalSubfeature();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.FeatureHasMandatorySubfeatureImpl <em>Feature Has Mandatory Subfeature</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FeatureHasMandatorySubfeatureImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getFeatureHasMandatorySubfeature()\n * @generated\n */\n EClass FEATURE_HAS_MANDATORY_SUBFEATURE = eINSTANCE.getFeatureHasMandatorySubfeature();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.MutualExclusiveImpl <em>Mutual Exclusive</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.MutualExclusiveImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getMutualExclusive()\n * @generated\n */\n EClass MUTUAL_EXCLUSIVE = eINSTANCE.getMutualExclusive();\n\n /**\n * The meta object literal for the '<em><b>Related Features</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference MUTUAL_EXCLUSIVE__RELATED_FEATURES = eINSTANCE.getMutualExclusive_RelatedFeatures();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.CustomUndirectedRelationshipImpl <em>Custom Undirected Relationship</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.CustomUndirectedRelationshipImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getCustomUndirectedRelationship()\n * @generated\n */\n EClass CUSTOM_UNDIRECTED_RELATIONSHIP = eINSTANCE.getCustomUndirectedRelationship();\n\n /**\n * The meta object literal for the '<em><b>Stereotype</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute CUSTOM_UNDIRECTED_RELATIONSHIP__STEREOTYPE = eINSTANCE.getCustomUndirectedRelationship_Stereotype();\n\n /**\n * The meta object literal for the '<em><b>Related Features</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference CUSTOM_UNDIRECTED_RELATIONSHIP__RELATED_FEATURES = eINSTANCE.getCustomUndirectedRelationship_RelatedFeatures();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.RequiresImpl <em>Requires</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.RequiresImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getRequires()\n * @generated\n */\n EClass REQUIRES = eINSTANCE.getRequires();\n\n /**\n * The meta object literal for the '<em><b>Sources</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference REQUIRES__SOURCES = eINSTANCE.getRequires_Sources();\n\n /**\n * The meta object literal for the '<em><b>Targets</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference REQUIRES__TARGETS = eINSTANCE.getRequires_Targets();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.TemporalOrderingSequentialImpl <em>Temporal Ordering Sequential</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.TemporalOrderingSequentialImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getTemporalOrderingSequential()\n * @generated\n */\n EClass TEMPORAL_ORDERING_SEQUENTIAL = eINSTANCE.getTemporalOrderingSequential();\n\n /**\n * The meta object literal for the '<em><b>Sources</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference TEMPORAL_ORDERING_SEQUENTIAL__SOURCES = eINSTANCE.getTemporalOrderingSequential_Sources();\n\n /**\n * The meta object literal for the '<em><b>Targets</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference TEMPORAL_ORDERING_SEQUENTIAL__TARGETS = eINSTANCE.getTemporalOrderingSequential_Targets();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.CustomDirectedRelationshipImpl <em>Custom Directed Relationship</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.CustomDirectedRelationshipImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getCustomDirectedRelationship()\n * @generated\n */\n EClass CUSTOM_DIRECTED_RELATIONSHIP = eINSTANCE.getCustomDirectedRelationship();\n\n /**\n * The meta object literal for the '<em><b>Stereotype</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute CUSTOM_DIRECTED_RELATIONSHIP__STEREOTYPE = eINSTANCE.getCustomDirectedRelationship_Stereotype();\n\n /**\n * The meta object literal for the '<em><b>Sources</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference CUSTOM_DIRECTED_RELATIONSHIP__SOURCES = eINSTANCE.getCustomDirectedRelationship_Sources();\n\n /**\n * The meta object literal for the '<em><b>Targets</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference CUSTOM_DIRECTED_RELATIONSHIP__TARGETS = eINSTANCE.getCustomDirectedRelationship_Targets();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.impl.AutoCompleteImpl <em>Auto Complete</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.AutoCompleteImpl\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getAutoComplete()\n * @generated\n */\n EClass AUTO_COMPLETE = eINSTANCE.getAutoComplete();\n\n /**\n * The meta object literal for the '{@link fr.inria.familiar.fmlero.fmprimitives.ConfigurationSource <em>Configuration Source</em>}' enum.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.inria.familiar.fmlero.fmprimitives.ConfigurationSource\n * @see fr.inria.familiar.fmlero.fmprimitives.impl.FmprimitivesPackageImpl#getConfigurationSource()\n * @generated\n */\n EEnum CONFIGURATION_SOURCE = eINSTANCE.getConfigurationSource();\n\n }", "UMLStructuralFeature createUMLStructuralFeature();", "private Filter rangeFilter(String start, String end, Object minValue, Object maxValue) {\n Filter f1 = FF.lessOrEqual(FF.property(start), FF.literal(maxValue));\n Filter f2 = FF.greaterOrEqual(FF.property(end), FF.literal(minValue));\n return FF.and(Arrays.asList(f1, f2));\n\n// Filter f1 = FF.greaterOrEqual(FF.property(start), FF.literal(minValue));\n// Filter f2 = FF.lessOrEqual(FF.property(end), FF.literal(maxValue));\n// return FF.and(Arrays.asList(f1, f2));\n }", "StockRangeLineType createStockRangeLineType();", "@Override\n\tpublic int getRange() {\n\t\treturn range;\n\t}", "@Test(timeout = 4000)\n public void test14() throws Throwable {\n Range range0 = Range.of((-1259L));\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.SPACE_BASED;\n range0.toString(range_CoordinateSystem0);\n Range range1 = Range.of((-1259L));\n long long0 = new Long((-1259L));\n range1.getEnd();\n Range range2 = range0.intersection(range1);\n List<Range> list0 = range2.split(255L);\n range2.complementFrom(list0);\n Range range3 = range1.asRange();\n String string0 = null;\n range3.intersection(range1);\n Range.CoordinateSystem range_CoordinateSystem1 = Range.CoordinateSystem.RESIDUE_BASED;\n range2.getEnd(range_CoordinateSystem1);\n // Undeclared exception!\n try { \n Range.parseRange(\"[ -1259 .. -1258 ]/SB\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // can not parse [ -1259 .. -1258 ]/SB into a Range\n //\n verifyException(\"org.jcvi.jillion.core.Range\", e);\n }\n }", "@Test\n void shouldReturnPrimitiveTypeOnly() {\n assertThat(TypeVisitor.gatherAllTypes(int.class), contains(int.class));\n assertThat(TypeVisitor.gatherAllTypes(double.class), contains(double.class));\n assertThat(TypeVisitor.gatherAllTypes(char.class), contains(char.class));\n }", "@Test(timeout = 4000)\n public void test116() throws Throwable {\n Range range0 = Range.ofLength(4294967244L);\n Long long0 = new Long(4294967244L);\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.RESIDUE_BASED;\n range0.toString(range_CoordinateSystem0);\n Range.of(4294967244L);\n Range.CoordinateSystem.values();\n Range range1 = Range.parseRange(\"[ 1 .. 4294967244 ]/RB\");\n Range.CoordinateSystem range_CoordinateSystem1 = Range.CoordinateSystem.RESIDUE_BASED;\n Range range2 = Range.parseRange(\"[ 1 .. 4294967244 ]/RB\", range_CoordinateSystem1);\n range2.getEnd();\n range0.equals(range1);\n range2.getBegin();\n Range.CoordinateSystem range_CoordinateSystem2 = Range.CoordinateSystem.RESIDUE_BASED;\n // Undeclared exception!\n try { \n Range.parseRange(\"org.jcvi.jillion.core.Range$UnsignedByteStartLongLengthRange\", range_CoordinateSystem2);\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // can not parse org.jcvi.jillion.core.Range$UnsignedByteStartLongLengthRange into a Range\n //\n verifyException(\"org.jcvi.jillion.core.Range\", e);\n }\n }", "public NodeUnion<? extends DeclaredTypeListNode> getUnionForBounds();", "@Override\r\n public String toString() {\r\n return \"Range [\" + \"min=\" + min + \", max=\" + max + \"]\";\r\n }", "public void setRange(boolean range) {\r\n this.range = range;\r\n }", "@Test(timeout = 4000)\n public void test046() throws Throwable {\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.SPACE_BASED;\n Range range0 = Range.of(range_CoordinateSystem0, 32740L, 2147483647L);\n Range.CoordinateSystem range_CoordinateSystem1 = Range.CoordinateSystem.RESIDUE_BASED;\n range0.toString(range_CoordinateSystem1);\n range0.toString();\n Range range1 = Range.parseRange(\"[ 32740 .. 2147483646 ]/0B\", range_CoordinateSystem1);\n range1.startsBefore(range0);\n range1.equals(range0);\n range0.equals(\"[ 32740 .. 2147483646 ]/0B\");\n // Undeclared exception!\n try { \n Range.Comparators.valueOf(\"org.jcvi.jillion.core.Range$UnsignedByteStartLongLengthRange\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.Comparators.org.jcvi.jillion.core.Range$UnsignedByteStartLongLengthRange\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "@Test(timeout = 4000)\n public void test048() throws Throwable {\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.SPACE_BASED;\n Range range0 = Range.of(range_CoordinateSystem0, 32740L, 2147483647L);\n Range.CoordinateSystem range_CoordinateSystem1 = Range.CoordinateSystem.RESIDUE_BASED;\n range0.toString(range_CoordinateSystem1);\n range0.toString();\n Range range1 = Range.parseRange(\"[ 32740 .. 2147483646 ]/0B\", range_CoordinateSystem1);\n range0.isSubRangeOf(range1);\n range1.equals(range0);\n range0.equals(\"[ 32740 .. 2147483646 ]/0B\");\n // Undeclared exception!\n try { \n Range.Comparators.valueOf(\"org.jcvi.jillion.core.Range$UnsignedByteStartLongLengthRange\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.Comparators.org.jcvi.jillion.core.Range$UnsignedByteStartLongLengthRange\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "@Test(timeout = 4000)\n public void test25() throws Throwable {\n Range.Builder range_Builder0 = new Range.Builder();\n range_Builder0.contractBegin(0L);\n range_Builder0.copy();\n range_Builder0.copy();\n Range range0 = range_Builder0.build();\n range_Builder0.shift(265L);\n LinkedList<Range> linkedList0 = new LinkedList<Range>();\n linkedList0.add(range0);\n range0.complementFrom(linkedList0);\n Range range1 = Range.of((-3234L));\n range0.isSubRangeOf(range1);\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.RESIDUE_BASED;\n range0.complementFrom(linkedList0);\n range1.intersects(range0);\n // Undeclared exception!\n try { \n Range.Comparators.valueOf(\"TGa_,[\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.Comparators.TGa_,[\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "public MappedFeatureTypeReference( QualifiedName featureTypeName ) {\n this.featureTypeName = featureTypeName;\n }", "public boolean containsRange(Range range) {\n/* 317 */ if (range == null) {\n/* 318 */ return false;\n/* */ }\n/* 320 */ return (containsLong(range.getMinimumLong()) && containsLong(range.getMaximumLong()));\n/* */ }", "public double getRange(){\n\t\treturn range;\n\t}", "void addPowertypeRange(Generalization powertypeRange);", "@Override\n\tpublic List<IRange> getRangeList() {\n\t\treturn null;\n\t}", "public Integer getFeature() {\n return feature;\n }", "Builder addTypicalAgeRange(Text value);", "@Test(timeout = 4000)\n public void test066() throws Throwable {\n Range range0 = Range.ofLength(0L);\n range0.toString();\n range0.getEnd();\n Range.CoordinateSystem range_CoordinateSystem0 = Range.CoordinateSystem.RESIDUE_BASED;\n range0.toString(range_CoordinateSystem0);\n Object object0 = new Object();\n range0.equals(\"[ 0 .. -1 ]/0B\");\n Range.CoordinateSystem.values();\n Range.CoordinateSystem.values();\n range0.equals(range0);\n range0.getBegin();\n // Undeclared exception!\n try { \n Range.Comparators.valueOf(\"[ 0 .. -1 ]/0B\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.Comparators.[ 0 .. -1 ]/0B\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "int getOneof1600();", "List<Feature> getFeatures();", "Builder addTypicalAgeRange(String value);", "public boolean isLongRange() {\n\t\treturn this.ordinal() >= 2 && this.ordinal() <= 4;\n\t}", "Collection<Feature> getReference();", "int getFeatureValue();", "Iterator features();", "public String getRange() {\n return this.range;\n }", "com.google.cloud.vision.v1p3beta1.Feature.Type getType();", "private void add_range(Question q)\n\t{\n\t\tlog.debug(\"Question \" + q.getQid() + \" is getting checked for ranges\");\n\t\tString min = doc.selectSingleNode(\"//document/question_attributes/rows/row[qid=\" + q.getQid() + \" and attribute='min_num_value_n']/value\").getText();\n\t\tString max = doc.selectSingleNode(\"//document/question_attributes/rows/row[qid=\" + q.getQid() + \" and attribute='max_num_value_n']/value\").getText();\n\n\t\tif (min != \"\") {\n\t\t\tq.setFloat_range_min(min);\n\t\t}\n\t\tif (max != \"\") {\n\t\t\tq.setFloat_range_max(max);\n\t\t}\n\t\tlog.debug(\"range check finished\");\n\t}", "boolean HasRange() {\r\n\t\treturn hasRange;\r\n\t}", "public void setFeature(Integer feature) {\n this.feature = feature;\n }", "Feature createFeature();", "@Override\n\t@Deprecated\n\tprotected final void rangeCheck ( int from , int to ) {\n\t}", "List<IFeature> getFeatureList();", "public void calcualteFeatureValue(Collection<Instance> instanceCollection);", "@SuppressWarnings({ \"rawtypes\", \"unchecked\" })\n\tFeature<T, ?> convertFeature(Feature<T,?> feature) {\n\t\tFeature<T, ?> convertedFeature = feature;\n\t\tif (feature.getFeatureType().equals(StringFeature.class) && !(feature instanceof StringFeature)) {\n\t\t\tconvertedFeature = new StringFeatureWrapper(feature);\n\t\t} else if (feature.getFeatureType().equals(BooleanFeature.class) && !(feature instanceof BooleanFeature)) {\n\t\t\tconvertedFeature = new BooleanFeatureWrapper(feature);\n\t\t} else if (feature.getFeatureType().equals(DoubleFeature.class) && !(feature instanceof DoubleFeature)) {\n\t\t\tconvertedFeature = new DoubleFeatureWrapper(feature);\n\t\t} else if (feature.getFeatureType().equals(IntegerFeature.class) && !(feature instanceof IntegerFeature)) {\n\t\t\tconvertedFeature = new IntegerFeatureWrapper(feature);\n\t\t} else {\n\t\t\tconvertedFeature = this.convertFeatureCustomType(feature);\n\t\t\tif (convertedFeature==null)\n\t\t\t\tconvertedFeature = feature;\n\t\t}\n\t\treturn convertedFeature;\n\t}", "public boolean isBitRangeExpr() {\n return false;\n }", "public interface IntervalRange<V extends Comparable<V>> extends Range<V> {\n\n\t/**\n\t * This method returns the lower bound of the interval.\n\t * \n\t * @return the lower bound. <code>null</code> means there is no lower bound,\n\t * i.e., this is an open interval.\n\t */\n\tpublic V getLowerBound();\n\n\t/**\n\t * This method returns the upper bound of the interval.\n\t * \n\t * @return the upper bound. <code>null</code> means there is no upper bound,\n\t * i.e., this is an open interval.\n\t */\n\tpublic V getUpperBound();\n\n}", "public double[] getRange() \n{\n\treturn range;\n}", "int getRange();", "ValueRangeConstraint createValueRangeConstraint();", "@JSProperty(\"range\")\n double getRange();", "private NamedFeature getUnigeneTestFeature(){\n BasicFeature testFeat = new BasicFeature(\"chr2\", 179908392, 179909870);\n testFeat.setName(\"hs.516555\");\n return testFeat;\n }", "public AttributeRanges() {\n }" ]
[ "0.62737083", "0.61781746", "0.5837374", "0.5688994", "0.56595343", "0.56301934", "0.5594899", "0.5553501", "0.55495405", "0.548708", "0.54615885", "0.54587936", "0.5438825", "0.54330593", "0.5420381", "0.5420381", "0.5396973", "0.5371446", "0.53542215", "0.5341566", "0.5341566", "0.5340811", "0.5331374", "0.5316608", "0.52799326", "0.5202148", "0.51915747", "0.5190055", "0.5190055", "0.51873964", "0.5173161", "0.51618737", "0.5148704", "0.5133819", "0.5128573", "0.51202655", "0.5110138", "0.5109751", "0.5103439", "0.51002306", "0.50990933", "0.50919217", "0.50912356", "0.5089259", "0.50705343", "0.5069979", "0.5068791", "0.505773", "0.50565946", "0.5053278", "0.5031036", "0.5030959", "0.5021117", "0.501038", "0.499007", "0.49885684", "0.4976269", "0.49604517", "0.49571124", "0.49435106", "0.49350122", "0.49298874", "0.49245495", "0.49224418", "0.49221414", "0.49211216", "0.49180242", "0.49164766", "0.49089417", "0.4906058", "0.48812535", "0.48794666", "0.48789006", "0.48768574", "0.48745045", "0.4868314", "0.48541802", "0.48524132", "0.48518518", "0.48498598", "0.4848072", "0.48478556", "0.48434427", "0.4842925", "0.48423898", "0.48303103", "0.4827915", "0.4821455", "0.48160183", "0.48048976", "0.48036656", "0.4801456", "0.47915345", "0.47888026", "0.4786238", "0.47860977", "0.47719914", "0.4769782", "0.47693932", "0.47672266", "0.47664723" ]
0.0
-1
/ note that subtypes of String are considered primitive
@Override public boolean ll_isPrimitiveType(int typeCode) { return !ll_isRefType(typeCode); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected abstract SimpleType doParseString(String s);", "public boolean isPrimitiveOrString(String fieldType) {\n return fieldType.equals(\"int\") || fieldType.equals(\"short\") || fieldType.equals(\"long\") ||\n fieldType.equals(\"byte\") || fieldType.equals(\"char\") || fieldType.equals(\"float\") ||\n fieldType.equals(\"double\") || fieldType.equals(\"boolean\") || fieldType.equals(\"String\");\n }", "@Test\n void inferString() {\n var s = \"Hello, World!\"; // Not helpful\n assertEquals(String.class, s.getClass());\n }", "void mo12635a(String str);", "public boolean isString();", "protected boolean isPrimitiveOrString(Class<?> clazz) {\n return clazz.isPrimitive() || clazz.isAssignableFrom(String.class);\n }", "private static boolean isPrimitive(String value) {\n boolean status = true;\n value = value.trim();\n if (value.length() < 1) {\n return false;\n }\n for (int i = 0; i < value.length(); i++) {\n char c = value.charAt(i);\n if (!Character.isDigit(c)) {\n status = false;\n break;\n }\n }\n\n return status;\n }", "abstract String mo1747a(String str);", "private static boolean isValidTypeString(String string)\r\n {\r\n return VALID_TYPE_STRINGS.contains(string);\r\n }", "void mo37759a(String str);", "public boolean isPrimitiveOrString(Field field) {\r\n Class type = field.getType();\r\n String name = type.getName();\r\n\r\n return type.isPrimitive() || name.startsWith(\"java\") || name.startsWith(\"sun\");\r\n }", "public String toPrimitive(String fieldType) {\n String res = \"\";\n if (fieldType.equals(\"Integer\")) { res = \"int\"; }\n else if (fieldType.equals(\"Short\")) { res = \"short\"; }\n else if (fieldType.equals(\"Long\")) { res = \"long\"; }\n else if (fieldType.equals(\"Byte\")) { res = \"byte\"; }\n else if (fieldType.equals(\"Character\")) { res = \"char\"; }\n else if (fieldType.equals(\"Float\")) { res = \"float\"; }\n else if (fieldType.equals(\"Double\")) { res = \"double\"; }\n else if (fieldType.equals(\"Boolean\")) { res = \"boolean\"; }\n else { return fieldType; }\n return res;\n }", "void mo1791a(String str);", "public abstract void addValue(String str, Type type);", "void mo3768a(String str);", "void mo85415a(String str);", "public boolean isString()\n {\n return true;\n }", "default T handleString(String val) {\n throw new UnsupportedOperationException();\n }", "@Override\n\tpublic void setPrimitiveAsString(boolean arg0) {\n\n\t}", "private CData convert(EValueType type, String str) {\n switch (type)\n {\n case DOUBLE_64:\n return new CData(type, Double.valueOf(str));\n case FLOAT_32:\n return new CData(type, Float.valueOf(str));\n case INT_16:\n return new CData(type, Short.valueOf(str));\n case INT_32:\n return new CData(type, Integer.valueOf(str));\n case INT_64:\n return new CData(type, Long.valueOf(str));\n case INT_8:\n return new CData(type, str.charAt(0));\n case UINT_64:\n return new CData(type, Long.valueOf(str));\n case UINT_32:\n return new CData(type, Long.valueOf(str));\n case UINT_16:\n return new CData(type, Character.valueOf(str.charAt(0)));\n case UINT_8:\n return new CData(type, str.charAt(0));\n case VOID:\n default:\n return CData.VOID;\n }\n }", "void mo88522a(String str);", "protected static boolean isString(Type t) {\r\n \t\tif(t instanceof Type.Clazz) {\r\n \t\t\tType.Clazz c = (Type.Clazz) t;\r\n \t\t\t return c.pkg().equals(\"java.lang\") && c.components().size() == 1\r\n \t\t\t\t\t&& c.components().get(0).first().equals(\"String\");\t\t\t\r\n \t\t}\r\n \t\treturn false;\r\n \t}", "void mo1932a(String str);", "@Override\n public void handleString(String s) {\n\n }", "String asString ();", "@Test\n public void testRequireAtomString_GenericType_String_2() {\n LOGGER.info(\"requireAtomString\");\n final AtomString actual = new AtomString();\n final AtomString expected = requireAtomString(actual, \"Message\");\n assertEquals(expected, actual);\n }", "void mo9697a(String str);", "public abstract void mo4373a(String str);", "void mo41089d(String str);", "public void testObjectToStringScalar() {\n\n assertEquals(\"Boolean->String\", \"false\", LocaleConvertUtils.convert(Boolean.FALSE));\n assertEquals(\"Boolean->String\", \"true\", LocaleConvertUtils.convert(Boolean.TRUE));\n assertEquals(\"Byte->String\", \"123\", LocaleConvertUtils.convert(Byte.valueOf((byte) 123)));\n assertEquals(\"Character->String\", \"a\", LocaleConvertUtils.convert(Character.valueOf('a')));\n assertEquals(\"Double->String\", \"123\" + decimalSeparator + \"4\", LocaleConvertUtils.convert(Double.valueOf(123.4)));\n assertEquals(\"Float->String\", \"123\" + decimalSeparator + \"4\", LocaleConvertUtils.convert(Float.valueOf((float) 123.4)));\n assertEquals(\"Integer->String\", \"123\", LocaleConvertUtils.convert(Integer.valueOf(123)));\n assertEquals(\"Long->String\", \"123\", LocaleConvertUtils.convert(Long.valueOf(123)));\n assertEquals(\"Short->String\", \"123\", LocaleConvertUtils.convert(Short.valueOf((short) 123)));\n assertEquals(\"String->String\", \"abc\", LocaleConvertUtils.convert(\"abc\"));\n assertEquals(\"String->String null\", null, LocaleConvertUtils.convert(null));\n\n }", "void mo1934b(String str);", "public boolean isWrapperOrString(String fieldType) {\n return fieldType.equals(\"Integer\") || fieldType.equals(\"Short\") || fieldType.equals(\"Long\") ||\n fieldType.equals(\"Byte\") || fieldType.equals(\"Character\") || fieldType.equals(\"Float\") ||\n fieldType.equals(\"Double\") || fieldType.equals(\"Boolean\") || fieldType.equals(\"String\");\n }", "public boolean isString() {\n return this.data instanceof String;\n }", "void mo1935c(String str);", "C11998c mo41090e(String str);", "String getStringClass();", "void mo5871a(String str);", "String getString();", "String getString();", "String getString();", "public abstract String getString();", "public abstract String getString();", "public DataPrimitive(String value) {\n\t\tsuper();\n\t\tif (value == null) {\n\t\t\tthis.value = \"\"; \n\t\t} else {\n\t\t\tthis.value = value;\n\t\t}\n\t}", "public boolean isString() {\n return false;\n }", "CharacterStringDataType getStringTypeOption();", "public static Value makeAnyStrNumeric() {\n return theStrNumeric;\n }", "public abstract void mo70704a(String str);", "public void m23080b(String str) {\n }", "public boolean typeStringsEqual(String uti1, String uti2);", "@java.lang.Override\n public com.google.protobuf.ByteString\n getStringValueBytes() {\n java.lang.Object ref = \"\";\n if (typeCase_ == 5) {\n ref = type_;\n }\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.google.protobuf.ByteString.copyFromUtf8(\n (java.lang.String) ref);\n if (typeCase_ == 5) {\n type_ = b;\n }\n return b;\n } else {\n return (com.google.protobuf.ByteString) ref;\n }\n }", "@java.lang.Override\n public java.lang.String getStringValue() {\n java.lang.Object ref = \"\";\n if (typeCase_ == 5) {\n ref = type_;\n }\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) ref;\n java.lang.String s = bs.toStringUtf8();\n if (typeCase_ == 5) {\n type_ = s;\n }\n return s;\n } else {\n return (java.lang.String) ref;\n }\n }", "static String type(String sin){\n String s = new String();\n for(int c = 0; 0<sin.length();c++){\n if(sin.charAt(c)>='a'&&sin.charAt(c)<='z'){\n s+=\"variable\";\n }else if(sin.charAt(c)>='0'&&sin.charAt(c)<='0'){\n s+=\"Integer\";\n }\n }\n return s;\n }", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "java.lang.String getType();", "public static void main(String[] args) {\n\r\n String myString = \"This is my string\";\r\n System.out.println(\"My String: \" + myString);\r\n myString = myString + \", and this is an addition to the string.\";\r\n System.out.println(\"Updated String: \" + myString);\r\n double doubleNum = 120d;\r\n String newString = \"Adding non-string types to strings\";\r\n newString = newString + doubleNum;\r\n System.out.println(newString);\r\n }", "public void m23077a(String str) {\n }", "public static synchronized boolean isPrimitive(String value){\n\t\treturn ClassRegistry.xmlprimitives.containsKey(value);\n\t}", "protected final Object fromStringImpl(String string)\n throws TypeValueException {\n int y, m, d;\n try {\n y = Integer.parseInt(string.substring(0, 4));\n m = Integer.parseInt(string.substring(4, 6));\n d = Integer.parseInt(string.substring(6, 8));\n } catch (NumberFormatException nfe) {\n\n // Should never happen, since isValidValueImpl(String) will have been\n // called\n throw new TypeValueException(this, string);\n }\n\n // Check that the values are in the correct range\n return new Value(y, m, d);\n }", "public interface SString extends SInlinedSQLType\n{\n}", "C11996a mo41085b(String str);", "String asString();", "public final String getPrimitiveStringValue() {\r\n return (String) (value = value.toString());\r\n }", "default boolean isPrimitive() {\n return false;\n }", "@Override\n\t\t\tprotected Type convert(String text) {\n\t\t\t\tType t = null;\n\t\t\t\ttry {\n\t\t\t\t\t// return null if the types do not match the\n\t\t\t\t\t// original\n\t\t\t\t\tt = Type.getType(text);\n\t\t\t\t\tif (t == null || !match(t, original)) {\n\t\t\t\t\t\treturn null;\n\t\t\t\t\t}\n\t\t\t\t} catch (Exception e) {}\n\t\t\t\treturn t;\n\t\t\t}", "@SuppressWarnings({\"unchecked\", \"rawtypes\"})\n private void setStringValue(final String valueString) {\n // figure out the type of T and create object based on T=Integer, T=Double, T=Boolean, T=Valuable\n if (value instanceof List<?>) {\n List list = (List) get();\n list.clear();\n // remove start and end spaces\n String valueString2 = valueString.replaceAll(\"^\\\\s+\", \"\");\n valueString2 = valueString2.replaceAll(\"\\\\s+$\", \"\");\n // split into space-separated bits\n String[] valuesString = valueString2.split(\"\\\\s+\");\n for (int i = 0; i < valuesString.length; i++) {\n if (theClass.equals(Integer.class)) {\n list.add(new Integer(valuesString[i % valuesString.length]));\n } else if (theClass.equals(Double.class)) {\n list.add(new Double(valuesString[i % valuesString.length]));\n } else if (theClass.equals(Boolean.class)) {\n String str = valuesString[i % valuesString.length].toLowerCase();\n list.add(str.equals(\"1\") || str.equals(\"true\") || str.equals(\"yes\"));\n } else if (theClass.equals(String.class)) {\n list.add(new String(valuesString[i % valuesString.length]));\n }\n }\n return;\n }\n\n if (theClass.equals(Integer.class)) {\n setValue(new Integer(valueString));\n return;\n }\n if (theClass.equals(Double.class)) {\n \tsetValue(new Double(valueString));\n return;\n }\n if (theClass.equals(Boolean.class)) {\n final String valueString2 = valueString.toLowerCase();\n if (valueString2.equals(\"yes\") || valueString2.equals(\"true\")) {\n \tsetValue(Boolean.TRUE);\n return;\n } else if (valueString2.equals(\"no\") || valueString2.equals(\"false\")) {\n \tsetValue(Boolean.FALSE);\n return;\n }\n }\n if (theClass.equals(Function.class)) {\n \tfinal Function.Constant param = new Function.Constant(valueString);\n \tsetValue(param);\n param.getOutputs().add(BEASTObjectStore.INSTANCE.getBEASTObject(beastObject));\n return;\n }\n\n if (theClass.isEnum()) {\n \tif (possibleValues == null) {\n \t\tpossibleValues = (T[]) theClass.getDeclaringClass().getEnumConstants();\n \t}\n for (final T t : possibleValues) {\n if (valueString.equals(t.toString())) {\n \tsetValue(t);\n return;\n }\n }\n throw new IllegalArgumentException(\"Input 104: value \" + valueString + \" not found. Select one of \" + Arrays.toString(possibleValues));\n }\n\n // call a string constructor of theClass\n try {\n Constructor ctor;\n Object v = valueString;\n try {\n \tctor = theClass.getDeclaredConstructor(String.class);\n } catch (NoSuchMethodException e) {\n \t// we get here if there is not String constructor\n \t// try integer constructor instead\n \ttry {\n \t\tif (valueString.startsWith(\"0x\")) {\n \t\t\tv = Integer.parseInt(valueString.substring(2), 16);\n \t\t} else {\n \t\t\tv = Integer.parseInt(valueString);\n \t\t}\n \tctor = theClass.getDeclaredConstructor(int.class);\n \t\n \t} catch (NumberFormatException e2) {\n \t// could not parse as integer, try double instead\n \t\tv = Double.parseDouble(valueString);\n \tctor = theClass.getDeclaredConstructor(double.class);\n \t}\n }\n ctor.setAccessible(true);\n final Object o = ctor.newInstance(v);\n setValue(o);\n if (o instanceof BEASTInterface) {\n ((BEASTInterface) o).getOutputs().add(BEASTObjectStore.INSTANCE.getBEASTObject(beastObject));\n }\n } catch (Exception e) {\n throw new IllegalArgumentException(\"Input 103: type mismatch, cannot initialize input '\" + getName() +\n \"' with value '\" + valueString + \"'.\\nExpected something of type \" + getType().getName() +\n \".\\n\" + (e.getMessage() != null ? e.getMessage() : \"\"));\n }\n }", "boolean isSetString();", "public static boolean isPrimitiveSchemaTypeStr(String typeStr) {\n boolean isPrimitive = false;\n\n // Use \"BYTES\" as the default type if the type string is not explicitly specified\n if (StringUtils.isBlank(typeStr)) {\n typeStr = \"BYTES\";\n }\n\n if (typeStr.equalsIgnoreCase(\"BOOLEAN\") || typeStr.equalsIgnoreCase(\"INT8\") ||\n typeStr.equalsIgnoreCase(\"INT16\") || typeStr.equalsIgnoreCase(\"INT32\") ||\n typeStr.equalsIgnoreCase(\"INT64\") || typeStr.equalsIgnoreCase(\"FLOAT\") ||\n typeStr.equalsIgnoreCase(\"DOUBLE\") || typeStr.equalsIgnoreCase(\"BYTES\") ||\n typeStr.equalsIgnoreCase(\"DATE\") || typeStr.equalsIgnoreCase(\"TIME\") ||\n typeStr.equalsIgnoreCase(\"TIMESTAMP\") || typeStr.equalsIgnoreCase(\"INSTANT\") ||\n typeStr.equalsIgnoreCase(\"LOCAL_DATE\") || typeStr.equalsIgnoreCase(\"LOCAL_TIME\") ||\n typeStr.equalsIgnoreCase(\"LOCAL_DATE_TIME\")) {\n isPrimitive = true;\n }\n\n return isPrimitive;\n }", "C11996a mo41079a(String str);", "public abstract String read_string();", "public boolean canConvert(String s);", "public T getFromString(String str) throws NumberFormatException;", "java.lang.String getStringValue();", "java.lang.String getStringValue();", "public abstract boolean mo70717b(String str);", "@Override\n\tpublic boolean supports(Object value) {\n\t\treturn value != null && (value instanceof String);\n\t}", "void mo1886a(String str, String str2);", "@Test\n\tpublic void test_TCC___String_String_int() {\n {\n\n \t\t@SuppressWarnings(\"deprecation\")\n\t\t\tfinal Attribute attribute = new Attribute(\"test\", \"value\", AttributeType.ID.ordinal());\n \t\tassertTrue(\"incorrect attribute name\", attribute.getName().equals(\"test\"));\n \t\tassertTrue(\"incoorect attribute value\", attribute.getValue().equals(\"value\"));\n \t\tassertTrue(\"incorrect Namespace\", attribute.getNamespace().equals(Namespace.NO_NAMESPACE));\n\n assertEquals(\"incoorect attribute type\", attribute.getAttributeType(), Attribute.ID_TYPE);\n }\n\n\t}", "String getStringValue();", "String getStringValue();", "public boolean canProvideString();", "C11998c mo41092g(String str);", "public abstract String mo24851a(String str);", "public final IValue parseString(String s) {\r\n SimpleType v = doParseString(s);\r\n if (v != null) {\r\n v.blueprint = false;\r\n }\r\n return (IValue) v;\r\n }", "public static String type(String s)\n {\n read_if_needed_();\n \n UmlBuiltin b = (UmlBuiltin) UmlSettings._map_builtins.get(s);\n \n return (b != null) ? b.java : s;\n }", "public void testGetString() {\n ValueString vs = new ValueString(\"Boden\");\n\n assertEquals(\"Boden\", vs.getString());\n assertEquals(0.0, vs.getNumber(), 0.0D);\n assertNull(vs.getDate()); // will fail parsing\n assertEquals(false, vs.getBoolean());\n assertEquals(0, vs.getInteger());\n try {\n vs.getBigNumber();\n fail(\"Expected a NumberFormatException\");\n } catch (NumberFormatException ex) {\n vs = null;\n }\n }", "public abstract void mo20160a(String str);", "public abstract C14407a mo11606a(String str);", "public String getString();", "boolean mo1887a(String str);", "public void checkSafeString(IRubyObject object) {\n if (getSafeLevel() > 0 && object.isTaint()) {\n ThreadContext tc = getCurrentContext();\n if (tc.getFrameName() != null) {\n throw newSecurityError(\"Insecure operation - \" + tc.getFrameName());\n }\n throw newSecurityError(\"Insecure operation: -r\");\n }\n secure(4);\n if (!(object instanceof RubyString)) {\n throw newTypeError(\n \"wrong argument type \" + object.getMetaClass().getName() + \" (expected String)\");\n }\n }" ]
[ "0.66242206", "0.6609504", "0.6488803", "0.62350535", "0.62097955", "0.61951643", "0.61940837", "0.6187201", "0.61868954", "0.6132897", "0.6087109", "0.6041826", "0.604018", "0.60365427", "0.59999985", "0.5981759", "0.5978914", "0.5978673", "0.5963686", "0.59635043", "0.59486854", "0.5948378", "0.5931972", "0.5927699", "0.592327", "0.59189606", "0.59138536", "0.5897354", "0.5897199", "0.5875986", "0.58656627", "0.5850533", "0.5841358", "0.5834717", "0.583316", "0.58288026", "0.5826329", "0.5793772", "0.5793772", "0.5793772", "0.5793368", "0.5793368", "0.5793078", "0.57918763", "0.5789445", "0.57876354", "0.5766782", "0.575756", "0.57556593", "0.57478553", "0.57471675", "0.57425296", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5737828", "0.5727833", "0.5725837", "0.572358", "0.57184833", "0.57158685", "0.57100666", "0.57035947", "0.56988144", "0.5697251", "0.56935495", "0.5691566", "0.56886744", "0.5687299", "0.56744367", "0.5673022", "0.56435066", "0.5638057", "0.56305283", "0.56305283", "0.5610941", "0.5608593", "0.56082684", "0.55992377", "0.5586396", "0.5586396", "0.5586341", "0.55843526", "0.5573237", "0.55639356", "0.55603695", "0.5559943", "0.55558795", "0.55508506", "0.55489975", "0.55472696", "0.55429256" ]
0.0
-1
Get the range type for a feature.
public int range(int feat) { return ((TypeImpl) (this.features.get(feat).getRange())).getCode(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "FeatureType getType();", "com.google.cloud.vision.v1p3beta1.Feature.Type getType();", "public gov.weather.graphical.xml.dwmlgen.schema.dwml_xsd.FeatureTypeType.Enum getFeatureType()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FEATURETYPE$4, 0);\n if (target == null)\n {\n return null;\n }\n return (gov.weather.graphical.xml.dwmlgen.schema.dwml_xsd.FeatureTypeType.Enum)target.getEnumValue();\n }\n }", "public static String getGeometryType(int featureType) {\r\n String tag = null;\r\n switch (featureType) {\r\n\r\n case EsriShapefile.POINT : // 1\r\n case EsriShapefile.POINTZ : // 11\r\n tag = Geometry.TYPE_POINT;\r\n\r\n break;\r\n\r\n case EsriShapefile.POLYLINE : // 3\r\n case EsriShapefile.POLYLINEZ : // 13\r\n tag = Geometry.TYPE_LINESTRING;\r\n\r\n break;\r\n\r\n case EsriShapefile.POLYGON : // 5\r\n case EsriShapefile.POLYGONZ : // 15\r\n tag = Geometry.TYPE_POLYGON;\r\n\r\n break;\r\n\r\n default :\r\n tag = null;\r\n\r\n break;\r\n }\r\n\r\n return tag;\r\n }", "public gov.weather.graphical.xml.dwmlgen.schema.dwml_xsd.FeatureTypeType xgetFeatureType()\n {\n synchronized (monitor())\n {\n check_orphaned();\n gov.weather.graphical.xml.dwmlgen.schema.dwml_xsd.FeatureTypeType target = null;\n target = (gov.weather.graphical.xml.dwmlgen.schema.dwml_xsd.FeatureTypeType)get_store().find_element_user(FEATURETYPE$4, 0);\n return target;\n }\n }", "public java.lang.String getRange() {\n\t\treturn _range;\n\t}", "public String getRange() {\n return this.range;\n }", "public double getRange(){\n\t\treturn range;\n\t}", "VocNoun getRange();", "public RangeEndsLabelType getRangeEndsLabelType() {\n return this.rangeEndsLabelType;\n }", "public FeatType getFeatType()\n {\n return m_featType;\n }", "@Override\r\n\tpublic float getRange() {\r\n\t\tsp.fetchSample(sample, 0);\r\n\r\n\t\treturn sample[0];\r\n\t}", "public org.openxmlformats.schemas.presentationml.x2006.main.CTIndexRange getSldRg()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.openxmlformats.schemas.presentationml.x2006.main.CTIndexRange target = null;\n target = (org.openxmlformats.schemas.presentationml.x2006.main.CTIndexRange)get_store().find_element_user(SLDRG$8, 0);\n if (target == null)\n {\n return null;\n }\n return target;\n }\n }", "public default double getTargetRange(Entity casterIn){ return RangeType.getRange(casterIn, this); }", "public String getType() {\n return getGeometryType();\n }", "Enum getType();", "public Interval getIntType() { return this.interval; }", "@Override\n\tpublic int getRange() {\n\t\treturn range;\n\t}", "public Class<? extends FormatFeature> getFormatReadFeatureType()\n/* */ {\n/* 415 */ return null;\n/* */ }", "StockRangeLineType createStockRangeLineType();", "int getGunType();", "TermType getTermType();", "public RangeInteger<MoreTypesDemo> getNumberIntRange() {\n return numberIntRange;\n }", "@objid (\"753c2248-3bab-43d5-85ef-45491e275ea2\")\n EList<TagType> getDefinedTagType();", "public static final TypeDescriptor<?> conceptType() {\n return INSTANCE.getType(Constants.TYPE_RT_VIL_CONCEPT);\n }", "public DeclaredTypeListNode getBounds()throws ClassCastException;", "public int getRange()\n\t{\n\t\treturn Range;\n\t}", "public GeoJsonType getType() {\n return this.type;\n }", "@UML(identifier=\"featureType\", obligation=OPTIONAL, specification=ISO_19139)\n Collection<? extends LocalName> getFeatureTypes();", "int getFeatureValue();", "public Integer getFeature() {\n return feature;\n }", "public static String getGeometryType(EsriShapefile.EsriFeature feature,\r\n int numParts) {\r\n String tag = null;\r\n if (numParts == 0) {\r\n return tag;\r\n }\r\n if ((feature instanceof EsriShapefile.EsriPoint)\r\n || (feature instanceof EsriShapefile.EsriPointZ)) {\r\n if (numParts == 1) {\r\n tag = Geometry.TYPE_POINT;\r\n } else {\r\n tag = Geometry.TYPE_MULTIPOINT;\r\n }\r\n } else if ((feature instanceof EsriShapefile.EsriPolyline)\r\n || (feature instanceof EsriShapefile.EsriPolylineZ)) {\r\n if (numParts == 1) {\r\n tag = Geometry.TYPE_LINESTRING;\r\n } else {\r\n tag = Geometry.TYPE_MULTILINESTRING;\r\n }\r\n } else if ((feature instanceof EsriShapefile.EsriPolygon)\r\n || (feature instanceof EsriShapefile.EsriPolygonZ)) {\r\n if (numParts == 1) {\r\n tag = Geometry.TYPE_POLYGON;\r\n } else {\r\n tag = Geometry.TYPE_MULTIPOLYGON;\r\n }\r\n }\r\n\r\n return tag;\r\n }", "EClass getType();", "EClass getType();", "int getRange();", "@java.lang.Override\n public com.google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType getType() {\n com.google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType result =\n com.google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType.forNumber(type_);\n return result == null\n ? com.google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType.UNRECOGNIZED\n : result;\n }", "public static OntClass getDefaultRange(OntProperty p)\n\t{\n\t\tif (p.isDatatypeProperty())\n\t\t\treturn p.getOntModel().createClass(RDFS.Literal.getURI());\n\t\telse if (p.isObjectProperty())\n\t\t\treturn p.getOntModel().createClass(OWL.Thing.getURI());\n\t\telse\n\t\t\treturn p.getOntModel().createClass(RDFS.Resource.getURI());\n\t}", "public abstract Type createRangeType(ReferenceType bottom);", "public int getRange() {\n return mRange;\n }", "RangeValue createRangeValue();", "public interface IFeature\n{\n\tGeppettoFeature getType();\n}", "@JSProperty(\"range\")\n double getRange();", "@java.lang.Override\n public com.google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType getType() {\n com.google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType result =\n com.google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType.forNumber(\n type_);\n return result == null\n ? com.google.cloud.aiplatform.v1.EvaluatedAnnotation.EvaluatedAnnotationType.UNRECOGNIZED\n : result;\n }", "public boolean isRange() {\r\n return range;\r\n }", "@Nullable\n public static GribStatType getStatType(int timeRangeIndicator) {\n switch (timeRangeIndicator) {\n case 3:\n case 6:\n case 7:\n case 51:\n case 113:\n case 115:\n case 117:\n case 120:\n case 123:\n return GribStatType.Average;\n case 4:\n case 114:\n case 116:\n case 124:\n return GribStatType.Accumulation;\n case 5:\n return GribStatType.DifferenceFromEnd;\n case 118:\n return GribStatType.Covariance;\n case 119:\n case 125:\n return GribStatType.StandardDeviation;\n default:\n return null;\n }\n }", "public net.opengis.gml.x32.AggregationType.Enum getAggregationType()\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(AGGREGATIONTYPE$2);\n if (target == null)\n {\n return null;\n }\n return (net.opengis.gml.x32.AggregationType.Enum)target.getEnumValue();\n }\n }", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "int getTypeValue();", "String getRoleRangeRaw();", "public String getGradeRange() {\n\t\treturn this.gradeRange;\n\t}", "@Override\n\tpublic int getType() {\n\t\treturn _dmGtStatus.getType();\n\t}", "public AdornmentTypeRange(final float min, final float max) {\n\t\tthis.maxFloat = max;\n\t\tthis.minFloat = min;\n\t}", "public HttpRange getRange() {\n return range;\n }", "public AddressInfo getRange() {\r\n return range;\r\n }", "@java.lang.Override\n public com.google.cloud.datafusion.v1beta1.Instance.Type getType() {\n com.google.cloud.datafusion.v1beta1.Instance.Type result =\n com.google.cloud.datafusion.v1beta1.Instance.Type.forNumber(type_);\n return result == null ? com.google.cloud.datafusion.v1beta1.Instance.Type.UNRECOGNIZED : result;\n }", "public String getLBR_ICMS_TaxReliefType();", "IndexType type();", "public com.flexnet.opsembedded.webservices.NumberQueryType getFeatureOverage() {\n return featureOverage;\n }", "public String getDataType() {\n\t\t\t\t\n\t\t//for contributed grid, need to find the units from the ESRIShapefile object\n\t\tfor (LayerPanel layerPanel : ((MapApp)map.getApp()).layerManager.getLayerPanels()) {\n\t\t\tif (layerPanel.layer instanceof ESRIShapefile && ((ESRIShapefile)layerPanel.layer).equals(this)) {\n\t\t\t\tESRIShapefile esf = (ESRIShapefile)(layerPanel.layer);\n\t\t\t\treturn esf.getGridDataType();\n\t\t\t}\n\t\t}\n\t\t\n\t\tString units = getUnits();\n\t\tif ( name.equals(GridDialog.GEOID) ) {\n\t\t\treturn \"Geoid Height\";\n\t\t}\n\t\telse if ( units.equals(\"m\") ){\n\t\t\treturn \"Elevation\";\n\t\t}else if ( units.equals(\"mgal\") ) {\n\t\t\treturn \"Gravity Anomaly\";\n\t\t}else if ( units.equals(\"percent\") ) {\n\t\t\treturn \"Percent\";\n\t\t}else if ( units.equals(\"mY\") ) {\n\t\t\treturn \"Age\";\n\t\t}else if ( units.equals(\"%\") ) {\n\t\t\treturn \"Percentage\";\n\t\t}else if ( units.equals(\"mm/a\") ) {\n\t\t\treturn \"Rate\";\n\t\t}\n\n\t\treturn \"\";\n\t}", "public int getType();", "public int getType();", "public int getType();", "public int getType();", "public int getType();", "String getTileType();", "public String getType() {\n\t\treturn gfType;\n\t}", "String getFeature();", "String getFeature();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();" ]
[ "0.6032708", "0.59727514", "0.5775364", "0.56539464", "0.5650306", "0.5646258", "0.54871863", "0.53701186", "0.5331632", "0.52814054", "0.526195", "0.5180934", "0.51800704", "0.5165186", "0.5140208", "0.5121019", "0.5119185", "0.50798756", "0.5067376", "0.5067287", "0.50549734", "0.5047068", "0.5033006", "0.5030389", "0.5027897", "0.5012894", "0.50104606", "0.5007586", "0.49951077", "0.49917457", "0.49882552", "0.4961358", "0.49549356", "0.49549356", "0.49464935", "0.4942628", "0.49424338", "0.49284896", "0.49257788", "0.49255255", "0.4919266", "0.4866419", "0.48549983", "0.4854816", "0.48527157", "0.48491517", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.48351443", "0.4830416", "0.4829527", "0.48265332", "0.48199916", "0.48123413", "0.4808079", "0.48055914", "0.48037833", "0.4798266", "0.47907662", "0.47793716", "0.47780788", "0.47780788", "0.47780788", "0.47780788", "0.47780788", "0.47762203", "0.476792", "0.47673437", "0.47673437", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818", "0.47550818" ]
0.71860605
0
For a given JCasRegistry index, that doesn't have a corresponding UIMA type, throw an appropriate exception
private void throwMissingUIMAtype(int typeIndex) { Class<? extends TOP> cls = JCasRegistry.getClassForIndex(typeIndex); if (cls == null) { throw new CASRuntimeException(CASRuntimeException.JCAS_UNKNOWN_TYPE_NOT_IN_CAS); } String className = cls.getName(); UIMAFramework.getLogger().error( "Missing UIMA type, JCas Class name: {}, index: {}, jcasRegisteredTypes size: {}", className, typeIndex, jcasRegisteredTypes.size()); dumpTypeSystem(); throw new CASRuntimeException(CASRuntimeException.JCAS_TYPE_NOT_IN_CAS, className); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test(timeout = 4000)\n public void test163() throws Throwable {\n ResultMatrixLatex resultMatrixLatex0 = new ResultMatrixLatex();\n ResultMatrixSignificance resultMatrixSignificance0 = new ResultMatrixSignificance(resultMatrixLatex0);\n resultMatrixSignificance0.assign(resultMatrixLatex0);\n resultMatrixSignificance0.getRowName(0);\n // Undeclared exception!\n try { \n resultMatrixSignificance0.getHeader(\" \");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -1\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "ResolvedType getSpecifiedException(int index);", "IndexType type();", "@Test(timeout = 4000)\n public void test196() throws Throwable {\n ResultMatrixLatex resultMatrixLatex0 = new ResultMatrixLatex();\n ResultMatrixSignificance resultMatrixSignificance0 = new ResultMatrixSignificance(resultMatrixLatex0);\n resultMatrixSignificance0.setRemoveFilterName(false);\n resultMatrixSignificance0.assign(resultMatrixLatex0);\n // Undeclared exception!\n try { \n resultMatrixSignificance0.getHeader(\" \");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -1\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "private void verifyCustomMethodExists(String indexType, String indexParm)\n {\n String className = null;\n Class<?> classToLookIn = this.getClass();\n try\n {\n// if (!indexType.equals(\"custom\"))\n// {\n// className = null;\n// }\n if (indexType.matches(\"custom[(][a-zA-Z0-9.]+[)]\"))\n {\n className = indexType.substring(7, indexType.length()-1).trim();\n if (customMixinMap.containsKey(className))\n classToLookIn = customMixinMap.get(className).getClass();\n else\n {\n classToLookIn = Class.forName(className);\n if (SolrIndexerMixin.class.isAssignableFrom(classToLookIn))\n {\n Constructor<?> classConstructor = classToLookIn.getConstructor();\n SolrIndexerMixin instance = (SolrIndexerMixin)classConstructor.newInstance((Object[])null);\n instance.setMainIndexer(this);\n customMixinMap.put(className, instance);\n }\n }\n }\n }\n catch (ClassNotFoundException e)\n {\n logger.error(\"Unable to find indexer mixin class \" + className + \" which should defing the custom indexing function \" + indexParm);\n logger.debug(e.getCause());\n throw new IllegalArgumentException(\"Unable to find indexer mixin class \" + className + \" which should defing the custom indexing function \" + indexParm);\n }\n catch (SecurityException e)\n {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n catch (IllegalArgumentException e)\n {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n catch (IllegalAccessException e)\n {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n catch (InvocationTargetException e)\n {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n catch (InstantiationException e)\n {\n logger.error(\"Unable to find no argument constructor in indexer mixin class \" + className);\n logger.debug(e.getCause());\n throw new IllegalArgumentException(\"Unable to find no argument constructor in indexer mixin class \" + className);\n }\n catch (NoSuchMethodException e)\n {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n\n try\n {\n\n Method method = null;\n int parenIx = indexParm.indexOf(\"(\");\n if (parenIx != -1)\n {\n String functionName = indexParm.substring(0, parenIx);\n String parmStr = indexParm.substring(parenIx + 1, indexParm.lastIndexOf(')'));\n // parameters are separated by unescaped commas\n String parms[] = parmStr.trim().split(\"[^\\\\\\\\],\");\n int numparms = parms.length;\n Class<?> parmClasses[] = new Class<?>[numparms + 1];\n parmClasses[0] = Record.class;\n for (int i = 0; i < numparms; i++)\n {\n parmClasses[i + 1] = String.class;\n }\n method = classToLookIn.getMethod(functionName, parmClasses);\n if (customMethodMap.containsKey(functionName))\n customMethodMap.put(functionName, null);\n else\n customMethodMap.put(functionName, method);\n }\n else\n {\n method = classToLookIn.getMethod(indexParm, new Class[] { Record.class });\n if (customMethodMap.containsKey(indexParm))\n customMethodMap.put(indexParm, null);\n else\n customMethodMap.put(indexParm, method);\n }\n Class<?> retval = method.getReturnType();\n // if (!method.isAccessible())\n // {\n // System.err.println(\"Error: Unable to invoke custom indexing function \"+indexParm);\n // valid = false;\n // }\n if (!(Set.class.isAssignableFrom(retval) || String.class.isAssignableFrom(retval) ||\n Map.class.isAssignableFrom(retval)) )\n {\n logger.error(\"Error: Return type of custom indexing function \" + indexParm + \" must be String or Set<String> or Map<String, String>\");\n throw new IllegalArgumentException(\"Error: Return type of custom indexing function \" + indexParm + \" must be String or Set<String> or Map<String, String>\");\n }\n }\n catch (SecurityException e)\n {\n logger.error(\"Unable to invoke custom indexing function \" + indexParm);\n logger.debug(e.getCause(), e);\n throw new IllegalArgumentException(\"Unable to invoke custom indexing function \" + indexParm);\n }\n catch (NoSuchMethodException e)\n {\n logger.error(\"Unable to find custom indexing function \" + indexParm);\n logger.debug(e.getCause());\n throw new IllegalArgumentException(\"Unable to find custom indexing function \" + indexParm);\n }\n catch (IllegalArgumentException e)\n {\n logger.error(\"Unable to find custom indexing function \" + indexParm);\n logger.debug(e.getCause());\n throw new IllegalArgumentException(\"Unable to find custom indexing function \" + indexParm);\n }\n }", "public int getType(int index) {\n\treturn(type[index]);\n }", "protected static void validateIndex(NamedCache cache)\n {\n while (true)\n {\n try\n {\n String sErr = (String) cache.invoke(\n \"dummy-key\", new IndexVerifierProcessor(cache.getCacheName()));\n assertNull(sErr, sErr);\n break;\n }\n catch (RuntimeException e)\n {\n if (e.getCause() instanceof IndexNotReadyException)\n {\n System.out.println(\"Asynchronous index update is not ready, try again\");\n Base.sleep(100);\n continue;\n }\n throw e;\n }\n }\n }", "@Test\n public void testGetIndex() {\n DefaultPieDataset d = new DefaultPieDataset();\n d.setValue(\"A\", 1.0);\n d.setValue(\"B\", 2.0);\n assertEquals(0, d.getIndex(\"A\"));\n assertEquals(1, d.getIndex(\"B\"));\n assertEquals(-1, d.getIndex(\"XX\"));\n\n boolean pass = false;\n try {\n d.getIndex(null);\n }\n catch (IllegalArgumentException e) {\n pass = true;\n }\n assertTrue(pass);\n }", "@Test(timeout = 4000)\n public void test06() throws Throwable {\n DefaultNucleotideCodec defaultNucleotideCodec0 = DefaultNucleotideCodec.INSTANCE;\n byte[] byteArray0 = new byte[4];\n byteArray0[0] = (byte) (-14);\n // Undeclared exception!\n try { \n defaultNucleotideCodec0.decode(byteArray0, (byte) (-14));\n fail(\"Expecting exception: IndexOutOfBoundsException\");\n \n } catch(IndexOutOfBoundsException e) {\n //\n // index can not be negative: -14\n //\n verifyException(\"org.jcvi.jillion.core.residue.nt.DefaultNucleotideCodec\", e);\n }\n }", "@Test(timeout = 4000)\n public void test20() throws Throwable {\n Discretize discretize0 = new Discretize();\n // Undeclared exception!\n try { \n discretize0.setAttributeIndicesArray((int[]) null);\n fail(\"Expecting exception: NullPointerException\");\n \n } catch(NullPointerException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n verifyException(\"weka.core.Range\", e);\n }\n }", "protected IndexType getIndexType(String type)\n {\n type = type.toLowerCase();\n if (\"keys\".equals(type))\n return IndexType.KEYS;\n else if(\"custom\".equals(type))\n return IndexType.CUSTOM;\n else if(\"composites\".equals(type))\n return IndexType.COMPOSITES;\n else\n return null;\n }", "public static DimensionType getTypeFromIndex(int index)\n\t{\n\t\tfor(DimensionType type : DimensionType.values())\n\t\t{\n\t\t\tif(type.index == index)\n\t\t\t{\n\t\t\t\treturn type;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}", "@Test(timeout = 4000)\n public void test169() throws Throwable {\n ResultMatrixSignificance resultMatrixSignificance0 = new ResultMatrixSignificance(0, 0);\n int[] intArray0 = new int[3];\n intArray0[1] = 0;\n intArray0[2] = 0;\n resultMatrixSignificance0.setColOrder(intArray0);\n resultMatrixSignificance0.getRevision();\n resultMatrixSignificance0.getAverage(1785);\n ResultMatrixSignificance resultMatrixSignificance1 = new ResultMatrixSignificance();\n // Undeclared exception!\n try { \n resultMatrixSignificance0.getHeader(\" \");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -1\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(timeout = 4000)\n public void test173() throws Throwable {\n ResultMatrixCSV resultMatrixCSV0 = new ResultMatrixCSV(0, 0);\n int[] intArray0 = new int[0];\n resultMatrixCSV0.setRowOrder(intArray0);\n // Undeclared exception!\n try { \n resultMatrixCSV0.toString();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"weka.experiment.ResultMatrix\", e);\n }\n }", "@Override\n public void process(JCas jcas) throws AnalysisEngineProcessException {\n\n FSIterator<Annotation> iter = jcas.getAnnotationIndex().iterator();\n if (iter.isValid()) { \n iter.moveToNext();\n Document doc = (Document) iter.get();\n createTermFreqVector(jcas, doc);\n }\n\n }", "Boolean checkIndexing(Long harvestResultOid) throws DigitalAssetStoreException;", "@Test(timeout = 4000)\n public void test005() throws Throwable {\n StringReader stringReader0 = new StringReader(\"}y5+{SPClS&QvLb0Qm\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n // Undeclared exception!\n try { \n javaParserTokenManager0.jjFillToken();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "@Test\n public void test07() throws Throwable {\n SubCategoryAxis subCategoryAxis0 = new SubCategoryAxis(\"Jf)%}s\");\n CombinedDomainCategoryPlot combinedDomainCategoryPlot0 = new CombinedDomainCategoryPlot((CategoryAxis) subCategoryAxis0);\n StandardEntityCollection standardEntityCollection0 = new StandardEntityCollection();\n ChartRenderingInfo chartRenderingInfo0 = new ChartRenderingInfo((EntityCollection) standardEntityCollection0);\n PlotRenderingInfo plotRenderingInfo0 = chartRenderingInfo0.getPlotInfo();\n CategoryTextAnnotation categoryTextAnnotation0 = new CategoryTextAnnotation(\"The renderer has changed and I don't know what to do!\", (Comparable) \"Jf)%}s\", 473.308516391);\n categoryTextAnnotation0.setValue(473.308516391);\n boolean boolean0 = standardEntityCollection0.equals(categoryTextAnnotation0);\n SynthListUI synthListUI0 = new SynthListUI();\n JList<Object> jList0 = null;\n // Undeclared exception!\n try { \n synthListUI0.indexToLocation((JList) null, 0);\n } catch(NullPointerException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n assertThrownBy(\"javax.swing.plaf.basic.BasicListUI\", e);\n }\n }", "@Test(timeout = 4000)\n public void test182() throws Throwable {\n ResultMatrixHTML resultMatrixHTML0 = new ResultMatrixHTML();\n ResultMatrixCSV resultMatrixCSV0 = new ResultMatrixCSV();\n ResultMatrixPlainText resultMatrixPlainText0 = new ResultMatrixPlainText();\n ResultMatrixSignificance resultMatrixSignificance0 = new ResultMatrixSignificance();\n resultMatrixSignificance0.getRevision();\n resultMatrixSignificance0.setColHidden(2, true);\n ResultMatrixSignificance resultMatrixSignificance1 = new ResultMatrixSignificance(resultMatrixHTML0);\n // Undeclared exception!\n try { \n resultMatrixSignificance1.getHeader(\"B|A2 e+ >ww+37F\");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -1\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "WorldUps.UErr getError(int index);", "private void validateIndexForKeys(CompactRangeIndex ri) {\n assertEquals(6, ri.getIndexStorage().size());\n CloseableIterator<IndexStoreEntry> itr = null;\n try {\n itr = ri.getIndexStorage().iterator(null);\n while (itr.hasNext()) {\n IndexStoreEntry reEntry = itr.next();\n Object obj = reEntry.getDeserializedRegionKey();\n assertTrue(obj instanceof String);\n assertTrue(idSet.contains(obj));\n }\n } finally {\n if (itr != null) {\n itr.close();\n }\n }\n }", "@Test(timeout = 4000)\n public void test164() throws Throwable {\n ResultMatrixLatex resultMatrixLatex0 = new ResultMatrixLatex();\n resultMatrixLatex0.padString(\"%Kz\", 68, true);\n resultMatrixLatex0.toStringSummary();\n ResultMatrixHTML resultMatrixHTML0 = new ResultMatrixHTML(1, 37);\n // Undeclared exception!\n try { \n resultMatrixHTML0.toStringHeader();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"weka.experiment.ResultMatrix\", e);\n }\n }", "@Test(timeout = 4000)\n public void test25() throws Throwable {\n DynamicSelectModel dynamicSelectModel0 = new DynamicSelectModel();\n DynamicSelectModel dynamicSelectModel1 = dynamicSelectModel0.enumeration(\"^_1[g(~fh\");\n // Undeclared exception!\n try { \n dynamicSelectModel1.getLabel(318);\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "@Test\n public void testIndexWithMiltiComponentItem() throws Exception {\n SchemaModel sm;\n //\n // sm = Util.loadSchemaModel2(\"resources/performance2/C.xsd\"); // NOI18N\n sm = Util.loadSchemaModel2(\"resources/performance2.zip\", \"C.xsd\"); // NOI18N\n //\n assertTrue(sm.getState() == State.VALID);\n //\n assertTrue(sm instanceof SchemaModelImpl);\n SchemaModelImpl smImpl = SchemaModelImpl.class.cast(sm);\n GlobalComponentsIndexSupport indexSupport = smImpl.getGlobalComponentsIndexSupport();\n assertNotNull(indexSupport);\n GlobalComponentsIndexSupport.JUnitTestSupport testSupport =\n indexSupport.getJUnitTestSupport();\n assertNotNull(testSupport);\n //\n // Initiate index building\n GlobalElement gElem = sm.findByNameAndType(\"C000\", GlobalElement.class);\n assertNotNull(gElem);\n Thread.sleep(500); // Wait the index is build\n //\n assertTrue(testSupport.isSupportIndex());\n int indexSise = testSupport.getIndexSize();\n assertEquals(indexSise, 90);\n //\n GlobalComplexType gType = sm.findByNameAndType(\"C000\", GlobalComplexType.class);\n assertNotNull(gType);\n //\n GlobalAttribute gAttr = sm.findByNameAndType(\"C000\", GlobalAttribute.class);\n assertNotNull(gAttr);\n //\n GlobalAttributeGroup gAttrGroup =\n sm.findByNameAndType(\"C000\", GlobalAttributeGroup.class);\n assertNotNull(gAttrGroup);\n //\n GlobalGroup gGroup = sm.findByNameAndType(\"C000\", GlobalGroup.class);\n assertNotNull(gGroup);\n //\n System.out.println(\"=============================\"); // NOI18N\n System.out.println(\" testIndexWithMiltiComponentItem \"); // NOI18N\n System.out.println(\"=============LOG=============\"); // NOI18N\n String log = testSupport.printLog();\n System.out.print(log);\n System.out.println(\"=============================\"); // NOI18N\n //\n }", "@Test\n public void testIndexMaintenanceWithIndexOnMethodtoArray() throws Exception {\n Index i1 = qs.createIndex(\"indx1\", IndexType.FUNCTIONAL, \"pf.getID\",\n SEPARATOR + \"portfolio.toArray() pf\");\n assertTrue(i1 instanceof CompactRangeIndex);\n Cache cache = CacheUtils.getCache();\n region = CacheUtils.getRegion(SEPARATOR + \"portfolio\");\n region.put(\"4\", new Portfolio(4));\n region.put(\"5\", new Portfolio(5));\n CompactRangeIndex ri = (CompactRangeIndex) i1;\n validateIndexForValues(ri);\n }", "@Test(timeout = 4000)\n public void test007() throws Throwable {\n StringReader stringReader0 = new StringReader(\"catch\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0, 106, 0);\n javaCharStream0.maxNextCharInd = (-3000);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n // Undeclared exception!\n try { \n javaParserTokenManager0.getNextToken();\n fail(\"Expecting exception: IndexOutOfBoundsException\");\n \n } catch(IndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n verifyException(\"java.io.StringReader\", e);\n }\n }", "@Test(timeout = 4000)\n public void test043() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"F#VsZ=,K/\");\n xPathLexer0.consume((-3281));\n // Undeclared exception!\n try { \n xPathLexer0.mod();\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "@Test\n public void testIndexMaintenanceWithIndexOnMethodValues() throws Exception {\n Index i1 = qs.createIndex(\"indx1\", IndexType.FUNCTIONAL, \"pf.getID\",\n SEPARATOR + \"portfolio.values() pf\");\n assertTrue(i1 instanceof CompactRangeIndex);\n Cache cache = CacheUtils.getCache();\n region = CacheUtils.getRegion(SEPARATOR + \"portfolio\");\n region.put(\"4\", new Portfolio(4));\n region.put(\"5\", new Portfolio(5));\n CompactRangeIndex ri = (CompactRangeIndex) i1;\n validateIndexForValues(ri);\n }", "@Test(timeout = 4000)\n public void test199() throws Throwable {\n ResultMatrixLatex resultMatrixLatex0 = new ResultMatrixLatex();\n resultMatrixLatex0.getRowName(78);\n ResultMatrixSignificance resultMatrixSignificance0 = new ResultMatrixSignificance(resultMatrixLatex0);\n resultMatrixSignificance0.assign(resultMatrixLatex0);\n // Undeclared exception!\n try { \n resultMatrixSignificance0.getHeader(\" \");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // -1\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "public int typeIndex();", "@Test(timeout = 4000)\n public void test54() throws Throwable {\n JSSubstitution jSSubstitution0 = new JSSubstitution();\n JSTerm jSTerm0 = new JSTerm();\n SystemInUtil.addInputLine(\"0(u\");\n int int0 = 369;\n // Undeclared exception!\n try { \n jSTerm0.toStr();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0 >= 0\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test\n public void testIndexMaintenanceWithIndexOnMethodGetValues() throws Exception {\n Index i1 =\n qs.createIndex(\"indx1\", IndexType.FUNCTIONAL, \"pf.getID\",\n SEPARATOR + \"portfolio.getValues() pf\");\n assertTrue(i1 instanceof CompactRangeIndex);\n Cache cache = CacheUtils.getCache();\n region = CacheUtils.getRegion(SEPARATOR + \"portfolio\");\n region.put(\"4\", new Portfolio(4));\n region.put(\"5\", new Portfolio(5));\n CompactRangeIndex ri = (CompactRangeIndex) i1;\n validateIndexForValues(ri);\n }", "protected abstract SVGException createSVGException(short type, String key, Object[] args);", "private void badCPEntry(int entryNo) {\n throw classFileReadException(\"Constant pool entry \" + entryNo + \" : invalid type\"); // NOI18N\n }", "@Override\n\tpublic IOptiuniMeniu getNode(int index) {\n\t\tthrow new IllegalArgumentException(\"Exceptie\");\n\t}", "protected MetaOntologyElement getMetaOntologyElement(int rowIndex)\n {\n return null;\n }", "public void mo1944a() throws cf {\r\n }", "@Test(timeout = 4000)\n public void test42() throws Throwable {\n JSTerm jSTerm0 = new JSTerm();\n JSTerm jSTerm1 = new JSTerm();\n JSSubstitution jSSubstitution0 = new JSSubstitution();\n // Undeclared exception!\n try { \n jSTerm0.matches((JSPredicateForm) jSTerm1, jSSubstitution0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0 >= 0\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test\n public void testIndexMaintenanceWithIndexOnMethodAsSet() throws Exception {\n Index i1 = qs.createIndex(\"indx1\", IndexType.FUNCTIONAL, \"pf.getID\",\n SEPARATOR + \"portfolio.asSet() pf\");\n CacheUtils.getCache();\n region = CacheUtils.getRegion(SEPARATOR + \"portfolio\");\n region.put(\"4\", new Portfolio(4));\n region.put(\"5\", new Portfolio(5));\n CompactRangeIndex ri = (CompactRangeIndex) i1;\n validateIndexForValues(ri);\n }", "@Test(timeout = 4000)\n public void test010() throws Throwable {\n Label label0 = new Label();\n Label label1 = label0.getFirst();\n ClassWriter classWriter0 = new ClassWriter(3002);\n Type type0 = Type.BYTE_TYPE;\n Type.getObjectType(\"The prefix must not be null\");\n Type type1 = Type.INT_TYPE;\n Item item0 = new Item();\n Frame frame0 = new Frame();\n frame0.owner = label1;\n frame0.execute(111, (-2223), classWriter0, item0);\n Class<InputStream> class0 = InputStream.class;\n Type.getType(class0);\n // Undeclared exception!\n try { \n Type.getType(\"The prefix must not be null\");\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "@Test(timeout = 4000)\n public void test16() throws Throwable {\n DynamicSelectModel dynamicSelectModel0 = new DynamicSelectModel();\n dynamicSelectModel0.collection(\"^_1[g(~fh\");\n // Undeclared exception!\n try { \n dynamicSelectModel0.getOptionCount();\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "@Test(timeout = 4000)\n public void test052() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\":E<;\");\n xPathLexer0.consume((-5675));\n // Undeclared exception!\n try { \n xPathLexer0.and();\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "public void setTypeIndex(int index);", "@Test(timeout = 4000)\n public void test53() throws Throwable {\n System.setCurrentTimeMillis(3598L);\n JSTerm jSTerm0 = new JSTerm();\n // Undeclared exception!\n try { \n jSTerm0.toStr();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0 >= 0\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test(timeout = 4000)\n public void test22() throws Throwable {\n ConnectionFactories connectionFactories0 = new ConnectionFactories();\n try { \n connectionFactories0.getXAConnectionFactory((-2922));\n fail(\"Expecting exception: IndexOutOfBoundsException\");\n \n } catch(IndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n verifyException(\"org.exolab.jms.config.ConnectionFactories\", e);\n }\n }", "@Test\n public void testIndexMaintenanceWithIndexOnMethodEntrySet() throws Exception {\n Index i1 = qs.createIndex(\"indx1\", IndexType.FUNCTIONAL, \"entries.value.getID\",\n SEPARATOR + \"portfolio.entrySet() entries\");\n CacheUtils.getCache();\n region = CacheUtils.getRegion(SEPARATOR + \"portfolio\");\n region.put(\"4\", new Portfolio(4));\n region.put(\"5\", new Portfolio(5));\n CompactRangeIndex ri = (CompactRangeIndex) i1;\n validateIndexForEntries(ri);\n }", "public Object visitIndexNode(GoIRIndexNode node){\n\t\tString type = (String) node.getIndex().accept(this);\n\t\tif(!(type.equalsIgnoreCase(\"int\"))) {\n\t\t\tthrow new GoException(\"non-integer slice index \\\"\"+type +\"\\\"\" );\n\t\t}\n\t\treturn type;\n\t}", "public AccountTypeAlreadyExistException(Account akun){\n super(\"Unable to create duplicate account of type \");\n this.akun=akun;\n }", "@Test\n public void test016() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n String[] stringArray0 = new String[5];\n // Undeclared exception!\n try {\n Component component0 = errorPage0.area(stringArray0);\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // Attributes must be given in name, value pairs.\n //\n }\n }", "@Test(timeout = 4000)\n public void test193() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n // Undeclared exception!\n try { \n errorPage0.id(\"O=V>!a<w512kq\");\n fail(\"Expecting exception: UnsupportedOperationException\");\n \n } catch(UnsupportedOperationException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n verifyException(\"java.util.AbstractMap\", e);\n }\n }", "@Test(timeout = 4000)\n public void test037() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"[Sdf yy*X>HdSr %<}\");\n xPathLexer0.consume((-1189));\n // Undeclared exception!\n try { \n xPathLexer0.or();\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "@Test(timeout = 4000)\n public void test132() throws Throwable {\n ResultMatrixCSV resultMatrixCSV0 = new ResultMatrixCSV(0, 12);\n resultMatrixCSV0.doubleToString((-1649.242085), 0);\n resultMatrixCSV0.clearSummary();\n ResultMatrixGnuPlot resultMatrixGnuPlot0 = new ResultMatrixGnuPlot(0, 0);\n // Undeclared exception!\n try { \n resultMatrixGnuPlot0.toArray();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"weka.experiment.ResultMatrix\", e);\n }\n }", "public void mo1966i() throws cf {\r\n }", "@Test(timeout = 4000)\n public void test27() throws Throwable {\n ConnectionFactories connectionFactories0 = new ConnectionFactories();\n try { \n connectionFactories0.getXATopicConnectionFactory((-949));\n fail(\"Expecting exception: IndexOutOfBoundsException\");\n \n } catch(IndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n verifyException(\"org.exolab.jms.config.ConnectionFactories\", e);\n }\n }", "@Test(timeout = 4000)\n public void test148() throws Throwable {\n ResultMatrixPlainText resultMatrixPlainText0 = new ResultMatrixPlainText();\n resultMatrixPlainText0.setRowNameWidth(97);\n resultMatrixPlainText0.m_ColNameWidth = 97;\n resultMatrixPlainText0.getDefaultEnumerateColNames();\n resultMatrixPlainText0.setColNameWidth((-4324));\n resultMatrixPlainText0.isRowName((-4324));\n ResultMatrixGnuPlot resultMatrixGnuPlot0 = new ResultMatrixGnuPlot(resultMatrixPlainText0);\n resultMatrixGnuPlot0.m_MeanWidth = (-4324);\n resultMatrixGnuPlot0.padString(\"(\", 158, false);\n resultMatrixPlainText0.setEnumerateRowNames(false);\n // Undeclared exception!\n try { \n resultMatrixGnuPlot0.toStringHeader();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0\n //\n verifyException(\"weka.experiment.ResultMatrix\", e);\n }\n }", "@Test(timeout = 4000)\n public void test030() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"\");\n // Undeclared exception!\n try { \n xPathLexer0.LA(0);\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "@Override\n public int getIndexByTerm(String term) {\n return 0;\n }", "private void checkIndex(int index) {\n int size = model.size();\n if ((index < 0) || (index >= size)) {\n throw new IllegalArgumentException(\"Index out of valid scope 0..\"\n + (size - 1)\n + \": \"\n + index);\n }\n }", "@Test(expected = IllegalArgumentException.class)\n public void testScanItemHighException(){\n instance.scanItem(1E6);\n }", "@Override\n public String getTermByIndex(int index) {\n return null;\n }", "@Test\n public void test113() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n Checkbox checkbox0 = new Checkbox(errorPage0, \"Col component can e added onlG to a TableBlock.\", \"Col component can e added onlG to a TableBlock.\");\n // Undeclared exception!\n try {\n Component component0 = checkbox0.acronym((Object) \"Col component can e added onlG to a TableBlock.\");\n fail(\"Expecting exception: RuntimeException\");\n \n } catch(RuntimeException e) {\n //\n // Can't add components to a component that is not an instance of IContainer.\n //\n }\n }", "public IndexAlreadyExistsException(Index index) {\n\t\tsuper(index, \"Already exists\");\n\t}", "public String getUnicodeLocaleType(String key) {\n/* 1032 */ throw new RuntimeException(\"Stub!\");\n/* */ }", "@Override\n public int calculateNOC() {\n throw new IllegalArgumentException(\"Unknown analyzing type. Could not calculate NOC.\");\n }", "public static void printIndexInputNotDetectedError() {\n botSpeak(Message.INDEX_INPUT_NOT_DETECTED_ERROR);\n }", "@Test\n public void checkCharacterTypesRuleUnknownType() {\n final String[] original = { \"fooBAR\" };\n final String[] pass_types = { \"some_unknown_keyword\" };\n exception.expect(ConfigException.class);\n // TODO(dmikurube): Except \"Caused by\": exception.expectCause(instanceOf(JsonMappingException.class));\n // Needs to import org.hamcrest.Matchers... in addition to org.junit...\n checkCharacterTypesRuleInternal(original, original, pass_types, \"\");\n }", "public ObjectType getType(int index) {\n\t\t// checks range\n\t\tcheckRange(index);\n\t\t// gets type of label\n\t\treturn Array.isArray(array.get(index)) ? ObjectType.ARRAY : ObjectType.STRING;\n\t}", "@Test(timeout = 4000)\n public void test008() throws Throwable {\n StringReader stringReader0 = new StringReader(\"interface\");\n JavaCharStream javaCharStream0 = new JavaCharStream(stringReader0);\n JavaParserTokenManager javaParserTokenManager0 = new JavaParserTokenManager(javaCharStream0);\n javaCharStream0.nextCharInd = (-1232);\n // Undeclared exception!\n try { \n javaParserTokenManager0.getNextToken();\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "@Test(timeout = 4000)\n public void test049() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\">>yh88W0GKz~{herR\");\n xPathLexer0.consume((-2376));\n // Undeclared exception!\n try { \n xPathLexer0.identifier();\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "@Test(timeout = 4000)\n public void test056() throws Throwable {\n TestInstances testInstances0 = new TestInstances();\n Instances instances0 = testInstances0.generate(\"\");\n Evaluation evaluation0 = new Evaluation(instances0);\n // Undeclared exception!\n try { \n evaluation0.fMeasure(32);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 32\n //\n verifyException(\"weka.classifiers.Evaluation\", e);\n }\n }", "@Test(timeout = 4000)\n public void test017() throws Throwable {\n Range.Builder range_Builder0 = new Range.Builder();\n range_Builder0.expandBegin(3019L);\n Range.Builder range_Builder1 = new Range.Builder(2674L);\n range_Builder1.shift(2674L);\n // Undeclared exception!\n try { \n Range.CoordinateSystem.valueOf(\"QLv>[gqB\\\"z\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.CoordinateSystem.QLv>[gqB\\\"z\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "@Test\n @Ignore\n public void index1() throws Exception {\n String mitabLine = \"uniprotkb:P16884\\tuniprotkb:Q60824\\tuniprotkb:Nefh(gene name)\\tuniprotkb:Dst(gene name)\" +\n \"\\tintact:Nfh\\tintact:Bpag1\\tMI:0018(2 hybrid)\\tLeung et al. (1999)\\tpubmed:9971739\" +\n \"\\ttaxid:10116(rat)\\ttaxid:10090(mouse)\\tMI:0218(physical interaction)\\tMI:0469(intact)\" +\n \"\\tintact:EBI-446356\\t-\\t-\\tMI:0499(unspecified role)\" +\n \"\\tMI:0499(unspecified role)\\tMI:0498(prey)\\tMI:0496(bait)\\tMI:0326(protein)\\tMI:0326(protein)\\tinterpro:IPR004829|\\tgo:\\\"GO:0030246\\\"\\t-\\t-\\t-\\t-\\tyeast:4932\\t-\\t-\\t-\\t-\" +\n \"\\t-\\t-\\t-\\t-\\t-\\t-\\t-\\t-\\t-\";\n\n getIndexer().indexMitab(new ByteArrayInputStream(mitabLine.getBytes()), false);\n\n assertCount(1, \"*:*\");\n assertCount(1, \"id:P16884\");\n assertCount(1, \"identifier:P16884\");\n assertCount(0, \"id:Nfh\");\n assertCount(1, \"identifier:Nfh\");\n }", "public String getIndexType()\n {\n if (this.indexType == null) {\n try {\n this.getMySQLTableStatus();\n } catch (DBException dbe) {\n // continue below\n }\n // \"this.indexType\" should be set (but possibly \"?\" if error)\n if (this.indexType == null) {\n // still null? set to \"?\"\n this._setIndexType(\"?\");\n }\n }\n return this.indexType;\n }", "public MissingArgumentException(int ndx, String message) {\n super(\"Missing argument at position \" + ndx + \": \" + message);\n }", "@Test\n public void test53() throws Throwable {\n CategoryAxis categoryAxis0 = new CategoryAxis();\n CombinedDomainCategoryPlot combinedDomainCategoryPlot0 = new CombinedDomainCategoryPlot(categoryAxis0);\n // Undeclared exception!\n try { \n combinedDomainCategoryPlot0.setRangeAxisLocation((AxisLocation) null);\n } catch(IllegalArgumentException e) {\n //\n // Null 'location' for index 0 not permitted.\n //\n assertThrownBy(\"org.jfree.chart.plot.CategoryPlot\", e);\n }\n }", "public DukeBadIndexException(int index) {\n if (index < 0) {\n super.message = \"You can't enter a negative index!!\";\n } else if (index == 0) {\n super.message = \"There is no index 0 ://\";\n } else {\n super.message = \"I don't think you have that many tasks my dude.\";\n }\n }", "private void ElasticIndexValidation(TransportClient client) {\n if (!client.admin().indices().prepareExists(ES_TAG_INDEX).get(\"5s\").isExists()) {\n client.admin().indices().prepareCreate(ES_TAG_INDEX).get();\n PutMappingRequestBuilder request = client.admin().indices().preparePutMapping(ES_TAG_INDEX);\n ObjectMapper mapper = new ObjectMapper();\n InputStream is = Config.class.getResourceAsStream(\"/tag_mapping.json\");\n try {\n Map<String, String> jsonMap = mapper.readValue(is, Map.class);\n request.setType(ES_TAG_TYPE).setSource(jsonMap).get(\"5s\");\n } catch (IOException e) {\n logger.log(Level.WARNING, \"Failed to create index \" + ES_TAG_INDEX, e);\n }\n }\n // Create/migrate the logbook index\n if (!client.admin().indices().prepareExists(ES_LOGBOOK_INDEX).get(\"5s\").isExists()) {\n client.admin().indices().prepareCreate(ES_LOGBOOK_INDEX).get();\n PutMappingRequestBuilder request = client.admin().indices().preparePutMapping(ES_LOGBOOK_INDEX);\n ObjectMapper mapper = new ObjectMapper();\n InputStream is = Config.class.getResourceAsStream(\"/logbook_mapping.json\");\n try {\n Map<String, String> jsonMap = mapper.readValue(is, Map.class);\n request.setType(ES_LOGBOOK_TYPE).setSource(jsonMap).get(\"5s\");\n } catch (IOException e) {\n logger.log(Level.WARNING, \"Failed to create index \" + ES_LOGBOOK_INDEX, e);\n }\n }\n\n // Create/migrate the property index\n if (!client.admin().indices().prepareExists(ES_PROPERTY_INDEX).get(\"5s\").isExists()) {\n client.admin().indices().prepareCreate(ES_PROPERTY_INDEX).get();\n PutMappingRequestBuilder request = client.admin().indices().preparePutMapping(ES_PROPERTY_INDEX);\n ObjectMapper mapper = new ObjectMapper();\n InputStream is = Config.class.getResourceAsStream(\"/property_mapping.json\");\n try {\n Map<String, String> jsonMap = mapper.readValue(is, Map.class);\n request.setType(ES_PROPERTY_TYPE).setSource(jsonMap).get(\"5s\");\n } catch (IOException e) {\n logger.log(Level.WARNING, \"Failed to create index \" + ES_PROPERTY_INDEX, e);\n }\n }\n\n // Create/migrate the sequence index\n if (!client.admin().indices().prepareExists(ES_SEQ_INDEX).get(\"5s\").isExists()) {\n client.admin().indices().prepareCreate(ES_SEQ_INDEX).setSettings(Settings.builder() \n .put(\"index.number_of_shards\", 1)\n .put(\"auto_expand_replicas\", \"0-all\")).get();\n PutMappingRequestBuilder request = client.admin().indices().preparePutMapping(ES_SEQ_INDEX);\n ObjectMapper mapper = new ObjectMapper();\n InputStream is = Config.class.getResourceAsStream(\"/seq_mapping.json\");\n try {\n Map<String, String> jsonMap = mapper.readValue(is, Map.class);\n request.setType(ES_SEQ_TYPE).setSource(jsonMap).get(\"5s\");\n } catch (IOException e) {\n logger.log(Level.WARNING, \"Failed to create index \" + ES_SEQ_INDEX, e);\n }\n }\n\n // create/migrate log template\n PutIndexTemplateRequestBuilder templateRequest = client.admin().indices().preparePutTemplate(ES_LOG_INDEX);\n templateRequest.setPatterns(Arrays.asList(ES_LOG_INDEX));\n ObjectMapper mapper = new ObjectMapper();\n InputStream is = Config.class.getResourceAsStream(\"/log_template_mapping.json\");\n try {\n Map<String, String> jsonMap = mapper.readValue(is, Map.class);\n templateRequest.addMapping(ES_LOG_TYPE, XContentFactory.jsonBuilder().map(jsonMap)).get();\n// templateRequest.setSource(jsonMap);\n// templateRequest.addMapping(ES_LOG_TYPE, jsonMap).get(\"5s\");\n } catch (IOException e) {\n logger.log(Level.WARNING, \"Failed to create index \" + ES_SEQ_INDEX, e);\n }\n }", "protected void constructIndex(DocumentInfo doc, Map index,\n KeyDefinition keydef,\n BuiltInAtomicType soughtItemType,\n Set foundItemTypes, XPathContext context,\n boolean isFirst)\n throws XPathException \n {\n PatternFinder match = keydef.getMatch();\n if (match instanceof NodeTestPattern) {\n match = new FastNodeTestPattern(((NodeTestPattern)match).getNodeTest());\n KeyDefinition oldDef = keydef;\n keydef = new KeyDefinition(match, \n oldDef.getUse(),\n oldDef.getCollationName(), \n oldDef.getCollation());\n }\n super.constructIndex(doc, index, keydef, soughtItemType,\n foundItemTypes, context, isFirst);\n }", "@Test(timeout = 4000)\n public void test045() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"hN!SM~8ux(wB\");\n xPathLexer0.consume((-1));\n // Undeclared exception!\n try { \n xPathLexer0.literal();\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "public VehicleType get(int index){\n\t\tfor(int i = 0; i < types.size(); i++){\n\t\t\tif(i == index){\n\t\t\t\treturn types.get(i);\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}", "public YangUInt16 getIndexValue() throws JNCException {\n return (YangUInt16)getValue(\"index\");\n }", "public void removeIndex(Index index) {\n\t\tRegistration remove = null;\n\t\tfor (Registration reg : registrations) {\n\t\t\tif (reg.getIndex() == index) {\n\t\t\t\tremove = reg;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif (remove == null) {\n\t\t\treturn;\n\t\t}\n\t\tregistrations.remove(remove);\n\t\tau -= remove.getIndex().getCourse().getAu();\n\t}", "public void mo1962e() throws cf {\r\n }", "@Test\r\n\tpublic void setRelatedFieldError() {\r\n\t\ttry {\r\n\t\t\ttestObj.setRelatedField(0, 1);\r\n\t\t \tfail(\"Expected an IndexOutOfBoundsException to be thrown for setRelatedField\");\r\n\t\t} \r\n\t\tcatch (IndexOutOfBoundsException anIndexOutOfBoundsException) {\r\n\t\t \treturn;\r\n\t\t}\r\n\t}", "private int resolveIndex(Label l){\n\t\tif(l == null){\n\t\t\tthrow new NullPointerException(\"cannot resolve index of ConfusionMatrix of null label/class (null Label object)\");\n\t\t}\n\n\t\tString key = l.getValue();\n\n\t\tif(l.isEmpty()){\n\t\t\tthrow new IllegalArgumentException(\"cannot resolve index of ConfusionMatrix of emtpy label/class value\");\n\t\t}\n\n\t\tif(!indexMap.containsKey(key)){\n\t\t\tthrow new IllegalArgumentException(\"could not resolve ConfusionMatrix index for unknown label: \"+key);\n\t\t}\n\t\treturn indexMap.get(key);\n\n\t}", "public void addIndex() throws JNCException {\n setLeafValue(Epc.NAMESPACE,\n \"index\",\n null,\n childrenNames());\n }", "static int type_of_inr(String passed){\n\t\tif(general_registers.contains(passed.charAt(4)))\n\t\t\treturn 1;\n\t\telse if(passed.charAt(4)=='M')\n\t\t\treturn 2;\n\t\telse\n\t\t\treturn 0;\n\t}", "@Test\n public void testIndexMaintenanceWithIndexOnMethodKeySet() throws Exception {\n Index i1 =\n qs.createIndex(\"indx1\", IndexType.FUNCTIONAL, \"ks.toString\",\n SEPARATOR + \"portfolio.keySet() ks\");\n CacheUtils.getCache();\n region = CacheUtils.getRegion(SEPARATOR + \"portfolio\");\n region.put(\"4\", new Portfolio(4));\n region.put(\"5\", new Portfolio(5));\n CompactRangeIndex ri = (CompactRangeIndex) i1;\n validateIndexForKeys(ri);\n }", "@Test(timeout = 4000)\n public void test27() throws Throwable {\n System.setCurrentTimeMillis(0L);\n System.setCurrentTimeMillis(0L);\n JSPredicateForm jSPredicateForm0 = new JSPredicateForm((String) null);\n JSSubstitution jSSubstitution0 = new JSSubstitution();\n // Undeclared exception!\n try { \n jSPredicateForm0.applySubstitutionPF(jSSubstitution0);\n fail(\"Expecting exception: ArrayIndexOutOfBoundsException\");\n \n } catch(ArrayIndexOutOfBoundsException e) {\n //\n // 0 >= 0\n //\n verifyException(\"java.util.Vector\", e);\n }\n }", "@Test\n public void test048() throws Throwable {\n Form form0 = new Form(\"Expected CoreLabels in the trees\");\n // Undeclared exception!\n try {\n Component component0 = form0.th();\n fail(\"Expecting exception: RuntimeException\");\n \n } catch(RuntimeException e) {\n //\n // Th component can be added only to a TableRow.\n //\n }\n }", "@SuppressWarnings(\"unchecked\")\n public <T extends Enum<T>> T getEnum(final int index) throws ClassNotFoundException {\n /*\n * Supressing the unchecked warning because the returnType is\n * dynamically identified and could lead to a ClassCastException when\n * returnType is cast to Class<T>, which is expected by the method's\n * contract.\n */\n T returnable;\n final String element;\n final String[] splitValues;\n final int numberOfValues;\n final StringBuilder returnTypeName;\n final StringBuilder enumName;\n final Class<T> returnType;\n /* Make sure the element at the index is a String. */\n element = this.getString(index);\n if (element == null) {\n return null;\n }\n /* Get the package, class, and enum names. */\n splitValues = element.split(\"\\\\.\");\n numberOfValues = splitValues.length;\n returnTypeName = new StringBuilder();\n enumName = new StringBuilder();\n for (int i = 0; i < numberOfValues; i++) {\n if (i == (numberOfValues - 1)) {\n /*\n * If it is the last split value then it should be the name of\n * the Enum since dots are not allowed in enum names.\n */\n enumName.append(splitValues[i]);\n } else if (i == (numberOfValues - 2)) {\n /*\n * If it is the penultimate split value then it should be the\n * end of the package/enum type and not need a dot appended to\n * it.\n */\n returnTypeName.append(splitValues[i]);\n } else {\n /*\n * Must be part of the package/enum type and will need a dot\n * appended to it since they got removed in the split.\n */\n returnTypeName.append(splitValues[i]);\n returnTypeName.append(\".\");\n }\n }\n /* Use the package/class and enum names to get the Enum<T>. */\n returnType = (Class<T>) Class.forName(returnTypeName.toString());\n returnable = Enum.valueOf(returnType, enumName.toString());\n return returnable;\n }", "private String mapIndexType(int type) {\n\t\tString indexType = null;\n\t\tswitch (type) {\n\t\tcase 0:\n\t\t\tindexType = BpmFormTableIndex.INDEX_TYPE_HEAP;\n\t\t\tbreak;\n\t\tcase 1:\n\t\t\tindexType = BpmFormTableIndex.INDEX_TYPE_CLUSTERED;\n\t\t\tbreak;\n\t\tcase 2:\n\t\t\tindexType = BpmFormTableIndex.INDEX_TYPE_NONCLUSTERED;\n\t\t\tbreak;\n\t\tcase 3:\n\t\t\tindexType = BpmFormTableIndex.INDEX_TYPE_XML;\n\t\t\tbreak;\n\t\tcase 4:\n\t\t\tindexType = BpmFormTableIndex.INDEX_TYPE_SPATIAL;\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tbreak;\n\t\t}\n\t\treturn indexType;\n\t}", "@Test(timeout = 4000)\n public void test012() throws Throwable {\n Range.Builder range_Builder0 = new Range.Builder();\n Range.Builder range_Builder1 = new Range.Builder(range_Builder0);\n range_Builder1.shift(2671L);\n String string0 = \"QLv>[gqB\\\"z\";\n // Undeclared exception!\n try { \n Range.CoordinateSystem.valueOf(\"QLv>[gqB\\\"z\");\n fail(\"Expecting exception: IllegalArgumentException\");\n \n } catch(IllegalArgumentException e) {\n //\n // No enum constant org.jcvi.jillion.core.Range.CoordinateSystem.QLv>[gqB\\\"z\n //\n verifyException(\"java.lang.Enum\", e);\n }\n }", "@Test(timeout = 4000)\n public void test041() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"com.werken.saxpath.XPathLexer\");\n xPathLexer0.consume((-2521));\n // Undeclared exception!\n try { \n xPathLexer0.nextToken();\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "public void mo1970m() throws cf {\r\n }", "@Test(timeout = 4000)\n public void test040() throws Throwable {\n XPathLexer xPathLexer0 = new XPathLexer(\"com.werken.saxpath.XPathLexer\");\n xPathLexer0.consume((-796));\n // Undeclared exception!\n try { \n xPathLexer0.number();\n fail(\"Expecting exception: StringIndexOutOfBoundsException\");\n \n } catch(StringIndexOutOfBoundsException e) {\n }\n }", "@Nullable\n public abstract Index getIndex();", "@Override\n public void process(TypeMappingStep mapping, Indexed annotation, TypeMappingAnnotationProcessorContext context) {\n String indexName = annotation.index();\n if ( indexName.isEmpty() ) {\n indexName = null;\n }\n mapping.indexed().index( indexName );\n }", "@Test(timeout = 4000)\n public void test046() throws Throwable {\n Form form0 = new Form(\"\\r\");\n // Undeclared exception!\n try { \n form0.title(\"unsupported feature \");\n fail(\"Expecting exception: NullPointerException\");\n \n } catch(NullPointerException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "public void testAsIndex() throws Exception\n {\n ObjectMapper m = new ObjectMapper();\n assertFalse(m.isEnabled(SerializationFeature.WRITE_ENUMS_USING_INDEX));\n assertEquals(q(\"B\"), m.writeValueAsString(TestEnum.B));\n\n // but we can change (dynamically, too!) it to be number-based\n m.enable(SerializationFeature.WRITE_ENUMS_USING_INDEX);\n assertEquals(\"1\", m.writeValueAsString(TestEnum.B));\n }" ]
[ "0.5051994", "0.5036055", "0.49255177", "0.4883107", "0.4851077", "0.48104504", "0.48067546", "0.48032254", "0.47940284", "0.47888857", "0.47826782", "0.47647688", "0.47584385", "0.4743271", "0.4740138", "0.47389016", "0.47243816", "0.4723473", "0.47139692", "0.4702221", "0.4680074", "0.46771708", "0.46707192", "0.46666327", "0.46500772", "0.46489346", "0.46267796", "0.46246713", "0.45964605", "0.45846006", "0.45843747", "0.4583495", "0.45750076", "0.4568805", "0.45637792", "0.4562903", "0.45625037", "0.45599306", "0.4558972", "0.45582667", "0.45537966", "0.45500273", "0.45447484", "0.45377475", "0.4526346", "0.45180857", "0.4502058", "0.45013815", "0.45002317", "0.44973412", "0.44929025", "0.44924957", "0.4490449", "0.44830668", "0.4481306", "0.44806635", "0.4475955", "0.4472945", "0.4472813", "0.44687828", "0.4466111", "0.4463726", "0.44580528", "0.44580466", "0.4455125", "0.44530156", "0.44503295", "0.444706", "0.4445941", "0.44434574", "0.44359165", "0.44340914", "0.44096622", "0.4406156", "0.44031912", "0.44011697", "0.43934935", "0.43896097", "0.4389182", "0.43875304", "0.43799374", "0.43791828", "0.43745357", "0.4372681", "0.43653423", "0.43578783", "0.43564454", "0.43562627", "0.4355699", "0.43553156", "0.43519208", "0.43515927", "0.43501824", "0.43465915", "0.4338771", "0.4338007", "0.43338153", "0.43288353", "0.43280548", "0.43269867" ]
0.7246283
0
debug compare two type systems, print first different type
public static void compareTs(TypeSystem t1, TypeSystem t2) { TypeSystemImpl ts1 = (TypeSystemImpl) t1; TypeSystemImpl ts2 = (TypeSystemImpl) t2; if (ts1.types.size() != ts2.types.size()) { System.out.format("ts1 size: %,d ts2 size: %d%n", ts1.types.size(), ts2.types.size()); } for (int i = 1; i < ts1.types.size(); i++) { if (ts1.types.get(i).hashCode() != ts2.types.get(i).hashCode()) { System.out.format("ts1 type: %s%n%nts2 type: %s%n", ts1.types.get(i), ts2.types.get(i)); } } System.out.println("done"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void checkTypes(Variable first, Variable second) throws OutmatchingParameterType {\n VariableVerifier.VerifiedTypes firstType = first.getType();\n VariableVerifier.VerifiedTypes secondType = second.getType();\n\n if (!firstType.equals(secondType)) {\n throw new OutmatchingParameterType();\n }\n }", "static boolean test(Type t0)\r\n {\r\n String s0 = Types.stringFor(t0);\r\n TypeParser typeParser = TypeParsers.create();\r\n typeParser.addTypeVariableName(\"E\");\r\n Type t1 = null;\r\n try\r\n {\r\n t1 = typeParser.parse(s0);\r\n } \r\n catch (ClassNotFoundException e)\r\n {\r\n fail(e.getMessage());\r\n }\r\n \r\n String message = \"\";\r\n message += \"Input \" + s0 + \"\\n\";\r\n message += \"should be \" + t0 + \"\\n\";\r\n message += \"was parsed to \" + t1 + \"\\n\";\r\n \r\n boolean passed = TypesEquivalent.areEquivalent(t0, t1);\r\n if (!passed || DEBUG)\r\n {\r\n PrintStream ps = System.out;\r\n if (!passed)\r\n {\r\n ps = System.err;\r\n }\r\n String detailedMessage = \"\";\r\n detailedMessage += \"Input \" + s0 + \"\\n\";\r\n detailedMessage += \"should be \" + t0 + \" \" \r\n + \"(Detailed: \" + Types.debugStringFor(t0) + \")\" + \"\\n\";\r\n detailedMessage += \"was parsed to \" + t1 + \" \" \r\n + \"(Detailed: \" + Types.debugStringFor(t1) + \")\" + \"\\n\";\r\n ps.print(detailedMessage);\r\n }\r\n assertTrue(message, passed);\r\n return passed;\r\n }", "private boolean compatibleNodeTypes(AxiomTreeNode t1, AxiomTreeNode t2) {\n if (!t1.getNodeType().equals(t2.getNodeType())) {\n return false;\n }\n \n switch (t1.getNodeType()) {\n case CARD:\n int label1 = (Integer) t1.getLabel();\n int label2 = (Integer) t2.getLabel();\n return (label1 == label2);\n \t\n case OWLOBJECT:\n OWLObject o1 = (OWLObject) t1.getLabel();\n OWLObject o2 = (OWLObject) t2.getLabel();\n //System.out.println(o1.getClass());\n //System.out.println(o2.getClass());\n //Check for datatypes - then check datatype to see match. Else, return true if compatible.\n if(o1.getClass() == o2.getClass())\n {\n \tif(!o1.getDatatypesInSignature().isEmpty())\n \t{\n \t\t//Need to check if built in first. First check is convenience, datatypes should match\n \t\t//If one is built in, so should other. If neither is built in, this is also a viable match\n \t\t//If not equal and at least one is built in, its not a match.\n \t\tOWLDatatype dt1 = (OWLDatatype) o1.getDatatypesInSignature().toArray()[0];\n \t\t\tOWLDatatype dt2 = (OWLDatatype) o2.getDatatypesInSignature().toArray()[0];\n \t\t\t//System.out.println(\"DT1: \" + dt1);\n \t\t\t//System.out.println(\"DT2: \" + dt2);\n \t\tif(dt1.equals(dt2) && dt1.isBuiltIn())\n \t\t{\t\n \t\t\t//System.out.println(\"Standard state\");\n \t\t\t//System.out.println(o1.equals(o2));\n \t\t\treturn o1.equals(o2);\n \t\t}\n \t\telse if(!dt1.isBuiltIn() && !dt2.isBuiltIn())\n \t\t{\n \t\t\t//System.out.println(\"Unique state\");\n \t\t\treturn true;\n \t\t}\n \t\telse\n \t\t{\n \t\t\t//System.out.println(\"Rejection state\");\n \t\t\treturn false;\n \t\t}\n \n \t}\n \telse\n \t{\n \t\treturn true;\n \t}\n }\n else\n {\n \treturn false;\n }\n }\n return false;\n }", "public void printType(){\n l1= v1.distance(v2);\r\n l2= v1.distance(v3);\r\n l3= v2.distance(v3); \r\n if(l1 == l2 && l1==l3 && l2==l3)\r\n System.out.println(\"Equilateral\");\r\n if(l1 == l2 || l1==l3 || l2==l3)\r\n System.out.println(\"Isosceles\");\r\n else \r\n System.out.println(\"Scalene\"); \r\n \r\n }", "@Override\n public int compare( PlanNode o1,\n PlanNode o2 ) {\n if (o1.getType() == type) {\n if (o2.getType() == type) {\n return comparator.compare(o1, o2);\n }\n return -1;\n }\n return o2.getType() == type ? 1 : 0;\n }", "private void fixType(NameInfo name1Info, NameInfo name2Info) {\n\t\tString type1 = name1Info.getType();\n\t\tString type2 = name2Info.getType();\n//\t\tString name1 = name1Info.getName();\n//\t\tString name2 = name2Info.getName();\n\t\t\n\t\tif (!name1Info.isEnforced() && !name2Info.isEnforced()) {\n\t\t\tfixLoc(name1Info);\n\t\t\tfixLoc(name2Info);\n\t\t\tfixOrg(name1Info);\n\t\t\tfixOrg(name2Info);\n\t\t\tfixPeople(name1Info);\n\t\t\tfixPeople(name2Info);\n\t\t\tString longName = \"\";\n\t\t\tString shortName = \"\";\n\t\t\tif ((name1Info.getName()).length() >= (name2Info.getName()).length()) {\n\t\t\t\tlongName = name1Info.getName();\n\t\t\t\tshortName = name2Info.getName();\n\t\t\t} else {\n\t\t\t\tlongName = name2Info.getName();\n\t\t\t\tshortName = name1Info.getName();\n\t\t\t}\n\t\t\tif (acroMan.isAcronymFirstLetters(shortName, longName)) {\n\t\t\t\tname1Info.setType(\"ORG\");\n\t\t\t\tname2Info.setType(\"ORG\");\n\t\t\t}\n\t\t}\n\t\t\n\t\ttype1 = name1Info.getType();\n\t\ttype2 = name2Info.getType();\n\t\t\n\t\tif (!type1.equals(NameInfo.GENERIC_TYPE) && !type2.equals(NameInfo.GENERIC_TYPE) && !type1.equals(type2)){\n\t\t\tscoreShingle = 0.0f;\n\t\t\tscore = 0.0f;\n\t\t\treason = \"Types \" + type1 + \" and \" + type2 + \" cannot be compared\";\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tif (type1.equals(NameInfo.GENERIC_TYPE) && !type2.equals(NameInfo.GENERIC_TYPE)) {\n\t\t\ttype1 = type2;\n\t\t\tname1Info.setType(type1);\n\t\t} else if (type2.equals(NameInfo.GENERIC_TYPE) && !type1.equals(NameInfo.GENERIC_TYPE)) {\n\t\t\ttype2 = type1;\n\t\t\tname2Info.setType(type2);\n\t\t}\n\t}", "public boolean compareType(Node n1, Node n2)\n {\n boolean compare= false;\n if (n1 instanceof Ipv4 && n2 instanceof Ipv4)\n {\n if (((Ipv4) n1).getType().equals(((Ipv4) n2).getType()))\n compare= true;\n }\n else if (n1 instanceof Ipv4 && n2 instanceof Ipv6)\n {\n if (((Ipv4) n1).getType().equals(((Ipv6) n2).getType()))\n compare= true;\n }\n else if (n1 instanceof Ipv6 && n2 instanceof Ipv4)\n {\n if (((Ipv6) n1).getType().equals(((Ipv4) n2).getType()))\n compare= true;\n }\n else if (n1 instanceof Ipv6 && n2 instanceof Ipv6)\n {\n if (((Ipv6) n1).getType().equals(((Ipv6) n2).getType()))\n compare= true;\n }\n return compare;\n }", "private boolean areSameType(String s1, String s2) {\n\t\treturn((isMatrix(s1) && isMatrix(s2)) || (isOperator(s1) && isOperator(s2)) || (isNumber(s1) && isNumber(s2)));\n\t}", "public void printType(){\n\t\tSystem.out.println(\"X Type : \"+objXReff.getClass().getName());\n\t\tSystem.out.println(\"Y Type : \"+objYReff.getClass().getName());\n\t}", "public static int compare(Object o1, Object o2) {\n\n byte dt1 = findType(o1);\n byte dt2 = findType(o2);\n return compare(o1, o2, dt1, dt2);\n }", "public boolean areOrdered(Type typeone, Type typetwo){\n /* if they are both the same alias type, get the underlying type */\n if(areBinaryAlias(typeone,typetwo)){\n typeone = removeAlias(typeone);\n typetwo = removeAlias(typetwo);\n }//if exactly one is an alias, get it's underlying type \n// else if (typeone instanceof AliasType && !(typetwo instanceof AliasType) \n//\t\t\t\t|| !(typeone instanceof AliasType) && typetwo instanceof AliasType ) {\n//\t\t\ttypeone = removeAlias(typeone);\n//\t\t\ttypetwo = removeAlias(typetwo);\n//\t\t}\n if((typeone instanceof IntType && typetwo instanceof IntType) || (typeone instanceof Float64Type && typetwo instanceof Float64Type) || (typeone instanceof RuneType && typetwo instanceof RuneType) || (typeone instanceof StringType && typetwo instanceof StringType)) return true;\n else return false;\n }", "private boolean compare(ValueType first, ValueType second) {\r\n // TODO\r\n return false;\r\n }", "public boolean areComparable(Type typeone, Type typetwo){\n /* first check the basic types */\n if((typeone instanceof IntType && typetwo instanceof IntType) || (typeone instanceof Float64Type && typetwo instanceof Float64Type) || (typeone instanceof BooleanType && typetwo instanceof BooleanType) ||(typeone instanceof RuneType && typetwo instanceof RuneType) || (typeone instanceof StringType && typetwo instanceof StringType)) return true;\n /* structs are comparable if they correspond to the same type declaration and the fields are comparable */\n\n else if(typeone instanceof StructType && typetwo instanceof StructType){\n \n String name1 = ((StructType)typeone).getStructName();\n String name2 = ((StructType)typetwo).getStructName();\n if (name1==name2 || (name1.equals(name2) && name1.equals(\"\"))) {\n StructType lefts = (StructType) typeone;\n StructType rights = (StructType) typetwo;\n List<Map.Entry<List<String>,Type>> leftlist = lefts.getFields();\n List<Map.Entry<List<String>,Type>> rightlist = rights.getFields();\n if (leftlist.size()!=rightlist.size()) {\n return false;\n }\n for(int i=0; i<leftlist.size(); i++){\n Type typel = leftlist.get(i).getValue();\n Type typer = rightlist.get(i).getValue();\n if(!areComparable(typel,typer)) {\n return false;\n }\n }\n return true;\n }\n else {\n return false;\n }\n }\n /* finally, if they are arrays, check that the underlying type is comparable */\n else if(typeone instanceof ArrayType && typetwo instanceof ArrayType){\n Type typel,typer;\n ArrayType lefta = (ArrayType) typeone;\n ArrayType righta = (ArrayType) typetwo;\n typel = lefta.getType();\n typer = righta.getType();\n if(!areComparable(typel,typer) || !(lefta.getSize().equals(righta.getSize()))) return false;\n else return true;\n }\n else if (typeone instanceof AliasType && typetwo instanceof AliasType) {\n AliasType left = (AliasType) typeone;\n AliasType right = (AliasType) typetwo;\n if (left.getAliasName()==right.getAliasName()) {\n return true;\n }\n else {\n return false;\n }\n\n }\n else return false;\n }", "public boolean cmp(Type other){\n if (this.dimension != other.dimension) return false;\n if (this.type != type.CLASS && this.type.equals(other.type)) return true;\n// System.out.println(\"this: \" + this.type);\n// System.out.println(\"other: \" + other.type);\n if (this.type == type.CLASS && other.type == type.CLASS && this.class_id.equals(other.class_id)) return true;\n return false;\n }", "public void testType() {\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(6))).oclIsTypeOf(tInteger).isTrue() );\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(6))).oclIsTypeOf(tReal).not().isTrue() ); //differs\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(p1))).oclIsTypeOf(tPersonFQ).isTrue() );\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(\"foo\"))).oclIsTypeOf(tOclString).isTrue() );\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(true))).oclIsTypeOf(tBoolean).isTrue() );\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(6.0))).oclIsTypeOf(tReal).isTrue() );\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(6.0))).oclIsTypeOf(tInteger).not().isTrue() );\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(p2))).oclIsTypeOf(tCompany).not().isTrue() );\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(false))).oclIsTypeOf(tAny).not().isTrue() ); //differs\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(0.0))).oclIsTypeOf(tAny).not().isTrue() ); // differs\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(0))).oclIsTypeOf(tAny).not().isTrue() ); // differs\n assertTrue( ((OclAny)(Ocl.getOclRepresentationFor(p1))).oclIsTypeOf(tObject).not().isTrue() ); // differs\n }", "public boolean areSameType(Type typeone, Type typetwo){\n if(areBinaryAlias(typeone,typetwo)) return true;\n else if (typeone instanceof ArrayType && typetwo instanceof ArrayType){\n Type typel;\n Type typer;\n ArrayType lefta = (ArrayType) typeone;\n ArrayType righta = (ArrayType) typetwo;\n typel = lefta.getType();\n typer = righta.getType();\n if(!areComparable(typel,typer)) return false;\n else return true;\n }\n /* areComparable takes care of the basic types except boolean*/\n else if(areComparable(typeone,typetwo)) return true;\n else if (typeone instanceof BooleanType && typetwo instanceof BooleanType) return true;\n /* compare every field in the two structs */\n \n /* if slices, compare their underlying types */\n else if (typeone instanceof SliceType && typetwo instanceof SliceType){\n Type typel,typer;\n SliceType lefta = (SliceType) typeone;\n SliceType righta = (SliceType) typetwo;\n typel = lefta.getType();\n typer = righta.getType();\n if(areSameType(typel,typer)) return true;\n else return false;\n }\n /* function return type might be null */\n else if (typeone==null && typetwo==null) {\n return true;\n }\n /* otherwise, return false */\n else {\n return false;\n }\n }", "public boolean uniSameAs(Type other, TypeFixer fixer) throws LookupException;", "public static boolean areSame(AnnotatedTypeMirror t1, AnnotatedTypeMirror t2) {\n return t1.toString().equals(t2.toString());\n }", "public boolean cmp_new(Type other){\n if (this.dimension < other.dimension) return false;\n if (this.type != type.CLASS && this.type.equals(other.type)) return true;\n// System.out.println(\"this: \" + this.type);\n// System.out.println(\"other: \" + other.type);\n if (this.type == type.CLASS && other.type == type.CLASS && this.class_id.equals(other.class_id)) return true;\n return false;\n }", "@Test\n\tpublic void testInternalTypes() {\n\t\tlogger.info(\"Run testInternalTypes\");\n\t\tfinal IntrospectionResult introspection = getIntrospection();\n\n\t\t// OrderByDirectionOutputType\n\t\tfinal IntrospectionFullType orderByDirectionOutputType = getFullType(introspection,\n\t\t\t\tgetOrderByDirectionOutputTypeName());\n\t\tAssert.assertEquals(2, orderByDirectionOutputType.getEnumValues().size());\n\t\tassertEnum(orderByDirectionOutputType, GQLOrderByDirectionEnum.ASC.toString(), false);\n\t\tassertEnum(orderByDirectionOutputType, GQLOrderByDirectionEnum.DESC.toString(), false);\n\n\t\t// OrderByInputType\n\t\tfinal IntrospectionFullType orderByInputType = getFullType(introspection, getOrderByInputTypeName());\n\t\tAssert.assertEquals(2, orderByInputType.getInputFields().size());\n\t\tassertInputField(orderByInputType, \"field\", IntrospectionTypeKindEnum.NON_NULL,\n\t\t\t\tIntrospectionTypeKindEnum.SCALAR, Scalars.GraphQLString.getName());\n\t\tassertInputField(orderByInputType, \"direction\", IntrospectionTypeKindEnum.ENUM,\n\t\t\t\tgetOrderByDirectionOutputTypeName());\n\n\t\t// OrderByOutputType\n\t\tfinal IntrospectionFullType orderByOutputType = getFullType(introspection, getOrderByOutputTypeName());\n\t\tAssert.assertEquals(2, orderByOutputType.getFields().size());\n\t\tassertField(orderByOutputType, \"field\", IntrospectionTypeKindEnum.SCALAR, Scalars.GraphQLString.getName());\n\t\tassertField(orderByOutputType, \"direction\", IntrospectionTypeKindEnum.ENUM,\n\t\t\t\tgetOrderByDirectionOutputTypeName());\n\n\t\t// PagingInputType\n\t\tfinal IntrospectionFullType pagingInputType = getFullType(introspection, getPagingInputTypeName());\n\t\tAssert.assertEquals(2, pagingInputType.getInputFields().size());\n\t\tassertInputField(pagingInputType, \"offset\", IntrospectionTypeKindEnum.SCALAR, Scalars.GraphQLInt.getName());\n\t\tassertInputField(pagingInputType, \"limit\", IntrospectionTypeKindEnum.SCALAR, Scalars.GraphQLInt.getName());\n\n\t\t// PagingOutputType\n\t\tfinal IntrospectionFullType pagingOutputType = getFullType(introspection, getPagingOutputTypeName());\n\t\tAssert.assertEquals(3, pagingOutputType.getFields().size());\n\t\tassertField(pagingOutputType, \"offset\", IntrospectionTypeKindEnum.SCALAR, Scalars.GraphQLInt.getName());\n\t\tassertField(pagingOutputType, \"limit\", IntrospectionTypeKindEnum.SCALAR, Scalars.GraphQLInt.getName());\n\t\tassertField(pagingOutputType, \"totalLength\", IntrospectionTypeKindEnum.SCALAR, Scalars.GraphQLLong.getName());\n\t}", "public static void diffClasses(Class<?> c1, Class<?> c2, PrintStream printStream) {\n DiffVisitor visitor = new DiffVisitor();\n List<String> list1 = visitor.visit(c1, false);\n List<String> list2 = visitor.visit(c2, false);\n\n SymmetricDifference<String> diff = twoPointerDiff(list1, list2);\n\n for (String s : diff.firstMinusSecond) {\n printStream.print(\"+ \");\n printStream.println(s);\n }\n for (String s : diff.secondMinusFirst) {\n printStream.print(\"- \");\n printStream.println(s);\n }\n }", "void checkSameDataType(String datatype, String datatype1)\n {\n DefaultTableModel semanticerror = (DefaultTableModel)tblErrorSemantic.getModel();\n if(datatype.equals(datatype1))\n {\n\n }\n else if(datatype.equals(\"INT\") && datatype1.equals(\"FLOAT\"))\n {\n \n }\n else if(datatype.equals(\"FLOAT\") && datatype1.equals(\"INT\"))\n {\n \n }\n else if(datatype1 == null)\n {\n\n }\n else\n {\n semanticerror.addRow(new Object[] {tblLexeme.getModel().getValueAt(tokenPos-2, 0),\"Incompatible Types: \"+datatype1+\" Cannot be converted to \"+datatype, tblLexeme.getModel().getValueAt(tokenPos-2, 2)}); \n } \n datatype = null;\n }", "public boolean typeStringsEqual(String uti1, String uti2);", "public boolean typeSameAs(String type1, String type2) {\n return BmmDefinitions.typeNameAsFlatList(type1).toString().equalsIgnoreCase(BmmDefinitions.typeNameAsFlatList(type2).toString());\n }", "public static void type(int[] a, int[] b, PrintStream output) {\n\n // if statement to compare the number of a and b answers in the first dimension (E/I)\n if(a[0]>b[0]){\n output.print(\"E\");\n } else if(a[0]<b[0]){\n output.print(\"I\");\n } else {\n output.print(\"X\");\n }\n \n // if statement to compare the number of a and b answers in the second dimension (S/N)\n if(a[1]>b[1]){\n output.print(\"S\");\n } else if(a[1]<b[1]){\n output.print(\"N\");\n } else {\n output.print(\"X\");\n }\n \n // if statement to compare the number of a and b answers in the third dimension (T/F)\n if(a[2]>b[2]){\n output.print(\"T\");\n } else if(a[2]<b[2]){\n output.print(\"F\");\n } else {\n output.print(\"X\");\n }\n \n // if statement to compare the number of a and b answers in the fourth dimension (J/P)\n if(a[3]>b[3]){\n output.println(\"J\");\n output.println();\n } else if(a[3]<b[3]){\n output.println(\"P\");\n output.println();\n } else {\n output.println(\"X\");\n output.println();\n }\n }", "public static int compare(Object input1, Object input2) {\n\t\tif (input1.getClass().equals(Integer.class) && input2.getClass().equals(Integer.class)) {\n\t\t\treturn compareInt((Integer) input1, (Integer) input2);\n\n\t\t\t// if object is string\n\t\t} else if (input1.getClass().equals(String.class) && input2.getClass().equals(String.class)) {\n\t\t\treturn compareString((String) input1, (String) input2);\n\n\t\t\t// if object is date\n\t\t} else if (input1.getClass().equals(Date.class) && input2.getClass().equals(Date.class)) {\n\t\t\treturn compareDate((Date) input1, (Date) input2);\n\n\t\t\t// if object is big decimal\n\t\t} else if (input1.getClass().equals(BigDecimal.class) && input2.getClass().equals(BigDecimal.class)) {\n\t\t\treturn compareBigDecimal((BigDecimal) input1, (BigDecimal) input2);\n\t\t\t\n\t\t} else {\n\t\t\tSystem.err.println(\"no object match\");\n\t\t\treturn 0;\n\t\t}\n\n\t}", "public static void main(String[] args) {\n Charlie c1 = new Foxtrot();\n Charlie c2 = new Tango();\n Charlie c3 = (Charlie) new Tango();\n\n System.out.println(c3 instanceof Foxtrot);\n\n System.out.println(c1.getType() + \" \" + c2.getType() + \" \" + c3.getType());\n }", "public void compare(String name1, String name2) {\n\t\tscore = 0.0f;\n\t\treason = \"\";\n\t\t\n\t\tNameInfo name1Info = new NameInfo(name1);\n\t\tNameInfo name2Info = new NameInfo(name2);\n\t\t\n\t\tString type1 = name1Info.getType();\n\t\tString type2 = name2Info.getType();\n\t\t\n\t\t// If enforced types are different and neither is generic\n\t\tif (!type1.equals(NameInfo.GENERIC_TYPE) && !type2.equals(NameInfo.GENERIC_TYPE) && !type2.equals(type1)) {\n\t\t\tscore = 0.0f;\n\t\t\tscoreShingle = 0.0f;\n\t\t\treason = \"Types \" + type1 + \" and \" + type2 + \" cannot be compared\";\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tfixType(name1Info, name2Info);\n\t\t\n\t\ttype1 = name1Info.getType();\n\t\ttype2 = name2Info.getType();\n\t\t\n\t\tif (!type1.equals(NameInfo.GENERIC_TYPE) && !type2.equals(NameInfo.GENERIC_TYPE) && !type2.equals(type1)) {\n\t\t\tscore = 0.0f;\n\t\t\tscoreShingle = 0.0f;\n\t\t\treason = \"Types \" + type1 + \" and \" + type2 + \" cannot be compared\";\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tint flag = 0;\n\t\t\n\t\tif (type1.equals(\"PER\") && type1.equals(type2))\n\t\t\tflag = 1;\n\t\telse if (type1.equals(\"LOC\") && type1.equals(type2))\n\t\t\tflag = 2;\n\t\telse if (type1.equals(\"ORG\") && type1.equals(type2))\n\t\t\tflag = 3;\n\t\telse if (type1.equals(\"GEN\") && type1.equals(type2))\n\t\t\tflag = 4;\n\t\telse\n\t\t\tflag = 5;\n\t\t\n\t\tscoring(name1Info, name2Info, flag);\n\t}", "public void printTypeInfo(){\n\t\tSystem.out.println(\"This type of computer is suitable for massive usage, when it comes to portability.\");\n\t\tSystem.out.println(\"Main thing at these computers is portability and funcionality.\");\n\t\t\n\t}", "public static int inconsistentCompare(MimeType o1, MimeType o2) {\n if ((o1 == null) && (o2 == null)) {\n return 0;\n }\n if (o1 == null) {\n return 1;\n }\n if (o2 == null) {\n return -1;\n }\n int wilchCharComparison = compareByWildCardCount(o1, o2);\n if (wilchCharComparison == 0) {\n float q1 = getQ(o1);\n float q2 = getQ(o2);\n if (q1 == q2) {\n return fallBackCompare(o1, o2);\n }\n if (q1 > q2) {\n return -1;\n } else {\n return 1;\n }\n } else {\n return wilchCharComparison;\n }\n }", "private Comparison compareValues(SimpleNode first, SimpleNode second) {\n return Objects.equals(first.jjtGetValue(), second.jjtGetValue()) ? Comparison.IS_EQUAL\n : Comparison.notEqual(\"Node values differ: \" + first.jjtGetValue() + \" vs \" + second.jjtGetValue());\n }", "public static void diffClasses(Class<?> c1, Class<?> c2) {\n diffClasses(c1, c2, System.out);\n }", "static boolean pokemonEq(Pokemon a, Pokemon b) {\r\n if (a == null || b == null) {\r\n System.out.println(\"null error\");\r\n return false;\r\n }\r\n String aStr = a.getName();\r\n String bStr = b.getName();\r\n if (aStr == null || !aStr.equals(bStr)) {\r\n System.out.print(\"name not match: \");\r\n System.out.print(aStr);\r\n System.out.println(bStr);\r\n return false;\r\n }\r\n aStr = a.getType1();\r\n bStr = b.getType1();\r\n if (aStr == null || !aStr.equals(bStr)) {\r\n System.out.print(\"type1 not match: \");\r\n System.out.print(aStr);\r\n System.out.println(bStr);\r\n return false;\r\n }\r\n aStr = a.getType2();\r\n bStr = b.getType2();\r\n if (aStr == null || !aStr.equals(bStr)) {\r\n System.out.print(\"type2 not match: \");\r\n System.out.print(aStr);\r\n System.out.println(bStr);\r\n return false;\r\n }\r\n if (a.getHp() != b.getHp()) {\r\n System.out.println(\"hp not match\");\r\n return false;\r\n }\r\n if (a.getAttack() != b.getAttack()) {\r\n System.out.println(\"attack not match\");\r\n return false;\r\n }\r\n if (a.getDefense() != b.getDefense()) {\r\n System.out.println(\"defense not match\");\r\n return false;\r\n }\r\n if (a.getSpAttack() != b.getSpAttack()) {\r\n System.out.println(\"SpAttack not match\");\r\n return false;\r\n }\r\n if (a.getSpDefense() != b.getSpDefense()) {\r\n System.out.println(\"SpDefense not match\");\r\n return false;\r\n }\r\n if (a.getSpeed() != b.getSpeed()) {\r\n System.out.println(\"speed not match\");\r\n return false;\r\n }\r\n if (a.isLegendary() != b.isLegendary()) {\r\n System.out.println(\"legendary not match\");\r\n return false;\r\n }\r\n return true;\r\n }", "@Override\n protected final int compareNodeFields(Node o) {\n TypedNodeWithUuids other = (TypedNodeWithUuids) o;\n if (!typeConceptUuid.equals(other.typeConceptUuid)) {\n return typeConceptUuid.compareTo(other.typeConceptUuid);\n }\n return compareTypedNodeFields(o);\n }", "static int type_of_cmp(String passed){\n\t\tif(general_registers.contains(passed.charAt(4)))\n\t\t\treturn 1;\n\t\telse if(passed.charAt(4)=='M')\n\t\t\treturn 2;\n\t\telse\n\t\t\treturn 0;\n\t}", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "String type();", "public void test_getType() {\n assertEquals(\"'type' value should be properly retrieved.\", type, instance.getType());\n }", "public static void main(String[] args) {\n\t\t\tBook b2=Book.getinstanceof();\r\n\t\t\t\r\n\t\t\tBook b3=Book.getinstanceof();\r\n\t\t\tSystem.out.println(b2==b3);\r\n\t\t\r\n\t}", "Type1Equivalent getType1Equivalent();", "private Comparison checkEquality(SimpleNode node1, SimpleNode node2) {\n // Compare the classes.\n Comparison comparison = compareClasses(node1, node2);\n if (!comparison.isEqual()) {\n return comparison;\n }\n\n // Compare the values.\n comparison = compareValues(node1, node2);\n if (!comparison.isEqual()) {\n return comparison;\n }\n\n // Compare the images.\n comparison = compareImages(node1, node2);\n if (!comparison.isEqual()) {\n return comparison;\n }\n\n // Compare the children.\n return compareChildren(node1, node2);\n }", "public TypeComparisonResult compare(StructDef other) {\n if (other instanceof StructDef) {\n StructDef that = (StructDef) other;\n return TypeComparisonResult.knownOrNeq(name.equals(that.getName()));\n }\n\n return TypeComparisonResult.NEQ;\n }", "public boolean compTwo(int type1, int type2, int no1, int no2) {\n if (type1 != type2) {\r\n return true;\r\n } else if (no1 > no2) {\r\n return true;\r\n } else {\r\n return false;\r\n }\r\n }", "@Test\n void shouldReturnPrimitiveTypeOnly() {\n assertThat(TypeVisitor.gatherAllTypes(int.class), contains(int.class));\n assertThat(TypeVisitor.gatherAllTypes(double.class), contains(double.class));\n assertThat(TypeVisitor.gatherAllTypes(char.class), contains(char.class));\n }", "private static boolean isErased(Types types, AnnotatedTypeMirror t1, AnnotatedTypeMirror t2) {\n return types.isSameType(\n types.erasure(t1.getUnderlyingType()), t2.getUnderlyingType());\n }", "public void testEquals(PCEPObject object1, PCEPObject object2) {\n \tInteger test1=new Integer(2);\n\t\tobject1.equals(test1);\n \t//Test same object\n \tobject1.equals(object1);\n \t//Test change in parent\n \tobject2.setObjectClass(object1.getObjectClass()+1);\n \tobject1.equals(object2);\n \tobject2.setObjectClass(object1.getObjectClass());\n \t//Test changes in fields\n\t\tList<Field> fieldListNS = new ArrayList<Field>();\n\t\tList<Field> fieldList= Arrays.asList(object1.getClass().getDeclaredFields());\n\t\tfor (Field field : fieldList) {\n\t\t\tfieldListNS.add(field);\n\t\t\tType ty=field.getGenericType();\n\t\t\tif (!java.lang.reflect.Modifier.isStatic(field.getModifiers())) {\n\t\t\t\tif (ty instanceof Class){\n\t\t\t\t\tClass c =(Class)ty;\n\t\t\t\t\tSystem.out.println(\"XXXXXXXXXXXXXXXXXClass name: \"+c.getName()); \n\t\t\t\t\tMethod method;\n\t\t\t\t\tMethod methods;\n\t\t\t\t\tif (c.isPrimitive()){\n\t\t\t\t\ttry {\n\t\t\t\t\t\tif (c.getName().equals(\"boolean\")) {\n\t\t\t\t\t\t\tmethod = object1.getClass().getMethod(\"is\"+field.getName().replaceFirst(field.getName().substring(0, 1), field.getName().substring(0, 1).toUpperCase()));\n\t\t\t\t\t\t\tmethods = object2.getClass().getMethod(\"set\"+field.getName().replaceFirst(field.getName().substring(0, 1), field.getName().substring(0, 1).toUpperCase()),boolean.class);\n\t\t\t\t\t\t\tif (((boolean)method.invoke(object1,null))==true) {\n\t\t\t\t\t\t\t\tmethods.invoke(object2,false);\n\t\t\t\n\t\t\t\t\t\t\t}else {\n\t\t\t\t\t\t\t\tmethods.invoke(object2,true);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tobject1.equals(object2);\n\t\t\t\t\t\t\tmethods.invoke(object2,(boolean)method.invoke(object1,null));\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tmethod = object1.getClass().getMethod(\"get\"+field.getName().replaceFirst(field.getName().substring(0, 1), field.getName().substring(0, 1).toUpperCase()));\n\t\t\t\t\t\t\tmethods = object2.getClass().getMethod(\"set\"+field.getName().replaceFirst(field.getName().substring(0, 1), field.getName().substring(0, 1).toUpperCase()),c);\n\t\t\t\t\t\t\tmethods.invoke(object2,77);\n\t\t\t\t\t\t\tobject1.equals(object2);\n\t\t\t\t\t\t\tmethods.invoke(object2,method.invoke(object1,null));\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t} catch (Exception e) {\n\t\t\t\t\t\t// TODO Auto-generated catch block\n\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n \t\n }", "public static void main(String[] args) {\n\n\t\tInteger gOne = generic1.getValue();\t// No casting necessary as the return value can be interpolated for generics.\n\t\tString gTwo = generic2.getValue();\n\t\t\n\t\tSystem.out.println(gOne);\n\t\tSystem.out.println(gTwo);\n\t}", "public static void main(String[] args) {\n\t\t\n\t\tint result = BoundedType.compare(3.14, 4.15);\n\t\tSystem.out.println(result);\n\t\t\n\t\tArrayList<String> list;\n\t}", "public void testInferNumber1a() throws Exception {\n assertType(\"10 \", 0, 2, \"java.lang.Integer\");\n }", "public TypeList typeValide(TypeList t1, TypeList t2) {\n if(t1 != t2 || t1 == TypeList.ERREUR)\n return TypeList.ERREUR;\n switch(operateur) {\n case SUP:\n case INF:\n case SUPEG:\n case INFEG:\n if(t1 == TypeList.ENTIER)\n return TypeList.BOOLEEN;\n else\n return TypeList.ERREUR;\n case PLUS:\n case MOINS:\n case FOIS:\n case DIV:\n case NEG:\n if(t1 == TypeList.ENTIER)\n return TypeList.ENTIER;\n else\n return TypeList.ERREUR;\n case OU:\n case ET:\n case NON:\n if(t1 == TypeList.BOOLEEN)\n return TypeList.BOOLEEN;\n else\n return TypeList.ERREUR;\n case EG:\n case DIFF:\n //on est dans le cas (t1!=ERREUR) == (t2!=ERREUR), donc pas de probleme.\n return TypeList.BOOLEEN;\n default:\n return TypeList.ERREUR;\n }\n }", "void compare(BufferedImage bi0, BufferedImage bi1, int biType, Color c) {\n for (int x=0; x<wid; x++) {\n for (int y=0; y<hgt; y++) {\n int rgb0 = bi0.getRGB(x, y);\n int rgb1 = bi1.getRGB(x, y);\n if (rgb0 == rgb1) continue;\n int r0 = (rgb0 & 0xff0000) >> 16;\n int r1 = (rgb1 & 0xff0000) >> 16;\n int rdiff = r0-r1; if (rdiff<0) rdiff = -rdiff;\n int g0 = (rgb0 & 0x00ff00) >> 8;\n int g1 = (rgb1 & 0x00ff00) >> 8;\n int gdiff = g0-g1; if (gdiff<0) gdiff = -gdiff;\n int b0 = (rgb0 & 0x0000ff);\n int b1 = (rgb1 & 0x0000ff);\n int bdiff = b0-b1; if (bdiff<0) bdiff = -bdiff;\n if (rdiff > 1 || gdiff > 1 || bdiff > 1) {\n throw new RuntimeException(\n \"Images differ for type \"+biType + \" col=\"+c +\n \" at x=\" + x + \" y=\"+ y + \" \" +\n Integer.toHexString(rgb0) + \" vs \" +\n Integer.toHexString(rgb1));\n }\n }\n }\n\n }", "public boolean areNumeric(Type typeone, Type typetwo){\n /* if they are both the same alias type, get the underlying type */\n if(areBinaryAlias(typeone,typetwo)){\n typeone = removeAlias(typeone);\n typetwo = removeAlias(typetwo);\n }//if exactly one is an alias, get it's underlying type \n// else if (typeone instanceof AliasType && !(typetwo instanceof AliasType) \n//\t\t\t\t|| !(typeone instanceof AliasType) && typetwo instanceof AliasType ) {\n//\ttypeone = removeAlias(typeone);\n//\ttypetwo = removeAlias(typetwo);\n//}\n \t\n if((typeone instanceof IntType && typetwo instanceof IntType) || (typeone instanceof Float64Type && typetwo instanceof Float64Type) || (typeone instanceof RuneType && typetwo instanceof RuneType)) return true;\n else return false;\n }", "public void check()\n {\n typeDec.check();\n }", "public static void main(String[] args) {\n\t\tString s1=\"abc\";\r\n\t\tString s2=\"edf\";\r\n\t\tboolean b1=true;\r\n\t\tboolean b2=false;\r\n\t\tint t1=10;\r\n\t\tint t2=20;\r\n\t\t//System.out.println(s1>s2);\r\n\t\tSystem.out.println(s1==s2);\r\n\t\t//System.out.println(b1>b2);\r\n\t\tSystem.out.println(b1==b2);\r\n\t\t//System.out.println(t1>b2);\r\n\t\tSystem.out.println(t1==t2);\r\n\t\t\r\n\t}", "public DataTypeDescriptor getDominantType(DataTypeDescriptor otherDTS)\r\n throws StandardException {\r\n boolean nullable;\r\n TypeId thisType;\r\n TypeId otherType;\r\n DataTypeDescriptor higherType;\r\n DataTypeDescriptor lowerType = null;\r\n int maximumWidth;\r\n int precision = getPrecision();\r\n int scale = getScale();\r\n\r\n thisType = getTypeId();\r\n otherType = otherDTS.getTypeId();\r\n\r\n /* The result is nullable if either side is nullable */\r\n nullable = isNullable() || otherDTS.isNullable();\r\n\r\n /*\r\n ** The result will have the maximum width of both sides\r\n */\r\n maximumWidth = (getMaximumWidth() > otherDTS.getMaximumWidth())\r\n ? getMaximumWidth() : otherDTS.getMaximumWidth();\r\n\r\n /* We need 2 separate methods of determining type dominance - 1 if both\r\n * types are system built-in types and the other if at least 1 is\r\n * a user type. (typePrecedence is meaningless for user types.)\r\n */\r\n if (!thisType.userType() && !otherType.userType()) {\r\n TypeId higherTypeId;\r\n TypeId lowerTypeId;\r\n if (thisType.typePrecedence() > otherType.typePrecedence()) {\r\n higherType = this;\r\n lowerType = otherDTS;\r\n higherTypeId = thisType;\r\n lowerTypeId = otherType;\r\n }\r\n else {\r\n higherType = otherDTS;\r\n lowerType = this;\r\n higherTypeId = otherType;\r\n lowerTypeId = thisType;\r\n }\r\n\r\n //Following is checking if higher type argument is real and other argument is decimal/bigint/integer/smallint,\r\n //then result type should be double\r\n if (higherTypeId.isRealTypeId() && \r\n !lowerTypeId.isRealTypeId() && \r\n lowerTypeId.isNumericTypeId()) {\r\n higherType = DataTypeDescriptor.getBuiltInDataTypeDescriptor(Types.DOUBLE);\r\n higherTypeId = TypeId.getBuiltInTypeId(Types.DOUBLE);\r\n }\r\n /*\r\n ** If we have a DECIMAL/NUMERIC we have to do some\r\n ** extra work to make sure the resultant type can\r\n ** handle the maximum values for the two input\r\n ** types. We cannot just take the maximum for\r\n ** precision. E.g. we want something like:\r\n **\r\n ** DEC(10,10) and DEC(3,0) => DEC(13,10)\r\n **\r\n ** (var)char type needs some conversion handled later.\r\n */\r\n if (higherTypeId.isDecimalTypeId() && \r\n !lowerTypeId.isStringTypeId()) {\r\n precision = higherTypeId.getPrecision(this, otherDTS);\r\n if (precision > 31) precision = 31; //db2 silently does this and so do we\r\n scale = higherTypeId.getScale(this, otherDTS);\r\n\r\n /* maximumWidth needs to count possible leading '-' and\r\n * decimal point and leading '0' if scale > 0. See also\r\n * sqlgrammar.jj(exactNumericType). Beetle 3875\r\n */\r\n maximumWidth = (scale > 0) ? precision + 3 : precision + 1;\r\n }\r\n else if (thisType.typePrecedence() != otherType.typePrecedence()) {\r\n precision = higherType.getPrecision();\r\n scale = higherType.getScale();\r\n\r\n /* GROSS HACKS:\r\n * If we are doing an implicit (var)char->(var)bit conversion\r\n * then the maximum width for the (var)char as a (var)bit\r\n * is really 16 * its width as a (var)char. Adjust\r\n * maximumWidth accordingly.\r\n * If we are doing an implicit (var)char->decimal conversion\r\n * then we need to increment the decimal's precision by\r\n * 2 * the maximum width for the (var)char and the scale\r\n * by the maximum width for the (var)char. The maximumWidth\r\n * becomes the new precision + 3. This is because\r\n * the (var)char could contain any decimal value from XXXXXX\r\n * to 0.XXXXX. (In other words, we don't know which side of the\r\n * decimal point the characters will be on.)\r\n */\r\n if (lowerTypeId.isStringTypeId()) {\r\n if (higherTypeId.isBitTypeId() &&\r\n !higherTypeId.isLongConcatableTypeId()) {\r\n if (lowerTypeId.isLongConcatableTypeId()) {\r\n if (maximumWidth > (Integer.MAX_VALUE / 16))\r\n maximumWidth = Integer.MAX_VALUE;\r\n else\r\n maximumWidth *= 16;\r\n }\r\n else {\r\n int charMaxWidth;\r\n\r\n int fromWidth = lowerType.getMaximumWidth();\r\n if (fromWidth > (Integer.MAX_VALUE / 16))\r\n charMaxWidth = Integer.MAX_VALUE;\r\n else\r\n charMaxWidth = 16 * fromWidth;\r\n\r\n maximumWidth = (maximumWidth >= charMaxWidth) ?\r\n maximumWidth : charMaxWidth;\r\n }\r\n }\r\n }\r\n\r\n /*\r\n * If we are doing an implicit (var)char->decimal conversion\r\n * then the resulting decimal's precision could be as high as \r\n * 2 * the maximum width (precisely 2mw-1) for the (var)char\r\n * and the scale could be as high as the maximum width\r\n * (precisely mw-1) for the (var)char.\r\n * The maximumWidth becomes the new precision + 3. This is\r\n * because the (var)char could contain any decimal value from\r\n * XXXXXX to 0.XXXXX. (In other words, we don't know which\r\n * side of the decimal point the characters will be on.)\r\n *\r\n * We don't follow this algorithm for long varchar because the\r\n * maximum length of a long varchar is maxint, and we don't\r\n * want to allocate a huge decimal value. So in this case,\r\n * the precision, scale, and maximum width all come from\r\n * the decimal type.\r\n */\r\n if (lowerTypeId.isStringTypeId() &&\r\n !lowerTypeId.isLongConcatableTypeId() &&\r\n higherTypeId.isDecimalTypeId()) {\r\n int charMaxWidth = lowerType.getMaximumWidth();\r\n int charPrecision;\r\n\r\n /*\r\n ** Be careful not to overflow when calculating the\r\n ** precision. Remember that we will be adding\r\n ** three to the precision to get the maximum width.\r\n */\r\n if (charMaxWidth > (Integer.MAX_VALUE - 3) / 2)\r\n charPrecision = Integer.MAX_VALUE - 3;\r\n else\r\n charPrecision = charMaxWidth * 2;\r\n\r\n if (precision < charPrecision)\r\n precision = charPrecision;\r\n\r\n if (scale < charMaxWidth)\r\n scale = charMaxWidth;\r\n\r\n maximumWidth = precision + 3;\r\n }\r\n }\r\n }\r\n else {\r\n /* At least 1 type is not a system built-in type */\r\n if (!thisType.equals(otherType)) {\r\n throw new StandardException(\"Two different user-defined types\");\r\n }\r\n higherType = this;\r\n precision = higherType.getPrecision();\r\n scale = higherType.getScale();\r\n }\r\n\r\n\r\n higherType = new DataTypeDescriptor(higherType, \r\n precision, scale, nullable, maximumWidth);\r\n\r\n higherType.characterAttributes = \r\n CharacterTypeAttributes.mergeCollations(characterAttributes, \r\n otherDTS.characterAttributes);\r\n\r\n return higherType;\r\n }", "public boolean areIntegral(Type typeone, Type typetwo){\n /* if they are both the same alias type, get the underlying type */\n if(areBinaryAlias(typeone,typetwo)){\n typeone = removeAlias(typeone);\n typetwo = removeAlias(typetwo);\n }\n if((typeone instanceof IntType && typetwo instanceof IntType) || (typeone instanceof RuneType && typetwo instanceof RuneType)) return true;\n else return false;\n }", "public static byte mergeType(byte type1, byte type2) {\n // Only legal types can be merged\n if ( (!DataType.isUsableType(type1)) ||\n (!DataType.isUsableType(type2)) ) {\n return DataType.ERROR ;\n }\n\n // Same type is OK\n if (type1==type2) {\n return type1 ;\n }\n\n // Both are number so we return the bigger type\n if ( (DataType.isNumberType(type1)) &&\n (DataType.isNumberType(type2)) ) {\n return type1>type2 ? type1:type2 ;\n }\n\n // One is bytearray and the other is (number or chararray)\n if (type1 == DataType.BYTEARRAY) {\n return type2 ;\n }\n\n if (type2 == DataType.BYTEARRAY) {\n return type1 ;\n }\n\n // else return just ERROR\n return DataType.ERROR ;\n }", "public int compare(IntegerLastTriple<Integer, Semester> a, IntegerLastTriple<Integer, Semester> b) {\n if(!a.type1.equals(b.type1)) return a.type1.intValue()-b.type1.intValue();\n \n return a.type2.ordinal()-b.type2.ordinal();\n }", "public static void main(String[] args){\n Number num;\n // narrow scope Integer object\n Integer inty;\n\n num = new Integer(5);\n if(num instanceof Integer){\n inty = (Integer) num;\n System.out.println(num);\n }\n num = new Double(4.234);\n if(num instanceof Integer){\n inty =(Integer) num;\n System.out.println(num);\n }\n\n System.out.println(num);\n\n Student john = new Student(\"11\",\"John\", 30);\n System.out.println(john.toString());\n\n Student mike = new Student(\"28\", \"Mike\", 29);\n System.out.println(mike.toString());\n\n System.out.println(mike.equalTo(john));\n\n\n }", "public boolean typeConformsTo(PBmmSchema schema, String type1, String type2) {\n List<String> typeList1, typeList2;\n typeList1 = BmmDefinitions.typeNameAsFlatList(type1);\n typeList2 = BmmDefinitions.typeNameAsFlatList(type2);\n int index = 0;\n\n while (index < typeList1.size() && index < typeList2.size() &&\n schema.hasClassOrPrimitiveDefinition(typeList1.get(index)) &&\n schema.hasClassOrPrimitiveDefinition(typeList2.get(index))) {\n String typePart1 = typeList1.get(index);\n String typePart2 = typeList2.get(index);\n if (!(type1.equalsIgnoreCase(typePart2) || isAncestor(schema, typePart1, typePart2))) {\n return false;\n }\n index++;\n\n }\n return true;\n }", "public boolean checkDif2Level(GroupSP g1, GroupSP g2) {\n\t\tfor (Node n1 : g1.lstSP) {\n\t\t\tfor (Node n2 : g2.lstSP) {\n\t\t\t\tif (!StringUtil.isNullOrEmpty(n1.productCode) && !StringUtil.isNullOrEmpty(n2.productCode) && n1.productCode.equals(n2.productCode)) {\n\t\t\t\t\treturn false;\n\t\t\t\t} else if (StringUtil.isNullOrEmpty(n1.productCode) && StringUtil.isNullOrEmpty(n2.productCode)) {//type\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t}", "public static void main(String[] args) {\n\t\t\n\t\tGenericPair<Integer> ob1 = new GenericPair(1,1);\n\t\tGenericPair<Integer> ob2 = new GenericPair(2,3);\n\t\tSystem.out.println(ob1.equals(ob2));\n\t\tSystem.out.println(ob1.getFirst());\n\t\tSystem.out.println(ob1.getSecond());\n\t\tSystem.out.println(ob2.getFirst());\n\t\tSystem.out.println(ob2.getSecond());\n\t\tSystem.out.println(ob1.toString());\n\t\tSystem.out.println(ob2.toString());\n\n\t}", "public static Object gt(Object val1, Object val2) {\n\t\tif (isFloat(val1) && isFloat(val2)) {\n\t\t\treturn ((BigDecimal) val1).compareTo((BigDecimal) val2) > 0;\n\t\t} else if (isInt(val1) && isInt(val2)) {\n\t\t\treturn ((BigInteger) val1).compareTo((BigInteger) val2) > 0;\n\t\t}\n\t\tthrow new OrccRuntimeException(\"type mismatch in gt\");\n\t}", "boolean canBeCompared(short controlType, short testType);", "public int compare(AlleleTypeDTO dto1, AlleleTypeDTO dto2) {\n int nReturn = 0;\n switch(nColumn) {\n case AlleleTypeDAO.ID__ALLELETYPE_KEY:\n if (dto1.getAlleleTypeKey() == null && dto2.getAlleleTypeKey() != null) {\n nReturn = -1;\n } else if (dto1.getAlleleTypeKey() == null && dto2.getAlleleTypeKey() == null) {\n nReturn = 0;\n } else if (dto1.getAlleleTypeKey() != null && dto2.getAlleleTypeKey() == null) {\n nReturn = 1;\n } else { \n nReturn = dto1.getAlleleTypeKey().compareTo(dto2.getAlleleTypeKey());\n }\n break;\n case AlleleTypeDAO.ID__ALLELEGROUPTYPE_KEY:\n if (dto1.getAlleleGroupTypeKey() == null && dto2.getAlleleGroupTypeKey() != null) {\n nReturn = -1;\n } else if (dto1.getAlleleGroupTypeKey() == null && dto2.getAlleleGroupTypeKey() == null) {\n nReturn = 0;\n } else if (dto1.getAlleleGroupTypeKey() != null && dto2.getAlleleGroupTypeKey() == null) {\n nReturn = 1;\n } else { \n nReturn = dto1.getAlleleGroupTypeKey().compareTo(dto2.getAlleleGroupTypeKey());\n }\n break;\n case AlleleTypeDAO.ID_TYPE:\n if (dto1.getType() == null && dto2.getType() != null) {\n nReturn = -1;\n } else if (dto1.getType() == null && dto2.getType() == null) {\n nReturn = 0;\n } else if (dto1.getType() != null && dto2.getType() == null) {\n nReturn = 1;\n } else { \n nReturn = dto1.getType().compareTo(dto2.getType());\n }\n break;\n case AlleleTypeDAO.ID_SORTORDER:\n if (dto1.getSortOrder() == null && dto2.getSortOrder() != null) {\n nReturn = -1;\n } else if (dto1.getSortOrder() == null && dto2.getSortOrder() == null) {\n nReturn = 0;\n } else if (dto1.getSortOrder() != null && dto2.getSortOrder() == null) {\n nReturn = 1;\n } else { \n nReturn = dto1.getSortOrder().compareTo(dto2.getSortOrder());\n }\n break;\n case AlleleTypeDAO.ID_CREATE_USER:\n if (dto1.getCreateUser() == null && dto2.getCreateUser() != null) {\n nReturn = -1;\n } else if (dto1.getCreateUser() == null && dto2.getCreateUser() == null) {\n nReturn = 0;\n } else if (dto1.getCreateUser() != null && dto2.getCreateUser() == null) {\n nReturn = 1;\n } else { \n nReturn = dto1.getCreateUser().compareTo(dto2.getCreateUser());\n }\n break;\n case AlleleTypeDAO.ID_CREATE_DATE:\n if (dto1.getCreateDate() == null && dto2.getCreateDate() != null) {\n nReturn = -1;\n } else if (dto1.getCreateDate() == null && dto2.getCreateDate() == null) {\n nReturn = 0;\n } else if (dto1.getCreateDate() != null && dto2.getCreateDate() == null) {\n nReturn = 1;\n } else { \n nReturn = dto1.getCreateDate().compareTo(dto2.getCreateDate());\n }\n break;\n case AlleleTypeDAO.ID_UPDATE_USER:\n if (dto1.getUpdateUser() == null && dto2.getUpdateUser() != null) {\n nReturn = -1;\n } else if (dto1.getUpdateUser() == null && dto2.getUpdateUser() == null) {\n nReturn = 0;\n } else if (dto1.getUpdateUser() != null && dto2.getUpdateUser() == null) {\n nReturn = 1;\n } else { \n nReturn = dto1.getUpdateUser().compareTo(dto2.getUpdateUser());\n }\n break;\n case AlleleTypeDAO.ID_UPDATE_DATE:\n if (dto1.getUpdateDate() == null && dto2.getUpdateDate() != null) {\n nReturn = -1;\n } else if (dto1.getUpdateDate() == null && dto2.getUpdateDate() == null) {\n nReturn = 0;\n } else if (dto1.getUpdateDate() != null && dto2.getUpdateDate() == null) {\n nReturn = 1;\n } else { \n nReturn = dto1.getUpdateDate().compareTo(dto2.getUpdateDate());\n }\n break;\n default: \n throw new IllegalArgumentException(\"Type passed for the field is not supported\");\n }\n\n return bReverse ? (-1 * nReturn) : nReturn;\n }", "public Type typeCheck(SymbolTable stable) throws TypeCheckError {\n final Type tleft = _left.typeCheck(stable);\n final Type tright = _right.typeCheck(stable);\n\n if (tleft.isSimple() && tright.isSimple()) {\n if (tleft != tright) {\n if (tleft instanceof BooleanType) {\n _right = new CastExpr(_right, Type.Boolean);\n }\n else if (tright instanceof BooleanType) {\n _left = new CastExpr(_left, Type.Boolean);\n }\n else if (tleft instanceof NumberType ||\n tright instanceof NumberType) {\n _left = new CastExpr(_left, Type.Real);\n _right = new CastExpr(_right, Type.Real);\n }\n else { // both compared as strings\n _left = new CastExpr(_left, Type.String);\n _right = new CastExpr(_right, Type.String);\n }\n }\n }\n else if (tleft instanceof ReferenceType) {\n _right = new CastExpr(_right, Type.Reference);\n }\n else if (tright instanceof ReferenceType) {\n _left = new CastExpr(_left, Type.Reference);\n }\n // the following 2 cases optimize @attr|.|.. = 'string'\n else if (tleft instanceof NodeType && tright == Type.String) {\n _left = new CastExpr(_left, Type.String);\n }\n else if (tleft == Type.String && tright instanceof NodeType) {\n _right = new CastExpr(_right, Type.String);\n }\n // optimize node/node\n else if (tleft instanceof NodeType && tright instanceof NodeType) {\n _left = new CastExpr(_left, Type.String);\n _right = new CastExpr(_right, Type.String);\n }\n else if (tleft instanceof NodeType && tright instanceof NodeSetType) {\n // compare(Node, NodeSet) will be invoked\n }\n else if (tleft instanceof NodeSetType && tright instanceof NodeType) {\n swapArguments(); // for compare(Node, NodeSet)\n }\n else {\n // At least one argument is of type node, node-set or result-tree\n\n // Promote an expression of type node to node-set\n if (tleft instanceof NodeType) {\n _left = new CastExpr(_left, Type.NodeSet);\n }\n if (tright instanceof NodeType) {\n _right = new CastExpr(_right, Type.NodeSet);\n }\n\n // If one arg is a node-set then make it the left one\n if (tleft.isSimple() ||\n tleft instanceof ResultTreeType &&\n tright instanceof NodeSetType) {\n swapArguments();\n }\n\n // Promote integers to doubles to have fewer compares\n if (_right.getType() instanceof IntType) {\n _right = new CastExpr(_right, Type.Real);\n }\n }\n return _type = Type.Boolean;\n }", "private static void assertEqualsExactType(int a, int b) {\n Assert.assertEquals(a, b);\n }", "private static void assertEqualsExactType(int a, int b) {\n Assert.assertEquals(a, b);\n }", "@Override\n\tfinal public int compareTo(Type o) {\n\t\t// it is necessary, that we can assume this!=o later on\n\t\tif (this == o)\n\t\t\treturn 0;\n\n\t\tboolean r, l;\n\t\t// check for ground types\n\t\tif ((l = (this instanceof GroundType)) | (r = (o instanceof GroundType))) {\n\t\t\treturn l == r ? 0 : (l ? -1 : 1);\n\t\t}\n\t\t// check for compound types\n\t\tif ((l = (this instanceof ContainerType)) | (r = (o instanceof ContainerType))) {\n\t\t\treturn l == r ? 0 : (l ? -1 : 1);\n\t\t}\n\n\t\t// we have to compare declarations\n\t\tUserType t = (UserType) this, s = (UserType) o;\n\n\t\tif ((l = (t.getBaseType() == null)) | (r = (s.getBaseType() == null))) {\n\t\t\tif (l && r)\n\t\t\t\treturn t.getName().compareTo(s.getName());\n\n\t\t\t// the base type is smaller\n\t\t\treturn s.getBaseType() == t ? -1 : 1;\n\t\t}\n\n\t\tif (t.getBaseType() == s.getBaseType()) {\n\t\t\tStack<UserType> left = new Stack<>(), right = new Stack<>();\n\t\t\t// collect super types\n\t\t\tfor (UserType i = t; i != null; i = i.getSuperType())\n\t\t\t\tleft.push(i);\n\t\t\tfor (UserType i = s; i != null; i = i.getSuperType())\n\t\t\t\tright.push(i);\n\n\t\t\t// pop common super classes (can not be null, because this is not\n\t\t\t// equal)\n\t\t\twhile (left.peek() == right.peek()) {\n\t\t\t\tleft.pop();\n\t\t\t\tright.pop();\n\t\t\t}\n\n\t\t\tif (left.isEmpty())\n\t\t\t\treturn -1;\n\t\t\tif (right.isEmpty())\n\t\t\t\treturn 1;\n\n\t\t\treturn left.peek().getName().compareTo(right.peek().getName());\n\t\t}\n\n\t\treturn t.getBaseType().getName().compareTo(s.getBaseType().getName());\n\t}", "private boolean isFieldTypeComparable(int fiLHSFldType,int fiRHSFldType)\n {\n boolean lboolResult=false;\n if(fiLHSFldType==fiRHSFldType)\n {\n lboolResult=true;\n }\n switch(fiLHSFldType)\n {\n case DataConst.BIT:\n case DataConst.DECIMAL:\n case DataConst.FLOAT:\n case DataConst.NUMERIC:\n case DataConst.REAL:\n case DataConst.BIGINT:\n case DataConst.DOUBLE:\n case DataConst.INTEGER:\n case DataConst.SMALLINT:\n case DataConst.TINYINT:\n {\n if(fiRHSFldType== DataConst.BIT || fiRHSFldType==DataConst.BIGINT ||\n fiRHSFldType== DataConst.DECIMAL || fiRHSFldType==DataConst.DOUBLE ||\n fiRHSFldType== DataConst.FLOAT || fiRHSFldType==DataConst.INTEGER ||\n fiRHSFldType== DataConst.NUMERIC || fiRHSFldType==DataConst.SMALLINT ||\n fiRHSFldType== DataConst.REAL || fiRHSFldType==DataConst.TINYINT )\n {\n lboolResult=true;\n }\n }\n break;\n case DataConst.DATE:\n case DataConst.TIMESTAMP:\n {\n if(fiRHSFldType== DataConst.DATE || fiRHSFldType==DataConst.TIMESTAMP)\n {\n lboolResult=true;\n }\n }\n break;\n case DataConst.CHAR:\n case DataConst.VARCHAR:\n case DataConst.LONGVARCHAR:\n {\n if(fiRHSFldType== DataConst.CHAR || fiRHSFldType==DataConst.LONGVARCHAR ||\n fiRHSFldType== DataConst.VARCHAR )\n {\n lboolResult=true;\n }\n }\n break;\n default:\n lboolResult=false;\n }\n return lboolResult;\n }", "public static void basic_typed_system_test(TagBasedEncoder<?> tbe) {\n Object orig_1 = \"whatup\";\n Object orig_2 = false;\n Object orig_3 = (byte) 123;\n Object orig_4 = 65432;\n Object orig_5 = 45645674655L;\n Object orig_6 = true;\n Object orig_7 = (byte)-23;\n Object orig_8 = -6123123;\n Object orig_9 = -32472532423245L;\n Object orig_10 = new String[] {\"123123141\", \"234234234\", \"gsdkjlhgsjdfsjlg\", \"test\"};\n Object orig_11 = new boolean[]{false, true, true, false};\n Object orig_12 = new byte[]{-12, 13, 15, 93, -80};\n Object orig_13 = new int[]{121321, -123123, 123123, 123123, -14123, 876574};\n Object orig_14 = new long[]{-32472213123423245L, -32472212423245L, -32472532423242L};\n Object orig_15 = new String[][]{{\"test\", \"test\", \"test\"}, {\"1\", \"2\", \"3\"}};\n Object orig_16 = new LIbae();\n Object orig_17 = new LIse(\"hallo\", \"dies\", \"ist\", \"ein\", \"test\");\n\n tbe.addEntryT(\"#####1\", orig_1);\n tbe.addEntryT(\"#####2\", orig_2);\n tbe.addEntryT(\"#####3\", orig_3);\n tbe.addEntryT(\"#####4\", orig_4);\n tbe.addEntryT(\"#####5\", orig_5);\n tbe.addEntryT(\"#####6\", orig_6);\n tbe.addEntryT(\"#####7\", orig_7);\n tbe.addEntryT(\"#####8\", orig_8);\n tbe.addEntryT(\"#####9\", orig_9);\n tbe.addEntryT(\"#####10\", orig_10);\n tbe.addEntryT(\"#####11\", orig_11);\n tbe.addEntryT(\"#####12\", orig_12);\n tbe.addEntryT(\"#####13\", orig_13);\n tbe.addEntryT(\"#####14\", orig_14);\n tbe.addEntryT(\"#####15\", orig_15);\n tbe.addEntryT(\"#####16\", orig_16);\n tbe.addEntryT(\"#####17\", orig_17);\n\n String result_1 = tbe.getEntryT(\"#####1\", String.class);\n Boolean result_2 = tbe.getEntryT(\"#####2\", Boolean.class);\n Byte result_3 = tbe.getEntryT(\"#####3\", Byte.class);\n Integer result_4 = tbe.getEntryT(\"#####4\", Integer.class);\n Long result_5 = tbe.getEntryT(\"#####5\", Long.class);\n boolean result_6 = tbe.getEntryT(\"#####6\", boolean.class);\n byte result_7 = tbe.getEntryT(\"#####7\", byte.class);\n int result_8 = tbe.getEntryT(\"#####8\", int.class);\n long result_9 = tbe.getEntryT(\"#####9\", long.class);\n String[] result_10 = tbe.getEntryT(\"#####10\", String[].class);\n boolean[] result_11 = tbe.getEntryT(\"#####11\", boolean[].class);\n byte[] result_12 = tbe.getEntryT(\"#####12\", byte[].class);\n int[] result_13 = tbe.getEntryT(\"#####13\", int[].class);\n long[] result_14 = tbe.getEntryT(\"#####14\", long[].class);\n String[][] result_15 = tbe.getEntryT(\"#####15\", String[][].class);\n LIbae result_16 = tbe.getEntryT(\"#####16\", LIbae.class);\n LIse result_17 = tbe.getEntryT(\"#####17\", LIse.class);\n\n assertEquals(orig_1, result_1);\n assertEquals(orig_2, result_2);\n assertEquals(orig_3, result_3);\n assertEquals(orig_4, result_4);\n assertEquals(orig_5, result_5);\n assertEquals(orig_6, result_6);\n assertEquals(orig_7, result_7);\n assertEquals(orig_8, result_8);\n assertEquals(orig_9, result_9);\n assertArrayEquals((String[])orig_10, result_10);\n assertArrayEquals((boolean[]) orig_11, result_11);\n assertArrayEquals((byte[]) orig_12, result_12);\n assertArrayEquals((int[]) orig_13, result_13);\n assertArrayEquals((long[]) orig_14, result_14);\n assertArrayEquals((String[][]) orig_15, result_15);\n assertEquals(orig_16, result_16);\n assertEquals(orig_17, result_17);\n }", "public static boolean typesAreEquivalent(int sourceType, int destType) {\n boolean result = false;\n if (sourceType == destType) {\n result = true;\n }\n if (sourceType == Types.DECIMAL && destType == Types.NUMERIC) {\n result = true;\n }\n if (sourceType == Types.NUMERIC && destType == Types.DECIMAL) {\n result = true;\n }\n if (sourceType == Types.BOOLEAN && destType == Types.BIT) {\n result = true;\n }\n if (sourceType == Types.BIT && destType == Types.BOOLEAN) {\n result = true;\n }\n return result;\n }", "public boolean equivalent(Explanation<OWLAxiom> e1, Explanation<OWLAxiom> e2) throws OWLOntologyCreationException {\n if (e1.equals(e2)) {\n return true;\n }\n\n // check if they have the same size, same entailment types, same numbers of axiom types\n IsoUtil pre = new IsoUtil();\n if (!pre.passesPretest(e1, e2)) {\n \t//System.out.println(\"NOT THE SAME!\");\n return false;\n }\n \n //check the current datatypes used in the justifications. If they don't match, reject this.\n HashSet<OWLDatatype> dataTypes1 = new HashSet<OWLDatatype>();\n HashSet<OWLDatatype> dataTypes2 = new HashSet<OWLDatatype>();\n \n for(OWLAxiom ax:e1.getAxioms())\n {\n \t for(OWLDatatype dt:ax.getDatatypesInSignature())\n {\n \tif(dt.isBuiltIn())\n \t{\n \t\tdataTypes1.add(dt);\n \t}\n }\n }\n for(OWLAxiom ax:e2.getAxioms())\n {\n \t for(OWLDatatype dt:ax.getDatatypesInSignature())\n {\n \tif(dt.isBuiltIn())\n \t{\n \t\tdataTypes2.add(dt);\n \t}\n }\n } \n \n if(!dataTypes1.equals(dataTypes2))\n {\n \treturn false;\n }\n \n //check to see if both justifications are both real or fake w.r.t. reasoner\n /**\n OWLOntologyManager ontoman = OWLManager.createOWLOntologyManager();\n Boolean E1ENT = null;\n OWLReasoner j1 = rf.createReasoner(ontoman.createOntology(e1.getAxioms()));\n\t\tE1ENT = j1.isEntailed(e1.getEntailment());\n\t\tj1.flush();\n\t\tOWLReasoner j2;\n\t Boolean E2ENT = null;\n\t j2 = rf.createReasoner(ontoman.createOntology(e2.getAxioms()));\n\t\tE2ENT = j2.isEntailed(e2.getEntailment());\n\t\tj2.flush();\n\t\tSystem.out.println(e1.getEntailment().toString() + \": \" + E1ENT + \" \" + e2.getEntailment().toString() + \": \" + E2ENT);\n\t\tSystem.out.println(!((E1ENT && E2ENT) || (!E1ENT && !E2ENT)));\n\t\tif(!((E1ENT && E2ENT) || (!E1ENT && !E2ENT))) {\n\t\tSystem.out.println(\"Entailment check failed\");\n\t return false;\t\n\t\t}\n\t\t**/\n\t\t// otherwise do the full check\t\n AxiomTreeBuilder atb = new AxiomTreeBuilder();\n\n AxiomTreeNode et1 = atb.generateAxiomTree(e1.getEntailment());\n AxiomTreeNode et2 = atb.generateAxiomTree(e2.getEntailment());\n AxiomTreeNode jt1 = atb.generateExplanationTree(e1);\n AxiomTreeNode jt2 = atb.generateExplanationTree(e2);\n \n //for(AxiomTreeMapping atm:getMappingCandidates(et1,et2))\n //{\n \t//atm.printMapping();\n //}\n \n List<AxiomTreeMapping> candidates = getMappingCandidates(jt1, jt2);\n //System.out.println(candidates.size());\n /**\n for(AxiomTreeMapping c : candidates) {\n \t System.out.println(c.getVarsForTarget());\n \t System.out.println(c.getVarsForSource());\n \t System.out.println(isCorrectMapping(e1, et1, jt1, c.getVarsForSource(), e2, et2, jt2, c.getVarsForTarget()));\n }\n **/\n \n \n for (AxiomTreeMapping c : candidates) {\n //System.out.println(\"\\n--------------- MAPPING ---------------\\n\");\n if (isCorrectMapping(e1, et1, jt1, c.getVarsForSource(), e2, et2, jt2, c.getVarsForTarget())) {\n //c.printMapping();\n //System.out.println(\"TRUE MAPPING:\");\n //System.out.println(c.getVarsForTarget());\n //System.out.println(c.getVarsForSource());\n \t return true;\n }\n }\n \n //for(AxiomTreeMapping atm:candidates)\n //{\n \t//atm.printMapping();\n //}\n return false;\n }", "private boolean match(Type t, Type original) {\n\t\t\t\treturn original.getSort() == Type.METHOD && original.getSort() == t.getSort();\n\t\t\t}", "public void testGetTagType_1_accuracy() {\n instance.setTagType(\"tagtype\");\n assertEquals(\"The type is not set properly.\", \"tagtype\", instance.getTagType());\n }", "public static boolean IsA(VariableType type1, VariableType type2, SymbolTable symbolTable) {\n\t\t// TODO Auto-generated method stub\n\t\tif(type1.type==FourType.Boolean || type1.type==FourType.Integer || type1.type==FourType.IntegerArray)\n\t\t\treturn type1.type==type2.type;\n\t\tif(type1.type==FourType.Object)\n\t\t{\n\t\t\tif(type2.type!=FourType.Object)\n\t\t\t\treturn false;\n\t\t\tif(type1.name==type2.name)\n\t\t\t\treturn true;\n\t\t\tClassItem classItem=symbolTable.SearchClass(type1.name);\n\t\t\tif(classItem==null)\n\t\t\t\treturn false;\n\t\t\treturn IsA(new VariableType(FourType.Object,classItem.parentName),type2,symbolTable);\n\t\t}\n\t\treturn false;\n\t}", "void typePromition(int a, long b){\n\t\tSystem.out.println(\"Method-5 (TypePromotion) Result is: \" + (a+b));\n\t}", "public int compareTo(Document o2) {\n return this.format.getClass().getSimpleName().compareTo(o2.getFormat().getClass().getSimpleName());\n }", "public static void main(String[] args){\n\t\tString s1=\"mohan\";\r\n\t\tString s2=\"mohan\";\r\n\t\t\r\n\t\tif(s1.equals(s2)) System.out.println(\"Two string objects has same hash value\");\r\n\t\telse System.out.println(\"Two Strings objects has different hash value\");\r\n\t\t\r\n\t\tif(s1==s2) System.out.println(\"s1 and s2 point to same Objects\");\r\n\t\telse System.out.println(\"s1 and s2 point to different Objects\");\r\n\t\t\r\n\t\tString a1 = new String(\"krish\");\r\n\t\tString a2 = new String(\"krish\");\r\n\t\t\r\n\t\tif(a1==a2 && a1.equals(a2)) \r\n\t\t\tSystem.out.println(\"a1 and a2 point to same strings object and has same value\");\r\n\t\telse if(a1!=a2 && a1.equals(a2))\r\n\t\t\tSystem.out.println(\"a1 and a2 point to different strings objects but have same value\");\r\n\t\telse if(a1!=a2 && !a1.equals(a2))\r\n\t\t\tSystem.out.println(\"a1 and a2 point to different strings objects and have different values\");\r\n\r\n\t\tint i1=10;\r\n\t\tint i2=10;\r\n\t\t\r\n\t\tif(i1==i2) System.out.println(\"Two variable have same value w.r.t ==\");\r\n\t\telse System.out.println(\"values different\");\r\n\r\n\t\tif(new Integer(i1).equals(new Integer(i1))) {\r\n\t\t\tSystem.out.println(\"Two Integer vars pointing to same object\");\r\n\t\t}\r\n\t\tInteger I1 = new Integer(i1);\r\n\t\tInteger I2 = new Integer(i2);\r\n\t\t//For integer Objects \"values\" are compared instead of references. Integer class overrides equals() method from Object class\r\n\t\tif(I1.equals(I2)) {\r\n\t\t\tSystem.out.println(\"Two Integer Objects are same\");\r\n\t\t} else System.out.println(\"Not Same Objects\");\r\n\t\t\r\n\t\tif(I1==I2) System.out.println(\"Two Objects same(referencing same w.r.t == operator\");\r\n\t\telse System.out.println(\"Two Objects Different w.r.t == operator\");\r\n\t}", "private void sortCoreTypes() {\n\t\tArrays.sort(coreBuiltin, (o1, o2) -> Long.compare(o1.id, o2.id));\n\t}", "public int compare(T o1, T o2)\n {\n return o1.toString().compareTo(o2.toString());\n }", "private boolean compareStructure1(BinaryNode<AnyType> t, BinaryNode<AnyType> t1)\r\n\t{\r\n\t\tif(t==null && t1==null)\r\n\t\t\treturn true;\r\n\t\tif(t!=null && t1!=null)\r\n\t\t\treturn (compareStructure1(t.left, t1.left)&& compareStructure1(t.right, t1.right));\r\n\t\treturn false;\r\n\t}" ]
[ "0.658238", "0.65233666", "0.6407528", "0.61199766", "0.61147326", "0.6104605", "0.60741127", "0.60424125", "0.6028617", "0.6009416", "0.5986636", "0.5969378", "0.59354633", "0.58916163", "0.5804332", "0.5753205", "0.56799924", "0.5654627", "0.5540889", "0.553441", "0.5524491", "0.5521408", "0.55112517", "0.5495478", "0.54662454", "0.54653513", "0.54636836", "0.54560333", "0.54250675", "0.53930676", "0.53750145", "0.5366962", "0.5327397", "0.532439", "0.53169066", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.5296525", "0.52928257", "0.5288461", "0.5248738", "0.5228284", "0.5228235", "0.5228061", "0.52202976", "0.5214509", "0.5202485", "0.51991785", "0.51895565", "0.5174492", "0.5174209", "0.51728255", "0.51424253", "0.51401526", "0.51328844", "0.5125495", "0.51172304", "0.51102805", "0.5100504", "0.5099238", "0.50938964", "0.50934935", "0.5088301", "0.5082154", "0.5081974", "0.5078531", "0.5064692", "0.5045553", "0.5045553", "0.5041062", "0.5038963", "0.5037714", "0.5029138", "0.5028999", "0.50173265", "0.5015546", "0.50140226", "0.50096947", "0.500896", "0.49950796", "0.499374", "0.49937", "0.49848923" ]
0.736789
0
Called when switching or initializing CAS's sharedviewdata instance of FsGenerator[] generators are kept in a map, unique for each type system, keyed by classloader.
public FsGenerator3[] getGeneratorsForClassLoader(ClassLoader cl, boolean isPear) { Map<ClassLoader, FsGenerator3[]> gByC = isPear ? generators4pearsByClassLoader : generatorsByClassLoader; synchronized (gByC) { FsGenerator3[] g = gByC.get(cl); // a separate map per type system instance if (g == null && !skip_loading_user_jcas) { g = FSClassRegistry.getGeneratorsForClassLoader(cl, isPear, this); gByC.put(cl, g); } return g; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void generateMaps() {\r\n\t\tthis.tablesLocksMap = new LinkedHashMap<>();\r\n\t\tthis.blocksLocksMap = new LinkedHashMap<>();\r\n\t\tthis.rowsLocksMap = new LinkedHashMap<>();\r\n\t\tthis.waitMap = new LinkedHashMap<>();\r\n\t}", "public static void startCaching() {\n\t\t/*\n\t\t * component caching happens if the collection exists\n\t\t */\n\t\tfor (ComponentType aType : ComponentType.values()) {\n\t\t\tif (aType.preLoaded == false) {\n\t\t\t\taType.cachedOnes = new HashMap<String, Object>();\n\t\t\t}\n\t\t}\n\t}", "private static native void initCachedClassMap();", "private void lazyInitializeMap() {\n if (gestureSenderToGestureListener == null) {\n gestureSenderToGestureListener = new HashMap<Class<? extends IInputProcessor>, IGestureEventListener[]>();\n }\n }", "void applyLoaderData(@NotNull IndexRegistrar registrar, @NotNull Loader loader) {\n IntObjectHashMap<Loader[]> newClassPackageCache = new IntObjectHashMap<>(classPackageCache);\n IntObjectHashMap<Loader[]> newResourcePackageCache = new IntObjectHashMap<>(resourcePackageCache);\n registrar.registerPackageIndex(newClassPackageCache, newResourcePackageCache, loader);\n classPackageCache = newClassPackageCache;\n resourcePackageCache = newResourcePackageCache;\n }", "private void registerCaches(){\n // Initialize region arraylist\n prisoners = new HashMap<>();\n regions = QueryManager.getRegions();\n prisonBlocks = QueryManager.getPrisonBlocks();\n portals = QueryManager.getPortals();\n }", "private static void createTypeMap() {\n\n }", "private void init() {\n UNIGRAM = new HashMap<>();\n }", "public AnnotatorPool() {\n this.factories = Generics.newHashMap();\n }", "private static void initializeMaps()\n\t{\n\t\taddedPoints = new HashMap<String,String[][][]>();\n\t\tpopulatedList = new HashMap<String,Boolean>();\n\t\tloadedAndGenerated = new HashMap<String,Boolean>();\n\t}", "public void initMap()\r\n/* */ {\r\n///* 36 */ putHandler(\"vwkgcode\", PDWkHeadTailVWkgcodeHandler.class);\r\n///* 37 */ putHandler(\"fcapacitycalc\", PDWkHeadTailFcapacitycalcHandler.class);\r\n///* 38 */ putHandler(\"bprodline\", PDWkHeadTailBprodlineHandler.class);\r\n/* */ }", "public void method_9396() {\r\n super();\r\n this.field_8914 = Maps.newConcurrentMap();\r\n }", "@Override\n public void reloadCachedMappings() {\n }", "@Override\n public void reloadCachedMappings() {\n }", "private void callTypeSystemInit() throws ResourceInitializationException {\n\n CAS cas = casPool.getCas();\n\n try {\n if (collectionReader instanceof CollectionReader) {\n ((CollectionReader) collectionReader).typeSystemInit(cas.getTypeSystem());\n\n CasInitializer casIni = ((CollectionReader) collectionReader).getCasInitializer();\n if (casIni != null) {\n casIni.typeSystemInit(cas.getTypeSystem());\n }\n }\n\n for (int i = 0; i < annotatorList.size(); i++) {\n ProcessingContainer container = (ProcessingContainer) annotatorList.get(i);\n if (container.getStatus() == Constants.CAS_PROCESSOR_DISABLED) {\n continue; // skip over disabled CasProcessors\n }\n CasProcessor processor = container.getCasProcessor();\n if (processor instanceof CasObjectProcessor) {\n ((CasObjectProcessor) processor).typeSystemInit(cas.getTypeSystem());\n }\n container.releaseCasProcessor(processor);\n }\n for (int i = 0; i < consumerList.size(); i++) {\n ProcessingContainer container = (ProcessingContainer) consumerList.get(i);\n if (container.getStatus() == Constants.CAS_PROCESSOR_DISABLED) {\n continue; // skip over disabled CasProcessors\n }\n CasProcessor processor = container.getCasProcessor();\n if (processor instanceof CasObjectProcessor) {\n ((CasObjectProcessor) processor).typeSystemInit(cas.getTypeSystem());\n }\n container.releaseCasProcessor(processor);\n }\n } catch (ResourceInitializationException e) {\n throw e;\n } catch (Exception e) {\n throw new ResourceInitializationException(e);\n } finally {\n casPool.releaseCas(cas);\n // synchronized (casPool) { // redundant, the above releaseCas call does this\n // casPool.notifyAll();\n // }\n }\n }", "private void genLoadMapCode(String name, String keyClassSimpleName, String valueClassSimpleName, boolean valueIsPersistable) {\n\n int tabLevel = 1;\n String tabs = tabs(tabLevel);\n\n String keyCppType = cppType(keyClassSimpleName);\n String valueCppType = cppType(valueClassSimpleName);\n\n String mapType = \"std::map< \" + keyCppType + \", \" + valueCppType + \" >\";\n\n load.println(\"\\t// \" + mapType + \" this->\" + name);\n genDebug(load, \"\\tstd::cout << \\\"load \" + mapType + \" \" + name + \"\\\" << std::endl;\");\n\n String vVarName = \"v\" + \"_\" + name;\n String lenVarName = vVarName + \"_length\";\n\n // read the length of the map\n load.println(tabs + \"int \" + lenVarName + \";\");\n\n load.println();\n load.println(tabs + INSTREAM_VAR_NAME + \".readInt(\" + lenVarName + \");\");\n\n genDebugDumpValue(load, lenVarName, tabs);\n\n load.println(tabs + mapType + \"& \" + vVarName + \" = this->\" + name + \";\");\n\n // initialize & pre-allocate the map\n // load.println( tabs + vVarName + \".reserve( \" + lenVarName + \" );\");\n\n load.println();\n load.println(tabs + \"for( int i = 0; i < \" + lenVarName + \"; i++ ){\");\n\n tabs = tabs(++tabLevel);\n\n // load key\n String keyVarName = vVarName + \"_key\";\n load.println(tabs + keyCppType + \" \" + keyVarName + \";\");\n load.println(tabs + genReadCode(keyVarName, keyCppType));\n\n // load value\n String valueVarName = vVarName + \"_value\";\n load.println(tabs + valueCppType + \" \" + valueVarName + \";\");\n\n if (valueIsPersistable) {\n load.println(tabs + valueVarName + \".load( \" + INSTREAM_VAR_NAME + \" );\");\n } else {\n load.println(tabs + genReadCode(valueVarName, valueCppType));\n }\n\n // add the new pair to the map\n load.println(tabs + vVarName + \".insert( std::make_pair( \" + keyVarName + \", \" + valueVarName + \" ));\");\n\n tabs = tabs(--tabLevel);\n load.println(tabs + \"}\");\n }", "private static void initializeMap() {\n addressTypeToSerializerMap = new HashMap<>();\n addressTypeToSerializerMap.put(NoAddressAfi.VALUE, NoAddressSerializer.getInstance());\n addressTypeToSerializerMap.put(Ipv4Afi.VALUE, Ipv4Serializer.getInstance());\n addressTypeToSerializerMap.put(Ipv4BinaryAfi.VALUE, Ipv4BinarySerializer.getInstance());\n addressTypeToSerializerMap.put(Ipv4PrefixAfi.VALUE, Ipv4PrefixSerializer.getInstance());\n addressTypeToSerializerMap.put(Ipv4PrefixBinaryAfi.VALUE, Ipv4PrefixBinarySerializer.getInstance());\n addressTypeToSerializerMap.put(Ipv6Afi.VALUE, Ipv6Serializer.getInstance());\n addressTypeToSerializerMap.put(Ipv6BinaryAfi.VALUE, Ipv6BinarySerializer.getInstance());\n addressTypeToSerializerMap.put(Ipv6PrefixAfi.VALUE, Ipv6PrefixSerializer.getInstance());\n addressTypeToSerializerMap.put(Ipv6PrefixBinaryAfi.VALUE, Ipv6PrefixBinarySerializer.getInstance());\n addressTypeToSerializerMap.put(MacAfi.VALUE, MacSerializer.getInstance());\n addressTypeToSerializerMap.put(DistinguishedNameAfi.VALUE, DistinguishedNameSerializer.getInstance());\n addressTypeToSerializerMap.put(Lcaf.VALUE, LcafSerializer.getInstance());\n addressTypeToSerializerMap.put(AfiListLcaf.VALUE, AfiListSerializer.getInstance());\n addressTypeToSerializerMap.put(InstanceIdLcaf.VALUE, InstanceIdSerializer.getInstance());\n addressTypeToSerializerMap.put(ApplicationDataLcaf.VALUE, ApplicationDataSerializer.getInstance());\n addressTypeToSerializerMap.put(ExplicitLocatorPathLcaf.VALUE, ExplicitLocatorPathSerializer.getInstance());\n addressTypeToSerializerMap.put(SourceDestKeyLcaf.VALUE, SourceDestKeySerializer.getInstance());\n addressTypeToSerializerMap.put(KeyValueAddressLcaf.VALUE, KeyValueAddressSerializer.getInstance());\n addressTypeToSerializerMap.put(ServicePathLcaf.VALUE, ServicePathSerializer.getInstance());\n }", "public ClassRegistry() {\n this.classMap.putAll(CLASS_MAP);\n this.conversionMap.putAll(CONVERSION_MAP);\n conversionMap.put(\"key->new\",defaultSupplier);\n conversionMap.put(\"new\",typeName->defaultSupplier.apply(typeName));\n }", "private void scanClassMap() {\n Set<Class<?>> classSet = reflections.getTypesAnnotatedWith(Redis.class);\n for (Class cl : classSet) {\n RedisInfo redisInfo = new RedisInfo();\n Redis redis = (Redis) cl.getAnnotation(Redis.class);\n redisInfo.setCls(cl);\n redisInfo.setTableName(redis.name());\n redisInfo.setIncrName(redis.IncrName());\n redisInfo.setDbName(redis.dbName());\n redisInfo.setImmediately(redis.immediately());\n redisInfo.setIncr(redis.incrId());\n redisInfo.setDelete(redis.delete());\n try {\n classMap.put(redis.name(), redisInfo);\n } catch (Exception e) {\n e.printStackTrace();\n }\n }\n }", "public final ClassMap getUsedClassMap()\n {\n return useClassMap;\n }", "public void registerGenerator( Class c ) {\r\n\t\tif ( !gameEventListenerMap.containsKey( c )) {\r\n\t\t\tgameEventListenerMap.put( c, new Vector<GameEventListener>() );\r\n\t\t}\r\n\t}", "@Override\n public HashMap initFileSet()\n {\n return null;\n }", "public HashMap<String,HashSet<String>> loadTypes(String commonTypeInstanceFile) throws Exception;", "private void initClassloaders() {\n\t\tthis.commonloader = createClassloader(\"common\",null);\n\t\tthis.sharedloader = createClassloader(\"shared\", commonloader);\n\t\tthis.catalinaloader = createClassloader(\"server\", commonloader);\n\t}", "@PostConstruct\n public void init() {\n for (final Entry<String, Set<String>> aggregateEntry : processor.getTaskIndex().entrySet()) {\n final AggregateStopwatch stopwatchEntry = new AggregateStopwatch();\n\n aggregatedTasks.put(aggregateEntry.getKey(), stopwatchEntry);\n\n for (final String nameEntry : aggregateEntry.getValue()) {\n logger.info(\"adding stopwatchEntry - aggregate: \" + aggregateEntry.getKey() + \" task: \" + nameEntry);\n stopwatchEntry.getTimedTasks().put(nameEntry, new TaskStopwatch());\n }\n }\n }", "public void initEvaluatorMap() {\n putObject(CoreConstants.EVALUATOR_MAP, new HashMap());\n }", "private void addMapping(Class... types)\n {\n for (Class type : types)\n {\n if (mappings.put(type.getSimpleName(), type.getName()) != null)\n {\n throw new IllegalStateException(\"A mapping already exists for \" + type.getSimpleName());\n }\n }\n }", "protected ReportGenerator()\r\n {\r\n helperObjects = new HashMap();\r\n }", "private void registerTypeSystemsWithCasManager() throws Exception {\n CasManager manager = cpeFactory.getResourceManager().getCasManager();\n\n ProcessingResourceMetaData crMetaData = collectionReader.getProcessingResourceMetaData();\n if (crMetaData != null) {\n manager.addMetaData(crMetaData);\n }\n if (collectionReader instanceof CollectionReader) {\n CasInitializer casIni = ((CollectionReader) collectionReader).getCasInitializer();\n if (casIni != null && casIni.getProcessingResourceMetaData() != null) {\n manager.addMetaData(casIni.getProcessingResourceMetaData());\n }\n } else if (collectionReader instanceof CasDataCollectionReader) {\n CasDataInitializer casIni = ((CasDataCollectionReader) collectionReader)\n .getCasDataInitializer();\n if (casIni != null && casIni.getCasInitializerMetaData() != null) {\n manager.addMetaData(casIni.getCasInitializerMetaData());\n }\n }\n for (int i = 0; i < annotatorList.size(); i++) {\n ProcessingContainer container = (ProcessingContainer) annotatorList.get(i);\n if (container.getStatus() == Constants.CAS_PROCESSOR_DISABLED) {\n continue; // skip over disabled CasProcessors\n }\n if (UIMAFramework.getLogger().isLoggable(Level.FINEST)) {\n UIMAFramework.getLogger(this.getClass()).logrb(Level.FINEST, this.getClass().getName(),\n \"process\", CPMUtils.CPM_LOG_RESOURCE_BUNDLE,\n \"UIMA_CPM_checkout_cp_from_container__FINEST\",\n new Object[] { Thread.currentThread().getName(), container.getName() });\n }\n CasProcessor processor = container.getCasProcessor();\n try {\n if (processor instanceof AnalysisEngineImplBase) {\n // Integrated AEs already have added their metadata to the CasManager during\n // their initialization, so we don't need to do it again.\n // (Exception: when running from \"old\" CPM interface - where AEs are created outside\n // and passed in, the AE may not share a ResourceManager with the CPE. In that case\n // we DO need to register its metadata.)\n if (((AnalysisEngine) processor).getResourceManager() == cpeFactory\n .getResourceManager()) {\n continue;\n }\n }\n ProcessingResourceMetaData md = processor.getProcessingResourceMetaData();\n\n if (md != null) {\n manager.addMetaData(md);\n }\n } finally {\n container.releaseCasProcessor(processor);\n }\n }\n for (int i = 0; i < consumerList.size(); i++) {\n ProcessingContainer container = (ProcessingContainer) consumerList.get(i);\n if (container.getStatus() == Constants.CAS_PROCESSOR_DISABLED) {\n continue; // skip over disabled CasProcessors\n }\n\n if (UIMAFramework.getLogger().isLoggable(Level.FINE)) {\n UIMAFramework.getLogger(this.getClass()).logrb(Level.FINE, this.getClass().getName(),\n \"process\", CPMUtils.CPM_LOG_RESOURCE_BUNDLE,\n \"UIMA_CPM_checkout_cp_from_container__FINEST\",\n new Object[] { Thread.currentThread().getName(), container.getName() });\n }\n\n CasProcessor processor = container.getCasProcessor();\n try {\n if (processor instanceof AnalysisEngineImplBase) {\n // (Exception: when running from \"old\" CPM interface - where AEs are created outside\n // and passed in, the AE may not share a ResourceManager with the CPE. In that case\n // we DO need to register its metadata.)\n if (((AnalysisEngine) processor).getResourceManager() == cpeFactory\n .getResourceManager()) {\n continue;\n }\n }\n ProcessingResourceMetaData md = processor.getProcessingResourceMetaData();\n\n if (md != null) {\n manager.addMetaData(md);\n }\n } finally {\n container.releaseCasProcessor(processor);\n }\n }\n }", "public Factory() {\n\t\tclassMap = new TreeMap<String,Class<T> >();\n\t}", "public static void initLoaderType() {\r\n boolean autoaddBoolean = GrouperLoaderConfig.retrieveConfig().propertyValueBoolean(\"loader.autoadd.typesAttributes\", true);\r\n\r\n if (!autoaddBoolean) {\r\n return;\r\n }\r\n\r\n GrouperSession grouperSession = null;\r\n\r\n try {\r\n\r\n grouperSession = GrouperSession.startRootSession(false);\r\n\r\n GrouperSession.callbackGrouperSession(grouperSession, new GrouperSessionHandler() {\r\n\r\n public Object callback(GrouperSession grouperSession)\r\n throws GrouperSessionException {\r\n try {\r\n \r\n GroupType loaderType = GroupType.createType(grouperSession, \"grouperLoader\", false);\r\n\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderType\", false);\r\n \r\n loaderType.addAttribute(grouperSession,\"grouperLoaderDbName\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderScheduleType\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderQuery\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderQuartzCron\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderIntervalSeconds\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderPriority\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderAndGroups\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderGroupTypes\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderGroupsLike\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderGroupQuery\", false);\r\n\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderDisplayNameSyncBaseFolderName\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderDisplayNameSyncLevels\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderDisplayNameSyncType\", false);\r\n\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderFailsafeUse\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderMaxGroupPercentRemove\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderMaxOverallPercentGroupsRemove\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderMaxOverallPercentMembershipsRemove\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderMinGroupSize\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderMinManagedGroups\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderFailsafeSendEmail\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderMinGroupNumberOfMembers\", false);\r\n loaderType.addAttribute(grouperSession,\"grouperLoaderMinOverallNumberOfMembers\", false);\r\n \r\n } catch (Exception e) {\r\n throw new RuntimeException(e.getMessage(), e);\r\n } finally {\r\n GrouperSession.stopQuietly(grouperSession);\r\n }\r\n return null;\r\n }\r\n\r\n });\r\n\r\n //register the hook if not already\r\n GroupTypeTupleIncludeExcludeHook.registerHookIfNecessary(true);\r\n \r\n } catch (Exception e) {\r\n throw new RuntimeException(\"Problem adding loader type/attributes\", e);\r\n }\r\n\r\n }", "@Override\n public void create() {\n theMap = new ObjectSet<>(2048, 0.5f);\n generate();\n }", "private void defaultInit(ViewGroup viewsHolder) {\n for (CPU.Reg reg : CPU.Reg.values()) {\n findAndAddRegister(viewsHolder, cpu.getRegister(reg));\n }\n\n // Find all the BusViews available\n for (int i = 0; i < viewsHolder.getChildCount(); i++) {\n View view = viewsHolder.getChildAt(i);\n if (view.getClass() == BusView.class) {\n busViews.add((BusView) view);\n bCompHolder.registerNewSignals(((BusView) view).getSignals());\n }\n }\n }", "private Map<String, CartridgeClasspathData> setupCartridgeClassPaths() {\n\t\tthis.cartridgeClassPaths = new HashMap<String, CartridgeClasspathData>();\n\n\t\tFile cartridgeDir = PluginHelper.getInstance().getCartridgeDir();\n\n\t\tList<File> jarFiles = FileHelper.findFiles(cartridgeDir.getPath(), new CartridgeJarFilter(), false);\n\t\tfor (File file : jarFiles) {\n\t\t\tthis.cartridgeClassPaths.put(CartridgeClasspathData.getClasspathKey(file),\n\t\t\t\t\tnew CartridgeClasspathData(file, true));\n\t\t}\n\n\t\tList<File> linkFiles = FileHelper.findFiles(cartridgeDir.getPath(), new CartridgeLinkFilter(), false);\n\t\tfor (File file : linkFiles) {\n\t\t\tString path = this.readLinkFile(file);\n\t\t\tif (path != null) {\n\t\t\t\tLogHelper.info(\"using cartridges: \" + path + \" via linkfile: \" + file);\n\t\t\t\tthis.cartridgeClassPaths.put(CartridgeClasspathData.getClasspathKey(new File(path)),\n\t\t\t\t\t\tnew CartridgeClasspathData(new File(path), true));\n\t\t\t}\n\t\t}\n\n\t\treturn this.cartridgeClassPaths;\n\t}", "public synchronized static void internal_updateKnownTypes() {\r\n Set<ChangeLogType> changeLogTypes = GrouperDAOFactory.getFactory().getChangeLogType().findAll();\r\n GrouperCache<MultiKey, ChangeLogType> newTypes = new GrouperCache<MultiKey, ChangeLogType>(\r\n ChangeLogTypeFinder.class.getName() + \".typeCache\", 10000, false, 60*10, 60*10, false);\r\n \r\n Map<String, ChangeLogType> newTypesById = new HashMap<String, ChangeLogType>();\r\n \r\n for (ChangeLogType changeLogType : GrouperUtil.nonNull(changeLogTypes)) {\r\n newTypes.put(new MultiKey(changeLogType.getChangeLogCategory(), changeLogType.getActionName()), changeLogType);\r\n newTypesById.put(changeLogType.getId(), changeLogType);\r\n }\r\n \r\n //add builtins if necessary\r\n internal_updateBuiltinTypesOnce(newTypes, newTypesById);\r\n \r\n types = newTypes;\r\n typesById = newTypesById;\r\n }", "public void loadSavedConfigsMap() {\n\t\tfinal File folder = new File(serializePath);\n\t\tlistFilesForFolder(folder);\n\t}", "private void populateScreenViewMap() {\n\n log.debug(\"Populating the screens\");\n\n for (Screen screen : Screen.values()) {\n\n AbstractScreenView view = Screens.newScreen(screen);\n\n // Keep track of the view instances but don't initialise them\n screenViewMap.put(screen, view);\n\n }\n\n }", "@PostConstruct\n public void initCache() {\n cache = Collections.synchronizedMap(new HashMap<>(cacheCapacity, 1));\n }", "private void initialize() {\n this.traitMap = new HashMap<T, ITrait<T>>();\n this.traitList = new ArrayList<ITrait<T>>();\n this.observers = Collections.synchronizedList(new ArrayList<IStatisticsObserver>());\n this.dimensionName = \"UNNAMED\";\n\n }", "private static Map<String, ViewManager> buildViewManagerMap(List<ViewManager> viewManagers) {\n Map<String, ViewManager> viewManagerMap = new HashMap<>();\n for (ViewManager viewManager : viewManagers) {\n viewManagerMap.put(viewManager.getName(), viewManager);\n }\n for (Map.Entry<String, Class<? extends ViewManager>> entry : flatManagerClassMap.entrySet()) {\n String name = entry.getKey();\n ViewManager maybeFlatViewManager = viewManagerMap.get(name);\n if (maybeFlatViewManager == null) {\n // We don't have a view manager for this name in the package, no need to add one.\n continue;\n }\n\n Class<? extends ViewManager> flatClazz = entry.getValue();\n if (maybeFlatViewManager.getClass() != flatClazz) {\n // If we have instances that have flat equivalents, override them.\n try {\n viewManagerMap.put(name, flatClazz.newInstance());\n } catch (IllegalAccessException e) {\n throw new RuntimeException(\"Unable to access flat class for \" + name, e);\n } catch (InstantiationException e) {\n throw new RuntimeException(\"Unable to instantiate flat class for \" + name, e);\n }\n }\n }\n return viewManagerMap;\n }", "public Map<T, V> populateMap() {\n Map<T, V> map = new HashMap<>();\n for (int i = 0; i < entryNumber; i++) {\n cacheKeys[i] = (T) Integer.toString(random.nextInt(1000000000));\n String key = cacheKeys[i].toString();\n map.put((T) key, (V) Integer.toString(random.nextInt(1000000000)));\n }\n return map;\n }", "private void populateMaps() {\n\t\t//populate the conversion map.\n\t\tconvertMap.put(SPACE,(byte)0);\n\t\tconvertMap.put(VERTICAL,(byte)1);\n\t\tconvertMap.put(HORIZONTAL,(byte)2);\n\n\t\t//build the hashed numbers based on the training input. 1-9\n\t\tString trainingBulk[] = new String[]{train1,train2,train3,\"\"};\n\t\tbyte[][] trainer = Transform(trainingBulk);\n\t\tfor(int i=0; i < 9 ;++i) {\n\t\t\tint val = hashDigit(trainer, i);\n\t\t\tnumbers.put(val,i+1);\n\t\t}\n\t\t//train Zero\n\t\ttrainingBulk = new String[]{trainz1,trainz2,trainz3,\"\"};\n\t\tint zeroVal = hashDigit(Transform(trainingBulk), 0);\n\t\tnumbers.put(zeroVal,0);\n\n\n\t}", "protected void createLookupCache() {\n }", "private void populateRenderableProcessors()\n {\n myProcessorsLock.readLock().lock();\n try\n {\n mySpecializedProcessorsLock.writeLock().lock();\n try\n {\n myRenderableGeometryProcessors.clear();\n myProjectionSensitiveProcessors.clear();\n for (final Entry<ProcessorDistributionKey, GeometryProcessor<? extends Geometry>> processorEntry : myGeometryProcessorsMap\n .entrySet())\n {\n if (processorEntry.getValue() instanceof RenderableGeometryProcessor)\n {\n myRenderableGeometryProcessors.put(processorEntry.getKey(),\n (RenderableGeometryProcessor<? extends Geometry>)processorEntry.getValue());\n }\n\n if (processorEntry.getValue().sensitiveToProjectionChanges())\n {\n myProjectionSensitiveProcessors.put(processorEntry.getKey(), processorEntry.getValue());\n }\n }\n myProjectionSyncManager.setProcessors(myProjectionSensitiveProcessors.values());\n }\n finally\n {\n mySpecializedProcessorsLock.writeLock().unlock();\n }\n }\n finally\n {\n myProcessorsLock.readLock().unlock();\n }\n }", "public Map instantiateBackingMap(String sName);", "private static void doUnloading() {\n stopJit();\n // Do multiple GCs to prevent rare flakiness if some other thread is keeping the\n // classloader live.\n for (int i = 0; i < 5; ++i) {\n Runtime.getRuntime().gc();\n }\n startJit();\n }", "private void initSharedPre() {\n\t}", "private ProxyMap getFactoryProxyMap(Class type) {\n // we don't lock here; ok if two proxies get generated for same type\n ProxyMap proxy = (ProxyMap) _proxies.get(type);\n if (proxy == null) {\n ClassLoader l = GeneratedClasses.getMostDerivedLoader(type,\n ProxyMap.class);\n Class pcls = loadBuildTimeProxy(type, l);\n if (pcls == null)\n pcls = generateAndLoadProxyMap(type, true, l);\n proxy = (ProxyMap) instantiateProxy(pcls, null, null);\n _proxies.put(type, proxy);\n }\n return proxy;\n }", "public void generateRandomMap() {\n\n\t}", "private void initMaps()\r\n\t{\r\n\t\tenergiesForCurrentKOppParity = new LinkedHashMap<Integer, Double>();\r\n\t\tinputBranchWithJ = new LinkedHashMap<Integer, Double>();\r\n\t\tassociatedR = new LinkedHashMap<Integer, Double>();\r\n\t\tassociatedP = new LinkedHashMap<Integer, Double>();\r\n\t\tassociatedQ = new LinkedHashMap<Integer, Double>();\r\n\t\ttriangularP = new LinkedHashMap<Integer, Double>();\r\n\t\ttriangularQ = new LinkedHashMap<Integer, Double>();\r\n\t\ttriangularR = new LinkedHashMap<Integer, Double>();\r\n\t\tupperEnergyValuesWithJ = new LinkedHashMap<Integer, Double>();\r\n\t}", "public void manage() {\n if (initialized) {\n logger.info(\"DictManager has been initialized.\");\n return;\n }\n for (IDictLoader dict : mDictionaries.values()) {\n DictRunnableAdapter adapter = new DictRunnableAdapter(dict);\n adapter.run();\n }\n initialized = true;\n }", "private static void initializeMap() {\n\t\tmap = new HashMap<String, MimeTransferEncoding>();\n\t\tfor (MimeTransferEncoding mte : MimeTransferEncoding.values()) {\n\t\t\tmap.put(mte.string, mte);\n\t\t}\n\t}", "LoadGenerator createLoadGenerator();", "LoadGenerator createLoadGenerator();", "public ObjectMappers() {\n\t\tthis.objectMappers = ImmutableList.of();\n\t}", "public static void preLoad() {\n\t\tserviceClasses.clear();\n\t\tloadGroups(CLASS_FOLDER, null, serviceClasses);\n\t\tTracer.trace(serviceClasses.size()\n\t\t\t\t+ \" java class names loaded as services.\");\n\t\t/*\n\t\t * clean and pre-load if required\n\t\t */\n\t\tfor (ComponentType aType : ComponentType.values()) {\n\t\t\tif (aType.cachedOnes != null) {\n\t\t\t\taType.cachedOnes.clear();\n\t\t\t}\n\t\t\tif (aType.preLoaded) {\n\t\t\t\taType.loadAll();\n\t\t\t}\n\t\t}\n\t}", "void registerAsUsed (ClassType c, int pos) {\r\n if (used_classes == null) {\r\n used_classes = new java.util.Vector ();\r\n used_class_offsets = new java.util.Vector ();\r\n }\r\n used_classes.addElement (c);\r\n used_class_offsets.addElement (new Integer (pos));\r\n }", "FixedTextureCache()\n {\n textureMap = new HashMap();\n componentMap = new HashMap();\n }", "private static KeyStrokeMapProvider getGenerator() {\n if (generator == null) {\n try {\n String gname =\n System.getProperty(\"abbot.keystroke_map_generator\",\n \"abbot.tester.KeyStrokeMap\");\n if (gname != null) {\n generator = (KeyStrokeMapProvider)\n Class.forName(gname).newInstance();\n }\n }\n catch(Exception e) {\n Log.warn(e);\n }\n }\n return generator;\n }", "private void init() {\n clearCaches();\n }", "public static void loadCache() {\n\t\t // it is the temporary replacement to database. We should use DB instead\n\t Circle circle = new Circle();\n\t circle.setId(\"1\");\n\t shapeMap.put(circle.getId(),circle);\n\n\t Square square = new Square();\n\t square.setId(\"2\");\n\t shapeMap.put(square.getId(),square);\n\n\t Rectangle rectangle = new Rectangle();\n\t rectangle.setId(\"3\");\n\t \n\t Circle circle2 = new Circle();\n\t circle2.setId(\"4\");\n\t circle2.setType(\"Big Circle\");\n\t shapeMap.put(circle2.getId(),circle2);\n\t shapeMap.put(rectangle.getId(), rectangle);\n\t }", "public ImageFileNameMap()\r\n {\r\n prevMap = null;\r\n }", "protected String toContextMapKey(ClassLoader loader) {\n/* 52 */ return \"AsyncContext@\" + Integer.toHexString(System.identityHashCode(loader));\n/* */ }", "public void init(BackingMapManagerContext context);", "private void populateGlobalLibraryMap(@NotNull BuildController controller) {\n for (VariantOnlyModuleModel moduleModel : myModuleModelsById.values()) {\n File buildId = moduleModel.getBuildId();\n if (!myLibraryMapsByBuildId.containsKey(buildId)) {\n GlobalLibraryMap map = controller.findModel(moduleModel.getGradleProject(), GlobalLibraryMap.class);\n if (map != null) {\n myLibraryMapsByBuildId.put(buildId, map);\n }\n }\n }\n }", "protected void clearCaches() {\n DescriptorFactory.clearInstance();\n ObjectTypeFactory.clearInstance();\n TypeQualifierApplications.clearInstance();\n TypeQualifierAnnotation.clearInstance();\n TypeQualifierValue.clearInstance();\n // Make sure the codebases on the classpath are closed\n AnalysisContext.removeCurrentAnalysisContext();\n Global.removeAnalysisCacheForCurrentThread();\n MethodInfo.clearCaches();\n if (classPath != null) {\n classPath.close();\n }\n }", "private VM5MoPubCentralManager() {\n lifecycleListenerMapByActivityMap = new WeakHashMap<>();\n }", "private void initExportMap() {\n\t\tsegConfigStringMap.put(\"cells.BlueSchellingCell\", \"b\");\n\t\tsegConfigStringMap.put(\"cells.OrangeSchellingCell\", \"o\");\n\t\tsegConfigStringMap.put(\"cells.EmptyCell\", \"e\");\n\t\tgOLConfigStringMap.put(\"cells.LiveCell\", \"l\");\n\t\tgOLConfigStringMap.put(\"cells.DeadCell\", \"d\");\n\t\tfireConfigStringMap.put(\"cells.TreeCell\", \"t\");\n\t\tfireConfigStringMap.put(\"cells.BurningTreeCell\", \"b\");\n\t\tfireConfigStringMap.put(\"cells.EmptyLandCell\", \"e\");\n\t\twatorConfigStringMap.put(\"cells.FishCell\", \"f\");\n\t\twatorConfigStringMap.put(\"cells.SharkCell\", \"s\");\n\t\twatorConfigStringMap.put(\"cells.EmptyCell\", \"e\");\n\t\tantConfigStringMap.put(\"cells.AntGroupCell\", \"a\");\n\t\tantConfigStringMap.put(\"cells.EmptyCell\", \"e\");\n\t\trpsConfigStringMap.put(\"cells.BlueRPSCell\", \"b\");\n\t\trpsConfigStringMap.put(\"cells.GreenRPSCell\", \"g\");\n\t\trpsConfigStringMap.put(\"cells.WhiteRPSCell\", \"w\");\n\t\trpsConfigStringMap.put(\"cells.RedRPSCell\", \"r\");\n\t}", "private void initInstanceVars() {\n\t\tglobalSymTab = new Hashtable<String,ClassDecl>();\n\t\tcurrentClass = null;\n\t}", "public interface ValueGenerationManager\n{\n /**\n * Method to clear out the generators managed by this manager.\n */\n void clear();\n\n /**\n * Method to access the currently defined ValueGenerator for the specified member \"key\" (if any).\n * @param memberKey The member \"key\"\n * @return Its ValueGenerator\n */\n ValueGenerator getValueGeneratorForMemberKey(String memberKey);\n\n /**\n * Method to store a ValueGenerator for the specified member \"key\".\n * @param memberKey The member \"key\"\n * @param generator The ValueGenerator to use for that member key\n */\n void registerValueGeneratorForMemberKey(String memberKey, ValueGenerator generator);\n\n /**\n * Accessor for the \"unique\" ValueGenerator for the specified name (if any).\n * @param name The (strategy) name.\n * @return The ValueGenerator for that name\n */\n ValueGenerator getUniqueValueGeneratorByName(String name);\n\n /**\n * Simple way of generating a member \"key\" for use in lookups for datastore-identity.\n * @param cmd Metadata for the class using datastore-identity\n * @return The member \"key\" to use\n */\n String getMemberKey(AbstractClassMetaData cmd);\n\n /**\n * Simple way of generating a member \"key\" for use in lookups.\n * @param mmd Metadata for the member\n * @return The member \"key\" to use\n */\n String getMemberKey(AbstractMemberMetaData mmd);\n\n /**\n * Method to create and register a generator of the specified strategy, for the specified memberKey.\n * @param memberKey The member key\n * @param strategyName Strategy for the generator\n * @param props The properties to use\n * @return The ValueGenerator\n */\n ValueGenerator createAndRegisterValueGenerator(String memberKey, String strategyName, Properties props);\n\n /**\n * Accessor for the type of value that is generated by the ValueGenerator for the specified strategy, for the member \"key\".\n * @param strategyName The value generation strategy\n * @param memberKey The member \"key\"\n * @return The type of value generated\n */\n Class getTypeForValueGeneratorForMember(String strategyName, String memberKey);\n\n /**\n * Convenience accessor for whether the specified strategy is supported for this datastore.\n * @param strategy The strategy name\n * @return Whether it is supported\n */\n boolean supportsStrategy(String strategy);\n\n /**\n * Method to create a ValueGenerator when the generator is datastore based.\n * This is used solely by the NucleusSequence API to create a generator, but not to register it here for further use.\n * @param strategyName Strategy name\n * @param seqName Symbolic name of the generator\n * @param props Properties to control the generator\n * @param connectionProvider Provider for connections\n * @return The ValueGenerator\n */\n ValueGenerator createValueGenerator(String strategyName, String seqName, Properties props, ValueGenerationConnectionProvider connectionProvider);\n}", "private ClassCache1 (final Class[] ks, \n final IFn[] vs,\n final Map m) {\n classes0 = ks;\n methods = vs; \n nonlinear = m; }", "private void initializeMaps(Set<ActionProvider> actionProviders,\n\t\t\tSet<ActionHandlerProvider> registeredHandlerProviders) {\n\t\tSet<ActionHandlerProvider> sportedHandlerProviders = registeredHandlerProviders.stream()\n\t\t\t\t.sorted(Comparator.comparing(ActionHandlerProvider::getPriority)).collect(Collectors.toSet());\n\t\tSet<ActionProvider> sortedActionProvider = actionProviders = actionProviders.stream()\n\t\t\t\t.sorted(Comparator.comparing(ActionProvider::getPriority)).collect(Collectors.toSet());\n\n\t\tsortedActionProvider.forEach(aProv -> {\n\t\t\taProv.getActions().forEach(action -> {\n\t\t\t\tif (!actionKinds.containsKey(action.getKind())) {\n\t\t\t\t\tactionKinds.put(action.getKind(), action.getClass());\n\t\t\t\t\tregisteredActions.add(action);\n\n\t\t\t\t\tOptional<ActionHandler> handlerOpt = getActionHandler(action, sportedHandlerProviders);\n\t\t\t\t\tif (handlerOpt.isPresent()) {\n\t\t\t\t\t\tactionHandlers.put(action.getKind(), handlerOpt.get());\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\n\t}", "public void resetCache() {\n\t\tlogicClassNames = new HashMap<String, String>();\n\t}", "public DescriptorCacheImpl() {\n super();\n \n LOG2.debug(\"New instance!\");\n \n _typeMap = new HashMap();\n _xmlNameMap = new HashMap();\n _missingTypes = new ArrayList();\n }", "private void manageLoaders() {\n\n // note: null is used in place of a Bundle object since all additional\n // parameters for Loader are global variables\n\n // get LoaderManager and initialise the loader\n if (getSupportLoaderManager().getLoader(LOADER_ID_01) == null) {\n getSupportLoaderManager().initLoader(LOADER_ID_01, null, this);\n } else {\n getSupportLoaderManager().restartLoader(LOADER_ID_01, null, this);\n }\n }", "public void initMap() {\n\t\tmap = new Map();\n\t\tmap.clear();\n\t\tphase = new Phase();\n\t\tmap.setPhase(phase);\n\t\tmapView = new MapView();\n\t\tphaseView = new PhaseView();\n\t\tworldDomiView = new WorldDominationView();\n\t\tcardExchangeView = new CardExchangeView();\n\t\tphase.addObserver(phaseView);\n\t\tphase.addObserver(cardExchangeView);\n\t\tmap.addObserver(worldDomiView);\n\t\tmap.addObserver(mapView);\n\t}", "public HashMap<String, HttpServlet> createServletMaps(){\n\t\tHashMap<String,String> servletClass = handler.getServletClass();\n\t\tSet<String> allServletName = servletClass.keySet();\n\t\tContext con = createContext();\n\t\t\n\t\tfor(String servletname: allServletName){\n\t\t\tlog.info(\"ServletContainer: servletname is \"+servletname);\n\t\t\tHttpServlet servlet = createServlet(servletname,con);\n\t\t\t\n\t\t\tservletsmap.put(servletname, servlet);\t\t\t\n\t\t}\n\t\t\n\t\treturn servletsmap;\t\t\n\t\t\n\t}", "@Override\n public void addLoaders(WorldLoader wl, WorldInfo info) {\n }", "private static synchronized void initializeMeasureMaps() {\n\t\tintensityMeasuresList=ExerciseIntensityMeasure.getAll();\n\t\tquantityMeasuresList=ExerciseQuantityMeasure.getAll();\n\t\tintensityCodesToNamesMap=new HashMap(intensityMeasuresList.size());\n\t\tquantityCodesToNamesMap=new HashMap(quantityMeasuresList.size());\n\n\t\t// these (and the lists above) come from the db, but they can be static \n\t\t// because they change so infrequently (haven't changed in five years and\n\t\t// counting), and only manually via the db.\n\t\tfor (int i=0; i<intensityMeasuresList.size(); i++) {\n\t\t\tfinal ExerciseIntensityMeasure m=(ExerciseIntensityMeasure)intensityMeasuresList.get(i);\n\t\t\tintensityCodesToNamesMap.put(m.getCode(),m.getName());\n\t\t}\n\t\tfor (int i=0; i<quantityMeasuresList.size(); i++) {\n\t\t\tfinal ExerciseQuantityMeasure m=(ExerciseQuantityMeasure)quantityMeasuresList.get(i);\n\t\t\tquantityCodesToNamesMap.put(m.getCode(),m.getName());\n\t\t}\n\t\tmeasureMapsInitialized=true;\n\t\t\n\t}", "private void initializeBuffers(){\n if(isDiskBufferEnabled){\n this.persistenceService = PersistenceService.getService();\n this.synonymyBuffer = persistenceService.getMapDatabase(WIKIDATA_SYNONYMY_BUFFER);\n this.hypernymyBuffer = persistenceService.getMapDatabase(WIKIDATA_HYPERNYMY_BUFFER);\n this.askBuffer = persistenceService.getMapDatabase(WIKIDATA_ASK_BUFFER);\n } else {\n this.synonymyBuffer = new ConcurrentHashMap<>();\n this.hypernymyBuffer = new ConcurrentHashMap<>();\n this.askBuffer = new ConcurrentHashMap<>();\n }\n }", "protected void initSkins()\n {\n synchronized (this)\n {\n _skins = new HashMap<SkinMetadata, Skin>();\n }\n }", "private void registerAvailableSerializers() {\r\n LOG.info(\"Registering available serializer object\");\r\n mSerializers.put(XML, new XmlObjectBaseSerializer());\r\n mSerializers.put(PHP, new PHPObjectBaseSerializer());\r\n }", "public static void initPackage() {\n\t\t(new Branch()).getCache();\n\t\t(new Change()).getCache();\n\t\t(new Client()).getCache();\n\t\t(new DirEntry()).getCache();\n\t\t(new FileEntry()).getCache();\n\t\t(new Job()).getCache();\n\t\t(new Label()).getCache();\n\t\t(new User()).getCache();\n\t\tProperties props = System.getProperties();\n\t}", "public CjtMap(){\r\n cjtMap = new TreeMap();\r\n sequence = new Sequence(1, 0, 1, false);\r\n }", "private void initMapNameMapping() {\n mMapNameMapping.clear();\n\n // Load the name mapping from the config\n ConfigurationSection mappingSection = getConfig().getConfigurationSection(MappingSectionName);\n if (mappingSection != null) {\n // Load and check the mapping found in the config\n Map<String, Object> configMap = mappingSection.getValues(false);\n for (Map.Entry<String, Object> entry : configMap.entrySet()) {\n mMapNameMapping.put(entry.getKey(), (String) entry.getValue());\n }\n } else {\n getLogger().warning(String.format(\"[%s] found no configured mapping, creating a default one.\", mPdfFile.getName()));\n }\n\n // If there are new worlds in the server add them to the mapping\n List<World> serverWorlds = getServer().getWorlds();\n for (World w : serverWorlds) {\n if (!mMapNameMapping.containsKey(w.getName())) {\n mMapNameMapping.put(w.getName(), w.getName());\n }\n }\n\n // Set the new mapping in the config\n getConfig().createSection(MappingSectionName, mMapNameMapping);\n }", "public static Map<Integer, IParticleFactory> syncroniseParticlesRegistry(Map<Integer, IParticleFactory> mapping) {\n\t\tif (vanillaRegistry == null || !vanillaRegistry.equals(mapping)) {\n\t\t\tvanillaRegistry = mapping;\n\t\t\tint injected = 0;\n\t\t\tIterator<IParticle> types = particlesRegistry.iterator();\n\t\t\tfor (int i = 0; types.hasNext();) {\n\t\t\t\tif (mapping.containsKey(i)) {\n\t\t\t\t\ti++;\n\t\t\t\t} else {\n\t\t\t\t\tParticleTypeClient type = (ParticleTypeClient)types.next();\n\t\t\t\t\tif (!particleIds.containsValue(type)) {\n\t\t\t\t\t\tmapping.put(i, type.getFactory());\n\t\t\t\t\t\tparticleIds.put(i, type.setId(i));\n\t\t\t\t\t\ti++;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tif (!mapping.containsKey(type.getId())) {\n\t\t\t\t\t\t\tmapping.put(type.getId(), type.getFactory());\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn vanillaRegistry;\n\t}", "void initialize() {\n for (Map.Entry<String, Gauge<Long>> entry : gaugeList.entrySet()) {\n registerWithSuffix(entry.getKey(), 0, entry.getValue());\n }\n }", "public ImportsCollection()\n {\n normalImports = new HashMap();\n wildcardImports = new ArrayList();\n staticWildcardImports = new ArrayList(); \n staticImports = new HashMap();\n }", "public void reload(){\n Map<String,ExchangeRateProvider> newProviders = new ConcurrentHashMap<>();\n for(ExchangeRateProvider prov : Bootstrap.getServices(ExchangeRateProvider.class)){\n newProviders.put(prov.getProviderContext().getProvider(), prov);\n }\n this.conversionProviders = newProviders;\n }", "@Override\n public boolean prepareGenericDataInfoForRestoreOrCopy(int genCatMask, int genPlusCatMask) {\n mGenericDataInfo = new SessionGenericDataInfo(genCatMask, genPlusCatMask);\n return true;\n }", "public static void stopCaching() {\n\t\t/*\n\t\t * remove existing cache. Also, null implies that they are not be cached\n\t\t */\n\t\tfor (ComponentType aType : ComponentType.values()) {\n\t\t\tif (aType.preLoaded == false) {\n\t\t\t\taType.cachedOnes = null;\n\t\t\t}\n\t\t}\n\t}", "private void init_game_classes(){\n game_classes = new HashMap<Integer,Category_components>();\n game_classes.put(0,new Game_adverbs(game_class_init_context));\n game_classes.put(1,new Game_alphabets(game_class_init_context));\n game_classes.put(2,new Game_attachments(game_class_init_context));\n game_classes.put(3,new Game_numbers(game_class_init_context));\n game_classes.put(4,new Game_pronoun(game_class_init_context));\n\n\n }", "@Override\r\n\tprotected void loadUniqueIndexMap(TestBooking entiy) {\n\t\t\r\n\t}", "public interface ClassesByNameProvider {\n\n List<ReferenceType> get(String s);\n\n static ClassesByNameProvider createCache(List<ReferenceType> allTypes) {\n return new Cache(allTypes);\n }\n\n /**\n * Caching implementation for name based class provider.\n */\n final class Cache implements ClassesByNameProvider {\n\n private final ConcurrentHashMap<String, ReferenceType> myCache;\n\n public Cache(List<ReferenceType> classes) {\n myCache = new ConcurrentHashMap<>();\n classes.forEach(t -> myCache.put(t.signature(), t));\n }\n\n @Override\n public List<ReferenceType> get(String s) {\n String signature = VirtualMachineProxyImpl.JNITypeParserReflect.typeNameToSignature(s);\n if (signature != null) {\n return (List<ReferenceType>) myCache.get(signature);\n }\n return Collections.emptyList();\n }\n }\n}", "private void initGraph() {\n nodeMap = Maps.newIdentityHashMap();\n stream.forEach(t -> {\n Object sourceKey = sourceId.extractValue(t.get(sourceId.getTableId()));\n Object targetKey = targetId.extractValue(t.get(targetId.getTableId()));\n ClosureNode sourceNode = nodeMap.get(sourceKey);\n ClosureNode targetNode = nodeMap.get(targetKey);\n if (sourceNode == null) {\n sourceNode = new ClosureNode(sourceKey);\n nodeMap.put(sourceKey, sourceNode);\n }\n if (targetNode == null) {\n targetNode = new ClosureNode(targetKey);\n nodeMap.put(targetKey, targetNode);\n }\n sourceNode.next.add(targetNode);\n });\n\n }", "private static void initializeAllGenresList(){\n\t\tfor(int i = 0; i < 13; i ++){\n\t\t\tALL_GENRES.add(new HashSet<String>());\n\t\t}\n\t}", "private void init() {\n\t\tmap = new LinkedHashMap<String, HeaderData>();\r\n\t\tList<HeaderData> list = config.getColumns();\r\n\t\tfor(HeaderData info: list){\r\n\t\t\tString id = info.getId();\r\n\t\t\tif(id == null) throw new IllegalArgumentException(\"Null id found for \"+info.getClass().getName());\r\n\t\t\t// Map the id to info\r\n\t\t\tmap.put(info.getId(), info);\r\n\t\t}\r\n\t}", "public void initInfoSystem(){\r\n infoSys = new FedInfoSystem();\r\n subscriberList = new ConcurrentHashMap<String, List>();\r\n //singleCptNodes = new ArrayList<String>();\r\n //infoServiceRequest(\"CPT-UPDATE\", null);\r\n //infoServiceRequest(\"REQ-UPDATE\", null);\r\n }", "private void createVTables() {\n this.vTable = new HashMap<String, Map>();\n\n Map classes = this.declaredTypes.getClasses();\n Iterator cls_it = classes.entrySet().iterator();\n while(cls_it.hasNext()) {\n Map.Entry clsMapEntry = (Map.Entry)cls_it.next();\n\n String clsName = (String)clsMapEntry.getKey();\n ClassNode clsNode = (ClassNode)clsMapEntry.getValue();\n\n Map methods = collectVtableMethods(clsName, clsNode, classes);\n\n List<ClassNode> clsRel = createClsRelList(clsNode, classes);\n HashMap<String, Integer> clsVTable = constructTableEntry(clsName,\n methods,\n clsRel,\n clsNode);\n this.vTable.put(clsName, clsVTable);\n }\n }", "private void initMultiDataTransferAccountsMap(\n HpcDataTransferType transferType, List<HpcIntegratedSystemAccount> theAccts) {\n if (null == multiDataTransferAccounts.get(transferType)) {\n multiDataTransferAccounts.put(\n transferType, new ConcurrentHashMap<String, List<PooledSystemAccountWrapper>>());\n }\n final Map<String, List<PooledSystemAccountWrapper>> classifier2ListMap =\n multiDataTransferAccounts.get(transferType);\n for (HpcIntegratedSystemAccount someAcct : theAccts) {\n final String classifierValue = fetchSysAcctPropertyValue(someAcct, PROPERTY_NAME_CLASSIFIER);\n if (null == classifierValue) {\n // no classifier property so do nothing with this system account as classifier indicates which\n // pool (or bucket) it belongs in\n } else {\n if (null == classifier2ListMap.get(classifierValue)) {\n classifier2ListMap.put(classifierValue, new ArrayList<PooledSystemAccountWrapper>());\n }\n classifier2ListMap.get(classifierValue).add(new PooledSystemAccountWrapper(someAcct));\n }\n }\n }" ]
[ "0.6265522", "0.6072752", "0.58185214", "0.5480921", "0.54400545", "0.5392744", "0.52979887", "0.5240906", "0.5217781", "0.51939344", "0.5147649", "0.5039523", "0.5003543", "0.5003543", "0.50032705", "0.500131", "0.50010073", "0.4992885", "0.4985145", "0.49733296", "0.49657804", "0.49626413", "0.49540922", "0.49298444", "0.49267626", "0.4924507", "0.4920831", "0.49024004", "0.4893134", "0.48756287", "0.48682806", "0.4861751", "0.48598048", "0.48437658", "0.48432148", "0.4843115", "0.48321375", "0.48317674", "0.48137125", "0.4810206", "0.481017", "0.48092934", "0.4807154", "0.47951886", "0.47878122", "0.47873157", "0.47827768", "0.47774318", "0.47750598", "0.47669178", "0.47666898", "0.47594061", "0.4758262", "0.4758262", "0.47474307", "0.47432467", "0.47409752", "0.47352538", "0.47346774", "0.47287264", "0.47264034", "0.4723752", "0.472339", "0.4713737", "0.4712989", "0.47126177", "0.47124764", "0.47046748", "0.46938625", "0.4692814", "0.46837878", "0.46796164", "0.46648535", "0.46592057", "0.46552712", "0.4637524", "0.4636261", "0.46273005", "0.46249986", "0.4624993", "0.46238616", "0.46206766", "0.46195877", "0.4618946", "0.46119204", "0.46087644", "0.46085602", "0.46059582", "0.45931554", "0.45836285", "0.458228", "0.45809606", "0.45785862", "0.4569918", "0.45661968", "0.456361", "0.45618755", "0.45582873", "0.4550303", "0.45502955" ]
0.62399364
1
TODO Autogenerated method stub
public static void main(String[] args) { int[] number = {1,-2,3,-4,5,-6,7,-8}; System.out.print(findMaxSubArr(number)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
public static void main(String[] args) { Animal an = new Cat(); //使用instanceof运算符 进行判断 boolean b = an instanceof Dog; if(b){ Dog dd = (Dog)an; dd.lookHome(); } boolean b1 = an instanceof Cat; if(b1){ Cat c = (Cat)an; c.catchMouse(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "private stendhal() {\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.66708666", "0.65675074", "0.65229905", "0.6481001", "0.64770633", "0.64584893", "0.6413091", "0.63764185", "0.6275735", "0.62541914", "0.6236919", "0.6223816", "0.62017626", "0.61944294", "0.61944294", "0.61920846", "0.61867654", "0.6173323", "0.61328775", "0.61276996", "0.6080555", "0.6076938", "0.6041293", "0.6024541", "0.6019185", "0.5998426", "0.5967487", "0.5967487", "0.5964935", "0.59489644", "0.59404725", "0.5922823", "0.5908894", "0.5903041", "0.5893847", "0.5885641", "0.5883141", "0.586924", "0.5856793", "0.58503157", "0.58464456", "0.5823378", "0.5809384", "0.58089525", "0.58065355", "0.58065355", "0.5800514", "0.57912874", "0.57912874", "0.57912874", "0.57912874", "0.57912874", "0.57912874", "0.57896614", "0.5789486", "0.5786597", "0.5783299", "0.5783299", "0.5773351", "0.5773351", "0.5773351", "0.5773351", "0.5773351", "0.5760369", "0.5758614", "0.5758614", "0.574912", "0.574912", "0.574912", "0.57482654", "0.5732775", "0.5732775", "0.5732775", "0.57207066", "0.57149917", "0.5714821", "0.57132614", "0.57132614", "0.57132614", "0.57132614", "0.57132614", "0.57132614", "0.57132614", "0.57115865", "0.57045746", "0.5699", "0.5696016", "0.5687285", "0.5677473", "0.5673346", "0.56716853", "0.56688815", "0.5661065", "0.5657898", "0.5654782", "0.5654782", "0.5654782", "0.5654563", "0.56536144", "0.5652585", "0.5649566" ]
0.0
-1
Creates an empty set of capabilities.
public Capabilities() { super(); this.caps = new HashSet<ICapability>(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic Capabilities getCapabilities() {\n\t\treturn null;\n\t}", "public Capabilities getCapabilities() {\n Capabilities result = super.getCapabilities();\n\n // attributes\n result.enable(Capability.NOMINAL_ATTRIBUTES);\n result.enable(Capability.NUMERIC_ATTRIBUTES);\n result.enable(Capability.DATE_ATTRIBUTES);\n result.enable(Capability.MISSING_VALUES);\n\n // class\n result.enable(Capability.NOMINAL_CLASS);\n result.enable(Capability.MISSING_CLASS_VALUES);\n\n // instances\n result.setMinimumNumberInstances(0);\n \n return result;\n }", "Set<Capability> getAvailableCapability();", "public Capabilities getCapabilities() {\n Capabilities result = super.getCapabilities();\n\n // attributes\n result.enable(Capability.NOMINAL_ATTRIBUTES);\n\n // class\n result.enable(Capability.NOMINAL_CLASS);\n result.enable(Capability.MISSING_CLASS_VALUES);\n \n return result;\n }", "Set<ICapability> getAllCapabilities();", "public abstract List<AbstractCapability> getCapabilities();", "@Override\n public Capabilities getMultiInstanceCapabilities() {\n Capabilities result = super.getCapabilities();\n\n // class\n result.disableAllClasses();\n result.enable(Capability.NO_CLASS);\n\n return result;\n }", "private List<String> initializeRequiredCapabilities() {\n // Required device capabilities\n\n String[] capabilityEntries = {V3PO_CAPABILITY, INTERFACES_CAPABILITY};\n return Arrays.asList(capabilityEntries);\n }", "public Capabilities getCapabilities() {\n Capabilities result = super.getCapabilities();\n result.disableAll();\n\n // attributes\n result.enable(Capability.NOMINAL_ATTRIBUTES);\n result.enable(Capability.NUMERIC_ATTRIBUTES);\n result.enable(Capability.DATE_ATTRIBUTES);\n result.enable(Capability.MISSING_VALUES);\n\n // class\n result.enable(Capability.NOMINAL_CLASS);\n result.enable(Capability.NUMERIC_CLASS);\n result.enable(Capability.DATE_CLASS);\n result.enable(Capability.MISSING_CLASS_VALUES);\n\n return result;\n }", "Set<String> listCapabilities();", "NegotiableCapabilitySet getServerCapabilities() throws RemoteException;", "@Override\n public Capabilities getCapabilities() {\n Capabilities result = super.getCapabilities();\n\n // attributes\n result.enable(Capability.NOMINAL_ATTRIBUTES);\n result.enable(Capability.RELATIONAL_ATTRIBUTES);\n result.disable(Capability.MISSING_VALUES);\n\n // class\n result.disableAllClasses();\n result.disableAllClassDependencies();\n result.enable(Capability.BINARY_CLASS);\n\n // Only multi instance data\n result.enable(Capability.ONLY_MULTIINSTANCE);\n\n return result;\n }", "public List<String> getCapabilities() {\n if (capabilities == null) {\n return new ArrayList<>();\n }\n return capabilities;\n }", "public static FeatureSet empty() {\n return new FeatureSet(ImmutableSet.of(), ImmutableSet.of());\n }", "public void setCapabilities(String capabilities) {\n this.capabilities = capabilities;\n }", "public GenMercuryCapabilities() {\n }", "CapabilitiesType createCapabilitiesType();", "@Test(groups={\"ut\"})\r\n\tpublic void testCreateCapabilitiesWithUserDefined() {\r\n\t\tSeleniumTestsContext context = new SeleniumTestsContext(SeleniumTestsContextManager.getThreadContext());\r\n\t\tcontext.setBrowser(BrowserType.CHROME.toString());\r\n\t\tcontext.setMobilePlatformVersion(\"8.0\");\r\n\t\tcontext.setPlatform(\"android\");\r\n\t\tcontext.setDeviceName(\"Samsung Galasy S8\");\r\n\t\tcontext.setApp(\"\");\r\n\t\tcontext.setAppiumCapabilities(\"key1=value1;key2=value2\");\r\n\t\t\r\n\t\tDriverConfig config = new DriverConfig(context);\r\n\t\t\r\n\t\t\r\n\t\tAndroidCapabilitiesFactory capaFactory = new AndroidCapabilitiesFactory(config);\r\n\t\tMutableCapabilities capa = capaFactory.createCapabilities();\r\n\t\t\r\n\t\tAssert.assertEquals(capa.getCapability(\"key1\"), \"value1\");\r\n\t\tAssert.assertEquals(capa.getCapability(\"key2\"), \"value2\");\r\n\r\n\t}", "public static NonpositiveRequiredCapabilityMatch newEmptyMatch() {\r\n return new Mutable(null, null, null, null);\r\n }", "void getCapabilties(Browser browser, DesiredCapabilities caps);", "public ArrayList getCapabilities() {\n\treturn _capabilities;\n }", "public List<String> capabilities() {\n return this.capabilities;\n }", "Capabilities getCapabilities();", "public FastProvisioningEditionCapability() {\n }", "public Map<Class<?>, Class<?>[]> getCapabilities();", "@Test(groups={\"ut\"})\r\n\tpublic void testCreateDefaultCapabilitiesWithAutomationName() {\r\n\t\tSeleniumTestsContext context = new SeleniumTestsContext(SeleniumTestsContextManager.getThreadContext());\r\n\t\tcontext.setBrowser(BrowserType.CHROME.toString());\r\n\t\tcontext.setMobilePlatformVersion(\"8.0\");\r\n\t\tcontext.setPlatform(\"android\");\r\n\t\tcontext.setDeviceName(\"Samsung Galasy S8\");\r\n\t\tcontext.setAutomationName(\"UiAutomator1\");\r\n\t\tcontext.setApp(\"\");\r\n\t\t\r\n\t\tDriverConfig config = new DriverConfig(context);\r\n\t\t\r\n\t\t\r\n\t\tAndroidCapabilitiesFactory capaFactory = new AndroidCapabilitiesFactory(config);\r\n\t\tMutableCapabilities capa = capaFactory.createCapabilities();\r\n\t\t\r\n\t\tAssert.assertEquals(capa.getCapability(CapabilityType.BROWSER_NAME), BrowserType.CHROME.toString().toLowerCase());\r\n\t\tAssert.assertEquals(capa.getCapability(MobileCapabilityType.AUTOMATION_NAME), \"UiAutomator1\");\r\n\t\tAssert.assertNull(capa.getCapability(MobileCapabilityType.FULL_RESET));\r\n\t}", "public DeviceDescription setCapabilities(List<DeviceDescriptionCapability> capabilities) {\n this.capabilities = capabilities;\n return this;\n }", "public String getCapabilities() {\n return this.capabilities;\n }", "List<ResourceSkuCapabilities> capabilities();", "@DataProvider(name = \"browserProviderWithoutVersions\", parallel = true)\n public Object[][] getDriversWithoutVersion() {\n\n //if no version is set, then latest browser version is used\n DesiredCapabilities firefox1 = DesiredCapabilities.firefox();\n\n //use n-1, n-1 etc. to specify non-hardcoded browserversions (sliding window)\n DesiredCapabilities firefox2 = DesiredCapabilities.firefox();\n firefox1.setCapability(\"version\", \"n-1\");\n\n DesiredCapabilities firefox3 = DesiredCapabilities.firefox();\n firefox1.setCapability(\"version\", \"n-2\");\n\n DesiredCapabilities chrome1 = DesiredCapabilities.chrome();\n\n DesiredCapabilities chrome2 = DesiredCapabilities.chrome();\n chrome2.setCapability(\"version\", \"n-1\");\n\n DesiredCapabilities chrome3 = DesiredCapabilities.chrome();\n chrome3.setCapability(\"version\", \"n-2\");\n\n return new Object[][]{\n {firefox1},\n {firefox2},\n {firefox3},\n {chrome1},\n {chrome2},\n {chrome3},\n };\n }", "public List<DeviceDescriptionCapability> getCapabilities() {\n return capabilities;\n }", "public AmqpReceiverOptions setCapabilities(List<String> capabilities) {\n this.capabilities = capabilities;\n return this;\n }", "static Set createEmpty() {\n return new EmptySet();\n }", "public interface ICapabilityProvider {\n\n /**\n * Unique ID for this Provider\n *\n * @return\n */\n String getId();\n\n /**\n * Get a list of Capability IDs found by the provider\n *\n * @return\n */\n Set<String> listCapabilities();\n\n /**\n * Get a Capability by ID\n *\n * @param id\n * @return\n */\n ICapability getCapabilityById( String id );\n\n\n /**\n * Returns true if capability exists, if not return false\n *\n * @param id\n * @return\n */\n boolean capabilityExist( String id );\n\n /**\n * Get a set containing all ICapabilities\n *\n * @return\n */\n Set<ICapability> getAllCapabilities();\n}", "@Test\n public void requireKeysForAttributes() {\n Set<Attribute> attributes = EnumSet.copyOf(Arrays.asList(Attribute.values()));\n Set<Attribute> implementedAttributes = Arrays.stream(AttributeManager.Key.values())\n .map(AttributeManager.Key::getAttribute)\n .collect(() -> EnumSet.noneOf(Attribute.class), AbstractCollection::add, AbstractCollection::addAll);\n\n attributes.removeAll(implementedAttributes);\n\n if (!attributes.isEmpty()) {\n throw new RuntimeException(\"Some Attributes are not supported by glowstone: \" + attributes);\n }\n }", "@Test(groups={\"ut\"})\r\n\tpublic void testCreateCapabilitiesWithUserDefinedOverride() {\r\n\t\tSeleniumTestsContext context = new SeleniumTestsContext(SeleniumTestsContextManager.getThreadContext());\r\n\t\tcontext.setBrowser(BrowserType.CHROME.toString());\r\n\t\tcontext.setMobilePlatformVersion(\"8.0\");\r\n\t\tcontext.setPlatform(\"android\");\r\n\t\tcontext.setDeviceName(\"Samsung Galasy S8\");\r\n\t\tcontext.setApp(\"\");\r\n\t\tcontext.setAppiumCapabilities(\"browserName=firefox;key2=value2\");\r\n\t\t\r\n\t\tDriverConfig config = new DriverConfig(context);\r\n\t\t\r\n\t\t\r\n\t\tAndroidCapabilitiesFactory capaFactory = new AndroidCapabilitiesFactory(config);\r\n\t\tMutableCapabilities capa = capaFactory.createCapabilities();\r\n\t\t\r\n\t\tAssert.assertEquals(capa.getCapability(CapabilityType.BROWSER_NAME), \"firefox\");\r\n\t\t\r\n\t}", "public ImageInformation withCapabilities(List<String> capabilities) {\n this.capabilities = capabilities;\n return this;\n }", "public AndroidDriver<AndroidElement> Capabilities() throws MalformedURLException {\n\t\t\n\t\t\n\t\t\n\t\tDesiredCapabilities cap = new DesiredCapabilities();\n\t\tcap.setCapability(MobileCapabilityType.PLATFORM_NAME, \"Andriod\");\n\t\t//cap.setCapability(MobileCapabilityType.PLATFORM_VERSION, \"9\");\n\t\tcap.setCapability(MobileCapabilityType.DEVICE_NAME, \"Android Device\");\n\t\tcap.setCapability(MobileCapabilityType.BROWSER_NAME, \"chrome\");\n\t\tcap.setCapability(MobileCapabilityType.BROWSER_VERSION, \"76.0\");\n\t\tcap.setCapability(MobileCapabilityType.AUTOMATION_NAME, \"uiautomator2\");\n\t\t\n\t\t//connection to server\n\t\t//AndroidDriver driver = new AndroidDriver(IPaddressOfserver,capabilities); // This will invokes android object. see below\n\t\t\n\t\tAndroidDriver<AndroidElement> driver = new AndroidDriver<AndroidElement>(new URL(\"http://0.0.0.0:4723/wd/hub\"),cap); // IP address of every local host in any machine is http://127.0.0.1\n\t\treturn driver;\n\t\t\n\t}", "public TC_008_010(DesiredCapabilities glb_capacities)\n\t{\n\t\tsuper(glb_capacities);\n\t}", "public interface DriverCapabilities {\r\n\r\n\t/**\r\n\t * Allows custom capabilities to be set.\r\n\t * \r\n\t * @param browser\r\n\t * The browser to set capabilities specific to browser being\r\n\t * used.\r\n\t * @param caps\r\n\t * The capabilities object to add additional capabilities to.\r\n\t */\r\n\tvoid getCapabilties(Browser browser, DesiredCapabilities caps);\r\n}", "@Test(groups={\"ut\"})\r\n\tpublic void testCreateDefaultCapabilitiesWithNodeTagsInLocalMode() {\r\n\t\tSeleniumTestsContext context = new SeleniumTestsContext(SeleniumTestsContextManager.getThreadContext());\r\n\t\tcontext.setBrowser(BrowserType.CHROME.toString());\r\n\t\tcontext.setNodeTags(\"foo,bar\");\r\n\t\tcontext.setRunMode(\"local\");\r\n\t\tcontext.setMobilePlatformVersion(\"8.0\");\r\n\t\tcontext.setPlatform(\"android\");\r\n\t\tcontext.setDeviceName(\"Samsung Galasy S8\");\r\n\t\tcontext.setApp(\"\");\r\n\t\t\r\n\t\tDriverConfig config = new DriverConfig(context);\r\n\t\t\r\n\t\tAndroidCapabilitiesFactory capaFactory = new AndroidCapabilitiesFactory(config);\r\n\t\tMutableCapabilities capa = capaFactory.createCapabilities();\r\n\r\n\t\tAssert.assertFalse(capa.is(SeleniumRobotCapabilityType.NODE_TAGS));\r\n\t}", "@Test(groups={\"ut\"})\r\n\tpublic void testCreateDefaultCapabilitiesWithNodeTagsInGridMode() {\r\n\t\tSeleniumTestsContext context = new SeleniumTestsContext(SeleniumTestsContextManager.getThreadContext());\r\n\t\tcontext.setBrowser(BrowserType.CHROME.toString());\r\n\t\tcontext.setNodeTags(\"foo,bar\");\r\n\t\tcontext.setRunMode(\"grid\");\r\n\t\tcontext.setMobilePlatformVersion(\"8.0\");\r\n\t\tcontext.setPlatform(\"android\");\r\n\t\tcontext.setDeviceName(\"Samsung Galasy S8\");\r\n\t\tcontext.setApp(\"\");\r\n\t\t\r\n\t\tDriverConfig config = new DriverConfig(context);\r\n\t\t\r\n\t\tAndroidCapabilitiesFactory capaFactory = new AndroidCapabilitiesFactory(config);\r\n\t\tMutableCapabilities capa = capaFactory.createCapabilities();\r\n\t\t\r\n\t\tAssert.assertEquals(capa.getCapability(SeleniumRobotCapabilityType.NODE_TAGS), Arrays.asList(\"foo\", \"bar\"));\r\n\t}", "@Override\n public ICapabilityProvider initCapabilities(ItemStack stack, NBTTagCompound nbt) {\n return new FluidContainerItemWrapperWithSimulation(this, stack);\n }", "@Test(groups={\"ut\"})\r\n\tpublic void testCreateCapabilitiesWithApplicationOverrideFullReset() {\r\n\t\tSeleniumTestsContext context = new SeleniumTestsContext(SeleniumTestsContextManager.getThreadContext());\r\n\t\tcontext.setMobilePlatformVersion(\"8.0\");\r\n\t\tcontext.setPlatform(\"android\");\r\n\t\tcontext.setDeviceName(\"Samsung Galasy S8\");\r\n\t\tcontext.setAppPackage(\"appPackage\");\r\n\t\tcontext.setAppActivity(\"appActivity\");\r\n\t\tcontext.setFullReset(false);\r\n\t\tcontext.setApp(\"com.covea.mobileapp\");\r\n\t\tDriverConfig config = new DriverConfig(context);\r\n\t\t\r\n\t\tAndroidCapabilitiesFactory capaFactory = new AndroidCapabilitiesFactory(config);\r\n\t\tMutableCapabilities capa = capaFactory.createCapabilities();\r\n\t\t\r\n\t\tAssert.assertEquals(capa.getCapability(MobileCapabilityType.FULL_RESET), false);\r\n\t}", "Collection<?> create(int initialCapacity);", "GetCapabilitiesType createGetCapabilitiesType();", "private DisjointSet() {\n throw new UnsupportedOperationException(\"Creating an empty Disjoint Set\");\n }", "@Override\n\tpublic Ability[] getAbilities() {\n\t\treturn null;\n\t}", "private static Element appendExtendedCapabilities( OWSCapabilitiesBaseType_1_0 capabilities,\n Element root, URI namespace, String prefix ) {\n LOG.entering();\n Element cap = XMLTools.appendElement( root, namespace, prefix + \"Capability\" );\n Element sams = XMLTools.appendElement( cap, namespace,\n prefix + \"SupportedAuthenticationMethodList\" );\n\n ArrayList<SupportedAuthenticationMethod> methods = capabilities.getAuthenticationMethods();\n for ( SupportedAuthenticationMethod method : methods )\n appendSupportedAuthenticationMethod( sams, method );\n\n LOG.exiting();\n return cap;\n }", "public void maybeMarkCapabilitiesRestricted() {\n // Check if we have any capability that forces the network to be restricted.\n final boolean forceRestrictedCapability =\n (mNetworkCapabilities & FORCE_RESTRICTED_CAPABILITIES) != 0;\n\n // Verify there aren't any unrestricted capabilities. If there are we say\n // the whole thing is unrestricted unless it is forced to be restricted.\n final boolean hasUnrestrictedCapabilities =\n (mNetworkCapabilities & UNRESTRICTED_CAPABILITIES) != 0;\n\n // Must have at least some restricted capabilities.\n final boolean hasRestrictedCapabilities =\n (mNetworkCapabilities & RESTRICTED_CAPABILITIES) != 0;\n\n if (forceRestrictedCapability\n || (hasRestrictedCapabilities && !hasUnrestrictedCapabilities)) {\n removeCapability(NET_CAPABILITY_NOT_RESTRICTED);\n }\n }", "private void generateTestCapabilityFiles() {\n\n String[] ids = {\"cap_1_001\", \"cap_1_002\", \"cap_1_003\", \"cap_1_004\", \"cap_1_005\", \"cap_3_001\", \"cap_3_002\", \"cap_2_001\", \"cap_2_002\"};\n String[] actionNames_en = {\"Go Forward\", \"Reverse\", \"Turn Left\", \"Turn Right\", \"Stop\", \"Light ON\", \"Light OFF\", \"No Object\", \"See Object\"};\n String[] actionNames_si = {\"ඉදිරියට යන්න\", \"පසුපසට යන්න\", \"වමට හැරෙන්න\", \"දකුණට හැරෙන්න\", \"නවතින්න\", \"Light ON\", \"Light OFF\", \"No Object\", \"See Object\"};\n String[] actionCmd = {\"1\", \"2\", \"3\", \"4\", \"5\", \"1\", \"2\", \"3\", \"4\"};\n String[] comparaters = {\"\", \"\", \"\", \"\", \"\", \"\", \"\", \">\", \"<\"};\n String[] response = {\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"1\", \"1\"};\n String[] reference = {\"\", \"\", \"\", \"\", \"\", \"\", \"\", \"100\", \"100\"};\n String[] buttonList = {\"true\", \"true\", \"true\", \"true\", \"false\", \"true\", \"false\", \"false\", \"false\"};\n //String[] imageList = {\"forward\", \"reverse\", \"left\", \"right\", \"stop\", \"true\", \"false\"};\n\n for (int i = 0; i < 9; i++) {\n\n String types;\n\n if (i >= 7) {\n types = Capability.CAP_SENSE;\n } else if (i < 2 || i > 5) {\n types = Capability.CAP_ACTION_C;\n } else {\n types = Capability.CAP_ACTION;\n }\n\n Map<String, String> nameList = new HashMap<>();\n nameList.put(\"en_US\", actionNames_en[i]);\n nameList.put(\"si_LK\", actionNames_si[i]);\n\n try {\n\n DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance();\n DocumentBuilder docBuilder = docFactory.newDocumentBuilder();\n\n // root elements\n Document doc = docBuilder.newDocument();\n Element rootElement = doc.createElement(\"Sifeb\");\n doc.appendChild(rootElement);\n\n Element capability = doc.createElement(\"Capability\");\n rootElement.appendChild(capability);\n\n Element id = doc.createElement(\"Id\");\n id.appendChild(doc.createTextNode(ids[i]));\n capability.appendChild(id);\n\n Element names = doc.createElement(\"Names\");\n capability.appendChild(names);\n\n for (Map.Entry<String, String> entry : nameList.entrySet()) {\n Element name = doc.createElement(\"Name\");\n Element locale = doc.createElement(\"Locale\");\n Element nameStr = doc.createElement(\"Value\");\n\n locale.appendChild(doc.createTextNode(entry.getKey()));\n nameStr.appendChild(doc.createTextNode(entry.getValue()));\n\n name.appendChild(locale);\n name.appendChild(nameStr);\n names.appendChild(name);\n }\n\n Element type = doc.createElement(\"Type\");\n type.appendChild(doc.createTextNode(types));\n capability.appendChild(type);\n\n Element testCmd = doc.createElement(\"TestCommand\");\n testCmd.appendChild(doc.createTextNode(\"t\" + actionCmd[i]));\n capability.appendChild(testCmd);\n\n Element button = doc.createElement(\"HasTestButton\");\n button.appendChild(doc.createTextNode(buttonList[i]));\n capability.appendChild(button);\n\n Element exeCmd = doc.createElement(\"ExeCommand\");\n exeCmd.appendChild(doc.createTextNode(\"a\" + actionCmd[i]));\n capability.appendChild(exeCmd);\n\n Element stopCmd = doc.createElement(\"StopCommand\");\n stopCmd.appendChild(doc.createTextNode(\"a5\"));\n capability.appendChild(stopCmd);\n\n Element compType = doc.createElement(\"Comparator\");\n compType.appendChild(doc.createTextNode(comparaters[i]));\n capability.appendChild(compType);\n\n Element respSize = doc.createElement(\"Response\");\n respSize.appendChild(doc.createTextNode(response[i]));\n capability.appendChild(respSize);\n\n Element refVal = doc.createElement(\"Reference\");\n refVal.appendChild(doc.createTextNode(reference[i]));\n capability.appendChild(refVal);\n\n Element image = doc.createElement(\"Image\");\n image.appendChild(doc.createTextNode(ids[i]));\n capability.appendChild(image);\n\n // write the content into xml file\n TransformerFactory transformerFactory = TransformerFactory.newInstance();\n Transformer transformer = transformerFactory.newTransformer();\n DOMSource source = new DOMSource(doc);\n File file = new File(SifebUtil.CAP_FILE_DIR + ids[i] + \".xml\");\n StreamResult result = new StreamResult(file); //new File(\"C:\\\\file.xml\"));\n\n transformer.transform(source, result);\n\n System.out.println(\"File saved!\");\n\n } catch (ParserConfigurationException | TransformerException pce) {\n pce.printStackTrace();\n }\n\n }\n }", "public static UserRegistryImposition none() {\n return of(Registry.empty());\n }", "public Class<? extends Capabilities> getCapabilitiesClass() {\n return capabilitiesClass;\n }", "public static DesiredCapabilities setAppCapabilities() {\n\t\tDesiredCapabilities capabilities = new DesiredCapabilities();\n\t\tString appID = PropertyFileHandler.getPropertyFromConfig(ConfigPropertyKeys.appID);\n\t\tcapabilities.setCapability(\"app\", appID + \"!App\");\n\t\treturn capabilities;\n\t}", "public FeatureCollection() {\n//\t\tif (featureTypes!=null) {\n//\t\t\tavailableFeatureTypes = featureTypes;\n//\t\t}\n\t}", "@Override\n public void prepareAMResourceRequirements(ClusterDescription clusterSpec,\n Resource capability) {\n\n }", "public ArraySet() {\n\t\tthis(DEFAULT_CAPACITY);\n\t}", "protected DesiredCapabilities getCapabilitiesForChrome(ExtentTest currentTest, ExtentReportGenerator extentReportGenerator){ //local physical device support for android still pending\n\t\tDesiredCapabilities desCap = new DesiredCapabilities();\n\t\t//desired caps go here\n\t\treturn desCap;\n\t}", "List<String> getDefaultGpuInstanceTypes();", "@Override\n protected void startDriver(IOSCapabilities caps) {\n }", "public interface Capability\n{\n String BUNDLE = \"bundle\";\n String FRAGMENT = \"fragment\";\n String PACKAGE = \"package\";\n String SERVICE = \"service\";\n String EXECUTIONENVIRONMENT = \"ee\";\n\n /**\n * Return the name of the capability.\n *\n */\n String getName();\n\n /**\n * Return the properties of this capability\n *\n * @return\n */\n Property[] getProperties();\n\n /**\n * Return the map of properties.\n *\n * @return a Map<String,Object>\n */\n Map<String, Object> getPropertiesAsMap();\n\n /**\n * Return the directives of this capability. The returned map\n * can not be modified.\n *\n * @return a Map of directives or an empty map there are no directives.\n */\n Map<String, String> getDirectives();\n}", "public static Rosters empty()\n\t{\n\t\tList<Player> pList = new ArrayList<Player>();\n\t\treturn new Rosters(pList);\n\t}", "protected Set<EStructuralFeature> getFeaturesToIgnore() {\r\n return ImmutableSet.of();\r\n }", "@Override\r\n protected boolean initialise() {\n if (GraphicsEnvironment.isHeadless()) {\r\n return false;\r\n }\r\n\r\n // get the local environment and again check if it is headless\r\n GraphicsEnvironment env = GraphicsEnvironment.getLocalGraphicsEnvironment();\r\n if (env.isHeadlessInstance()) {\r\n return false;\r\n }\r\n\r\n // for each screen device\r\n GraphicsDevice[] screens = env.getScreenDevices();\r\n ArrayList<Sampler> list = new ArrayList<>(screens.length);\r\n for (GraphicsDevice screen : screens) {\r\n try {\r\n // create and test a sampler\r\n Sampler samp = new Sampler(screen);\r\n BufferedImage img = samp.sample(sampleWidth, sampleHeight);\r\n if (img == null) {\r\n continue;\r\n }\r\n\r\n // all OK\r\n list.add(samp);\r\n } catch (AWTException e) {\r\n // expected\r\n LOG.debug(\"No entropy collection from {}\", screen.getIDstring());\r\n } catch (SecurityException e) {\r\n // also expected\r\n LOG.debug(\"Security blocked entropy collection from {}\", screen.getIDstring());\r\n SecureRandomProvider.LOG.warn(\"Lacking permission \\\"AWTPermission createRobot\\\" or \\\"AWTPermission readDisplayPixels\\\" - cannot access display entropy\");\r\n }\r\n }\r\n\r\n if (list.isEmpty()) {\r\n return false;\r\n }\r\n\r\n samplers = list.toArray(new Sampler[0]);\r\n return true;\r\n }", "public IdentificationSet(int initialCapacity, boolean allow) {\n map = new HashMap<>(initialCapacity);\n allowElementsWithoutIdentification = allow;\n init();\n }", "public PowerVmAllocationPolicySimple(List<? extends PowerHost> list) {\n\t\tsuper(list);\n\t}", "@Override\n public List<DesiredCapabilities> getBrowsersToTest() {\n return getBrowsersExcludingPhantomJS();\n }", "protected void clearSupportedOperationSet()\n {\n supportedOperationSets.clear();\n }", "public static WPSGetCapabilities create( String id, Element element )\n throws OGCWebServiceException {\n throw new OperationNotSupportedException(\n \"HTTP post transfer of XML encoded get capabilities request not supported.\" );\n\n }", "public static <T extends Comparable> Set<T> CreateSortedSet() {\n return new TreeSet<>();\n }", "boolean has(String capability);", "public DeviceDescription() {\n //Initialize lists\n this.capabilities = new ArrayList<>();\n this.attachments = new ArrayList<>();\n }", "public SupportedCapabilities supportedCapabilities() {\n return this.supportedCapabilities;\n }", "private static DesiredCapabilities setCommon(DesiredCapabilities capabilities, String deviceType) {\r\n if (deviceType == \"mobile\") {\r\n\r\n } else if (deviceType == \"pc\") {\r\n capabilities.setCapability(\"browserstack.debug\", \"true\");\r\n\r\n } else if (deviceType == \"tab\") {\r\n\r\n } else if (deviceType == \"mac\") {\r\n\r\n } else if (deviceType == \"android\") {\r\n\r\n } else if (deviceType == \"iphone\") {\r\n\r\n } else if (deviceType == \"ipad\") {\r\n\r\n }\r\n return capabilities;\r\n }", "@Override\n\tprotected List<AbilityImpl> initAbility1() {\n\t\tint[] tilesDestroyedByLevel = {9, 13, 21, 29, DestroyTileAbilityComponent.DESTROY_ALL_TILES};\n\t\tList<AbilityImpl> abilityList = new ArrayList<>();\n\n\t\t// TODO: figure out how to use DestroySpecificTilesAbilityComponent here instead to blow up \n\t\t// MNMags' specific shapes\n\t\tfor (int i = 0; i < 5; i++) {\n\t\t\tAbilityComponent destroyTiles = new DestroyTileAbilityComponent\n\t\t\t\t\t(tilesDestroyedByLevel[i], AbilityComponent.ALL_COLORS_LIST);\n\t\t\tAbilityImpl ability = new AbilityImpl();\n\t\t\tability.addComponent(destroyTiles);\n\t\t\tabilityList.add(ability);\n\t\t}\n\t\treturn abilityList;\n\t}", "private DesiredCapabilities createSpecificGridCapabilities(DriverConfig webDriverConfig) {\r\n \tDesiredCapabilities capabilities = new DesiredCapabilities();\r\n \t\r\n \tif (SeleniumTestsContextManager.isMobileTest()) {\r\n \t\tcapabilities.setCapability(CapabilityType.VERSION, webDriverConfig.getMobilePlatformVersion());\r\n \t} else {\r\n \t\tcapabilities.setCapability(CapabilityType.PLATFORM, webDriverConfig.getPlatform().toLowerCase());\r\n \t\tif (webDriverConfig.getBrowserVersion() != null) {\r\n \t\t\tcapabilities.setCapability(CapabilityType.VERSION, webDriverConfig.getBrowserVersion());\r\n \t\t}\r\n \t}\r\n \t\r\n \treturn capabilities;\r\n }", "public ZYArraySet(){\n elements = (ElementType[])new Object[DEFAULT_INIT_LENGTH];\n }", "public static WindowsDriver<WebElement> createWindowsDriverSession(DesiredCapabilities capabilities) {\n\t\tWindowsDriver<WebElement> appSession = null;\n\t\ttry {\n\t\t\tString WinAppDriverURL = PropertyFileHandler.getPropertyFromConfig(ConfigPropertyKeys.WinAppDriverURL);\n\t\t\tappSession = new WindowsDriver<WebElement>(new URL(WinAppDriverURL), capabilities);\n\t\t} catch (MalformedURLException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn appSession;\n\t}", "public ReflectiveCapabilitiesFactory(String name, String capabilitiesClassName, Object... args) {\n this.name = name;\n this.capabilitiesClassName = capabilitiesClassName;\n this.args = args;\n try {\n capabilitiesClass = (Class<? extends Capabilities>) Class.forName(capabilitiesClassName);\n available = Capabilities.class.isAssignableFrom(capabilitiesClass);\n } catch (ClassNotFoundException e) {\n available = false;\n }\n }", "private EmptySet() {}", "public SATableReadCapabilityAttributesExtension()\n {\n super();\n }", "public void makeEmpty() {\n for (int i = 0; i < buckets.length; i++) {\n buckets[i] = new SList();\n }\n size = 0;\n }", "private static void appendBaseCapabilities( OWSCapabilitiesBaseType_1_0 capabilities,\n Element root ) {\n LOG.entering();\n root.setAttribute( \"version\", capabilities.getVersion() );\n root.setAttribute( \"updateSequence\", capabilities.getUpdateSequence() );\n\n // may have to be changed/overwritten (?)\n ServiceIdentification serviceIdentification = capabilities.getServiceIdentification();\n if ( serviceIdentification != null )\n appendServiceIdentification( root, serviceIdentification );\n\n ServiceProvider serviceProvider = capabilities.getServiceProvider();\n if ( serviceProvider != null )\n appendServiceProvider( root, serviceProvider );\n\n OperationsMetadata_1_0 metadata = capabilities.getOperationsMetadata();\n if ( metadata != null )\n appendOperationsMetadata_1_0( root, metadata );\n LOG.exiting();\n }", "public void setCapability(Capability value) {\n\t\tthis._capability = value;\n\t}", "private void createFeatures() {\n\t\tfeatures = new Feature[NUM_FEATURES];\n\n\t\t// Create dummy feature\n\t\tfeatures[0] = new DummyFeature(width, height, 0, 0 - THRESHOLD);\n\n\t\t// Create the rest of the features\n\t\tfor (int i = 1; i < NUM_FEATURES; i++) {\n\t\t\tfeatures[i] = new Feature(width, height, i);\n\t\t}\n\t}", "public EfficientTerminalSet empty() {\n return new EfficientTerminalSet(terminals, indices, new int[data.length]);\n }", "@Override\n public StartupCommand[] initialize() {\n return null;\n }", "public void setFeatureCapabilitiesSupported(java.lang.Boolean featureCapabilitiesSupported) {\r\n this.featureCapabilitiesSupported = featureCapabilitiesSupported;\r\n }", "public ReflectiveCapabilitiesFactory(String name, Class<? extends Capabilities> capabilitiesClass, Object... args) {\n this.name = name;\n this.capabilitiesClass = capabilitiesClass;\n this.args = args;\n capabilitiesClassName = capabilitiesClass.getName();\n available = Capabilities.class.isAssignableFrom(this.capabilitiesClass);\n }", "public int getSupportedCapabilities(Transport transport) {\n Integer capabilities = supportedCapabilities.get(transport);\n return capabilities == null ? 0 : capabilities;\n }", "public static void resetCaps() {\n glCapMap.forEach(RenderUtils::setGlState);\n }", "private List<WebServiceFeature> getFeatures(AssertionSet alternative) {\n return Collections.emptyList();\n }", "@DataProvider(name = \"sBoxBrowsersProvider\", parallel=true)\n public Object[][] getRemoteDrivers() throws MalformedURLException {\n DesiredCapabilities firefoxCapabs = DesiredCapabilities.firefox();\n\n //firefoxCapabs.setPlatform(Platform.LINUX);\n //firefoxCapabs.setCapability(\"e34:auth\", \"sjej35po2vgxd7yg\");\n //firefoxCapabs.setCapability(\"e34:video\", true);\n //firefoxCapabs.setCapability(\"acceptInsecureCerts\", true);\n\n\n // Return Chrome capabilities object\n DesiredCapabilities chromeCaps = DesiredCapabilities.chrome();\n\n chromeCaps.setPlatform(Platform.LINUX);\n chromeCaps.setCapability(\"e34:auth\", \"sjej35po2vgxd7yg\");\n chromeCaps.setCapability(\"e34:video\", true);\n chromeCaps.setCapability(\"acceptInsecureCerts\", true);\n\n\n return new Object[][]{\n {firefoxCapabs},\n //{chromeCaps}\n };\n\n }", "private static KafkaUserQuotas emptyQuotas() {\n KafkaUserQuotas emptyQuotas = new KafkaUserQuotas();\n emptyQuotas.setProducerByteRate(null);\n emptyQuotas.setConsumerByteRate(null);\n emptyQuotas.setRequestPercentage(null);\n emptyQuotas.setControllerMutationRate(null);\n\n return emptyQuotas;\n }", "private static void initializeAllGenresList(){\n\t\tfor(int i = 0; i < 13; i ++){\n\t\t\tALL_GENRES.add(new HashSet<String>());\n\t\t}\n\t}", "public Builder clearSupportedTripTypes() {\n supportedTripTypes_ = java.util.Collections.emptyList();\n bitField0_ = (bitField0_ & ~0x00000001);\n onChanged();\n return this;\n }", "private static DesiredCapabilities getBrowserCapabilities(String browserType) {\r\n\t\tDesiredCapabilities cap = new DesiredCapabilities();\r\n\t\tswitch (browserType) {\r\n\t\tcase \"firefox\":\r\n\t\t\tSystem.out.println(\"Opening firefox driver\");\r\n\t\t\tcap = DesiredCapabilities.firefox();\r\n\t\t\tbreak;\r\n\t\tcase \"chrome\":\r\n\t\t\tSystem.out.println(\"Opening chrome driver\");\r\n\t\t\tcap = DesiredCapabilities.chrome();\r\n\t\t\tbreak;\r\n\t\tdefault:\r\n\t\t\tSystem.out.println(\"browser : \" + browserType + \" is invalid, Launching Firefox as browser of choice..\");\r\n\t\t\tcap = DesiredCapabilities.firefox();\r\n\t\t\tbreak;\r\n\t\t}\r\n\t\treturn cap;\r\n\t}", "public static WPSGetCapabilities create( Map<String, String> request )\n throws InvalidParameterValueException, MissingParameterValueException {\n\n String id = request.remove( \"ID\" );\n String service = request.remove( \"SERVICE\" );\n if ( null == service ) {\n throw new MissingParameterValueException( \"WPSGetCapabilities\", \"'service' parameter is missing\" );\n }\n if ( !\"WPS\".equals( service ) ) {\n throw new InvalidParameterValueException( \"WPSGetCapabilities\", \"service attribute must equal 'WPS'\" );\n }\n String updateSeq = request.remove( \"UPDATESEQUENCE\" );\n String version = request.remove( \"VERSION\" );\n\n // accept versions, sections, accept formats not supported\n return new WPSGetCapabilities( id, version, updateSeq, null, null, null, request );\n }", "@Test\n public void getHeapCriticalMembersFrom_WithEmptyCriticalMembersReturnsEmptySet() {\n getHeapCriticalMembersFrom_returnsEmptySet(Collections.emptySet(), memberSet);\n }", "public Technology() {\t\t\r\n\t\tthis.groups = null;\r\n\t}" ]
[ "0.6454937", "0.644862", "0.6401434", "0.6352232", "0.6339231", "0.6313731", "0.6126226", "0.6104332", "0.60687035", "0.6016434", "0.6002618", "0.5991751", "0.59905505", "0.5965946", "0.592177", "0.5739697", "0.56750727", "0.5629098", "0.5534002", "0.545915", "0.544316", "0.54429626", "0.543116", "0.5419562", "0.54141235", "0.53266424", "0.5316377", "0.5275895", "0.5244206", "0.52325946", "0.51867366", "0.5123426", "0.51143", "0.5112309", "0.50521386", "0.49964365", "0.4993561", "0.49935246", "0.4982762", "0.4979231", "0.49662834", "0.49559933", "0.48946655", "0.48850805", "0.48795298", "0.4859212", "0.483121", "0.48295832", "0.4824834", "0.48194212", "0.48062736", "0.47707173", "0.47467655", "0.4743998", "0.46871978", "0.46848717", "0.4652779", "0.46328002", "0.46274504", "0.46010274", "0.45850098", "0.45809785", "0.45655835", "0.45584688", "0.45508412", "0.45446727", "0.45334098", "0.4519939", "0.45193982", "0.4515492", "0.45150366", "0.4504616", "0.4500359", "0.44918856", "0.44791335", "0.44722384", "0.4470062", "0.44510522", "0.4444901", "0.4441476", "0.44360933", "0.44214636", "0.4417381", "0.44148394", "0.4394922", "0.43878776", "0.43752992", "0.4371036", "0.4361646", "0.43577465", "0.43529606", "0.4349946", "0.43499267", "0.43458748", "0.43403554", "0.43392035", "0.4338985", "0.43249422", "0.43190408", "0.43188605" ]
0.71422845
0
Part of Page358 class
public interface Page358InterfaceB { public void something(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void process(Page page) {\n\t\t\n\t}", "Page getPage();", "PageAgent getPage();", "public Page getPage() {return page;}", "@Override\r\n\tpublic void visit(Page page) {\r\n\t\t// Some business logic I won't expose here\r\n\t\t// My boss won't be happy ;-)\r\n\t}", "public abstract AdvertisingPageType mo11614e();", "@Override\r\n\tpublic void mypage() {\n\t\t\r\n\t}", "@Override\n\tpublic void checkPage() {\n\t}", "public abstract Page value();", "public ProcessPage() {\n\t\tPageFactory.initElements(driver, this);\n\t\t \n\n\t}", "public void setPage(Page page) {this.page = page;}", "lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPageHelper();", "lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPageHelper();", "lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPageHelper();", "public abstract void pageDisplayed();", "int getPageNumber();", "lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPage();", "@Override\nprotected void doPage(Frame frame,Circuit circuit, IPlug plug, PageContext ctx) {\n\t\n}", "public HTMLParser () {\r\n this.pagepart = null;\r\n }", "@Override\n public void PageFistLoad() {\n }", "int getPage();", "PageHeader getPageHeader();", "PageHeader getPageHeader();", "@Override\r\n public String toString()\r\n {\r\n return \"Page \"+name;\r\n }", "protected void doAdditionalPageInitialization(IPage page) {\n }", "Pages getPages();", "public interface Page {\n\n public int getSize();\n public Container getContainer();\n public void setContainer(Container containerss);\n\n public String getName();\n public String getDisplayName();\n public PageComponent[] getPageComponents();\n\n public void putPageComponentsPlayerHotbar(Player player);\n\n public void showGui(Player player);\n public void addComponent(PageComponent pageComponent);\n public void addComponent(PageComponent pageComponent, int index);\n\n public Inventory getInventory();\n\n public boolean hasFreeSlot();\n public void clearComponents();\n public void removeComponent(String name);\n\n public void updateComponents();\n\n}", "public PageList() { \n// fileIO = new CharFileIO(\"utf-8\");\n// We are not currently using this to extract 'title' because it doesn't work \n// for whose title and meta-description tags are not explicitly specified;\n// Such as pages written in scripting languages like .jsp, .asp etc \n// parseJob = new ParseJob();\n }", "private LWPageUtilities()\n {\n }", "public NewCZ_DPPHRProcessPage(){ super(); }", "Integer getPage();", "@Override\n public void setPageContext(PageContext arg0) {\n \n }", "@Override\n protected void init(PageDto page, HttpServletRequest request, HttpServletResponse response, Model model) {\n\n }", "Point onPage();", "@Override\r\n\tpublic int nombrePage() {\n\t\treturn 0;\r\n\t}", "public lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPage() {\n return page_;\n }", "@UML(identifier=\"page\", obligation=OPTIONAL, specification=ISO_19115)\n String getPage();", "public interface IPage {\r\n\r\n\t/**\r\n\t * Gets the url.\r\n\t *\r\n\t * @return the url\r\n\t */\r\n\tUrl getUrl();\r\n\r\n\t/**\r\n\t * Seek.\r\n\t *\r\n\t * @param skip the skip\r\n\t * @return the int\r\n\t */\r\n\tint seek(int skip);\r\n\r\n\t/**\r\n\t * Back to.\r\n\t *\r\n\t * @param s the s\r\n\t * @return true, if successful\r\n\t */\r\n\tboolean backTo(char s);\r\n\r\n\t/**\r\n\t * Seek.\r\n\t *\r\n\t * @param s the s\r\n\t * @return true, if successful\r\n\t */\r\n\tboolean seek(String s);\r\n\r\n\t/**\r\n\t * Seek.\r\n\t *\r\n\t * @param s the s\r\n\t * @param inlen the inlen\r\n\t * @return true, if successful\r\n\t */\r\n\tboolean seek(String s, int inlen);\r\n\r\n\t/**\r\n\t * Gets the attribute.\r\n\t *\r\n\t * @param name the name\r\n\t * @return the attribute\r\n\t */\r\n\tString getAttribute(String name);\r\n\r\n\t/**\r\n\t * Mark.\r\n\t */\r\n\tvoid mark();\r\n\r\n\t/**\r\n\t * Reset.\r\n\t */\r\n\tvoid reset();\r\n\r\n\t/**\r\n\t * Clear mark.\r\n\t */\r\n\tvoid clearMark();\r\n\r\n\t/**\r\n\t * Gets the text.\r\n\t *\r\n\t * @return the text\r\n\t */\r\n\tString getText();\r\n\r\n\t/**\r\n\t * Gets the word in.\r\n\t *\r\n\t * @param schar the schar\r\n\t * @param echar the echar\r\n\t * @return the word in\r\n\t */\r\n\tString getWordIn(String schar, String echar);\r\n\r\n\t/**\r\n\t * Gets the text.\r\n\t *\r\n\t * @param name the name\r\n\t * @return the text\r\n\t */\r\n\tString getText(String name);\r\n\r\n\t/**\r\n\t * Sets the cached.\r\n\t *\r\n\t * @param b the new cached\r\n\t */\r\n\tvoid setCached(boolean b);\r\n\r\n\t/**\r\n\t * Gets the request.\r\n\t *\r\n\t * @return the request\r\n\t */\r\n\tUrl getRequest();\r\n\r\n\t/**\r\n\t * Gets the status line.\r\n\t *\r\n\t * @return the status line\r\n\t */\r\n\tStatusLine getStatusLine();\r\n\r\n\t/**\r\n\t * Gets the headers.\r\n\t *\r\n\t * @return the headers\r\n\t */\r\n\tHeader[] getHeaders();\r\n\r\n\t/**\r\n\t * Gets the context.\r\n\t *\r\n\t * @return the context\r\n\t */\r\n\tString getContext();\r\n\r\n\t/**\r\n\t * Gets the urls.\r\n\t *\r\n\t * @return the urls\r\n\t */\r\n\tList<Url> getUrls();\r\n\r\n\t/**\r\n\t * Size.\r\n\t *\r\n\t * @return the int\r\n\t */\r\n\tint size();\r\n\r\n\t/**\r\n\t * Release.\r\n\t */\r\n\tvoid release();\r\n\r\n\t/**\r\n\t * Gets the.\r\n\t *\r\n\t * @param url the url\r\n\t * @return the string\r\n\t */\r\n\tString get(String url);\r\n\r\n\t/**\r\n\t * Format.\r\n\t *\r\n\t * @param href the href\r\n\t * @return the url\r\n\t */\r\n\tUrl format(String href);\r\n\r\n}", "Page createPage();", "@Override\n public int numberOfPages() {\n // TODO Auto-generated method stub\n throw new UnsupportedOperationException(\"Unsupported operation\");\n }", "public abstract boolean Verifypage();", "public BasePageObject() {\n this.driver = BrowserManager.getInstance().getDriver();\n this.wait = BrowserManager.getInstance().getWait();\n PageFactory.initElements(driver, this);\n }", "@Override\n public void process(Page page) {\n PageStore.prePage = page.getHtml().toString();\n }", "public int getPage() {\n return page;\n }", "public int getPage() {\n return page;\n }", "public int getPage() {\n return page;\n }", "public int getPage() {\n return page;\n }", "@Override\n public void pageBreak()\n {\n }", "public JSONObject page() {\n\t\treturn null;\n\t}", "short getPageStart();", "public abstract void addCustomPages();", "public PageUtil() {\n\n\t}", "@RecentlyNonNull\n/* */ public PdfDocument.Page startPage(int pageNumber) {\n/* 106 */ throw new RuntimeException(\"Stub!\");\n/* */ }", "@Override\n protected void onNextPageRequested(int page) {\n\n }", "@Test\n public void test094() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n Hidden hidden0 = new Hidden(errorPage0, \"\", \"\");\n Image image0 = new Image(hidden0, \"\", \"\");\n Label label0 = (Label)errorPage0.ins((Object) image0);\n Block block0 = (Block)errorPage0.h3();\n Label label1 = (Label)errorPage0.u((Object) errorPage0);\n assertTrue(label1._isGeneratedId());\n assertEquals(\"wheel_ErrorPage\", errorPage0.getComponentId());\n }", "@Override\n\t\t\tpublic void onPageSelected(int arg0) {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\tpublic void onPageSelected(int arg0) {\n\t\t\t\t\n\t\t\t}", "public static void look() {\r\n\t\t\r\n\t\tif (ths.page == 2) {\r\n\t\t\tths.page++;\r\n\t\t}\r\n\t}", "@Test//ExSkip\n public void fieldPageRef() throws Exception {\n Document doc = new Document();\n DocumentBuilder builder = new DocumentBuilder(doc);\n\n insertAndNameBookmark(builder, \"MyBookmark1\");\n\n // Insert a PAGEREF field that displays what page a bookmark is on.\n // Set the InsertHyperlink flag to make the field also function as a clickable link to the bookmark.\n Assert.assertEquals(\" PAGEREF MyBookmark3 \\\\h\",\n insertFieldPageRef(builder, \"MyBookmark3\", true, false, \"Hyperlink to Bookmark3, on page: \").getFieldCode());\n\n // We can use the \\p flag to get the PAGEREF field to display\n // the bookmark's position relative to the position of the field.\n // Bookmark1 is on the same page and above this field, so this field's displayed result will be \"above\".\n Assert.assertEquals(\" PAGEREF MyBookmark1 \\\\h \\\\p\",\n insertFieldPageRef(builder, \"MyBookmark1\", true, true, \"Bookmark1 is \").getFieldCode());\n\n // Bookmark2 will be on the same page and below this field, so this field's displayed result will be \"below\".\n Assert.assertEquals(\" PAGEREF MyBookmark2 \\\\h \\\\p\",\n insertFieldPageRef(builder, \"MyBookmark2\", true, true, \"Bookmark2 is \").getFieldCode());\n\n // Bookmark3 will be on a different page, so the field will display \"on page 2\".\n Assert.assertEquals(\" PAGEREF MyBookmark3 \\\\h \\\\p\",\n insertFieldPageRef(builder, \"MyBookmark3\", true, true, \"Bookmark3 is \").getFieldCode());\n\n insertAndNameBookmark(builder, \"MyBookmark2\");\n builder.insertBreak(BreakType.PAGE_BREAK);\n insertAndNameBookmark(builder, \"MyBookmark3\");\n\n doc.updatePageLayout();\n doc.updateFields();\n doc.save(getArtifactsDir() + \"Field.PAGEREF.docx\");\n testPageRef(new Document(getArtifactsDir() + \"Field.PAGEREF.docx\")); //ExSkip\n }", "public interface PageConnector {\n void onLastPage();\n void onNormalPage();\n}", "io.dstore.values.StringValue getPage();", "public Page(PageInformation pageInfo)\n\t{\n\t\tthis.pageInfo = pageInfo;\n\t\tthis.contentInstructions = new ArrayList<ContentInstruction>();\n\t\tthis.pageContent = new HashMap<Integer, Content>();\n\t\tnextContentNumber = 0;\n\t}", "public interface SupplyPageIterator extends PageIteratorBase {\n\n Supply2[] prev() throws RemoteException;\n\n Supply2[] current() throws RemoteException;\n\n Supply2[] next() throws RemoteException;\n\n Supply2[] goTo(int page) throws RemoteException;\n\t\n}", "@Override\n\tpublic void process(Task task, Page page) {\n\t\t\n\t}", "public String getPageText();", "void retrievePageContents()\n\t{\n\t\tStringBuilder longString = new StringBuilder();\n\t\tfor (int i = 0; i < pageContents.size(); i++)\n\t\t{\n\t\t\tlongString.append(pageContents.get(i));\n\t\t}\n\t\tString pageMarkup = longString.toString().toLowerCase();\n\t\textractComments(pageMarkup);\n\n\t}", "int getPagesAmount();", "public PageUtil(int currentPage) {\n\t\tthis.currentPage = currentPage;\n\t}", "public PageUiUtils(PageContext pageContext) {\n\t\tthis.pageContext = pageContext;\n\t\tthis.fragmentIncluder = pageContext;\n\t\tthis.resourceIncluder = pageContext;\n\t\tthis.formatter = pageContext.getFormatter();\n\t\tthis.messager = pageContext;\n\t\tthis.decoratable = pageContext;\n\t\tthis.extensionManager = pageContext.getExtensionManager();\n\t\tthis.conversionService = pageContext.getPageFactory().getConversionService();\n\t}", "public Integer getPage() {\n return page;\n }", "protected abstract String getInitialPageId();", "@Test\n public void test125() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n Any any0 = (Any)errorPage0.iframe();\n Block block0 = (Block)errorPage0.p();\n assertEquals(\"wheel_ErrorPage\", errorPage0.getComponentId());\n assertTrue(block0._isGeneratedId());\n }", "@Override\r\n\tpublic URLModule gotoPage(int page) {\n\t\treturn null;\r\n\t}", "@Override\n public void waitUntilPageObjectIsLoaded() {\n }", "@Test(timeout = 4000)\n public void test259() throws Throwable {\n ErrorPage errorPage0 = new ErrorPage();\n List<CharSequence> list0 = errorPage0._getRenderHints();\n assertNotNull(list0);\n \n Component component0 = errorPage0.address((Object) list0);\n Component component1 = component0.p((Object) errorPage0);\n assertEquals(\"wheel_ErrorPage\", errorPage0.getComponentId());\n assertTrue(component1._isGeneratedId());\n }", "protected String getPageNavigation()\n {\n return \"\";\n }", "@Override\n\tpublic String findPage() {\n\t\treturn null;\n\t}", "public Page getPage() {\n return page;\n }", "public Page getPage() {\n return page;\n }", "boolean getUsePage();", "lanyotech.cn.park.protoc.CommonProtoc.PageHelperOrBuilder getPageOrBuilder();", "public PrevPageAbstract getPPAbst(){\r\n\t\treturn ppagea;\r\n\t}", "public lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPage() {\n if (pageBuilder_ == null) {\n return page_;\n } else {\n return pageBuilder_.getMessage();\n }\n }", "public interface Page {\n\n public abstract String createTitle();\n public abstract Markup createMarkup();\n}", "public Page(String name)\r\n {\r\n super(name,0,0,0,0);\r\n }", "public interface PersonPageIterator extends PageIteratorBase {\n\t\n\tPerson2[] prev() throws RemoteException;\n\t\n\tPerson2[] current() throws RemoteException;\n\t\n\tPerson2[] next() throws RemoteException;\n\t\n\tPerson2[] goTo(int page) throws RemoteException;\n\n}", "public void resolvePageReferences()\n{\n int count = _pages.size();\n while(count-- > 0)\n getPage(count).resolvePageReferences(this);\n}", "@Override\n public void test(PageParam pageParam) {\n\n }", "@Override\n\tpublic void onPageSelected(int arg0) {\n\t\t\n\t}", "@Override\n\tpublic void onPageSelected(int arg0) {\n\t\t\n\t}", "public interface VersionedPageInfo extends PageInfo {\n\n // Magic revisions. Prefer isFoo() methods.\n long UNCOMMITTED = -2;\n long DELETED = -3;\n long RENAMED = -4;\n\n long getRevision();\n String getRevisionName();\n\n long getLastChangedRevision();\n String getLastChangedUser();\n Date getLastChangedDate();\n\n String getLockedBy();\n String getLockToken();\n boolean isLocked();\n boolean isNewOrLockedByUser(String user);\n Date getLockedSince();\n\n boolean isNewPage();\n boolean isDeleted();\n boolean isRenamed();\n boolean isRenamedInThisWiki();\n String getRenamedPageName();\n String getRenamedUrl(LinkResolutionContext linkResolutionContext) throws UnknownWikiException, URISyntaxException;\n\n VersionedPageInfo withoutLockToken();\n\n @Override\n VersionedPageInfo withAlternativeContent(String content);\n\n @Override\n VersionedPageInfo withAlternativeAttributes(Map<String, String> attributes);\n\n}", "@Override\n\tpublic void process(Page page){\n\n\t CollectTemplate collectTemplate = templateService.getCollectTemplateById(templateId);\n\t String currentUrl=page.getUrl().toString();\n\t String nextUrlXpath=collectTemplate.getNextUrlXpath();\n \tString contentUrlXpath=collectTemplate.getContentUrlXpath();\n \tString listUrlRegex=collectTemplate.getListUrlRegex();\n \tString contentUrlRegex=collectTemplate.getContentUrlRegex();\n \tList<CollectTemplateField> fields=collectTemplate.getFields();\n \ttry {\n\t \t\t\n\t \tHtml currentHtml= page.getHtml();\n\n\t\t\t//判断是否是列表页\n\t if (currentUrl.matches(listUrlRegex)) {\n\n\t\t\t\t//处理列表页\n\t\t\t\tString nextPageUrl=\"\";\n\t\t\t\ttry{\n\t\t\t\t\tnextPageUrl=currentHtml.xpath(nextUrlXpath).toString();\n\t\t\t\t\tif (nextPageUrl==null||StringUtils.isEmpty(nextPageUrl)){\n\t\t\t\t\t\tthrow new Exception();\n\t\t\t\t\t}\n\t\t\t\t}catch (Exception e){\n\t\t\t\t\tXpath2Selector xpath2Selector = new Xpath2Selector(nextUrlXpath);\n\t\t\t\t\tnextPageUrl = xpath2Selector.select(page.getRawText());\n\n\t\t\t\t\tif (nextPageUrl!=null&&nextPageUrl.startsWith(\"/\")){\n\t\t\t\t\t\tnextPageUrl = \"http://\"+site.getDomain()+nextPageUrl;\n\t\t\t\t\t}\n\n\n\t\t\t\t}\n\n\t \tif (StringUtils.isNotEmpty(nextPageUrl)) {\n\n\t \t\tRequest request=new Request();\n\t \t\trequest.setUrl(nextPageUrl);\n\t \t\trequest.setPriority(-1);\n\t \t\t\n\t \t\tpage.addTargetRequest(request);\n\n\t \t\tlogService.info(projectId,\"get the next page link \"+nextPageUrl+\" and add it to the queue\");\n\n\t\t\t\t}else{\n\t\t\t\t\tlogService.warn(projectId,\"fail to get the next page link\");\n\n\t\t\t\t}\n\t \tList<String> detailPagesUrl;\n\t \ttry{\n\t\t\t\t\tdetailPagesUrl = currentHtml.xpath(contentUrlXpath).all();\n\n\t\t\t\t}catch (Exception e){\n\n\t\t\t\t\tXpath2Selector xpath2Selector2 = new Xpath2Selector(contentUrlXpath);\n\t\t\t\t\tdetailPagesUrl = xpath2Selector2.selectList(currentHtml.getDocument().text());\n\t\t\t\t}\n\n\n\n\t \tif (detailPagesUrl!=null&&detailPagesUrl.size()!=0) {\n\t\t\t\t\t//添加详情页\n\t\t\t\t\tpage.addTargetRequests(detailPagesUrl, 1);\n\n\t\t\t\t\tlogService.info(projectId,\"get \"+detailPagesUrl.size()+\" detail pages\");\n\t\t\t\t}else{\n\t\t\t\t\tlogService.warn(projectId,\"fail to get detail page\");\n\n\t\t\t\t}\n\t\t\t}else if (StringUtils.isEmpty(contentUrlRegex)||currentUrl.matches(contentUrlRegex)) {\n\t \t//处理详情页\n\t\t\t\tcontentPageProcessService.setProjectId(projectId);\n\t\t\t\tcontentPageProcessService.progressContentPage(page,fields);\n\t\t\t}\n\t \t} catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}\n\t \n\t }", "public void mo38117a() {\n }", "public interface WebPage<T> {\n\n\n /**\n * Return the number of frame/iframe in the current page\n *\n * @return the number of frames\n */\n int getNumberFrames();\n\n /**\n * Change the way of processing the WebElement.\n *\n * @param processWebElement\n */\n public void setProcessWebElement(ProcessWebElement<T> processWebElement);\n\n\n /**\n * Find a autObject element in the page and sub-frames\n * Stop the research after the first found.\n *\n * @param autObject\n * The {@code AutObject} to search for\n *\n * @return a {@code Optional} of a T element\n */\n Optional<T> stopAfterFirstElementPresentInPage(AutObject autObject) ;\n\n\n /**\n * From a {@code AutObject} we find all T elements in the page and sub-frames.\n *\n * @param autObject\n * The {@code AutObject} to search for\n *\n * @return a {@code List} of the T element\n */\n List<T> findElementsInPage(AutObject autObject) ;\n\n\n /**\n * Get a map of {@code AutObject} associated with a list of T found in the page and sub-frames.\n * Stop the research after the first found.\n *\n * @param autObjects\n * A list of {@code AutObject} to search for\n *\n * @return a {@code Optional} of the T element associated to an the first {@code AutObject} found\n */\n Optional<Pair<AutObject, T>> stopAfterFirstElementPresentInPage(List<AutObject> autObjects) ;\n\n /**\n * Get a map of {@code AutObject} associated with a list of {@code WebElement} in the page and sub-frames.\n *\n * @param autObjects\n * A list of {@code AutObject} to search for\n *\n * @return a {@code Map} of T elements associated to {@code AutObject}\n */\n Map<AutObject, List<T>> findElementsInPage(List<AutObject> autObjects);\n\n\n /**\n * Return the metrics of the current page.\n * Basically return the number of elements filtered and unfiltered.\n *\n * @return Metrics\n */\n Metrics getMetrics();\n\n\n /**\n * Set a limit to stop searching in the page if the limit is reached.\n * By default it's 0 that means no limit.\n */\n WebPage limit(int limit);\n\n}", "@Override\r\n\t\tpublic int getCurrentpage() throws Exception\r\n\t\t\t{\n\t\t\t\treturn 0;\r\n\t\t\t}", "public lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPageHelper() {\n return pageHelper_;\n }", "public lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPageHelper() {\n return pageHelper_;\n }", "public lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPageHelper() {\n return pageHelper_;\n }", "protected Composite getMainComposite() {\n return pageComposite;\n }", "public Material getPage(int page) {\n\t\treturn null;\n\t}" ]
[ "0.6770486", "0.65238047", "0.6492816", "0.6446433", "0.6398296", "0.63322467", "0.63131857", "0.62939906", "0.62844664", "0.62776893", "0.61872596", "0.6143667", "0.6143667", "0.6143667", "0.60288996", "0.598946", "0.598556", "0.593334", "0.5923234", "0.5910476", "0.59005386", "0.59000105", "0.59000105", "0.5889141", "0.5884845", "0.5871136", "0.58552253", "0.5845668", "0.5825982", "0.58203566", "0.5820345", "0.5806866", "0.57860285", "0.578218", "0.576942", "0.576388", "0.57637924", "0.57600296", "0.5737595", "0.5723256", "0.57200176", "0.5714878", "0.57132775", "0.5710356", "0.5710356", "0.5710356", "0.5710356", "0.5709244", "0.5682827", "0.567521", "0.5642869", "0.5630713", "0.56262875", "0.5605677", "0.5605658", "0.5605651", "0.5605651", "0.5604939", "0.55841625", "0.55836314", "0.5580679", "0.5577809", "0.55754626", "0.55686665", "0.5556511", "0.555335", "0.5543081", "0.5541601", "0.55346614", "0.5530027", "0.55228347", "0.5516123", "0.55154103", "0.55148154", "0.55139446", "0.5510804", "0.5508949", "0.5507769", "0.5507769", "0.5503358", "0.5502807", "0.5493059", "0.5489601", "0.54853314", "0.5484875", "0.54836994", "0.54720086", "0.5469764", "0.54670966", "0.54670966", "0.54668236", "0.54626715", "0.5460727", "0.5452726", "0.54384565", "0.5437225", "0.5437225", "0.5437225", "0.5434893", "0.54318285" ]
0.567885
49
Deletes the entire entry from the registry. Everything related to the schema id is deleted completely. All versions of schema are also deleted.
@DELETE @Path("contexts/{context}/schemas/{id}") @TransactionPolicy(value = TransactionControl.EXPLICIT) public void delete(HttpServiceRequest request, HttpServiceResponder responder, @PathParam("context") String namespace, @PathParam("id") String id) { respond(request, responder, namespace, ns -> { NamespacedId namespacedId = new NamespacedId(ns, id); TransactionRunners.run(getContext(), context -> { SchemaRegistry registry = SchemaRegistry.get(context); if (registry.hasSchema(namespacedId)) { throw new NotFoundException("Id " + id + " not found."); } registry.delete(namespacedId); }); return new ServiceResponse<Void>("Successfully deleted schema " + id); }); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void deleteTapSchema(SchemaConfig schemaConfig) throws ConfigurationException;", "public void delete() {\r\n\t\tfor (int i = 0; i <= DatabaseUniverse.getDatabaseNumber(); i++) {\r\n\t\t\tif (this.equals(DatabaseUniverse.getDatabases(i))) {\r\n\t\t\t\tDatabaseUniverse.getAllDatabases().set(i, null);\r\n\t\t\t\tDatabaseUniverse.getAllDatabases().remove(i);\r\n\t\t\t\tDatabaseUniverse.setDatabaseNumber(-1);\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t}\r\n\t}", "@Override\n\tpublic void deleteById(Long entryId) {\n\t\t\n\t\tentryDAO.delete(entryId);\n\t}", "public void clearRegistry() {\r\n implementedDatabases.clear();\r\n }", "public void deleteEntry(int rowid) {\n\t\t\tourDatabase.delete(DATABASE_TABLE1, KEY_ID + \"=\" + rowid, null);\n\t\t}", "@Override\n\tpublic void deleteById(Long id) {\n\t\tmarketSpreadManagerExtendMapper.deleteByPrimaryKey(id);\n\t}", "public void deleteAll(MDSKey id) {\n deleteAll(id, x -> true);\n }", "boolean deleteEntry(String id) throws SQLException;", "@Override\n\tpublic void delete() {\n\t\tSystem.out.println(\"Mysql DB 서버에 접속해서 삭제를 하다.\");\n\t}", "@Override\n\tpublic void deleteAll() {\n\t\tdao.deleteAll();\n\n\t}", "@Override\n\tpublic void deleteEntry(Serializable id) {\n\t\tT t = this.getEntryById(id);\n\t\tthis.hibernateTemplate.delete(t);\n\t}", "public static void deleteAll() throws RocksDBException {\n RocksIterator iter = db.newIterator();\n\n for (iter.seekToFirst(); iter.isValid(); iter.next()) {\n db.delete(iter.key());\n }\n\n iter.close();\n }", "public void delete(MDSKey id) {\n try {\n table.delete(id.getKey(), COLUMN);\n } catch (Exception e) {\n throw Throwables.propagate(e);\n }\n }", "@DELETE\n public void delete() {\n PersistenceService persistenceSvc = PersistenceService.getInstance();\n try {\n persistenceSvc.beginTx();\n deleteEntity(getEntity());\n persistenceSvc.commitTx();\n } finally {\n persistenceSvc.close();\n }\n }", "@Override\r\n\tpublic void deleteAll() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void deleteAll() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void deleteAll() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void deleteAll() {\n\t\t\r\n\t}", "@Override\n\tpublic void delete(long id) {\n\t\tmapper.deleteByPrimaryKey(id);\n\t}", "public void deleteAllMappings() {\n\t\tSQLiteDatabase db = this.getWritableDatabase();\n\t\tdb.delete(TABLE_APP, null, null);\n\t\t\n\t\tsynchronized(mappingLock) {\n\t\t\tinvalidateCache();\n\t\t}\n\n\t}", "@Override\n\t\tpublic void delete() {\n\n\t\t}", "public void deleteAll() {\n repository.deleteAll();\n }", "@Override\n public void deleteByPrimaryKey(String id) {\n infoMapper.deleteByPrimaryKey(id);\n }", "@Override\r\n\tpublic void deleteById(Long id) {\n\t\tsuper.deleteById(id);\r\n\t}", "public void deleteAll() throws SQLException {\n\t\tfinal String sql = \"DELETE FROM \" + table_name;\n\t\tPreparedStatement statement = null;\n\n\t\ttry {\n\t\t\tfinal Connection connection = _database.getConnection();\n\t\t\tstatement = connection.prepareStatement(sql);\n\t\t\t@SuppressWarnings(\"unused\")\n\t\t\tfinal int rowcount = update(statement);\n\t\t} finally {\n\t\t\tif (statement != null) {\n\t\t\t\tstatement.close();\n\t\t\t}\n\t\t}\n\t}", "public void deleteAllVersions(String namespace, String id) throws StageException;", "@Override\n\tpublic void deleteAll() {\n\n\t}", "@Override\n\tpublic void deleteAll() {\n\n\t}", "@Override\n\tpublic void deleteAll() {\n\n\t}", "@Override\r\n\tpublic void clearDatabase() {\n\t\t\r\n\t}", "private void clearData() {\n em.createQuery(\"delete from ViajeroEntity\").executeUpdate();\n }", "@Override\n public void delete(UltraSearchSessions.Session session, UltraSearchBackendEntry.Row entry) {\n List<Object> idParts = this.idColumnValue(entry.id());\n if (idParts.size() > 1 || entry.columns().size() > 0) {\n super.delete(session, entry);\n return;\n }\n\n // The only element is label\n this.deleteEdgesByLabel(session, entry.id());\n }", "public void clearDatabase();", "public void clearDatabase() {\n\n\t\tObjectSet<Article> articles = db.query(Article.class);\n\t\tarticles.stream()\n\t\t\t.forEach(db::delete);\n\n\t\tObjectSet<CreditCard> creditCards = db.query(CreditCard.class);\n\t\tcreditCards.stream()\n\t\t\t.forEach(db::delete);\n\n\t\tObjectSet<Customer> customers = db.query(Customer.class);\n\t\tcustomers.stream()\n\t\t\t.forEach(db::delete);\n\n\t\tObjectSet<Order> orders = db.query(Order.class);\n\t\torders.stream()\n\t\t\t.forEach(db::delete);\n\n\t\tObjectSet<OrderDetail> orderDetails = db.query(OrderDetail.class);\n\t\torderDetails.stream()\n\t\t\t.forEach(db::delete);\n\t\t\n\t\tSystem.out.println(\"\\nBase de dades esborrada per complet\");\n\t}", "@Override\n\tpublic void delByPrimaryKey(int id) throws SQLException {\n\n\t}", "@Override\r\n\tpublic int deleteByPrimaryKey(Long id) {\n\t\treturn 0;\r\n\t}", "@DELETE\n public void delete() {\n try {\n dao.delete(dao.retrieveById(id));\n } catch (EntityInUse eiu) {\n throw new WebApplicationException(WSUtils.buildError(400, EntityInUse.ERROR_MESSAGE));\n }\n }", "public final void delete() {\n\t\tOllie.delete(this);\n\t\tOllie.removeEntity(this);\n\t\tnotifyChange();\n\t\tid = null;\n\t}", "@Override\n\tpublic int deleteByPrimaryKey(String id) {\n\t\treturn siteReservoirInfoMapper.deleteByPrimaryKey(id);\n\t}", "@Override\r\n\tpublic void deleteAll() {\n\r\n\t}", "@Override\n public void delete(Long id) {\n log.debug(\"Request to delete KeyConfig : {}\", id);\n keyConfigRepository.deleteById(id);\n }", "@Override\n\tpublic int deleteAll() {\n\t\treturn SApplicationcategorydao.executeHql(\"delete from \"+tablename);\n\t}", "@Override\n public void delete()\n {\n }", "@Override\n\tpublic void deleteById(Long id) {\n\t\tmaterialRepository.deleteById(id);\n\t\treturn;\n\t}", "@Override\n\tpublic int deleteByPrimaryKey(Long id) {\n\t\treturn 0;\n\t}", "@Override\n\tpublic int deleteByPrimaryKey(Long id) {\n\t\treturn 0;\n\t}", "int deleteByPrimaryKey(String registerId);", "@Override\n\tpublic void deleteById(Long id) {\n\n\t}", "public void deleteEntry(long row) {\n database.delete(ORDER_MASTER, ROW_ID + \"=\" + row, null);\n }", "@Override\n\tpublic void deleteAll() {\n\t\t\n\t}", "@Override\n\tpublic void deleteAll() {\n\t\t\n\t}", "@Override\n\tpublic void deleteAll() {\n\t\t\n\t}", "@Override\n\tpublic void deleteAll() {\n\t\t\n\t}", "@Override\n\tpublic void deleteAll() {\n\t\t\n\t}", "@Override\n\tpublic void deleteAll() {\n\t\t\n\t}", "@Override\n\tpublic void deleteAll() {\n\t\t\n\t}", "@Override\n\tpublic void deleteAll() {\n\t\t\n\t}", "private void clearData() {\r\n em.createQuery(\"delete from MonitoriaEntity\").executeUpdate();\r\n }", "@Override\n\tpublic void deleteById(String id) {\n\t\t\n\t}", "@Override\r\n\tpublic void delete(int id) {\n\t\tconsigMetalDtRepository.delete(id);\r\n\t\t\r\n\t}", "@Override\n\tpublic void delete(DatabaseHandler db) {\n\t\tdb.deleteWork(this);\n\t\t\n\t}", "public void deleteAll(){\r\n\t\thead = null;\r\n\t}", "@Override\n\tpublic void delete(Long primaryKey) {\n\t\t\n\t}", "public void deleteConfig(long rowId) {\n\t\tdb.delete(TABLE_NAME, ROW_ID + \"=\" + rowId, null);\n\t}", "static void delete(long id) {\n SQLiteDatabase db = instance.getWritableDatabase();\n db.delete(\"entries\", \"_id = \" + id, null);\n }", "public void clearDatabase() {\n new ExecutionEngine(this.database).execute(\"MATCH (n) OPTIONAL MATCH (n)-[r]-() DELETE r, n\");\n }", "@Override\n\tpublic void deleteById(int id) {\n\t\t\n\t}", "@DELETE\n public void delete() {\n }", "@DELETE\n public void delete() {\n }", "public void deleteAll() {\n try (Connection connection = dataSource.getConnection();\n Statement statement = connection.createStatement()) {\n statement.execute(INIT.DELETE_ALL.toString());\n } catch (SQLException e) {\n logger.error(e.getMessage(), e);\n }\n }", "public static void deleteSchema(Bdd bd) {\n\r\n Session session = HibernateUtils.getSessionFactory().openSession();\r\n String SQLRequest = \"DROP SCHEMA \" + bd.getNom() + \" ;\";\r\n session.beginTransaction();\r\n session.createSQLQuery(SQLRequest).executeUpdate();\r\n session.getTransaction().commit();\r\n session.close();\r\n bd = null;\r\n BddDAO bddDao = new BddDAO();\r\n bddDao.deleteBdd(bd);\r\n\r\n }", "@Override\n\tpublic void deleteById(int id) {\n\t\tdesignMapper.deleteById(id);\n\t}", "@Override\n public void delete(Long id) {\n log.debug(\"Request to delete DomainValue : {}\", id);\n evictAll();\n domainValueRepository.deleteById(id);\n }", "@Override\n\tpublic void deleteLinkmanById(long id) {\n\t\tmapper.deleteByPrimaryKey(id);\n\t}", "@Override\n\tpublic long deleteAll() {\n\t\treturn deleteAll(false);\n\t}", "@Delete({\n \"delete from spec_value\",\n \"where id = #{id,jdbcType=INTEGER}\"\n })\n int deleteByPrimaryKey(Integer id);", "@Override\r\n\tpublic void delete(Long id) {\n\t\t\r\n\t}", "protected abstract void deleteEntry(K key);", "public void deleteAll() {\n\n\t}", "public void delete(){\n if (shx!=null) shx.delete();\n if (shp!=null) shp.delete();\n if (dbf!=null) dbf.delete();\n if (prj!=null) prj.delete();\n }", "@Override\r\n\tpublic void Delete(long id) {\n\t\t\r\n\t}", "public void clearDatabase() {\n\t\tstudentRepository.deleteAll();\n\t}", "public void deleteAll();", "public void deleteAll();", "public void deleteAll();", "@Override\n\tpublic void deleteById(int id) throws SQLException {\n\n\t}", "public void delete() {\n \t\t try(Connection con = DB.sql2o.open()) {\n \t\t\t String sql = \"DELETE FROM sightings where id=:id\";\n\t\t\t con.createQuery(sql)\n\t\t\t.addParameter(\"id\", this.id)\n\t\t\t.executeUpdate();\n\n \t\t }\n \t }", "@Override\n\tpublic void delete(Long id) {\n\t}", "@Override\n\tpublic void delete(Connection c, Integer id) throws SQLException {\n\n\t}", "@Override\n\tpublic int deleteOne(String id) {\n\t\treturn 0;\n\t}", "@Override\r\n\tpublic void del(Integer id) {\n\t\t\r\n\t}", "@Override\n @Transactional\n public void delete(final Long id) {\n getCalendarEntryRepository().deleteById(id);\n }", "@Override\n\tpublic void delete(String key) throws SQLException {\n\t\t\n\t}", "public void deleteEntry(Entry e) {\n entries.remove(e.getName());\n }", "public void delete(Key k) {\n\t\tString target = SchemaMapper.kindToColumnFamily(k.getKind());\n\t\tStringBuilder query = new StringBuilder();\n\t\tquery.append(\"DELETE FROM \\\"\");\n\t\tquery.append(DataStore.KEYSPACE_NAME);\n\t\tquery.append(\"\\\".\\\"\");\n\t\tquery.append(target);\n\t\tquery.append(\"\\\" WHERE key = ?\");\n\t\tthis.query(query.toString(), k.toString());\n\t}", "@Override\n\tpublic int deleteById(String id) {\n\t\treturn 0;\n\t}", "@Override\n\tpublic void deleteById(Integer id) {\n\t\t\n\t}", "public BlogEntry deleteBlogEntry(Long id);", "public void deleteAll() {\n\t\t\n\t}", "public void deleteDevices(){\n SQLiteDatabase db = getWritableDatabase();\n db.execSQL(\"delete from \"+devicesContract.deviceEntry.tableName);\n db.close();\n }" ]
[ "0.6158945", "0.58739823", "0.58460593", "0.5823815", "0.57311654", "0.56893504", "0.5688742", "0.5683057", "0.56500995", "0.56256515", "0.5621022", "0.5619622", "0.5581406", "0.5558257", "0.5547812", "0.5547812", "0.5547812", "0.5547812", "0.5530453", "0.55212456", "0.55052644", "0.5495709", "0.5491685", "0.5473907", "0.54549813", "0.545349", "0.5448121", "0.5448121", "0.5448121", "0.5448028", "0.54458463", "0.5437824", "0.5433515", "0.5427018", "0.5421931", "0.5416485", "0.54158896", "0.54137385", "0.5411275", "0.54062957", "0.5400756", "0.54002464", "0.5396564", "0.53946626", "0.5391406", "0.5391406", "0.5387503", "0.53863645", "0.5384565", "0.53826535", "0.53826535", "0.53826535", "0.53826535", "0.53826535", "0.53826535", "0.53826535", "0.53826535", "0.53737426", "0.5368587", "0.536787", "0.53662485", "0.53622794", "0.53612435", "0.53589946", "0.5355275", "0.53542984", "0.5352025", "0.53490347", "0.53490347", "0.53470427", "0.5345765", "0.53448397", "0.5341336", "0.5331132", "0.5328548", "0.5317228", "0.5316259", "0.5314788", "0.5312827", "0.5310022", "0.53090155", "0.530876", "0.5305028", "0.5305028", "0.5305028", "0.5303655", "0.53016", "0.52997553", "0.52948815", "0.5287278", "0.5285137", "0.5283241", "0.5281367", "0.52813643", "0.5275147", "0.526945", "0.5264209", "0.5258333", "0.52580214", "0.52578926" ]
0.551074
20
Deletes a version of schema from the registry for a given schema id.
@DELETE @Path("contexts/{context}/schemas/{id}/versions/{version}") @TransactionPolicy(value = TransactionControl.EXPLICIT) public void delete(HttpServiceRequest request, HttpServiceResponder responder, @PathParam("context") String namespace, @PathParam("id") String id, @PathParam("version") long version) { respond(request, responder, namespace, ns -> { TransactionRunners.run(getContext(), context -> { SchemaRegistry registry = SchemaRegistry.get(context); registry.remove(new NamespacedId(ns, id), version); }); return new ServiceResponse<Void>("Successfully deleted version '" + version + "' of schema " + id); }); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void delete(String namespace, String id, long version) throws StageException;", "@DELETE\n @Path(\"contexts/{context}/schemas/{id}\")\n @TransactionPolicy(value = TransactionControl.EXPLICIT)\n public void delete(HttpServiceRequest request, HttpServiceResponder responder, @PathParam(\"context\") String namespace,\n @PathParam(\"id\") String id) {\n respond(request, responder, namespace, ns -> {\n NamespacedId namespacedId = new NamespacedId(ns, id);\n TransactionRunners.run(getContext(), context -> {\n SchemaRegistry registry = SchemaRegistry.get(context);\n if (registry.hasSchema(namespacedId)) {\n throw new NotFoundException(\"Id \" + id + \" not found.\");\n }\n registry.delete(namespacedId);\n });\n return new ServiceResponse<Void>(\"Successfully deleted schema \" + id);\n });\n }", "public void deleteTapSchema(SchemaConfig schemaConfig) throws ConfigurationException;", "public void deleteAllVersions(String namespace, String id) throws StageException;", "void deleteContentVersion(ContentIdentifier id) throws NotAuthorizedException;", "@DELETE\n @Produces(MediaType.APPLICATION_JSON)\n @Path(\"/{id}/version/{version}\")\n public void deleteVersion(@PathParam(\"id\") final long id, @PathParam(\"version\") final int version) {\n service.deleteVersion(id, version);\n }", "@Override\n\tpublic int delete(String id) {\n\t\treturn st.delete(\"couplens.delete\",id);\n\t}", "@Override\n\tpublic void deleteById(int id) {\n\t\tdesignMapper.deleteById(id);\n\t}", "public void delete(MDSKey id) {\n try {\n table.delete(id.getKey(), COLUMN);\n } catch (Exception e) {\n throw Throwables.propagate(e);\n }\n }", "@DELETE\n\t@Path(\"{id}\")\n\tpublic Response deleteApplication(@PathParam(\"id\") String id) {\n\t\tApplicationsDao.instance.delete(id);\n\t\treturn Response.noContent().build();\n\t}", "public static void deleteSchema(Bdd bd) {\n\r\n Session session = HibernateUtils.getSessionFactory().openSession();\r\n String SQLRequest = \"DROP SCHEMA \" + bd.getNom() + \" ;\";\r\n session.beginTransaction();\r\n session.createSQLQuery(SQLRequest).executeUpdate();\r\n session.getTransaction().commit();\r\n session.close();\r\n bd = null;\r\n BddDAO bddDao = new BddDAO();\r\n bddDao.deleteBdd(bd);\r\n\r\n }", "@DELETE\n\t@Path(\"/delete\")\n\t@Consumes(MediaType.APPLICATION_JSON)\n\tpublic void delCustomer(String id)\n\t\t\tthrows MalformedURLException, RemoteException, NotBoundException, ClassNotFoundException, SQLException {\n\n\t\t// Connect to RMI and setup crud interface\n\t\tDatabaseOption db = (DatabaseOption) Naming.lookup(\"rmi://\" + address + service);\n\n\t\t// Connect to database\n\t\tdb.Connect();\n\n\t\t// Delete the customers table\n\t\tdb.Delete(\"DELETE FROM CUSTOMERS WHERE id='\" + id + \"'\");\n\n\t\t// Delete the bookings table\n\t\tdb.Delete(\"DELETE FROM BOOKINGS WHERE CUSTOMERID='\" + id + \"'\");\n\n\t\t// Disconnect to database\n\t\tdb.Close();\n\t}", "@Override\n\tpublic void deleteById(Long id) {\n\t\tmarketSpreadManagerExtendMapper.deleteByPrimaryKey(id);\n\t}", "public void delete(String id);", "public void delete(String id);", "public void delete(String id);", "public void delete(String id);", "public void delete(String id);", "@Override\r\n\tpublic int deleteById(String id) {\n\t\treturn 0;\r\n\t}", "public boolean deleteShareableSchema(long schemaID)\n\t{\n\t\tboolean schemaDeleted = true;\n\t\t\n\t\t//Connecting to data base\n \t\tconnect();\n \t\t\n\t\tif (dbConnection == null)\t\t\t\t\t\t\t//failed connection\n \t\t{\n \t\t\treturn false;\n \t\t}\n\t\t\n\t\t//Proceeding, if database connection is successful\n\t\ttry\n\t\t{\t\n\t\t\t//Deleting the shareable schema from the shareable schemas table\n\t\t\tString deleteSchemaStmt = \"DELETE FROM shareable_schema \"\n\t\t\t\t\t\t\t\t\t\t+ \" WHERE schema_id = ? ;\";\n\t\t\tdbConnection.setAutoCommit(false);\n\t\t\tPreparedStatement prepStmt = dbConnection.prepareStatement(deleteSchemaStmt);\n\t\t\tprepStmt.setLong(1, schemaID);\n\t\t\t\n\t\t\tprepStmt.executeUpdate();\n \t\t\tdbConnection.commit();\n \t\t\tprepStmt.close();\n\t\t}\n\t\tcatch(SQLException sqle)\n\t\t{\n\t\t\tschemaDeleted = false;\n\t\t\tString errMsg = sqle.getMessage();\n\t\t\ttry\n\t\t\t{\n\t\t\t\tdbConnection.rollback();\n\t\t\t}\n\t\t\tcatch(SQLException rollbackExcp)\n\t\t\t{\n\t\t\t\terrMsg = errMsg + \" and \" + rollbackExcp.getMessage();\n\t\t\t}\n\t\t\t\n\t\t\tlog.error(\"SQLException occurred while deleting shareable schema from database... \" + errMsg);\n \t\t}\n\t\tfinally\n\t\t{\n\t\t\tdisconnect();\n\t\t}\n \t\t\n\t\treturn schemaDeleted;\n\t}", "public void deleteById(String id);", "@Override\n\tpublic int deleteById(String id) {\n\t\treturn 0;\n\t}", "@Override\n public void delete(Long id) {\n log.debug(\"Request to delete RefSite : {}\", id); refSiteRepository.deleteById(id);\n }", "@Override\r\n\tpublic void deleteById(Integer id) {\r\n\t\tValidationReturn validation = validator.deleteById(id);\r\n\t\t\r\n\t\tif (!validation.getStatus().equals(200)) {\r\n\t\t\tthrow new DBException(validation.toString());\r\n\t\t}\r\n\t\t\r\n\t\t// Delete dependencies\r\n\t\tAddress_usersDAO addressUserDAO = DAOFactory.createAddress_usersDAO();\r\n\t\taddressUserDAO.deleteById(id);\r\n\t\t// Delete dependencies\r\n\t\t\r\n\t\tDAOJDBC DAOJDBCModel = new DAOJDBC();\r\n\t\t\r\n\t\tDAOJDBCModel.singleCall(\"DELETE FROM address WHERE id='\" + id + \"';\");\r\n\t}", "@Override\r\n\tpublic void delete(int id) {\n\t\tconsigMetalDtRepository.delete(id);\r\n\t\t\r\n\t}", "public static void delete(int id) {\r\n\t\tString IdColumnName = \"feature_id\";\r\n\t\toperation.removeRow(\"FEATURE\", IdColumnName, id);\r\n\t}", "public void delete(Long id) {\n log.debug(\"Request to delete AppSystem : {}\", id);\n systemRepository.delete(id);\n }", "public void delete(String id) {\n\t\t warehouseDAO.delete(id);\r\n\t\t\r\n\t}", "void deleteById(final String id);", "@Override\n public void delete(String id) {\n log.debug(\"Request to delete Brand : {}\", id);\n brandRepository.deleteById(id);\n brandSearchRepository.deleteById(id);\n }", "@Override\n\tpublic void deleteById(String id) {\n\t\t\n\t}", "@Override\r\n\tpublic void delete(String id) {\n\t\t\r\n\t}", "@Override\n\tpublic int deleteOne(String id) {\n\t\treturn 0;\n\t}", "@Override\n\tpublic void deleteById(int id) throws SQLException {\n\n\t}", "@Override\r\n\tpublic void delete(int id) {\n\t\tlibroRepository.deleteById(id);\r\n\t}", "void deleteById(String id);", "void deleteById(String id);", "void deleteById(String id);", "void deleteById(String id);", "void deleteById(String id);", "void deleteById(String id);", "void deleteById(String id);", "void deleteById(String id);", "void deleteById(String id);", "void deleteById(String id);", "@Override\n\tpublic void deleteById(Long id) {\n\t\tmaterialRepository.deleteById(id);\n\t\treturn;\n\t}", "@Override\n\tpublic int deleteByPrimaryKey(String id) {\n\t\treturn siteReservoirInfoMapper.deleteByPrimaryKey(id);\n\t}", "public boolean delete(String id);", "public boolean delete(String id);", "public void delete(int id) throws SQLException {\n\t\t\r\n\t}", "public void delete(int id) {\n\t\tmapper.delete(id);\n\t}", "public void del(String id) throws SQLException {\n JiaqishenqingDao dao = new JiaqishenqingDao();\n dao.delete(id);\n }", "@Override\n\tpublic void delete(String id) {\n\n\t}", "@Override\n\tpublic void delete(long id) {\n\t\tmapper.deleteByPrimaryKey(id);\n\t}", "public void delete(int id);", "public void delete(String id) {\n\t\tdao.delete(id);\n\t}", "public void deleteById(KeyType id) {\r\n Session session = getSession();\r\n Transaction tx = null;\r\n try {\r\n tx = session.beginTransaction();\r\n session.delete(session.get(getPersistentClass(), id));\r\n tx.commit();\r\n } catch (RuntimeException e) {\r\n LOG.error(MODULE + \"Exception in deletion through id.\" + e, e);\r\n if (tx != null) {\r\n tx.rollback();\r\n }\r\n throw e;\r\n } finally {\r\n if (session.isOpen()) {\r\n session.close();\r\n }\r\n }\r\n }", "public int delete(String id) {\n\t\treturn 0;\n\t}", "@Override\n\tpublic long delete(String id) {\n\t\tdelete(Integer.valueOf(id));\n\t\treturn 0;\n\t}", "@Override\n\tpublic void delete(String id) {\n\t\t\n\t}", "@Override\n\tpublic void delete(String id) {\n\t\t\n\t}", "public void updateSchemaVersionId(int versionId) {\n try (ITransaction tx = transactionProvider.getTransaction()) {\n try (Connection c = connectionProvider.getConnection()) {\n final UpdateSchemaVersion cmd;\n switch (this.translator.getType()) {\n case POSTGRESQL:\n cmd = new UpdateSchemaVersionPostgresql(schemaName, versionId);\n break;\n default:\n cmd = new UpdateSchemaVersion(schemaName, versionId);\n }\n cmd.run(translator, c);\n } catch (SQLException x) {\n throw translator.translate(x);\n }\n }\n }", "public void delete(Integer id);", "public void delete(Integer id);", "public void delete(Integer id);", "@Override\n\tpublic int delete(Object id) {\n\t\treturn 0;\n\t}", "@Override\n\tpublic void deleteById(int id) {\n\t\t\n\t}", "public void delete(Object id)\n {\n Object ref = this.entityManager.getReference(handles(), id);\n this.entityManager.remove(ref);\n }", "@Override\r\n\tpublic void deleteById(Long id) {\n\t\tsuper.deleteById(id);\r\n\t}", "public void deleteVertex(int id) throws SQLException {\n\t\tVertex vert = rDb.findVertById(id);\n\t\trDb.deleteVert(vert);\n\t}", "LinkedService deleteById(String id);", "@Override\r\n\tpublic int deleteByPrimaryKey(String id) {\n\t\treturn this.movieMapper.deleteByPrimaryKey(id);\r\n\t}", "@DeleteMapping(\"student-delete/{id}\")\n\tpublic String deleteById(@PathVariable int id) throws SQLException {\n\n\t\treturn studentSerivce.deleteById(id);\n\n\t}", "default Schema getSchemaById(int schemaId) {\n return (Schema) this.getTargetById(schemaId);\n }", "@Override\r\n\tpublic void delete(String id) {\n\r\n\t}", "public void delete(Integer id) {\n vehicleMaintenanceRepository.deleteById(id);\n }", "@Override\n\tpublic void delete(Integer id) {\n\t\tgastoModel.deleteById(id);\n\t}", "@Override\r\n\tpublic void delete(int id) {\n\t\t\r\n\t}", "@Override\n\tpublic void deleteById(Long id) {\n\n\t}", "@Override\r\n public void delete(final String id) throws ContentModelNotFoundException, SystemException, LockingException,\r\n InvalidStatusException, ResourceInUseException {\r\n \r\n setContentModel(id);\r\n checkLocked();\r\n if (!(getContentModel().isPending() || getContentModel().isInRevision())) {\r\n throw new InvalidStatusException(\"Content Model must be is public status pending or \"\r\n + \"submitted in order to delete it.\");\r\n }\r\n \r\n // check if objects refer this content model\r\n if (this.tripleStoreUtility.hasReferringResource(id)) {\r\n throw new ResourceInUseException(\"The content model is referred by \"\r\n + \"an resource and can not be deleted.\");\r\n }\r\n \r\n // delete every behavior (sdef, sdep) even those from old versions\r\n this.fedoraServiceClient.deleteObject(getContentModel().getId());\r\n this.fedoraServiceClient.sync();\r\n this.tripleStoreUtility.reinitialize();\r\n fireContentModelDeleted(getContentModel().getId());\r\n }", "void delete(String id);", "void delete(String id);", "void delete(String id);", "void delete(String id);", "void delete(String id);", "void delete(String id);", "@Override\n\tpublic int delete(int id) throws SQLException {\n\t\treturn 0;\n\t}", "public void delete(Long id) {\n log.debug(\"Request to delete DocumentStore : {}\", id);\n documentStoreRepository.deleteById(id);\n documentStoreSearchRepository.deleteById(id);\n }", "@Override\n public void delete(Long id) {\n log.debug(\"Request to delete KeyConfig : {}\", id);\n keyConfigRepository.deleteById(id);\n }", "public UpdateResponse deleteById(String id) throws SolrServerException, IOException {\n return deleteById(id, -1);\n }", "public static void delete(int id){\n\t\tfind.byId(id).delete();\n\t}", "public void deleteContact(int id) {\n\t\tObject record = hibernateTemplate.load(L7ServiceConfig.class, id);\n\t\thibernateTemplate.delete(record);\n\t}", "public void delete(Long id) {\n log.debug(\"Request to delete ConfigSystem : {}\", id);\n configSystemRepository.deleteById(id);\n }", "@Override\r\n\tpublic void delete(int id) {\n\t\tstnLooseMtRepository.delete(id);\r\n\t\t}", "void deleteAutomatorTypeResourceVersion(String id, String resourceType, String resourceName, String version)\n throws IOException;", "@Override\n\tpublic void deleteById(Serializable id) {\n\t\tmapper.deleteById(id);\n\t\t\n\t}", "@Override\r\n\tpublic void delete(Long id) {\n\t\trepository.deleteById(id);\r\n\t}", "public void delete(int id) {\n\n\t}", "@Override\n\tpublic void deleteById(Integer id) {\n\t\t\n\t}", "@Override\n\tpublic void delete(long id) {\n\t\tbusinessconfigStuffDao.delete(id);\n\t}" ]
[ "0.6504976", "0.62968665", "0.60491514", "0.5946633", "0.58214897", "0.57004184", "0.55850255", "0.55736977", "0.5523947", "0.552237", "0.54842865", "0.54834914", "0.54815567", "0.5464542", "0.5464542", "0.5464542", "0.5464542", "0.5464542", "0.5424646", "0.54199106", "0.5417774", "0.5416722", "0.5394509", "0.53731537", "0.53533345", "0.535225", "0.53168714", "0.530422", "0.529349", "0.52854306", "0.5280345", "0.52789456", "0.5276695", "0.52554715", "0.5250885", "0.52374554", "0.52374554", "0.52374554", "0.52374554", "0.52374554", "0.52374554", "0.52374554", "0.52374554", "0.52374554", "0.52374554", "0.5231678", "0.5230126", "0.52140605", "0.52140605", "0.520357", "0.5200215", "0.5199836", "0.5192092", "0.51848114", "0.51844674", "0.5177052", "0.51665837", "0.51658326", "0.51625556", "0.51517785", "0.51517785", "0.515023", "0.51477623", "0.51477623", "0.51477623", "0.5143703", "0.51388973", "0.5135541", "0.51290184", "0.51254374", "0.5122609", "0.5121503", "0.5106784", "0.5092642", "0.5088564", "0.50882787", "0.5087011", "0.50861305", "0.50798255", "0.5077784", "0.5071047", "0.5071047", "0.5071047", "0.5071047", "0.5071047", "0.5071047", "0.50710344", "0.5070943", "0.5067922", "0.5063228", "0.5061418", "0.50592387", "0.5056606", "0.5044271", "0.5043077", "0.50421596", "0.50354236", "0.50283784", "0.50273955", "0.50245905" ]
0.60147375
3
Returns information of schema, including schema requested along with versions available and other metadata.
@GET @Path("contexts/{context}/schemas/{id}/versions/{version}") @TransactionPolicy(value = TransactionControl.EXPLICIT) public void get(HttpServiceRequest request, HttpServiceResponder responder, @PathParam("context") String namespace, @PathParam("id") String id, @PathParam("version") long version) { respond(request, responder, namespace, ns -> TransactionRunners.run(getContext(), context -> { SchemaRegistry registry = SchemaRegistry.get(context); return new ServiceResponse<>(registry.getEntry(new NamespacedId(ns, id), version)); })); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public SchemaInfo getSchema () throws Exception;", "public SchemaInfo readServerSchema() {\n String path = \"/schema\";\n Span span = this.tracer.buildSpan(\"Client.Schema\").start();\n try {\n try (CloseableHttpResponse response = clientExecute(\"GET\", path, null, null, \"Error while reading schema\",\n ReturnClientResponse.ERROR_CHECKED_RESPONSE, false)) {\n HttpEntity entity = response.getEntity();\n if (entity != null) {\n try (InputStream src = entity.getContent()) {\n return SchemaInfo.fromInputStream(src);\n }\n }\n throw new PilosaException(\"Server returned empty response\");\n }\n } catch (IOException ex) {\n throw new PilosaException(\"Error while reading response\", ex);\n } finally {\n span.finish();\n }\n }", "public Schema getSchema();", "S getSchema();", "String getRemoteSchema();", "public String getSchema()\n {\n return schema;\n }", "AstroSchema getSchema();", "public MetaSchema getMetaSchema(int iSchema);", "String getSchemaVersion();", "public String getSchema() {\n return schema;\n }", "public String getSchema() {\n return schema;\n }", "public String getSchema() {\n return schema;\n }", "public int getMetaSchemas();", "public java.lang.String getSchema() {\r\n return schema;\r\n }", "public Schema getSchema() {\n return schema;\n }", "public static Map<String, Object> getSchema (Request req, Response res) {\n return GTFSGraphQL.getGraphQl().execute(IntrospectionQuery.INTROSPECTION_QUERY).toSpecification();\n }", "public TypeDescription getSchema() {\n return schema;\n }", "public Schema getSchema() {\n return schema;\n }", "public Schema getSchema()\n {\n return schema;\n }", "public Schema readSchema() {\n Schema result = Schema.defaultSchema();\n SchemaInfo schema = readServerSchema();\n for (IndexInfo indexInfo : schema.getIndexes()) {\n Index index =\n result.index(indexInfo.getName(), indexInfo.getIndexOptions(), indexInfo.getShardWidth());\n List<FieldInfo> fields = indexInfo.getFields();\n if (fields != null) {\n for (IFieldInfo fieldInfo : indexInfo.getFields()) {\n // do not read system fields\n if (systemFields.contains(fieldInfo.getName())) {\n continue;\n }\n index.field(fieldInfo.getName(), fieldInfo.getOptions());\n }\n }\n }\n return result;\n }", "public String getSchemaLocation();", "public Schema getSchema() {\n\t\treturn _schema;\n\t}", "public Schema getSchema() throws IOException {\n byte[] schemaBytes = jniWrapper.nativeGetSchema(nativeInstanceId);\n\n try (MessageChannelReader schemaReader = new MessageChannelReader(\n new ReadChannel(new ByteArrayReadableSeekableByteChannel(schemaBytes)),\n allocator)) {\n MessageResult result = schemaReader.readNext();\n if (result == null) {\n throw new IOException(\"Unexpected end of input. Missing schema.\");\n }\n\n return MessageSerializer.deserializeSchema(result.getMessage());\n }\n }", "public String getObject_schema() {\n return object_schema;\n }", "public SchemaInfo getAssociatedSchema() {\n return lookupSchema(getTargetNamespace());\n }", "public String getSchema()\n {\n String schema = \"\";\n if(this.props != null && !this.props.isEmpty())\n {\n schema = this.props.getProperty(\"db.schema\");\n }\n \n return schema;\n }", "public String schema() {\n return schemaName;\n }", "public String schema() {\n return schemaName;\n }", "public Schema getSchema() {\n return mSchema;\n }", "String handlerSchema();", "public com.google.cloud.aiplatform.v1.MetadataSchema getMetadataSchema(\n com.google.cloud.aiplatform.v1.GetMetadataSchemaRequest request) {\n return io.grpc.stub.ClientCalls.blockingUnaryCall(\n getChannel(), getGetMetadataSchemaMethod(), getCallOptions(), request);\n }", "public int getVersionForSchema() {\n try (ITransaction tx = transactionProvider.getTransaction()) {\n try (Connection c = connectionProvider.getConnection()) {\n GetSchemaVersion cmd = new GetSchemaVersion(this.schemaName);\n return cmd.run(translator, c);\n } catch (SQLException x) {\n throw translator.translate(x);\n }\n }\n }", "public SchemaDef getSourceSchema();", "public int getSchemaVersion() {\n return SCHEMA_VERSION;\n }", "@Override\n public String getSchema() throws IOException, AutomationException {\n serverLog.addMessage(3, 200, \"Request received in Sample Object Interceptor for getSchema\");\n\n /*\n * Add code to manipulate schema requests here\n */\n\n IRESTRequestHandler restRequestHandler = soiHelper.findRestRequestHandlerDelegate(so);\n if (restRequestHandler != null) {\n return restRequestHandler.getSchema();\n }\n\n return null;\n }", "public com.google.common.util.concurrent.ListenableFuture<\n com.google.cloud.aiplatform.v1.MetadataSchema>\n getMetadataSchema(com.google.cloud.aiplatform.v1.GetMetadataSchemaRequest request) {\n return io.grpc.stub.ClientCalls.futureUnaryCall(\n getChannel().newCall(getGetMetadataSchemaMethod(), getCallOptions()), request);\n }", "public List<String> getSchema() {\n\t\treturn schema;\n\t}", "List<GlobalSchema> schemas();", "String getSchemaName();", "String getSchemaName();", "public MetaSchema getMetaSchema(String sName);", "@Override\n public Schema getSchema() {\n return schema$;\n }", "@Override\n public Schema getSchema() {\n return schema$;\n }", "@Override\n public Schema getSchema() {\n return schema$;\n }", "@Override\n public Schema getSchema() {\n return schema$;\n }", "private void printSchema() {\n ArrayList<String> schema = sqlMngr.getSchema();\n\n System.out.println(\"\");\n System.out.println(\"------------\");\n System.out.println(\"Total number of tables: \" + schema.size());\n for (int i = 0; i < schema.size(); i++) {\n System.out.println(\"Table: \" + schema.get(i));\n }\n System.out.println(\"------------\");\n System.out.println(\"\");\n }", "BigDecimal getLqncoreSchemaVersion();", "@Override\r\n\tpublic String geSchemaInfoWithPath(Context context, String strSchemaName, String strExportPath) throws Exception {\n\t\treturn null;\r\n\t}", "@Override\r\n\t\tpublic String getSchema() throws SQLException {\n\t\t\treturn null;\r\n\t\t}", "public Integer getSchemaVersion() {\n return this.schemaVersion;\n }", "public Integer getSchemaVersion() {\n return this.schemaVersion;\n }", "Schema createSchema();", "SchemaManager getSchemaManager();", "public abstract String getSchemaURI();", "public org.apache.spark.sql.catalyst.ScalaReflection.Schema schemaFor (org.apache.spark.sql.catalyst.ScalaReflection.universe tpe) ;", "ImmutableList<SchemaOrgType> getSchemaVersionList();", "@Override\r\n\t\tpublic TypeInfo getSchemaTypeInfo()\r\n\t\t\t{\n\t\t\t\treturn null;\r\n\t\t\t}", "@Override\n public Schema getSchema () throws BlinkException\n {\n return schema;\n }", "BigDecimal getLqnSchemaVersion();", "String getSchemaFile();", "public String getSchemaName() { return schemaName; }", "private void createSchemaInfo() {\n\t\tfor (String tableName : tableSchemas.keySet()) {\n\t\t\tERWinSchemaInfo schemaInfo = new ERWinSchemaInfo();\n\t\t\tschemaInfo.setType(\"user\");\n\t\t\tschemaInfo.setUniqueName(tableName);\n\t\t\tschemaInfos.put(tableName, schemaInfo);\n\t\t}\n\n\t\tinitCache();\n\t\tparseKeyGroupGroups();\n\n\t\tparseEntityProps();\n\t\tparseRelationGroups();\n\t\tparseAttributes();\n\n\t\tcreateSchemaDDL();\n\t}", "public org.apache.avro.Schema getSchema() { return SCHEMA$; }", "public SchemaType getHeaderSchemaType()\n {\n return headerSchemaType;\n }", "public FeatureFilter getSchema();", "public SchemaType getRequestSchemaType()\n {\n return requestSchemaType;\n }", "public Collection<TapSchema> findAllSchemas();", "public abstract SchemaClass getSchemaClass();", "public void getMetadataSchema(\n com.google.cloud.aiplatform.v1.GetMetadataSchemaRequest request,\n io.grpc.stub.StreamObserver<com.google.cloud.aiplatform.v1.MetadataSchema>\n responseObserver) {\n io.grpc.stub.ClientCalls.asyncUnaryCall(\n getChannel().newCall(getGetMetadataSchemaMethod(), getCallOptions()),\n request,\n responseObserver);\n }", "public String getSchema()\n\t{\n\t\t//begin vpj-cd e-evolution 03/04/2005\n\t\treturn \"compiere\";\n\t\t//end vpj-cd e-evolution 03/04/2005\n\t}", "public String getSchemaLocation() {\r\n return schemaLocation;\r\n }", "public ArrayList<Column> getSchema();", "@Override\n public int getCurrentSchemaVersion(DBRProgressMonitor monitor, Connection connection, String schemaName) throws DBException, SQLException {\n try {\n int version = CommonUtils.toInt(JDBCUtils.executeQuery(connection,\n normalizeTableNames(\"SELECT VERSION FROM {table_prefix}CB_SCHEMA_INFO\")));\n return version == 0 ? 1 : version;\n } catch (SQLException e) {\n try {\n Object legacyVersion = CommonUtils.toInt(JDBCUtils.executeQuery(connection,\n normalizeTableNames(\"SELECT SCHEMA_VERSION FROM {table_prefix}CB_SERVER\")));\n // Table CB_SERVER exist - this is a legacy schema\n return LEGACY_SCHEMA_VERSION;\n } catch (SQLException ex) {\n // Empty schema. Create it from scratch\n return -1;\n }\n }\n }", "public org.w3c.dom.Document getSchema() {\r\n return schema;\r\n }", "public String getRawSchema() {\n return rawSchema;\n }", "public TapSchema findOneSchema(String schemaName);", "private JsonSchema getDataUseInstance() {\n String schemaString = getDataUseSchemaV3();\n JsonSchemaFactory factory = JsonSchemaFactory.getInstance(VersionFlag.V7);\n return factory.getSchema(schemaString);\n }", "@Test\n public void testFullIntrospectionResponse() throws IOException {\n String jsonResponse = getResource(\"responses/magento-schema-2.3.4.min.json\");\n\n // Check that the reference response can be parsed and fields are properly set\n Query query = QueryDeserializer.getGson().fromJson(jsonResponse, Query.class);\n __Schema schema = query.__getSchema();\n Assert.assertEquals(256, schema.getTypes().size());\n Assert.assertEquals(3, schema.getDirectives().size());\n }", "@Override\n public Schema getXMLSchema() throws XMLPlatformException {\n return documentBuilderFactory.getSchema();\n }", "RecordDataSchema getActionRequestSchema();", "public SchemaType getResponseSchemaType()\n {\n return responseSchemaType;\n }", "public IntermediateDef getOutputSchema() throws PhysicalPlanException {\n\t\treturn outSchema;\n\t}", "private Map<String, AttributeInfo> getUserSchemaMap() {\n if (userSchemaMap == null) {\n schema();\n }\n return userSchemaMap;\n }", "RecordDataSchema getActionResponseSchema();", "public List<Schema> getAllOf() {\n\t\treturn allOf;\n\t}", "abstract Pipe.Schema<T> getPipeSchema();", "private String getSchema(Document doc) {\n\t\tElement rootElement = doc.getRootElement();\n\t\treturn rootElement.getAttributeValue(\"schemaLocation\", xsiNamespace).replace(\"http://www.github.com/biosemantics\", \"\").trim();\n\t}", "SchemaDefinition createSchemaDefinition();", "private void printColSchema() {\n System.out.print(\"Table Name: \");\n String tableName = sc.nextLine();\n ArrayList<String> result = sqlMngr.colSchema(tableName);\n System.out.println(\"\");\n System.out.println(\"------------\");\n System.out.println(\"Total number of fields: \" + result.size() / 2);\n for (int i = 0; i < result.size(); i += 2) {\n System.out.println(\"-\");\n System.out.println(\"Field Name: \" + result.get(i));\n System.out.println(\"Field Type: \" + result.get(i + 1));\n }\n System.out.println(\"------------\");\n System.out.println(\"\");\n }", "public String getSchemaLocation() {\r\n\t\treturn mSchemaLocation;\r\n\t}", "void schema(String schema);", "void schema(String schema);", "default void getMetadataSchema(\n com.google.cloud.aiplatform.v1.GetMetadataSchemaRequest request,\n io.grpc.stub.StreamObserver<com.google.cloud.aiplatform.v1.MetadataSchema>\n responseObserver) {\n io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(\n getGetMetadataSchemaMethod(), responseObserver);\n }", "@Override\n public IMeasurementSchema getSchema() {\n return this.schema;\n }", "public Integer getSchema()\r\n\t{\r\n\t\tif(element instanceof Schema)\r\n\t\t\treturn ((Schema)element).getId();\r\n\t\treturn ((SchemaElement)element).getBase();\r\n\t}", "public SchemaElement getDatabaseSchema() {\n return SchemaElement.forName(getDatabaseSchemaName());\n }", "public static Schema getSchema(JobConf conf) throws IOException\n {\n TableExpr expr = getInputExpr(conf);\n return expr.getSchema(conf);\n }", "public String schemaName() {\n return this.schemaName;\n }", "@GET\n @Path( \"/databaseMetadata\" )\n @Produces( { APPLICATION_XML, APPLICATION_JSON } )\n public IDatabaseConnection getDatabaseMetadata() {\n return stagingDatabase.getDatbaseMetadata();\n }", "public static Schema getClassSchema() {\n return schema$;\n }", "public static Schema getClassSchema() {\n return schema$;\n }" ]
[ "0.7784788", "0.75334895", "0.72826403", "0.720396", "0.7051208", "0.6917939", "0.69112957", "0.68779814", "0.68667674", "0.68486786", "0.68118656", "0.68118656", "0.67944247", "0.672049", "0.67127734", "0.6697481", "0.6695607", "0.6676586", "0.6636893", "0.6614124", "0.6566189", "0.6547614", "0.6536288", "0.6517358", "0.6477946", "0.64649403", "0.64373136", "0.64373136", "0.6412188", "0.63885695", "0.63830197", "0.63606817", "0.634135", "0.6313948", "0.6309449", "0.6228517", "0.62253237", "0.6163382", "0.6153952", "0.6153952", "0.61496514", "0.61347604", "0.61347604", "0.61347604", "0.61347604", "0.61260444", "0.6114637", "0.61046433", "0.60993737", "0.6097906", "0.6097906", "0.60733473", "0.6069765", "0.60513824", "0.6048405", "0.6018849", "0.5993902", "0.5980252", "0.59710854", "0.5952179", "0.5947739", "0.5928362", "0.5924004", "0.5913143", "0.5907852", "0.5897858", "0.58908683", "0.5886301", "0.58813906", "0.58498675", "0.58394724", "0.58202976", "0.5804761", "0.57980007", "0.57800776", "0.57729", "0.5770154", "0.5762519", "0.5753341", "0.5746537", "0.57444435", "0.57222265", "0.5718418", "0.5718265", "0.56795603", "0.5674522", "0.56719077", "0.566692", "0.56637704", "0.5646115", "0.56440955", "0.56440955", "0.5623524", "0.56125474", "0.55825925", "0.55558395", "0.5547809", "0.55470663", "0.5530898", "0.5513842", "0.5513842" ]
0.0
-1
Returns information of schema, including schema requested along with versions available and other metadata. This call will automatically detect the currect active version of schema.
@GET @Path("contexts/{context}/schemas/{id}") @TransactionPolicy(value = TransactionControl.EXPLICIT) public void get(HttpServiceRequest request, HttpServiceResponder responder, @PathParam("context") String namespace, @PathParam("id") String id) { respond(request, responder, namespace, ns -> TransactionRunners.run(getContext(), context -> { SchemaRegistry registry = SchemaRegistry.get(context); return new ServiceResponse<>(registry.getEntry(new NamespacedId(ns, id))); })); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public SchemaInfo getSchema () throws Exception;", "public SchemaInfo readServerSchema() {\n String path = \"/schema\";\n Span span = this.tracer.buildSpan(\"Client.Schema\").start();\n try {\n try (CloseableHttpResponse response = clientExecute(\"GET\", path, null, null, \"Error while reading schema\",\n ReturnClientResponse.ERROR_CHECKED_RESPONSE, false)) {\n HttpEntity entity = response.getEntity();\n if (entity != null) {\n try (InputStream src = entity.getContent()) {\n return SchemaInfo.fromInputStream(src);\n }\n }\n throw new PilosaException(\"Server returned empty response\");\n }\n } catch (IOException ex) {\n throw new PilosaException(\"Error while reading response\", ex);\n } finally {\n span.finish();\n }\n }", "String getSchemaVersion();", "public Schema getSchema();", "String getRemoteSchema();", "public int getVersionForSchema() {\n try (ITransaction tx = transactionProvider.getTransaction()) {\n try (Connection c = connectionProvider.getConnection()) {\n GetSchemaVersion cmd = new GetSchemaVersion(this.schemaName);\n return cmd.run(translator, c);\n } catch (SQLException x) {\n throw translator.translate(x);\n }\n }\n }", "S getSchema();", "AstroSchema getSchema();", "public String getSchema()\n {\n return schema;\n }", "@Override\n public int getCurrentSchemaVersion(DBRProgressMonitor monitor, Connection connection, String schemaName) throws DBException, SQLException {\n try {\n int version = CommonUtils.toInt(JDBCUtils.executeQuery(connection,\n normalizeTableNames(\"SELECT VERSION FROM {table_prefix}CB_SCHEMA_INFO\")));\n return version == 0 ? 1 : version;\n } catch (SQLException e) {\n try {\n Object legacyVersion = CommonUtils.toInt(JDBCUtils.executeQuery(connection,\n normalizeTableNames(\"SELECT SCHEMA_VERSION FROM {table_prefix}CB_SERVER\")));\n // Table CB_SERVER exist - this is a legacy schema\n return LEGACY_SCHEMA_VERSION;\n } catch (SQLException ex) {\n // Empty schema. Create it from scratch\n return -1;\n }\n }\n }", "public SchemaInfo getAssociatedSchema() {\n return lookupSchema(getTargetNamespace());\n }", "public MetaSchema getMetaSchema(int iSchema);", "public String getSchema() {\n return schema;\n }", "public Schema getSchema() {\n return schema;\n }", "public Schema getSchema() {\n return schema;\n }", "public String getSchema() {\n return schema;\n }", "public String getSchema() {\n return schema;\n }", "public java.lang.String getSchema() {\r\n return schema;\r\n }", "public Schema getSchema()\n {\n return schema;\n }", "public Schema getSchema() {\n\t\treturn _schema;\n\t}", "public Schema getSchema() throws IOException {\n byte[] schemaBytes = jniWrapper.nativeGetSchema(nativeInstanceId);\n\n try (MessageChannelReader schemaReader = new MessageChannelReader(\n new ReadChannel(new ByteArrayReadableSeekableByteChannel(schemaBytes)),\n allocator)) {\n MessageResult result = schemaReader.readNext();\n if (result == null) {\n throw new IOException(\"Unexpected end of input. Missing schema.\");\n }\n\n return MessageSerializer.deserializeSchema(result.getMessage());\n }\n }", "public int getSchemaVersion() {\n return SCHEMA_VERSION;\n }", "@Override\n public String getSchema() throws IOException, AutomationException {\n serverLog.addMessage(3, 200, \"Request received in Sample Object Interceptor for getSchema\");\n\n /*\n * Add code to manipulate schema requests here\n */\n\n IRESTRequestHandler restRequestHandler = soiHelper.findRestRequestHandlerDelegate(so);\n if (restRequestHandler != null) {\n return restRequestHandler.getSchema();\n }\n\n return null;\n }", "public Schema readSchema() {\n Schema result = Schema.defaultSchema();\n SchemaInfo schema = readServerSchema();\n for (IndexInfo indexInfo : schema.getIndexes()) {\n Index index =\n result.index(indexInfo.getName(), indexInfo.getIndexOptions(), indexInfo.getShardWidth());\n List<FieldInfo> fields = indexInfo.getFields();\n if (fields != null) {\n for (IFieldInfo fieldInfo : indexInfo.getFields()) {\n // do not read system fields\n if (systemFields.contains(fieldInfo.getName())) {\n continue;\n }\n index.field(fieldInfo.getName(), fieldInfo.getOptions());\n }\n }\n }\n return result;\n }", "public String schema() {\n return schemaName;\n }", "public String schema() {\n return schemaName;\n }", "public String getSchemaLocation();", "public String getSchema()\n {\n String schema = \"\";\n if(this.props != null && !this.props.isEmpty())\n {\n schema = this.props.getProperty(\"db.schema\");\n }\n \n return schema;\n }", "public int getMetaSchemas();", "public Schema getSchema() {\n return mSchema;\n }", "public SchemaDef getSourceSchema();", "public TypeDescription getSchema() {\n return schema;\n }", "public Integer getSchemaVersion() {\n return this.schemaVersion;\n }", "public Integer getSchemaVersion() {\n return this.schemaVersion;\n }", "public String getObject_schema() {\n return object_schema;\n }", "BigDecimal getLqncoreSchemaVersion();", "public static Map<String, Object> getSchema (Request req, Response res) {\n return GTFSGraphQL.getGraphQl().execute(IntrospectionQuery.INTROSPECTION_QUERY).toSpecification();\n }", "BigDecimal getLqnSchemaVersion();", "public TapSchema findOneSchema(String schemaName);", "String getSchemaName();", "String getSchemaName();", "@Override\r\n\t\tpublic String getSchema() throws SQLException {\n\t\t\treturn null;\r\n\t\t}", "@Override\n public Schema getSchema () throws BlinkException\n {\n return schema;\n }", "@Override\r\n\tpublic String geSchemaInfoWithPath(Context context, String strSchemaName, String strExportPath) throws Exception {\n\t\treturn null;\r\n\t}", "public abstract SchemaClass getSchemaClass();", "@Override\n public Schema getSchema() {\n return schema$;\n }", "@Override\n public Schema getSchema() {\n return schema$;\n }", "@Override\n public Schema getSchema() {\n return schema$;\n }", "@Override\n public Schema getSchema() {\n return schema$;\n }", "public com.google.cloud.aiplatform.v1.MetadataSchema getMetadataSchema(\n com.google.cloud.aiplatform.v1.GetMetadataSchemaRequest request) {\n return io.grpc.stub.ClientCalls.blockingUnaryCall(\n getChannel(), getGetMetadataSchemaMethod(), getCallOptions(), request);\n }", "ImmutableList<SchemaOrgType> getSchemaVersionList();", "List<GlobalSchema> schemas();", "public List<String> getSchema() {\n\t\treturn schema;\n\t}", "public String getSchemaName() { return schemaName; }", "public abstract String getSchemaURI();", "public MetaSchema getMetaSchema(String sName);", "String handlerSchema();", "public org.w3c.dom.Document getSchema() {\r\n return schema;\r\n }", "@Override\n public Schema getXMLSchema() throws XMLPlatformException {\n return documentBuilderFactory.getSchema();\n }", "public com.google.common.util.concurrent.ListenableFuture<\n com.google.cloud.aiplatform.v1.MetadataSchema>\n getMetadataSchema(com.google.cloud.aiplatform.v1.GetMetadataSchemaRequest request) {\n return io.grpc.stub.ClientCalls.futureUnaryCall(\n getChannel().newCall(getGetMetadataSchemaMethod(), getCallOptions()), request);\n }", "private void printSchema() {\n ArrayList<String> schema = sqlMngr.getSchema();\n\n System.out.println(\"\");\n System.out.println(\"------------\");\n System.out.println(\"Total number of tables: \" + schema.size());\n for (int i = 0; i < schema.size(); i++) {\n System.out.println(\"Table: \" + schema.get(i));\n }\n System.out.println(\"------------\");\n System.out.println(\"\");\n }", "private JsonSchema getDataUseInstance() {\n String schemaString = getDataUseSchemaV3();\n JsonSchemaFactory factory = JsonSchemaFactory.getInstance(VersionFlag.V7);\n return factory.getSchema(schemaString);\n }", "@Override\r\n\t\tpublic TypeInfo getSchemaTypeInfo()\r\n\t\t\t{\n\t\t\t\treturn null;\r\n\t\t\t}", "public SchemaType getRequestSchemaType()\n {\n return requestSchemaType;\n }", "public org.apache.spark.sql.catalyst.ScalaReflection.Schema schemaFor (org.apache.spark.sql.catalyst.ScalaReflection.universe tpe) ;", "SchemaManager getSchemaManager();", "public String getSchemaLocation() {\r\n return schemaLocation;\r\n }", "public org.apache.avro.Schema getSchema() { return SCHEMA$; }", "public FeatureFilter getSchema();", "String getSchemaFile();", "public SchemaType getResponseSchemaType()\n {\n return responseSchemaType;\n }", "public Collection<TapSchema> findAllSchemas();", "public String getSchemaLocation() {\r\n\t\treturn mSchemaLocation;\r\n\t}", "@gw.internal.gosu.parser.ExtendedProperty\n public java.lang.Integer getMajorSchemaVersion() {\n return (java.lang.Integer)__getInternalInterface().getFieldValue(MAJORSCHEMAVERSION_PROP.get());\n }", "public Boolean openSchema() {\n return this.openSchema;\n }", "public SchemaType getHeaderSchemaType()\n {\n return headerSchemaType;\n }", "public boolean isSchemaVersionMatch() {\n return getVersionForSchema() == latestCodeVersion;\n }", "public String getSchema()\n\t{\n\t\t//begin vpj-cd e-evolution 03/04/2005\n\t\treturn \"compiere\";\n\t\t//end vpj-cd e-evolution 03/04/2005\n\t}", "private String getSchema(Document doc) {\n\t\tElement rootElement = doc.getRootElement();\n\t\treturn rootElement.getAttributeValue(\"schemaLocation\", xsiNamespace).replace(\"http://www.github.com/biosemantics\", \"\").trim();\n\t}", "@gw.internal.gosu.parser.ExtendedProperty\n public java.lang.Integer getMajorSchemaVersion() {\n return (java.lang.Integer)__getInternalInterface().getFieldValue(MAJORSCHEMAVERSION_PROP.get());\n }", "public Integer getSchema()\r\n\t{\r\n\t\tif(element instanceof Schema)\r\n\t\t\treturn ((Schema)element).getId();\r\n\t\treturn ((SchemaElement)element).getBase();\r\n\t}", "Schema createSchema();", "public String getRawSchema() {\n return rawSchema;\n }", "@Override\n public AbstractSchema getSchema(final String name) {\n if (name == null) {\n return getDefaultSchema();\n }\n\n return schemas.get(name);\n }", "public SchemaElement getDatabaseSchema() {\n return SchemaElement.forName(getDatabaseSchemaName());\n }", "public IntermediateDef getOutputSchema() throws PhysicalPlanException {\n\t\treturn outSchema;\n\t}", "public String schemaName() {\n return this.schemaName;\n }", "private void createSchemaInfo() {\n\t\tfor (String tableName : tableSchemas.keySet()) {\n\t\t\tERWinSchemaInfo schemaInfo = new ERWinSchemaInfo();\n\t\t\tschemaInfo.setType(\"user\");\n\t\t\tschemaInfo.setUniqueName(tableName);\n\t\t\tschemaInfos.put(tableName, schemaInfo);\n\t\t}\n\n\t\tinitCache();\n\t\tparseKeyGroupGroups();\n\n\t\tparseEntityProps();\n\t\tparseRelationGroups();\n\t\tparseAttributes();\n\n\t\tcreateSchemaDDL();\n\t}", "public static Schema getClassSchema() {\n return schema$;\n }", "public static Schema getClassSchema() {\n return schema$;\n }", "public static Schema getClassSchema() {\n return schema$;\n }", "public static Schema getClassSchema() {\n return schema$;\n }", "public boolean schemasEnabled() {\n return schemasEnabled;\n }", "private JsonSchema getSchemaValidator(JsonNode schemaJson) {\n // Default to draft-07, but have handling for the other metaschemas that networknt supports\n final JsonMetaSchema metaschema;\n final JsonNode metaschemaNode = schemaJson.get(\"$schema\");\n if (metaschemaNode == null || metaschemaNode.asText() == null || metaschemaNode.asText().isEmpty()) {\n metaschema = JsonMetaSchema.getV7();\n } else {\n final String metaschemaString = metaschemaNode.asText();\n // We're not using \"http://....\".equals(), because we want to avoid weirdness with https, etc.\n if (metaschemaString.contains(\"json-schema.org/draft-04\")) {\n metaschema = JsonMetaSchema.getV4();\n } else if (metaschemaString.contains(\"json-schema.org/draft-06\")) {\n metaschema = JsonMetaSchema.getV6();\n } else if (metaschemaString.contains(\"json-schema.org/draft/2019-09\")) {\n metaschema = JsonMetaSchema.getV201909();\n } else if (metaschemaString.contains(\"json-schema.org/draft/2020-12\")) {\n metaschema = JsonMetaSchema.getV202012();\n } else {\n metaschema = JsonMetaSchema.getV7();\n }\n }\n\n final ValidationContext context = new ValidationContext(\n jsonSchemaFactory.getUriFactory(),\n null,\n metaschema,\n jsonSchemaFactory,\n null);\n final JsonSchema schema = new JsonSchema(\n context,\n baseUri,\n schemaJson);\n return schema;\n }", "public boolean getSchemaLocExists() {\r\n\t\treturn mSchemaLocExists;\r\n\t}", "public List<Schema> getAllOf() {\n\t\treturn allOf;\n\t}", "public String getDatabaseSchemaName() {\n return databaseSchemaName;\n }", "public void getMetadataSchema(\n com.google.cloud.aiplatform.v1.GetMetadataSchemaRequest request,\n io.grpc.stub.StreamObserver<com.google.cloud.aiplatform.v1.MetadataSchema>\n responseObserver) {\n io.grpc.stub.ClientCalls.asyncUnaryCall(\n getChannel().newCall(getGetMetadataSchemaMethod(), getCallOptions()),\n request,\n responseObserver);\n }", "@Test\n public void testFullIntrospectionResponse() throws IOException {\n String jsonResponse = getResource(\"responses/magento-schema-2.3.4.min.json\");\n\n // Check that the reference response can be parsed and fields are properly set\n Query query = QueryDeserializer.getGson().fromJson(jsonResponse, Query.class);\n __Schema schema = query.__getSchema();\n Assert.assertEquals(256, schema.getTypes().size());\n Assert.assertEquals(3, schema.getDirectives().size());\n }", "public static Schema loadSchema(Configuration conf) {\n SchemaWritable schema = new SchemaWritable();\n try {\n FileSystem fs = FileSystem.get(conf);\n Path schemaPath = getSchemaPath(conf);\n if (fs.isDirectory(schemaPath)) {\n for (FileStatus status : fs.listStatus(schemaPath)) {\n schemaPath = status.getPath();\n if (status.isFile() && status.getLen() > 0\n && !schemaPath.getName().startsWith(DEBUG_OUT)) {\n break;\n }\n }\n }\n SequenceFile.Reader in = new SequenceFile.Reader(conf,\n SequenceFile.Reader.file(schemaPath));\n NullWritable key = NullWritable.get();\n in.next(key, schema);\n in.close();\n }\n catch (IOException e) {\n e.printStackTrace();\n }\n return schema;\n }", "public List<String> getSupportedSchemaVersions() {\n // Taken from https://stackoverflow.com/a/20073154/\n List<String> supportedSchemaVersions = new ArrayList<>();\n File jarFile = new File(getClass().getProtectionDomain().getCodeSource().getLocation().getPath());\n try {\n if (jarFile.isFile()) { // Run with JAR file\n final JarFile jar = new JarFile(jarFile);\n final Enumeration<JarEntry> entries = jar.entries(); //gives ALL entries in jar\n while (entries.hasMoreElements()) {\n final String name = entries.nextElement().getName();\n if (name.startsWith(RESOURCES_PATH)) { //filter according to the path\n if (name.split(\"/\").length == 2) {\n supportedSchemaVersions.add(name.split(\"/\")[1]);\n }\n }\n }\n jar.close();\n } else {\n supportedSchemaVersions = getSupportedSchemaVersionsFromResources();\n }\n } catch (IOException ignored) {\n\n }\n return supportedSchemaVersions;\n }" ]
[ "0.73991203", "0.73153317", "0.6965529", "0.6925714", "0.69086146", "0.67770565", "0.6713986", "0.657709", "0.65618986", "0.6528551", "0.65276664", "0.64868206", "0.64843404", "0.64792126", "0.64710605", "0.646825", "0.646825", "0.64365447", "0.6420906", "0.638471", "0.6370262", "0.63572633", "0.63509524", "0.6319908", "0.63073677", "0.63073677", "0.6298413", "0.62977016", "0.626144", "0.6255587", "0.6218549", "0.62156093", "0.6196462", "0.6196462", "0.61750394", "0.6165749", "0.6163761", "0.60383457", "0.597818", "0.5970413", "0.5970413", "0.59509814", "0.59245086", "0.59198606", "0.59007925", "0.59005386", "0.59005386", "0.59005386", "0.59005386", "0.5886657", "0.5847084", "0.58442414", "0.58421546", "0.5830052", "0.58274436", "0.58184344", "0.58082956", "0.58065164", "0.5781067", "0.57676286", "0.5765221", "0.5761484", "0.57604027", "0.57582307", "0.5750152", "0.5749002", "0.57385963", "0.5709177", "0.57009727", "0.56535095", "0.5651622", "0.5633495", "0.56106144", "0.5607122", "0.5577983", "0.55699277", "0.5564851", "0.55599374", "0.5554008", "0.55449045", "0.550641", "0.5505529", "0.55041647", "0.54842097", "0.54794955", "0.5476286", "0.54721755", "0.54628545", "0.5461935", "0.5461935", "0.5461935", "0.5461935", "0.5454852", "0.5442278", "0.54390675", "0.5439035", "0.54252666", "0.5425016", "0.5391869", "0.53811204", "0.5375662" ]
0.0
-1
Returns list of versions for a give schema id.
@GET @Path("contexts/{context}/schemas/{id}/versions") @TransactionPolicy(value = TransactionControl.EXPLICIT) public void versions(HttpServiceRequest request, HttpServiceResponder responder, @PathParam("context") String namespace, @PathParam("id") String id) { respond(request, responder, namespace, ns -> TransactionRunners.run(getContext(), context -> { SchemaRegistry registry = SchemaRegistry.get(context); return new ServiceResponse<>(registry.getVersions(new NamespacedId(ns, id))); })); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@GET\n @Produces(MediaType.APPLICATION_JSON)\n @Path(\"/{id}/version/\")\n public List<VersionDTO> getVersions(@PathParam(\"id\") final long id) {\n return service.getVersions(id);\n }", "public Set<Long> allVersions(String namespace, String id);", "public List<String> versions(final PomId id) {\n\t\tfinal List<Pom> poms = get(id);\n\t\tfinal List<String> versions = new ArrayList<String>();\n\t\tfor (final Pom pom: poms) {\n\t\t\tfinal String version = pom.getVersion();\n\t\t\tif (versions.contains(version)) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tversions.add(version);\n\t\t}\n\t\tCollections.sort(versions);\n\t\treturn versions;\n\t}", "public Collection<Version> getVersionsByKid(Long kid) {\n\t\treturn this.kynamicDao.getVersionsByKid(kid);\r\n\t}", "public static List<String> getLoadedOXMVersions() throws SchemaProviderException {\n // If we haven't already loaded in the available OXM models, then do so now.\n if (versionContextMap == null || versionContextMap.isEmpty()) {\n loadModels();\n }\n // If there are still no models available, then there's not much we can do...\n if (versionContextMap.isEmpty()) {\n logger.error(SchemaProviderMsgs.SCHEMA_LOAD_ERROR, \"No available OXM schemas to get versions for.\");\n throw new SchemaProviderException(\"No available OXM schemas to get latest version for.\");\n }\n List<String> versions = new ArrayList<String>();\n for (String versionKey : versionContextMap.keySet()) {\n Matcher matcher = versionPattern.matcher(versionKey);\n if (matcher.find()) {\n versions.add(\"V\" + matcher.group(1));\n }\n }\n return versions;\n }", "java.util.List<com.google.cloud.functions.v2.SecretVolume.SecretVersion> getVersionsList();", "ImmutableList<SchemaOrgType> getSchemaVersionList();", "ImmutableList<SchemaOrgType> getVersionList();", "public CompletableFuture<List<String>> versions() {\n return factory().get(VersionApi.class, \"versions\", defaults(), VersionsResponse.class).thenApply(VersionsResponse::getVersions);\n }", "Collection<String> getVersions();", "List<String> apiVersions();", "public List<String> getSupportedSchemaVersions() {\n // Taken from https://stackoverflow.com/a/20073154/\n List<String> supportedSchemaVersions = new ArrayList<>();\n File jarFile = new File(getClass().getProtectionDomain().getCodeSource().getLocation().getPath());\n try {\n if (jarFile.isFile()) { // Run with JAR file\n final JarFile jar = new JarFile(jarFile);\n final Enumeration<JarEntry> entries = jar.entries(); //gives ALL entries in jar\n while (entries.hasMoreElements()) {\n final String name = entries.nextElement().getName();\n if (name.startsWith(RESOURCES_PATH)) { //filter according to the path\n if (name.split(\"/\").length == 2) {\n supportedSchemaVersions.add(name.split(\"/\")[1]);\n }\n }\n }\n jar.close();\n } else {\n supportedSchemaVersions = getSupportedSchemaVersionsFromResources();\n }\n } catch (IOException ignored) {\n\n }\n return supportedSchemaVersions;\n }", "TrackerListVersion getTrackerListVersion(final Integer id);", "protected SiteWhereScriptVersionList getVersionsForScript(SiteWhereScript script) {\n\tString tenantId = script.getMetadata().getLabels().get(ResourceLabels.LABEL_SITEWHERE_TENANT);\n\tString functionalArea = script.getMetadata().getLabels().get(ResourceLabels.LABEL_SITEWHERE_FUNCTIONAL_AREA);\n\tString scriptId = script.getSpec().getScriptId();\n\tString namespace = getMicroservice().getInstanceSettings().getKubernetesNamespace();\n\tMap<String, String> labels = new HashMap<>();\n\tlabels.put(ResourceLabels.LABEL_SCRIPTING_SCRIPT_ID, scriptId);\n\tlabels.put(ResourceLabels.LABEL_SITEWHERE_FUNCTIONAL_AREA, functionalArea);\n\tlabels.put(ResourceLabels.LABEL_SITEWHERE_TENANT, tenantId);\n\treturn getMicroservice().getSiteWhereKubernetesClient().getScriptsVersions().inNamespace(namespace)\n\t\t.withLabels(labels).list();\n }", "public List<ApplicationVersionInstanceVO> findApplicationVersionInstancesByEnv(String envId);", "public java.util.List<String> getVersions() {\n if (versions == null) {\n versions = new java.util.ArrayList<String>();\n }\n return versions;\n }", "public List<GLJournalApprovalVO> getAcctSchema(String OrgId, String ClientId, String schemaId) {\n String sqlQuery = \"\";\n PreparedStatement st = null;\n ResultSet rs = null;\n List<GLJournalApprovalVO> list = null;\n try {\n list = new ArrayList<GLJournalApprovalVO>();\n sqlQuery = \" SELECT C_ACCTSCHEMA_ID as id, ((CASE C_ACCTSCHEMA.isActive WHEN 'N' THEN '**' ELSE '' END) || C_ACCTSCHEMA.Name) as name FROM C_ACCTSCHEMA WHERE C_ACCTSCHEMA.AD_Org_ID in (\"\n + OrgId + \") AND C_ACCTSCHEMA.AD_Client_ID IN(\" + ClientId\n + \") AND (C_ACCTSCHEMA.isActive = 'Y'\"\n + \" OR C_ACCTSCHEMA.C_ACCTSCHEMA_ID = ? ) ORDER BY name \";\n st = conn.prepareStatement(sqlQuery);\n st.setString(1, schemaId);\n rs = st.executeQuery();\n while (rs.next()) {\n GLJournalApprovalVO VO = new GLJournalApprovalVO();\n VO.setAcctschemaId(rs.getString(1));\n VO.setAcctschemaName(rs.getString(2));\n list.add(VO);\n\n }\n } catch (Exception e) {\n log4j.error(\"Exception in getOrgs()\", e);\n }\n return list;\n }", "Collection<ComponentState> getVersions();", "java.util.List<com.clarifai.grpc.api.InstalledModuleVersion> \n getInstalledModuleVersionsList();", "public List<Version> getVersions() {\n\t\treturn versions;\n\t}", "java.util.List<? extends com.google.cloud.functions.v2.SecretVolume.SecretVersionOrBuilder>\n getVersionsOrBuilderList();", "TrackerListVersion loadTrackerListVersion(final Integer id);", "List getXMLSchemas(Object groupID) throws Exception;", "public TreeMap<String,VersionID> \n getVersionIDs()\n {\n TreeMap<String,VersionID> versions = new TreeMap<String,VersionID>();\n for(String name : pVersionFields.keySet()) {\n JCollectionField field = pVersionFields.get(name);\n versions.put(name, pVersionIDs.get(name).get(field.getSelectedIndex()));\n }\n return versions;\n }", "com.google.cloud.functions.v2.SecretVolume.SecretVersion getVersions(int index);", "public static Collection<FeedVersion> getAllFeedVersionsForFeedSource(Request req, Response res) throws JsonProcessingException {\n // Check permissions and get the FeedSource whose FeedVersions we want.\n FeedSource feedSource = requestFeedSourceById(req, \"view\");\n Collection<FeedVersion> feedVersions = feedSource.retrieveFeedVersions();\n return feedVersions;\n }", "public Collection<TapSchema> findAllSchemas();", "@Named(\"version:list\")\n @GET\n @Path(\"/publishers/{publisher}/artifacttypes/vmimage/offers/{offer}/skus/{sku}/versions\")\n @Fallback(EmptyListOnNotFoundOr404.class)\n List<Version> listVersions(@PathParam(\"publisher\") String publisher, @PathParam(\"offer\") String offer,\n @PathParam(\"sku\") String sku);", "@Override\n\tpublic ShareableSchema getSchemaById(Long id) {\n\n\t\t//Connecting to data base\n\t\tconnect();\n\n\t\tShareableSchema schema = null;\n\n\t\tif (dbConnection == null)\t\t\t\t\t\t\t//failed connection\n\t\t{\n\t\t\treturn null;\n\t\t}\n\n\t\t//Proceeding, if database connection is successful\n\t\tResultSet rssharedSchemas = null;\n\t\ttry\n\t\t{\n\t\t\t//Fetching all the schemas shared with a user but owned by other users from the user schema database\n\t\t\tString schemaQuery =\n\t\t\t\t\t\"SELECT schema_id, schema_name, owner_username, db_url, db_username, db_password, pivot_table_schema FROM shareable_schema WHERE schema_id = ? \";\n\t\t\tPreparedStatement prepStmt = dbConnection.prepareStatement(schemaQuery);\n\t\t\tprepStmt.setLong(1, id);\n\n\t\t\trssharedSchemas = prepStmt.executeQuery();\n\n\t\t\t//Preparing a list of all fetched schema details\n\t\t\tif (rssharedSchemas.next())\n\t\t\t{\n\t\t\t\tString[] schemaDetails = new String[6];\n\n\t\t\t\tschemaDetails[0] = rssharedSchemas.getString(\"schema_name\");\n\t\t\t\tschemaDetails[1] = rssharedSchemas.getString(\"owner_username\");\n\t\t\t\tschemaDetails[2] = rssharedSchemas.getString(\"db_url\");\n\t\t\t\tschemaDetails[3] = rssharedSchemas.getString(\"db_username\");\n\t\t\t\tschemaDetails[4] = rssharedSchemas.getString(\"db_password\");\n\t\t\t\tschemaDetails[5] = rssharedSchemas.getString(\"pivot_table_schema\");\n\n\t\t\t\tPivotTableSchema pvtTableSchema = PivotTableSchema.fromJSON(schemaDetails[5]);\n\t\t\t\tschema = new ShareableSchema(id, schemaDetails[0], schemaDetails[1],\n\t\t\t\t\t\tpvtTableSchema, schemaDetails[2], schemaDetails[3], schemaDetails[4]);\n\n\t\t\t}\n\n\t\t\trssharedSchemas.close();\n\t\t\tprepStmt.close();\n\t\t}\n\t\tcatch (SQLException sqle)\n\t\t{\n\t\t\tlog.error(\"SQLException occurred while fetching schema with id \" + String.valueOf(id) + \" - \" + sqle.getMessage());\n\t\t}\n\t\tfinally\n\t\t{\n\t\t\tdisconnect();\n\t\t}\n\n\t\treturn schema;\n\t}", "public void deleteAllVersions(String namespace, String id) throws StageException;", "public static List<Class<?>> getVersions(Class<?> clazz) {\n int code = clazz.getName().hashCode();\n List<Class<?>> versions = allVersions.get(code);\n if (versions == null)\n versions = new ArrayList<>();\n return versions;\n }", "List<GlobalSchema> schemas();", "public List<QueryVersionDTO> queryAllVersions(AppUserDetails user, String query, String branch, String config,\n\t String providedManifest) {\n\t\t// TODO impl\n\t\treturn null;\n\t}", "String getSchemaVersion();", "public Collection<Document> getAllVersions() {\n throw new UnsupportedOperationException();\n }", "public static List<Feature> getList(int id) throws SQLException {\r\n\t\tString VideoIdColumnName = \"VIDEO_ID\";\r\n\t\tResultSet rs = operation.getRow(\"VENDOR_MODEL\", VideoIdColumnName, id);\r\n\t\t\t\t\r\n\t\tList<Feature> list = new ArrayList<Feature>();\r\n\r\n\t\twhile (rs.next()) {\r\n\t\t\t\r\n\t\t\tFeature feature = new Feature()\r\n\t\t\t\t\t.setFeatureId(rs.getString(\"FEATURE_ID\"))\r\n\t\t\t\t\t.setVideoId(rs.getString(\"VIDEO_ID\"))\r\n\t\t\t\t\t.setFeatureName(rs.getString(\"FEATURE_NAME\"))\r\n\t\t\t\t\t.setFeatureVector(rs.getString(\"FEATURE_VECTOR\"))\r\n\t\t\t\t\t.setCreationDate(rs.getString(\"CREATION_DATE\"));\r\n\r\n\t\t\tlist.add(feature);\r\n\t\t}\r\n\r\n\t\tSystem.out.println(list.size());\r\n\t\treturn list;\r\n\t}", "public List<String> getVersionList() {\r\n return versionList;\r\n }", "public Integer[] getSchemaIDs()\r\n\t{\r\n\t\tHashSet<Integer> schemaIDs = new HashSet<Integer>();\r\n\t\tfor(Term term : getTerms())\r\n\t\t\tfor(AssociatedElement element : term.getElements())\r\n\t\t\t\tschemaIDs.add(element.getSchemaID());\r\n\t\treturn schemaIDs.toArray(new Integer[0]);\r\n\t}", "public Set<Version> versionsIn(CloudName cloud) {\n return versions.keySet().stream()\n .filter(osVersion -> osVersion.cloud().equals(cloud))\n .map(OsVersion::version)\n .collect(Collectors.toUnmodifiableSet());\n }", "java.util.List<? extends com.clarifai.grpc.api.InstalledModuleVersionOrBuilder> \n getInstalledModuleVersionsOrBuilderList();", "public String[] getSelectedSchemas()\n {\n return coreSchemaSelectionWidget.getSelectedCoreSchemas();\n }", "public Map<String, Integer> getLatestVersions() {\n Map<String, Integer> result = new HashMap<String, Integer>();\n for (String databaseName : getDatabaseVendors()) {\n for (String schemaName : getAllSchemaNames(databaseName)) {\n int latestVersion = getLatestCreationScriptVersion(databaseName, schemaName);\n Integer existingLatest = result.get(schemaName);\n // Use the latest version across all database vendors - it's feasible that some schema upgrades are added first\n if (existingLatest == null || existingLatest < latestVersion) {\n result.put(schemaName, latestVersion);\n }\n }\n }\n return result;\n }", "public List<DbScript> getMigrationScripts(String databaseName, String schemaName, int currentVersion) {\n ArgumentChecker.notNull(databaseName, \"databaseName\");\n ArgumentChecker.notNull(schemaName, \"schemaName\");\n DbScriptDirectory schemaMigrateBaseDir = getScriptsDir(MIGRATE_PATH, databaseName, schemaName);\n Map<Integer, DbScript> versionedScripts = new TreeMap<Integer, DbScript>();\n for (DbScript script : schemaMigrateBaseDir.getScripts()) {\n Matcher m = MIGRATE_SCRIPT_PATTERN.matcher(script.getName());\n if (!m.matches()) {\n continue;\n }\n int version = Integer.parseInt(m.group(1));\n if (version > currentVersion) {\n versionedScripts.put(version, script);\n }\n }\n return new ArrayList<DbScript>(versionedScripts.values());\n }", "com.clarifai.grpc.api.InstalledModuleVersion getInstalledModuleVersions(int index);", "@Test\n public void getAvailableManifestVersionsTest() throws ApiException {\n String deviceTypeId = null;\n // ManifestVersionsEnvelope response = api.getAvailableManifestVersions(deviceTypeId);\n\n // TODO: test validations\n }", "public List<String> getAvailableVersionsOfFile(String fileID)\n\t\t\tthrows NoSuchFileException {\n\n\t\tList<FileVersion> fileVersions = _fileVersionsMap.get(fileID);\n\t\tif (fileVersions == null) {\n\t\t\tthrow new NoSuchFileException(\"No file exists with the specified ID\");\n\t\t}\n\n\t\tList<String> versionIDs = new ArrayList<String>();\n\n\t\tfor (FileVersion curVersion : fileVersions) {\n\t\t\tversionIDs.add(curVersion.getVersionID());\n\t\t}\n\n\t\treturn versionIDs;\n\t}", "SortedSet<Integer> getSupportedVersions();", "public java.util.List<ApplicationVersionDescription> getApplicationVersions() {\n if (applicationVersions == null) {\n applicationVersions = new com.amazonaws.internal.ListWithAutoConstructFlag<ApplicationVersionDescription>();\n applicationVersions.setAutoConstruct(true);\n }\n return applicationVersions;\n }", "@Override\n public List<Visa> getVisasForTheClient(int clientId) throws SQLException {\n return dao.getVisasForTheClient(clientId);\n }", "DescribeEngineVersionsResult describeEngineVersions(DescribeEngineVersionsRequest describeEngineVersionsRequest);", "public Iterator<SchemaDefinition> getSchemas(){\n return(schemaDefs.values().iterator());\n }", "@Override\n public List<APIRevision> getAPIRevisions(String apiUUID) throws APIManagementException {\n return apiMgtDAO.getRevisionsListByAPIUUID(apiUUID);\n }", "public static Vector<Integer> getAllSolverConfigIdsByExperimentId(int id) throws SQLException {\n Vector<Integer> res = new Vector<Integer>();\n PreparedStatement st = DatabaseConnector.getInstance().getConn().prepareStatement(\n \"SELECT SolverConfig_idSolverConfig \" +\n \"FROM \" + table + \" \" +\n \"WHERE Experiment_idExperiment=? GROUP BY SolverConfig_idSolverConfig ORDER BY SolverConfig_idSolverConfig;\");\n st.setInt(1, id);\n ResultSet rs = st.executeQuery();\n while (rs.next()) {\n res.add(rs.getInt(1));\n }\n \n return res;\n }", "@SuppressWarnings(\"unchecked\")\n public List<Version> getAllVersionsMatching(String sourceSystemId, String documentType, String documentUrn) {\n // Get session and begin transaction\n Session session = DBHelper.getSession();\n Transaction transaction = session.beginTransaction();\n\n // Query for all versions matching the params\n Query query = session.getNamedQuery(Version.FIND_ALL_VERSIONS_MATCHING_QUERY);\n query.setParameter(Version.SOURCE_SYSTEM_ID_PARAM, sourceSystemId);\n query.setParameter(Version.DOCUMENT_TYPE_PARAM, documentType);\n query.setParameter(Version.DOCUMENT_URN_PARAM, documentUrn);\n List<Version> retrievedVersions = (List<Version>) query.getResultList();\n\n // Commit and close\n transaction.commit();\n session.close();\n\n logger.info(\"Found \" + retrievedVersions.size() + \" matching versions\");\n\n return retrievedVersions;\n }", "Iterable<CurrentVersionCacheDao> getCurrentVersionCacheConnections();", "public List<VatSchemeRec> getVatSchemesAll() throws BacException {\n LOGGER.log(INFO, \"BasicSetup.getVatSchemesAll called\");\n List<VatSchemeRec> schemes = vatDM.getVatSchemesAll();\n LOGGER.log(INFO, \"Vat Schemes returned from DB layer\", schemes);\n return schemes;\n }", "String[] getVDBResourcePaths() throws Exception;", "public JSONArray getRootValueSets(String scheme, String version) {\r\n return getRootValueSets(scheme, version, true);\r\n }", "public int getVersionForSchema() {\n try (ITransaction tx = transactionProvider.getTransaction()) {\n try (Connection c = connectionProvider.getConnection()) {\n GetSchemaVersion cmd = new GetSchemaVersion(this.schemaName);\n return cmd.run(translator, c);\n } catch (SQLException x) {\n throw translator.translate(x);\n }\n }\n }", "private List<String> parseVersions(JSONArray versions) {\n\t\tList<String> parsedVersions = new ArrayList<>();\n\t\t\n\t\tfor (Integer i = 0; i < versions.length(); i++) {\n\t\t\tJSONObject version = versions.getJSONObject(i);\n\t\t\tString versionName = version.getString(\"name\");\n\t\t\tparsedVersions.add(versionName);\n\t\t}\n\t\t\n\t\treturn parsedVersions;\n\t\t\n\t}", "int getVendorListVersion();", "public java.util.List<com.google.cloud.datafusion.v1beta1.Version> getAvailableVersionList() {\n if (availableVersionBuilder_ == null) {\n return java.util.Collections.unmodifiableList(availableVersion_);\n } else {\n return availableVersionBuilder_.getMessageList();\n }\n }", "public StorageVolume[] getVolumeList(int uid, String packageName, int flags) throws RemoteException;", "public static Vector<Integer> getAllInstanceIdsByExperimentId(int id) throws SQLException {\n Vector<Integer> res = new Vector<Integer>();\n PreparedStatement st = DatabaseConnector.getInstance().getConn().prepareStatement(\n \"SELECT Instances_idInstance \" +\n \"FROM \" + table + \" \" +\n \"WHERE Experiment_idExperiment=? GROUP BY Instances_idInstance ORDER BY Instances_idInstance;\");\n st.setInt(1, id);\n ResultSet rs = st.executeQuery();\n while (rs.next()) {\n res.add(rs.getInt(1));\n }\n \n return res;\n }", "List<Object> retrieveSchemeNamesForApplication(long applicationId);", "public List<JiraVersion> getProjectVersions(String token, String projectKey) throws JiraManagerException {\r\n Util.logEnter(log, \"getProjectVersions\", token, projectKey);\r\n Util.checkString(log, \"token\", token);\r\n Util.checkString(log, \"projectKey\", projectKey);\r\n\r\n try {\r\n List<JiraVersion> result = getJiraManagementServicePort().getProjectVersions(token, projectKey);\r\n Util.logExit(log, \"getProjectVersions\", result);\r\n return result;\r\n } catch (JiraServiceException e) {\r\n throw processError(e);\r\n }\r\n }", "private static ResultSet retrieveAllStableIdentifiers(MySQLAdaptor dba) throws ClassNotFoundException, SQLException {\n\t\t// Need to use mysql driver to access stable_identifiers db\n\t\tlogger.info(\"Connecting to stable_identifiers db...\");\n\t\tClass.forName(\"com.mysql.jdbc.Driver\");\n\t\tConnection connect = DriverManager.getConnection(\"jdbc:mysql://\" + dba.getDBHost() + \"/stable_identifiers?\" + \"user=\" + dba.getDBUser() + \"&password=\" + dba.getDBPwd());\n\t\tStatement statement = connect.createStatement();\n\t\treturn statement.executeQuery(\"SELECT identifier,instanceId FROM StableIdentifier\");\n\t}", "public Set<String> getViewNames(String schema)\n {\n requireNonNull(schema, \"schema is null\");\n return metaManager.getViewNames(schema);\n }", "com.google.cloud.functions.v2.SecretVolume.SecretVersionOrBuilder getVersionsOrBuilder(int index);", "List<String> getList(String id);", "BigDecimal getLqncoreSchemaVersion();", "java.util.List<com.google.devtools.kythe.proto.Filecontext.ContextDependentVersion.Row> \n getRowList();", "@Override\n\tpublic List<ThemeTitle> getListByThemeId(int themeid) {\n\t\treturn mapper.getListByThemeId(themeid);\n\t}", "public List<DatastreamVersion> listChangedDatastreams();", "BigDecimal getLqnSchemaVersion();", "public com.google.common.util.concurrent.ListenableFuture<\n com.google.cloud.tpu.v2alpha1.ListRuntimeVersionsResponse>\n listRuntimeVersions(com.google.cloud.tpu.v2alpha1.ListRuntimeVersionsRequest request) {\n return io.grpc.stub.ClientCalls.futureUnaryCall(\n getChannel().newCall(getListRuntimeVersionsMethod(), getCallOptions()), request);\n }", "public static List<String> getSupportedVersions () {\n if (instBySupportedVersion == null) {\n init();\n }\n return new ArrayList(instBySupportedVersion.keySet());\n }", "@WebMethod(operationName = \"getCatalog\")\n @WebResult(name=\"String\")\n public List<String> getCatalog(@WebParam(name = \"id\") String id) throws ClassNotFoundException, SQLException { \n return Database.getListCatalog(id);\n }", "@Override\n\tpublic ResultSet getSchemas(String catalog, String schemaPattern)\n\t\t\tthrows SQLException {\n\t\treturn null;\n\t}", "public int getMetaSchemas();", "public List<Variant> getVariantsByProductId(Long productID) {\n try {\n databaseManager.openReadableDb();\n //databaseManager.daoSession.clear();\n return databaseManager.daoSession.getVariantDao().queryBuilder()\n .where(VariantDao.Properties.Product_id.eq(productID))\n .list();\n } catch (Exception e) {\n e.printStackTrace();\n }\n return null;\n }", "net.zyuiop.ovhapi.api.objects.license.WindowsOrderConfiguration[] getOrderableVersions(java.lang.String ip) throws java.io.IOException;", "@java.lang.Override\n public java.util.List<com.google.cloud.datafusion.v1beta1.Version> getAvailableVersionList() {\n return availableVersion_;\n }", "public List<String> getColumnDependancies(String id){\r\n\t\tLinkedHashSet<String> result = new LinkedHashSet<String>();\r\n\t\tHashSet<String> visted = new HashSet<String>();\r\n\t\tgetColumnDependanciesRecursive(result, visted, id);\r\n\t\t// Convert back to a list\t\t\r\n\t\treturn new ArrayList<String>(result);\r\n\t}", "@SuppressWarnings(\"unchecked\")\n public <O> List<O> activeVersions() {\n return (List<O>) journal.journal\n .retrieve(BarbelQueries.allActive(journal.id), BarbelQueryOptions.sortAscendingByEffectiveFrom())\n .stream().map(d -> journal.processingState.expose(journal.context, (Bitemporal) d))\n .collect(Collectors.toList());\n }", "@RequestMapping(\"/externalids\")\n public ApiWrapperList<ApiExternalIdDTO> getExternalIds(\n @RequestParam(required = false) Long id,\n @RequestParam(required = false) String sourcedb,\n @RequestParam(required = false) String externalid) {\n LOG.info(\"Getting External IDs for VideoData ID: {}, SourceDb: {}, ExternalID: {}\",\n id, sourcedb, externalid);\n\n OptionsExternalId options = new OptionsExternalId();\n options.setId(id);\n options.setSourcedb(sourcedb);\n options.setExternalid(externalid);\n\n ApiWrapperList<ApiExternalIdDTO> wrapper = new ApiWrapperList<>();\n wrapper.setOptions(options);\n jsonApi.getExternalIds(wrapper);\n wrapper.setStatusCheck();\n return wrapper;\n }", "public List<UnManagedVolumeRestRep> getByHost(URI hostId) {\n return getByHost(hostId, null);\n }", "Set<URI> getKeyedSchemaUris();", "@Override\n public List<Number> getRevisionHistory(Long id) {\n return null;\n }", "public List<SecretDetailResponseV2> getSecretVersions(String secret, int versionIdx, int numVersions) throws IOException {\n String httpResponse = httpGet(baseUrl.resolve(String.format(\"/automation/v2/secrets/%s/versions?versionIdx=%d&numVersions=%d\", secret, versionIdx, numVersions)));\n return mapper.readValue(httpResponse, new TypeReference<List<SecretDetailResponseV2>>() {\n });\n }", "public Cursor getList(int id) {\n String selection = ColumnList.ID_LIST + \" = ?\";\n String[] selectionArgs = {Integer.toString(id)};\n return getAnyRow(LIST_TABLE_NAME, null, selection, selectionArgs, null, null, null);\n }", "String getVersionFilter(String tableAlias);", "public List<ServiceInstance> lookupInstances(String serviceName);", "public abstract <T extends ReferenceAnnotation> List<ReferenceMetadata<T>> getAvailableVersions(Class<T> cls);", "public ArrayList<int[]> queryData(String tablename, String[] schema){\n ArrayList<int[]> res = new ArrayList<int[]>();\n\n ResultSet resultSet = session.execute(\"SELECT * FROM \" + tablename);\n for (Row row : resultSet) {\n int[] data = new int[schema.length];\n int j = 0;\n for (String s : schema) {\n data[j] = Integer.parseInt(s);\n }\n res.add(data);\n }\n return res;\n }", "@NotNull\n private CompletableFuture<StoredSchema> getSchema(String schemaId) {\n return readSchemaOperations.computeIfAbsent(schemaId, key -> {\n if (log.isDebugEnabled()) {\n log.debug(\"[{}] Fetching schema from store\", schemaId);\n }\n return getSchemaLocator(getSchemaPath(schemaId)).thenCompose(locator -> {\n if (log.isDebugEnabled()) {\n log.debug(\"[{}] Got schema locator {}\", schemaId, locator);\n }\n if (!locator.isPresent()) {\n return completedFuture(null);\n }\n\n SchemaStorageFormat.SchemaLocator schemaLocator = locator.get().locator;\n\n return readSchemaEntry(schemaLocator.getInfo().getPosition())\n .thenApply(entry -> new StoredSchema(entry.getSchemaData().toByteArray(),\n new LongSchemaVersion(schemaLocator.getInfo().getVersion())));\n });\n }).whenComplete((res, ex) -> {\n if (log.isDebugEnabled()) {\n log.debug(\"[{}] Get operation completed. res={} -- ex={}\", schemaId, res, ex);\n }\n readSchemaOperations.remove(schemaId);\n });\n }", "VoteList selectByPrimaryKey(Integer id);", "public CompletableFuture<Void> apiV3WorkPackagesSchemasIdentifierGet(String identifier) {\n\t\t// verify the required parameter 'identifier' is set\n\t\tif (identifier == null) {\n\t\t\treturn CompletableFuture.failedFuture(new ApiException(400,\n\t\t\t\t\t\"Missing the required parameter 'identifier' when calling apiV3WorkPackagesSchemasIdentifierGet\"));\n\t\t}\n\n\t\tHttpRequest.Builder localVarRequestBuilder = HttpRequest.newBuilder();\n\n\t\tString localVarPath = \"/api/v3/work_packages/schemas/{identifier}\".replace(\"{identifier}\",\n\t\t\t\tApiClient.urlEncode(identifier.toString()));\n\n\t\tlocalVarRequestBuilder.uri(URI.create(memberVarBaseUri + localVarPath));\n\n\t\tlocalVarRequestBuilder.header(\"Accept\", \"application/json\");\n\n\t\tlocalVarRequestBuilder.method(\"GET\", HttpRequest.BodyPublishers.noBody());\n\t\tif (memberVarReadTimeout != null) {\n\t\t\tlocalVarRequestBuilder.timeout(memberVarReadTimeout);\n\t\t}\n\t\tif (memberVarInterceptor != null) {\n\t\t\tmemberVarInterceptor.accept(localVarRequestBuilder);\n\t\t}\n\t\treturn memberVarHttpClient.sendAsync(localVarRequestBuilder.build(), HttpResponse.BodyHandlers.ofString())\n\t\t\t\t.thenComposeAsync(localVarResponse -> {\n\t\t\t\t\tif (localVarResponse.statusCode() / 100 != 2) {\n\t\t\t\t\t\treturn CompletableFuture.failedFuture(new ApiException(localVarResponse.statusCode(),\n\t\t\t\t\t\t\t\t\"apiV3WorkPackagesSchemasIdentifierGet call received non-success response\",\n\t\t\t\t\t\t\t\tlocalVarResponse.headers(), localVarResponse.body()));\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\treturn CompletableFuture.completedFuture(\n\t\t\t\t\t\t\t\t\tmemberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference<>() {\n\t\t\t\t\t\t\t\t\t}));\n\t\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\t\treturn CompletableFuture.failedFuture(new ApiException(e));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\n\t}", "public List<Vertex> findAllVertices() throws SQLException {\n\t\treturn rDb.findAllVertices();\n\t}", "@Override\r\n\tpublic List<Vendor> listVendors() {\n\t\treturn dao.listVendors();\r\n\t}" ]
[ "0.6987638", "0.69872606", "0.6786042", "0.6423249", "0.632254", "0.62399256", "0.61868197", "0.6173184", "0.61084425", "0.61018354", "0.599258", "0.5900485", "0.57517046", "0.5715556", "0.5547644", "0.5510818", "0.5464544", "0.5437549", "0.54254174", "0.54253656", "0.5410671", "0.5397103", "0.5328926", "0.52772206", "0.52729285", "0.5257468", "0.51842856", "0.51794124", "0.51700777", "0.5150084", "0.51411074", "0.5072538", "0.50622714", "0.5048434", "0.5029676", "0.5029255", "0.50246906", "0.500257", "0.4975464", "0.49604893", "0.49482244", "0.4936833", "0.49277353", "0.49144474", "0.49111456", "0.49084586", "0.49035823", "0.4900122", "0.48273334", "0.48020455", "0.47929677", "0.47917867", "0.4751882", "0.47471437", "0.47389555", "0.4720289", "0.47064838", "0.46812975", "0.4672958", "0.46717182", "0.46713176", "0.46693602", "0.4667419", "0.46602067", "0.4657085", "0.46508816", "0.4647939", "0.46419218", "0.4616576", "0.46101904", "0.46087927", "0.45960763", "0.45856604", "0.45847213", "0.45845842", "0.45840126", "0.45792907", "0.45771474", "0.45766374", "0.45551592", "0.45542818", "0.45442763", "0.45416754", "0.4531932", "0.45319054", "0.45275477", "0.45202157", "0.45195088", "0.45167592", "0.4505144", "0.44906077", "0.44839776", "0.4480329", "0.44782355", "0.44759527", "0.44692773", "0.44665086", "0.44618732", "0.4452038", "0.44491422" ]
0.6136618
8
Initialize the contents of the frame.
private void initialize() { frame = new JFrame(); frame.setBounds(100, 100, 450, 300); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.getContentPane().setLayout(null); JToggleButton tglbtnOn = new JToggleButton("LED"); tglbtnOn.setBackground(Color.WHITE); tglbtnOn.addMouseListener(new MouseAdapter() { @Override public void mouseClicked(MouseEvent e) { //post cde try { //String POST_PARAMS=tglbtnOn.getText().toString(); //String s1="{\n" + " \"tglbtnOn\"" + "\n }"; String s1 ="{\n" + " \"userid :\"" + "\r\n }"; if(tglbtnOn.isSelected()) { tglbtnOn.setText("LED ON"); tglbtnOn.setBackground(Color.GREEN); }else { tglbtnOn.setBackground(Color.RED); tglbtnOn.setText("LED OFF"); } System.out.println(tglbtnOn); URL obj = new URL("https://desktop-application-f68b7.firebaseio.com/post.json "); HttpURLConnection postConnection = (HttpURLConnection) obj.openConnection(); postConnection.setRequestMethod("POST"); postConnection.setRequestProperty("userId", "a1bcdefgh"); postConnection.setRequestProperty("Content-Type", "application/json"); postConnection.setDoOutput(true); // POST_PARAMS=tglbtnOn.getText().toString(); OutputStream os = postConnection.getOutputStream(); os.write(s1.getBytes()); os.flush(); os.close(); int responseCode = postConnection.getResponseCode(); System.out.println("POST Response Code : " + responseCode); System.out.println("POST Response Message : " + postConnection.getResponseMessage()); if (responseCode == HttpURLConnection.HTTP_CREATED) { // success BufferedReader in = new BufferedReader(new InputStreamReader(postConnection.getInputStream())); String inputLine; StringBuffer response = new StringBuffer(); while ((inputLine = in.readLine()) != null) { response.append(inputLine); } in.close(); // print result System.out.println(response.toString()); } } catch(Exception E) { System.out.println("POST NOT WORKED"); } } }); tglbtnOn.setBounds(145, 71, 121, 23); frame.getContentPane().add(tglbtnOn); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public BreukFrame() {\n super();\n initialize();\n }", "public MainFrame() {\n\t\tsuper();\n\t\tinitialize();\n\t}", "private void initialize() {\n\t\tthis.setSize(211, 449);\n\t\tthis.setContentPane(getJContentPane());\n\t\tthis.setTitle(\"JFrame\");\n\t}", "public SiscobanFrame() {\r\n\t\tsuper();\r\n\t\tinitialize();\r\n\t}", "private void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.setBounds(0, 0, 1100, 800);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\n\t\tsetUIComponents();\n\t\tsetControllers();\n\n\t}", "private void initialize() {\r\n\t\tthis.setSize(530, 329);\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t\tthis.setTitle(\"JFrame\");\r\n\t}", "private void initialize() {\r\n\t\tthis.setSize(300, 200);\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t\tthis.setTitle(\"JFrame\");\r\n\t}", "private void initialize() {\n\t\tframe = new JFrame();\n\t\taddSampleData();\n\t\tsetDefaultSettings();\n\t\topenHomePage();\n\t\tframe.setVisible(true);\n\t}", "private void initialize() {\n\t\tframe = new JFrame(\"Media Inventory\");\r\n\t\tframe.setBounds(100, 100, 450, 300);\r\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r\n\t}", "private void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.setBounds(0, 0, 1000, 700);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\tframe.getContentPane().setLayout(null);\n\t\t\n\t\tframeContent = new JPanel();\n\t\tframe.getContentPane().add(frameContent);\n\t\tframeContent.setBounds(10, 10, 700, 640);\n\t\tframeContent.setLayout(null);\n\t\t\n\t\tinfoPane = new JPanel();\n\t\tframe.getContentPane().add(infoPane);\n\t\tinfoPane.setBounds(710, 10, 300, 640);\n\t\tinfoPane.setLayout(null);\n\t}", "private void initialize() {\n\t\tframe = new JFrame(\"BirdSong\");\n\t\tframe.pack();\n\t\tframe.setVisible(true);\n\t\tframe.setBounds(100, 100, 400, 200);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\n\t\tabc = new BirdPanel();\n\t\ttime = new TimePanel();\n\t\tgetContentPane().setLayout(new BoxLayout(frame, BoxLayout.Y_AXIS));\n\n\t\tframe.getContentPane().add(abc, BorderLayout.NORTH);\n\t\tframe.getContentPane().add(time, BorderLayout.CENTER);\n\t}", "private void initialize() {\r\n\t\tthis.setSize(311, 153);\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t\tthis.setTitle(\"JFrame\");\r\n\t\tsetCancelButton( btnCancel );\r\n\t}", "public Frame() {\n initComponents();\n }", "public Frame() {\n initComponents();\n }", "private void initialize() {\r\n\t\tthis.setSize(497, 316);\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t\tthis.setTitle(\"JFrame\");\r\n\t\tthis.setExtendedState(JFrame.MAXIMIZED_BOTH);\r\n\t\tthis.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r\n\t}", "protected HFrame(){\n\t\tinit();\n\t}", "private void initializeFields() {\r\n myFrame = new JFrame();\r\n myFrame.setSize(DEFAULT_SIZE);\r\n }", "private void initialize() {\r\n\t\t//setFrame\r\n\t\tframe = new JFrame();\r\n\t\tframe.setBounds(125,175, 720, 512);\r\n\t\tframe.setTitle(\"Periodic Table\");\r\n\t\tframe.setResizable(false);\r\n\t\tframe.getContentPane().setLayout(null);\r\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r\n\t}", "private void initialize() {\n\t\tthis.setSize(329, 270);\n\t\tthis.setContentPane(getJContentPane());\n\t}", "private void initFrame() {\n setLayout(new BorderLayout());\n }", "private void initialize() {\n\t\tthis.setSize(300, 300);\n\t\tthis.setIconifiable(true);\n\t\tthis.setClosable(true);\n\t\tthis.setTitle(\"Sobre\");\n\t\tthis.setContentPane(getJContentPane());\n\t\tthis.setFrameIcon(new ImageIcon(\"images/16x16/info16x16.gif\"));\n\t}", "public FrameControl() {\n initComponents();\n }", "private void initialize() {\r\n\t\tframe = new JFrame();\r\n\t\tframe.setBounds(100, 100, 450, 300);\r\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r\n\t}", "public MainFrame() {\n initComponents();\n \n }", "private void init(Element frame) {\n\t\tthis.frameWidth = Integer.parseInt(frame.attributeValue(\"width\"));\n\t\tthis.frameHeight = Integer.parseInt(frame.attributeValue(\"height\"));\n\t\tthis.paddle = Integer.parseInt(frame.attributeValue(\"paddle\"));\n\t\tthis.size = Integer.parseInt(frame.attributeValue(\"size\"));\n\t}", "public MainFrame() {\n \n initComponents();\n \n this.initNetwork();\n \n this.render();\n \n }", "public internalFrame() {\r\n initComponents();\r\n }", "private void initialize() {\n\t\tthis.setContentPane(getJContentPane());\n\t\tthis.setContentPane(getJContentPane());\n\t\tthis.setSize(810, 600);\n\t\tthis.setContentPane(getJContentPane());\n\t\tthis.setBackground(new java.awt.Color(226,226,222));\n\t\tthis.setDefaultCloseOperation(javax.swing.WindowConstants.DO_NOTHING_ON_CLOSE);\n\t\tthis.setModal(true);\n\t\tthis.setResizable(false);\n\t\tthis.setName(\"FramePrincipalLR\");\n\t\tthis.setTitle(\"CR - Lista de Regalos\");\n\t\tthis.setLocale(new java.util.Locale(\"es\", \"VE\", \"\"));\n\t\tthis.setUndecorated(false);\n\t}", "public Mainframe() {\n initComponents();\n }", "private void initialize() {\r\n\t\tthis.setSize(392, 496);\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t\tthis.setTitle(\"Informações\");\r\n\t}", "private void initialize() {\n this.setSize(253, 175);\n this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n this.setContentPane(getJContentPane());\n this.setTitle(\"Breuken vereenvoudigen\");\n }", "private void initialize() {\r\n\t\t// Initialize main frame\r\n\t\tframe = new JFrame();\r\n\t\tframe.setBounds(Constants.C_MAIN_PREFERED_POSITION_X_AT_START, Constants.C_MAIN_PREFERED_POSITION_Y_AT_START, \r\n\t\t\t\tConstants.C_MAIN_PREFERED_SIZE_X, Constants.C_MAIN_PREFERED_SIZE_Y);\r\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r\n\t\tframe.setTitle(Constants.C_MAIN_WINDOW_TITLE);\r\n\t\t\r\n\t\t// Tab panel and their panels\r\n\t\tmainTabbedPane = new JTabbedPane(JTabbedPane.TOP);\r\n\t\tframe.getContentPane().add(mainTabbedPane, BorderLayout.CENTER);\r\n\t\t\r\n\t\tpanelDecision = new DecisionPanel();\r\n\t\tmainTabbedPane.addTab(Constants.C_TAB_DECISION_TITLE, null, panelDecision, null);\r\n\t\t\r\n\t\tpanelCalculation = new CalculationPanel();\r\n\t\tmainTabbedPane.addTab(Constants.C_TAB_CALCULATION_TITLE, null, panelCalculation, null);\r\n\t\t\r\n\t\tpanelLibrary = new LibraryPanel();\r\n\t\tmainTabbedPane.addTab(Constants.C_TAB_LIBRARY_TITLE, null, panelLibrary, null);\r\n\t\t\r\n\t\t// Menu bar\r\n\t\tmenuBar = new JMenuBar();\r\n\t\tframe.setJMenuBar(menuBar);\r\n\t\tcreateMenus();\r\n\t}", "public void initializeFrame() {\n frame.getContentPane().removeAll();\n createComponents(frame.getContentPane());\n// frame.setSize(new Dimension(1000, 600));\n }", "private void initialize() {\r\n\t\t// this.setSize(271, 295);\r\n\t\tthis.setSize(495, 392);\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t\tthis.setTitle(ResourceBundle.getBundle(\"Etiquetas\").getString(\"MainTitle\"));\r\n\t}", "private void initializeFrame() {\n add(container);\n setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE);\n pack();\n }", "private void initialize() {\n this.setSize(300, 200);\n this.setContentPane(getJContentPane());\n this.pack();\n }", "private void initialize() {\n\t\tframe = new JFrame(\"DB Filler\");\n\t\tframe.setBounds(100, 100, 700, 500);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\n\t\tdbc = new DataBaseConnector();\n\t\tcreateFileChooser();\n\n\t\taddTabbedPane();\n\t\tsl_panel = new SpringLayout();\n\t\taddAddFilePanel();\n\t}", "public mainframe() {\n initComponents();\n }", "public FrameDesign() {\n initComponents();\n }", "public Jframe() {\n initComponents();\n setIndice();\n loadTextBoxs();\n }", "public JGSFrame() {\n\tsuper();\n\tinitialize();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n initComponents();\n }", "public MainFrame() {\n try {\n initComponents();\n initElements();\n } catch (Exception e) {\n JOptionPane.showMessageDialog(null, \"Error \" + e.getMessage());\n }\n }", "private void initialize() {\n this.setSize(495, 276);\n this.setTitle(\"Translate Frost\");\n this.setContentPane(getJContentPane());\n }", "private void initialize() {\r\n\t\t// set specific properties and add inner components.\r\n\t\tthis.setBorder(BorderFactory.createEtchedBorder());\r\n\t\tthis.setSize(300, 400);\r\n\t\tthis.setLayout(new BorderLayout());\r\n\t\taddComponents();\r\n\t}", "private void initialize() {\r\n\t\tthis.setBounds(new Rectangle(0, 0, 670, 576));\r\n\t\tthis.setResizable(false);\r\n\t\tthis.setTitle(\"数据入库 \");\r\n\t\tthis.setLocationRelativeTo(getOwner());\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t}", "public void initializePanelToFrame() {\n\t\tnew ColorResources();\n\t\tnew TextResources().changeLanguage();\n\t\tpanel = new JPanel();\n\t\tpanel.setLayout(null);\n\t\tpanel.setPreferredSize(new Dimension(375, 812));\n\n\t\tconfigureLabels();\n\t\tconfigureButtons();\n\t\taddListeners();\n\t\taddComponentsToPanel();\n\n\t\tthis.setContentPane(panel);\n\t\tthis.pack();\n\t}", "private void initialize() {\n this.setLayout(new BorderLayout());\n this.setSize(new java.awt.Dimension(564, 229));\n this.add(getMessagePanel(), java.awt.BorderLayout.NORTH);\n this.add(getBalloonSettingsListBox(), java.awt.BorderLayout.CENTER);\n this.add(getBalloonSettingsButtonPane(), java.awt.BorderLayout.SOUTH);\n\n editBalloonSettingsFrame = new EditBalloonSettingsFrame();\n\n }", "public SMFrame() {\n initComponents();\n updateComponents();\n }", "private void initialize() {\n m_frame = new JFrame(\"Video Recorder\");\n m_frame.setResizable(false);\n m_frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n m_frame.setLayout(new BorderLayout());\n m_frame.add(buildContentPanel(), BorderLayout.CENTER);\n\n JPanel buttonPanel = new JPanel(new FlowLayout(FlowLayout.CENTER, 5, 5));\n JButton startButton = new JButton(\"Start\");\n startButton.addActionListener(new ActionListener() {\n @Override\n public void actionPerformed(ActionEvent ae) {\n listen();\n }\n });\n buttonPanel.add(startButton);\n\n m_connectionLabel = new JLabel(\"Disconnected\");\n m_connectionLabel.setOpaque(true);\n m_connectionLabel.setBackground(Color.RED);\n m_connectionLabel.setBorder(BorderFactory.createLineBorder(Color.BLACK, 3));\n m_connectionLabel.setPreferredSize(new Dimension(100, 26));\n m_connectionLabel.setHorizontalAlignment(SwingConstants.CENTER);\n buttonPanel.add(m_connectionLabel);\n\n m_frame.add(buttonPanel, BorderLayout.PAGE_END);\n }", "public FirstNewFrame() {\n\t\tjbInit();\n\t}", "private void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.getContentPane().setBackground(Color.BLACK);\n\t\tframe.setBounds(100, 100, 450, 300);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\tframe.getContentPane().setLayout(null);\n\t\t\n\t\tJButton btnNewButton = new JButton(\"Play\");\n\t\tbtnNewButton.setFont(new Font(\"Bodoni 72\", Font.BOLD, 13));\n\t\tbtnNewButton.setBounds(frame.getWidth() / 2 - 60, 195, 120, 30);\n\t\tframe.getContentPane().add(btnNewButton);\n\t\t\n\t\tJLabel lblNewLabel = new JLabel(\"Space Escape\");\n\t\tlblNewLabel.setForeground(Color.WHITE);\n\t\tlblNewLabel.setFont(new Font(\"Bodoni 72\", Font.BOLD, 24));\n\t\tlblNewLabel.setBounds(frame.getWidth() / 2 - 60, 30, 135, 25);\n\t\tframe.getContentPane().add(lblNewLabel);\n\t\t\n\t\tJLabel lblNewLabel_1 = new JLabel(\"New label\");\n\t\tlblNewLabel_1.setBounds(0, 0, frame.getWidth(), frame.getHeight());\n\t\tframe.getContentPane().add(lblNewLabel_1);\n\t}", "private void initializeFrame()\r\n\t{\r\n\t\tthis.setResizable(false);\r\n\r\n\t\tsetSize(DIMENSIONS); // set the correct dimensions\r\n\t\tsetDefaultCloseOperation(EXIT_ON_CLOSE);\r\n\t\tsetLayout( new GridLayout(1,1) );\r\n\t}", "private void setupFrame()\n\t{\n\t\tthis.setContentPane(botPanel);\n\t\tthis.setSize(800,700);\n\t\tthis.setTitle(\"- Chatbot v.2.1 -\");\n\t\tthis.setResizable(true);\n\t\tthis.setVisible(true);\n\t}", "public MainFrame() {\n initComponents();\n setLocationRelativeTo(null);\n }", "public EmulatorFrame() {\r\n\t\tsuper(\"Troyboy Chip8 Emulator\");\r\n\t\t\r\n\t\tsetNativeLAndF();\r\n\t\tinitComponents();\r\n\t\tinitMenubar();\r\n\t\tsetupLayout();\r\n\t\tinitFrame();\r\n\t\t//frame is now ready to run a game\r\n\t\t//running of any games must be started by loading a ROM\r\n\t}", "public void init()\n {\n buildUI(getContentPane());\n }", "private void initialize()\n {\n this.setTitle( \"SerialComm\" ); // Generated\n this.setSize( 500, 300 );\n this.setContentPane( getJContentPane() );\n }", "public launchFrame() {\n \n initComponents();\n \n }", "private void initialize() {\r\n\t\tthis.setSize(378, 283);\r\n\t\tthis.setJMenuBar(getMenubar());\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t\tthis.setTitle(\"JAVIER\");\r\n\t}", "private void initialize() {\n\t\tthis.setSize(430, 280);\n\t\tthis.setContentPane(getJContentPane());\n\t\tthis.setUndecorated(true);\n\t\tthis.setModal(true);\n\t\tthis.setBackground(new java.awt.Color(226,226,222));\n\t\tthis.setTitle(\"Datos del Invitado\");\n\t\tthis.addComponentListener(this);\n\t}", "public PilaFrame() {\n initComponents();\n }", "private void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.setBounds(100, 100, 900, 900);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\t\n\t\tgame = new Game();\n\t\t\n\t\tGameTable puzzle = new GameTable(game.getPuzzle());\n\t\tpuzzle.setBounds(100, 100, 700, 700);\n\t\t\n\t\tframe.add(puzzle);\n\t\t\n\t\tSystem.out.println(\"SAD\");\n\t\t\n\t}", "private void initialize() {\r\n\t\tframe = new JFrame();\r\n\t\tframe.setResizable(false);\r\n\t\tframe.setBounds(100, 100, 450, 300);\r\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r\n\t\tframe.getContentPane().setLayout(null);\r\n\t\t\r\n\t\tPanel mainFramePanel = new Panel();\r\n\t\tmainFramePanel.setBounds(10, 10, 412, 235);\r\n\t\tframe.getContentPane().add(mainFramePanel);\r\n\t\tmainFramePanel.setLayout(null);\r\n\t\t\r\n\t\tfinal TextField textField = new TextField();\r\n\t\ttextField.setBounds(165, 62, 79, 24);\r\n\t\tmainFramePanel.add(textField);\r\n\t\t\r\n\t\tButton changeTextButt = new Button(\"Change Text\");\r\n\t\tchangeTextButt.addActionListener(new ActionListener() {\r\n\t\t\tpublic void actionPerformed(ActionEvent arg0) {\r\n\t\t\t\ttextField.setText(\"Domograf\");\r\n\t\t\t}\r\n\t\t});\r\n\t\tchangeTextButt.setBounds(165, 103, 79, 24);\r\n\t\tmainFramePanel.add(changeTextButt);\r\n\t}", "private void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.setResizable(false);\n\t\tframe.setAlwaysOnTop(true);\n\t\tframe.setBounds(100, 100, 450, 300);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\tframe.getContentPane().setLayout(null);\n\t}", "StudentFrame() {\n \tgetContentPane().setFont(new Font(\"Times New Roman\", Font.PLAIN, 11));\n s1 = null; // setting to null\n initializeComponents(); // causes frame components to be initialized\n }", "public NewFrame() {\n initComponents();\n }", "private void initialize() {\r\n\t\tthis.setSize(300, 200);\r\n\t\tthis.setTitle(\"Error\");\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t}", "public SerialCommFrame()\n {\n super();\n initialize();\n }", "public LoginFrame() {\n\t\tsuper();\n\t\tinitialize();\n\t}", "public BaseFrame() {\n initComponents();\n }", "private void initialize() {\r\n\t\tthis.setSize(733, 427);\r\n\t\tthis.setContentPane(getJContentPane());\r\n\t\tthis.setTitle(\"jProxyChecker\");\r\n\t}", "public frame() {\r\n\t\tadd(createMainPanel());\r\n\t\tsetTitle(\"Lunch Date\");\r\n\t\tsetSize(FRAME_WIDTH, FRAME_HEIGHT);\r\n\r\n\t}", "public MercadoFrame() {\n initComponents();\n }", "private void initialize() {\r\n\t\tframe = new JFrame();\r\n\t\tframe.setBounds(X_FRAME, Y_FRAME, WIDTH_FRAME, HEIGHT_FRAME);\r\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\r\n\t\tframe.getContentPane().setLayout(null);\r\n\t\t\r\n\t\tJButton btnAddSong = new JButton(\"Add song\");\r\n\t\tbtnAddSong.setBounds(X_BTN, Y_ADDSONG, WIDTH_BTN, HEIGHT_BTN);\r\n\t\tframe.getContentPane().add(btnAddSong);\r\n\t\t\r\n\t\tJTextPane txtpnBlancoYNegro = new JTextPane();\r\n\t\ttxtpnBlancoYNegro.setText(\"Blanco y negro\\r\\nThe Spectre\\r\\nGirasoles\\r\\nFaded\\r\\nTu Foto\\r\\nEsencial\");\r\n\t\ttxtpnBlancoYNegro.setBounds(X_TXT, Y_TXT, WIDTH_TXT, HEIGHT_TXT);\r\n\t\tframe.getContentPane().add(txtpnBlancoYNegro);\r\n\t\t\r\n\t\tJLabel lblSongs = new JLabel(\"Songs\");\r\n\t\tlblSongs.setBounds(X_LBL, Y_LBL, WIDTH_LBL, HEIGHT_LBL);\r\n\t\tframe.getContentPane().add(lblSongs);\r\n\t\t\r\n\t\tJButton btnAddAlbum = new JButton(\"Add album\");\r\n\t\tbtnAddAlbum.setBounds(X_BTN, Y_ADDALBUM, WIDTH_BTN, HEIGHT_BTN);\r\n\t\tframe.getContentPane().add(btnAddAlbum);\r\n\t}", "private void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.setBounds(100, 100, 800, 800);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\t\n\t\tJPanel browserPanel = new JPanel();\n\t\tframe.getContentPane().add(browserPanel, BorderLayout.CENTER);\n\t\t\n\t\t// create javafx panel for browser\n browserFxPanel = new JFXPanel();\n browserPanel.add(browserFxPanel);\n \n // create JavaFX scene\n Platform.runLater(new Runnable() {\n public void run() {\n createScene();\n }\n });\n\t}", "public holdersframe() {\n initComponents();\n }", "public void init() {\n\t\tsetSize(500,300);\n\t}", "private void setupFrame()\n\t\t{\n\t\t\tthis.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\t\tthis.setResizable(false);\n\t\t\tthis.setSize(800, 600);\n\t\t\tthis.setTitle(\"SEKA Client\");\n\t\t\tthis.setContentPane(panel);\n\t\t\tthis.setVisible(true);\n\t\t}", "public addStFrame() {\n initComponents();\n }", "public JFrame() {\n initComponents();\n }", "public FrameForm() {\n initComponents();\n }", "private void initialize() {\n\t\tframe = new JFrame(\"View Report\");\n\t\tframe.setBounds(100, 100, 450, 300);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\tframe.getContentPane().setLayout(null);\n\n\t\tJButton backButton = new JButton(\"Back\");\n\t\tbackButton.setBounds(176, 227, 89, 23);\n\t\tframe.getContentPane().add(backButton);\n\t\tbackButton.addActionListener(new ActionListener(){\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tframe.setVisible(false);\n\t\t\t}\n\t\t});\n\t\t\n\t\tJTextArea textArea = new JTextArea();\n\t\ttextArea.setBounds(50, 30, 298, 173);\n\t\tframe.getContentPane().add(textArea);\n\t\ttextArea.append(control.seeReport());\n\t\tframe.setVisible(true);\n\t}", "private void initialize() {\r\n this.setSize(new Dimension(666, 723));\r\n this.setContentPane(getJPanel());\r\n\t\t\t\r\n\t}", "private void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.getContentPane().setBackground(Color.BLACK);\n\t\tframe.getContentPane().setLayout(null);\n\t\t\n\t\tJLabel lblSubmission = new JLabel(\"Submission\");\n\t\tlblSubmission.setForeground(Color.WHITE);\n\t\tlblSubmission.setFont(new Font(\"Comic Sans MS\", Font.PLAIN, 16));\n\t\tlblSubmission.setBounds(164, 40, 83, 14);\n\t\tframe.getContentPane().add(lblSubmission);\n\t\t\n\t\tJLabel lblTitle = new JLabel(\"Title:\");\n\t\tlblTitle.setForeground(Color.WHITE);\n\t\tlblTitle.setFont(new Font(\"Comic Sans MS\", Font.PLAIN, 14));\n\t\tlblTitle.setBounds(77, 117, 41, 14);\n\t\tframe.getContentPane().add(lblTitle);\n\t\t\n\t\tJLabel lblPath = new JLabel(\"Path:\");\n\t\tlblPath.setForeground(Color.WHITE);\n\t\tlblPath.setFont(new Font(\"Comic Sans MS\", Font.PLAIN, 14));\n\t\tlblPath.setBounds(85, 155, 33, 14);\n\t\tframe.getContentPane().add(lblPath);\n\t\t\n\t\ttitle = new JTextField();\n\t\ttitle.setBounds(128, 116, 197, 20);\n\t\tframe.getContentPane().add(title);\n\t\ttitle.setColumns(10);\n\t\t\n\t\tpath = new JTextField();\n\t\tpath.setBounds(128, 154, 197, 20);\n\t\tframe.getContentPane().add(path);\n\t\tpath.setColumns(10);\n\t\t\n\t\tbtnSubmit = new JButton(\"Submit\");\n\t\tbtnSubmit.setBackground(Color.BLACK);\n\t\tbtnSubmit.setForeground(Color.WHITE);\n\t\tbtnSubmit.setFont(new Font(\"Comic Sans MS\", Font.PLAIN, 14));\n\t\tbtnSubmit.setBounds(158, 210, 89, 23);\n\t\tframe.getContentPane().add(btnSubmit);\n\t\tframe.setBounds(100, 100, 450, 300);\n\t\tframe.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);\n\t\tframe.setVisible(true);\n\t}", "public void init() {\r\n\t\t\r\n\t\tsetSize(WIDTH, HEIGHT);\r\n\t\tColor backgroundColor = new Color(60, 0, 60);\r\n\t\tsetBackground(backgroundColor);\r\n\t\tintro = new GImage(\"EvilMehranIntroGraphic.png\");\r\n\t\tintro.setLocation(0,0);\r\n\t\tadd(intro);\r\n\t\tplayMusic(new File(\"EvilMehransLairThemeMusic.wav\"));\r\n\t\tinitAnimationArray();\r\n\t\taddKeyListeners();\r\n\t\taddMouseListeners();\r\n\t\twaitForClick();\r\n\t\tbuildWorld();\r\n\t}", "private void initialize() {\n\t\tthis.setBounds(100, 100, 950, 740);\n\t\tthis.setLayout(null);\n\n\t\n\t}", "public FrameIntroGUI() {\n\t\ttry {\n\t\t\tjbInit();\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "private void initialize() {\n\t\tframe = new JFrame();\n\t\tframe.setBounds(100, 100, 450, 300);\n\t\tframe.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\tframe.getContentPane().setLayout(null);\n\t\t\n\t\tJLabel lblCoisa = new JLabel(\"Coisa\");\n\t\tlblCoisa.setBounds(10, 11, 46, 14);\n\t\tframe.getContentPane().add(lblCoisa);\n\t\t\n\t\ttextField = new JTextField();\n\t\ttextField.setBounds(39, 8, 86, 20);\n\t\tframe.getContentPane().add(textField);\n\t\ttextField.setColumns(10);\n\t}", "private void initialize() {\n\t\tthis.setExtendedState(Frame.MAXIMIZED_BOTH);\n\t\tthis.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\n\t\tthis.setResizable(true);\n\t\tthis.screenDimensions = Toolkit.getDefaultToolkit().getScreenSize();\n\t\tthis.getContentPane().setLayout(new BorderLayout());\n\t\t// Initialize SubComponents and GUI Commands\n\t\tthis.initializeSplitPane();\n\t\tthis.initializeExplorer();\n\t\tthis.initializeConsole();\n\t\tthis.initializeMenuBar();\n\t\tthis.pack();\n\t\tthis.hydraExplorer.refreshExplorer();\n\t}" ]
[ "0.7768924", "0.7563384", "0.74402106", "0.73670715", "0.73646426", "0.73560405", "0.7312289", "0.7306752", "0.7296544", "0.72960514", "0.72767645", "0.7270245", "0.72680706", "0.72680706", "0.72132725", "0.7179349", "0.71677345", "0.71392596", "0.7139034", "0.7125148", "0.71056455", "0.7098902", "0.7090839", "0.7080063", "0.70661104", "0.7061685", "0.7060145", "0.7057525", "0.70498586", "0.704171", "0.699382", "0.69764656", "0.69702524", "0.6954254", "0.69361186", "0.6927913", "0.69273305", "0.69230044", "0.6920561", "0.6918503", "0.6912522", "0.69091177", "0.69091177", "0.69091177", "0.69091177", "0.69091177", "0.69091177", "0.69091177", "0.69091177", "0.69091177", "0.69091177", "0.69091177", "0.69091177", "0.690013", "0.6889079", "0.6884748", "0.6870881", "0.686958", "0.68665093", "0.68651116", "0.6861563", "0.68577", "0.685409", "0.68524307", "0.6813908", "0.68120104", "0.6807604", "0.6797142", "0.6790369", "0.6778773", "0.6762812", "0.6745447", "0.6729559", "0.6715483", "0.6710367", "0.6703747", "0.6696647", "0.6691223", "0.6691149", "0.6687921", "0.66698027", "0.6658794", "0.66468936", "0.66404206", "0.6638633", "0.6637054", "0.66360533", "0.66342974", "0.6625141", "0.6623272", "0.6609526", "0.66061854", "0.65991133", "0.65980804", "0.6589159", "0.658592", "0.6584427", "0.6573932", "0.65725994", "0.656847", "0.6558104" ]
0.0
-1
Template method: a method that contains a full prrocess where every action is encapsulated in a function. Any function could be overriden in the subclass to change that part of the process
public void makeTea() { boil(); addSugar(); addTea(); serve(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public abstract void action();", "public abstract void action();", "public abstract void action();", "public abstract void action();", "public abstract void operation();", "@Override\n\tpublic void dosomething() {\n\t\t\n\t}", "abstract public T doSomething();", "@Override\n\tpublic void function() {\n\t\t\n\t}", "abstract public void performAction();", "@Override\r\n \tpublic void process() {\n \t\t\r\n \t}", "public abstract void Do();", "public abstract void onProcess();", "protected abstract void switchOnCustom();", "abstract void method();", "protected abstract void action(Object obj);", "protected abstract void work();", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "abstract void doJob();", "public abstract void call();", "protected abstract void actionExecuted(SUT system, State state, Action action);", "public abstract void task();", "public void process() {\n\n }", "public abstract void t1();", "protected void doSomethingElse()\r\n {\r\n \r\n }", "abstract void sub();", "public abstract void afvuren();", "@Override\r\n\tprotected void processExecute() {\n\r\n\t}", "@Override\n public void action() {\n }", "@Override\n public void action() {\n }", "@Override\n public void action() {\n }", "@Override\n public void act() {\n }", "@Override\n protected void doAct() {\n }", "public abstract void process(final EClass Super, final EClass Sub);", "@Override\r\n\tpublic void runFunc() {\n\r\n\t}", "public abstract void runOperation();", "public void process() {\n\t}", "abstract void exec();", "@Override\r\n\tpublic void action() {\n\t\t\r\n\t}", "@Override\n\tpublic void action() {\n\n\t}", "@Override\n public void action() {\n System.out.println(\"do some thing...\");\n }", "public void act(){\n super.act();\n }", "public abstract void runProcess();", "public void doAction(){}", "public abstract void t3();", "@Override\n\tpublic void process() {\n\t\tInterface2.super.process();\n\t}", "public abstract void doCommand(String command);", "protected void additionalProcessing() {\n\t}", "public abstract void onAction();", "public abstract void doWork();", "abstract void runRoutine();", "public abstract void mo957b();", "public abstract boolean process();", "@Override\n\tpublic void operate() {\n\t\tthis.method2();\n\t\tsuper.operate();\n\t}", "abstract protected void execute();", "@Override\n\tpublic void doIt() {\n\t\t\n\t}", "public abstract void t2();", "@Override\n\tpublic void realFun() {\n\n\t}", "@Override\n\tpublic void call() {\n\t\t\n\t}", "@Override\r\n\tprotected void func03() {\n\t\t\r\n\t}", "@Override\n public void Execute() {\n\n }", "public abstract void run() ;", "protected void execute() {}", "public abstract void processComponent(T o);", "public void doSomething() {\n \n }", "@Override\n\tvoid methodabstract() {\n\t\t\n\t}", "@Override\n protected void prot() {\n }", "abstract protected String performAction(String input);", "abstract void doTaskOnRun();", "public abstract void doPerMoveWork();", "@Override\r\n\tpublic void method() {\n\t\r\n\t}", "public abstract void mh();", "@Override\n\tpublic void dosomething2() {\n\t\t\n\t}", "abstract void trataAltera();", "public void processing();", "public void act() \r\n {\n }", "public void act() \r\n {\n }", "public void act() \r\n {\n }", "@Override\n\tpublic void myWork() {\n\t\t\n\t}", "public abstract void mo102899a();", "protected abstract void execute();", "@Override\n\tpublic void processing() {\n\n\t}", "public abstract void execute();", "public abstract void execute();", "public abstract void execute();", "@Override\n\tpublic void some() {\n\t\t\n\t}", "public void Execute() {\n\n }", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\n\tpublic void anular() {\n\n\t}", "public void act() \n {\n }", "public void act() \n {\n }", "public void act() \n {\n }", "public void act() \n {\n }", "public void act() \n {\n }", "public void act() \n {\n }", "public void act() \n {\n }", "protected void execute() {\n\t\t\n\t}", "@Override\n\tpublic void process(Task task, Page page) {\n\t\t\n\t}", "public abstract void schedule();", "public abstract void processJob() throws Exception;" ]
[ "0.6712487", "0.6712487", "0.6494706", "0.6494706", "0.6494706", "0.6494706", "0.6492496", "0.6463418", "0.6451218", "0.64437604", "0.6359542", "0.6355381", "0.6294245", "0.6260477", "0.6243326", "0.62403864", "0.6223108", "0.6196519", "0.6195481", "0.6194727", "0.61474806", "0.6147328", "0.61473113", "0.6134672", "0.6095812", "0.60907245", "0.60905", "0.60861784", "0.60788023", "0.60786384", "0.60786384", "0.60786384", "0.6073638", "0.60469496", "0.60452867", "0.60389227", "0.60376376", "0.60259026", "0.60096467", "0.6003398", "0.60017484", "0.6001173", "0.6000829", "0.59978974", "0.59542745", "0.59478515", "0.5936073", "0.59300435", "0.5925976", "0.5924728", "0.5908831", "0.59011006", "0.5878372", "0.58718705", "0.5866073", "0.5857782", "0.5857569", "0.5855201", "0.5852657", "0.58414733", "0.58377385", "0.5837062", "0.58297896", "0.5815648", "0.5814209", "0.58079344", "0.5805918", "0.58017176", "0.5795089", "0.5791624", "0.5785773", "0.5777451", "0.57725126", "0.5763988", "0.5755225", "0.57508284", "0.57486963", "0.57486963", "0.57486963", "0.57383794", "0.5726769", "0.5725464", "0.57172316", "0.5708134", "0.5708134", "0.5708134", "0.5705192", "0.5698062", "0.568979", "0.5684966", "0.5683088", "0.5683088", "0.5683088", "0.5683088", "0.5683088", "0.5683088", "0.5683088", "0.56822014", "0.56814766", "0.5680794", "0.56747085" ]
0.0
-1
Sets starting health equal to maxHealth.
public HealthComponent(int maxHealth) { this(maxHealth, maxHealth); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void setHealth() {\n eliteMob.setHealth(maxHealth = (maxHealth > 2000) ? 2000 : maxHealth);\n }", "public void setMaxHealth() {\n\t\tthis.maxHealth *= level / 10;\n\t}", "protected void setBaseMaxHealth(int baseMaxHealth) \r\n\t{\tthis.baseMaxHealth = baseMaxHealth;\t}", "public void setMaxHealth(final int maxHealth) {\n this.maxHealth = maxHealth;\n }", "public void setMaxHealth(int newMaxHealth)\r\n\t{\r\n\t\tMaxHealth = newMaxHealth;\r\n\t}", "public void setHealth(float health)\n {\n if ( health > getMaxHealth() )\n {\n this.health = getMaxHealth();\n }\n else if (health < 0)\n {\n this.health = 0.0f;\n }\n else\n {\n this.health = health;\n }\n\n }", "public void setMaxHealth(float maxHealth)\n {\n float percentage;\n\n if (getMaxHealth() > 0)\n {\n percentage = getHealth() / getMaxHealth();\n }\n else\n {\n percentage = 1.0f;\n }\n\n this.maxHealth = maxHealth;\n\n // Update the health to continue as the same percentage of the max.\n setHealth( getMaxHealth() * percentage );\n }", "protected void setMaxHealthPerLevel(double maxHealthPerLevel) \r\n\t{\tthis.maxHealthPerLevel = maxHealthPerLevel;\t}", "public void setHealthAmount( int count, int maxHealth ) {\n this.currentHealth = count;\n this.maxHealth = maxHealth;\n\n determineState();\n\n //put the bars on the screen\n rootTable.clearChildren();\n for ( int i = 0; i < count; i++ ) {\n rootTable.add( healthMeter.get( i ) ).top().left().size( 25f, 100f );\n }\n }", "protected void setHealth(EntityLivingBase target, int health)\n {\n if (Metamorph.proxy.config.disable_health)\n {\n return;\n }\n\n float ratio = target.getHealth() / target.getMaxHealth();\n float proportionalHealth = Math.round(health * ratio);\n\n this.setMaxHealth(target, health);\n target.setHealth(proportionalHealth <= 0 ? 1 : proportionalHealth);\n }", "public void changeMaxHealth(int i) {\n \t\tmaxHealthModifier += i;\n \t\tif (getMaxHealth() < 1 ){\n \t\t\thealth = 0;\n \t\t\talive = false;\n \t\t}\n \t\tif (getMaxHealth() < health) {\n \t\t\thealth = getMaxHealth();\n \t\t}\n \t}", "public void setHealth(int health) {\n\t\tthis.health = health;\n\t\tif (this.health < 0)\n\t\t\tthis.health = 0;\n\t}", "public void setBaseHealth(int baseHealth)\r\n {\r\n this.mBaseHealth = baseHealth;\r\n }", "protected void setMaxHealth(EntityLivingBase target, int health)\n {\n if (target.getMaxHealth() != health)\n {\n target.getEntityAttribute(SharedMonsterAttributes.MAX_HEALTH).setBaseValue(health);\n }\n }", "public void setHealth(int health)\r\n {\r\n this.health = health;\r\n }", "public void setHealth(int h) {\n setStat(h, health);\n }", "private void setHealth(double healthPercentage) {\n eliteMob.setHealth(this.maxHealth * healthPercentage);\n }", "public void restoreHealth()\r\n {\r\n health = maxHealth;\r\n \r\n say(\"Yay my health is now \" + maxHealth + \"!\");\r\n }", "public void resetHealth() {\n\t\tthis.health = this.getCombatDefinition().getMaxHealth();\n\t}", "public void setHealth(int health) {\n this.health = health;\n }", "public static void setRange(int max) {\r\n\t\tColors.max = max;\r\n\t}", "public void setHealth(float health) {\r\n \t\tthis.health = health;\r\n \t}", "public void setStats(int health, int attack, int defense) {\n\t\tmaxHealth = health;\n\t maxAttack = attack;\n\t maxDefense = defense;\n\t curHealth = maxHealth;\n\t curAttack = maxAttack;\n\t curDefense = maxDefense;\n\t}", "private void setMaxHealth(EliteMobProperties eliteMobProperties) {\n double defaultMaxHealth = eliteMobProperties.getDefaultMaxHealth();\n this.maxHealth = (eliteMobLevel * CombatSystem.PER_LEVEL_POWER_INCREASE * defaultMaxHealth + defaultMaxHealth);\n eliteMob.getAttribute(Attribute.GENERIC_MAX_HEALTH).setBaseValue(maxHealth);\n }", "public void setMax(int max) {\n\t\tif (max <= 0 || max < mProgress) {\n\t\t\tthrow new IllegalArgumentException(String.format(\"Max (%d) must be > 0 and >= %d\", max, mProgress));\n\t\t}\n\t\tmMax = max;\n\t\tinvalidate();\n\t}", "public void setHealth(double health) {\r\n\t\tthis.health = health;\r\n\t}", "public void setHealth(double h){\n health = h;\n }", "public void setHealthScaling(int healthScaling)\r\n {\r\n this.mHealthScaling = healthScaling;\r\n }", "void setMaximum(int max);", "public void setActualHP(int hp) { this.actualHP = Math.max(0, hp); }", "public void SetHealth(int h)\n{\n\thealth=h;\n}", "public Builder setMaxHP(int value) {\n bitField0_ |= 0x00000040;\n maxHP_ = value;\n onChanged();\n return this;\n }", "public Builder setMaxHP(int value) {\n bitField0_ |= 0x00000040;\n maxHP_ = value;\n onChanged();\n return this;\n }", "public Builder setMaxHP(int value) {\n bitField0_ |= 0x00000040;\n maxHP_ = value;\n onChanged();\n return this;\n }", "@Override\n\tpublic void setHealth(double health) {\n\n\t}", "public void setPlayerMaxHealth(Player player) {\n int health=16+(player.getLevel()/2);\n if(health>40) health=40;\n // player.addPotionEffect(new PotionEffect(PotionEffectType.SPEED, Integer.MAX_VALUE, player.getLevel(), true));\n player.setMaxHealth(health);\n }", "protected void setBaseMaxMana(int baseMaxMana) \r\n\t{\tthis.baseMaxMana = baseMaxMana;\t}", "public static void setHealth(int healtha)\r\n\t{\r\n\t\thealth = healtha;\r\n\t}", "public Builder setMaxHP(int value) {\n bitField0_ |= 0x00000020;\n maxHP_ = value;\n onChanged();\n return this;\n }", "public Builder setMaxHP(int value) {\n bitField0_ |= 0x00000010;\n maxHP_ = value;\n onChanged();\n return this;\n }", "public void changeHealth(int i) {\n \t\tif (health + i < getMaxHealth()) {\n \t\t\thealth += i;\n \t\t} else if (health + i > getMaxHealth()) {\n \t\t\thealth = getMaxHealth();\n \t\t} else if (health + i < 1) {\n \t\t\thealth = 0;\n \t\t\talive = false;\n \t\t}\n \t}", "public void setHealth(double Health){\r\n health = Health;\r\n }", "public void heal(float health) {\r\n \t\tthis.health += health;\r\n \t\tif(health > maxHealth) {\r\n \t\t\thealth = maxHealth;\r\n \t\t}\r\n \t}", "public void setMaxValue(int x) {\r\n\t\tmaxValue = x;\r\n\t}", "public Builder setMaxHP(int value) {\n bitField0_ |= 0x00002000;\n maxHP_ = value;\n onChanged();\n return this;\n }", "public void resetDamage(int maxDamage){\n\t\tthis.maxHealth = maxDamage;\n\t\tthis.shipDamage = new int[this.shipSize];\n\t\tfor (int i = 0; i < this.shipDamage.length; i++){\n\t\t\tthis.shipDamage[i] = maxDamage;\n\t\t}\n\t}", "@Override\r\n\tprotected void setHealth( double newHealth ) \r\n\t{\r\n\t\tthis._health = this._health - newHealth;\r\n\t}", "public void setMax(int max)\n\t{\n\t\tif (max < 0)\n\t\t\tthrow new IllegalArgumentException(\"max < 0\");\n\t\tthis.max = max;\n\t}", "public void setMana(float mana)\n {\n if ( mana > getMaxMana() )\n {\n this.mana = getMaxMana();\n }\n else if (mana < 0.0f)\n {\n this.mana = 0.0f;\n }\n else\n {\n this.mana = mana;\n }\n }", "public void setMaximum( final double max )\n\t{\n\t\tthis.max = max;\n\t\tthis.oneOverMax = 1d / this.max;\n\t}", "private static int maxHealth(int health){\r\n int mHealth = 0;\r\n mHealth = health + 5;\r\n return mHealth; \r\n }", "public void setMax(int max) {\n this.max = max;\n }", "public void setMax(int max) {\n this.max = max;\n }", "private void setHealth(Player p, int health)\n {\n int current = p.getHealth();\n \n // If the health is 20, just leave it at that no matter what.\n int regain = health == 20 ? 20 : health - current;\n \n // Set the health, and fire off the event.\n p.setHealth(health);\n EntityRegainHealthEvent event = new EntityRegainHealthEvent(p, regain, RegainReason.CUSTOM);\n Bukkit.getPluginManager().callEvent(event);\n }", "public abstract void setHealth(int health);", "public void setMaximum( final int value ) {\n checkWidget();\n if( 0 <= minimum && minimum < value ) {\n maximum = value;\n if( selection > maximum - thumb ) {\n selection = maximum - thumb;\n }\n }\n if( thumb >= maximum - minimum ) {\n thumb = maximum - minimum;\n selection = minimum;\n }\n }", "public void setCurrentHP(final int newHP) {\n this.currentHP = Math.max(Math.min(newHP, maxHP), 0);\n }", "public final void adjustLimits(int max) {\n this.invalid = false;\n if (this.value < 1) {\n this.value = 1;\n this.invalid = true;\n }\n if (max > 0) {\n if (this.value > max) {\n this.value = max;\n this.invalid = true;\n }\n }\n }", "public void setMax(int max) {\r\n\t\tif (!(max <= 0)) { // Check to make sure it's greater than zero\r\n\t\t\tif (max <= mProgress) {\r\n\t\t\t\tmProgress = 0; // If the new max is less than current progress, set progress to zero\r\n\t\t\t\tif (mOnCircularSeekBarChangeListener != null) {\r\n\t\t\t\t\tmOnCircularSeekBarChangeListener.onProgressChanged(this, mProgress, false);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tmMax = max;\r\n\r\n\t\t\trecalculateAll();\r\n\t\t\tinvalidate();\r\n\t\t}\r\n\t}", "@Override\n public int maxHealth() {\n return 25;\n }", "@Override\n protected void applyEntityAttributes() {\n super.applyEntityAttributes();\n this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(100.0);\n }", "public void setMaximum(Number max) {\n this.max = max;\n }", "public void setMaxValue(int maxValue) {\n this.maxValue = maxValue;\n }", "protected final void setMax(Comparable max)\r\n {\r\n myMax = max;\r\n }", "public void setCurHealth(final int curHealth) {\n this.curHealth = curHealth;\n }", "public void setMaxMana(float maxMana)\n {\n float percentage;\n\n if (getMaxMana() > 0)\n {\n percentage = getMana() / getMaxMana();\n }\n else\n {\n percentage = 1.0f;\n }\n\n this.maxMana = maxMana;\n\n // Update the mana to continue as the same percentage of the max.\n setMana( getMaxMana() * percentage );\n }", "public void setMinMax(double min, double max)\n {\n if (max == min)\n throw new IllegalArgumentException(\"Max value must be bigger than Min value!\");\n\n this.min = min;\n this.max = max;\n if (max < min)\n {\n this.max = min;\n this.min = max;\n }\n }", "public void makeHero()\r\n { \r\n maxHealth = 100;\r\n health = maxHealth;\r\n }", "public void resetHP(){\r\n this.currHP = this.maxHP;\r\n }", "protected void setMaxManaPerLevel(double maxManaPerLevel) \r\n\t{\tthis.maxManaPerLevel = maxManaPerLevel;\t}", "public void SetMaxVal(int max_val);", "public void setMaxShield(int max_shield) {\n this.max_shield = max_shield;\n }", "public void setCurHealth(final int curHealth)\n\t{\n\t\tthis.curHealth = curHealth;\n\t}", "public void setMaxAmount(int max) {\n _max = max;\n }", "public void setRange(double min, double max) {\n super.setRange(min, max);\n }", "public void setMax ( Point max ) {\r\n\r\n\tsetB ( max );\r\n }", "public SettingInteger setValidRange(int min, int max) { _minValue = min; _maxValue = max; return this; }", "public void setMaxMin(long maxMin) {\n\t\tthis.maxMin = maxMin;\r\n\t}", "public void setMaxRange(int max_range) {\n\t\t// Do not allow negative numbers\n\t\tthis.max_range = Math.max(0, max_range);\n\t}", "private void setMax(int max) { this.max = new SimplePosition(false,false,max); }", "public void setProgressAndMax(int progress, int max) {\n\t\tif (progress > max || progress < 0) {\n\t\t\tthrow new IllegalArgumentException(String.format(\"Progress (%d) must be between %d and %d\", progress, 0, max));\n\t\t} else if (max <= 0) {\n\t\t\tthrow new IllegalArgumentException(String.format(\"Max (%d) must be > 0\", max));\n\t\t}\n\n\t\tmProgress = progress;\n\t\tmMax = max;\n\t\tinvalidate();\n\t}", "@Override\n public void setMaxRange(int maxRange) {\n this.maxRange = maxRange;\n }", "public void setMaxValue(double x) {\r\n\t\tmaxValue = x;\r\n\t}", "public int getMaxHealth() {\r\n return maxHealth;\r\n }", "public void setMinHealthyPercentage(Integer minHealthyPercentage) {\n this.minHealthyPercentage = minHealthyPercentage;\n }", "public void setMax( float max )\n { \n this.max = max;\n show_text();\n }", "public static void heal(LivingEntity ent) {\n\t\tAttributeInstance maxHealth = ent.getAttribute(Attribute.GENERIC_MAX_HEALTH);\n\t\tif(maxHealth != null) {\n\t\t\tent.setHealth(maxHealth.getValue());\n\t\t}\n\t\tif(ent instanceof Player) {\n\t\t\tPlayer p = (Player) ent;\n\t\t\tp.setFoodLevel(20);\n\t\t\tp.setSaturation(20);\n\t\t}\n\t}", "public void setMaximumValue (double max) {\r\n\t\tmaxValue = new Double(max);\r\n\t}", "public Enemy(String name, int health, String description, int minHit, int maxHit) {\n maxHealth = health; // set the max health\n healthPoints = health; // set the current health (to max)\n enemyName = name; // set the health\n this.description = description; // set the description\n this.maxHit = maxHit; // set the max hit\n this.minHit = minHit; // set the min hit\n }", "@Test\n\tpublic void testSetHealth() {\n\t\tnpc.setLevel(1);\n\t\tnpc.setHealth(10);\n\t\tassertTrue(npc.getBaseHealth() == 10);\n\t\tnpc.setHealth(35);\n\t\tassertFalse(npc.getBaseHealth() == 10);\n\t\tassertTrue(npc.getBaseHealth() == 35);\n\t}", "public synchronized void setHighUnits(int cMax)\n {\n if (cMax < 0)\n {\n throw new IllegalArgumentException(\"high units out of bounds\");\n }\n\n boolean fShrink = cMax < m_cMaxUnits;\n\n m_cMaxUnits = cMax;\n\n // ensure that low units are in range\n setLowUnits((int) (m_dflPruneLevel * cMax));\n\n if (fShrink)\n {\n checkSize();\n }\n }", "public void _setMax(float max)\r\n {\r\n if (valueClass.equals(Float.class))\r\n {\r\n setMaximum((int) (max * 100));\r\n } else\r\n {\r\n setMaximum((int) max);\r\n }\r\n }", "public int getMaxHealth() {\n return maxHealth;\n }", "void setMaxValue();", "public void resetHealth(){\n curHp = healthPoint;\n }", "public void incrementCurrentHealth(int healingValue) {\n\t\tcurrentHealth = Math.min(currentHealth + Preconditions.checkGreaterThanZero(healingValue), maxHealth);\n\t}", "public void setRange(int min, int max) {\n range = new PriceRange();\n range.setMaximum(max);\n range.setMinimum(min);\n }", "public void setMaxPrelevabile(float max) {\n\t\tbuttonMax.setText(String.valueOf(max));\n\t\tbutton50.setEnabled((max >= 50));\n\t\tbutton100.setEnabled((max >= 100));\n\t\tbutton150.setEnabled((max >= 150));\n\t\tbutton250.setEnabled((max >= 250));\n\t\tbutton500.setEnabled((max >= 500));\n\t}", "public float getMaxHealth()\n {\n return maxHealth;\n }", "public void buyHealth() {\n this.healthMod++;\n heathMax += 70 * healthMod;\n }" ]
[ "0.7448637", "0.73923993", "0.7355645", "0.7354305", "0.7348336", "0.72963977", "0.70303696", "0.68686354", "0.68009156", "0.67635053", "0.67419434", "0.66942555", "0.65859836", "0.6510059", "0.64567614", "0.6452875", "0.6441975", "0.64393073", "0.6432136", "0.6419908", "0.63840413", "0.6290581", "0.62594986", "0.6253419", "0.62380326", "0.6231749", "0.6206472", "0.6206427", "0.6192206", "0.6187784", "0.6144491", "0.61205494", "0.612021", "0.612021", "0.609241", "0.6084657", "0.6079356", "0.607804", "0.60733867", "0.606475", "0.6043231", "0.6027217", "0.60271037", "0.6026367", "0.59930885", "0.59875345", "0.5977204", "0.5972622", "0.5965494", "0.59652454", "0.5958661", "0.59558064", "0.59558064", "0.59544724", "0.59168416", "0.5900744", "0.5898518", "0.58515096", "0.5847904", "0.58455855", "0.5837624", "0.58308816", "0.58203936", "0.5800041", "0.5797792", "0.5787262", "0.5784278", "0.5765579", "0.57616496", "0.57466567", "0.57462144", "0.5741067", "0.57355046", "0.57326925", "0.5730102", "0.57290375", "0.57290167", "0.57187843", "0.5717652", "0.57105744", "0.57051176", "0.5694682", "0.5691241", "0.5655564", "0.56488866", "0.5640676", "0.56315285", "0.563006", "0.5629389", "0.5626328", "0.56186706", "0.5604127", "0.5603545", "0.559549", "0.55871415", "0.5570574", "0.55703735", "0.55659896", "0.55536866", "0.5548968" ]
0.64133173
20
capacity of the cache
public MyLRUCache(int capacity) { this.capacity = capacity; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getCapacity();", "public int capacity();", "public int capacity();", "public final int capacity() {\n return packetCache.getCapacity();\n }", "public Long getCapacity() {\n return capacity;\n }", "BigDecimal getCacheSpaceAvailable();", "abstract protected int getCapacity();", "public static int getCapacity() {\n\t\treturn capacity ;\n\t}", "public int getCapacity() {\r\n return this.capacity;\r\n }", "public double getCapacity() {\n\t\treturn capacity;\n\t}", "public int getCapacity()\n {\n return capacity;\n }", "int capacity();", "int capacity();", "public abstract int capacity();", "public int getCapacity() {\r\n return capacity;\r\n }", "public int getCapacity() {\r\n return capacity;\r\n }", "public int getCapacity() {\r\n return capacity;\r\n }", "public float getCapacity();", "public int getCapacity() {\n return capacity;\n }", "public int getCapacity() {\n return capacity;\n }", "public int getCapacity() {\n return capacity;\n }", "public int getCapacity() {\n return capacity;\n }", "public int getCapacity() {\n\t\treturn mCapcity;\n\t}", "public Integer getCapacity() {\n return capacity;\n }", "public int getCapacity() {\r\n\r\n return capacity;\r\n }", "public long capacity() {\n return CoreJni.capacityInCoreResourceArray(this.agpCptr, this);\n }", "public final int getCapacity() {\n\t\treturn capacity;\n\t}", "public int getCapacity() {\n\n\t\treturn this.capacity;\n\t}", "public int getCapacity( )\n {\n // Implemented by student.\n }", "public int getCapacity() {\n\n\t\treturn capacity;\n\t}", "public final int getCapacity()\n {\n return m_pool.length;\n }", "@Override\n public int getCacheSize() {\n return 4 + 20 * (4 + 4 + 8);\n }", "public int capacity()\n {\n return capacity;\n }", "@Override\n public int getCacheSize() {\n return 4 + 20 * 88;\n }", "public int capacity() {\n\t\treturn this.capacity;\n\t}", "public int capacity() {\n return this.capacity;\n }", "public int capacity() {\r\n\t\treturn this.capacity;\r\n\t}", "public int capacity() {\n return capacity;\n }", "int getCacheSizeInMiB();", "com.cantor.drop.aggregator.model.CFTrade.Capacity getCapacity();", "public int getCacheSize();", "OrderCapacity getOrderCapacity();", "public int capacity() {\n\t\t// Report max number of elements before expansion\n\t\t// O(1)\n\t\treturn data.length;\n\t}", "public int capacity() {\r\n return htable.length;\r\n }", "int getCurrentCacheSize();", "public int getCapacity() {\n\t\treturn this.maxCapacity;\n\t}", "public int capacity()\r\n/* 81: */ {\r\n/* 82:116 */ ensureAccessible();\r\n/* 83:117 */ return this.array.length;\r\n/* 84: */ }", "@Override\n public int Capacity() {\n return current_capacity;\n }", "public int getInitialCapacity();", "@Override\n\tpublic long getMaxCacheSize() {\n\t\treturn 0;\n\t}", "int getSize() {\n synchronized (lock) {\n return cache.size();\n }\n }", "public int getCapacity( Resource.Type type );", "public int getCacheSize() {\n\t\treturn _cacheSize;\n\t}", "@Override\n public int getCacheSize() {\n return 4 + this.arraySet.getTotalBytesSize();\n }", "public int getCacheSize() {\n return cache.size();\n }", "long getCacheHits();", "ResourceSkuCapacity capacity();", "SchemaCache(int capacity) {\n super(64, 0.75f, true);\n this.capacity = capacity;\n }", "public int capacity() { return store.length; }", "public double getRemainingCapacity() {\r\n return capacity;\r\n }", "int getMaximumCacheSize();", "@Override\n\tpublic long getCacheSize() {\n\t\treturn 0;\n\t}", "public synchronized int getAvailableCapacity() {\n \n return (max_capacity-this.capacity);\n }", "public double getOCapacity() {\n return oCapacity;\n }", "public int getCapacity() {\n\t\tfinal String key = ConfigNames.CHILD_THREADS.toString();\n\n\t\tif (getJson().isNull(key)) {\n\t\t\treturn 0;\n\t\t}\n\n\t\treturn getJson().getInt(key);\n\t}", "@Override\n public int getCacheSize() {\n return 4 * 1024 * 1024;\n }", "@java.lang.Override\n public int getAvailableCapacity() {\n return availableCapacity_;\n }", "@Override\n\tpublic int size() {\n\t\treadLock.lock();\n\t\ttry {\n\t\t\treturn cache.size();\n\t\t} finally {\n\t\t\treadLock.unlock();\n\t\t}\n\t}", "int getCacheConcurrency();", "@Override\n public int getCapacity() {\n return room.getCapacity();\n }", "public int getCargoCapacity() { // get the cargo capacity\n\t\treturn cargoCapacity;\n\t}", "public static int getCapacity () {\n\t\tcapacity = nbrOfHouses*Barn.getCapacity();\n\t\treturn capacity;\n\t}", "public int size() {\n return cache.size();\n }", "@Override\n public int size() {\n return this.capacity;\n }", "@java.lang.Override\n public int getAvailableCapacity() {\n return availableCapacity_;\n }", "public int getTotalCapacity() {\n return totalCapacity;\n }", "public final synchronized int getMaximumSize() {\n\t\treturn cacheSize;\n\t}", "public int getCacheSize(){ return Integer.parseInt(cacheSize.getText()); }", "public int getCapacity() {\n switch (getID()) {\n case 5509:\n return 3;\n case 5510:\n case 5511:\n return 6;\n case 5512:\n case 5513:\n return 9;\n case 5514:\n case 5515:\n default:\n return 12;\n }\n }", "@Override\n public int getMaxCapacity() {\n return 156250000;\n }", "Integer backlogCapacity();", "@SuppressWarnings( \"unused\" )\n public int capacity() {\n return buffer.capacity() - buffer.limit();\n }", "public int capacity() {\n\t\treturn elements.length();\n\t}", "@Override\n public int requestAvailableCapacity() {\n int total = facility.getCapacity();\n for (Facility facility : facilities) {\n total += facility.getCapacity();\n }\n return total;\n }", "public int size() {\r\n\t\treturn cache.size();\r\n\t}", "public int getCacheMaxSizeKB() {\n return (cacheHandler.getMaxCacheSizeKB());\n }", "public int freeCapacity() {\n\t\treturn this.capacity - this.flow;\n\t}", "private void ensureCapacity() {\r\n\t\t\tdouble loadFactor = getLoadFactor();\r\n\r\n\t\t\tif (loadFactor >= CAPACITY_THRESHOLD)\r\n\t\t\t\trehash();\r\n\t\t}", "int getCachedCount();", "boolean hasCapacity();", "public void setCapacity(int value) {\n this.capacity = value;\n }", "@Override\n\tpublic int getSizeToCache() {\n\t\treturn 0;\n\t}", "public double getCapacity() {\n\t\tIterator<Ball> it = this.contents.iterator();\n\t\tdouble retVal = 0;\n\t\twhile (it.hasNext()) {\n\t\t\tretVal += it.next().getCapacity();\n\t\t}\n\t\treturn retVal;\n\t}", "@java.lang.Override\n public int getMaximumCapacity() {\n return maximumCapacity_;\n }", "public static long getCacheSize() {\n return sDiskLruCache.size();\n }", "@Test\n public void capacityTest() {\n // TODO: test capacity\n }", "public int capacity(Edge e) {\n\t\tif(mcg!=null)\n\t\t{\n\t\t\treturn mcg.capacity(e);\n\t\t}\n\t\treturn 0;\n\t}", "public int getRemainingCapacity() { // get the remaining capacity\n\t\treturn maximumCapacity - cargoCapacity;\n\t}", "public int capacity()\n\t{\n\t\treturn employeeData.length;\n\t}", "@GET\n @Path(\"/managed-capacity\")\n @Consumes({ MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON })\n @Produces({ MediaType.APPLICATION_JSON })\n public ManagedResourcesCapacity getManagedCapacity() {\n\n ManagedResourcesCapacity resources = null;\n try {\n resources = getCapacityDataResource();\n } catch (Exception ex) {\n // failed to find capacity in the database, try to compute directly\n try {\n resources = ManagedCapacityImpl.getManagedCapacity(_dbClient);\n } catch (InterruptedException ignore) {\n // impossible\n }\n }\n return resources;\n }" ]
[ "0.77109396", "0.75720525", "0.75720525", "0.75685203", "0.7550667", "0.75335586", "0.75055313", "0.7462042", "0.74031574", "0.7402498", "0.73967546", "0.7384417", "0.7384417", "0.73536396", "0.7334692", "0.7334692", "0.7334692", "0.7315554", "0.73153466", "0.73153466", "0.73153466", "0.73153466", "0.73076993", "0.7292303", "0.72812444", "0.72540784", "0.7247529", "0.7242327", "0.7237406", "0.72128254", "0.71829516", "0.7143896", "0.70853317", "0.7081354", "0.7051359", "0.70453197", "0.7043484", "0.7000403", "0.69608283", "0.6948319", "0.694546", "0.6939018", "0.6920557", "0.6877639", "0.6843817", "0.68393564", "0.68306184", "0.68246204", "0.6791498", "0.67551476", "0.6747449", "0.67448705", "0.6744668", "0.674441", "0.67442495", "0.67424953", "0.67318195", "0.6716566", "0.67116123", "0.6702549", "0.6697177", "0.6696496", "0.6695446", "0.66947204", "0.6679296", "0.6679244", "0.6678545", "0.6676418", "0.6666584", "0.66645044", "0.66521275", "0.66077924", "0.65881366", "0.65691096", "0.6565336", "0.65628856", "0.65593654", "0.65582466", "0.6555359", "0.65550643", "0.6550057", "0.65431195", "0.6535864", "0.65348995", "0.64744365", "0.64597446", "0.64252657", "0.64155483", "0.63972706", "0.63863754", "0.63802236", "0.6366151", "0.63584816", "0.6356381", "0.63554424", "0.63507015", "0.6349806", "0.63281584", "0.63174534", "0.6307486" ]
0.65021765
84
/ removes the node from the queue
void removeNode(CacheNode<K, V> node) { concurrentList.remove(node); // O(1) operation. }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic Node removeNode() {\n\t\tif(isEmpty())\n\t\t\treturn null;\n\t\t// BreadthFirstSearch using a queue, first in first out principle\n\t\treturn frontier.removeFirst();\n\t}", "public void remove() {\n\t\tprocess temp = queue.removeFirst();\n\t}", "Node dequeue() {\n Node n = queue.removeFirst();\n queueSet.remove(n);\n return n;\n }", "public void dequeue()\n\t{\n\t\tq.removeFirst();\n\t}", "public void remove() {\n removeNode(this);\n }", "public void pop() {\n queue.remove();\n }", "public void remove() {\n btRemove().push();\n }", "public void remove() {\n btRemove().push();\n }", "public void dequeue() {\n\t\tObject ret_val = todequeue();\n\t\tif(ret_val == null)\n\t\t\tSystem.out.println(\"The queue is empty\");\n\t\telse\n\t\t\tSystem.out.println(\"Removed: \" + ret_val);\n\t}", "@Override\n\tpublic E deQueue() {\n\t\treturn list.removeFirst();\n\t}", "public void remove(){\n\t\tqueueArray[1][0] = null;\n\t\tqueueArray[1][1] = null;\n\t}", "private E remove(Node node) {\n\n\t\tNode q = mHead;\n\n\t\tNode p = mHead.next;\n\n\t\twhile (p != node) {\n\n\t\t\tq = p;\n\t\t\tp = p.next;\n\t\t}\n\n\t\tq.next = p.next;\n\n\t\treturn node.data;\n\t}", "public void remove () { this.setAsDown(); n.remove(); }", "public T remove() throws EmptyQueueException;", "public void remove () {}", "public void remove() {\r\n\t\theadNode.link = headNode.link.link;\r\n\t\tsize--;\r\n\t}", "Object dequeue();", "Object dequeue();", "void removeNode(NodeKey key);", "E dequeue();", "E dequeue();", "E dequeue();", "public Queue<T> deQueue();", "public void remove ( ) {\n\t\texecute ( handle -> handle.remove ( ) );\n\t}", "public void dequeue() {\r\n saf.remove(0);\r\n }", "public T dequeue()\n\t{\n\t\tNode<T> eliminado = head;\n\t\thead = head.getNext();\n\t\tif(head == null)\n\t\t{\n\t\t\ttail = null;\n\t\t}\n\t\tsize--;\n\t\treturn eliminado.getElement();\n\t}", "public void onRemoveNode(Node node) {\n\t}", "public void pop() {\n queue.remove(0);\n }", "public void removeFromQueue(Player player) {\n }", "private E remove(Node<E> node) {\n Node<E> predecessor = node.getPrev();\n Node<E> successor = node.getNext();\n predecessor.setNext(successor);\n successor.setPrev(predecessor);\n size--;\n return node.getElement();\n }", "public Node removeFromChain();", "private T remove(Node<T> node) {\n if (node == sentinel) {\n return null;\n }\n\n Node<T> next = node.next;\n Node<T> prev = node.prev;\n\n prev.next = next;\n next.prev = prev;\n size--;\n\n return node.value;\n }", "T dequeue();", "T dequeue();", "public void removeNode(Node<E> node) {\n super.removeNode(node);\n addNodeToCache(node);\n }", "public void remove();", "public void remove();", "public void remove();", "public void remove();", "public void remove();", "private E remove() {\n if (startPos >= queue.length || queue[startPos] == null) throw new NoSuchElementException();\n size--;\n return (E) queue[startPos++];\n }", "public E dequeue();", "public void removeNode(NodeBINE node) {\n statistic.log(Type.REMOVED_NODES);\n if (removedNodeIds.contains(node.getId())) {\n System.err.println(\"Node: \" + node.getId() + \" already removed\");\n } else {\n removedNodeIds.add(node.getId());\n //storeNode(node);\n }\n nodes.remove(node.getId());\n }", "public void dequeue() {\n if (!isEmpty()) { //caso esteja vazia retorna -1\n\n Node temp = first;\n // desloca o topo para o prox no\n first = first.next;\n if (first == null) {\n last = null;\n }\n iSize--;\n }\n\n }", "public void remove() {\n\t itr.remove();\n\t size--;\n\t nextCount--;\n\t }", "public void remove() {\n\t itr.remove();\n\t size--;\n\t nextCount--;\n\t }", "private void removeTailElement(){\n JavaBaseTask removed = items.remove(tail.getKey());\n System.out.println(\"element with index : \" + removed.getKey() + \"has been deleted doe to cache eviction\");\n tail = tail.previous;\n var headAu = head;\n while (headAu.next != null){\n headAu = headAu.next;\n }\n headAu = headAu.previous;\n headAu.next = null;\n }", "public void remove() {\n\t}", "public void remove() {\n\t}", "public Object deQueue()\n {\n if(this.isEmpty()){throw new QueueUnderflowException();}\n Node temp = this.front;\n front = front.getNext();\n if(this.isEmpty()){this.rear = null;}\n return temp.getData();\n }", "private T remove(Node<T> rm_node) {\n //if(node.previous == null) return removeFirst(); //If its a first node to remove.\n //if(node.next == null) return removeLast(); //If it's last node to remove.\n\n rm_node.next.previous = rm_node.previous; //pointing deleting nodes next element to deleting nodes prev. 3 <--- 4 ---> 5\n rm_node.previous.next = rm_node.next; //pointing deleting nodes prev element to deleting nodes next. deleting 4\n\n T data = rm_node.data; //to return deleted node data.\n\n rm_node.data = null;\n rm_node = rm_node.previous = rm_node.next = null; //Clearing node\n --size;\n\n return data;\n }", "public void remove() {\n\t }", "public void remove() {\n\t }", "public void remove() {\n\t }", "public T dequeue();", "private E removeNode(Node n) {\n \tassert (n != sentinel);\n \tn.succ.pred = n.pred;\n \tn.pred.succ = n.succ;\n \tsize--;\n \treturn n.data;\n }", "public void remove() { \n if (lastAccessed == null) throw new IllegalStateException();\n Node x = lastAccessed.previous;\n Node y = lastAccessed.next;\n x.next = y;\n y.previous = x;\n size--;\n if (current == lastAccessed) current = y;\n else index--;\n lastAccessed = null;\n }", "void remove();", "void remove();", "void remove();", "void remove();", "void remove();", "public void removeItem(LLNode node)\r\n {\r\n LLNode prev = node.prev;\r\n LLNode next = node.next;\r\n\r\n if (prev != null) prev.next = next;\r\n else head = next;\r\n\r\n if (next != null) next.prev = prev;\r\n else tail = prev;\r\n nItems--;\r\n synchronized (nodeMutex)\r\n {\r\n nodePool.addElement(node);\r\n }\r\n }", "public void remove() {\r\n //\r\n }", "public Object remove(int index){\r\n return dequeue(); //calls the dequeue method\r\n }", "void deleteQueue();", "@Override\r\n\tpublic Object dequeue(){\r\n\t\tcheck();\r\n\t\tNode temp = head;\r\n\t\thead = head.next;\r\n\t\tsize--;\r\n\t\treturn temp.value;\r\n\t}", "private E removeAfter(Node<E> node) // private\n {\n Node<E> temp= node.next;\n if(temp != null)\n {\n arrDeleted.add(temp); // silinen node , saklandı\n node.next = temp.next;\n size--;\n return temp.data;\n }\n else\n return null;\n }", "public void dequeue() {\n if (!isEmpty()) { //se estiver vazia retorna -1\n\n No temp = inicio;\n // move o topo para o prox nó\n inicio = inicio.next;\n if (inicio == null) {\n fim = null;\n }\n size--;\n }\n\n }", "public void remove() {\r\n return;\r\n }", "public void remove(){\n if(!isAfterNext)//flag false so next has not been called\n {\n throw new IllegalStateException();\n \n }\n if(position == first){\n removeFirst();//calls LL method because we re an inner class\n \n }\n else{\n previous.next = position.next;// move ref of previou to node after me \n }\n position = previous; \n isAfterNext= false;\n //first call to remove the current position reverts to the predecessor \n //of remove element thus predecessor is no longer known \n }", "public E remove(){\r\n if(isEmpty())\r\n return null;\r\n \r\n //since the array is ordered, the highest priority will always be at the end of the queue\r\n //--currentSize will find the last index (highest priority) and remove it\r\n return queue[--currentSize];\r\n }", "public void remove() {\n\n\t\tif (size() > 1) {\n\n\t\t\tNode node = head;\n\n\t\t\tfor (int i = 0; i < size() - 1; i++) {\n\n\t\t\t\tnode = node.getNextNode();\n\n\t\t\t}\n\n\t\t\tif (node != null) {\n\n\t\t\t\tnode.setNextNode(null);\n\t\t\t\tsize--;\n\n\t\t\t}\n\n\t\t} else if (size() == 1) {\n\n\t\t\thead = null;\n\t\t\tsize--;\n\n\t\t}\n\n\t}", "private Node popNode() {\n\t\treturn open.remove(0);\n\t}", "public E remove() throws FileQueueClosedException;", "public void removeNode()\n\t{\n\t\tif (parent != null)\n\t\t\tparent.removeChild(this);\n\t}", "@Override\r\n\tpublic void removeElement(K key) {\n\t\tque.remove(key);\r\n\t\thashMap.remove(key);\r\n\t}", "public BufferSlot remove();", "Object remove();", "public void dequeue()\n {\n System.out.println(\"Question #\"+ questionList.get(0).getQNum()\n + \" is removed from the queue.\");\n questionList.remove(0);\n count--;\n }", "public void remove(Node node) {\n\t\tNode cloneNode = node;\n\t\tint index = indexOf(cloneNode.block);\n\t\tif (index != (-1)){\n\t\t\tgetNode(index - 1).next = cloneNode.next;\n\t\t\tgetNode(index + 1).previous = cloneNode.previous;\n\t\t\tsize--;\n\t\t\t\n\t\t}\n\t}", "public void dequeue() {\r\n\t\tif(head.prev == null && head.next == null) { //If the only node in the list is the head, set everything equal to null and return\r\n\t\t\thead = null;\r\n\t\t\tprintQueue();\r\n\t\t\treturn;\r\n\t\t}\r\n\t\thead = head.next; //The new head is the node after the previous head\r\n\t\thead.prev = tail; //The previous node to the head is set to tail\r\n\t\tsize--;\r\n\t\tprintQueue();\r\n\t}", "public void remove(){\n }", "public Object dequeue()\n {\n return queue.removeFirst();\n }", "public Item dequeue() {\n \t if (size==0){\n \t \tthrow new NoSuchElementException();\n \t }\n \t int index = StdRandom.uniform(size);\n // System.out.println(\"The index of the removed number is: \" + index);\n \t Node p=sentinel.next.next;\n \t for (int i = 0; i < index; i++){\n p = p.next; \n \t }\n \t p.prev.next = p.next;\n \t p.next.prev = p.prev;\n \t size = size - 1;\n \t return p.item;\n }", "@Override\n public PaintOrder remove() {\n if (!queue.isEmpty()) {\n var temp = queue.remove();\n processedOrders ++;\n currentOrders --;\n queuedOrders --;\n return temp; \n }\n return null;\n }", "public static Object dequeue() {\t \n if(queue.isEmpty()) {\n System.out.println(\"The queue is already empty. No element can be removed from the queue.\"); \n return -1;\n }\n return queue.removeFirst();\n }", "@Override\n\tpublic TreeNode remove() {\n\t\treturn null;\n\t}", "void dequeue() \n { \n // If queue is empty, return NULL. \n if (this.front == null) \n return; \n \n // Store previous front and move front one node ahead \n LinkedListQueue temp = this.front; \n this.front = this.front.next; \n \n // If front becomes NULL, then change rear also as NULL \n if (this.front == null) \n this.rear = null; \n }", "public void dequeueFromBack() {\r\n\t\tif (head == null) { //If there is no head (meaning the list is empty), don't do anything\r\n\t\t\tprintQueue();\r\n\t\t\treturn;\r\n\t\t}\r\n\t\t\r\n\t\tNode current = head; //Instantiated node to cycle through list\r\n\t\tfor(int i = 1; i < size; i++) { //Loop to get instantiated node to the end of the list\r\n\t\t\tcurrent = current.next;\r\n\t\t\tcurrent.prev.index--;\r\n\t\t}\r\n\t\t\r\n\t\tif(current.prev == tail && current.next == tail) { //If there is only one node left, set it equal to null\r\n\t\t\thead = null;\r\n\t\t\tprintQueue();\r\n\t\t\treturn;\r\n\t\t}\r\n\t\t\r\n\t\tcurrent.prev.next = head; //The previous node's next node is removed\r\n\t\ttail = current.prev;\r\n\t\tsize--;\r\n\t\tprintQueue();\r\n\t}", "@Override\n\t\tpublic void remove() {\n\t\t\t\n\t\t}", "@Override\n\t\tpublic void remove() {\n\t\t\t\n\t\t}", "@Override\r\n\tpublic void remove() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void remove() {\n\t\t\r\n\t}", "E remove(E element) {\n\t\t\tshort index = (short)((element.hashCode() >> 24) & 0x000000FF);\n\t\t\tE obj = nodes[index].remove(this, element.hashCode(), (byte) 1);\n\t\t\tif (obj != null) {\n\t\t\t\tsize--;\n\t\t\t}\n\t\t\treturn obj;\n\t\t}", "T dequeue() {\n return contents.removeFromTail();\n }", "void removeFromQueue(ActionEvent event){\n model.getQueueList().remove(podcast);\n podcast.setQueued(false);\n podcast.togglePlaying();\n cm.hide();\n }", "public void remove() {\n\n }", "@Override\r\n public void remove() {\n Node current = exp.head;\r\n if( current.next == null ){\r\n exp.head = null;\r\n }\r\n\r\n while( current.next.next != null ){\r\n current = current.next;\r\n }\r\n current.next = null; // current.next son elemani gosterir.\r\n\r\n }", "public Object dequeue(){\r\n return super.remove(size()-1);\r\n }" ]
[ "0.7495598", "0.73767185", "0.7212336", "0.71052593", "0.7040564", "0.70254266", "0.70039487", "0.70039487", "0.69708616", "0.6935338", "0.6905389", "0.6901824", "0.6893639", "0.68855965", "0.6852035", "0.6772896", "0.6770665", "0.6770665", "0.67599136", "0.67508453", "0.67508453", "0.67508453", "0.67214525", "0.67140716", "0.6699661", "0.6689635", "0.6687272", "0.66770816", "0.66592264", "0.66557527", "0.6640512", "0.663961", "0.6627933", "0.6627933", "0.6623543", "0.66067004", "0.66067004", "0.66067004", "0.66067004", "0.66067004", "0.66032463", "0.6568897", "0.65669745", "0.65591955", "0.65584457", "0.65584457", "0.6556507", "0.65444654", "0.65444654", "0.6542679", "0.6538913", "0.65383184", "0.65383184", "0.65383184", "0.6537934", "0.65361977", "0.6518194", "0.6496381", "0.6496381", "0.6496381", "0.6496381", "0.6496381", "0.6492339", "0.6485092", "0.6484552", "0.6476956", "0.6473048", "0.6467952", "0.64601284", "0.6455899", "0.6453901", "0.64527416", "0.64454734", "0.64420784", "0.6426404", "0.64263403", "0.64166313", "0.64158314", "0.6411108", "0.63974905", "0.63961786", "0.6378756", "0.637855", "0.63742995", "0.6373109", "0.63649625", "0.6360699", "0.6357169", "0.63562477", "0.63537806", "0.63481915", "0.63481915", "0.6342139", "0.6342139", "0.6336244", "0.6329911", "0.63234967", "0.6322757", "0.6321128", "0.6319927" ]
0.7025787
5
/ Inserts the specified element at the tail of the queue.
void offerNode(CacheNode<K, V> node) { concurrentList.offer(node); // O(1) operation }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void insertTail(T element) {\n\t\tif (size == 0) {\n\t\t\tadd(element);\n\t\t\treturn;\n\t\t}\n\t\tNode<T> newTail = new Node<>(element);\n\t\ttail.next = newTail;\n\t\ttail = newTail;\n\t\tsize++;\n\t}", "@Override\r\n\tpublic void enqueue(Object element){\r\n\t\tif(head == null) {\r\n\t\t\thead = new Node(element);\r\n\t\t\ttail = head;\r\n\t\t}else {\r\n\t\t\ttail.next = new Node(element);\r\n\t\t\ttail = tail.next;\r\n\t\t}\r\n\t\tsize++;\r\n\t}", "@Override\r\n\tpublic void enqueue(T element)\r\n\t{\r\n\t\tLinkedNode<T> n = new LinkedNode<>(element);\r\n\r\n\t\t// if the only element in the queue, it becomes the first element\r\n\t\tif (head == null)\r\n\t\t{\r\n\t\t\thead = n;\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\t// otherwise, the tail's next receives the new node\r\n\t\t\t// because later, tail will be the new node\r\n\t\t\ttail.next = n;\r\n\t\t}\r\n\r\n\t\t// always add at the end of the list\r\n\t\ttail = n;\r\n\t\tcount++;\r\n\t}", "public void enqueue(E e) {\n\t\tlist.addLast(e);\n\t}", "public void enqueue(T element);", "public void enqueue(Object value)\n {\n queue.insertLast(value);\n }", "public void enqueue (E element);", "public void enqueue(E item) {\n addLast(item);\n }", "public void insertAfter(T element) {\n setNext( new LLNode<T>(element, getNext()));\n }", "public void insert(T element)\r\n\t{\n\t\tif (size >= data.length - 1)\r\n\t\t{\r\n\t\t\tresize();\r\n\t\t}\r\n\t\t\r\n\t\t//add the new element\r\n\t\tsize++;\r\n\t\tdata[size] = element;\r\n\t\tswim(size);\r\n\t}", "public void addLast(T element) {\r\n \r\n if (element == null) {\r\n throw new IllegalArgumentException();\r\n }\r\n \r\n Node n = new Node(element);\r\n n.element = element;\r\n \r\n if (size == 0) {\r\n front = n;\r\n last = n;\r\n }\r\n \r\n else {\r\n last.next = n;\r\n last = n;\r\n }\r\n \r\n size++;\r\n }", "public void enqueue(E element) {\n\t\tadd(element);\n\t}", "@Override\n public void enqueue(E e) {\n array.addLast(e);\n }", "public void addLast(T element);", "public void push_front(T element);", "void enqueue(T item) {\n contents.addAtTail(item);\n }", "public void insert(E element) {\n // TODO: YOUR CODE HERE\n if (contains(element)) {\n throw new IllegalArgumentException();\n } else {\n setElement(size() + 1, element);\n size += 1;\n bubbleUp(size());\n }\n }", "public void push(E elem) {\n if (elem != null) {\r\n contents[++top] = elem;\r\n }\r\n\r\n // Usually better to resize after an addition rather than before for\r\n // multi-threading reasons. Although, that is not important for this class.\r\n if (top == contents.length-1) resize();\r\n }", "public void push(T element);", "public void push(T element);", "@Override\n public void enqueue(Object element) {\n LinkedNode<T> node = new LinkedNode<T>((T) element);\n if (isEmpty()) {\n front = node;\n } else {\n rear.setNext(node);\n }\n rear = node;\n count++;\n\n }", "@SuppressWarnings(\"unchecked\")\n\t@Override\n\tpublic void push(Object element) {\n\t\tif(size == capacity) {\n\t\t\tthrow new IllegalArgumentException(\"Capacity has been reached.\");\n\t\t}\n\t\tlist.add(0, (E) element);\n\t\tsize++;\n\t\t\n\t}", "public void enqueue(T pushed)\n\t{insert(pushed);}", "public void enqueue(Integer elem) {\n\t\t // add to end of array\n\t\t // increase size\n\t\t // create a recursive helper, percolateUp,\n\t\t // that allows you puts the inserted val \n\t\t // in the right place\n\t\t if(size == capacity) {\n\t\t\t ensureCapacity(size);\n\t\t }\n\t\t data[size] = elem;\n\t\t size++;\n\t\t percolateUp(size-1); \n\t }", "public void add(Object element) {\n queue.put( new DelayedElement( element ) );\n }", "public void addLast(T element)\r\n {\r\n Node<T> newNode = new Node<T>(element);\r\n \r\n if (front == null)\r\n front = rear = newNode;\r\n else\r\n {\r\n rear.next = newNode;\r\n rear = newNode;\r\n }\r\n numElements++;\r\n }", "public void push(Object element)\n\t{\n\t\tensureCapacity();\n\t\telements[size++] = element;\n\t}", "@Override\n\tpublic void queue(T element) {\n\t\tLinkElement<T> linkElement = new LinkElement<T>(element);\n\n\t\tif ( last != null )\n\t\t\tlast.setPrevLinkElement(linkElement);\t// ensure previous last element refers to new last element.\n\t\t\n\t\tlast = linkElement;\n\t\t\n\t\tif (head == null)\n\t\t\thead = linkElement;\t// the first element on the queue, so becomes the head.\n\t}", "public void add(E element){\n\t\tArrayQueue<E> temp = new ArrayQueue<E>();\n\t\ttemp.enqueue(element);\n\t\tQ.enqueue(temp);\n\t}", "public void push(E element) {\r\n items.add(0, element);\r\n }", "public void insert(Object element)\n {\n if(head==null){\n head=tail=new SLListNode(element,head);\n return;\n }\n head=new SLListNode(element,head);\n }", "void enqueue(E el);", "public void insert(E element)\n {\n this.size++;\n //Create new node with the given element \n Node toInsert = new Node(element);\n //Insert that element to the tail end of the filled elements\n heap.add(toInsert);\n int currentIndex = size-1;\n //Check to make sure the heap is still a valid max heap \n if (this.size > 1)\n {\n while (heap.get(currentIndex).element.compareTo(heap.get(getParent(currentIndex)).element) > 0)\n { switchPosition(currentIndex, getParent(currentIndex));\n currentIndex = getParent(currentIndex);\n }\n }\n \n \n }", "public void push(E element);", "public void add(T element) {\n\t\tif (size == 0) {\n\t\t\thead = new Node<>(element);\n\t\t\ttail = head;\n\t\t} else {\n\t\t\ttail.next = new Node<>(element);\n\t\t\tthis.tail = tail.next;\n\t\t}\n\t\tsize++;\n\t}", "public synchronized void enqueue(Object o) {\r\n insertAtBack(o);\r\n }", "@Override\n public void addLast(E value) {\n if (value == null) {\n throw new NullPointerException(\"Value can not be null\");\n }\n if (isEmpty()) {\n head = tail = 0;\n dequeue[tail] = value;\n size++;\n return;\n }\n tail = ++tail % dequeue.length;\n dequeue[tail] = value;\n size++;\n if (size == dequeue.length) {\n widen();\n }\n }", "public void push(E value) {\n list.addLast(value);\n index++;\n }", "public void push (T element)\r\n {\r\n if (size() == stack.length) \r\n expandCapacity();\r\n\r\n stack[top] = element;\r\n top++;\r\n }", "public void push(T elem);", "public void push(E element){\n\t\tNode<E> temp = new Node<E>(element);\n\t\ttemp.next = top;\n\t\ttop = temp;\n\t}", "public static void enqueue(Object object) {\n queue.addLast(object);\n }", "public void addLast(E element){\n Node<E> newNode = new Node<E>(element);\n newNode.setNext(tail);\n tail.getPrevious().setNext(newNode);\n newNode.setPrevious(tail.getPrevious());\n tail.setPrevious(newNode);\n size++;\n }", "public void push(Object element) {\r\n\t\tal.add(element, al.listSize);\r\n\t}", "public void push(Object o){\n if (count<maxsize && maxsize!=-1)\n { insert(o);}\n else if (maxsize==-1){ insert(o);}\n else { System.out.println(\"Can't add element.\");}\n }", "public void push(T element) {\n if(isFull()) {\n throw new IndexOutOfBoundsException();\n }\n this.stackArray[++top] = element;\n }", "public void push(T element) {\n\t\t//add the new element\n\t\telements.add(element);\n\n\t}", "public void insert(E element) {\n\t\theap.add(element); // Put new value at end;\n\t\tint loc = heap.size() - 1; // and get its location\n\n\t\t// Swap with parent until parent not larger\n\t\twhile (loc > 0 && heap.get(loc).compareTo(heap.get(parent(loc))) < 0) {\n\t\t\tswap(heap, loc, parent(loc));\n\t\t\tloc = parent(loc);\n\t\t}\n\t}", "@Override\r\n\tpublic void enqueueRear(E element) {\n\t\tif(sizeDeque == CAPACITY) return;\r\n\t\tif(sizeDeque == 0) {\r\n\t\t\tdata[backDeque] = element;\r\n\t\t}\r\n\t\telse {\r\n\t\t\tbackDeque = (backDeque + 1)%CAPACITY;\r\n\t\t\tdata[backDeque] = element;\r\n\t\t}\r\n\t\t\r\n\t\tsizeDeque++;\r\n\t}", "public void insert(E element) {\n\t\theap.add(element); // Put new value at end;\n\t\tint loc = heap.size()-1; // and get its location\n\n\t\t// Swap with parent until parent not larger\n\t\twhile (loc > 0 && heap.get(loc).compareTo(heap.get(parent(loc))) < 0) {\n\t\t\tswap(heap, loc, parent(loc));\n\t\t\tloc = parent(loc);\n\t\t}\n\t}", "@Override\n\tpublic Position insertLast(Object element) {\n\t\treturn null;\n\t}", "public void insertEnd(Country element) {\n\t\tDoublyLink CountryQueueLink = new DoublyLink(element);\n\t\tif (isEmpty()) {\n\t\t\tfront = end = CountryQueueLink;\n\t\t\tend.next = null;\n\t\t\tfront.previous = null;\n\t\t} else {\n\t\t\tend.next = CountryQueueLink;\n\t\t\tCountryQueueLink.previous = end;\n\t\t\tend = CountryQueueLink;\n\t\t\tend.next = null;\n\t\t}\n\t}", "void insertEnd(int key)\n {\n if (isFull())\n {\n System.out.println(\" Overflow \");\n return;\n }\n\n // If queue is empty\n if (front == -1)\n {\n front = end = 0;\n } else if (end == size-1) { // last one\n end = 0;\n } else {\n end++;\n }\n arr[end] = key ;\n }", "public void put(T element) {\n\t\tcheckCapacity(size + 1);\n\t\tdata[size++] = element;\n\t}", "public void push (E element);", "@Override\n\tpublic void enqueue(E e) {\n\t\tNode node = new Node();\n\t\tnode.element = e;\n\t\tnode.next = null;\n\t\t\n\t\tif (last != null)\n\t\t\tlast.next = node;\n\t\telse\n\t\t\tfirst = node;\n\t\tlast = node;\n\t\t\n\t}", "void enqueue(E item);", "public void enqueue(E item) {\n Node<E> oldlast = last;\n last = new Node<E>();\n last.item = item;\n last.next = null;\n if (isEmpty()) first = last;\n else oldlast.next = last;\n n++;\n }", "public void insert(T element);", "public void enqueue(X item) {\n QueueNode<X> new_last = new QueueNode<X>(item);\n if (last != null)\n last.next = new_last;\n last = new_last;\n if (first == null)\n first = last;\n }", "private void insert(int pos, T elem) {\n for (int i = size; i >= pos + 1; i--) {\n arr[i] = arr[i-1];\n }\n arr[pos] = elem;\n }", "public void append(Object obj) throws Exception {\n\t\tif(count>0&&front==rear)\n\t\t\t\tthrow new Exception(\" 队列已满\");\n\t\tdata[rear]= obj;\n\t\trear=(rear+1)%maxSize;\n\t\tcount++;\n\t}", "public void enqueue(String value)\n\t{\n\t\tq.insertLast(value);\n\t}", "public void enqueue( MyTreeNode<T> treeNode ) {\n\t\tQueueNode newNode = new QueueNode(treeNode);\n\t\t// the queue is empty\n\t\tif ( tail == null ) {\n\t\t\t// the tail and the head point to the same only element in the collection\n\t\t\tthis.tail = newNode;\n\t\t\tthis.head = newNode;\n\t\t// the queue is not empty\n\t\t} else {\n\t\t\t// the second from the end item of the collection keeps track with the tail\n\t\t\tthis.tail.next = newNode;\n\t\t\t// the new element becomes the tail of the collection\n\t\t\tthis.tail = newNode;\n\t\t}\n\t}", "void enqueue(E newEntry);", "public void enqueue(T item) {\n\t\tNode<T> oldlast = last;\n\t\tlast = new Node<>();\n\t\tlast.item = item;\n\t\tlast.next = null;\n\t\tif (isEmpty()) first = last;\n\t\telse oldlast.next = last;\n\t\tN++;\n\t}", "public void push(T ele)\n\t{\n\t\tif (ele == null)\n\t\t\tthrow new IllegalArgumentException(\"Tried to add a NULL element!\");\n\t\t\n\t\tlist.addFirst(ele);\n\t}", "public void addLast(T t) {\n if (size == elements.length) // checks potential overflow\n ensureCapacity(); // increase capacity\n elements[size] = t; //store element at last position\n size++; // increment size\n }", "public boolean insertLast(int value) {\n if (head == tail && size == capacity)\n return false;\n else {\n elementData[tail] = value;//由于tail初始时为0,在最左侧,即为双端队列\n //最左侧头端点:tail的位置;将value值插入进来后。\n tail = (tail + 1 + capacity) % capacity;//更新尾指针的指向指向前一个位置\n size++;\n return true;\n }\n }", "public void add(T element)\r\n {\r\n Node<T> newNode = new Node<T>(element);\r\n Node<T> origPrev = prev; // remember original prev\r\n \r\n // these are needed for all 4 scenarios:\r\n newNode.next = next;\r\n prev = newNode;\r\n \r\n if (isEmpty())\r\n {\r\n front = rear = newNode;\r\n }\r\n \r\n // cursor position at front:\r\n else if (prev == null)\r\n {\r\n front = newNode;\r\n }\r\n\r\n // cursor position at rear:\r\n else if (next == null)\r\n {\r\n rear = newNode;\r\n origPrev.next = newNode;\r\n }\r\n\r\n else // cursor position in the interior:\r\n {\r\n origPrev.next = newNode;\r\n }\r\n \r\n numElements++;\r\n }", "public void addTail(T element) {\n \n if(head == null) {\n addHead(element);\n } else {\n Node<T> node = new Node<>(element);\n Node<T> temp = head;\n\n while(temp.getNext() != null) {\n temp = temp.getNext();\n }\n temp.setNext(node);\n }\n }", "@Override\n\tpublic void push(T element) {\n\t\tif(top == stack.length) \n\t\t\texpandCapacity();\n\t\t\n\t\tstack[top] = element;\n\t\ttop++;\n\n\t}", "@Override\n public void enqueue(T item) {\n if (item != null) {\n heap.add(item);\n } else {\n throw new IllegalArgumentException(\"Cant enqueue null\");\n }\n }", "public synchronized void insert(Integer e) {\r\n\t\ttry {\r\n\t\t\twhile (buffer.size() == maxSize) {\r\n\t\t\t\twait();\r\n\t\t\t}\r\n\t\t\tbuffer.add(e);\r\n\t\t\tnotify();\t\t\t\r\n\t\t} catch (InterruptedException e1) {\r\n\t\t\tThread.currentThread().interrupt();\r\n\t\t}\r\n\t}", "public void enqueue(E e) {\n\t\tNode<E> p=new Node<E>(e,null);\n\t\ttail.next=p;\n\t\ttail=p;\n\t\t\n\t}", "@Override\r\n\tpublic boolean enqueue(T e) throws QueueOverflowException {\r\n\t\tif (this.isFull()) {\r\n\t\t\tthrow new QueueOverflowException(\"The queue is full\");\r\n\t\t}\r\n\t\telse {\r\n\t\t\tdata.add(data.size(), e);\r\n\t\t}\r\n\t\t// Add element to the end of the Queue\t\t\r\n\t\treturn true;\r\n\t}", "@Override\r\n\tpublic void enqueueFront(E element) {\n\t\tif(sizeDeque == CAPACITY) return;\r\n\t\tif(sizeDeque == 0) {\r\n\t\t\tdata[frontDeque] = element;\r\n\t\t}\r\n\t\telse {\r\n\t\t\tfrontDeque = (frontDeque - 1 + CAPACITY) % CAPACITY;\r\n\t\t\tdata[frontDeque] = element;\r\n\t\t}\r\n\t\t\r\n\t\tsizeDeque++;\r\n\t}", "public void append(T element);", "public void append(T element);", "public synchronized void add(Object object) {\n\n if (_queue.size() == 0) {\n // no elements then simply add it here\n _queue.addElement(object);\n } else {\n int start = 0;\n int end = _queue.size() - 1;\n\n if (_comparator.compare(object,\n _queue.firstElement()) < 0) {\n // it need to go before the first element\n _queue.insertElementAt(object, 0);\n } else if (_comparator.compare(object,\n _queue.lastElement()) > 0) {\n // add to the end of the queue\n _queue.addElement(object);\n } else {\n // somewhere in the middle\n while (true) {\n int midpoint = start + (end - start) / 2;\n if (((end - start) % 2) != 0) {\n midpoint++;\n }\n\n int result = _comparator.compare(\n object, _queue.elementAt(midpoint));\n\n if (result == 0) {\n _queue.insertElementAt(object, midpoint);\n break;\n } else if ((start + 1) == end) {\n // if the start and end are next to each other then\n // insert after at the end\n _queue.insertElementAt(object, end);\n break;\n } else {\n if (result > 0) {\n // musty be in the upper half\n start = midpoint;\n } else {\n // must be in the lower half\n end = midpoint;\n }\n }\n }\n }\n }\n }", "public void enqueue(E e) {\n\t\tsynchronized(mutex){\n\t\t\ttry {\n\t\t\t\tqueue.add(e);\n\t\t\t} catch(NullPointerException ex) {\n\t\t\t\tthrow new NullPointerException(\"enqueued null element\");\n\t\t\t} catch (ClassCastException ex) {\n\t\t\t\tthrow new ClassCastException(\"enqueued element is incompetible type\");\n\t\t\t}\n\t\t\tsem.release();\n\t\t}\n\t}", "void pushBack(T value) throws ListException;", "public void push(T element){\n\t\tarray[noOfElements] = element;\n\t\tnoOfElements ++;\t\t\n\t}", "public void add(T element) {\r\n if (element == null) {\r\n throw new IllegalArgumentException(); \r\n } \r\n if (size == elements.length) { \r\n resize(elements.length * 2); \r\n }\r\n elements[size()] = element; \r\n size++; \r\n }", "public void enqueue (int elemento) {\n if(!isFull()){\n data[last] = elemento;\n count++;\n if(last == data.length-1) {\n last = 0;\n } else {\n last++;\n }\n }else{\n throw new RuntimeException(\"A fila está cheia\");\n }\n\n }", "public void enqueue(E e) {\n\t\t\tsynchronized (this.pq) {\n\t\t\t\tthis.pq.add(e);\n//\t\t\t\tSystem.out.println(\"insert \" + e);\n\t\t\t}\n\t\t\tthis.sem.release();\n\t}", "public void push(Node element) {\r\n\t\tif (size() == 0) {\r\n\t\t\tstart = element;\r\n\t\t}\r\n\t\telse {\r\n\t\t\telement.setNext(start);\r\n\t\t\tstart = element;\r\n\t\t}\r\n\t\telements++;\r\n\t}", "public void enqueue (Item item){\n Node<Item> oldLast = last;\n last = new Node<Item>();\n last.item = item;\n last.next = null;\n if(isEmpty()) {first = last;}\n else oldLast.next = last;\n N++;\n }", "public void add(E elem) {\n if (!list.contains(elem))\n list.insertLast(elem);\n }", "public void addLast(Item item) throws NullPointerException {\n if (item == null) {\n throw new NullPointerException(\"Cannot add null item to end of deque\");\n }\n Node n = new Node(); //n = temporary Node\n n.setItem(item);\n if (isEmpty()) { //if item is added to empty deque, set n as head and tail (deque now has 1 node)\n head = n;\n tail = n;\n } else { //else item is added to non-empty deque\n tail.setNext(n);\n n.setPrev(tail);\n tail = n;\n }\n size++; //increment deque size\n }", "public ImmutableQueue<T> enQueue(T element) {\r\n\t\tif (element == null)\r\n\t\t\tthrow new IllegalArgumentException();\r\n\t\treturn new ImmutableQueue<T>(this.enqueueStack.push(element), this.dequeueStack);\r\n\t}", "public void addAfter(T target, T element) throws NoSuchElementException{\n if(isEmpty()){\n throw new NoSuchElementException();\n }\n // find target node\n LinearNode<T> trav = front;\n while(trav != null &&\n !trav.getElement().equals(target)){\n trav = trav.getNext();\n }\n if(trav == null){\n // target not found\n throw new NoSuchElementException();\n }else if(trav == rear){\n // add to rear -> update rear\n addToRear(element);\n }else{\n // target found\n LinearNode<T> node = new LinearNode<T>(element);\n node.setNext(trav.getNext()); // make new node point to node after target\n trav.setNext(node); // make target point to new node\n count++;\n }\n }", "public void enqueue(E e) {\n if (e == null){\n throw new NullPointerException();\n }\n\n int x = size;\n size++;\n\n if (x+1 >= queue.length-1){\n this.queue = resize((E[])queue, queue.length*2);\n }\n //size = size + 1;\n if (x == 0){\n queue[0] = e;\n }else{\n\n if (size == queue.length){\n resize((E[])queue, queue.length*2);\n }\n queue[findNull()] = e;\n shift();\n\n }\n }", "boolean offer(T x){\n if(tail == queueArray.length){\n return false;\n }\n queueArray[tail] = x;\n tail++;\n return true;\n }", "public void addLast(E item);", "public void push(TYPE element);", "@Override\n\tpublic void enqueue(E e) {\n\t\tint index = (pos + size) % queue.length;\n\t\tqueue[index] = e;\n\t\tsize++;\n\t}", "void enqueue(E e);", "public void push(E item) {\n if (!isFull()) {\n this.stack[top] = item;\n top++;\n } else {\n Class<?> classType = this.queue.getClass().getComponentType();\n E[] newArray = (E[]) Array.newInstance(classType, this.stack.length*2);\n System.arraycopy(stack, 0, newArray, 0, this.stack.length);\n this.stack = newArray;\n\n this.stack[top] = item;\n top++;\n }\n }", "public static synchronized void insert(JeyEvent e) {\n queue.addLast(e);\r\n EventQueue.class.notifyAll();\r\n }", "public boolean insert(E object){\r\n if(isFull())\r\n return false;\r\n \r\n //find index to insert object\r\n int loc = findInsertPoint(object, 0, currentSize-1);\r\n\r\n //right shift\r\n for(int i = currentSize-1; i >= loc; i--){\r\n queue[i+1] = queue[i];\r\n }\r\n\r\n queue[loc] = object; //insert object\r\n currentSize++; //accomodate for inserted object by adding to array size\r\n\r\n return true;\r\n }" ]
[ "0.7469357", "0.72510034", "0.71320564", "0.7089696", "0.706249", "0.7026842", "0.6922977", "0.6917978", "0.6884098", "0.685844", "0.68434584", "0.68365234", "0.6824923", "0.68184435", "0.67974764", "0.6796495", "0.6791004", "0.67849", "0.67802", "0.67802", "0.6760781", "0.6759489", "0.669062", "0.66870093", "0.66779476", "0.6669438", "0.66497153", "0.6606529", "0.6600319", "0.65986854", "0.65942955", "0.6568358", "0.65263593", "0.6524593", "0.6520336", "0.6515633", "0.65143496", "0.650936", "0.6506653", "0.6497534", "0.6492689", "0.6482118", "0.64761925", "0.6459561", "0.6459052", "0.64513254", "0.6448592", "0.6436937", "0.6436684", "0.6424465", "0.6422168", "0.6397937", "0.63909453", "0.6381569", "0.6380508", "0.6379909", "0.63761866", "0.6374231", "0.6370347", "0.63571316", "0.6356079", "0.6356006", "0.6344845", "0.63399464", "0.63225377", "0.6316439", "0.63156986", "0.6312678", "0.6310738", "0.6302476", "0.6289771", "0.628835", "0.6285485", "0.62705755", "0.625033", "0.62472135", "0.6243342", "0.6235903", "0.6235903", "0.6234387", "0.62304187", "0.6224465", "0.6221263", "0.6208335", "0.6203729", "0.62000424", "0.6195626", "0.6193414", "0.61854327", "0.6178764", "0.61786616", "0.6172049", "0.6157785", "0.61508626", "0.6147754", "0.61407715", "0.6139992", "0.61334187", "0.61281365", "0.61226624", "0.6118712" ]
0.0
-1
Rpc result must be successful. namely, result.isSuccessful() must be true;
@Override public void onSuccess(RpcResult<Void> result) { handleIfFinished(null, isSucessful.get()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "boolean isSuccessful();", "com.google.rpc.Status getStatus();", "com.google.rpc.Status getStatus();", "public void receiveResultcheckServerStatus(\n loadbalance.LoadBalanceStub.CheckServerStatusResponse result\n ) {\n }", "protocol.Result.ResultCode getResultCode();", "public boolean isSuccess();", "public boolean isSuccess();", "void reportHeartbeatRpcSuccess();", "public void receiveResultcheckIfUserExist(\r\n net.agef.jobexchange.webservice.tests.util.UserWSStub.CheckIfUserExistResponse result\r\n ) {\r\n }", "com.clarifai.grpc.api.status.Status getStatus();", "public void receiveResultexecute(\n loadbalance.LoadBalanceStub.ExecuteResponse result\n ) {\n }", "com.rpg.framework.database.Protocol.ResponseCode getResult();", "com.rpg.framework.database.Protocol.ResponseCode getResult();", "com.rpg.framework.database.Protocol.ResponseCode getResult();", "com.rpg.framework.database.Protocol.ResponseCode getResult();", "com.rpg.framework.database.Protocol.ResponseCode getResult();", "boolean isSuccess();", "boolean isSuccess();", "boolean isSuccess();", "boolean isSuccess();", "boolean isSuccess();", "boolean isSuccess();", "boolean isSuccess();", "public interface AsyncRpcCallback {\n\n void success(Object result);\n\n void fail(Exception e);\n\n}", "public int getResult() {return resultCode;}", "public boolean trySuccess(V result)\r\n/* 321: */ {\r\n/* 322:406 */ if (setSuccess0(result))\r\n/* 323: */ {\r\n/* 324:407 */ notifyListeners();\r\n/* 325:408 */ return true;\r\n/* 326: */ }\r\n/* 327:410 */ return false;\r\n/* 328: */ }", "public void receiveResultping(\n com.xteam.tourismpay.PFTMXStub.PingResponse result) {\n }", "public void receiveResultcheckIfInwentUserExist(\r\n net.agef.jobexchange.webservice.tests.util.UserWSStub.CheckIfInwentUserExistResponse result\r\n ) {\r\n }", "private boolean isSuccessful(SocketMessage response) {\r\n if (\"success\".equals(response.getValue(\"status\"))) {\r\n return true;\r\n } else {\r\n return false;\r\n }\r\n }", "public void receiveResultadd3(\n loadbalance.LoadBalanceStub.Add3Response result\n ) {\n }", "POGOProtos.Rpc.AssetVersionOutProto.Result getResult();", "boolean getSuccess();", "boolean getSuccess();", "boolean getSuccess();", "boolean getSuccess();", "private boolean setSuccess0(V result)\r\n/* 407: */ {\r\n/* 408:494 */ if (isDone()) {\r\n/* 409:495 */ return false;\r\n/* 410: */ }\r\n/* 411:498 */ synchronized (this)\r\n/* 412: */ {\r\n/* 413:500 */ if (isDone()) {\r\n/* 414:501 */ return false;\r\n/* 415: */ }\r\n/* 416:503 */ if (result == null) {\r\n/* 417:504 */ this.result = SUCCESS;\r\n/* 418: */ } else {\r\n/* 419:506 */ this.result = result;\r\n/* 420: */ }\r\n/* 421:508 */ if (hasWaiters()) {\r\n/* 422:509 */ notifyAll();\r\n/* 423: */ }\r\n/* 424: */ }\r\n/* 425:512 */ return true;\r\n/* 426: */ }", "boolean hasIsSuccess();", "public IStatus getResult();", "@Override\n public void onSuccess(Boolean result) {\n\n }", "@Test\n\tpublic void checkStatus() {\n\t\tclient.execute(\"1095C-16-111111\");\n\t}", "JsonElement invokeRpc(String name, JsonObject rpcInput);", "com.google.rpc.StatusOrBuilder getStatusOrBuilder();", "com.google.rpc.StatusOrBuilder getStatusOrBuilder();", "public abstract boolean mo66251a(Result<T> result);", "boolean getIsOk();", "public boolean isSuccess()\r\n/* 79: */ {\r\n/* 80:115 */ Object result = this.result;\r\n/* 81:116 */ if ((result == null) || (result == UNCANCELLABLE)) {\r\n/* 82:117 */ return false;\r\n/* 83: */ }\r\n/* 84:119 */ return !(result instanceof CauseHolder);\r\n/* 85: */ }", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "public void receiveResultadd2(\n loadbalance.LoadBalanceStub.Add2Response result\n ) {\n }", "Object sendRpcRequest(RpcRequest rpcRequest);", "void reportHeartbeatRpcFailure();", "public abstract R createFailedResult(Status status);", "@Override\n\t\tpublic boolean isSuccess() {\n\t\t\treturn false;\n\t\t}", "@Override\n public void onSucceed(Object valor) {\n }", "private static Pair<KademliaNode, Boolean> pingGRPC(KademliaNode myNode, KademliaNode node){\n// logger.log(Level.INFO, \"Sending PING RPC to \" + node);\n\n ManagedChannel channel = ManagedChannelBuilder.forTarget(node.getIpAddress() + \":\" + node.getPort()).usePlaintext().build();\n AuctionBlockchainBlockingStub blockingStub = AuctionBlockchainGrpc.newBlockingStub(channel);\n// AuctionBlockchainBlockingStub blockingStub = AuctionBlockchainGrpc.newBlockingStub(channel).withDeadlineAfter(KademliaUtils.networkTimeoutMsecs, TimeUnit.MILLISECONDS);\n\n KademliaNodeProto response;\n\n try {\n response = blockingStub.ping(KademliaUtils.KademliaNodeToKademliaNodeProto(myNode));\n } catch (StatusRuntimeException e) {\n// logger.log(Level.WARNING, \"PING RPC failed for \" + node.getIpAddress() + \":\" + node.getPort() + \" - \" + e.getStatus());\n logger.log(Level.WARNING, \"PING RPC failed for \" + node);\n closeChannel(channel);\n return new Pair(null, false);\n }\n\n\n KademliaNode nodeInResponse = KademliaUtils.KademliaNodeProtoToKademliaNode(response);\n\n if (!Arrays.equals(node.getNodeID(), nodeInResponse.getNodeID())) {\n logger.log(Level.WARNING, \"Response returned with different nodeID\");\n closeChannel(channel);\n return new Pair(nodeInResponse, false);\n }\n\n closeChannel(channel);\n\n// logger.log(Level.INFO, \"Successfully sent PING RPC to \" + node);\n return new Pair(nodeInResponse, true);\n }", "public void receiveResultadd(\n loadbalance.LoadBalanceStub.AddResponse result\n ) {\n }", "public abstract boolean repOk();", "public void receiveResultmodifyUser(\r\n net.agef.jobexchange.webservice.tests.util.UserWSStub.ModifyUserResponse result\r\n ) {\r\n }", "public String execute(){\r\n\t\t\r\n\t\tString resultHtml = null;\r\n\t\tdebug(1,\"jsrpc start...\"+screenName+\" \"+rpcid); \r\n\t\tHashMap hm = jsrpcProcessBL(screenName);\r\n\t\tJSONObject jobj = new JSONObject(hm);\r\n\t\tresultHtml = jobj.toString();\r\n\t\tdebug(1,\"json result:\"+resultHtml);\r\n\t\tinputStream = new StringBufferInputStream(resultHtml);\r\n\t\treturn SUCCESS;\r\n\t}", "protected void assertValidJsonRpcResult(final JsonObject json, final Object id) {\n final Set<String> fieldNames = json.fieldNames();\n assertThat(fieldNames.size()).isEqualTo(3);\n assertThat(fieldNames.contains(\"id\")).isTrue();\n assertThat(fieldNames.contains(\"jsonrpc\")).isTrue();\n assertThat(fieldNames.contains(\"result\")).isTrue();\n\n // Check standard field values\n assertIdMatches(json, id);\n assertThat(json.getString(\"jsonrpc\")).isEqualTo(\"2.0\");\n }", "@Override\n public String execute() {\n return \"success\";\n }", "boolean hasResultCode();", "boolean hasResultCode();", "@Test\n public void isSuccess_is_true_for_Success() {\n Result<String, String> success = Result.success(\"Success\");\n assertThat(success.isSuccess()).isTrue();\n }", "com.polytech.spik.protocol.SpikMessages.Status getStatus();", "com.polytech.spik.protocol.SpikMessages.Status getStatus();", "net.iGap.proto.ProtoResponse.Response getResponse();", "net.iGap.proto.ProtoResponse.Response getResponse();", "@Override\n\tpublic void processResult(int rc, String path, Object ctx, Stat stat) {\n\t\tSystem.out.println(\"rc:\" + rc);\n\t\tif (rc == 0) {\n\t\t\tSystem.out.println(\"SUCCESS\");\n\t\t}\n\t}", "@Override public boolean getOnlineStatus(int status) throws android.os.RemoteException\n{\nandroid.os.Parcel _data = android.os.Parcel.obtain();\nandroid.os.Parcel _reply = android.os.Parcel.obtain();\nboolean _result;\ntry {\n_data.writeInterfaceToken(DESCRIPTOR);\n_data.writeInt(status);\nmRemote.transact(Stub.TRANSACTION_getOnlineStatus, _data, _reply, 0);\n_reply.readException();\n_result = (0!=_reply.readInt());\n}\nfinally {\n_reply.recycle();\n_data.recycle();\n}\nreturn _result;\n}", "POGOProtos.Rpc.GetFriendsListOutProto.Result getResult();", "public void receiveResultpassResult(\n loadbalance.LoadBalanceStub.PassResultResponse result\n ) {\n }", "@Override\n\tpublic String execute() throws Exception {\n\t\t\n\t\treturn \"success\";\n\t \n\t\t\n\t}", "public boolean ping() throws RemoteException;", "sawtooth.sdk.protobuf.ConsensusBroadcastResponse.Status getStatus();", "boolean hasRpcVersion();", "boolean hasRpcVersion();", "public void receiveResultgetVersion(\r\n es.mitc.redes.urbanismoenred.serviciosweb.v1_86.UrbrWSServiceStub.GetVersionResponseE result\r\n ) {\r\n }", "public void receiveResultcheck_Remote_URL(\n com.xteam.tourismpay.PFTMXStub.Check_Remote_URLResponse result) {\n }", "@Override\n protected void checkResult(int pResult) throws ACBrException {\n switch (pResult) {\n case -1: {\n String lMessage;\n final int LEN = 1024;\n ByteBuffer buffer = ByteBuffer.allocate(LEN);\n int ret = ACBrAACInterop.INSTANCE.AAC_GetUltimoErro(getHandle(), buffer, LEN);\n\n lMessage = fromUTF8(buffer, ret);\n throw new ACBrException(lMessage);\n }\n case -2: {\n throw new ACBrException(\"ACBr AAC não inicializado.\");\n }\n }\n }", "private AylaCallResponse execute(int method, AylaRestService rs)\n\t{\n\n\t\trequestRetryCounter = 3;\n\t\tAylaCallResponse commitResponse = null;\n\t\tBundle responseBundle = null;\n\n if (!AylaReachability.isCloudServiceAvailable()) {\n if (AylaReachability.isDeviceLanModeAvailable(null) && supportsLanModeResponse(method)) {\n // We aren't connected to the cloud, but we are connected to the LAN mode device\n AylaSystemUtils.saveToLog(\"%s, %s, %s:%d, %s\", \"V\", \"ExecuteRequest\", \"lanMode\", method, \"execute\");\n } else if (!supportsOfflineResponse(method)) {\n // Make sure the method supports cached results if we cannot reach the service.\\\n // return failure here\n AylaSystemUtils.saveToLog(\"%s, %s, %s:%d, %s\", \"E\", \"ExecuteRequest\", \"!cloud && !supportOffline\", method, \"execute\");\n responseBundle = new Bundle();\n responseBundle.putString(\"result\", rs.jsonResults); // response v3.07\n responseBundle.putInt(\"subTask\", rs.subTaskFailed);\n responseCode = AylaNetworks.AML_ERROR_UNREACHABLE;\n \n if (async) {\n receiver.send(responseCode, responseBundle);\n } else {\n commitResponse = new AylaCallResponse(responseCode, responseBundle);\n }\n return commitResponse;\n } else {\n AylaSystemUtils.saveToLog(\"%s, %s, %s:%d, %s\", \"V\", \"ExecuteRequest\", \"cached\", method, \"execute\");\n }\n }\n\n\t\tAylaCallResponse failureResponse = checkRequest(method, rs);\n\t\tif ( failureResponse != null ) {\n\t\t\treturn failureResponse;\n\t\t}\n\n\t\ttry{\n\t\t\tswitch(method)\n\t\t\t{\n\t\t\t\tcase AylaRestService.CREATE_GROUP_ZIGBEE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.UPDATE_GROUP_ZIGBEE:\n\t\t\t\tcase AylaRestService.TRIGGER_GROUP_ZIGBEE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.DELETE_GROUP_ZIGBEE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.CREATE_BINDING_ZIGBEE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs );\n\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.UPDATE_BINDING_ZIGBEE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.DELETE_BINDING_ZIGBEE:\n\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.CREATE_SCENE_ZIGBEE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.UPDATE_SCENE_ZIGBEE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.RECALL_SCENE_ZIGBEE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.DELETE_SCENE_ZIGBEE:\n\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.CREATE_USER_SHARE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.UPDATE_USER_SHARE:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcase AylaRestService.GET_USER_SHARE:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"GET\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.DELETE_USER_SHARE:\n\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\n\t\t\t\tcase AylaRestService.LOGIN_THROUGH_OAUTH :\t// Compound objects, no service API, just return to handler\n\t\t\t\t{\n\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.CREATE_USER_CONTACT:\n\t\t\t\t\tif (!AylaSystemUtils.ERR_URL.equals(url)) {\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.UPDATE_USER_CONTACT:\n\t\t\t\t\tif (!AylaSystemUtils.ERR_URL.equals(url)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}// end of if error_url.equals(url)\n\n\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.DELETE_USER_CONTACT:\n\t\t\t\t\tif (!AylaSystemUtils.ERR_URL.equals(url)) {\n\t\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.CREATE_USER_METADATA:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else{\n\t\t\t\t\t\tresponseBundle = new Bundle();\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.UPDATE_USER_METADATA:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t}else{\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.GET_USER_METADATA_BY_KEY:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"GET\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.DELETE_USER_METADATA:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.CREATE_DEVICE_METADATA:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.UPDATE_DEVICE_METADATA:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.GET_DEVICE_METADATA_BY_KEY:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"GET\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.DELETE_DEVICE_METADATA:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\n\t\t\t\t\t}\n\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.CREATE_LOG_IN_SERVICE:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.CREATE_SCHEDULE_ACTION:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.UPDATE_SCHEDULE_ACTION:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.DELETE_SCHEDULE_ACTION:\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t}\n\t\t\t\t\telse { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t//case AylaRestService.CREATE_SCHEDULE:\n\t\t\t\tcase AylaRestService.UPDATE_SCHEDULE:\n\t\t\t\tcase AylaRestService.CLEAR_SCHEDULE:\n\t\t\t\t\t//case AylaRestService.DELETE_SCHEDULE:\n\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t\tcase AylaRestService.CREATE_SCHEDULE_ACTIONS: // only called on (url.equals(AylaSystemUtils.ERR_URL)\n\t\t\t\tcase AylaRestService.DELETE_SCHEDULE_ACTIONS: // only called on (url.equals(AylaSystemUtils.ERR_URL)\n\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase AylaRestService.UPDATE_DEVICE:\n\t\t\t\t\tif(!url.equals(AylaSystemUtils.ERR_URL)){\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase AylaRestService.SEND_NETWORK_PROFILE_LANMODE:\n\t\t\t\tcase AylaRestService.DELETE_NETWORK_PROFILE_LANMODE:\n\n\t\t\t\tcase AylaRestService.GET_DEVICES_LANMODE:\n\t\t\t\tcase AylaRestService.GET_NODES_LOCAL_CACHE:\n\t\t\t\tcase AylaRestService.CREATE_DATAPOINT_LANMODE:\n\t\t\t\tcase AylaRestService.CREATE_NODE_DATAPOINT_LANMODE:\n\n\t\t\t\tcase AylaRestService.GET_DATAPOINT_LANMODE:\n\t\t\t\tcase AylaRestService.GET_DATAPOINTS_LANMODE:\n\t\t\t\tcase AylaRestService.GET_PROPERTIES_LANMODE:\n\t\t\t\tcase AylaRestService.GET_NODES_CONNECTION_STATUS_ZIGBEE_LANMODE:\n\n\t\t\t\tcase AylaRestService.GET_NODE_PROPERTIES_LANMODE:\n\t\t\t\tcase AylaRestService.GET_NODE_DATAPOINT_LANMODE:\n\n\t\t\t\tcase AylaRestService.GET_PROPERTY_DETAIL_LANMODE:\n\t\t\t\t{\n\t\t\t\t\tresponseBundle = new Bundle();\n\t\t\t\t\tresponseBundle.putString(\"result\", rs.jsonResults); // response v3.07\n\t\t\t\t\tresponseBundle.putInt(\"subTask\", rs.subTaskFailed);\n\t\t\t\t\tresponseCode = rs.responseCode;\n\n\t\t\t\t\tif (async) {\n\t\t\t\t\t\treceiver.send(responseCode, responseBundle);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcommitResponse = new AylaCallResponse(responseCode, responseBundle);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.GET_DATAPOINT_BLOB_SAVE_TO_FILE:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\n\t\t\t\t\t\tsetUrlConnection(\"GET\", url, NETWORK_TIMEOUT_CLOUD, false);\n\t\t\t\t\t\t// For debug, reserved for future.\n//\t\t\t\t\t\tAylaSystemUtils.saveToLog(\"%s, %s, %s, %s, %s, %s.\", \"D\", tag,\n//\t\t\t\t\t\t\t\t\"getDatapointBlobSaveToFile\"\n//\t\t\t\t\t\t\t\t, \"url:\" + urlConnection.getURL()\n//\t\t\t\t\t\t\t\t, \"method:\" + urlConnection.getRequestMethod()\n//\t\t\t\t\t\t\t\t, \"headers:\" + headers);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.GET_DEVICES:\n\t\t\t\tcase AylaRestService.GET_DEVICE_DETAIL:\n\t\t\t\tcase AylaRestService.GET_DEVICE_DETAIL_BY_DSN:\n\t\t\t\tcase AylaRestService.GET_NEW_DEVICE_CONNECTED:\n\t\t\t\tcase AylaRestService.GET_REGISTERED_NODES:\n\t\t\t\tcase AylaRestService.GET_DEVICE_NOTIFICATIONS:\n\t\t\t\tcase AylaRestService.GET_APP_NOTIFICATIONS:\n\t\t\t\tcase AylaRestService.GET_PROPERTIES:\n\t\t\t\tcase AylaRestService.GET_PROPERTY_DETAIL:\n\t\t\t\tcase AylaRestService.GET_DATAPOINTS:\n\t\t\t\tcase AylaRestService.GET_DATAPOINT_BY_ID:\n\n\t\t\t\tcase AylaRestService.GET_DATAPOINT_BLOB:\n\t\t\t\tcase AylaRestService.GET_PROPERTY_TRIGGERS:\n\t\t\t\tcase AylaRestService.GET_APPLICATION_TRIGGERS:\n\t\t\t\tcase AylaRestService.GET_REGISTRATION_CANDIDATE:\n\t\t\t\tcase AylaRestService.GET_GATEWAY_REGISTRATION_CANDIDATES:\n\n\t\t\t\tcase AylaRestService.GET_NEW_DEVICE_STATUS:\n\t\t\t\tcase AylaRestService.GET_NEW_DEVICE_SCAN_RESULTS_FOR_APS:\n\t\t\t\tcase AylaRestService.GET_MODULE_WIFI_STATUS:\n\t\t\t\tcase AylaRestService.GET_NEW_DEVICE_PROFILES:\n\t\t\t\tcase AylaRestService.GET_DEVICE_LANMODE_CONFIG:\n\t\t\t\tcase AylaRestService.GET_USER_INFO:\n\t\t\t\tcase AylaRestService.GET_SCHEDULES:\n\t\t\t\tcase AylaRestService.GET_SCHEDULE:\n\t\t\t\tcase AylaRestService.GET_SCHEDULE_ACTIONS:\n\t\t\t\tcase AylaRestService.GET_SCHEDULE_ACTIONS_BY_NAME:\n\t\t\t\tcase AylaRestService.GET_TIMEZONE:\n\t\t\t\tcase AylaRestService.GET_USER_METADATA:\n\t\t\t\tcase AylaRestService.GET_DEVICE_METADATA:\n\t\t\t\tcase AylaRestService.GET_USER_SHARES:\n\t\t\t\tcase AylaRestService.GET_USER_RECEIVED_SHARES:\n\t\t\t\tcase AylaRestService.GET_GROUP_ZIGBEE:\n\t\t\t\tcase AylaRestService.GET_GROUPS_ZIGBEE:\n\t\t\t\tcase AylaRestService.GET_BINDING_ZIGBEE:\n\t\t\t\tcase AylaRestService.GET_BINDINGS_ZIGBEE:\n\t\t\t\tcase AylaRestService.GET_SCENE_ZIGBEE:\n\t\t\t\tcase AylaRestService.GET_SCENES_ZIGBEE:\n\t\t\t\tcase AylaRestService.GET_NODES_CONNECTION_STATUS_ZIGBEE:\n\t\t\t\tcase AylaRestService.GET_USER_CONTACT:\n\t\t\t\tcase AylaRestService.GET_USER_CONTACT_LIST:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tString combinedParams = \"\";\n\n\t\t\t\t\t\tif(params!= null && !params.isEmpty()) {\n\t\t\t\t\t\t\tcombinedParams += \"?\";\n\t\t\t\t\t\t\tfor(AylaParcelableNVPair p : params) {\n\t\t\t\t\t\t\t\tif ( p.getName() != null && p.getValue() != null ) {\n\t\t\t\t\t\t\t\t\tString paramString = p.getName() + \"=\" + URLEncoder.encode(p.getValue(), \"UTF-8\");\n\t\t\t\t\t\t\t\t\tif (combinedParams.length() > 1) {\n\t\t\t\t\t\t\t\t\t\tcombinedParams += \"&\" + paramString;\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tcombinedParams += paramString;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\turl+=combinedParams;\n\t\t\t\t\t\tsetUrlConnection(\"GET\", url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.GET_MODULE_REGISTRATION_TOKEN:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tString combinedParams = \"\";\n\n\t\t\t\t\t\tif(params!= null && !params.isEmpty()) {\n\t\t\t\t\t\t\tcombinedParams += \"?\";\n\t\t\t\t\t\t\tfor(AylaParcelableNVPair p : params) {\n\t\t\t\t\t\t\t\tif ( p.getName() != null && p.getValue() != null ) {\n\t\t\t\t\t\t\t\t\tString paramString = p.getName() + \"=\" + URLEncoder.encode(p.getValue(), \"UTF-8\");\n\t\t\t\t\t\t\t\t\tif (combinedParams.length() > 1) {\n\t\t\t\t\t\t\t\t\t\tcombinedParams += \"&\" + paramString;\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tcombinedParams += paramString;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\turl+=combinedParams;\n\t\t\t\t\t\tsetUrlConnection(\"GET\", url, NETWORK_TIMEOUT_LAN);\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t} else { // return errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.POST_USER_LOGIN:\n\t\t\t\tcase AylaRestService.POST_USER_LOGOUT:\n\t\t\t\tcase AylaRestService.POST_USER_SIGNUP:\n\t\t\t\tcase AylaRestService.POST_USER_RESEND_CONFIRMATION:\n\t\t\t\tcase AylaRestService.POST_USER_RESET_PASSWORD:\n\t\t\t\tcase AylaRestService.POST_USER_REFRESH_ACCESS_TOKEN:\n\t\t\t\tcase AylaRestService.POST_USER_OAUTH_LOGIN:\n\t\t\t\tcase AylaRestService.POST_USER_OAUTH_AUTHENTICATE_TO_SERVICE:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\n\t\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t} else { // return user sign-up errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.CREATE_DATAPOINT_BLOB_POST_TO_FILE:\n\t\t\t\t{\n\t\t\t/* Interact with amazon S3\n\t\t\t * authorization mechanism and param already in url\n\t\t\t * do not need header.*/\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD, false);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return user sign-up errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.PUT_USER_CHANGE_PASSWORD:\n\t\t\t\tcase AylaRestService.PUT_RESET_PASSWORD_WITH_TOKEN:\n\t\t\t\tcase AylaRestService.PUT_USER_CHANGE_INFO:\n\t\t\t\tcase AylaRestService.PUT_USER_SIGNUP_CONFIRMATION:\n\t\t\t\tcase AylaRestService.UPDATE_PROPERTY_TRIGGER:\n\t\t\t\tcase AylaRestService.UPDATE_APPLICATION_TRIGGER:\n\t\t\t\tcase AylaRestService.UPDATE_DEVICE_NOTIFICATION:\n\t\t\t\tcase AylaRestService.UPDATE_APP_NOTIFICATION:\n\t\t\t\tcase AylaRestService.PUT_DEVICE_FACTORY_RESET:\n\t\t\t\tcase AylaRestService.BLOB_MARK_FETCHED:\n\t\t\t\tcase AylaRestService.BLOB_MARK_FINISHED:\n\t\t\t\tcase AylaRestService.IDENTIFY_NODE:\n\t\t\t\tcase AylaRestService.UPDATE_USER_EMAIL:\n case AylaRestService.PUT_DISCONNECT_AP_MODE:\n\t\t\t\t{\n\t\t\t\t\tif (!url.equals(AylaSystemUtils.ERR_URL)) {\n\t\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\t\twriteData();\n\t\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\t} else { // return user sign-up errors to handler\n\t\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.CREATE_DATAPOINT:\n\t\t\t\tcase AylaRestService.CREATE_BATCH_DATAPOINT:\n\t\t\t\tcase AylaRestService.CREATE_DATAPOINT_BLOB:\n\t\t\t\tcase AylaRestService.CREATE_PROPERTY_TRIGGER:\n\t\t\t\tcase AylaRestService.CREATE_APPLICATION_TRIGGER:\n\t\t\t\tcase AylaRestService.START_NEW_DEVICE_SCAN_FOR_APS:\n\t\t\t\tcase AylaRestService.REGISTER_DEVICE:\n\t\t\t\t\t//\tcase AylaRestService.SET_DEVICE_CONNECT_TO_NETWORK:\n\t\t\t\tcase AylaRestService.POST_LOCAL_REGISTRATION:\n\t\t\t\tcase AylaRestService.OPEN_REGISTRATION_WINDOW:\n\t\t\t\tcase AylaRestService.CREATE_TIMEZONE:\n\t\t\t\tcase AylaRestService.CREATE_DEVICE_NOTIFICATION:\n\t\t\t\tcase AylaRestService.CREATE_APP_NOTIFICATION:\n\t\t\t\t{\n\t\t\t\t\tsetUrlConnection(\"POST\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\twriteData();\n\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tcase AylaRestService.SET_DEVICE_CONNECT_TO_NETWORK:\n\t\t\t\t{\n\t\t\t\t\t// request = new HttpPost(url);\n\n\t\t\t\t\tString urlQueryParams = \"\";\n\t\t\t\t\tif (!params.isEmpty()) {\n\t\t\t\t\t\turlQueryParams += \"?\";\n\t\t\t\t\t\tfor (AylaParcelableNVPair p : params) {\n\t\t\t\t\t\t\tString paramString = p.getName() + \"=\" + URLEncoder.encode(p.getValue(), \"UTF-8\");\n\t\t\t\t\t\t\tif (urlQueryParams.length() > 1) {\n\t\t\t\t\t\t\t\turlQueryParams += \"&\" + paramString;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\turlQueryParams += paramString;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t}\n\t\t\t\t\turl = rs.url + urlQueryParams;\n\t\t\t\t\t//request = new HttpPost(url);\n\n\t\t\t\t\tsetUrlConnection(\"POST\", url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\twriteData();\n\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tcase AylaRestService.PUT_LOCAL_REGISTRATION:\n\t\t\t\tcase AylaRestService.PUT_NEW_DEVICE_TIME:\n\t\t\t\tcase AylaRestService.PUT_DATAPOINT: // used to mark blob fetched\n\t\t\t\tcase AylaRestService.UPDATE_TIMEZONE:\n\t\t\t\t{\n\t\t\t\t\tsetUrlConnection(\"PUT\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\twriteData();\n\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\n\t\t\t\tcase AylaRestService.DELETE:\n\t\t\t\tcase AylaRestService.DESTROY_DEVICE_NOTIFICATION:\n\t\t\t\tcase AylaRestService.DESTROY_APP_NOTIFICATION:\n\t\t\t\tcase AylaRestService.DESTROY_PROPERTY_TRIGGER:\n\t\t\t\tcase AylaRestService.DESTROY_APPLICATION_TRIGGER:\n\t\t\t\tcase AylaRestService.UNREGISTER_DEVICE:\n\t\t\t\tcase AylaRestService.DELETE_DEVICE_WIFI_PROFILE:\n\t\t\t\tcase AylaRestService.DELETE_USER:\n\t\t\t\t{\n\t\t\t\t\tsetUrlConnection(\"DELETE\", rs.url, NETWORK_TIMEOUT_CLOUD);\n\t\t\t\t\tcommitResponse = commit(rs);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t//\t\tcase AylaRestService.SECURE_SETUP_SESSION_COMPLETED:\n\t\t\t\tcase AylaRestService.PROPERTY_CHANGE_NOTIFIER:\n\t\t\t\t{\n\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.REACHABILITY:\n\t\t\t\t{\n\t\t\t\t\tsendToReceiver(rs);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.REGISTER_NEW_DEVICE:\t\t\t// Compound objects, no service API, just return to handler\n\t\t\t\t{\n\t\t\t\t\t// wait for completion if it's a synchronous call\n\t\t\t\t\tif (async == false) {\n\t\t\t\t\t\twhile (rs.jsonResults == null) {\n\t\t\t\t\t\t\ttry { //NOP\n\t\t\t\t\t\t\t\tThread.sleep(100);\n\t\t\t\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tresponseBundle = new Bundle();\n\t\t\t\t\tresponseBundle.putString(\"result\", rs.jsonResults); // response v3.07\n\t\t\t\t\tresponseBundle.putInt(\"subTask\", rs.subTaskFailed);\n\t\t\t\t\tresponseCode = rs.responseCode;\n\t\t\t\t\tif (async) {\n\t\t\t\t\t\treceiver.send(responseCode, responseBundle);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcommitResponse = new AylaCallResponse(responseCode, responseBundle);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.CONNECT_TO_NEW_DEVICE: // Compound objects no service API, just return to handler\n\t\t\t\tcase AylaRestService.RETURN_HOST_WIFI_STATE: // Using host local calls, no service API, just return to handler\n\t\t\t\tcase AylaRestService.RETURN_HOST_SCAN:\n\t\t\t\tcase AylaRestService.RETURN_HOST_NETWORK_CONNECTION:\n\t\t\t\tcase AylaRestService.SET_HOST_NETWORK_CONNECTION:\n\t\t\t\tcase AylaRestService.DELETE_HOST_NETWORK_CONNECTION:\n\t\t\t\tcase AylaRestService.DELETE_HOST_NETWORK_CONNECTIONS:\n\t\t\t\tcase AylaRestService.RETURN_HOST_DNS_CHECK:\n\t\t\t\tcase AylaRestService.GROUP_ACK_ZIGBEE:\n\t\t\t\tcase AylaRestService.BINDING_ACK_ZIGBEE:\n\t\t\t\tcase AylaRestService.SCENE_ACK_ZIGBEE:\n\t\t\t\tcase AylaRestService.GET_NODES_CONNECTION_STATUS:\n\t\t\t\t{\n\t\t\t\t\t// wait for completion if it's a synchronous call\n\t\t\t\t\tif (async == false) {\n\t\t\t\t\t\twhile (rs.jsonResults == null) {\n\t\t\t\t\t\t\ttry { //NOP\n\t\t\t\t\t\t\t\tThread.sleep(100);\n\t\t\t\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tresponseBundle = new Bundle();\n\t\t\t\t\tresponseBundle.putString(\"result\", rs.jsonResults); // response v3.07\n\t\t\t\t\tresponseBundle.putInt(\"subTask\", rs.subTaskFailed);\n\t\t\t\t\tresponseCode = rs.responseCode;\n\t\t\t\t\tif (async) {\n\n\t\t\t\t\t\treceiver.send(responseCode, responseBundle);\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\tcommitResponse = new AylaCallResponse(responseCode, responseBundle);\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tcase AylaRestService.CONNECT_NEW_DEVICE_TO_SERVICE:\n\t\t\t\tcase AylaRestService.CONFIRM_NEW_DEVICE_TO_SERVICE_CONNECTION: // Compound object\n\t\t\t\tcase AylaRestService.GET_NEW_DEVICE_WIFI_STATUS: // compound object\n\t\t\t\tcase AylaRestService.GET_NODES_CONNECTION_STATUS_LANMODE:\n\t\t\t\t{\n\t\t\t\t\tresponseBundle = new Bundle();\n\t\t\t\t\tresponseBundle.putString(\"result\", rs.jsonResults); // response v3.07\n\t\t\t\t\tresponseBundle.putInt(\"subTask\", rs.subTaskFailed);\n\t\t\t\t\tresponseCode = rs.responseCode;\n\n\t\t\t\t\treceiver.send(responseCode, responseBundle);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tdefault:\n\t\t\t\t\tAylaSystemUtils.saveToLog(\"%s, %s, %s, %s.\", \"E\", tag, \"execute\", \"method \" + method + \" unknown\");\n\t\t\t\t\tbreak;\n\t}\n\n\t\t}catch(Exception e){\n\t\t\te.printStackTrace();\n\t\t\tcloseResources();\n\t\t\tresponseBundle = new Bundle();\n\t\t\tresponseBundle.putString(\"result\", rs.jsonResults); // response v3.07\n\t\t\tresponseBundle.putInt(\"subTask\", rs.subTaskFailed);\n\t\t\tresponseCode = rs.responseCode;\n\t\t\tif (async) {\n\t\t\t\treceiver.send(responseCode, responseBundle);\n\t\t\t} else {\n\t\t\t\tcommitResponse = new AylaCallResponse(responseCode, responseBundle);\n\t\t\t}\n\t\t} finally{\n\t\t\tcloseResources();\n\t\t}\n\t\treturn commitResponse;\n\t}", "public boolean setResult(T result)\n/* */ {\n/* 204 */ return setResultInternal(result);\n/* */ }", "public interface PerfectCheck extends Remote {\n boolean isPerfect(int number) throws RemoteException;\n}", "void onResult(int ret);", "void newResult(Result result);", "@Override\n\tpublic void networkIsOk() {\n\n\t}", "public boolean getResponseStatus();", "@Override\n public int getStatus() {\n return this.SUCCESS;\n }", "public static void handleSuccess(final RpcResponse resultData, final Activity activity, final LoginCallback loginCallback) {\n LoginReturnData returnValue = (LoginReturnData) resultData.returnValue;\n final int code = resultData.code;\n SDKLogger.d(TAG, \"asyncExecute code = \" + code);\n if (code == 3000) {\n Session session = null;\n try {\n if (resultData.returnValue != null) {\n SDKLogger.d(TAG, \"asyncExecute returnValue not null \");\n if (!TbAuthContext.needSession || TextUtils.equals(TbAuthContext.sSceneCode, \"10010\")) {\n session = SessionConvert.convertLoginDataToSeesion(returnValue);\n } else {\n ((SessionService) AliMemberSDK.getService(SessionService.class)).refreshWhenLogin(Site.TAOBAO, returnValue);\n session = ((SessionService) AliMemberSDK.getService(SessionService.class)).getSession();\n }\n }\n final Session finalSession = session;\n ((MemberExecutorService) AliMemberSDK.getService(MemberExecutorService.class)).postUITask(new Runnable() {\n public void run() {\n RpcPresenter.doWhenResultOk(activity, loginCallback, finalSession);\n }\n });\n } catch (Exception e) {\n e.printStackTrace();\n }\n } else if (code == 13060) {\n String doubleCheckUrl = returnValue.h5Url;\n SDKLogger.d(TAG, \"asyncExecute doubleCheckUrl = \" + doubleCheckUrl);\n if (!TextUtils.isEmpty(doubleCheckUrl) && activity != null) {\n Activity startFrom = activity;\n CallbackContext.setActivity(startFrom);\n Intent intent = new Intent(startFrom, TbAuthWebViewActivity.class);\n intent.putExtra(\"url\", doubleCheckUrl);\n intent.putExtra(\"token\", returnValue.token);\n intent.putExtra(\"scene\", returnValue.scene);\n TbAuthWebViewActivity.token = returnValue.token;\n TbAuthWebViewActivity.scene = returnValue.scene;\n activity.startActivityForResult(intent, RequestCode.OPEN_DOUBLE_CHECK);\n }\n } else {\n ((MemberExecutorService) AliMemberSDK.getService(MemberExecutorService.class)).postUITask(new Runnable() {\n public void run() {\n SDKLogger.d(RpcPresenter.TAG, \"15 : \" + resultData.message);\n RpcPresenter.doWhenResultFail(activity, loginCallback, 15, \"login:code \" + code + \" \" + resultData.message);\n }\n });\n }\n }", "com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();" ]
[ "0.6487638", "0.6446345", "0.6446345", "0.6436743", "0.63911295", "0.6265002", "0.6265002", "0.62309223", "0.618781", "0.61737055", "0.6055036", "0.604947", "0.60493296", "0.60493296", "0.60488385", "0.60488385", "0.60478127", "0.60478127", "0.60478127", "0.60478127", "0.60478127", "0.60478127", "0.60478127", "0.6030624", "0.60020703", "0.5986447", "0.59646434", "0.59523153", "0.59457594", "0.59415495", "0.5940036", "0.59325004", "0.59325004", "0.59325004", "0.59325004", "0.58736706", "0.58415616", "0.58324796", "0.5804633", "0.57869005", "0.5741178", "0.5734783", "0.5734783", "0.571509", "0.5714304", "0.56885123", "0.5687551", "0.5687551", "0.5687551", "0.5687551", "0.5687551", "0.5687551", "0.5687551", "0.5687551", "0.5687551", "0.5687551", "0.5687551", "0.5687551", "0.5685418", "0.5644859", "0.56391424", "0.5633834", "0.56305456", "0.5618669", "0.5610728", "0.5604627", "0.5597519", "0.55832106", "0.5580267", "0.5556945", "0.5553019", "0.5548528", "0.5548528", "0.55426633", "0.5537864", "0.5537864", "0.552944", "0.552944", "0.5527758", "0.55250925", "0.5524022", "0.5518227", "0.5509317", "0.5506618", "0.5500595", "0.5498485", "0.5498485", "0.54869497", "0.547511", "0.5470606", "0.5466112", "0.5461783", "0.54553956", "0.54524684", "0.54523855", "0.54523593", "0.5448", "0.5446973", "0.5440783", "0.5438817" ]
0.6400236
4
/ always caused by network error
@Override public void onFailure(Throwable t) { isSucessful.compareAndSet(true, false); failedMessages.put(id.getName(), t.getMessage()); handleIfFinished(t, isSucessful.get()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\t\t\tpublic void onNetworkError() {\n\n\t\t\t}", "@Override\r\n\t\t\tpublic void onNetworkError(NetworkError networkError) {\n\r\n\t\t\t}", "@Override\n\t\t\t\tpublic void onNetworkError(Request request, IOException e) {\n\t\t\t\t\t\n\t\t\t\t}", "@Override\n\t\t\tpublic void onNetworkError(Request request, IOException e) {\n\n\t\t\t}", "private static boolean isNetworkProblem(Object error) {\r\n\t\treturn (error instanceof IOException);\r\n\t}", "protected void onConnectionError() {\n\t}", "@Override\n\tpublic void onNetWorkError() {\n\t\t\n\t}", "public void handleNetworkException(WorkerChore chore, CallNetworkException e);", "public void onConnectionError()\n\t\t{\n\t\t}", "public boolean isCausedByNetworkIssue() {\n return getCause() instanceof java.io.IOException;\n }", "@Override\n\tpublic void netErrorReLoad() {\n\t\t\n\t}", "@Override\n\tpublic void netErrorReLoad() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void onGetNetworkState(int iError) {\n\t\t\tToast.makeText(NearActivity.this, \"您的网络出错啦!\", Toast.LENGTH_LONG).show();\r\n\t\t}", "public NetworkException() {\n\t\tsuper();\n\t}", "@Override\n public void onFailure(Call<VehicleDetailModel> call, Throwable t) {\n Toast.makeText(getApplicationContext(), \"Network issue\", Toast.LENGTH_SHORT).show();\n }", "public void networkError() {\n Context context = getActivity();\n if (context == null) {\n return;\n }\n\n showToast(context.getString(R.string.status_network_error), Toast.LENGTH_LONG);\n }", "@Override\n public void onErrorResponse(VolleyError error) {\n\n NetworkResponse networkResponse = error.networkResponse;\n Log.i(\"Checking\", new String(error.networkResponse.data));\n if(networkResponse != null && networkResponse.data != null)\n {\n switch (networkResponse.statusCode)\n {\n\n default:\n break;\n }\n }\n }", "@Override\n\t\t\t\tpublic void onNetworkError(Request request, IOException e) {\n\t\n\t\t\t\t\tscrollView.onRefreshComplete();\n\t\t\t\t\t\n\t\t\t\t}", "@Override\n\t\t\tpublic void onFailure(int arg0, Header[] arg1, byte[] arg2,\n\t\t\t\t\tThrowable arg3) {\n\t\t\t\tToast.makeText(MyApplication.getContext(), \"网络通讯错误\",\n\t\t\t\t\t\tToast.LENGTH_LONG).show();\n\t\t\t}", "public void OnConnectionError();", "@Override\n\t\t\tpublic void onFailure(Throwable t, String strMsg) {\n\t\t\t\tsuper.onFailure(t, strMsg);\n\t\t\t\tshowToast(\"网络错误\");\n\t\t\t}", "void onConnectToNetByIPFailure();", "@Override\r\n\t\t\t\t\t\t\tpublic void onFail(String msg) {\n\t\t\t\t\t\t\t\tToast.makeText(PhotoImagePagerActivity.this, \"服务器错误\", Toast.LENGTH_SHORT).show();\r\n\t\t\t\t\t\t\t}", "@Override\n\tpublic void setNetworkError() {\n\t\tnew Customdialog_Base(this, \"네트워크 불안정\").show();\n\t}", "@Override\n\t\t\tpublic void onFailure(HttpException arg0, String arg1) {\n\t\t\t\tif(progressDialog!=null)progressDialog.dismiss();\n\t\t\t\tshowShortToast(\"获取失败,请检查网络连接\");\n\t\t\t}", "@Override\r\n public void onFailure(@NotNull Call call, @NotNull IOException e) {\r\n Log.e(TAG, \"internet error\");\r\n Log.e(TAG, e.getMessage());\r\n }", "public boolean hasFailedNetworkOperation() {\n return hasFailedNetworkOperation;\n }", "public void internetConnectionProble()\n\t\t{\n\n\n\t\t}", "@Override\n\t\t\t\t\t\tpublic void onFailure(int arg0, Header[] arg1,\n\t\t\t\t\t\t\t\tbyte[] arg2, Throwable arg3) {\n\t\t\t\t\t\t\tToast.makeText(ChangeUserResumeActivity.this,\n\t\t\t\t\t\t\t\t\t\"网络连接失败,请检测网络!\", Toast.LENGTH_SHORT).show();\n\t\t\t\t\t\t}", "@Override\n public void onFailure(int statusCode, Header[] headers, String responseString, Throwable throwable) {\n Log.d(\"recon\", \"error \" + statusCode + \" \" + throwable);\n\n Toast.makeText(getApplicationContext(), \"Error: \" + statusCode + \" Verify your Internet Connection is stable or working.\", Toast.LENGTH_LONG).show();\n }", "private void sendOldError(Exception e) {\n }", "@Override\n public void onFailure(Call<Void> call, Throwable t)\n {\n Log.e(TAG, \"FAIL = \" + call.toString());\n t.printStackTrace();\n Toast.makeText(getApplicationContext(), \"Check your network connection\", Toast.LENGTH_LONG).show();\n }", "@Override\n\t\t\tpublic void onFailure(int arg0, Header[] arg1, byte[] arg2, Throwable arg3) {\n\t\t\t\tToastTool.showNetworkError(context);\n\t\t\t}", "@Override\n\t\t\t\t\tpublic void onErrorResponse(VolleyError arg0) {\n\t\t\t\t\t\tToast.makeText(GetPersonalInfoActivity.this, \"网络连接异常!\",\n\t\t\t\t\t\t\t\t1000).show();\n\t\t\t\t\t}", "@Override\r\n\tpublic void fixIssue() {\n\t\tthis.techie.fixIssue(\"network issue\");\r\n\t}", "@Override\n\t\t\t\t\t\tpublic void onFailure(HttpException arg0, String arg1) {\n\t\t\t\t\t\t\tnew Tus(AddIncomeActivity.this)\n\t\t\t\t\t\t\t\t\t.toast(\"网络异常,请稍后······\");\n\t\t\t\t\t\t}", "public NetworkCallError() {\n }", "@Override\n\t\t\t\t\t\tpublic void onFailure(int arg0, Header[] arg1,\n\t\t\t\t\t\t\t\tbyte[] arg2, Throwable arg3) {\n\t\t\t\t\t\t\tToast.makeText(ChangeUserResumeActivity.this,\n\t\t\t\t\t\t\t\t\t\"网络连接失败,请检测网络!\", Toast.LENGTH_SHORT).show();\n\t\t\t\t\t\t\tpd.dismiss();\n\t\t\t\t\t\t}", "void connectFailed();", "private void error() {\n this.error = true;\n this.clients[0].error();\n this.clients[1].error();\n }", "@Override\n public void onErrorResponse(VolleyError error) {\n if (ConstantsDefined.isOnline(AllSectionsSummary.this)) {\n //Do nothing..\n Toast.makeText(AllSectionsSummary.this, \"Couldn't connect..Please try again..\", Toast.LENGTH_LONG).show();\n } else {\n Toast.makeText(AllSectionsSummary.this, \"Sorry! No internet connection\", Toast.LENGTH_SHORT).show();\n }\n }", "@Override\n\t\t\t\t\t\t\t\t\t\tpublic void onRequestFail() {\n\n\t\t\t\t\t\t\t\t\t\t}", "void onCreateNewNetFailure();", "@Override\n public void onErrorResponse(VolleyError error) {\n Log.d(\"INTERNET\", error.toString());\n\n toastIt(\"Internet Failure: \" + error.toString());\n }", "@Override\n public void onErrorResponse(VolleyError error) {\n Log.d(\"INTERNET\", error.toString());\n\n toastIt(\"Internet Failure: \" + error.toString());\n }", "@Override\r\n\t\t\t\t\tpublic void onError(Exception e) {\n\t\t\t\t\t\tLog.e(\"HttpPost\", \"LIES \" + e.getMessage());\r\n\r\n\t\t\t\t\t}", "void throwIfNetworkNotAvailable() throws MsalClientException {\n final ConnectivityManager connectivityManager = (ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE);\n final NetworkInfo networkInfo = connectivityManager.getActiveNetworkInfo();\n if (networkInfo == null || !networkInfo.isConnected()) {\n Logger.error(TAG, mRequestContext, \"No active network is available on the device.\", null);\n throw new MsalClientException(MsalClientException.DEVICE_NETWORK_NOT_AVAILABLE, \"Device network connection is not available.\");\n }\n }", "public void httpfailure(String errmsg) {\n\t\t\n\t}", "public void socketError(Exception arg0) {\n\t\t\r\n\t}", "@Override\n public void onErrorResponse(VolleyError error) {\n if (ConstantsDefined.isOnline(AllSectionsSummary.this)) {\n //Do nothing..\n Toast.makeText(AllSectionsSummary.this, \"Couldn't connect..Please try again..\", Toast.LENGTH_LONG).show();\n } else {\n Toast.makeText(AllSectionsSummary.this, \"Sorry! No internet connection\", Toast.LENGTH_SHORT).show();\n }\n }", "@Override\n public void onErrorResponse(VolleyError error) {\n if (ConstantsDefined.isOnline(AllSectionsSummary.this)) {\n //Do nothing..\n Toast.makeText(AllSectionsSummary.this, \"Couldn't connect..Please try again..\", Toast.LENGTH_LONG).show();\n } else {\n Toast.makeText(AllSectionsSummary.this, \"Sorry! No internet connection\", Toast.LENGTH_SHORT).show();\n }\n }", "@Override\n\t\t\t\t\tpublic void onFailure(HttpException arg0, String arg1) {\n\t\t\t\t\t\thandler.sendEmptyMessage(HANDLER_NET_FAILURE);\n\t\t\t\t\t}", "@Override\n\t\t\t\t\tpublic void onFailure(HttpException arg0, String arg1) {\n\t\t\t\t\t\thandler.sendEmptyMessage(HANDLER_NET_FAILURE);\n\t\t\t\t\t}", "@Override\n\t\t\tpublic void onRemoteNodeError(String url, String message) {\n\t\t\t\t\n\t\t\t}", "@Override\n public void onFailure(@NonNull Exception e) {\n Discoverer.this.eventListener.trigger(EVENT_LOG, \"Fail to request connection: \" + e.getMessage());\n }", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\tSC.say(\"服务器连接已中断,请重新登录!\");\n\t\t\t}", "@Override\n \tpublic void reconnectionFailed(Exception arg0) {\n \t}", "private void handleDownloadFailure(){\n Toast.makeText(this,\n \"Could not establish connection to service.\\n\" +\n \"Please check your internet connection and \\n\" +\n \"make sure internet permissions are granted.\",\n Toast.LENGTH_LONG\n ).show();\n }", "@Override\n public void onFailure(Call<CollegeResponse> call, Throwable t) {\n if (t instanceof UnknownHostException) {\n //Add your code for displaying no network connection error\n progressBar.setVisibility(View.GONE);\n emptyView.setVisibility(View.GONE);\n retry_ll.setVisibility(View.VISIBLE);\n }\n }", "@Override\n\t\t\tpublic void onFailure(VolleyError error) {\n\t\t\t\tshowToast(R.string.network_error);\n\t\t\t}", "@Override\n\t\t\tpublic void onFailure(VolleyError error) {\n\t\t\t\tshowToast(R.string.network_error);\n\t\t\t}", "public String networkFailureMessage();", "@Override\n\t\t\t\t\tpublic void onFailure(Throwable arg0, String arg1) {\n\t\t\t\t\t\tsuper.onFailure(arg0, arg1);\n\t\t\t\t\t\tSystem.out.println(\"11=================================\"+arg0);\n\t\t\t\t\t\tSystem.out.println(\"22=================================\"+arg1);\n\t\t\t\t\t\tToast.makeText(MyOrderZFActivity.this, \"网络超时异常\", 200).show();\n\t\t\t\t\t}", "@Override\n public void onFailure(Call<Item> call, Throwable t)\n {\n Log.e(TAG, \"FAIL = \" + call.toString());\n Log.e(TAG, \"message \" + t.getLocalizedMessage());\n t.printStackTrace();\n Toast.makeText(getApplicationContext(), \"Check your network connection\", Toast.LENGTH_LONG).show();\n }", "@Override\n\t\tpublic void onFailure(HttpException error, String msg) {\n\t\t\t\n\t\t}", "@Override\n public void connectionLost(Throwable thrwbl) {\n System.out.println(\"服务器的连接丢失\");\n }", "@Override\n\tpublic void onConnectionFailed(ConnectionResult arg0) {\n\t\t\n\t}", "@Override\n\tpublic void onConnectionFailed(ConnectionResult arg0) {\n\t\t\n\t}", "@Override\n public void failure(RetrofitError arg0) {\n Log.info(\"net err:\"+arg0.toString());\n }", "@Override\n public void connectionLost(Throwable cause) {\n }", "@Override\r\n\tpublic void connectionLost(Throwable cause) {\n\t\t\r\n\t}", "@Override\n\tpublic void networkIsOk() {\n\n\t}", "@Override\r\n public void connectFailed() {\n super.connectFailed();\r\n Commons.showToast(act, \"连接失败\");\r\n act.dismissLoadDialog();\r\n }", "@Override\n public void connectionLost(Throwable cause) {\n Log.d(TAG, \"Connection lost\");\n }", "@Override\r\n\tpublic void connectionLost(Throwable t) {\n\t}", "@Override\n public void onConnectionFailed(ConnectionResult result) {\n }", "protected abstract void showConnectError();", "@Override\n\t\t\t\t\tpublic void httpFail(String response) {\n\t\t\t\t\t}", "@Override\n\t\t\t\t\t\tpublic void failed() {\n\t\t\t\t\t\t\tSystem.out.println(\"下载失败\");\n\t\t\t\t\t\t}", "@Override\n public void onConnectionFailed(ConnectionResult connectionResult) {\n return;\n }", "@Override\n public void onReceivedError(WebView view, WebResourceRequest request, WebResourceError error){\n Toast.makeText(getApplicationContext(), \"Your Internet Connection May not be active Or \" + error , Toast.LENGTH_LONG).show();\n\n }", "private final void m37301b(int i) throws Exception {\n if (Callback.DEFAULT_DRAG_ANIMATION_DURATION <= i) {\n if (299 >= i) {\n return;\n }\n }\n if (i == 410) {\n throw ((Throwable) new NoUsernameAvailableException());\n }\n StringBuilder stringBuilder = new StringBuilder();\n stringBuilder.append(\"Network Error: status code \");\n stringBuilder.append(i);\n throw new IOException(stringBuilder.toString());\n }", "@Override\r\n\tpublic void networkErrorHappened() {\r\n\t\t//Tracker\r\n\t\tTracker.getInstance().trackPageView(\"directory/searchView/network_error\");\r\n\t\t\r\n\t\tInputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);\r\n\t\timm.hideSoftInputFromWindow(mInputBar.getWindowToken(), 0);\r\n\t\t\r\n\t\tmLayout.setText(getString(R.string.directory_network_error));\r\n\t\t\r\n\t\tmAdapter = new ArrayAdapter<String>(getApplicationContext(), R.layout.sdk_list_entry, R.id.sdk_list_entry_text, new ArrayList<String>());\r\n\r\n\t\tmListView.setAdapter(mAdapter);\r\n\t\tmListView.invalidate();\r\n\t}", "@Override\n public void connectionLost(Throwable cause) {\n\n }", "@Override\n public void onConnectionFailed(ConnectionResult result) {\n }", "@Override\n\t\t\t\tpublic void onException(Exception e) {\n\t\t\t\t\tLog.d(\"SD_TRACE\", \"load api exception\" + e.toString());\n\t\t\t\t\tmLoadSuccess = false;\n\t\t\t\t}", "@Override\n\tpublic void onConnectionFailed(ConnectionResult arg0) {\n\n\t}", "protected void connectionException(Exception exception) {}", "@Override\n public void onFailure(int statusCode, Throwable error,\n String content) {\n\n if(statusCode == 404){\n Toast.makeText(context, \"Requested resource not found\", Toast.LENGTH_LONG).show();\n }else if(statusCode == 500){\n Toast.makeText(context, \"Something went wrong at server end\", Toast.LENGTH_LONG).show();\n }else{\n // Toast.makeText(context, \"Unexpected Error occcured! [Most common Error: Device might not be connected to Internet]\", Toast.LENGTH_LONG).show();\n }\n }", "@Override\n\t\t\tpublic void onError(int httpcode) {\n\t\t\t\t\n\t\t\t}", "void onFetchDataError(Throwable e);", "@Override\n public void onErrorResponse(VolleyError error) {\n //This code is executed if there is an error.\n System.out.println(error.toString());\n ProgressBar pb = (ProgressBar) findViewById(R.id.loading);\n pb.setVisibility(View.INVISIBLE);\n TextView rp = (TextView) findViewById(R.id.rply);\n rp.setText(\"network error\");\n }", "@Override\n\t\tpublic void handleMessage(Message msg) {\n\t\t\tswitch (msg.what) {\n\t\t\tcase ViewUtils.NET_ERROR:\n\t\t\t\tShow.toast(getApplicationContext(), \"网络错误,请检查网络是否畅通!\");\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tsuper.handleMessage(msg);\n\t\t}", "@Override\n public void onConnectionFailed(ConnectionResult arg0) {\n }", "@Override\n\t\t\t\t\t\t\tpublic void error(Exception e) {\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}", "public final void checkNetworkConnection() {\n if (InternetUtil.INSTANCE.isInternetOn()) {\n login();\n return;\n }\n String string = getResources().getString(C2723R.string.bdt_lbl_msg_prd_network_error);\n Intrinsics.checkExpressionValueIsNotNull(string, \"resources.getString(R.st…bl_msg_prd_network_error)\");\n Context_ExtensionKt.showToast(this, string);\n InternetUtil.INSTANCE.observe(this, new OldBDTLoginActivity$checkNetworkConnection$1(this));\n }", "@Override\n public void onErrorResponse(VolleyError error) {\n try{\n Log.d(\"wsrong\",error.getMessage());\n }catch(NullPointerException ex)\n {\n Toast.makeText(context,\"Server issue try later\", Toast.LENGTH_LONG).show();\n Log.d(\"wsrong\",ex.getMessage());\n }\n }", "@Override\n public void onErrorResponse(VolleyError error) {\n Log.d(TAG, \"getDataFromUrl.onErrorResponse: \" + error);\n\n }", "@Override\n\tpublic void connectionLost(Throwable cause) {\n\t\t\n\t}", "public void onReceivedError();", "@Override\n public void onConnectionFailed(ConnectionResult conRes) {}" ]
[ "0.8414549", "0.78648907", "0.7643413", "0.7638783", "0.7254298", "0.72273284", "0.7208317", "0.7170234", "0.7093377", "0.70605123", "0.6986963", "0.6986963", "0.69611377", "0.6857389", "0.68414766", "0.6836934", "0.6797132", "0.6706966", "0.6657175", "0.6609785", "0.6599563", "0.6575132", "0.65644073", "0.6558848", "0.6532245", "0.65269023", "0.65241134", "0.6513835", "0.6506523", "0.6492931", "0.6492367", "0.64891297", "0.64793885", "0.6469044", "0.64576244", "0.64500415", "0.6414676", "0.64050126", "0.6377942", "0.637598", "0.6351248", "0.6345298", "0.6343028", "0.6332861", "0.6332861", "0.633025", "0.6324293", "0.6321522", "0.6320289", "0.6310431", "0.6310431", "0.6298488", "0.6298488", "0.62983316", "0.6293882", "0.6291942", "0.6290932", "0.62843037", "0.62831014", "0.62796897", "0.62796897", "0.6262768", "0.6250615", "0.624249", "0.6235856", "0.6228669", "0.62267506", "0.62267506", "0.6221562", "0.6220323", "0.6219014", "0.62169194", "0.62103385", "0.61900777", "0.6188115", "0.61864454", "0.6173448", "0.61653334", "0.6165271", "0.61640877", "0.6162997", "0.61623603", "0.6161277", "0.6160061", "0.6156483", "0.6155709", "0.6146456", "0.61334264", "0.61247647", "0.61219925", "0.6116819", "0.6109111", "0.61057746", "0.61054015", "0.61033106", "0.60942787", "0.60894436", "0.60843587", "0.6082441", "0.6077949", "0.607715" ]
0.0
-1
timeout or returned error. WARN: NOT sure if object throwable have the certain type of NetconfDocumentedException.
@Override public void onFailure(final Throwable throwable) { transformed.setException(throwable); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public TimeoutException()\n {\n super(\"TimeoutExeption\");\n }", "public WriteTimeoutException()\n {\n super();\n }", "public String formTimeout()\r\n {\r\n return formError(\"503 Gateway timeout\",\"The connection timed out\");\r\n }", "Object getFailonerror();", "Object getFailonerror();", "@Override\n public void onFailure(Throwable t) {\n }", "public ConfigurationServerFailureException() {\n\t\tsuper();\n\t}", "@Override\n public void failure(int rc, Object error)\n {\n task.setReadPoolSelectionContext(getReply().getContext());\n switch (rc) {\n case CacheException.OUT_OF_DATE:\n /* Pool manager asked for a\n * refresh of the request.\n * Retry right away.\n */\n retry(task, 0);\n break;\n case CacheException.FILE_NOT_IN_REPOSITORY:\n case CacheException.PERMISSION_DENIED:\n fail(task, rc, error.toString());\n break;\n default:\n /* Ideally we would delegate the retry to the door,\n * but for the time being the retry is dealed with\n * by pin manager.\n */\n retry(task, RETRY_DELAY);\n break;\n }\n }", "@Override\r\n public void onFailure(Throwable t) {\n }", "@Override\r\n public void onFailure(Throwable t) {\n }", "@Override\n\t\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t}", "@Override\n\t\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t}", "@Test //ExSkip\r\n public void webRequestTimeout() throws Exception\r\n {\r\n // Create a new HtmlLoadOptions object and verify its timeout threshold for a web request.\r\n HtmlLoadOptions options = new HtmlLoadOptions();\r\n\r\n // When loading an Html document with resources externally linked by a web address URL,\r\n // Aspose.Words will abort web requests that fail to fetch the resources within this time limit, in milliseconds.\r\n Assert.assertEquals(100000, options.getWebRequestTimeout());\r\n\r\n // Set a WarningCallback that will record all warnings that occur during loading.\r\n ListDocumentWarnings warningCallback = new ListDocumentWarnings();\r\n options.setWarningCallback(warningCallback);\r\n\r\n // Load such a document and verify that a shape with image data has been created.\r\n // This linked image will require a web request to load, which will have to complete within our time limit.\r\n String html = $\"\\n <html>\\n <img src=\\\"{ImageUrl}\\\" alt=\\\"Aspose logo\\\" style=\\\"width:400px;height:400px;\\\">\\n </html>\\n \";\r\n\r\n // Set an unreasonable timeout limit and try load the document again.\r\n options.setWebRequestTimeout(0);\r\n Document doc = new Document(new MemoryStream(Encoding.getUTF8().getBytes(html)), options);\r\n Assert.assertEquals(2, warningCallback.warnings().size());\r\n\r\n // A web request that fails to obtain an image within the time limit will still produce an image.\r\n // However, the image will be the red 'x' that commonly signifies missing images.\r\n Shape imageShape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);\r\n Assert.assertEquals(924, imageShape.getImageData().getImageBytes().length);\r\n\r\n // We can also configure a custom callback to pick up any warnings from timed out web requests.\r\n Assert.assertEquals(WarningSource.HTML, warningCallback.warnings().get(0).getSource());\r\n Assert.assertEquals(WarningType.DATA_LOSS, warningCallback.warnings().get(0).getWarningType());\r\n Assert.assertEquals($\"Couldn't load a resource from \\'{ImageUrl}\\'.\", warningCallback.warnings().get(0).getDescription());\r\n\r\n Assert.assertEquals(WarningSource.HTML, warningCallback.warnings().get(1).getSource());\r\n Assert.assertEquals(WarningType.DATA_LOSS, warningCallback.warnings().get(1).getWarningType());\r\n Assert.assertEquals(\"Image has been replaced with a placeholder.\", warningCallback.warnings().get(1).getDescription());\r\n\r\n doc.save(getArtifactsDir() + \"HtmlLoadOptions.WebRequestTimeout.docx\");\r\n }", "private void failCheckpointReadLock() throws CheckpointReadLockTimeoutException, IgniteException {\n String msg = \"Checkpoint read lock acquisition has been timed out.\";\n\n IgniteException e = new IgniteException(msg);\n\n if (cctx.kernalContext().failure().process(new FailureContext(SYSTEM_CRITICAL_OPERATION_TIMEOUT, e)))\n throw e;\n\n throw new CheckpointReadLockTimeoutException(msg);\n }", "@Override\n public void onFailure() {\n }", "@Override\n public void onFailure(Throwable t) {\n errorOut();\n }", "@Override\n\tpublic void onNetWorkError() {\n\t\t\n\t}", "@Override\r\n\t\t\t\t\tpublic void onFailure(Request arg0, IOException arg1) {\n\t\t\t\t\t\tsToast(\"失败\");\r\n\t\t\t\t\t}", "@Override\n public void onFailure(Throwable t) {\n }", "@Override\n\t\t\t\t\tpublic void onFailure(Object o) {\n\t\t\t\t\t}", "void errorOccurs(Reachable reachable, Throwable t);", "@Override\n\t\t\t\tpublic void doFail() {\n\t\t\t\t}", "@Override\n\t\t\t\t\t\t\tpublic void error(Exception e) {\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}", "public void onFailure();", "@Override\n\t\t\t\t\t\tpublic void onFailure(Throwable caught)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t}", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t}", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t}", "@Override\r\n\t\t\t\t\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t}", "@Override\r\n \t\t\t\tpublic void onFailure(Throwable caught)\r\n \t\t\t\t{\n \t\t\t\t}", "@Override\n \t\t\t\tpublic void onFailure(Throwable caught) {\n \n \t\t\t\t}", "@Override\r\n\t\t\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t\t\t\r\n\t\t\t\t\t}", "@Override\r\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t\r\n\t\t\t}", "@Override\n public void onFailure(Throwable caught) {\n }", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\t\t\t\t\tpublic void onFailure(Throwable caught) {\n\n\t\t\t\t\t\t\t}", "public G_DocumentError() {}", "@Override\n\t public void onFailure(Throwable caught) {\n\n\t }", "public void onFailure(Throwable arg0) {\n\t\t\t\t\t\t\n\t\t\t\t\t}", "@Override\n\t\t\t\t\tpublic void onFailure(Throwable caught) {\n\n\t\t\t\t\t}", "@Override\r\n\t\t\tpublic void onFailure(Request arg0, IOException arg1) {\n\t\t\t\tsToast(\"失败\");\r\n\t\t\t}", "@Override\n\t\tpublic void onFailure(Throwable caught) {\n\t\t}", "@Override\n\t\tpublic void onFailure(Throwable caught) {\n\t\t}", "@Override\n\t\t\t\t\t\t\tpublic void HttpFail(int ErrCode) {\n\n\t\t\t\t\t\t\t}", "Throwable cause();", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\n\t\t\t}", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\n\t\t\t}", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\n\t\t\t}", "public void onFailure(Exception t);", "@Override\n\t\t\t\t\t\tpublic void onFailure(Method method, Throwable exception) {\n\n\t\t\t\t\t\t}", "void onFailure(Throwable error);", "protected static void extractRetryableException(ServiceFailure sf) throws RetryableException {\n Throwable cause = null;\n if (sf != null && sf.getCause() != null) {\n // all of the client-server communication exceptions are wrapped by\n // ClientSideException by libclient_java\n if (sf.getCause() instanceof ClientSideException) {\n if (sf.getCause().getCause() instanceof org.apache.http.conn.ConnectTimeoutException) {\n throw new RetryableException(\"retryable exception discovered (ConnectTimeout)\", sf.getCause());\n }\n if (sf.getCause().getCause() instanceof java.net.SocketTimeoutException) {\n throw new RetryableException(\"retryable exception discovered (SocketTimeout)\", sf.getCause());\n }\n// if (sf.getCause().getCause() instanceof java.net.SocketTimeoutException) {\n// throw new RetryableException(\"retryable exception discovered\", sf.getCause());\n// }\n }\n }\n }", "private void throwsError() throws OBException {\n }", "@Override\n public void timeout(CellPath path) {\n fail(task, CacheException.TIMEOUT,\n \"No reply from \" + path);\n }", "@Override\n public void onFailure(int arg0) {\n }", "@Override\n\t\t\tpublic void onFailure(Throwable caught) {\n\t\t\t\tSC.say(\"服务器连接已中断,请重新登录!\");\n\t\t\t}", "@Override\n public void onFailure(Call<String> call, Throwable t) {\n if (t instanceof SocketTimeoutException) {\n Toast.makeText(activity, R.string.connection_timeout, Toast.LENGTH_SHORT).show();\n }\n }", "@Override\n public void onFailure(Exception error) {\n }", "@Override\n\t\t\tpublic void onFailure(int arg0, Header[] arg1, byte[] arg2,\n\t\t\t\t\tThrowable arg3) {\n\t\t\t\tToast.makeText(MyApplication.getContext(), \"网络通讯错误\",\n\t\t\t\t\t\tToast.LENGTH_LONG).show();\n\t\t\t}", "@Override\n public AbstractResponse getErrorResponse(int throttleTime, Throwable e) {\n return null;\n }", "void onFailure();", "void onFailure();", "void onFailure();", "@Override\n\t\tpublic void onFailure(HttpException error, String msg) {\n\t\t\t\n\t\t}", "public void handleTimeout();", "@Override\n public void onFailure(@NonNull Exception e) {\n Discoverer.this.eventListener.trigger(EVENT_LOG, \"Fail to request connection: \" + e.getMessage());\n }", "private Object logError(WebClientResponseException e, String string) {\n\t\treturn null;\n\t}", "@Override\n\t\t\tpublic void onNetworkError() {\n\n\t\t\t}", "@Override\r\n\t\t\t\t\t\t\t\t\tpublic void onFailure(Throwable caught) {\n\r\n\t\t\t\t\t\t\t\t\t}", "public void socketError(Exception arg0) {\n\t\t\r\n\t}", "private void checkTimeout() {\n val timeout = config.getInt(\"timeout\");\n\n checkArgument(timeout >= 1000, \"timeout is less than 1000!\");\n }", "@Override\r\n\t\t\tpublic void onFailure(Throwable caught) {\n\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void onFailure(Throwable caught) {\n\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void onFailure(Throwable caught) {\n\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void onFailure(Throwable caught) {\n\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void onFailure(Throwable caught) {\n\r\n\t\t\t}", "protected void pktTimeout() {}", "@Override\n public void onFailure(@NonNull Exception e) {\n }", "void connectFailed();", "@NonBlocking\n void error(Throwable throwable);", "public NetworkCallError() {\n }", "@Override\n \t\t\tpublic void onFailure(Throwable arg0) {\n \t\t\t\tSystem.err.println(\"***failure:\" + arg0);\n \n \t\t\t}", "@Override\n public void onFailure(Throwable t) {\n throw new RuntimeException(t);\n }", "@Override\n public void onFailure(Throwable t) {\n throw new RuntimeException(t);\n }", "@Override\n public void onFailure(@NonNull Exception exception) {\n }", "@Override\n public void onFailure(@NonNull Exception exception) {\n }", "public void onFailure(Throwable caught) {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\t\t\tpublic void httpFail(String response) {\n\t\t\t\t\t}", "public String networkFailureMessage();", "@Override\n public void timeout(CellPath path)\n {\n retry(task, SMALL_DELAY);\n }", "@Test(timeout = 4000)\n public void test248() throws Throwable {\n XmlEntityRef xmlEntityRef0 = new XmlEntityRef(\"x0\");\n // Undeclared exception!\n try { \n xmlEntityRef0.body();\n fail(\"Expecting exception: NullPointerException\");\n \n } catch(NullPointerException e) {\n //\n // no message in exception (getMessage() returned null)\n //\n }\n }", "@Override\n public void onFailure(@NonNull Exception e) {\n }", "@Override\n public void onFailure(@NonNull Exception e) {\n }", "@Override\n public void onFailure(@NonNull Exception e) {\n }", "@Override\n public void onFailure(@NonNull Exception e) {\n }", "@Override\n public void onFailure(@NonNull Exception e) {\n }", "@Override\n\t\t\t\t\tpublic void onFailure(HttpException arg0, String arg1) {\n\t\t\t\t\t}", "@Override\n public void onFailure(@NonNull Exception e) {\n }" ]
[ "0.6250048", "0.5834881", "0.5795873", "0.5792795", "0.5792795", "0.57389593", "0.57339895", "0.5728784", "0.57203436", "0.57203436", "0.5686866", "0.5686866", "0.5674184", "0.5669301", "0.5657845", "0.56462747", "0.56461585", "0.564435", "0.5643546", "0.5640055", "0.5630372", "0.56293666", "0.56267047", "0.56262696", "0.5622021", "0.56196195", "0.56196195", "0.5606005", "0.560537", "0.55962694", "0.5595243", "0.55910367", "0.55910367", "0.5584141", "0.5569542", "0.5569542", "0.5569542", "0.5569542", "0.5562067", "0.5558737", "0.5552631", "0.5551185", "0.55496854", "0.55413085", "0.553834", "0.553834", "0.55352753", "0.55337155", "0.5533209", "0.5533209", "0.5533209", "0.5522074", "0.5519565", "0.5515706", "0.55127674", "0.5496066", "0.549389", "0.5486329", "0.54779625", "0.546828", "0.54597586", "0.54590523", "0.5457578", "0.54430574", "0.54430574", "0.54430574", "0.5442555", "0.54422545", "0.5439633", "0.54375726", "0.54358137", "0.54352075", "0.5429241", "0.5427523", "0.5425212", "0.5425212", "0.5425212", "0.5425212", "0.5425212", "0.54248804", "0.5422315", "0.541235", "0.5400287", "0.5381924", "0.538076", "0.536424", "0.536424", "0.53629935", "0.53629935", "0.5362106", "0.5353677", "0.5353298", "0.53510755", "0.53452903", "0.5343215", "0.5343215", "0.5343215", "0.5343215", "0.5343215", "0.5341267", "0.534019" ]
0.0
-1
YangInstanceIdentifier path, NormalizedNode data
public TxOperation(TxOperationType operationType, InstanceIdentifier<?> mountPointPath, LogicalDatastoreType store, YangInstanceIdentifier path) { if (operationType != DELETE) { throw new IllegalArgumentException("Unexpected operation type " + operationType); } this.operationType = operationType; this.mountPointPath = mountPointPath; this.store = store; this.path = path; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getIdNode2();", "public IdentifierNode getIdentifier()throws ClassCastException;", "public UUID nodeId();", "String getIdNode1();", "public String toString(){\n return \"Node: \" + data;\n }", "Node(String d) {\n data = d;\n }", "public UUID originatingNodeId();", "public interface IASTPathPart {\n\t/**\n\t * The node child index at its parent\n\t * \n\t * @return\n\t */\n\tint index();\n\n\t/**\n\t * The unique node identifier\n\t * \n\t * @return\n\t */\n\tString id();\n}", "public String nodePath() {\r\n String path;\r\n if (this.parent == null) {\r\n path = \"(\" + this.nodeType + \"|\" + this.dataType + \"|\" + this.data + \")\";\r\n } else {\r\n path = this.parent.nodePath() + \" (\" + this.nodeType + \"|\" + this.dataType + \"|\" + this.data + \")\";\r\n }\r\n return path;\r\n }", "entities.Torrent.NodeId getNode();", "entities.Torrent.NodeId getNode();", "public String getId() {\n return _node_id;\n }", "public abstract String toName(Object inNode);", "public ObjectNode resolvePaths();", "public static String getInstanceLabelsNodePath(final String instanceId) {\n return String.join(\"/\", \"\", ROOT_NODE, COMPUTE_NODE, LABELS_NODE, instanceId);\n }", "NodeId getNodeId();", "@Path(\"{id}\")\n\tpublic NodeResource handleSigleNode(@PathParam(\"id\") String nodeId) {\n\t\treturn new NodeResource(currentGraph, nodeId);\n\t}", "public String toIdent(Path prefix) {\n if (prefix != null && prefix.length() < length() && startsWith(prefix)) {\n return toIdent(prefix.length());\n } else {\n return toIdent(0);\n }\n }", "public int getNodeLabel ();", "public String toString() {\n return \"/\" + toIdent(0);\n }", "@Override\n public String getNodeId() throws IOException {\n return getFirstLineOfFile(nodeIdPath);\n }", "@AutoEscape\n\tpublic String getNode_2();", "@Override\n\tpublic Object visit(ASTRelSlash node, Object data) {\n\t\tnode.jjtGetChild(0).jjtAccept(this, data);\n\t\tSystem.out.print(\"/\");\n\t\tnode.jjtGetChild(1).jjtAccept(this, data);\n\t\treturn null;\n\t}", "@AutoEscape\n\tpublic String getNode_4();", "public static ReactorResult<org.ontoware.rdf2go.model.node.Node> getAllUniqueFileIdentifier_asNode_(Model model, org.ontoware.rdf2go.model.node.Resource instanceResource) {\r\n\t\treturn Base.getAll_as(model, instanceResource, UNIQUEFILEIDENTIFIER, org.ontoware.rdf2go.model.node.Node.class);\r\n\t}", "public abstract String getIdPrefix();", "private void processNode(String str) {\r\n String[] strs = str.split(\":\");\r\n int id = Integer.valueOf(strs[0].trim());\r\n String[] strings = strs[1].split(\",\");\r\n int num = strings[1].indexOf(\"(\");\r\n int x = Integer\r\n .valueOf(strings[1].substring(num + 1, strings[1].length()));\r\n int y = Integer\r\n .valueOf(strings[2].trim().substring(0,\r\n strings[2].trim().length() - 1));\r\n\r\n if (strings[0].trim().toLowerCase().equals(\"input\")) {\r\n ArrayList<Circle> inputList = new ArrayList<>();\r\n NodeSet.add(new InputNode(id, x, y, inputList));\r\n } else if (strings[0].trim().toLowerCase().equals(\"passthrough\")) {\r\n NodeSet.add(new ThingNode(id, x, y));\r\n }\r\n\r\n else if (strings[0].trim().toLowerCase().equals(\"sink\")) {\r\n NodeSet.add(new SinkNode(id, x, y));\r\n }\r\n }", "public void setNode_4(String node_4);", "public String getIdNode() {\r\n String idNode = null;\r\n idNode = this.getParam(ESCOConstantes.ID_NODE);\r\n // Add the root element if not present\r\n if (null != idNode && !idNode.startsWith(ESCOConstantes.STEM_NAME_SEPARATOR)) {\r\n idNode = ESCOConstantes.STEM_NAME_SEPARATOR + idNode;\r\n }\r\n\r\n return idNode;\r\n }", "@Override\n public String toString() {\n return \"Node [id=\" + id + \", data=\" + data + \", red=\" + red + \"]\";\n }", "public void setID(String s) {\r\n\t\tthis.idNode = s;\r\n\t}", "public Snippet visit(DotId n, Snippet argu) {\n\t Snippet _ret= new Snippet(\"\",\"\",null,false);\n\t _ret = n.identifier.accept(this, argu);\n\t n.nodeToken.accept(this, argu);\n\t n.nodeToken1.accept(this, argu);\n\t // return new Snippet(\"\",_ret.returnTemp + \".id\", new X10Integer(), false);\n\t return new Snippet(\"\",\"0\", new X10Integer(), false);\n\t }", "String getChildId();", "@AutoEscape\n\tpublic String getNode_1();", "public String getID() {\r\n\t\treturn this.idNode;\r\n\t}", "private Node createFromSpeciesFile(String[] line, String alias1, Node parent, int cnt, double bl){\n\t\t String name = line[1];\n\t\t String[] names = name.split(\"\\\\|\");\n\t\t \n\t\t if(names.length>3 && names[3].startsWith(\"NC\")) name = names[3];\n\t\t Node n = new SimpleNode(name,bl);\n\t\t Identifier id = n.getIdentifier();\n\t\t Identifier pid = parent.getIdentifier();\n\t\t String prefix = ((String)pid.getAttribute(\"prefix\"));\n\t\t if(parent.isRoot()) prefix = prefix+\"+-\";\n\t\t id.setAttribute(\"level\",((Integer) pid.getAttribute(\"level\"))+2);\n\t\t id.setAttribute(\"prefix\", \" | \"+prefix);\n\t\t id.setAttribute(\"alias\", line[0]);\n\t\t id.setAttribute(\"alias1\", alias1);\n\t\t id.setAttribute(\"speciesIndex\", cnt);\n\t\t String css =(String) pid.getAttribute(\"css\");\n\t\t if(css!=null){\n\t\t\t id.setAttribute(\"css\", css);\n\t\t }\n\t\t parent.addChild(n);\n\t\t this.putSlug(n);\n\t\t return n;\n\t }", "@Override\n\tpublic java.lang.String getNode_2() {\n\t\treturn _dictData.getNode_2();\n\t}", "private void processPath(String str) {\r\n if (str.equals(\"\")) {\r\n return;\r\n }\r\n\r\n int id1 = Integer.valueOf(str.split(\"->\")[0].trim());\r\n int id2 = Integer.valueOf(str.split(\"->\")[1].trim());\r\n Node node1 = null;\r\n Node node2 = null;\r\n\r\n // Find node according to its id\r\n for (Node node : NodeSet) {\r\n if (node.getID() == id1) {\r\n node1 = node;\r\n } else if (node.getID() == id2) {\r\n node2 = node;\r\n }\r\n }\r\n\r\n g.add(new Edge(node1, node2));\r\n }", "public List<DataNodeId> getDataNodeIds();", "public interface PathNodeMember extends PathNode {\n}", "public String toStringID()\r\n\t{\r\n\t\treturn nodeIdString;\r\n\t}", "void createNode(String path);", "public Snippet visit(DotIdentifierDotGet n, Snippet argu) {\n\t\t Snippet _ret=new Snippet(\"\", \"\", new X10Place(), false);\n\t\t\t\n\t String Distn = n.identifier.accept(this, argu).returnTemp;\n\t n.nodeToken.accept(this, argu);\n\t String Dist = n.identifier1.accept(this, argu).returnTemp;\n\t n.nodeToken1.accept(this, argu);\n\t n.nodeToken2.accept(this, argu);\n\t n.nodeToken3.accept(this, argu);\n\t this.identifierList = new ArrayList<String>(0);\n\t n.identifierList.accept(this, argu);\n\t n.nodeToken4.accept(this, argu);\n\t String distName = generateTemp();\n\t\t\t_ret.preface = generateTabs(blockDepth) + \"final\" + \" \" + Constants.distribution + \n\t\t\t\t\t\t\t\" \" + distName + \" = \" + Distn+\".\"+Dist+\";\\n\";\n\t\t\t_ret.returnTemp = programClassName + \".\" + Constants.getPlaceFromDist + \"(\" + distName + \", \" \n\t\t\t\t\t\t\t\t\t\t\t\t+ this.identifierList.get(0) + \")\";\n\t return _ret;\n\t }", "public String getNodeIdString()\r\n\t{\r\n\t\treturn nodeIdString;\r\n\t}", "public void setNode_1(String node_1);", "public abstract DrawingComponent getObjectByPathId(UUID uid);", "public interface KeySegmentConverter<K> {\n // Return key segment object based on node object\n // Key segment equality is used to identify the source node object\n // The .toString() of the key segment object will be used to write DOM node IDs.\n public Object getSegment(K node);\n // Used to create complete NodeKey with segment objects parsed from their .toString()\n // representations.\n public NodeKey parseSegments(String[] segments);\n}", "public URI getId();", "public URI getId();", "public Snippet visit(DotIdentifier n, Snippet argu) {\n\t Snippet _ret= new Snippet(\"\",\"\",null,false);\n\t String object = n.identifier.accept(this, argu).expType.getTypeName();\n\t Symbol sym1 = getIdentifier(object, currentBlock, currentClassName);\n\t\t\tString refClass = \"\";\n\t\t\tif(sym1 == null)\n\t\t\t\trefClass = object; // Static reference\n\t\t\telse\n\t\t\t\trefClass = sym1.symbolType.getTypeName(); // Object reference\n\t n.nodeToken.accept(this, argu);\n\t String identifier = n.identifier1.accept(this, argu).expType.getTypeName();\n\t \n\t\t\tSymbol sym2 = getIdentifier(identifier, 0, refClass); \n\t\t\tString toAdd;\n\t\t\t\n\t\t\tif( !classes.containsKey(object)){\n\t\t\tif(!inAsync ){\n\t\t\t\ttPlasmaCode += generateTabs(blockDepth)+generatePlaceCheckCode( \"myUniquePlacePoint\", object);\n\t\t\t}else{\n\t\t\t\ttPlasmaCode += generateTabs(blockDepth)+generatePlaceCheckCode(asyncPoint , object);\n\t\t\t}\n\t\t\t}\n\t\t\treturn new Snippet(\"\", \"\"+object + \".\" + identifier, sym2.symbolType /* Not needed, but kept only as a cross check */, false);\n\t }", "public void setNode_2(String node_2);", "void nodeCreate( long id );", "public String getNodeValue ();", "public String getNodeId() {\r\n return nodeId;\r\n }", "protected abstract String getIdentifier();", "public String getPrefix() { return \"linknode\"; }", "private String getLabelNodeAvl(){\n return concatLabel(this.root);\n }", "io.dstore.values.IntegerValue getTreeNodeId();", "TreeNodeValueModel<T>[] path();", "public Node(String name, String path) {\n this.name = name;\n this.path = path;\n }", "@Override\n\tpublic Object visit(ASTRelDSlash node, Object data) {\n\t\tnode.jjtGetChild(0).jjtAccept(this, data);\n\t\tSystem.out.print(\"//\");\n\t\tnode.jjtGetChild(1).jjtAccept(this, data);\n\t\treturn null;\n\t}", "public Literal setDeepLiteral(XDI3Segment contextNodeXri, Object literalData);", "private void parseId(Node node) {\r\n if (switchTest) return;\r\n skipTrace = true;\r\n parse(node.ref());\r\n }", "public String getId() {\n\t\tStringBuilder builder = new StringBuilder();\n\t\tbuilder.append(\"n=\");\n\t\tif ( nodeId != null ) {\n\t\t\tbuilder.append(nodeId);\n\t\t}\n\t\tbuilder.append(\";c=\");\n\t\tif ( created != null ) {\n\t\t\tbuilder.append(created);\n\t\t}\n\t\tbuilder.append(\";s=\");\n\t\tif ( sourceId != null ) {\n\t\t\tbuilder.append(sourceId);\n\t\t}\n\t\treturn DigestUtils.sha1Hex(builder.toString());\n\t}", "java.lang.String getEntryNode();", "RenderedOp getNode(Long id) throws RemoteException;", "@Override\n\tpublic Object visit(ASTAbsSlash node, Object data) {\n\t\tnode.jjtGetChild(0).jjtAccept(this, data);\n\t\tSystem.out.print(\"/\");\n\t\tnode.jjtGetChild(1).jjtAccept(this, data);\n\t\treturn null;\n\t}", "public static String encodeIdentifier(final RandomPrefix prefixes, final YangInstanceIdentifier id) {\n StringBuilder textContent = new StringBuilder();\n for (PathArgument pathArgument : id.getPathArguments()) {\n textContent.append('/');\n textContent.append(prefixes.encodeQName(pathArgument.getNodeType()));\n if (pathArgument instanceof NodeIdentifierWithPredicates) {\n Map<QName, Object> predicates = ((NodeIdentifierWithPredicates) pathArgument).getKeyValues();\n\n for (QName keyValue : predicates.keySet()) {\n Object value = predicates.get(keyValue);\n String type = value.getClass().getName();\n String predicateValue = String.valueOf(value);\n textContent.append('[');\n textContent.append(prefixes.encodeQName(keyValue));\n textContent.append(\"='\");\n textContent.append(predicateValue);\n textContent.append(\"@\");\n textContent.append(type);\n textContent.append(\"']\");\n }\n } else if (pathArgument instanceof NodeWithValue) {\n textContent.append(\"[.='\");\n textContent.append(((NodeWithValue) pathArgument).getValue());\n textContent.append(\"']\");\n }\n }\n\n return textContent.toString();\n }", "public void printInstance(String entity_name, String key) {\r\n\r\n Entity entity = getEntity(entity_name);\r\n int RF = entity.RF;\r\n\r\n //Parcurgere noduri\r\n for (int i_node=0; i_node < numar_noduri && RF > 0; i_node++) {\r\n\r\n int i_instance = 0;\r\n while (i_instance < noduri.get(i_node).dimensiune && RF > 0) {\r\n\r\n Instance instance = noduri.get(i_node).instances.get(i_instance);\r\n \r\n if (instance.entity_name.equals(entity_name)\r\n && String.valueOf(instance.values.get(0)).equals(key)) {\r\n\r\n System.out.print(\"Nod\" + (i_node + 1) + \" \");\r\n if (RF == 1) \r\n instance.printValues(this); \r\n RF--;\r\n }\r\n i_instance++;\r\n }\r\n }\r\n if (RF > 0) {\r\n System.out.println(\"NO INSTANCE FOUND\");\r\n }\r\n\r\n }", "public void setIdentifier(IdentifierNode identifier);", "io.dstore.values.IntegerValue getTreeNodeIdForVariantMatrix();", "@Override\n\tpublic java.lang.String getNode_4() {\n\t\treturn _dictData.getNode_4();\n\t}", "public interface Entity\n\textends Node\n{\n\n\tpublic abstract String getPublicId();\n\n\tpublic abstract String getSystemId();\n\n\tpublic abstract String getNotationName();\n}", "NodeInformationProvider getNodeInformationProvider();", "Node getNode(String path);", "private String getMyNodeId() {\n TelephonyManager tel = (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE);\n String nodeId = tel.getLine1Number().substring(tel.getLine1Number().length() - 4);\n return nodeId;\n }", "public ServiceInstanceInner deserializeInstanceData(String lastPathSeg, byte[] data)\n/* */ {\n/* 138 */ return null;\n/* */ }", "public Node(String data) {\n this.data = data;\n status = Visited.NEW;\n neighbors = new ArrayList();\n }", "OperationNode getNode();", "abstract public Node load();", "public InstanceNode(Instance instance , LoggerFrame frame) {\n\t\tthis.frame = frame ;\n\t\tthis.thisInstance = instance ;\n\t\t\n\t\t// add attributes to the instances subtree ;\n\t\tDefaultMutableTreeNode attributesLevel = new DefaultMutableTreeNode( \"Attributes\" ) ;\n\t\tIterator i = thisInstance.getInstanceClass().getAllAttributes().iterator() ;\n\t\tif ( i.hasNext() ) {\n\t\t\tadd( attributesLevel ) ;\n\t\t\twhile ( i.hasNext() ) {\n\t\t\t\tattributesLevel.add( new AttributeNode( (Attribute)i.next(), thisInstance , frame )) ; \n\t\t\t}\t\t\t\n\t\t}\n DefaultMutableTreeNode associationsLevel = new DefaultMutableTreeNode( \"Association\" ) ;\n\t\tIterator j = thisInstance.getInstanceClass().getAssociations().values().iterator() ; \n if ( j.hasNext() ) {\n\t\t\tadd ( associationsLevel ) ; \n\t\t\twhile ( j.hasNext() ) {\n\t\t\t\tassociationsLevel.add( new ContextAssociationNode( thisInstance, (Association)j.next() , frame )) ; \n\t\t\t}\t\t\t\n\t\t}\n StateMachine m = thisInstance.getInstanceClass().getStateMachine();\n\t\tif( m != null ) {\n State currentState = thisInstance.getCurrentState();\n\t\t\tadd( new ContextStateMachineNode( m, currentState, frame ));\n\t\t}\n\t}", "public Literal getDeepLiteral(XDI3Segment contextNodeXri);", "public NodeId getId() {\n return id;\n }", "public String nodeId() {\n return this.nodeId;\n }", "@Override\n\tpublic Object visit(ASTXQuerySlash node, Object data) {\n\t\tnode.jjtGetChild(0).jjtAccept(this, data);\n\t\tSystem.out.print(\"/\");\n\t\tnode.jjtGetChild(1).jjtAccept(this, data);\n\t\treturn null;\n\t}", "private String node(String name) { return prefix + \"AST\" + name + \"Node\"; }", "private TObj make_node_data(ArrayList arlist, String nodename, int seq, String prefix)\n\t{\n\t\t// String p_value = \"([a-zA-Z0-9_:]+)[\\\\s]*=[\\\\s]*\\\"?([a-zA-Z0-9_\\\\-:\\\\\\\\.��-��]+)\";\n\t\t// 2013.12.17\n\t\tString p_value1 = \"([a-zA-Z0-9-_:]+)[\\\\s]*=[\\\\s]*[\\\"]([^\\\"]+)\";\n\t\tString p_value2 = \"([a-zA-Z0-9-_:]+)[\\\\s]*=[\\\\s]*[']([^']+)\";\n\t\tString p_value3 = \"([a-zA-Z0-9-_:]+)[\\\\s]*=[\\\\s]*([a-zA-Z0-9-_:\\\\.]+)\";\n\t\tPattern p1 = Pattern.compile(p_value1);\n\t\tPattern p2 = Pattern.compile(p_value2);\n\t\tPattern p3 = Pattern.compile(p_value3);\n\t\tTObj nddata = new TObj(_NODE_TYPE, make_path(prefix , nodename), nodename, 100, new TLocation( seq+1, seq+1,0,0,\"\") );\n\t\tfor ( int i = 0; i < arlist.size(); i ++) {\n\t\t\tnode_line_data nd = (node_line_data )arlist.get(i);\n\t\t\tString nodeData = nd.line_data;\n\t\t\tMatcher m1 = p1.matcher(nodeData);\n\t\t\tboolean findflag =false;\n\t\t\tlocallog.trace(\"--\", nodeData);\n\t\t\twhile(m1.find()){\n\t\t\t\tlocallog.debug(\"KEY :: \" , m1.group(1) + \" VALUE :: \" + m1.group(2));\n\t\t\t\tif(brokenflag && m1.group(2).endsWith(\"=\")) {\n\t\t\t\t\treturn make_node_data_fix(arlist, nodename, seq, prefix);\n\t\t\t\t}\n\t\t\t\tString tmp = m1.group(2).trim();\n\t\t\t\tif (tmp.endsWith(\"\\\"\"))\n\t\t\t\t\ttmp = tmp.substring(0, tmp.length() - 1);\n\n\t\t\t\tTDpd nodekey = new TDpd(1, tmp, m1.group(1), 100, new TLocation(nd.seq+1));\n\t\t\t\tnddata.add(nodekey);\n\t\t\t\tfindflag = true;\n\t\t\t}\n\t\t\t// 2014.04.11 \"\", ''\n//\t\t\t 2014.01.10 aaa='ssss\n\t\t\tMatcher m2 = p2.matcher(nodeData);\n\t\t\twhile(m2.find()){\n\t\t\t\tlocallog.debug(\"KEY :: \" , m2.group(1) + \" VALUE :: \" + m2.group(2));\n\t\t\t\tif(brokenflag && m2.group(2).endsWith(\"=\")) {\n\t\t\t\t\treturn make_node_data_fix(arlist, nodename, seq, prefix);\n\t\t\t\t}\n\t\t\t\tString tmp = m2.group(2).trim();\n\t\t\t\tif (tmp.endsWith(\"\\\"\"))\n\t\t\t\t\ttmp = tmp.substring(0, tmp.length() - 1);\n\n\t\t\t\tTDpd nodekey = new TDpd(1, tmp, m2.group(1), 100, new TLocation(nd.seq+1));\n\t\t\t\tnddata.add(nodekey);\n\t\t\t\tfindflag = true;\n\t\t\t}\n\t\t\tif(findflag == false) {\n\t\t\t\t// 2014.01.23 aaa= ssss\n\t\t\t\tMatcher m3 = p3.matcher(nodeData);\n\n\t\t\t\twhile(m3.find()){\n\t\t\t\t\tlocallog.debug(\"KEY :: \" , m3.group(1) + \" VALUE :: \" + m3.group(2));\n\t\t\t\t\tif(brokenflag && m2.group(2).endsWith(\"=\")) {\n\t\t\t\t\t\treturn make_node_data_fix(arlist, nodename, seq, prefix);\n\t\t\t\t\t}\n\t\t\t\t\tString tmp = m3.group(2).trim();\n\t\t\t\t\tif (tmp.endsWith(\"\\\"\"))\n\t\t\t\t\t\ttmp = tmp.substring(0, tmp.length() - 1);\n\n\t\t\t\t\tTDpd nodekey = new TDpd(1, tmp, m3.group(1), 100, new TLocation(nd.seq+1));\n\t\t\t\t\tnddata.add(nodekey);\n\t\t\t\t\tfindflag = true;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\t\treturn nddata;\n\t}", "@Override\n public String getDotNodeAttributes(TermID id)\n {\n return null;\n }", "public abstract String toUrl(Object inNode);", "public String getNode_id() {\r\n\t\treturn node_id;\r\n\t}", "public int getAD_WF_Node_ID();", "@Override\n\tpublic Object visit(ASTAbsDSlash node, Object data) {\n\t\tnode.jjtGetChild(0).jjtAccept(this, data);\n\t\tSystem.out.print(\"//\");\n\t\tnode.jjtGetChild(1).jjtAccept(this, data);\n\t\treturn null;\n\t}", "public NodeKey createNodeKeyWithIdentifier( String identifier );", "@Override\n\tpublic void VisitInstanceOfNode(BunInstanceOfNode Node) {\n\n\t}", "public TreeNode deserialize(String data) {\n if(data.charAt(start)=='#'){\n start++;\n return null;\n }\n int end=start;\n while(end==data.length() || data.charAt(end)!='|'){\n end++;\n }\n String num=data.substring(start,end);\n TreeNode node=new TreeNode(Integer.valueOf(num));\n start=end;\n start++; node.left=deserialize(data);\n start++;node.right=deserialize(data);\n return node;\n }", "public Literal getDeepLiteral(XDI3Segment contextNodeXri, Object literalData);", "public String getNodeId() {\n return nodeId;\n }", "public String getNodeId() {\n return nodeId;\n }", "entities.Torrent.NodeIdOrBuilder getNodeOrBuilder();", "entities.Torrent.NodeIdOrBuilder getNodeOrBuilder();", "public NodeKey createNodeKey();" ]
[ "0.5661854", "0.564258", "0.5322097", "0.5272644", "0.514196", "0.50925595", "0.50021285", "0.4992065", "0.49910966", "0.49907634", "0.49907634", "0.4987404", "0.49868304", "0.49862966", "0.49579298", "0.49492034", "0.49220327", "0.48861527", "0.4883097", "0.48807064", "0.48803526", "0.48642462", "0.48110852", "0.48005", "0.47860968", "0.4782035", "0.47789", "0.47714347", "0.47685686", "0.47655854", "0.47611484", "0.47449225", "0.47445312", "0.47435218", "0.4743508", "0.47198573", "0.47152767", "0.46997717", "0.46984446", "0.46951076", "0.4691692", "0.46916598", "0.46862388", "0.4684819", "0.4683951", "0.4681866", "0.46764165", "0.4672175", "0.4672175", "0.466051", "0.46506292", "0.46463078", "0.46160725", "0.4613588", "0.46014434", "0.46011394", "0.45965964", "0.45941186", "0.4591898", "0.45861906", "0.45799437", "0.45772663", "0.45705727", "0.4568099", "0.45639783", "0.4562842", "0.4561511", "0.45607135", "0.4550013", "0.45435527", "0.4543335", "0.4537883", "0.4533755", "0.45304847", "0.45280933", "0.45258322", "0.4524894", "0.45228612", "0.45175648", "0.4516562", "0.4511855", "0.4511316", "0.45103547", "0.45087987", "0.45066717", "0.45016852", "0.4500811", "0.45001146", "0.44952205", "0.4494695", "0.44941175", "0.4489889", "0.4489191", "0.44746473", "0.44710433", "0.4463739", "0.44594836", "0.44594836", "0.445805", "0.445805", "0.44574678" ]
0.0
-1
This method returns the database type
public String getDBType() { return sAbbreviation; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "DatabaseTypes getDatabaseType();", "protected abstract DbType getDatabaseType();", "public String getDatabaseType() {\r\n return m_databaseType;\r\n }", "public String getDBType() {\r\n return dbType;\r\n }", "@Override\n public DatabaseType getDatabaseType() {\n return mappings.getDatabaseType();\n }", "@Override\n\tpublic String getDbType() {\n\t\treturn this.dbType;\n\t}", "public int getDatabaseType()\n {\n return Constants.LOCAL | Constants.SHARED_DATA | Constants.LOCALIZABLE;\n }", "public int getDatabaseType()\n {\n return DBConstants.TABLE | DBConstants.MAPPED;\n }", "public String getType() \t\t\t\t{ return DATABASE_NAME; }", "public int getDbType() {\n return dbType;\n }", "public DbType getDbType()\n {\n String dbTypeStr = this.getDbTypeStr();\n DbType dType = DbType.getDbTypeByDbName(dbTypeStr);\n return dType;\n }", "public String getType() {\n return DATABASE_NAME;\n }", "public int getJdbcType();", "public java.lang.String getFieldDBType() {\n return fieldDBType;\n }", "public static DatabaseType getDatabaseType(DatabaseMetaData dbmd) throws SQLException {\n\n\tDatabaseType databaseType = DatabaseType.unknown;\n\n\tboolean transactionsSupported = dbmd.supportsTransactions();\n\tint transactionIsolation = dbmd.getDefaultTransactionIsolation();\n\tboolean subqueriesSupported = dbmd.supportsCorrelatedSubqueries();\n\tboolean scrollResultsSupported;\n\n\ttry {\n\t scrollResultsSupported = dbmd.supportsResultSetType(ResultSet.TYPE_SCROLL_INSENSITIVE);\n\t} catch (Exception e) {\n\t scrollResultsSupported = false;\n\t}\n\n\t// Supports batch updates.\n\tboolean batchUpdatesSupported = dbmd.supportsBatchUpdates();\n\t// Set defaults for other meta properties.\n\tboolean streamTextRequired = false;\n\tboolean maxRowsSupported = true;\n\tboolean fetchSizeSupported = true;\n\tboolean streamBlobRequired = false;\n\n\t// Get the database name so that we can perform meta\n\t// data settings.\n\tString dbName = dbmd.getDatabaseProductName().toLowerCase();\n\tString driverName = dbmd.getDriverName().toLowerCase();\n\tString dbVersion = dbmd.getDatabaseProductVersion();\n\n\tString databaseProductName = dbmd.getDatabaseProductName();\n\tString databaseProductVersion = dbmd.getDatabaseProductVersion();\n\tString jdbcDriverName = dbmd.getDriverName();\n\tString jdbcDriverVersion = dbmd.getDriverVersion();\n\n\tif (dbName.indexOf(\"oracle\") != -1) {\n\t databaseType = DatabaseType.oracle;\n\t streamTextRequired = true;\n\t scrollResultsSupported = false;\n\t // The i-net AUGURO JDBC driver\n\t if (driverName.indexOf(\"auguro\") != -1) {\n\t\tstreamTextRequired = false;\n\t\tfetchSizeSupported = true;\n\t\tmaxRowsSupported = false;\n\t } else if (driverName.indexOf(\"Weblogic, Inc. Java-OCI JDBC Driver\") != -1)\n\t\tstreamTextRequired = false;\n\t} else\n\t// Postgres properties\n\tif (dbName.indexOf(\"postgres\") != -1) {\n\t databaseType = DatabaseType.postgresql;\n\t scrollResultsSupported = false;\n\t streamBlobRequired = true;\n\t fetchSizeSupported = false;\n\t} else if (dbName.indexOf(\"interbase\") != -1) {\n\t fetchSizeSupported = false;\n\t maxRowsSupported = false;\n\t} else if (dbName.indexOf(\"sql server\") != -1) {\n\t databaseType = DatabaseType.sqlserver;\n\t if (driverName.indexOf(\"una\") != -1) {\n\t\tfetchSizeSupported = true;\n\t\tmaxRowsSupported = false;\n\t }\n\t if (driverName.indexOf(\"jtds\") != -1) {\n\t\tfetchSizeSupported = true;\n\t\tmaxRowsSupported = true;\n\t } else {\n\t\tstreamBlobRequired = true;\n\t\tfetchSizeSupported = false;\n\t\tmaxRowsSupported = false;\n\t\tscrollResultsSupported = false;\n\t }\n\t} else if (dbName.indexOf(\"mysql\") != -1) {\n\t if (dbVersion != null && dbVersion.startsWith(\"3.\"))\n\t\tdatabaseType = DatabaseType.mysql;\n\t else\n\t\tdatabaseType = DatabaseType.mysql;\n\n\t transactionsSupported = false;\n\t} else if (dbName.indexOf(\"derby\") != -1)\n\t databaseType = DatabaseType.derby;\n\telse if (dbName.indexOf(\"db2\") != -1)\n\t databaseType = DatabaseType.db2;\n\telse if (dbName.indexOf(\"hsql\") != -1)\n\t databaseType = DatabaseType.hsqldb;\n\n\tdatabaseType.transactionsSupported = transactionsSupported;\n\tdatabaseType.batchUpdatesSupported = batchUpdatesSupported;\n\tdatabaseType.transactionIsolation = transactionIsolation;\n\tdatabaseType.streamTextRequired = streamTextRequired;\n\tdatabaseType.streamBlobRequired = streamBlobRequired;\n\tdatabaseType.fetchSizeSupported = fetchSizeSupported;\n\tdatabaseType.subqueriesSupported = subqueriesSupported;\n\tdatabaseType.maxRowsSupported = maxRowsSupported;\n\tdatabaseType.scrollResultsSupported = scrollResultsSupported;\n\tdatabaseType.databaseProductName = databaseProductName;\n\tdatabaseType.databaseProductVersion = databaseProductVersion;\n\tdatabaseType.jdbcDriverVersion = jdbcDriverVersion;\n\tdatabaseType.jdbcDriverName = jdbcDriverName;\n\n\treturn databaseType;\n\n }", "public String getDstDatabaseType() {\n return this.DstDatabaseType;\n }", "public String getSrcDatabaseType() {\n return this.SrcDatabaseType;\n }", "public void setDBType(String dbType) {\r\n this.dbType = dbType;\r\n }", "public int getSqlType() { return _type; }", "@Override\r\n\tpublic boolean supportsDb(String type) {\r\n \treturn true;\r\n }", "private String getSqLiteType(Class<?> value){\r\n\t\tString sn = value.getSimpleName();\r\n\t\tif(sn.equalsIgnoreCase(\"String\"))\r\n\t\t\treturn \"text\";\r\n\t\tif(sn.equalsIgnoreCase(\"int\") || sn.equalsIgnoreCase(\"Integer\") || \r\n\t\t sn.equalsIgnoreCase(\"long\") || sn.equalsIgnoreCase(\"Long\") || \r\n\t\t sn.equalsIgnoreCase(\"BigDecimal\")){\r\n\t\t\treturn \"integer\";\r\n\t\t}\r\n\t\tif(sn.equalsIgnoreCase(\"double\") || sn.equalsIgnoreCase(\"Double\") || \r\n\t\t sn.equalsIgnoreCase(\"float\") || sn.equalsIgnoreCase(\"Float\")){\r\n\t\t\treturn \"integer\";\r\n\t\t}\r\n\t\tif(sn.equalsIgnoreCase(\"byte[]\") || sn.equalsIgnoreCase(\"Byte[]\")){\r\n\t\t\treturn \"blob\";\r\n\t\t}\r\n\t\tthrow new NullPointerException(\"type not found \" + sn);\r\n\t}", "public String getSqlType() {\n\t\treturn this.sqlType;\n\t}", "String getSQLTypeName() throws SQLException;", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "private DatabaseType getDatabaseType(final DataSource dataSource) {\n try (final Connection connection = dataSource.getConnection()) {\n return DatabaseType.fromJdbcConnection(connection);\n } catch (SQLException e) {\n LOGGER.error(e.getMessage(), e);\n throw new FlywayException(\"Unable to obtain connection from Flyway DataSource\", e);\n }\n }", "public void setDatabaseType(String databaseType) {\r\n m_databaseType = databaseType;\r\n }", "public String getDBType(String name)\n {\n if (attDBTypeList.containsKey(name))\n {\n return (String) attDBTypeList.get(name);\n }\n else\n {\n return null;\n }\n }", "public int getType() throws SQLException\n {\n return m_rs.getType();\n }", "public static String getDatabaseDriverName() throws SQLException {\n Connection connection = APIMgtDBUtil.getConnection();\n String databaseType;\n\n if (connection.getMetaData().getDriverName().contains(\"MySQL\")) {\n databaseType = \"MYSQL\";\n } else if (connection.getMetaData().getDriverName().contains(\"MS SQL\") || connection.getMetaData().getDriverName().contains(\"Microsoft\")) {\n databaseType = \"MSSQL\";\n } else if (connection.getMetaData().getDriverName().contains(\"H2\")) {\n databaseType = \"H2\";\n } else if (connection.getMetaData().getDriverName().contains(\"PostgreSQL\")) {\n databaseType = \"POSTGRESQL\";\n } else {\n databaseType = \"ORACLE\";\n }\n return databaseType;\n }", "public int getDbType();", "public SqlType getSqlType() {\n \t\t\treturn SqlType.BYTE;\n \t\t}", "public Column.Type getType();", "RelDataType getColumnType(String sql);", "com.rpg.framework.database.Protocol.ItemType getType();", "public int getColumnType(Connection con, String table) throws SQLException {\r\n if (databaseColumnType == Types.NULL) {\r\n // For the sake of compatibility, always retrieve meta data with capitalized table and column names\r\n // first and afterwards (for Postgres) with lower-cased names\r\n try {\r\n databaseColumnType = selectDataType(con, table.toUpperCase(), databaseFieldName.toUpperCase());\r\n }\r\n catch(SQLException sqlx) {\r\n databaseColumnType = selectDataType(con, table.toLowerCase(), databaseFieldName.toLowerCase());\r\n }\r\n }\r\n return databaseColumnType;\r\n }", "public static DatabaseType getDatabaseType(final String s) {\n DatabaseType e = STRINGTOENUM.get(s);\n if (e != null) return e;\n\n for (final String dispval : STRINGTOENUM.keySet()) {\n if (dispval.equalsIgnoreCase(s))\n return STRINGTOENUM.get(dispval);\n }\n\n return null;\n }", "fi.kapsi.koti.jpa.nanopb.Nanopb.FieldType getType();", "@Override\n\tpublic String getJdbcTypeName() {\n\t\tString text = JdbcTypesManager.getJdbcTypes().getTextForCode( getJdbcTypeCode() );\n\t\treturn text != null ? text : \"???\" ;\n\t}", "@Override\n public String getJavaByJdbcType(DbAttribute attribute, int type) {\n String jdbcType = TypesMapping.getSqlNameByType(type);\n DbType dbType;\n if (attribute != null) {\n dbType = new DbType(\n jdbcType,\n attribute.getMaxLength(),\n attribute.getAttributePrecision(),\n attribute.getScale(),\n attribute.isMandatory());\n } else {\n dbType = new DbType(jdbcType);\n }\n\n String typeName = getJavaByJdbcType(dbType);\n\n if (usePrimitives != null && usePrimitives) {\n String primitive = classToPrimitive.get(typeName);\n if (primitive != null) {\n return primitive;\n }\n }\n\n return typeName;\n }", "private static String getSqlType(Schema schema) {\n\t\t\n\t\tString sqlType = null;\n\t\t\n\t\tSchema.Type schemaType = schema.isNullable() ? schema.getNonNullable().getType() : schema.getType();\n\t switch (schemaType) {\n\t case ARRAY:\n\t break;\n\t case BOOLEAN:\n\t break;\n\t case BYTES:\n\t break;\n\t case DOUBLE:\n\t break;\n\t case ENUM:\n\t break;\n\t case FLOAT:\n\t break;\n\t case INT:\n\t break;\n\t case LONG:\n\t break;\n\t case MAP:\n\t break;\n\t case NULL:\n\t \t \tbreak;\n\t case RECORD:\n\t break;\n\t case STRING:\n\t break;\n\t case UNION:\n\t break;\n\t }\n\t \n\t\treturn sqlType;\n\t\n\t}", "public abstract String toHiveType(int sqlType);", "public String getKeyType() \n {\n return DBFactory.getKeyTypeName(this.keyType);\n }", "public String getDatabase();", "private String getPostgresTypeForAccessDataType(DataType type) {\n\t\tif (type.equals(DataType.BOOLEAN))\n\t\t\treturn \"bool\";\n\t\tif (type.equals(DataType.BINARY))\n\t\t\treturn \"int2\";\n\t\tif (type.equals(DataType.BYTE))\n\t\t\treturn \"int2\";\n\t\tif (type.equals(DataType.COMPLEX_TYPE))\n\t\t\treturn \"bit\";\n\t\tif (type.equals(DataType.DOUBLE))\n\t\t\treturn \"double precision\";\n\t\tif (type.equals(DataType.FLOAT))\n\t\t\treturn \"float4\";\n\t\tif (type.equals(DataType.GUID))\n\t\t\treturn \"character varying(255)\";\n\t\tif (type.equals(DataType.INT))\n\t\t\treturn \"int4\";\n\t\tif (type.equals(DataType.LONG))\n\t\t\treturn \"int8\";\n\t\tif (type.equals(DataType.MEMO))\n\t\t\treturn \"text\";\n\t\tif (type.equals(DataType.MONEY))\n\t\t\treturn \"numeric\";\n\t\tif (type.equals(DataType.NUMERIC))\n\t\t\treturn \"decimal(20,4)\";\n\t\tif (type.equals(DataType.OLE))\n\t\t\treturn \"bytea\";\n\t\t//\n\t\t// Note that we can't tell if its really a DATE, TIME or TIMESTAMP. So\n\t\t// users will\n\t\t// have to use the schema editor to change it as appropriate.\n\t\t//\n\t\tif (type.equals(DataType.SHORT_DATE_TIME))\n\t\t\treturn \"timestamp\";\n\t\tif (type.equals(DataType.TEXT))\n\t\t\treturn \"character varying(255)\";\n\t\treturn \"text\";\n\t}", "public int getJDBCTypeId() {\r\n return typeId.getJDBCTypeId();\r\n }", "public final int getConnectionType()\n\t{\n\t\treturn connType;\n\t}", "protected abstract String statementType();", "public StrColumn getType() {\n return (StrColumn) (isText ? textFields.computeIfAbsent(\"type\", StrColumn::new) :\n getBinaryColumn(\"type\"));\n }", "com.google.cloud.datacatalog.FieldType getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "public String datatype() {\n\t\treturn datatype;\n\t}", "public String getTypeName() {\r\n return typeId.getSQLTypeName();\r\n }", "public String type();", "public void setFieldDBType(java.lang.String fieldDBType) {\n this.fieldDBType = fieldDBType;\n }", "public int getColumnType() {\n return (this.option >> 6) & 3;\n }", "public Database<T> getDatabase();", "public String getSQLTypeName()\n {\n if ( schemaName == null ) { return unqualifiedName; }\n else { return IdUtil.mkQualifiedName( schemaName, unqualifiedName ); }\n }", "public String getDataType() ;", "public BsonType getType() {\n return type;\n }", "String type();", "String type();", "String type();", "String type();", "String type();" ]
[ "0.9173278", "0.900099", "0.8759859", "0.8688511", "0.8434002", "0.82581025", "0.81622434", "0.8097557", "0.8055535", "0.8017167", "0.79727805", "0.7955835", "0.7803362", "0.7775494", "0.76632357", "0.75959843", "0.75832963", "0.7490568", "0.7433814", "0.7325334", "0.7297097", "0.72620624", "0.7257935", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.71531135", "0.71413356", "0.70820254", "0.7002165", "0.69979227", "0.6988115", "0.69477266", "0.68825406", "0.6746819", "0.6744607", "0.67239726", "0.6709702", "0.6648031", "0.6581522", "0.6581324", "0.6579636", "0.6578491", "0.65267605", "0.65212405", "0.6505182", "0.6504555", "0.6471611", "0.64708817", "0.6469314", "0.6454886", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.6433221", "0.64245015", "0.6421076", "0.6415494", "0.64016956", "0.6384923", "0.63839316", "0.6381005", "0.6366731", "0.636467", "0.636467", "0.636467", "0.636467", "0.636467" ]
0.7561028
17
This method returns the database type
public String getDBType() { return sAbbreviation; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "DatabaseTypes getDatabaseType();", "protected abstract DbType getDatabaseType();", "public String getDatabaseType() {\r\n return m_databaseType;\r\n }", "public String getDBType() {\r\n return dbType;\r\n }", "@Override\n public DatabaseType getDatabaseType() {\n return mappings.getDatabaseType();\n }", "@Override\n\tpublic String getDbType() {\n\t\treturn this.dbType;\n\t}", "public int getDatabaseType()\n {\n return Constants.LOCAL | Constants.SHARED_DATA | Constants.LOCALIZABLE;\n }", "public int getDatabaseType()\n {\n return DBConstants.TABLE | DBConstants.MAPPED;\n }", "public String getType() \t\t\t\t{ return DATABASE_NAME; }", "public int getDbType() {\n return dbType;\n }", "public DbType getDbType()\n {\n String dbTypeStr = this.getDbTypeStr();\n DbType dType = DbType.getDbTypeByDbName(dbTypeStr);\n return dType;\n }", "public String getType() {\n return DATABASE_NAME;\n }", "public int getJdbcType();", "public java.lang.String getFieldDBType() {\n return fieldDBType;\n }", "public static DatabaseType getDatabaseType(DatabaseMetaData dbmd) throws SQLException {\n\n\tDatabaseType databaseType = DatabaseType.unknown;\n\n\tboolean transactionsSupported = dbmd.supportsTransactions();\n\tint transactionIsolation = dbmd.getDefaultTransactionIsolation();\n\tboolean subqueriesSupported = dbmd.supportsCorrelatedSubqueries();\n\tboolean scrollResultsSupported;\n\n\ttry {\n\t scrollResultsSupported = dbmd.supportsResultSetType(ResultSet.TYPE_SCROLL_INSENSITIVE);\n\t} catch (Exception e) {\n\t scrollResultsSupported = false;\n\t}\n\n\t// Supports batch updates.\n\tboolean batchUpdatesSupported = dbmd.supportsBatchUpdates();\n\t// Set defaults for other meta properties.\n\tboolean streamTextRequired = false;\n\tboolean maxRowsSupported = true;\n\tboolean fetchSizeSupported = true;\n\tboolean streamBlobRequired = false;\n\n\t// Get the database name so that we can perform meta\n\t// data settings.\n\tString dbName = dbmd.getDatabaseProductName().toLowerCase();\n\tString driverName = dbmd.getDriverName().toLowerCase();\n\tString dbVersion = dbmd.getDatabaseProductVersion();\n\n\tString databaseProductName = dbmd.getDatabaseProductName();\n\tString databaseProductVersion = dbmd.getDatabaseProductVersion();\n\tString jdbcDriverName = dbmd.getDriverName();\n\tString jdbcDriverVersion = dbmd.getDriverVersion();\n\n\tif (dbName.indexOf(\"oracle\") != -1) {\n\t databaseType = DatabaseType.oracle;\n\t streamTextRequired = true;\n\t scrollResultsSupported = false;\n\t // The i-net AUGURO JDBC driver\n\t if (driverName.indexOf(\"auguro\") != -1) {\n\t\tstreamTextRequired = false;\n\t\tfetchSizeSupported = true;\n\t\tmaxRowsSupported = false;\n\t } else if (driverName.indexOf(\"Weblogic, Inc. Java-OCI JDBC Driver\") != -1)\n\t\tstreamTextRequired = false;\n\t} else\n\t// Postgres properties\n\tif (dbName.indexOf(\"postgres\") != -1) {\n\t databaseType = DatabaseType.postgresql;\n\t scrollResultsSupported = false;\n\t streamBlobRequired = true;\n\t fetchSizeSupported = false;\n\t} else if (dbName.indexOf(\"interbase\") != -1) {\n\t fetchSizeSupported = false;\n\t maxRowsSupported = false;\n\t} else if (dbName.indexOf(\"sql server\") != -1) {\n\t databaseType = DatabaseType.sqlserver;\n\t if (driverName.indexOf(\"una\") != -1) {\n\t\tfetchSizeSupported = true;\n\t\tmaxRowsSupported = false;\n\t }\n\t if (driverName.indexOf(\"jtds\") != -1) {\n\t\tfetchSizeSupported = true;\n\t\tmaxRowsSupported = true;\n\t } else {\n\t\tstreamBlobRequired = true;\n\t\tfetchSizeSupported = false;\n\t\tmaxRowsSupported = false;\n\t\tscrollResultsSupported = false;\n\t }\n\t} else if (dbName.indexOf(\"mysql\") != -1) {\n\t if (dbVersion != null && dbVersion.startsWith(\"3.\"))\n\t\tdatabaseType = DatabaseType.mysql;\n\t else\n\t\tdatabaseType = DatabaseType.mysql;\n\n\t transactionsSupported = false;\n\t} else if (dbName.indexOf(\"derby\") != -1)\n\t databaseType = DatabaseType.derby;\n\telse if (dbName.indexOf(\"db2\") != -1)\n\t databaseType = DatabaseType.db2;\n\telse if (dbName.indexOf(\"hsql\") != -1)\n\t databaseType = DatabaseType.hsqldb;\n\n\tdatabaseType.transactionsSupported = transactionsSupported;\n\tdatabaseType.batchUpdatesSupported = batchUpdatesSupported;\n\tdatabaseType.transactionIsolation = transactionIsolation;\n\tdatabaseType.streamTextRequired = streamTextRequired;\n\tdatabaseType.streamBlobRequired = streamBlobRequired;\n\tdatabaseType.fetchSizeSupported = fetchSizeSupported;\n\tdatabaseType.subqueriesSupported = subqueriesSupported;\n\tdatabaseType.maxRowsSupported = maxRowsSupported;\n\tdatabaseType.scrollResultsSupported = scrollResultsSupported;\n\tdatabaseType.databaseProductName = databaseProductName;\n\tdatabaseType.databaseProductVersion = databaseProductVersion;\n\tdatabaseType.jdbcDriverVersion = jdbcDriverVersion;\n\tdatabaseType.jdbcDriverName = jdbcDriverName;\n\n\treturn databaseType;\n\n }", "public String getDstDatabaseType() {\n return this.DstDatabaseType;\n }", "public String getSrcDatabaseType() {\n return this.SrcDatabaseType;\n }", "public void setDBType(String dbType) {\r\n this.dbType = dbType;\r\n }", "public int getSqlType() { return _type; }", "@Override\r\n\tpublic boolean supportsDb(String type) {\r\n \treturn true;\r\n }", "private String getSqLiteType(Class<?> value){\r\n\t\tString sn = value.getSimpleName();\r\n\t\tif(sn.equalsIgnoreCase(\"String\"))\r\n\t\t\treturn \"text\";\r\n\t\tif(sn.equalsIgnoreCase(\"int\") || sn.equalsIgnoreCase(\"Integer\") || \r\n\t\t sn.equalsIgnoreCase(\"long\") || sn.equalsIgnoreCase(\"Long\") || \r\n\t\t sn.equalsIgnoreCase(\"BigDecimal\")){\r\n\t\t\treturn \"integer\";\r\n\t\t}\r\n\t\tif(sn.equalsIgnoreCase(\"double\") || sn.equalsIgnoreCase(\"Double\") || \r\n\t\t sn.equalsIgnoreCase(\"float\") || sn.equalsIgnoreCase(\"Float\")){\r\n\t\t\treturn \"integer\";\r\n\t\t}\r\n\t\tif(sn.equalsIgnoreCase(\"byte[]\") || sn.equalsIgnoreCase(\"Byte[]\")){\r\n\t\t\treturn \"blob\";\r\n\t\t}\r\n\t\tthrow new NullPointerException(\"type not found \" + sn);\r\n\t}", "public String getSqlType() {\n\t\treturn this.sqlType;\n\t}", "String getSQLTypeName() throws SQLException;", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "private DatabaseType getDatabaseType(final DataSource dataSource) {\n try (final Connection connection = dataSource.getConnection()) {\n return DatabaseType.fromJdbcConnection(connection);\n } catch (SQLException e) {\n LOGGER.error(e.getMessage(), e);\n throw new FlywayException(\"Unable to obtain connection from Flyway DataSource\", e);\n }\n }", "public void setDatabaseType(String databaseType) {\r\n m_databaseType = databaseType;\r\n }", "public String getDBType(String name)\n {\n if (attDBTypeList.containsKey(name))\n {\n return (String) attDBTypeList.get(name);\n }\n else\n {\n return null;\n }\n }", "public int getType() throws SQLException\n {\n return m_rs.getType();\n }", "public static String getDatabaseDriverName() throws SQLException {\n Connection connection = APIMgtDBUtil.getConnection();\n String databaseType;\n\n if (connection.getMetaData().getDriverName().contains(\"MySQL\")) {\n databaseType = \"MYSQL\";\n } else if (connection.getMetaData().getDriverName().contains(\"MS SQL\") || connection.getMetaData().getDriverName().contains(\"Microsoft\")) {\n databaseType = \"MSSQL\";\n } else if (connection.getMetaData().getDriverName().contains(\"H2\")) {\n databaseType = \"H2\";\n } else if (connection.getMetaData().getDriverName().contains(\"PostgreSQL\")) {\n databaseType = \"POSTGRESQL\";\n } else {\n databaseType = \"ORACLE\";\n }\n return databaseType;\n }", "public int getDbType();", "public SqlType getSqlType() {\n \t\t\treturn SqlType.BYTE;\n \t\t}", "public Column.Type getType();", "RelDataType getColumnType(String sql);", "com.rpg.framework.database.Protocol.ItemType getType();", "public int getColumnType(Connection con, String table) throws SQLException {\r\n if (databaseColumnType == Types.NULL) {\r\n // For the sake of compatibility, always retrieve meta data with capitalized table and column names\r\n // first and afterwards (for Postgres) with lower-cased names\r\n try {\r\n databaseColumnType = selectDataType(con, table.toUpperCase(), databaseFieldName.toUpperCase());\r\n }\r\n catch(SQLException sqlx) {\r\n databaseColumnType = selectDataType(con, table.toLowerCase(), databaseFieldName.toLowerCase());\r\n }\r\n }\r\n return databaseColumnType;\r\n }", "public static DatabaseType getDatabaseType(final String s) {\n DatabaseType e = STRINGTOENUM.get(s);\n if (e != null) return e;\n\n for (final String dispval : STRINGTOENUM.keySet()) {\n if (dispval.equalsIgnoreCase(s))\n return STRINGTOENUM.get(dispval);\n }\n\n return null;\n }", "fi.kapsi.koti.jpa.nanopb.Nanopb.FieldType getType();", "@Override\n\tpublic String getJdbcTypeName() {\n\t\tString text = JdbcTypesManager.getJdbcTypes().getTextForCode( getJdbcTypeCode() );\n\t\treturn text != null ? text : \"???\" ;\n\t}", "@Override\n public String getJavaByJdbcType(DbAttribute attribute, int type) {\n String jdbcType = TypesMapping.getSqlNameByType(type);\n DbType dbType;\n if (attribute != null) {\n dbType = new DbType(\n jdbcType,\n attribute.getMaxLength(),\n attribute.getAttributePrecision(),\n attribute.getScale(),\n attribute.isMandatory());\n } else {\n dbType = new DbType(jdbcType);\n }\n\n String typeName = getJavaByJdbcType(dbType);\n\n if (usePrimitives != null && usePrimitives) {\n String primitive = classToPrimitive.get(typeName);\n if (primitive != null) {\n return primitive;\n }\n }\n\n return typeName;\n }", "private static String getSqlType(Schema schema) {\n\t\t\n\t\tString sqlType = null;\n\t\t\n\t\tSchema.Type schemaType = schema.isNullable() ? schema.getNonNullable().getType() : schema.getType();\n\t switch (schemaType) {\n\t case ARRAY:\n\t break;\n\t case BOOLEAN:\n\t break;\n\t case BYTES:\n\t break;\n\t case DOUBLE:\n\t break;\n\t case ENUM:\n\t break;\n\t case FLOAT:\n\t break;\n\t case INT:\n\t break;\n\t case LONG:\n\t break;\n\t case MAP:\n\t break;\n\t case NULL:\n\t \t \tbreak;\n\t case RECORD:\n\t break;\n\t case STRING:\n\t break;\n\t case UNION:\n\t break;\n\t }\n\t \n\t\treturn sqlType;\n\t\n\t}", "public abstract String toHiveType(int sqlType);", "public String getKeyType() \n {\n return DBFactory.getKeyTypeName(this.keyType);\n }", "public String getDatabase();", "private String getPostgresTypeForAccessDataType(DataType type) {\n\t\tif (type.equals(DataType.BOOLEAN))\n\t\t\treturn \"bool\";\n\t\tif (type.equals(DataType.BINARY))\n\t\t\treturn \"int2\";\n\t\tif (type.equals(DataType.BYTE))\n\t\t\treturn \"int2\";\n\t\tif (type.equals(DataType.COMPLEX_TYPE))\n\t\t\treturn \"bit\";\n\t\tif (type.equals(DataType.DOUBLE))\n\t\t\treturn \"double precision\";\n\t\tif (type.equals(DataType.FLOAT))\n\t\t\treturn \"float4\";\n\t\tif (type.equals(DataType.GUID))\n\t\t\treturn \"character varying(255)\";\n\t\tif (type.equals(DataType.INT))\n\t\t\treturn \"int4\";\n\t\tif (type.equals(DataType.LONG))\n\t\t\treturn \"int8\";\n\t\tif (type.equals(DataType.MEMO))\n\t\t\treturn \"text\";\n\t\tif (type.equals(DataType.MONEY))\n\t\t\treturn \"numeric\";\n\t\tif (type.equals(DataType.NUMERIC))\n\t\t\treturn \"decimal(20,4)\";\n\t\tif (type.equals(DataType.OLE))\n\t\t\treturn \"bytea\";\n\t\t//\n\t\t// Note that we can't tell if its really a DATE, TIME or TIMESTAMP. So\n\t\t// users will\n\t\t// have to use the schema editor to change it as appropriate.\n\t\t//\n\t\tif (type.equals(DataType.SHORT_DATE_TIME))\n\t\t\treturn \"timestamp\";\n\t\tif (type.equals(DataType.TEXT))\n\t\t\treturn \"character varying(255)\";\n\t\treturn \"text\";\n\t}", "public int getJDBCTypeId() {\r\n return typeId.getJDBCTypeId();\r\n }", "public final int getConnectionType()\n\t{\n\t\treturn connType;\n\t}", "protected abstract String statementType();", "public StrColumn getType() {\n return (StrColumn) (isText ? textFields.computeIfAbsent(\"type\", StrColumn::new) :\n getBinaryColumn(\"type\"));\n }", "com.google.cloud.datacatalog.FieldType getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "public String datatype() {\n\t\treturn datatype;\n\t}", "public String getTypeName() {\r\n return typeId.getSQLTypeName();\r\n }", "public String type();", "public void setFieldDBType(java.lang.String fieldDBType) {\n this.fieldDBType = fieldDBType;\n }", "public int getColumnType() {\n return (this.option >> 6) & 3;\n }", "public Database<T> getDatabase();", "public String getSQLTypeName()\n {\n if ( schemaName == null ) { return unqualifiedName; }\n else { return IdUtil.mkQualifiedName( schemaName, unqualifiedName ); }\n }", "public String getDataType() ;", "public BsonType getType() {\n return type;\n }", "String type();", "String type();", "String type();", "String type();", "String type();" ]
[ "0.9173278", "0.900099", "0.8759859", "0.8688511", "0.8434002", "0.82581025", "0.81622434", "0.8097557", "0.8055535", "0.8017167", "0.79727805", "0.7955835", "0.7803362", "0.7775494", "0.76632357", "0.75959843", "0.75832963", "0.7490568", "0.7433814", "0.7325334", "0.7297097", "0.72620624", "0.7257935", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.7253692", "0.71531135", "0.71413356", "0.70820254", "0.7002165", "0.69979227", "0.6988115", "0.69477266", "0.68825406", "0.6746819", "0.6744607", "0.67239726", "0.6709702", "0.6648031", "0.6581522", "0.6581324", "0.6579636", "0.6578491", "0.65267605", "0.65212405", "0.6505182", "0.6504555", "0.6471611", "0.64708817", "0.6469314", "0.6454886", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.643976", "0.6433221", "0.64245015", "0.6421076", "0.6415494", "0.64016956", "0.6384923", "0.63839316", "0.6381005", "0.6366731", "0.636467", "0.636467", "0.636467", "0.636467", "0.636467" ]
0.7561028
18
This method returns the database type
public String getDBType() { return sAbbreviation; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "DatabaseTypes getDatabaseType();", "protected abstract DbType getDatabaseType();", "public String getDatabaseType() {\r\n return m_databaseType;\r\n }", "public String getDBType() {\r\n return dbType;\r\n }", "@Override\n public DatabaseType getDatabaseType() {\n return mappings.getDatabaseType();\n }", "@Override\n\tpublic String getDbType() {\n\t\treturn this.dbType;\n\t}", "public int getDatabaseType()\n {\n return Constants.LOCAL | Constants.SHARED_DATA | Constants.LOCALIZABLE;\n }", "public int getDatabaseType()\n {\n return DBConstants.TABLE | DBConstants.MAPPED;\n }", "public String getType() \t\t\t\t{ return DATABASE_NAME; }", "public int getDbType() {\n return dbType;\n }", "public DbType getDbType()\n {\n String dbTypeStr = this.getDbTypeStr();\n DbType dType = DbType.getDbTypeByDbName(dbTypeStr);\n return dType;\n }", "public String getType() {\n return DATABASE_NAME;\n }", "public int getJdbcType();", "public java.lang.String getFieldDBType() {\n return fieldDBType;\n }", "public static DatabaseType getDatabaseType(DatabaseMetaData dbmd) throws SQLException {\n\n\tDatabaseType databaseType = DatabaseType.unknown;\n\n\tboolean transactionsSupported = dbmd.supportsTransactions();\n\tint transactionIsolation = dbmd.getDefaultTransactionIsolation();\n\tboolean subqueriesSupported = dbmd.supportsCorrelatedSubqueries();\n\tboolean scrollResultsSupported;\n\n\ttry {\n\t scrollResultsSupported = dbmd.supportsResultSetType(ResultSet.TYPE_SCROLL_INSENSITIVE);\n\t} catch (Exception e) {\n\t scrollResultsSupported = false;\n\t}\n\n\t// Supports batch updates.\n\tboolean batchUpdatesSupported = dbmd.supportsBatchUpdates();\n\t// Set defaults for other meta properties.\n\tboolean streamTextRequired = false;\n\tboolean maxRowsSupported = true;\n\tboolean fetchSizeSupported = true;\n\tboolean streamBlobRequired = false;\n\n\t// Get the database name so that we can perform meta\n\t// data settings.\n\tString dbName = dbmd.getDatabaseProductName().toLowerCase();\n\tString driverName = dbmd.getDriverName().toLowerCase();\n\tString dbVersion = dbmd.getDatabaseProductVersion();\n\n\tString databaseProductName = dbmd.getDatabaseProductName();\n\tString databaseProductVersion = dbmd.getDatabaseProductVersion();\n\tString jdbcDriverName = dbmd.getDriverName();\n\tString jdbcDriverVersion = dbmd.getDriverVersion();\n\n\tif (dbName.indexOf(\"oracle\") != -1) {\n\t databaseType = DatabaseType.oracle;\n\t streamTextRequired = true;\n\t scrollResultsSupported = false;\n\t // The i-net AUGURO JDBC driver\n\t if (driverName.indexOf(\"auguro\") != -1) {\n\t\tstreamTextRequired = false;\n\t\tfetchSizeSupported = true;\n\t\tmaxRowsSupported = false;\n\t } else if (driverName.indexOf(\"Weblogic, Inc. Java-OCI JDBC Driver\") != -1)\n\t\tstreamTextRequired = false;\n\t} else\n\t// Postgres properties\n\tif (dbName.indexOf(\"postgres\") != -1) {\n\t databaseType = DatabaseType.postgresql;\n\t scrollResultsSupported = false;\n\t streamBlobRequired = true;\n\t fetchSizeSupported = false;\n\t} else if (dbName.indexOf(\"interbase\") != -1) {\n\t fetchSizeSupported = false;\n\t maxRowsSupported = false;\n\t} else if (dbName.indexOf(\"sql server\") != -1) {\n\t databaseType = DatabaseType.sqlserver;\n\t if (driverName.indexOf(\"una\") != -1) {\n\t\tfetchSizeSupported = true;\n\t\tmaxRowsSupported = false;\n\t }\n\t if (driverName.indexOf(\"jtds\") != -1) {\n\t\tfetchSizeSupported = true;\n\t\tmaxRowsSupported = true;\n\t } else {\n\t\tstreamBlobRequired = true;\n\t\tfetchSizeSupported = false;\n\t\tmaxRowsSupported = false;\n\t\tscrollResultsSupported = false;\n\t }\n\t} else if (dbName.indexOf(\"mysql\") != -1) {\n\t if (dbVersion != null && dbVersion.startsWith(\"3.\"))\n\t\tdatabaseType = DatabaseType.mysql;\n\t else\n\t\tdatabaseType = DatabaseType.mysql;\n\n\t transactionsSupported = false;\n\t} else if (dbName.indexOf(\"derby\") != -1)\n\t databaseType = DatabaseType.derby;\n\telse if (dbName.indexOf(\"db2\") != -1)\n\t databaseType = DatabaseType.db2;\n\telse if (dbName.indexOf(\"hsql\") != -1)\n\t databaseType = DatabaseType.hsqldb;\n\n\tdatabaseType.transactionsSupported = transactionsSupported;\n\tdatabaseType.batchUpdatesSupported = batchUpdatesSupported;\n\tdatabaseType.transactionIsolation = transactionIsolation;\n\tdatabaseType.streamTextRequired = streamTextRequired;\n\tdatabaseType.streamBlobRequired = streamBlobRequired;\n\tdatabaseType.fetchSizeSupported = fetchSizeSupported;\n\tdatabaseType.subqueriesSupported = subqueriesSupported;\n\tdatabaseType.maxRowsSupported = maxRowsSupported;\n\tdatabaseType.scrollResultsSupported = scrollResultsSupported;\n\tdatabaseType.databaseProductName = databaseProductName;\n\tdatabaseType.databaseProductVersion = databaseProductVersion;\n\tdatabaseType.jdbcDriverVersion = jdbcDriverVersion;\n\tdatabaseType.jdbcDriverName = jdbcDriverName;\n\n\treturn databaseType;\n\n }", "public String getDstDatabaseType() {\n return this.DstDatabaseType;\n }", "public String getSrcDatabaseType() {\n return this.SrcDatabaseType;\n }", "public void setDBType(String dbType) {\r\n this.dbType = dbType;\r\n }", "public int getSqlType() { return _type; }", "@Override\r\n\tpublic boolean supportsDb(String type) {\r\n \treturn true;\r\n }", "private String getSqLiteType(Class<?> value){\r\n\t\tString sn = value.getSimpleName();\r\n\t\tif(sn.equalsIgnoreCase(\"String\"))\r\n\t\t\treturn \"text\";\r\n\t\tif(sn.equalsIgnoreCase(\"int\") || sn.equalsIgnoreCase(\"Integer\") || \r\n\t\t sn.equalsIgnoreCase(\"long\") || sn.equalsIgnoreCase(\"Long\") || \r\n\t\t sn.equalsIgnoreCase(\"BigDecimal\")){\r\n\t\t\treturn \"integer\";\r\n\t\t}\r\n\t\tif(sn.equalsIgnoreCase(\"double\") || sn.equalsIgnoreCase(\"Double\") || \r\n\t\t sn.equalsIgnoreCase(\"float\") || sn.equalsIgnoreCase(\"Float\")){\r\n\t\t\treturn \"integer\";\r\n\t\t}\r\n\t\tif(sn.equalsIgnoreCase(\"byte[]\") || sn.equalsIgnoreCase(\"Byte[]\")){\r\n\t\t\treturn \"blob\";\r\n\t\t}\r\n\t\tthrow new NullPointerException(\"type not found \" + sn);\r\n\t}", "public String getSqlType() {\n\t\treturn this.sqlType;\n\t}", "String getSQLTypeName() throws SQLException;", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "public String getJdbcType() {\n return this.jdbcType;\n }", "private DatabaseType getDatabaseType(final DataSource dataSource) {\n try (final Connection connection = dataSource.getConnection()) {\n return DatabaseType.fromJdbcConnection(connection);\n } catch (SQLException e) {\n LOGGER.error(e.getMessage(), e);\n throw new FlywayException(\"Unable to obtain connection from Flyway DataSource\", e);\n }\n }", "public void setDatabaseType(String databaseType) {\r\n m_databaseType = databaseType;\r\n }", "public String getDBType(String name)\n {\n if (attDBTypeList.containsKey(name))\n {\n return (String) attDBTypeList.get(name);\n }\n else\n {\n return null;\n }\n }", "public int getType() throws SQLException\n {\n return m_rs.getType();\n }", "public static String getDatabaseDriverName() throws SQLException {\n Connection connection = APIMgtDBUtil.getConnection();\n String databaseType;\n\n if (connection.getMetaData().getDriverName().contains(\"MySQL\")) {\n databaseType = \"MYSQL\";\n } else if (connection.getMetaData().getDriverName().contains(\"MS SQL\") || connection.getMetaData().getDriverName().contains(\"Microsoft\")) {\n databaseType = \"MSSQL\";\n } else if (connection.getMetaData().getDriverName().contains(\"H2\")) {\n databaseType = \"H2\";\n } else if (connection.getMetaData().getDriverName().contains(\"PostgreSQL\")) {\n databaseType = \"POSTGRESQL\";\n } else {\n databaseType = \"ORACLE\";\n }\n return databaseType;\n }", "public int getDbType();", "public SqlType getSqlType() {\n \t\t\treturn SqlType.BYTE;\n \t\t}", "public Column.Type getType();", "RelDataType getColumnType(String sql);", "com.rpg.framework.database.Protocol.ItemType getType();", "public int getColumnType(Connection con, String table) throws SQLException {\r\n if (databaseColumnType == Types.NULL) {\r\n // For the sake of compatibility, always retrieve meta data with capitalized table and column names\r\n // first and afterwards (for Postgres) with lower-cased names\r\n try {\r\n databaseColumnType = selectDataType(con, table.toUpperCase(), databaseFieldName.toUpperCase());\r\n }\r\n catch(SQLException sqlx) {\r\n databaseColumnType = selectDataType(con, table.toLowerCase(), databaseFieldName.toLowerCase());\r\n }\r\n }\r\n return databaseColumnType;\r\n }", "public static DatabaseType getDatabaseType(final String s) {\n DatabaseType e = STRINGTOENUM.get(s);\n if (e != null) return e;\n\n for (final String dispval : STRINGTOENUM.keySet()) {\n if (dispval.equalsIgnoreCase(s))\n return STRINGTOENUM.get(dispval);\n }\n\n return null;\n }", "fi.kapsi.koti.jpa.nanopb.Nanopb.FieldType getType();", "@Override\n\tpublic String getJdbcTypeName() {\n\t\tString text = JdbcTypesManager.getJdbcTypes().getTextForCode( getJdbcTypeCode() );\n\t\treturn text != null ? text : \"???\" ;\n\t}", "@Override\n public String getJavaByJdbcType(DbAttribute attribute, int type) {\n String jdbcType = TypesMapping.getSqlNameByType(type);\n DbType dbType;\n if (attribute != null) {\n dbType = new DbType(\n jdbcType,\n attribute.getMaxLength(),\n attribute.getAttributePrecision(),\n attribute.getScale(),\n attribute.isMandatory());\n } else {\n dbType = new DbType(jdbcType);\n }\n\n String typeName = getJavaByJdbcType(dbType);\n\n if (usePrimitives != null && usePrimitives) {\n String primitive = classToPrimitive.get(typeName);\n if (primitive != null) {\n return primitive;\n }\n }\n\n return typeName;\n }", "private static String getSqlType(Schema schema) {\n\t\t\n\t\tString sqlType = null;\n\t\t\n\t\tSchema.Type schemaType = schema.isNullable() ? schema.getNonNullable().getType() : schema.getType();\n\t switch (schemaType) {\n\t case ARRAY:\n\t break;\n\t case BOOLEAN:\n\t break;\n\t case BYTES:\n\t break;\n\t case DOUBLE:\n\t break;\n\t case ENUM:\n\t break;\n\t case FLOAT:\n\t break;\n\t case INT:\n\t break;\n\t case LONG:\n\t break;\n\t case MAP:\n\t break;\n\t case NULL:\n\t \t \tbreak;\n\t case RECORD:\n\t break;\n\t case STRING:\n\t break;\n\t case UNION:\n\t break;\n\t }\n\t \n\t\treturn sqlType;\n\t\n\t}", "public abstract String toHiveType(int sqlType);", "public String getKeyType() \n {\n return DBFactory.getKeyTypeName(this.keyType);\n }", "public String getDatabase();", "public int getJDBCTypeId() {\r\n return typeId.getJDBCTypeId();\r\n }", "private String getPostgresTypeForAccessDataType(DataType type) {\n\t\tif (type.equals(DataType.BOOLEAN))\n\t\t\treturn \"bool\";\n\t\tif (type.equals(DataType.BINARY))\n\t\t\treturn \"int2\";\n\t\tif (type.equals(DataType.BYTE))\n\t\t\treturn \"int2\";\n\t\tif (type.equals(DataType.COMPLEX_TYPE))\n\t\t\treturn \"bit\";\n\t\tif (type.equals(DataType.DOUBLE))\n\t\t\treturn \"double precision\";\n\t\tif (type.equals(DataType.FLOAT))\n\t\t\treturn \"float4\";\n\t\tif (type.equals(DataType.GUID))\n\t\t\treturn \"character varying(255)\";\n\t\tif (type.equals(DataType.INT))\n\t\t\treturn \"int4\";\n\t\tif (type.equals(DataType.LONG))\n\t\t\treturn \"int8\";\n\t\tif (type.equals(DataType.MEMO))\n\t\t\treturn \"text\";\n\t\tif (type.equals(DataType.MONEY))\n\t\t\treturn \"numeric\";\n\t\tif (type.equals(DataType.NUMERIC))\n\t\t\treturn \"decimal(20,4)\";\n\t\tif (type.equals(DataType.OLE))\n\t\t\treturn \"bytea\";\n\t\t//\n\t\t// Note that we can't tell if its really a DATE, TIME or TIMESTAMP. So\n\t\t// users will\n\t\t// have to use the schema editor to change it as appropriate.\n\t\t//\n\t\tif (type.equals(DataType.SHORT_DATE_TIME))\n\t\t\treturn \"timestamp\";\n\t\tif (type.equals(DataType.TEXT))\n\t\t\treturn \"character varying(255)\";\n\t\treturn \"text\";\n\t}", "public final int getConnectionType()\n\t{\n\t\treturn connType;\n\t}", "protected abstract String statementType();", "public StrColumn getType() {\n return (StrColumn) (isText ? textFields.computeIfAbsent(\"type\", StrColumn::new) :\n getBinaryColumn(\"type\"));\n }", "com.google.cloud.datacatalog.FieldType getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "String getType();", "public String datatype() {\n\t\treturn datatype;\n\t}", "public String getTypeName() {\r\n return typeId.getSQLTypeName();\r\n }", "public String type();", "public void setFieldDBType(java.lang.String fieldDBType) {\n this.fieldDBType = fieldDBType;\n }", "public int getColumnType() {\n return (this.option >> 6) & 3;\n }", "public Database<T> getDatabase();", "public String getSQLTypeName()\n {\n if ( schemaName == null ) { return unqualifiedName; }\n else { return IdUtil.mkQualifiedName( schemaName, unqualifiedName ); }\n }", "public String getDataType() ;", "public BsonType getType() {\n return type;\n }", "String type();", "String type();", "String type();", "String type();", "String type();" ]
[ "0.9173587", "0.9001365", "0.8760129", "0.8688636", "0.8434387", "0.82583433", "0.8161906", "0.809706", "0.80560833", "0.80170935", "0.79741776", "0.7956556", "0.7802824", "0.77759045", "0.7662632", "0.7596298", "0.7583287", "0.7490318", "0.74332863", "0.7324597", "0.7296829", "0.72622186", "0.7258328", "0.7253721", "0.7253721", "0.7253721", "0.7253721", "0.7253721", "0.7253721", "0.7253721", "0.7253721", "0.7253721", "0.7253721", "0.7253721", "0.71541137", "0.7140914", "0.70825106", "0.7001541", "0.69983864", "0.69881564", "0.6948257", "0.68819785", "0.67464453", "0.6743846", "0.6723521", "0.6711839", "0.6646769", "0.6581647", "0.6581293", "0.6579399", "0.6578656", "0.6526926", "0.6522154", "0.65053153", "0.65045416", "0.6470828", "0.64702165", "0.64690155", "0.6453632", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6438926", "0.6432053", "0.6424632", "0.64201057", "0.6416067", "0.64002764", "0.6386355", "0.6384382", "0.6379726", "0.6366678", "0.63642055", "0.63642055", "0.63642055", "0.63642055", "0.63642055" ]
0.75620055
19
/ based on the permutation, time: O(n! n), space: O(n)
public boolean isChained(String[] arr) { if (arr == null || arr.length == 0) { return false; } boolean[] res = new boolean[] {false}; findPermutation(arr, 0, res); return res[0]; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private static int[] computePermutations(int n) {\n final int[] indexes = new int[n];\n for (int i = 0; i < n; i++) {\n indexes[i] = i;\n //indexes[i] = i + 1;\n }\n\n final int total = computePermutations(indexes, 0, n);\n System.out.println(\"# \" + np + \"; total = \" + total);\n\n return indexes;\n }", "static List<Permutation> genPermutations(int n) {\n List<Permutation> result = IntStream.rangeClosed(0, n - 2)\n .parallel()\n .mapToObj(fixed -> {\n List<Permutation> ls = new ArrayList<>();\n\n // Recall our logic about permutation configurations:\n //\n // N = fixed + l_1 + l_2 + ... + l_k\n //\n // Since we know the `fixed`, we need to generate the list\n // of l_i, we just need to generate all the list of numbers\n // that sum to N-fixed.\n List<int[]> cyclesList = numbersSumToN(n - fixed);\n\n for (int[] cycles : cyclesList) {\n Permutation p = makePermutation(n, fixed, cycles);\n ls.add(p);\n }\n return ls;\n })\n .flatMap(Collection::stream)\n .collect(Collectors.toList());\n\n // Our result would be incomplete without the identity permutation.\n result.add(new Permutation(n, new int[0], ONE));\n return result;\n }", "public void permute(){\n if (pos == last) a.add(in);\n else {\n for (int ii = pos; ii <= last; ii++) {\n in = swap(in, pos, ii);\n pos += 1;\n permute();\n pos -= 1;\n in = swap(in, pos, ii);\n if (a.contains(in)) continue;\n else a.add(in);\n }\n }\n }", "private ArrayList<int[]> buildPermutations(int n) {\n mPermutations = new ArrayList();\n mPermuteArray = new int[n];\n for (int i = 0; i < n; i++)\n mPermuteArray[i] = i;\n generate(n);\n return mPermutations;\n }", "static void nonRecHeapPermutation(int[] A, int n) {\n\t\tint[] c = new int[n];\n\t\tprintArray(A);\n\t\tint i = 0;\n\t\twhile (i < n) {\n\t\t\tif (c[i] < i) {\n\t\t\t\t// if i is even\n\t\t\t\tif (i % 2 == 0) {\n\t\t\t\t\t// exchange A[0] and A[i]\n\t\t\t\t\tswap(A, 0, i);\n\t\t\t\t} else {\n\t\t\t\t\t// i is odd\n\t\t\t\t\t// exchange A[c[i]] and A[i]\n\t\t\t\t\tswap(A, c[i], i);\n\t\t\t\t}\n\t\t\t\tprintArray(A);\n\t\t\t\tc[i] += 1;\n\t\t\t\ti = 0;\n\t\t\t} else {\n\t\t\t\tc[i] = 0;\n\t\t\t\ti += 1;\n\t\t\t}\n\t\t}\n\t}", "private static void findPermutations(int index, List<Integer> nums) {\n\n }", "static int[] permutationEquation(int[] p) {\n int[] ret = new int[p.length];\n HashMap<Integer,Integer> values = new HashMap<>();\n for(int i = 0; i < p.length; i++){\n values.put(p[i],i+1);\n }\n for(int i = 1; i <=p.length; i++){\n int index1 = values.get(i);\n int index2 = values.get(index1);\n ret[i-1] = index2;\n }\n return ret;\n }", "long perm(int n, int m, long mod) {\n long result = 1;\n for (int i = n - m + 1; i <= n; ++i) {\n result = result * i % mod;\n }\n return result;\n }", "public ArrayList<ArrayList<Integer>> permuteUnique(int[] num) {\n HashMap<Integer, Integer> count = new HashMap<Integer, Integer>();\n for(int i = 0; i < num.length; i++) {\n \tif(!count.containsKey(num[i])) count.put(num[i], 1);\n \telse count.put(num[i], count.get(num[i])+1); \t\n }\n \n ArrayList<Integer> numUni = new ArrayList<Integer>(count.size());\n ArrayList<Integer> numCount = new ArrayList<Integer>(count.size());\n for(int e: count.keySet()) {\n \tnumUni.add(e);\n \tnumCount.add(count.get(e)); \t\n }\n \n ArrayList<ArrayList<Integer>> results = new ArrayList<ArrayList<Integer>>();\n ArrayList<Integer> result = new ArrayList<Integer>(num.length);\n permuteUnique(numUni, numCount, result, results);\n return results;\n }", "@Test\n\tpublic void testPermutation() {permutation(\"abcd\");\n\t\t//0 1 0 0 9\n\t//\tpermute(\"aaab\");\n\t\t//\n\t\tpermutation(\"aaabc\");\n\t\tpermuteWithDups(\"aaabc\");\n\t}", "public static void nextPermutation(int[] num) {\n int rindex, index;\n for (rindex = num.length - 1; rindex > 0 && num[rindex] <= num[rindex - 1]; rindex--);\n if (rindex > 0) {\n for (index = num.length - 1; num[index] <= num[rindex - 1]; index--);\n swap(num, index, rindex - 1);\n }\n for (index = rindex; index < rindex + ((num.length - rindex) >> 1); index++) {\n swap(num, index, num.length - index + rindex - 1);\n }\n }", "private static List<List<Integer>> getPermutation(List<Integer> array){\n List<List<Integer>> result = new ArrayList<List<Integer>>();\n getPermutation(array,new ArrayList<>(),result);\n return result;\n }", "public ArrayList<ArrayList<Integer>> permuteUnique(int[] num) {\n HashMap<Integer, Integer> count = new HashMap<Integer, Integer>();\n for(int i = 0; i < num.length; i++) {\n \tif(!count.containsKey(num[i])) count.put(num[i], 1);\n \telse count.put(num[i], count.get(num[i])+1); \t\n }\n \n ArrayList<Integer> numUni = new ArrayList<Integer>(count.size());\n ArrayList<Integer> numCount = new ArrayList<Integer>(count.size());\n for(int e: count.keySet()) {\n \tnumUni.add(e);\n \tnumCount.add(count.get(e)); \t\n }\n \n return permuteUnique(numUni, numCount);\n }", "public List<List<Integer>> permute(int[] nums) {\n if (nums.length < 2) {\n LinkedList<List<Integer>> res = new LinkedList<>();\n List<Integer> list = Arrays.stream(nums).boxed().collect(Collectors.toList());\n res.add(list);\n return res;\n }\n\n ArrayList<List<Integer>> result = new ArrayList<>();\n ArrayList<Set<Integer>> setList = new ArrayList<>();\n\n //The base set that all the other sets will be \"cloned\" from\n Set<Integer> numSetBase = Arrays.stream(nums).boxed().collect(Collectors.toSet());\n\n //Initialize the custom map-thingy\n for (int i = 0; i < nums.length; i++) {\n List<Integer> temp = new LinkedList<>();\n temp.add(nums[i]);\n result.add(temp); //Key - the list\n\n Set<Integer> newSet = new HashSet<>(numSetBase);\n newSet.remove(nums[i]);\n\n setList.add(newSet); //Add to the set of stuff left\n }\n\n //Iterate\n for (int i = 1; i < nums.length; i++) {\n //Iterate over the whole list\n int initialSize = result.size();\n for (int j = 0; j < initialSize; j++) {\n boolean isFirstElem = true;\n int firstElem = 0;\n //For each unused int in the set entry\n for (int unused: setList.get(j)) {\n if (isFirstElem) {\n firstElem = unused;\n isFirstElem = false;\n } else {\n //Add new entries for the unused nums\n Set<Integer> newSet = new HashSet<>(setList.get(j));\n List<Integer> newList = new LinkedList<>(result.get(j));\n newList.add(unused);\n newSet.remove(unused);\n //Add the new entry\n result.add(newList);\n setList.add(newSet);\n }\n }\n //Modify the first element\n if (!setList.get(j).isEmpty()) {\n result.get(j).add(firstElem);\n setList.get(j).remove(firstElem);\n }\n }\n }\n return result;\n }", "@Override\n <T> void applyPermutation(@NotNull List<Integer> perm, @NotNull List<T> A) {\n Preconditions.checkArgument(perm.size() == A.size(), \"The sizes of A and P (the permutation array) differ.\");\n int n = perm.size();\n for (int i = 0; i < n; ++i) {\n // Checks if the element at index i has not been moved already\n // by checking if perm.get(i) is nonnegative\n int currPos = i;\n while(perm.get(currPos) >= 0) {\n Collections.swap(A, i, perm.get(currPos));\n int next = perm.get(currPos);\n // Subtracts perm.size() from an entry in perm to make it negative,\n // which indicates that the corresponding move has been performed.\n perm.set(currPos, perm.get(currPos) - n);\n currPos = next;\n }\n }\n }", "private void permutation(int[] ans, int l, int r) {\n if (l == r)\n perm.add(ans.clone());\n else {\n for (int i = l; i <= r; i++) {\n ans = swap(ans, l, i);\n permutation(ans, l + 1, r);\n ans = swap(ans, l, i);\n }\n }\n }", "private static int getPermutations(int n, int r) {\n\t\t\n\t\tif(r == 0)\n\t\t\treturn 1;\n\t\t\n\t\treturn (n * getPermutations(n-1 , r-1));\n\t}", "void genPermute() {\n\t\tpermute = new ArrayList<Integer>();\n\t\tfor(int idx = 0; idx < dim(); idx++)\n\t\t\tpermute.add(idx);\n\t\tjava.util.Collections.shuffle(permute);\n\t}", "private void disturbPermut(int[] permutation) {\r\n\t\tpermutation = Arrays.copyOf(permutation, nCities);\r\n\r\n\t\tint i1 = 0, i2 = 0;\r\n\t\twhile (i1 == i2) {\r\n\t\t\ti1 = (int) MathLib.Rand.uniform(0, nCities);\r\n\t\t\ti2 = (int) MathLib.Rand.uniform(0, nCities);\r\n\t\t}\r\n\r\n\t\tpermutation[i1] = permutation[i2];\r\n\t\tpermutation[i2] = permutation[i1];\r\n\t}", "public void nextPermutation(int[] num) {\n \tint si = -1;\n \tint ei = -1;\n \tfor(int i=0; i<num.length-1; i++)\n \t\tfor(int j= i+1; j<num.length; j++){\n \t\t\tif(num[i] < num[j]){\n \t\t\t\tsi = i;\n \t\t\t\tei = j;\n \t\t\t}\n \t\t}\n \tif(si == -1 && ei == -1){\n \t\treverse(num, 0);\n \t\treturn;\n \t}\n \tint tmp = num[si];\n\t\tnum[si] = num[ei];\n\t\tnum[ei] = tmp;\n\t\tsi++;\n\t\treverse(num, si);\n }", "void heapPermutation(int a[], int size, int n) \n { \n // if size becomes 1 then prints the obtained \n // permutation \n if (size == 1) \n printArr(a,n); \n \n for (int i=0; i<size; i++) \n { \n heapPermutation(a, size-1, n); \n \n // if size is odd, swap first and last \n // element \n if (size % 2 == 1) \n { \n int temp = a[0]; \n a[0] = a[size-1]; \n a[size-1] = temp; \n } \n \n // If size is even, swap ith and last \n // element \n else\n { \n int temp = a[i]; \n a[i] = a[size-1]; \n a[size-1] = temp; \n } \n } \n }", "int permute(int p) {\n int index = wrap(p);\n if (_map != null && _map.containsKey(index)) {\n return _map.get(index);\n } else {\n return index;\n }\n }", "@Override\n <T> void applyPermutation(List<Integer> perm, List<T> A) {\n Preconditions.checkArgument(perm.size() == A.size(), \"The sizes of A and P (the permutation array) differ.\");\n int n = A.size();\n for (int i = 0; i < n; ++i) {\n boolean isMin = true;\n int nextPos = perm.get(i);\n // Check if A.get(i) is the leftmost element for some some cyclic permutation in perm\n while(nextPos != i) {\n if(nextPos < i) {\n isMin = false; break;\n }\n nextPos = perm.get(nextPos);\n }\n if (isMin) {\n cyclicPermutation(A, perm, i);\n }\n }\n }", "public void nextPermutation(int[] arr) {\n int i=arr.length-2,j=arr.length-1;\n for(;i>=0;i--){\n if(arr[i]<arr[i+1]) break;\n }\n if(i!=-1){\n for(;j>=0;j--){\n if(arr[i]<arr[j]) break;\n }\n int temp = arr[i];\n arr[i] = arr[j];\n arr[j] = temp;\n }\n \n reverse(arr,i+1,arr.length-1);\n }", "@Test\r\n public void PermutationTest() {\r\n System.out.println(\"permutation\");\r\n String prefix = \"\";\r\n String in = \"123\";\r\n Input input = new Input(in);\r\n List<String> expResult = Arrays.asList(\"123\",\"132\",\"213\",\"231\",\"312\",\"321\");\r\n List<String> result = instance.permutation(prefix, input);\r\n instance.sort(result);\r\n assertEquals(expResult, result);\r\n }", "public static void perm(int n, int[] p, int[] pi, int[] dir) {\n if (n >= p.length) {\r\n for (int i = 0; i < p.length; i++)\r\n \t System.out.print(p[i]);\r\n return;\r\n }\r\n\r\n perm(n+1, p, pi, dir);\r\n for (int i = 0; i <= n-1; i++) {\r\n\r\n // swap \r\n \t System.out.printf(\" (%d %d)\\n\", pi[n], pi[n] + dir[n]);\r\n int z = p[pi[n] + dir[n]];\r\n p[pi[n]] = z;\r\n p[pi[n] + dir[n]] = n;\r\n pi[z] = pi[n];\r\n pi[n] = pi[n] + dir[n]; \r\n\r\n perm(n+1, p, pi, dir); \r\n }\r\n dir[n] = -dir[n];\r\n }", "public BigInteger calculatePermutations(long n, long k) {\n\t\treturn Factorial.factorial(n).divide(Factorial.factorial(n-k));\n\t}", "public String getPermutation(int n, int k) {\n if(n<1)\n return null;\n List<Long> list=new LinkedList<Long>();\n for(long i=1;i<=n;i++){\n list.add(i);\n }\n long kk=k-1;\n StringBuilder res=new StringBuilder();\n long total=1;\n for(long i=2;i<n;i++){\n total*=i;\n }\n for(long i=n-1;i>=0;i--){\n res.append(list.remove((int)(kk/total)));\n kk=kk%total;\n if(i>0)\n total=total/i;\n }\n return res.toString();\n }", "public static void nextPermutation(int[] num) {\n for(int i = num.length - 2; i >= 0; i--){\n int min = -1;\n for(int j = i + 1; j < num.length; j++){\n if(num[j] > num[i]) {\n if (min == -1 || num[j] < num[min]) min = j;\n }\n }\n if(min != -1){\n ArrayUtil.swap(num, i, min);\n Arrays.sort(num, i + 1, num.length);\n return;\n }\n }\n Arrays.sort(num, 0, num.length);\n }", "public static void nextPermutation(int[] nums) {\r\n\t\r\n\t\tint k = nums.length-1;\r\n\t\tint anIndex = k;\r\n\t\twhile (k > 0 && (nums[k-1])> nums[k])\r\n\t\t\tk--;\r\n\t\tif (k == 0) {\r\n\t\t\t//System.out.println(\"Next cannot be found return\");\r\n\t\t\tArrays.sort(nums);\r\n\t\t\tSystem.out.println(Arrays.toString(nums));\r\n\t\t\treturn;\r\n\t\t}\r\n\t\tint index = k-1;\t\t\r\n\t\tswap(nums,anIndex,index);\r\n\t\tSystem.out.println(Arrays.toString(nums));\r\n\t\t\r\n\t\t\r\n\r\n\t}", "public static int[] permutation()\n\t{\n\t\tint[] permutation = new int[DEFAULT_ARRAY_SIZE];\n\t\tRandom random = new Random();\n\t\tfor (int index = 0; index < permutation.length; index++)\n\t\t{\n\t\t\tpermutation[index] = index + 1;\n\t\t}\n\t\tfor (int index = 0; index < permutation.length; index++)\n\t\t{\n\t\t\tint randomIndex = random.nextInt(DEFAULT_ARRAY_SIZE);\n\t\t\tint holder = permutation[randomIndex];\n\t\t\tpermutation[randomIndex] = permutation[index];\n\t\t\tpermutation[index] = holder;\n\t\t}\n\t\treturn permutation;\n\t}", "private int[] randPerm( int n ) {\n int[] perm = new int[n];\n for (int k=0; k<n; ++k) perm[k] = k;\n for (int k=n; k>0; --k) {\n int rand = r.nextInt(k);\n int t = perm[rand]; perm[rand] = perm[k-1]; perm[k-1] = t;\n }\n return( perm );\n }", "private void heapPermutation(char[] a, int size, int n, List<String> l) {\n // If size is 1, store the obtained permutation\n if (size == 1)\n l.add(new String(a));\n\n for (int i = 0; i < size; i++) {\n heapPermutation(a, size - 1, n, l);\n\n // If size is odd, swap first and last element\n if (size % 2 == 1) {\n char temp = a[0];\n a[0] = a[size - 1];\n a[size - 1] = temp;\n }\n\n // If size is even, swap i-th and last element\n else {\n char temp = a[i];\n a[i] = a[size - 1];\n a[size - 1] = temp;\n }\n }\n }", "public String getPermutation(int n, int k) {\n\n StringBuilder str = new StringBuilder();\n for (int i = 1; i <= n; i++) {\n str.append(i);\n }\n permute(k, str.toString().toCharArray(), 0);\n return result;\n }", "private void permutation(int[] nums, int start, int end) {\n if (start == end) { //\n int[] newNums = new int[nums.length]; //\n if (end + 1 >= 0) System.arraycopy(\n nums, 0, newNums, 0, end + 1);\n allOrderSorts.add(newNums); //\n } else {\n for (int i = start; i <= end; i++) {\n int temp = nums[start]; //\n nums[start] = nums[i];\n nums[i] = temp;\n permutation(nums, start + 1, end); //\n nums[i] = nums[start]; //\n nums[start] = temp;\n }\n }\n }", "public void nextPermutation(int [] nums){\n\t\tint i = nums.length - 2;\n\t\twhile(i >= 0 && nums[i+1] <= nums[i]) // from right\n\t\t\ti--;\n\t\tif(i >= 0){\n\t\t\tint j = nums.length-1;\n\t\t\twhile(j>=0 && nums[j] <= nums[i]){\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tswapInArr(nums, i, j);\n\t\t}\n\t\t\n\t\treverseArray(nums, i+1, nums.length-1);\n\t}", "public int[] permutate(int n) {\n int[] x = new int[n];\n for (int i = 0; i < n; i++) {\n x[i] = i;\n }\n\n permutate(x);\n\n return x;\n }", "public static void findPermutations(int position, int[] arr) {\n int[] array = Arrays.copyOf(arr, arr.length);\n if (position == array.length - 1) {\n permutations.add(array);\n }\n\n for (int i = position; i < array.length; i++) {\n int temp = array[position];\n array[position] = array[i];\n array[i] = temp;\n\n findPermutations(position + 1, array);\n\n array[i] = array[position];\n array[position] = temp;\n }\n }", "public static void isPermutation(String s1, String s2){\r\n\t\t\t\r\n\t\t\t// Can also do by sorting both string and comparing each character by character\r\n\t\t\t\r\n\t\t\tboolean flag = true;\r\n\t\t\t\r\n\t\t\tArrayList hm = new ArrayList();\r\n\t\t\t\r\n\t\t\tfor(int i = 0 ; i < s1.length(); i++){\r\n\t\t\t\t\r\n\t\t\t\t\thm.add(s1.charAt(i));\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t\tfor(int i = 0 ; i < s2.length(); i++){\r\n\t\t\t\tif(hm.contains(s2.charAt(i))){\r\n\t\t\t\t\thm.remove((Character)s2.charAt(i));\r\n\t\t\t\t}\r\n\t\t\t\telse{\r\n\t\t\t\t\tSystem.out.println(\"Not A permutation\");\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t\t\r\n//\t\t\tHashMap hm = new HashMap();\r\n//\t\t\t\r\n//\t\t\tfor(int i = 0 ; i < s1.length(); i++){\r\n//\t\t\t\tif(hm.containsKey(s1.charAt(i))){\r\n//\t\t\t\t\thm.put(s1.charAt(i),hm.get(s1.charAt(i) + 1 ));\r\n//\t\t\t\t}\r\n//\t\t\t\telse{\r\n//\t\t\t\t\thm.put(s1.charAt(i), 1);\r\n//\t\t\t\t}\r\n//\t\t\t}\r\n//\t\t\tfor(int i = 0 ; i < s2.length(); i++){\r\n//\t\t\t\tif(hm.containsKey(s2.charAt(i))){\r\n//\t\t\t\t\thm.put(s2.charAt(i),hm.get(s2.charAt(i) - 1 ));\r\n//\t\t\t\t}\r\n//\t\t\t\telse{\r\n//\t\t\t\t\tflag = false;\r\n//\t\t\t\t}\r\n//\t\t\t}\r\n\t\t\t\r\n\t\t\tif (hm.size()==0)\r\n\t\t\t\tSystem.out.println(\"Permutations\");\r\n\t\t\telse\r\n\t\t\t\tSystem.out.println(\"Not Permutations\");\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t// Checking by creating ascii character array\r\n\t\t\tif (s1.length() != s2.length()) {\r\n\t\t\t\tSystem.out.println(\"Second Solution Not Permutation\");\r\n\t\t\t\t}\r\n\t\t\t\tint[] letters = new int[256]; // Assumption\r\n\t\t\t\t\tchar[] s_array = s1.toCharArray();\r\n\t\t\t\tfor (char c : s_array) { // count number of each char in s.\r\n\t\t\t\t letters[c]++;\r\n\t\t\t\t }\r\n\t\t\t\t\r\n\t\t\t\t for (int i = 0; i < s2.length(); i++) {\r\n\t\t\t\t int c = (int) s2.charAt(i);\r\n\t\t\t\t if (--letters[c] < 0) {\r\n\t\t\t\t System.out.println(\" Second Solution Not Permutation\");\r\n\t\t\t\t }\r\n\t\t\t\t }\r\n\t\t\t\t \r\n\t\t\t\t \r\n\t\t\t\r\n\t\t}", "public static List<List<Integer>> permutationsWithDup(int[] num){\n Arrays.sort(num);\n List<List<Integer>> permutations = new ArrayList<>();\n Integer[] cur = new Integer[num.length];\n boolean[] mark = new boolean[num.length];\n permutationsWithDup(num, mark, cur, 0, permutations);\n return permutations;\n }", "public int[] squareUp(int n) {\r\n int[]arreglo=new int[(n*n)]; // O(1)\r\n if(n==0){ // O(1)\r\n return arreglo; // O(1)\r\n }\r\n for(int i=n-1;i<arreglo.length;i=i+n){ // O(n)\r\n for (int j=i;j>=i-(i/n);j--){ // O(1)\r\n arreglo[j]=1+(i-j); // O(1)\r\n }\r\n }\r\n return arreglo; // O(1)\r\n}", "public void nextPermutation(int[] nums) {\n int pos = -1;\n for (int i = nums.length - 2; i >= 0; i--) {\n if (nums[i] < nums[i + 1]) {\n pos = i;\n break;\n }\n }\n\n if (pos == -1) {\n reverse(nums, 0, nums.length - 1);\n } else {\n // find the smallest element greater than a[pos] in a[pos + 1.. size - 1]\n int ind = binarySearch(nums, nums[pos], pos + 1, nums.length - 1);\n // swap\n swap(nums, ind, pos);\n // reverse\n reverse(nums, pos + 1, nums.length - 1);\n }\n }", "public static boolean nextPermutation(int[] a, int size, int n) {\n\t\tint i = size - 2;\n\t\twhile (a[i] >= a[i + 1]) {\n\t\t\ti--;\n\t\t\tif (i < 0)\n\t\t\t\treturn false;\n\t\t}\n\t\t// the find the smallest number bigger than a[i]\n\t\tint j = size - 1;\n\t\twhile (a[j] <= a[i])\n\t\t\tj--;\n\t\t// swap the two number\n\t\tswap(a, i, j);\n\n\t\t// reverse the sequence behind a[i]\n\t\treverse(a, i + 1, size - 1);\n\n\t\treturn true;\n\t}", "public static void main(String[] args) {\n \tint n = 3;\r\n perm(n);\r\n }", "private void permutation(String prefix, String str) {\n \r\n int n = str.length();\r\n if (n == 0)\r\n {\r\n \r\n ls.add(prefix);\r\n System.out.print(prefix+\",\");\r\n if(ls.isEmpty()==true)\r\n {\r\n ls.remove(ls.indexOf(n)); \r\n }\r\n \r\n al.add(ls);\r\n calc(al);\r\n \r\n }\r\n\r\n else {\r\n \r\n //System.out.print(ls);\r\n \r\n for (int i = 0; i < n; i++)\r\n permutation(prefix + str.charAt(i), str.substring(0, i) + str.substring(i+1, n));\r\n \r\n \r\n }\r\n \r\n \r\n \r\n}", "public static void permutations(String input){\n\t\tpermutations(\"\", input);\n\t}", "public static List<List<Integer>> permutationsNoDup(int[] num){\n List<List<Integer>> permutations = new ArrayList<>();\n Integer[] cur = new Integer[num.length];\n boolean[] mark = new boolean[num.length];\n permutationsNoDup(num, mark, cur, 0, permutations);\n return permutations;\n }", "public Set<List<String>> getCombination(int[] inHand) {\n Set<List<String>> result = new HashSet<>();\n for (int i = 0; i < inHand.length; i++) {\n if (inHand[i] < 1) continue;\n int[] copyHand = copyArray(inHand);\n //possibility of A AA AAA\n for (int j = 1; j <= inHand[i]; j++) {\n if (j == 1) {\n String cSet = \"\";\n\n for (int seq = i; seq <= i + 2; seq++) {\n if (seq >= inHand.length || copyHand[seq] < 1) continue;\n cSet += seq;\n copyHand[seq] -= 1;\n }\n// System.out.println(\"i: \" + i + \" j: \" + j+\"inhand: \" + arrayToString\n// (inHand));\n\n Set<List<String>> a = getCombination(copyHand);\n Set<List<String>> newA = new HashSet<>();\n for (List<String> s : a) {\n s.add(cSet);\n s.sort(Comparator.naturalOrder());\n if (s.equals(\"\")) continue;\n newA.add(s);\n }\n result.addAll(newA);\n continue;\n }\n\n String currentSet = \"\";\n int[] copyOfInHand = copyArray(inHand);\n for (int t = 0; t < j; t++) {\n currentSet += i;\n }\n\n copyOfInHand[i] -= j;\n Set<List<String>> after = getCombination(copyOfInHand);\n Set<List<String>> newAfter = new HashSet<>();\n for (List<String> s : after) {\n s.add(currentSet);\n s.sort(Comparator.naturalOrder());\n newAfter.add(s);\n }\n result.addAll(newAfter);\n }\n }\n if (result.isEmpty()) result.add(new ArrayList<>());\n int min = result.stream().map(set -> set.size()).min(Comparator\n .naturalOrder()).get();\n Set<List<String>> minSets = result.stream().filter(set -> set.size() == min)\n .collect(Collectors\n .toSet());\n// combinationCache.put(inHand, minSets);\n return minSets;\n }", "static int[] nextPermutation(int[] c) {\n int first = getFirst(c);\n if (first == -1) return null; // no greater permutation\n // 2. find last index toSwap, that c[k] < c[toSwap]\n int toSwap = c.length - 1;\n while (c[first] >= (c[toSwap]))\n --toSwap;\n // 3. swap elements with indexes first and last\n swap(c, first++, toSwap);\n // 4. reverse sequence from k+1 to n (inclusive)\n toSwap = c.length - 1;\n while (first < toSwap)\n swap(c, first++, toSwap--);\n return c;\n }", "public static void permutationsWithDups(String str) {\n HashSet<String> perm = new HashSet<String>();\n perm.add(str.substring(0,1));\n for(int i=1; i<str.length(); i++) {\n HashSet<String> output = new HashSet<String>();\n for(String p: perm) {\n for(int j=0; j<=p.length(); j++) {\n output.add(p.substring(0,j) + str.substring(i,i+1) + p.substring(j));\n }\n }\n perm = output;\n }\n\n for(String s: perm) {\n System.out.println(s);\n }\n }", "private List<List<Item>> generatePermutations(final ItemSet itemSet) {\n\t\tList<List<Item>> result = new ArrayList<List<Item>>();\n\n\t\t// If the item set is zero, return an empty list\n\t\tif (itemSet.size() == 0) {\n\t\t\tresult.add(new ArrayList<Item>());\n\t\t\treturn result;\n\t\t}\n\n\t\t// Get and Remove the first item from the set\n\t\tItem firstElement = itemSet.first();\n\t\titemSet.remove(firstElement);\n\n\t\t// Generate the permutations of the smaller item set\n\t\tList<List<Item>> permutations = generatePermutations(itemSet);\n\n\t\t// For each permutation...\n\t\tfor (List<Item> permutation : permutations) {\n\t\t\t// Add the first element to the i-th position\n\t\t\tfor (int index = 0; index <= permutation.size(); index++) {\n\t\t\t\tList<Item> temp = new ArrayList<Item>(permutation);\n\t\t\t\ttemp.add(index, firstElement);\n\t\t\t\tresult.add(new ArrayList<Item>(temp));\n\t\t\t}\n\t\t}\n\n\t\treturn result;\n\t}", "public void permute( ){\n\t\tif( out.length() == in.length() ){\n\t\t\tSystem.out.println( out );\n\t\t\treturn;\n\t\t}\n\t\t//for each character in the input\n\t\tfor( int i = 0; i < in.length(); ++i ){\n\t\t\t//if already marked then skip\n\t\t\tif( used[i] ) \n\t\t\t\tcontinue;\n\t\t\t//otherwise put the character in current position of permuted string\n\t\t\tout.append( in.charAt(i) );\n\t\t\t//mark the position as visited\n\t\t\tused[i] = true;\n\t\t\t//permute remaining characters\n\t\t\tpermute();\n\t\t\t//unmark the position\n\t\t\tused[i] = false;\n\t\t\t//clear the permuted string to start over again\n\t\t\tout.setLength( out.length() - 1 );\n\t\t}\n\t}", "public void helper(List<Integer> permutation,\n List<List<Integer>> rst,\n int[] nums) {\n // 3-recursion exit\n if (permutation.size() == nums.length) {\n // deep copy\n rst.add(new ArrayList<>(permutation));\n return;\n }\n\n // 2-recursion split\n // [3, 1] => [3, 1, 2]\n for (int i = 0; i < nums.length; i ++) {\n if (permutation.contains(nums[i])) continue;\n permutation.add(nums[i]);\n helper(permutation, rst, nums);\n permutation.remove(permutation.size() - 1);\n }\n }", "public static List<int[]> getPermutations( int start, int end, int arraySize )\n {\n ArrayList<int[]> permutations = new ArrayList<int[]>( );\n List<int[]> singles = getArrays( start, end );\n permutations.addAll( singles );\n \n List<int[]> lastArrays = singles;\n for ( int i = 2; i <= arraySize; i++ )\n {\n List<int[]> nextArrays = getArrays( lastArrays, end );\n permutations.addAll( nextArrays );\n lastArrays = nextArrays;\n }\n \n return permutations;\n }", "public String getPermutation1(int n, int k) {\n\t\t ArrayList<String> rs = new ArrayList<String>();\n\t\t char[] data = new char[n];\n\t\t for (int i = 0; i < n ; ++i)\n\t\t\t data[i] = String.valueOf(i + 1).charAt(0);\n\t\t permutate(data, 0, rs);\n\t\t return rs.get(k); \n\t }", "public List<List<Integer>> permute_1(int[] nums) {\n List<List<Integer>> list = new ArrayList<>();\n // Arrays.sort(nums); // not necessary\n backtrack_(list, new ArrayList<>(), nums);\n return list;\n }", "public static List<int[]> getUniquePermutations( int start, int end, int arraySize )\n {\n List<int[]> perms = getPermutations( start, end, arraySize );\n List<int[]> uniquePerms = new ArrayList<int[]>( perms );\n \n // for start=1, end=5, arraysize=5\n // remove [1,2,3,4],[1,2,3],[1,2],[1], [2,3,4],[2,3],[2], [3,4],[3], [4]\n for (int i = start; i < end; i++)\n {\n uniquePerms = removeSequences( uniquePerms, i, arraySize-1 );\n }\n \n return uniquePerms;\n }", "public static int calculate()\n {\n final List<Integer> oneToNine = IntStream.iterate(1, n -> n + 1)\n .limit(9)\n .boxed()\n .collect(toList());\n final List<List<Integer>> permutations = HeapPermutations.of(oneToNine);\n\n // System.out.println(permutations.size());\n //2- for each permutation\n // a. find all breaking 2 points to break\n // b. check first two sections' third is equal to the last section\n // c. if yes, add combintion to result, otherwise skip\n\n return permutations.stream()\n .flatMap(toTriples()) //find all combinations xx X yy = zz\n .filter(isPandigital()) // allow pandigital tripes through\n .map(Triple::getThird) // get the product\n .distinct() // get distinct products only given the problem statement does not allow repetition (see hint)\n .mapToInt(i -> i) // convert to primitive\n .sum(); // and finally get the sum\n }", "@SuppressWarnings(\"serial\")\r\n\t@Test\r\n\tpublic void permutationsTestSize3AllEquals() throws BoundedQueueException {\r\n\t\tbq.enqueue(3);\r\n\t\tbq.enqueue(3);\r\n\t\tbq.enqueue(3);\r\n\t\tBoundedQueueCorrected<BoundedQueueCorrected<Integer>> output= bq.permutations();\r\n\t\t\r\n\t\t//size of the perm's output\r\n\t\tint expectedPermSize = 6; //fact\r\n\t\tint actualPermSize = output.size();\t\t\r\n\t\tassertEquals(\"Tamanho do resultado final\",expectedPermSize, actualPermSize);\r\n\t\t\r\n\t\t\r\n\t\t//number of elems for each elem of perms\r\n\t\tint expectedPermNumElems = 3; \r\n\t\tint actualPermNumElems = bq.size();\r\n\t\tassertEquals(\"Numero de elementos no elems\",expectedPermNumElems, actualPermNumElems);\r\n\t\t\r\n\t\t//check if there are any duplicated\r\n\t\tArrayList<BoundedQueueCorrected<Integer>> permOutput = output.elems;\r\n\t\tList<Integer> countEquals = new ArrayList<Integer>(6){{\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t}};\r\n\t\t\r\n\t\t\r\n\t\tfor(int i = 0; i < actualPermSize; i++ ){ \r\n\t\t\tfor(int j = 0; j < actualPermSize; j++ ){\r\n\t\t\t\tif(i != j){\r\n\t\t\t\t\tif(permOutput.get(i).toString().equals(permOutput.get(j).toString())){\t\t\r\n\t\t\t\t\t\tcountEquals.set(i, countEquals.get(i)+1); // counts the number of occurrences of an elem from output\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tint expectedEqualPerms = 0;\r\n\t\tint actualEqualPerms = 0;\r\n\t\t\r\n\t\tfor(Integer i : countEquals){\r\n\t\t\tif(i > 0)\r\n\t\t\t\tactualEqualPerms++;\r\n\t\t\t//if(i == expectedPermSize -1)\r\n\t\t\t\t\r\n\t\t}\r\n\t\t\t\r\n\t\tassertEquals(\"Numero de permutacoes iguais\",expectedEqualPerms, actualEqualPerms);\r\n\t}", "public void permutation2(String s){\r\n\t\tHashMap<Character,Integer> m = new HashMap<Character, Integer>();\r\n\t\tfor(int i=0;i<s.length();i++){\r\n\t\t\tif(m.containsKey(s.charAt(i))){\r\n\t\t\t\tint val = m.get(s.charAt(i));\r\n\t\t\t\tm.put(s.charAt(i), ++val);\r\n\t\t\t}else{\r\n\t\t\t\tm.put(s.charAt(i), 1);\r\n\t\t\t}\r\n\t\t}\r\n\t\tint [] count = new int[m.size()];\r\n\t\tchar [] str = new char[m.size()];\r\n\t\tint index = 0;\r\n\t\tfor(Map.Entry<Character, Integer> entry: m.entrySet()){\r\n\t\t\tcount[index] = entry.getValue();\r\n\t\t\tstr[index] = entry.getKey();\r\n\t\t\tindex++;\r\n\t\t}\r\n\t\tpermUtil(str,count,0,new char[s.length()]);\r\n\t}", "public static void main(String[] args) {\n \tlong[] fact = new long[MAXDOMINOES+1];\r\n \tfact[0] = 1;\r\n \tfor (int i=1; i<=MAXDOMINOES; i++)\r\n \t\tfact[i] = (fact[i-1]*i)%MOD;\r\n\r\n Scanner stdin = new Scanner(System.in);\r\n int numCases = stdin.nextInt();\r\n\r\n // Process each case.\r\n for (int loop=0; loop<numCases; loop++) {\r\n\r\n // Read in this case.\r\n n = stdin.nextInt();\r\n list = new int[n][2];\r\n for (int i=0; i<n; i++)\r\n for (int j=0; j<2; j++)\r\n list[i][j] = stdin.nextInt();\r\n\r\n // Special case - if all the dominoes are the same, all orderings work.\r\n if (same(list)) {\r\n \tSystem.out.println(fact[n]);\r\n \tcontinue;\r\n }\r\n\r\n // dp[mask][last][orientation] will store the number of permutations using the dominoes indicated by\r\n // mask, with the last domino last facing in the direction dictated by orientation. If orientation is 0,\r\n // this is the original input orientation, if it is 1, it's flipped.\r\n long[][][] dp = new long[1<<n][n][2];\r\n\r\n // Always 1 way to place one domino in a fixed orientation.\r\n for (int i=0; i<n; i++) {\r\n dp[1<<i][i][0] = 1;\r\n dp[1<<i][i][1] = 1;\r\n }\r\n\r\n // Outer DP loop, solve all problem instances for each subset of dominoes.\r\n for (int mask=3; mask<(1<<n); mask++) {\r\n\r\n // Now, try each domino as the last domino in mask.\r\n for (int last=0; last<n; last++) {\r\n\r\n // Not a valid state.\r\n if ((mask&(1<<last)) == 0) continue;\r\n\r\n int prevmask = mask - (1<<last);\r\n\r\n for (int i=0; i<n; i++) {\r\n\r\n if ((prevmask&(1<<i)) == 0) continue;\r\n\r\n // Both i and last are in regular orientation.\r\n if (list[i][1] == list[last][0])\r\n dp[mask][last][0] = (dp[mask][last][0]+dp[prevmask][i][0])%MOD;\r\n\r\n // Here i is flipped and last is regular.\r\n else if (list[i][0] == list[last][0])\r\n dp[mask][last][0] = (dp[mask][last][0]+dp[prevmask][i][1])%MOD;\r\n\r\n // i is regular but last is flipped.\r\n if (list[i][1] == list[last][1])\r\n dp[mask][last][1] = (dp[mask][last][1]+dp[prevmask][i][0])%MOD;\r\n\r\n // Both i and last are flipped.\r\n else if (list[i][0] == list[last][1])\r\n dp[mask][last][1] = (dp[mask][last][1]+dp[prevmask][i][1])%MOD;\r\n }\r\n } // end last loop\r\n } // end mask loop\r\n\r\n // Sum up result - all ways to place all dominoes over all possible last dominoes in either orientation.\r\n // Since we screened out our special case, no over-counting will occur here.\r\n long res = 0L;\r\n for (int last=0; last<n; last++) {\r\n \tres = (res + dp[(1<<n)-1][last][0])%MOD;\r\n \tif (list[last][0] != list[last][1])\r\n \t\tres = (res + dp[(1<<n)-1][last][1])%MOD;\r\n }\r\n System.out.println(res);\r\n }\r\n }", "public static <T> List<T[]> permutation(T[] arr) {\n T[] array = arr.clone();\n List<T[]> result = new LinkedList<>();\n backtracking(array, 0, result);\n return result;\n }", "@SuppressWarnings(\"serial\")\r\n\t@Test\r\n\tpublic void permutationsTestSize3NotAllEquals() throws BoundedQueueException {\r\n\t\tbq.enqueue(1);\r\n\t\tbq.enqueue(2);\r\n\t\tbq.enqueue(3);\r\n\t\tBoundedQueueCorrected<BoundedQueueCorrected<Integer>> output= bq.permutations();\r\n\t\t\r\n\t\t//size of the perm's output\r\n\t\tint expectedPermSize = 6; //fact\r\n\t\tint actualPermSize = output.size();\t\t\r\n\t\tassertEquals(\"Tamanho do resultado final\",expectedPermSize, actualPermSize);\r\n\t\t\r\n\t\t\r\n\t\t//number of elems for each elem of perms\r\n\t\tint expectedPermNumElems = 3; \r\n\t\tint actualPermNumElems = bq.size();\r\n\t\tassertEquals(\"Numero de elementos no elems\",expectedPermNumElems, actualPermNumElems);\r\n\t\t\r\n\t\t//check if there are any duplicated\r\n\t\tArrayList<BoundedQueueCorrected<Integer>> permOutput = output.elems;\r\n\t\tList<Integer> countEquals = new ArrayList<Integer>(6){{\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t\tadd(0);\r\n\t\t}};\r\n\t\t\r\n\t\t\r\n\t\tfor(int i = 0; i < actualPermSize; i++ ){ \r\n\t\t\tfor(int j = 0; j < actualPermSize; j++ ){\r\n\t\t\t\tif(i != j){\r\n\t\t\t\t\tif(permOutput.get(i).toString().equals(permOutput.get(j).toString())){\t\t\r\n\t\t\t\t\t\tcountEquals.set(i, countEquals.get(i)+1); // counts the number of occurrences of an elem from output\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tint expectedEqualPerms = 0;\r\n\t\tint actualEqualPerms = 0;\r\n\t\t\r\n\t\tfor(Integer i : countEquals){\r\n\t\t\tif(i > 0)\r\n\t\t\t\tactualEqualPerms++;\r\n\t\t\t//if(i == expectedPermSize -1)\r\n\t\t\t\t\r\n\t\t}\r\n\t\t\t\r\n\t\tassertEquals(\"Numero de permutacoes iguais\",expectedEqualPerms, actualEqualPerms);\r\n\t}", "public List<List<Integer>> permute_2(int[] nums) {\n List<List<Integer>> ans = new ArrayList<>();\n backtrack(new ArrayList<>(), ans, nums);\n return ans;\n }", "public static void permutationsWithoutDups(String str) {\n ArrayList<String> perm = new ArrayList<String>();\n perm.add(str.substring(0,1));\n for(int i=1; i<str.length(); i++) {\n ArrayList<String> output = new ArrayList<String>();\n for(String p: perm) {\n for(int j=0; j<=p.length(); j++) {\n output.add(p.substring(0,j) + str.substring(i,i+1) + p.substring(j));\n }\n }\n perm = output;\n }\n\n for(String s: perm) {\n System.out.println(s);\n }\n }", "public static List<List<Integer>> permutateUnique(int[] nums) {\n List<List<Integer>> answer = new ArrayList<>();\n Arrays.sort(nums); // sort to remove duplicates later\n recursePermutateUnique(answer, new ArrayList<>(), nums, new boolean[nums.length]);\n return answer;\n }", "public static void permute()\n\t{\n\t\t/* INITIALIZE FOR PERMUTATION TESTING */\n\t\t//int l, r, s, T, K;\n\t\t//Random random = new Random();\n\t\tRandom random = new Random(13);\n\n\t\tclade = clad[k];\n\t\tclade.chiPvalue = 0;\n\n\t\tfor(int l = 0; l < 2; l++)\n\t\t{\n\t\t\tclade.ITcPvalue[l] = 0;\n\t\t\tclade.ITnPvalue[l] = 0;\n\t\t\tclade.corrDcWPvalue[l] = 0;\n\t\t\tclade.corrDnWPvalue[l] = 0;\n\t\t \n\t\t for(i = 0; i < clade.numSubClades; i++)\n\t\t\t{\n\t\t\t\tclade.DcPvalue[i][l] = 0;\n\t\t\t\tclade.DnPvalue[i][l] = 0;\n\t\t\t}\n\t\t}\n\n\n\t/*\n\t\tfprintf(stderr, \"\\n\\n\"); \n\t\tfor (i=0; i<numSubClades; i++)\n\t\tfprintf(stderr,\" rowTotal(%d):%d \", i, rowTotal[i]);\n\t\tfprintf(stderr, \"\\n\"); \n\t\tfor (j=0; j<numCladeLocations; j++)\n\t\tfprintf(stderr,\" columnTotal(%d):%d \", j, columnTotal[j]);\n\t\tfprintf(stderr, \"\\n\\n\");\n\t\t\n\t\tfprintf(stderr,\"\\n\\n Permuting %s\", title);\n\t\tfprintf(stderr,\"\\n 0 %d permutations\\n \",numPermutations);\n*/\t\t\n\t\tfor (int K = 0; K < GeoDis.numPermutations; K++)\n\t\t{\t\n\t\t\t\t\n\t\t\tprogress++;\n\t\t\tpercentage = ((double)progress * 100)/((double)numPermutations*(double)numClades); \n\t\n\t\t\trandObsChi = 0;\n\n\t\t\tfor(int l = 0; l < clade.totaNumObs; l++)\n\t\t\t\tclade.RBMatrix[l][0] = random.nextInt(); /* 0 - 32767\t*/\t\n\t\t\t \n\t\t\tclade.cumColTotal = 0; /* cumColTotal is the cumulative column total */\n\n\t\t\tfor(j = 0; j < clade.numCladeLocations; j++)\n\t\t\t{\t\n\t\t\t\tif (j == 0)\n\t\t\t\t\tclade.cumColTotal = 0;\n\t\t\t\telse\t\t\t\t\n\t\t\t\tclade.cumColTotal = clade.cumColTotal + clade.columnTotal[j-1];\n\t\t\t\t\n\t\t\t\tfor (int s = 0; s < clade.columnTotal[j]; s++)\n\t\t\t\t{\n\t\t\t\t\tint l = s + clade.cumColTotal;\n\t\t\t\t\tclade.RBMatrix[l][1] = j+1;\n\t\t\t\t}\n\t\t\t}\n\t\t/*for (l=0; l<totaNumObs; l++)\n\t\t\t\tfprintf(stderr,\"\\nB: %6d %d\", RBMatrix[l][0], RBMatrix[l][1]);*/\n\n\n\n\t\t\t/* * * ORDER BY RANDOM NUMBERS * * */\n\t\t\tfor(int l = 0; l < (clade.totaNumObs - 1); l++)\n\t\t\t{\t\n\t\t\t\tfor(int r = l +1; r < clade.totaNumObs; r++)\n\t\t\t \t{\t\t\t\n\t\t\t\t\tif(clade.RBMatrix[r][0] < clade.RBMatrix[l][0])\n\t\t\t\t\t//\tcontinue;\n\t\t\t\t\t\t\n\t\t\t\t\t//else\n\t\t\t\t\t{\t\n\t\t\t\t\t\tint T = clade.RBMatrix[r][0];\n\t\t\t\t\t\tclade.RBMatrix[r][0] = clade.RBMatrix[l][0];\n\t\t\t\t\t\tclade.RBMatrix[l][0] = T;\n\t\t\t\t\t\tT = clade.RBMatrix[r][1];\n\t\t\t\t\t\tclade.RBMatrix[r][1] = clade.RBMatrix[l][1];\n\t\t\t\t\t\tclade.RBMatrix[l][1] = T;\n\t\t\t \t\t}\n\t\t\t \t}\n\t\t \t}\n\t/*for (l=0; l<totaNumObs; l++)\n\t\t\tfprintf(stderr,\"\\nAfter: %6d %d\", RBMatrix[l][0], RBMatrix[l][1]);*/\n\n\n\t\t\t/* * * CALCULATE RANDOM OBSERVATIONS * * */\n\t\t\tfor(i = 0; i < clade.numSubClades; i++)\n\t\t\t\tfor(j = 0; j < clade.numCladeLocations; j++)\n\t\t\t\t\tclade.randMatrix[i][j] = 0;\n\n\t\t\t \n\t\t\tclade.cumRowTotal = 0; /* cumulative row totals */\n\t\t\t\t\n\t\t\tfor(i = 0; i < clade.numSubClades; i++)\n\t\t\t{\n\t\t\t\tif (i == 0)\n\t\t\t\tclade.cumRowTotal = 0;\n\t\t\t\t\n\t\t\t\telse\n\t\t\t\tclade.cumRowTotal += clade.rowTotal[i-1];\t\n\t\t\t\t\n\t\t\t\t/*fprintf(stderr, \"\\n\\nRow %d: rowTotal[i]:%d\",i, rowTotal[i]); */\n\t\t\t\t\n\t\t\t\tfor(int s = 0; s < clade.rowTotal[i]; s++)\n\t\t\t\t{\n\t\t\t\t\tint l = s + clade.cumRowTotal;\n\t\t\t\t\tindex = clade.RBMatrix[l][1]-1;\n\t\t\t\t\t/*fprintf(stderr, \"rowTotal= %d index=%d s=%d \",rowTotal[i], index, s); */\n\t\t\t\t\tclade.randMatrix[i][index]++;\n\t\t\t\t}\n\t\t\t}\n\n\n\n\n\t\t/* prints the randomized table of contingency\n\t\t\t\tfor(i = 0; i < numSubClades; i++)\n\t\t\t\t\t{\n\t\t\t\t\t\tfprintf(stderr, \"\\n\");\n\t\t\t\t\t\tfor(j = 0; j < numCladeLocations; j++)\n\t\t\t\t\t\t\tfprintf(stderr, \"%d \", randMatrix[i][j]);\n\t\t\t\t\t}\n\t\t*/\t\t\n\n\n\t\t\t/* * CALCULATE RANDOM CHI - SQUARE STATISTIC * */\n\t\t\trandObsChi = 0;\n\t\t\n\t\t\tfor(i = 0; i < clade.numSubClades; i++)\n\t\t\t\tfor(j = 0; j < clade.numCladeLocations; j++)\n\t\t\t\t\trandObsChi += Math.pow( (double) clade.randMatrix[i][j] - clade.expObsMatrix[i][j], 2) / clade.expObsMatrix[i][j];\n\t\t\t\t\t\n\t\t\t/*fprintf(fpout,\"\\n%f \", randObsChi);\t\t*/\n\t\t\t\t\t\n\t\t\tif(randObsChi - clade.obsChi >= ROUNDING_ERROR)\n\t\t\t\tclade.chiPvalue++;\n\n\n\t\t\tif (doingDistances)\n\t\t\t{\n\t\t\t\tfor(c=0; c<clade.numSubClades; c++)\n\t\t\t\t{\n\t\t\t\t\tclade.randDc[c]=0.0;\n\t\t\t\t\tclade.randDn[c]=0.0;\n\t\t\t\t\t//clade.varDc[c]=0;\n\t\t\t\t\t//clade.varDn[c]=0;\n\t\t\t\t\tsum1 = sum2 = sum3 = 0.0;\n\t\t\t\t\tsumc1 = sumc2 = sumc3 = 0.0;\n\n\t\t\t\t\tfor(i=0; i<clade.numCladeLocations; i++) \t\n\t\t\t\t\t{\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tsum2 += clade.randMatrix[c][i] * (clade.randMatrix[c][i]-1) / 2 ;\n\t\t\t\t\t\tsumc2 += (clade.randMatrix[c][i] * (clade.randMatrix[c][i]-1) / 2) + \n\t\t\t\t\t (clade.randMatrix[c][i] * (clade.columnTotal[i] - clade.randMatrix[c][i]));\t\n\t\t\t\t\t\n\t\t\t\t\t\tfor (j=0; j<clade.numCladeLocations; j++)\n\t\t\t\t\t\t{\t\n\t\t\t\t\t\t\tpopA = clade.cladeLocIndex[i];\n\t\t\t\t\t\t\tpopB = clade.cladeLocIndex[j];\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif (j != i)\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tsum1 += (double) clade.randMatrix[c][i] * clade.randMatrix[c][j] * distance[popA-1][popB-1];\n\t\t\t\t\t\t\t\tsum3 += clade.randMatrix[c][i] * clade.randMatrix[c][j];\t\t\t\n\t\t\t\t\t\t\t\tsumc1 += (double) clade.randMatrix[c][i] * clade.columnTotal[j] * distance[popA-1][popB-1];\t\n\t\t\t\t\t\t\t\tsumc3 += clade.randMatrix[c][i] * clade.columnTotal[j];\n\t\t\t\t\t\t\t\t//System.err.println(\"\\npopA = \" + popA + \" popB = \" + popB + \" dist= \" + distance[popA-1][popB-1]);\n\t\t\t\t\t\t\t\t//System.err.println(\"sumc1: \" + clade.randMatrix[c][i] + \" * \" + clade.columnTotal[j] +\" * \" + distance[popA-1][popB-1] + \" = \" + sumc1); \n\t\t\t\t\t\t\t\t//System.err.println(\"\\nROBS[\" + c +\"][\" + i+ \"]= \" + clade.randMatrix[c][i]); \n\t\t\t\t\t\t\t\t//System.err.println(\"\\nCT[\" + j +\"]= \" + clade.columnTotal[j]); \n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t} \n\n\t\t\t\t\t\t//System.err.println(\"\\nOBS[\" + c +\"][\" + i+ \"]= \" + clade.obsMatrix[c][i]); \n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\tif (sum3 == 0)\n\t\t\t\t\t\tclade.randDc[c] = 0;\n\t\t\t\t\telse\n\t\t\t\t\t\tclade.randDc[c] = sum1 / (sum2 + sum3);\t\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\tif (sumc3 == 0)\n\t\t\t\t\t\tclade.randDn[c] = 0;\n\t\t\t\t\telse\n\t\t\t\t\t\tclade.randDn[c] = sumc1 / (sumc2 + sumc3);\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t//System.err.println(\"\\nClade \" + clade.cladeName + \" subclade \" + c + \n\t // \" Dc= \" + clade.Dc[c] + \" Dn= \" + clade.Dn[c]); \t\t\n\t\t\n\t\t\t\t\t//System.err.println(\"sum1= \" + sum1 + \" sum2= \" + sum2 + \" sum3= \" + sum3); \n\t\t\t\t\t//System.err.println(\"sumc1= \" + sumc1 + \" sumc2= \" + sumc2 + \" sumc3= \" + sumc3); \n\n\n\t\t\t\t\tif(clade.Dc[c] - clade.randDc[c] >= ROUNDING_ERROR)\n\t\t\t\t\t\tclade.DcPvalue[c][0]++;\n\n\t\t\t\t\tif(clade.randDc[c] - clade.Dc[c] >= ROUNDING_ERROR )\n\t\t\t\t\t\tclade.DcPvalue[c][1]++;\n\n\t\t\t\t\tif(clade.Dn[c] - clade.randDn[c] >= ROUNDING_ERROR)\n\t\t\t\t\t\tclade.DnPvalue[c][0]++;\n\n\t\t\t\t\tif(clade.randDn[c] - clade.Dn[c] >= ROUNDING_ERROR)\n\t\t\t\t\t\tclade.DnPvalue[c][1]++;\n\n\n\t\t\t\n\t\t\t\t}\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\telse\n\t\t\t{\n\t\t\t\t/* * CALCULATE DISTANCE TEST STATISTIC * */\n\n\t\t\t\tfor(i = 0; i < clade.numSubClades; i++)\n\t\t\t\t{\n\t\t\t\t\tclade.randMeanLatitude[i] = 0;\n\t\t\t\t\tclade.randMeanLongitude[i] = 0;\n\t\t\t\t\tclade.randDc[i] = 0;\n\t\t\t\t\tclade.randDn[i] = 0;\n\t\t\t\t\tclade.subCladeSum[i] = 0;\n\t\t\t\t\n\t\t\t\t\tfor(j = 0; j < clade.numCladeLocations; j++)\n\t\t\t\t\t{\n\t\t\t\t\t\tindex = clade.cladeLocIndex[j] - 1;\n\t\t\t\t\t\tclade.absFreq[i][j] = (double) clade.randMatrix[i][j] / (double) sampleSize[index];\t\t\n\t\t\t\t\t\tclade.subCladeSum[i] = clade.subCladeSum[i] + clade.absFreq[i][j];\n\t\t\t\t\t}\t\n\n\t\t\t\t\tfor(j = 0; j < clade.numCladeLocations; j++)\n\t\t\t\t\t\tclade.relFreq[i][j] = clade.absFreq[i][j]/clade.subCladeSum[i];\n\t\t\t\t}\n\t\t/*\t\t\n\t\t\t\tfor(i = 0; i < numSubClades; i++)\n\t\t\t\t{\n\t\t\t\t\tfprintf(stderr,\"\\n\");\n\t\t\t\t\tfor(j = 0; j < numCladeLocations; j++)\n\t\t\t\t\t\tfprintf(stderr,\"Asim: %f \", relFreq[i][j]);\n\t\t\t\t}\n\t\t*/\n\t\t\t\t\n\t\t\t\tfor(i = 0; i < clade.numSubClades; i++)\n\t\t\t\t{\t\n\t\t\t\t\tfor(j = 0; j < clade.numCladeLocations; j++)\n\t\t\t\t\t{\n\t\t\t\t\t\tindex = clade.cladeLocIndex[j]-1;\n\t\t\t\t\t\tclade.randMeanLatitude[i] = clade.randMeanLatitude[i] + clade.relFreq[i][j] * Latitude[index];\n\t\t\t\t\t\tclade.randMeanLongitude[i] = clade.randMeanLongitude[i] + clade.relFreq[i][j] * Longitude[index];\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tfor(j = 0; j < clade.numCladeLocations; j++)\n\t\t\t\t\t{\n\t\t\t\t\t\tif (clade.relFreq[i][j] == 0)\n\t\t\t\t\t\t\tcontinue;\n\n\t\t\t\t\t\tindex = clade.cladeLocIndex[j] - 1;\n\t\t\t\t\t\tif (Latitude[index] == clade.randMeanLatitude[i] && Longitude[index] == clade.randMeanLongitude[i]) \n\t\t\t\t\t\t\tZ = 1;\n\t\t\t\t\t\telse\n\t\t\t\t\t\t\tZ = Math.sin(Latitude[index]) * Math.sin(clade.randMeanLatitude[i]) + Math.cos(Latitude[index]) * \n\t\t\t\t\t\t\tMath.cos(clade.randMeanLatitude[i]) * Math.cos(clade.randMeanLongitude[i] - Longitude[index]);\n\t\t\t\t\t\n\t\t\t\t\t\tif (Math.abs(Z) < 1)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tRVZ = RADIUS * Math.acos (Z); \n\t\t\t\t\t\t\tclade.randDc[i] += clade.relFreq[i][j] * RVZ;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (Latitude[index] == clade.meanLatNest && Longitude[index] == clade.meanLonNest) \n\t\t\t\t\t\t\tZB = 1;\n\t\t\t\t\t\telse\n\t\t\t\t\t\t\tZB = Math.sin(Latitude[index]) * Math.sin(clade.meanLatNest) + Math.cos(Latitude[index]) * \n\t\t\t\t\t\t\tMath.cos(clade.meanLatNest) * Math.cos(clade.meanLonNest - Longitude[index]);\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (Math.abs(ZB) < 1)\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tRVZ = RADIUS * Math.acos (ZB);\n\t\t\t\t\t\t\tclade.randDn[i] += clade.relFreq[i][j] * RVZ;\t\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif(clade.Dc[i] - clade.randDc[i] >= ROUNDING_ERROR)\n\t\t\t\t\t\tclade.DcPvalue[i][0]++;\n\n\t\t\t\t\tif(clade.randDc[i] - clade.Dc[i] >= ROUNDING_ERROR)\n\t\t\t\t\t\tclade.DcPvalue[i][1]++;\n\n\t\t\t\t\tif(clade.Dn[i] - clade.randDn[i] >= ROUNDING_ERROR)\n\t\t\t\t\t\tclade.DnPvalue[i][0]++;\n\n\t\t\t\t\tif(clade.randDn[i] - clade.Dn[i] >= ROUNDING_ERROR)\n\t\t\t\t\t\tclade.DnPvalue[i][1]++;\n\t\t\t\t}\n\t\t\t}\n\n\n\t\t\t/* * TEST STATISTICS FOR POSITION VS. INTERIOR * */\n\n\t\t\trandTipDistance = 0;\n\t\t\trandIntDistance = 0;\n\t\t\trandTipDisNested = 0;\n\t\t\trandIntDisNested = 0;\n\t\t\t\n\t\t\tif(clade.check != (double) clade.numSubClades && clade.check != 0)\n\t\t\t{\t\n\t\t\t\tfor(i = 0; i < clade.numSubClades; i++)\n\t\t\t\t{\n\t\t\t\t\trandTipDistance += clade.Position[i] * clade.randDc[i] * (double) clade.rowTotal[i] / (double) clade.indTipClades;\n\t\t\t\t\trandTipDisNested += clade.Position[i] * clade.randDn[i] * (double) clade.rowTotal[i] / (double) clade.indTipClades;\n\t\t\t\t\trandIntDistance += (1 - clade.Position[i]) * clade.randDc[i] * (double) clade.rowTotal[i] / (double) clade.indIntClades;\n\t\t\t\t\trandIntDisNested += (1 - clade.Position[i]) * clade.randDn[i] * (double) clade.rowTotal[i] / (double) clade.indIntClades;\n\t\t\t\t}\n\t\t\t\t\t\t\t\t\n\t\t\t\tif(clade.tipIntDistance - (randIntDistance - randTipDistance) >= ROUNDING_ERROR)\n\t\t\t\t\tclade.ITcPvalue[0]++;\n\n\t\t\t\tif((randIntDistance - randTipDistance) - clade.tipIntDistance >= ROUNDING_ERROR)\n\t\t\t\t \tclade.ITcPvalue[1]++;\n\n\t\t\t\tif(clade.tipIntDisNested - (randIntDisNested - randTipDisNested) >= ROUNDING_ERROR)\n\t\t\t\t\tclade.ITnPvalue[0]++;\n\t\t\t\t\n\t\t\t\tif((randIntDisNested - randTipDisNested) - clade.tipIntDisNested >= ROUNDING_ERROR)\n\t\t\t\t\tclade.ITnPvalue[1]++;\n\t\t\t\t\n\t\t\t}\n\n\t\t\tif(!weights){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\t//{\n\t\t\t\t/* * CORRELATION TESTS OF DISTANCE WITH OUTGROUP WEIGHTS * */\n\n\t\t\t\t //double c, n, w;\n\t\t\t\t \n\t\t\t\t clade.meanDc = 0;\n\t\t\t\t clade.meanDn = 0;\n\t\t\t\t clade.sumDcxWeight = 0;\n\t\t\t\t clade.sumDnxWeight = 0;\n\t\t\t\t clade.sumDcSq = 0;\n\t\t\t\t clade.sumDnSq = 0;\n\n\t\t\t\tfor(i = 0; i < clade.numSubClades; i++)\n\t\t\t\t\t{\n\t\t\t\t \tclade.meanDc += clade.randDc[i] / (double) clade.numSubClades;\n\t\t\t\t \tclade.meanDn += clade.randDn[i] / (double) clade.numSubClades;\n\t\t\t\t \tclade.sumDcxWeight += clade.randDc[i] * clade.weight[i];\n\t\t\t\t \tclade.sumDnxWeight += clade.randDn[i] * clade.weight[i];\n\t\t\t\t \tclade.sumDcSq += Math.pow(clade.randDc[i],2); \n\t\t\t\t \tclade.sumDnSq += Math.pow(clade.randDn[i],2);\n\t\t\t\t\t}\n\t\t\t\t\n\t \t\tdouble c = clade.sumDcSq - (double) clade.numSubClades * Math.pow(clade.meanDc,2);\n\t \t\tdouble n = clade.sumDnSq - (double) clade.numSubClades * Math.pow(clade.meanDn,2);\n\t \t\t\tdouble w = clade.sumWeightSq - (double) clade.numSubClades * Math.pow(clade.meanWeight,2); \n\n\t\t\t\tif (clade.corrDcWeights != NA && c > 0 && w > 0)\n\t\t\t\t\t//;\n\t\t\t\t//else\n\t\t\t\t \t{\n\t\t\t\t \tclade.randCorrDcWeights = (clade.sumDcxWeight - (double) clade.numSubClades * clade.meanDc * clade.meanWeight)/ \n\t\t\t\t \t(Math.sqrt(c*w));\n\n\t\t\t\t\tif(clade.randCorrDcWeights > 1)\n\t\t\t\t\t\t\tclade.randCorrDnWeights = 1;\n\t\t\t\t\t\n\t\t\t\t\tif(clade.randCorrDcWeights < -1)\n\t\t\t \t\tclade.randCorrDcWeights = -1;\n\t\t\t\t\n\t\t\t\t\tif(clade.corrDcWeights - clade.randCorrDcWeights >= ROUNDING_ERROR)\n\t\t\t\t \t\tclade.corrDcWPvalue[0]++;\n\t\t\t\t\t \n\t\t\t\t\tif(clade.randCorrDcWeights - clade.corrDcWeights >= ROUNDING_ERROR)\n\t\t\t\t \tclade.corrDcWPvalue[1]++;\n\t\t\t\t\t}\n\n\n\t\t\t\tif (clade.corrDnWeights == NA || n <= 0 || w <= 0)\n\t\t\t\t\tcontinue;\t\t\n\t\t\t\t//else\n\t\t\t\t\t//{\n\t\t\t\t \tclade.randCorrDnWeights = (clade.sumDnxWeight - (double) clade.numSubClades * clade.meanDn * clade.meanWeight)/ \n\t\t\t\t \t(Math.sqrt(n*w));\n\t\t\t\t\n\t\t\t\t\tif(clade.randCorrDnWeights > 1)\n\t\t\t\t\t\tclade.randCorrDnWeights = 1;\n\n\t\t\t\t\tif(clade.randCorrDnWeights < -1)\n\t\t\t\t\t\tclade.randCorrDnWeights = -1;\n\n\t\t\t\t\tif(clade.corrDnWeights - clade.randCorrDnWeights >= ROUNDING_ERROR)\n\t\t\t\t\t\tclade.corrDnWPvalue[0]++;\n\n\t\t\t\t\tif(clade.randCorrDnWeights - clade.corrDnWeights >= ROUNDING_ERROR)\n\t\t\t\t\t\tclade.corrDnWPvalue[1]++;\n\t\t\t\t\t//}\n\t\t\t\t//}\n\t} // end of 1 replicate\n\n\n\t\tclade.chiPvalue /= (double) GeoDis.numPermutations;\n\n\t\tfor(int l = 0; l < 2; l++)\n\t\t{\n\t\t\tclade.ITcPvalue[l] /= (double) GeoDis.numPermutations;\n\t\t\tclade.ITnPvalue[l] /= (double) GeoDis.numPermutations;\n\t\t\tclade.corrDcWPvalue[l] /= (double) GeoDis.numPermutations;\n\t\t\tclade.corrDnWPvalue[l] /= (double) GeoDis.numPermutations;\n\n\t\t\tfor (i =0; i < clade.numSubClades; i++)\n\t\t\t{\n\t\t\t clade.DcPvalue[i][l] /= (double) GeoDis.numPermutations;\n\t\t\t clade.DnPvalue[i][l] /= (double) GeoDis.numPermutations;\n\t\t\t}\n\t\t}\n\n\t}", "public static long journeyToMoon(int n, List<List<Integer>> astronaut) {\n // Write your code here\n Map<Integer, Node<Integer>> countryMap = new HashMap<>();\n for(List<Integer> pairs: astronaut) {\n Node<Integer> node1 = countryMap.computeIfAbsent(pairs.get(0), Node::new);\n Node<Integer> node2 = countryMap.computeIfAbsent(pairs.get(1), Node::new);\n node1.connected.add(node2);\n node2.connected.add(node1);\n }\n\n List<Integer> countryCluster = new ArrayList<>();\n for(Node<Integer> node: countryMap.values()) {\n if(node.connected.size() == 0) {\n countryCluster.add(1);\n } else if(!node.visited){\n countryCluster.add(getNodeCount3(node));\n }\n }\n List<Integer> countryNodes = countryMap.values().stream().map(nn -> nn.value).collect(Collectors.toList());\n List<Integer> missingNodes = new ArrayList<>();\n for(int i=0; i < n; i++) {\n if(!countryNodes.contains(i))\n missingNodes.add(i);\n }\n\n for(int i=0; i < missingNodes.size(); i++) {\n countryCluster.add(1);\n }\n\n long ans = 0;\n //For one country we cannot pair with any other astronauts\n if(countryCluster.size() >= 2) {\n ans = (long) countryCluster.get(0) * countryCluster.get(1);\n if(countryCluster.size() > 2) {\n int sum = countryCluster.get(0) + countryCluster.get(1);\n for(int i=2; i < countryCluster.size(); i++) {\n ans += (long) sum * countryCluster.get(i);\n sum += countryCluster.get(i);\n }\n }\n }\n\n /*\n permutation of two set with size A and B = AxB\n permutation of three set with size A,B,C = AxB + AxC + BxC = AxB + (A+B)xC\n permutation of four set with size A,B,C,D = AxB + AxC + AxD + BxC + BxD + CxD = AxB + (A+B)xC + (A+B+C)xD\n */\n /*\n if(keys.length == 1) {\n ans = keys[0].size();\n } else {\n ans = keys[0].size() * keys[1].size();\n if(keys.length > 2) {\n int sum = keys[0].size() + keys[1].size();\n for (int i = 2; i < keys.length; i++) {\n ans += sum * keys[i].size();\n sum += keys[i].size();\n }\n }\n }\n */\n return ans;\n }", "public List<List<Integer>> permute(int[] nums) {\n Arrays.sort(nums);\n List<List<Integer>> list = new ArrayList<List<Integer>>();\n list.add(Arrays.stream(nums).boxed().collect(Collectors.toList()));\n addNextPermutation(list, nums);\n\t\treturn list;\n }", "public static void permutations(int arr[], int pos, IPermutationVisitor visitor) {\n final int n = arr.length;\n if (pos == n - 1) {\n visitor.operation(arr);\n } else {\n for (int i = pos; i < n; i++) {\n int cur = arr[pos];\n for (int j = pos + 1; j < n; j++) {\n arr[j - 1] = arr[j];\n }\n arr[n - 1] = cur;\n permutations(arr, pos + 1, visitor);\n }\n }\n }", "public List<List<Integer>> permute(int[] nums) {\n List<List<Integer>> res = new ArrayList<>();\n List<Integer> numList = new ArrayList<>();\n for (int n : nums) numList.add(n);\n permute(numList, 0, res);\n return res;\n }", "public Integer[] createPermutation() {\n Integer[] value = createSortedArray();\n\n for (int c = 0; c < 5; c++) {\n for (int i = 0; i<value.length; i++) {\n int j = (int)(Math.random()*value.length);\n int temp = value[i];\n value[i] = value[j];\n value[j] = temp;\n }\n }\n \n return value;\n }", "public static void permutation(String str) { \n permutation(\"\", str); \n}", "private static void permutation(String perm, String word) {\r\n\t\tif (word.isEmpty()) {\r\n\t\t\tSystem.err.println(perm + word);\r\n\t\t} else {\r\n\t\t\tfor (int i = 0; i < word.length(); i++) {\r\n\t\t\t\tpermutation(perm + word.charAt(i), word.substring(0, i) + word.substring(i + 1, word.length()));\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public static ArrayList<ArrayList<String>> permuteInterative(char[] chars) {\n ArrayList<ArrayList<String>> resultBySize = new ArrayList<>();\n\n // starts out empty\n ArrayList<StringBuilder> results = new ArrayList<>();\n results.add(new StringBuilder());\n\n for (int i = 0; i< chars.length; i++) {\n ArrayList<StringBuilder> current = new ArrayList<>();\n for (StringBuilder s : results) {\n for (int j = 0; j < s.length() + 1; j++) {\n s.insert(j, chars[i]);\n StringBuilder temp = new StringBuilder(s);\n current.add(temp);\n s.deleteCharAt(j);\n }\n }\n results = new ArrayList<>(current);\n //snap shot of that size\n ArrayList<String> strings = new ArrayList<>();\n for (StringBuilder s: current) {\n strings.add(s.toString());\n }\n resultBySize.add(strings);\n }\n System.out.println(resultBySize);\n return resultBySize;\n }", "public static String pPermutation(String input) {\n\n assert input.length() == 32;\n\n StringBuilder result = new StringBuilder();\n\n for (int[] ints : PPermutation) {\n for (int anInt : ints) {\n result.append(input.charAt(anInt - 1));\n }\n }\n\n return result.toString();\n }", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int T = sc.nextInt();\n for(int i = 0 ; i < T; i++) {\n int n = sc.nextInt();\n int a = sc.nextInt();\n int b = sc.nextInt();\n PriorityQueue<Integer> queue = new PriorityQueue<Integer>();\n int[][] m = new int[n][n];\n //n^2 * log(n)\n for(int row = 0; row < n; row++) {\n for(int col = 0; col < n; col++) {\n if(row == 0 && col == 0 && n != 1) {\n continue;\n }else if(row == 0) {\n m[row][col] = m[row][col - 1] + a;\n }else if(col == 0) {\n m[row][col] = m[row-1][col] + b;\n }else {\n m[row][col] = m[row-1][col-1] + a + b;\n }\n\n if(row + col == (n -1)) {\n pool.add(m[row][col]); //log(n)\n }\n }\n }\n //O(n*log(n))\n for (Integer item:pool) {\n queue.add(item); //O(logn)\n }\n while(!queue.isEmpty()) {\n System.out.print(queue.poll() + \" \"); //O(1)\n }\n System.out.println();\n queue.clear();\n pool.clear();\n }\n }", "public Matrix[] palu() {\n\t\tHashMap<Integer, Integer> permutations = new HashMap<Integer,Integer>();\n\t\tMatrix m = copy();\n\t\tint pivotRow = 0;\n\t\tfor (int col = 0; col < m.N; col++) {\n\t\t\tif (pivotRow < m.M) {\n\t\t\t\tint switchTo = m.M - 1;\n\t\t\t\twhile (pivotRow != switchTo && \n\t\t\t\t\t\tm.ROWS[pivotRow][col].equals(new ComplexNumber(0))) {\n\t\t\t\t\tm = m.rowSwitch(pivotRow, switchTo);\n\t\t\t\t\tpermutations.put(pivotRow, switchTo);\n\t\t\t\t\tswitchTo--;\n\t\t\t\t}\n\t\t\t\tif (!m.ROWS[pivotRow][col].equals(new ComplexNumber(0))) {\n\t\t\t\t\t// We got a non-zero pivot\n\t\t\t\t\tfor (int lowerRow = pivotRow + 1; lowerRow < m.M;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlowerRow++) {\n\t\t\t\t\t\tComplexNumber factor1 = new ComplexNumber(-1);\n\t\t\t\t\t\tComplexNumber factor2 = m.ROWS[lowerRow][col];\n\t\t\t\t\t\tComplexNumber factor3 = m.ROWS[pivotRow][col];\n\t\t\t\t\t\tComplexNumber factor4 = new ComplexNumber(1);\n\t\t\t\t\t\tComplexNumber factor5 = factor1.multiply(factor2);\n\t\t\t\t\t\tComplexNumber factor6 = factor4.divide(factor3);\n\t\t\t\t\t\tComplexNumber weight = factor5.multiply(factor6);\n\n\t\t\t\t\t\tm = m.rowAdd(lowerRow, pivotRow, weight);\n\t\t\t\t\t}\n\t\t\t\t\tpivotRow++;\n\t\t\t\t\t/* Keep the same pivot row if we currently have a\n\t\t\t\t\t * zero-pivot. Move on to see if there's a pivot in the\n\t\t\t\t\t * next column.\n\t\t\t\t\t */\n\t\t\t\t}\t\n\t\t\t}\n\t\t}\n\t\t\n\t\t\n\t\t\n\t\tMatrix p = identity(m.M);\n\t\tfor (Integer rowI : permutations.keySet()) {\n\t\t\tp.rowSwitch(rowI, permutations.get(rowI));\n\t\t}\n\t\tMatrix l = identity(m.M);\n\t\tMatrix u = p.multiply(copy());\n\t\t\n\t\tpivotRow = 0;\n\t\tfor (int col = 0; col < u.N; col++) {\n\t\t\tif (pivotRow < u.M) {\n\t\t\t\t// Should not have to do any permutations\n\t\t\t\tif (!u.ROWS[pivotRow][col].equals(new ComplexNumber(0))) {\n\t\t\t\t\t// We got a non-zero pivot\n\t\t\t\t\tfor (int lowerRow = pivotRow + 1; lowerRow < u.M;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlowerRow++) {\n\t\t\t\t\t\tComplexNumber factor1 = new ComplexNumber(-1);\n\t\t\t\t\t\tComplexNumber factor2 = u.ROWS[lowerRow][col];\n\t\t\t\t\t\tComplexNumber factor3 = u.ROWS[pivotRow][col];\n\t\t\t\t\t\tComplexNumber factor4 = new ComplexNumber(1);\n\t\t\t\t\t\tComplexNumber factor5 = factor1.multiply(factor2);\n\t\t\t\t\t\tComplexNumber factor6 = factor4.divide(factor3);\n\t\t\t\t\t\tComplexNumber weight = factor5.multiply(factor6);\n\n\t\t\t\t\t\tu = u.rowAdd(lowerRow, pivotRow, weight);\n\t\t\t\t\t\tl = l.rowAdd(lowerRow, pivotRow, weight);\n\t\t\t\t\t}\n\t\t\t\t\tpivotRow++;\n\t\t\t\t\t/* Keep the same pivot row if we currently have a\n\t\t\t\t\t * zero-pivot. Move on to see if there's a pivot in the\n\t\t\t\t\t * next column.\n\t\t\t\t\t */\n\t\t\t\t}\t\n\t\t\t}\n\t\t}\n\t\t\n\t\tl = l.inverse();\n\t\tMatrix[] palu = {p, this, l, u};\n\t\treturn palu;\n\t}", "public static void primePermutationsHM(List<Integer> primes) {\n HashMap<String, List<Integer>> map = new HashMap<>();\n for (int p : primes) {\n int[] nums = new int[4];\n int num = p;\n int i = 0;\n\n while (num > 0) {\n nums[i++] = num % 10;\n num /= 10;\n }\n\n // save the number (p) in a key hashed from the lowest permutation (s) of the number \n Arrays.sort(nums);\n String s = Arrays.toString(nums);\n\n List<Integer> ll = map.getOrDefault(s, new LinkedList<>());\n ll.add(p);\n map.put(s, ll);\n }\n\n // loop through map entries; if at least 3 numbers are found, check for common difference\n for (Map.Entry mEntry : map.entrySet()) {\n List<Integer> numbers = (List<Integer>) mEntry.getValue();\n\n if (numbers.size() >= 3) {\n int[] res = findTripletWithCommonDifference(numbers);\n\n if (res.length == 3) {\n System.out.println(Arrays.toString(res));\n }\n }\n }\n }", "public final static void main(String[] args) {\n\t\tfinal int n = 8;\n\t\tfinal int k = 4;\n\n\t\tStreamSupport.stream(\n\t\t\t\tnew PermutationSpliterator(Selection.of(n, k)),\n\t\t\t\tfalse)\n\t\t\t\t.forEachOrdered(a -> {});\n\n\t\tfor (int cur = 0; cur < 70; cur++) {\n\t\t\tlong tCur = cur;\n\t\t\tfinal int x = (n - k)+1;\n\t\t\tint i = k;\n\t\t\tfinal int[] array = new int[k];\n\t\t\twhile (i >= 1) {\n\t\t\t\tarray[i-1] = (int) (tCur % x);\n\t\t\t\ttCur /= i--;\n\t\t\t}\n\t\t}\n\t}", "public static int[] finalPermutation(int[] inputText){\n\t\tint[] permutedText = new int[64];\n\t\tfor(int i = 0; i < 8; i++){\n\t\t\tpermutedText[i*8 + 0] = inputText[39 - i];\n\t\t\tpermutedText[i*8 + 1] = inputText[ 7 - i];\n\t\t\tpermutedText[i*8 + 2] = inputText[47 - i];\n\t\t\tpermutedText[i*8 + 3] = inputText[15 - i];\n\t\t\tpermutedText[i*8 + 4] = inputText[55 - i];\n\t\t\tpermutedText[i*8 + 5] = inputText[23 - i];\n\t\t\tpermutedText[i*8 + 6] = inputText[63 - i];\n\t\t\tpermutedText[i*8 + 7] = inputText[31 - i];\n\t\t}\n\t\treturn permutedText;\n\t}", "public static int heapPermutation(int a[], int[][] transitions, int size, int n, int first)\n {\n \n int min = Integer.MAX_VALUE;\n // if size becomes 1 then prints the obtained\n // permutation\n if (size == 1) {\n return caculateTime(a, transitions, first);\n }\n \n for (int i = 0; i < size; i++) {\n min = Math.min(min, heapPermutation(a, transitions, size - 1, n, first));\n \n // if size is odd, swap 0th i.e (first) and\n // (size-1)th i.e (last) element\n if (size % 2 == 1) {\n int temp = a[0];\n a[0] = a[size - 1];\n a[size - 1] = temp;\n }\n \n // If size is even, swap ith\n // and (size-1)th i.e last element\n else {\n int temp = a[i];\n a[i] = a[size - 1];\n a[size - 1] = temp;\n }\n }\n return min;\n }", "char permute(char p) {\n return _alphabet.toChar(permute(_alphabet.toInt(p)));\n }", "public void nextPermutation(int[] nums) {\n \n int x, y;\n for(x=nums.length-2; x>=0; x--){\n if(nums[x] < nums[x+1]) {\n break;\n }\n }\n \n if( x >= 0) { // if not in complete descending order \n // right side is already sorted in decreasing order \n // so to get the next largest element, we can find the first ele > x from right\n for(y=nums.length-1; y>x; y--){\n if( nums[y] > nums[x] ){\n break;\n }\n }\n swap(nums, x, y);\n }\n \n reverse(nums, x+1, nums.length-1);\n }", "public static void main(String[] args)\n {\n int[] arr = new int[]{1,2,3};\n List<List<Integer>> result = new ArrayList<>();\n Permutation permutation = new Permutation();\n permutation.permuteInteger(arr,result, 0, arr.length);\n\n System.out.println(result);\n }", "public static void main(String[] args) {\n\t\tint[] nums = {1,2,3};\n\t\tnew NextPermutation().nextPermutation(nums);\n\t\tint[] nums1 = {3,2,1};\n\t\tnew NextPermutation().nextPermutation(nums1);\n\t\tint[] nums2 = {1,3,2};\n\t\t//Arrays.sort(nums2, 1, nums.length);\n\t\t//for(int i=0;i<nums2.length;i++)System.out.println(nums2[i]);\n\t\tnew NextPermutation().nextPermutation(nums2);\n\n\t}", "public static void printPermutaions(String word) {\n TreeMap<Character, Integer> map = new TreeMap<>();\n for (int i = 0; i < word.length(); i++) {\n if (map.get(word.charAt(i)) != null) {\n map.put(word.charAt(i), map.get(word.charAt(i)) + 1);\n } else {\n map.put(word.charAt(i), 1);\n }\n }\n\n int[] count = new int[map.size()];\n char[] chars = new char[map.size()];\n\n int index = 0;\n for (Map.Entry entry : map.entrySet()) {\n chars[index] = (char) entry.getKey();\n count[index] = (int) entry.getValue();\n index++;\n }\n\n char[] result = new char[word.length()];\n ArrayList<String> resultList = new ArrayList<String>();\n permuteUtil(chars, count, result, resultList, 0);\n for (String perm : resultList) {\n System.out.print(perm+\" \");\n }\n }", "public void getPermutation(boolean[] used, StringBuilder sb) {\n if(sb.length() == list.size()) {\n if(middle == null) res.add(sb.toString() + sb.reverse().toString());\n else res.add(sb.toString() + middle + sb.reverse().toString());\n sb.reverse(); // need to restore the original stringbuilder\n return;\n }\n \n for(int i = 0; i < list.size(); i++) {\n // avoid duplicated !!! very important\n // when a number has the same value with its previous, we can use this number only if his previous is used\n // because if we choose the second one first, and then to the next recursion, the first one is added,\n // duplicate occurs\n if((i > 0 && list.get(i) == list.get(i - 1) && !used[i - 1]) || used[i]) continue;\n \n used[i] = true;\n sb.append(list.get(i));\n \n getPermutation(used, sb);\n \n // backtracking\n used[i] = false;\n sb.deleteCharAt(sb.length() - 1);\n }\n }", "static int[] OnepassSol1(int[]a, int n){\r\n Map<Integer, Integer> map = new HashMap<>();\r\n for (int i = 0; i < a.length; i++) {\r\n int complement = n - a[i];\r\n if (map.containsKey(complement)) {\r\n return new int[] { map.get(complement), i };\r\n }\r\n map.put(a[i], i);\r\n }\r\n int[] ans = {-1,-1};\r\n return ans;\r\n }", "public int[] fix34(int[] nums) {\r\n\tint i=0; // O(1)\r\n while(i<nums.length && nums[i]!=3) // O(n)\r\n i++; // n+1\r\n int j=i; // O(1)\r\n while(j+1<nums.length && nums[j+1]!=4) // O(n)\r\n j++; // n+1\r\n while(i<nums.length){ // O(n)\r\n if(nums[i]==3){ // O(1)\r\n int temp=nums[i+1]; // O(1)\r\n nums[i+1]=nums[j+1]; //O(1)\r\n nums[j+1]=temp; // O(1)\r\n while(j+1<nums.length && nums[j+1] != 4) //O(n)\r\n j++; // n+1\r\n }\r\n i++; // n+1\r\n }\r\n return nums; //O(1)\r\n}", "static int[][] packU(int n, int[] from, int[] to) {\n// this part of code is taken from \"uwi\" submission of codechef problem KNODES \n int[][] g = new int[n][];\n int[] p = new int[n];\n for (int f : from) {\n p[f]++;\n }\n for (int t : to) {\n p[t]++;\n }\n for (int i = 0; i < n; i++) {\n g[i] = new int[p[i]];\n }\n for (int i = 0; i < from.length; i++) {\n g[from[i]][--p[from[i]]] = to[i];\n g[to[i]][--p[to[i]]] = from[i];\n }\n return g;\n }", "private static String getPermutation(long k, int strlen, Map<Character, CharCount> map, List<Character> chars) {\n if (map.isEmpty()) {\n return \"\";\n }\n long n = getExpectedSize(strlen, map);\n \n if (k > n) return \"\"; // invalid. Should never reach here.\n long f = 0;\n \n \n for (int i = 0; i < chars.size(); i++) {\n Character curChar = chars.get(i);\n CharCount charCount = map.get(curChar);\n charCount.decrementCount();\n strlen--;\n if (charCount.count == 0) {\n map.remove(curChar);\n chars.remove(i);\n }\n \n long temp = getExpectedSize(strlen, map);\n f += temp;\n if(f <= k){\n charCount.incrementCount();\n strlen++;\n if (charCount.count == 1) {\n map.put(curChar, charCount);\n chars.add(i, curChar);\n }\n continue;\n }\n else{\n f = f - temp;\n return curChar + getPermutation(k - f, strlen, map, chars);\n }\n }\n \n //SHould not reach here unless k is too large\n return \"\";\n }", "@SuppressWarnings(\"unchecked\")\t\t\t\t\t\t\t//used because of line 17, there is no way to remove warnings, they have to be suppressed\n public String[] permutations(ArrayList<ArrayList<Character> > mat){\n\n if(mat.size()==1){\t\t\t//since the function is recursive, a base case for the first line has been made. \n String[] s = new String[mat.get(0).size()];\n int i = 0;\n for(Object obj:mat.get(0)) {\n if (i < s.length) {\n s[i++] = obj.toString();\n }\n }\n return s;\t\t//returns the characters of the first line of the input as an array of String\n }\n ArrayList<Character>[] arr = new ArrayList[mat.size()]; //this has been created to provide ease of accessibility which is a bit difficult with an ArrayList of an ArrayList\n int k = 0;\n for(ArrayList a:mat){\n if(k<mat.size()){\n arr[k] = a;\n }\n k++;\n }\n int product = 1;\n for(ArrayList a: mat){\n product*= a.size(); \t// product calculates the size of the String to be generated for the given input\n }\n int i = 0;\n String[] ret = new String[product];\n ArrayList<ArrayList<Character> > ret_arr_list = new ArrayList<>();\n for(int exception_index = 0;exception_index<arr.length-1;++exception_index){\n ret_arr_list.add(arr[exception_index]); //ret_arr_list is an ArrayList of an ArrayList except the last row of the original input\n }\n String[] s = permutations(ret_arr_list); //gets the string as mentioned at the very beginning of the function\n int ret_index = 0;\n for(int i_index = 0;i_index < s.length;++i_index){\n for(int j_index = 0;j_index<mat.get(mat.size()-1).size();++j_index){\n ret[ret_index++] = s[i_index] + arr[mat.size()-1].get(j_index).toString(); //appends every character of the last line to \n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t //every String element calculated in String[] s\n }\n }\n return ret;\n }", "void h(List<List<Integer>> r, List<Integer> t, int n, int s){ \n for(int i = s; i*i <= n; i++){\n if(n % i != 0) continue; \n t.add(i);\n t.add(n / i);\n r.add(new ArrayList<>(t));\n t.remove(t.size() - 1);\n h(r, t, n/i, i);\n t.remove(t.size() - 1);\n }\n }", "public static void checkPermutation(String str) {\n \t\n \tint length = str.length();\n\t\t\n \t//list to store permutations\n \tList<String> stringByRecursive = new ArrayList<>();\n\t\tList<String> stringByIteration = new ArrayList<>();\n\t\t\n\t\t\n\t\tList<String> listOfPermutByRecursive = getPermutationByRecursion(str, stringByRecursive, 0, length-1);\n\t\tList<String> listOfPermutByIterate = getPermutationByIteration(str, \"\", stringByIteration);\n\t\t\n\t\t//sorting the permutation list\n\t\tCollections.sort(listOfPermutByRecursive);\n\t\tCollections.sort(listOfPermutByIterate);\n\t\t\n\t\tSystem.out.println(\"\\nPermutation of String : \"+str+\" By Recursion Approch \\n\");\n\t\tSystem.out.println(listOfPermutByRecursive);\n\t\t\n\t\tSystem.out.println(\"\\nPermutation of String : \"+str+\" By Iterative Approch \\n\");\n\t\tSystem.out.println(listOfPermutByIterate);\n\t\t\n\t\t//checking both list are same / not\n\t\tif(listOfPermutByIterate.equals(listOfPermutByRecursive)) {\n\t\t\t\n\t\t\tSystem.out.println(\"\\nPermutation Given By Iterative Approch & Recursion Approch Are Same\");\n\t\t}\n\t\telse {\n\t\t\t\n\t\t\tSystem.out.println(\"\\nPermutation Given By Iterative Approch & Recursion Approch Are Not Same\");\n\t\t}\n }", "public void permutate(int[] x) {\n for (int i = 0; i < x.length; i++) {\n int j = i + nextInt(x.length - i);\n Math.swap(x, i, j);\n }\n }", "public byte[] getPermutation() {\n byte[] p = new byte[48];\n for(int i = 0; i < 24; i+=3) {\n int k = co[i/3];\n if(k == 0) {}\n else if(k == 1) {k=2;}\n else {k=1;}\n int r = cp[i/3] * 3 + k;\n p[i] = (byte) r;\n p[i+1] = (byte) (((r-r/3*3+1)%3)+r/3*3);\n p[i+2] = (byte) (((r-r/3*3+2)%3)+r/3*3);\n }\n for(int i = 24; i < 48; i +=2) {\n int r = ep[(i-24)/2]*2 + eo[(i-24)/2];\n p[i] = (byte) (r + 24);\n p[i+1] = (byte) ((r-r/2*2+1)%2 + r/2*2 + 24);\n }\n return p;\n }", "public void nextPermutation(int[] nums) {\n // if only 1 num or less, no need to do anything.\n if (nums == null || nums.length <= 1) {\n return;\n }\n // inverse index, start with 2nd lastNum.\n int inverseIndex = nums.length - 2;\n // search for ip. Found / dir where leftNum < rightNum.\n while (inverseIndex >= 0 && nums[inverseIndex] >= nums[inverseIndex + 1]) {\n inverseIndex--;\n }\n // if found inversePoint, now find smallest # > IP# on right subarr.\n if (inverseIndex >= 0) {\n int minLargerIndex = inverseIndex + 1;\n for (int i = minLargerIndex; i < nums.length; i++) {\n // num > IP#, <= curMin. if == curMin, we want the rightmost smallest.\n if (nums[i] <= nums[minLargerIndex] && nums[i] > nums[inverseIndex]) {\n minLargerIndex = i;\n }\n }\n // swap Ip with smallest # > ip.\n int temp = nums[inverseIndex];\n nums[inverseIndex] = nums[minLargerIndex];\n nums[minLargerIndex] = temp;\n // reverse the right side to become smallest possible right subarr.\n // Ex: 2,(4,3,1) -> 2,1,3,4;\n reverse(nums, inverseIndex + 1, nums.length - 1);\n } else {\n // if no inversePoint, index= -1, Reverse all elms to return the smallest.\n reverse(nums, 0, nums.length - 1);\n }\n }", "public List<List<Integer>> palindromePairs(String[] words) {\n\t\t\t\n\t\t\tif(words == null) return null;\n\t\t\tList<List<Integer>> res = new LinkedList<>();\n\t\t\tList<Integer> tempList = new LinkedList<>();\n\t\t\tif(words.length == 0) return res;\n\t\t\t\n\t\t\t// but seems all possible is too many, let try brutal force first, cannot, exceed the time limit.\n//\t\t\tfor(int i = 0; i< words.length ; i++){\n//\t\t\t\ttempList.clear();\n//\t\t\t\ttempList.add(i);\n//\t\t\t\tfor(int j = 0; j < words.length ; j++){\n//\t\t\t\t\tif(j == i) continue;\n//\t\t\t\t\tif(isPalindrome(words[i]+words[j])){\n//\t\t\t\t\t\ttempList.add(j);\n//\t\t\t\t\t\tres.add(new LinkedList<>(tempList));\n//\t\t\t\t\t\ttempList.remove(tempList.size()-1);\n//\t\t\t\t\t}\n//\t\t\t\t}\n//\t\t\t}\n\t\t\tMap<String, Integer> map = new HashMap<String, Integer>();\n\t\t\tfor(int i = 0; i<words.length; i++) map.put(words[i], i);\n\t\t\tfor(int i = 0; i<words.length; i++){\n\t\t\t\t\tfor(int j = 0; j <= words[i].length(); j++){\n\t\t\t\t\t\tString pre = words[i].substring(0, j);\n\t\t\t\t\t\tString after = words[i].substring(j);\n\t\t\t\t\t\tif(isPalindrome(pre)){\n\t\t\t\t\t\t\tString afterrev =new StringBuffer(after).reverse().toString();\n\t\t\t\t\t\t\tif(map.containsKey(afterrev) &&map.get(afterrev) != i){\n\t\t\t\t\t\t\t\ttempList.clear();\n\t\t\t\t\t\t\t\ttempList.add(map.get(afterrev));\n\t\t\t\t\t\t\t\ttempList.add(i);\n\t\t\t\t\t\t\t\tres.add(new LinkedList<>(tempList));\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif(isPalindrome(after)){\n\t\t\t\t\t\t\tString prerev =new StringBuffer(pre).reverse().toString();\n\t\t\t\t\t\t\tif(map.containsKey(prerev) &&map.get(prerev) != i && after.length() != 0){\n\t\t\t\t\t\t\t\ttempList.clear();\n\t\t\t\t\t\t\t\ttempList.add(i);\n\t\t\t\t\t\t\t\ttempList.add(map.get(prerev));\n\t\t\t\t\t\t\t\tres.add(new LinkedList<>(tempList));\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t}\n\t\t\treturn res;\n }", "public static void main(String[] args) {\n\t\tString s = \"123321\";\n\t\tString t = \"123231\";\n\t\t\n\t\tSystem.out.println(permutation(s, t));\n\t}", "private int countPermuation(int n, int m){\n\t\tint res = 1;\n\t\tfor(int i = n - m + 1; i <= n; i++){\n\t\t\tres *= i;\n\t\t}\n\t\treturn res;\n\t}" ]
[ "0.73643464", "0.71246344", "0.7017696", "0.697338", "0.69161844", "0.6900074", "0.686021", "0.67796123", "0.6705034", "0.67040896", "0.66952616", "0.66337514", "0.66230357", "0.66219115", "0.6602459", "0.65995497", "0.6594673", "0.6584679", "0.65372455", "0.6451866", "0.64154255", "0.6413183", "0.6406044", "0.636327", "0.63561004", "0.6352155", "0.63506234", "0.6341334", "0.6330213", "0.63047075", "0.62744784", "0.6271692", "0.62507117", "0.62409204", "0.6206962", "0.6191697", "0.61910844", "0.6181886", "0.6168356", "0.6152618", "0.61492944", "0.6101084", "0.6100899", "0.6094235", "0.60736877", "0.6050359", "0.60409755", "0.6036589", "0.6035715", "0.60111105", "0.6002366", "0.5996099", "0.5983496", "0.5981145", "0.59801525", "0.5978751", "0.59675246", "0.5951623", "0.59478194", "0.59419775", "0.59347814", "0.5926805", "0.59225696", "0.59178805", "0.59128433", "0.59102756", "0.5886763", "0.58836114", "0.58798194", "0.58760595", "0.5872962", "0.5870934", "0.585519", "0.5852504", "0.58512807", "0.58472586", "0.5829834", "0.58291227", "0.58153915", "0.57972664", "0.5791183", "0.5785977", "0.5783037", "0.57774055", "0.57772726", "0.5776687", "0.57667124", "0.5759685", "0.5752794", "0.5729461", "0.57264686", "0.57100266", "0.5709903", "0.56973076", "0.56846607", "0.56838137", "0.5680435", "0.56746197", "0.5673728", "0.5669814", "0.56691617" ]
0.0
-1
Only valid if we can generate the test automatically... which is true for all the classes too....
@Test public void testSchemaIsComplete() { OrientGraph g = factory.getTx(); OrientVertexType t = g.getVertexType("ElementTrace"); assertThat(t, is(notNullValue())); OrientEdgeType et = g.getEdgeType("Accesses"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test\r\n\tpublic void testSanity() {\n\t}", "@Test\n\tpublic void testDoGeneration() {\n\t}", "@Override\r\n\t\t\tpublic void test() {\n\t\t\t}", "@Test\n\tpublic void testEvilPuzzleGeneration() {\n\t}", "@Test\n public void test01()\n {\n MetaClass.forClass(Class, reflectorFactory)\n }", "@Test\n public void validForTest() {\n // TODO: test validFor\n }", "@Test\n public void testProgramElementsType() {\n // TODO: test ProgramElementsType\n }", "@Test\n public void atBaseTypeTest() {\n // TODO: test atBaseType\n }", "@Test\r\n\tpublic void test() {\r\n\t}", "@Test\n\tpublic void testClasses() throws Exception {\n\t\ttestWith(String.class);\n\t}", "@Test\n void constructorTest() {\n super.checkConstruction();\n }", "@Test\n\tpublic void testNormalPuzzleGeneration() {\n\t}", "private ProtomakEngineTestHelper() {\r\n\t}", "@Test\n public void simpleUse(){\n }", "@Test\n public void testAddACopy() {\n }", "@Test\n\tvoid test() {\n\t\t\n\t}", "@Test\n\tpublic void test() {\n\t}", "@Test\n\tpublic void test() {\n\t}", "@org.junit.Test\r\n\tpublic void test() {\n\t\t\t\t\r\n\t}", "public void testGetInsDyn() {\n }", "@Test\n public void testCreate() {\n\n }", "@Test\n\tpublic void getTest() {\n\t}", "@Test\n\tfinal void test() {\n\t}", "@Test\n\tvoid testCheckClass6() {\n\t\tassertFalse(DataChecker.checkClass(\"Test\" , new Integer(1)));\n\t}", "@Test\n\tpublic void testMain() {\n\t}", "@Test\n\tvoid testCheckClass5() {\n\t\tassertFalse(DataChecker.checkClass(new Integer(1), \"Test\"));\n\t}", "@Test\n\tpublic void something() {\n\t}", "@Override\n public void testGetAllObjects() {\n }", "@Test\n\tpublic void testHardPuzzleGeneration() {\n\t}", "@Test\n public void _objectTest() {\n // TODO: test _object\n }", "@Test\n public void matchCorrect() {\n }", "@Ignore\n @Test\n public void discoverSeveralTypes() throws Exception {\n }", "@Override\n public void test() {\n \n }", "@Override\n\tpublic void test() {\n\t\t\n\t}", "@Test\n\tpublic void test4() {\n\t}", "@Test\n\tvoid testCheckClass4() {\n\t\tassertFalse(DataChecker.checkClass(null, null));\n\t}", "@Test\n public void happyPath() {\n }", "@Test\n public void testPerson() {\n }", "@Test\n\tpublic void test(){\n\t}", "@Test\n public void doTest4() {\n }", "@Test\n public void publicInstanceTest() {\n // TODO: test publicInstance\n }", "private test5() {\r\n\t\r\n\t}", "@Test\n public void testDifferentClassEquality() {\n }", "private void test() {\n\n\t}", "@Test\n public void instanceTest() {\n // TODO: test instance\n }", "@Test\n\tvoid testCheckClass1() {\n\t\tassertTrue(DataChecker.checkClass(new Integer(1), new Integer(1)));\n\t}", "@Ignore\n @Test\n public void discoverOneTypes() throws Exception {\n }", "@Test\n public void init() {\n }", "@Test\n public void testingTheTwoPlane2016Order() {\n }", "@Test\n public void someTest() {\n }", "public void testCheckOxyEmpty() {\n }", "@Test\n public void testingTheSixFlatbed2017Order() {\n }", "@Test\n public void typeTest() {\n // TODO: test type\n }", "@Test\n public void typeTest() {\n // TODO: test type\n }", "@Test\n public void typeTest() {\n // TODO: test type\n }", "@Test\n public void testCarregarUex() {\n }", "@Test\n public void testGenerarIdentificacion() {\n }", "@Test\n public void testAdd() {\n }", "@Test\n public void testAdd() {\n }", "@Test\r\n public void elCerdoNoSePuedeAtender() {\n }", "@Test\n public void needSetACrowdTest() {\n // TODO: test needSetACrowd\n }", "@Test\n public void doTest(){\n }", "@Test\n\tpublic void testTotalPuzzleGenerated() {\n\t}", "@Test\n\tpublic void testFtoC(){\n\t}", "@Test\n public void testStuff() {\n\n assertTrue(true);\n }", "@Test\n public void testCarregarAno() {\n }", "@Test\r\n\tpublic void testContainsClass() {\r\n\t\tassertTrue(breaku1.containsClass(class1));\r\n\t\tassertTrue(externu1.containsClass(class1));\r\n\t\tassertTrue(meetingu1.containsClass(class1));\r\n\t\tassertTrue(teachu1.containsClass(class1));\r\n\t}", "@Test\npublic void TC11(){\n\n}", "public void test0104() throws JavaModelException {\n\tIPath projectPath = env.addProject(\"Project\");\n\tenv.removePackageFragmentRoot(projectPath, \"\");\n\tIPath root = env.addPackageFragmentRoot(projectPath, \"src\");\n\tIPath classTest1 = env.addClass(root, \"p1\", \"Test1\",\n\t\t\"package p1;\\n\" +\n\t\t\"public class Test1 {}\"\n\t);\n\tfullBuild();\n\tProblem[] prob1 = env.getProblemsFor(classTest1);\n\texpectingSpecificProblemFor(classTest1, \n\t\tnew Problem(\"p1\", \"The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files\", classTest1, 0, 1, 10));\n\tassertEquals(JavaBuilder.GENERATED_BY, prob1[0].getGeneratedBy());\n}", "@Before public void setUp() {\n // Insert some initial values into the inheritance\n // tree\n //\n\n //\n treeManager = new InheritanceTreeManager(\n GNode.create(\"ClassDeclaration\"));\n // Put in some example classes\n GNode newClass = GNode.create(\"ClassDeclaration\", \"Point\");\n\n //\n ArrayList<String> point = new ArrayList<String>();\n point.add(\"qimpp\");\n point.add(\"Point\");\n treeManager.insertClass(point, null, newClass);\n\n //\n //\n\n //\n\n newClass = GNode.create(\"ClassDeclaration\", \"ColorPoint\");\n ArrayList<String> ColorPoint = new ArrayList<String>();\n ColorPoint.add(\"qimpp\");\n ColorPoint.add(\"ColorPoint\");\n treeManager.insertClass(ColorPoint, point, newClass);\n //\n\n //\n // Test that classes with the same name in different\n // packages are distinct\n //\n newClass = GNode.create(\"ClassDeclaration\", \"OtherColorPoint\");\n ColorPoint = new ArrayList<String>( \n Arrays.asList(\"org\", \"fake\", \"ColorPoint\") );\n treeManager.insertClass(ColorPoint, null, newClass);\n\n \n }", "public void testAbstractHelperClass() {\n assertFalse(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"body\", \"x\"));\n assertEquals(Collections.singletonList(\"line\"),\n BLIP_SCHEMA_CONSTRAINTS.getRequiredInitialChildren(\"body\"));\n assertEquals(Collections.singletonList(\"line\"),\n BLIP_SCHEMA_CONSTRAINTS.getRequiredInitialChildren(\"textarea\"));\n assertEquals(Collections.emptyList(),\n BLIP_SCHEMA_CONSTRAINTS.getRequiredInitialChildren(\"line\"));\n assertTrue(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"reply\", \"id\", \"...\"));\n assertTrue(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"reply\", \"id\", \"b+sdf\"));\n assertTrue(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"line\", \"t\", \"h3\"));\n assertFalse(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"line\", \"t\", \"z\"));\n assertTrue(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"image\", \"attachment\"));\n assertTrue(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"image\", \"attachment\", \"blahblah\"));\n assertFalse(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"image\", \"something\"));\n assertFalse(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"image\", \"something\", \"stuff\"));\n assertFalse(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"caption\", \"something\"));\n assertFalse(\n BLIP_SCHEMA_CONSTRAINTS.permitsAttribute(\"caption\", \"something\", \"stuff\"));\n assertTrue(\n BLIP_SCHEMA_CONSTRAINTS.permitsChild(\"body\", \"line\"));\n assertTrue(\n BLIP_SCHEMA_CONSTRAINTS.permitsChild(\"textarea\", \"line\"));\n assertTrue(\n BLIP_SCHEMA_CONSTRAINTS.permitsChild(null, \"body\"));\n assertFalse(\n BLIP_SCHEMA_CONSTRAINTS.permitsChild(null, \"blah\"));\n assertEquals(PermittedCharacters.BLIP_TEXT,\n BLIP_SCHEMA_CONSTRAINTS.permittedCharacters(\"body\"));\n assertEquals(PermittedCharacters.NONE,\n BLIP_SCHEMA_CONSTRAINTS.permittedCharacters(\"line\"));\n assertEquals(PermittedCharacters.NONE,\n BLIP_SCHEMA_CONSTRAINTS.permittedCharacters(null));\n }", "@Override\n\tpublic boolean test() {\n\t\treturn false;\n\t}", "@Test\n\tpublic void testPrimitives() throws Exception {\n\t\ttestWith(TestClassWithPrimitives.getInstance());\n\t}", "@Test\n public void a1a6() {\n }", "Testcase createTestcase();", "@Test\n public void dummyTest() {\n }", "@Test\n public void testInitialize() {\n }", "@Test\n public void testInitialize() {\n }", "@Test\n public void fightShredderTest() {\n }", "public void testGetClasses() throws Exception {\n assertSetEquals(HasMemberClasses.class.getClasses(),\n HasMemberClassesSuperclass.B.class, HasMemberClasses.H.class);\n }", "@Test\n\tvoid testCheckClass2() {\n\t\tassertTrue(DataChecker.checkClass(new Integer(1), new Integer(15)));\n\t}", "public void test0101() throws JavaModelException {\n\tIPath projectPath = env.addProject(\"Project\");\n\tenv.addExternalJars(projectPath, Util.getJavaClassLibs());\t\n\tenv.removePackageFragmentRoot(projectPath, \"\");\n\tIPath root = env.addPackageFragmentRoot(projectPath, \"src\");\n\tIPath classTest1 = env.addClass(root, \"p1\", \"Test1\",\n\t\t\"package p1;\\n\" +\n\t\t\"public class Test1 extends {}\"\n\t);\n\tfullBuild();\n\tProblem[] prob1 = env.getProblemsFor(classTest1);\n\texpectingSpecificProblemFor(classTest1, new Problem(\"p1\", \"Syntax error on token \\\"extends\\\", Type expected after this token\", classTest1, 31, 38, 20));\n\tassertEquals(JavaBuilder.GENERATED_BY, prob1[0].getGeneratedBy());\n}", "@Test\n public void testPuery(){\n }", "@Test\n public void testDAM30203001() {\n testDAM30102001();\n }", "@Test\n\tpublic void testVersionCheck() throws Exception{\n\t}", "@Test\n public void test() {\n }", "@Test\n public void test() {\n }", "@Test\n public void test() {\n }", "@BeforeClass\n public static void setUpClass() {\n }", "@BeforeClass\n public static void setUpClass() {\n }", "@Test\n public void test() {\n Solution solution = new Solution();\n\n }", "@Test\n public void test() {\n Solution solution = new Solution();\n\n }", "@Test\n public void testNewEntity_0args() {\n // newEntity() is not implemented!\n }", "@Test\n public void testInitialize() {\n \n \n }", "static void testCaculator(){\n }", "@Test\n public void testAddCar() {\n\n }", "@Test\n public void ensureCanAddAllergenUnit() {\n\n System.out.println(\"Ensure Can add an Allergen Unit Test\");\n\n Allergen allergen = new Allergen(\"al5\", \"allergen 5\");\n\n assertTrue(profile_unit.addAllergen(allergen));\n }", "@Test\n public void testAdd(){\n }", "@Test\n\tpublic void constructortest4() {\n\t\tMainDish dessertTest = new MainDish(\"quiche\");\n\t\tassertTrue(dessertTest.isVegetarian()==false);\n\t}", "@Test\n void shouldHaveFatSilentFoxes() {\n }", "@Test\r\n public void testCompareMovies() {\r\n // Not required\r\n }" ]
[ "0.73088485", "0.7287262", "0.70962185", "0.6956866", "0.69031006", "0.6901053", "0.6881752", "0.685281", "0.68394893", "0.6831016", "0.6819936", "0.68005234", "0.6777873", "0.6750431", "0.67483634", "0.67461485", "0.67417496", "0.67417496", "0.67299867", "0.6690415", "0.66828877", "0.66765314", "0.6673974", "0.66729426", "0.66448784", "0.6641396", "0.66311365", "0.6630372", "0.6626942", "0.66191554", "0.660836", "0.6597068", "0.65895015", "0.6585849", "0.65657884", "0.654585", "0.6532959", "0.6524626", "0.65198135", "0.65006596", "0.649025", "0.6486914", "0.6483533", "0.6480452", "0.64772373", "0.6475754", "0.6465938", "0.64639837", "0.6463821", "0.6462279", "0.6441927", "0.64376163", "0.6436978", "0.6436978", "0.6436978", "0.6429066", "0.64289856", "0.6425977", "0.6425977", "0.6418551", "0.6414793", "0.6411", "0.6409058", "0.63988066", "0.6396743", "0.639589", "0.63940006", "0.63868433", "0.63839835", "0.6382286", "0.63814676", "0.6371655", "0.63712823", "0.6369477", "0.63635653", "0.6357551", "0.6357518", "0.6357518", "0.6351925", "0.6350333", "0.6349086", "0.63249874", "0.6321458", "0.631855", "0.6316359", "0.6316204", "0.6316204", "0.6315379", "0.6309611", "0.6309611", "0.63077325", "0.63077325", "0.6305216", "0.6301225", "0.62898916", "0.6284695", "0.6283885", "0.62800336", "0.62798256", "0.62785035", "0.62738615" ]
0.0
-1
Creates new form AllSnoopPanel
public AllSnoopPanel(MainFrame frame, JLayeredPane layerPane, ActionCardType type) { String description; this.frame = frame; this.layerPane = layerPane; initComponents(); this.type = type; if (type == ActionCardType.AllSnoopLeft) { description = "left."; } else { description = "right."; } setSubTitle("Everyone snoops on the player to their " + description); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void btnNewActionPerformed(java.awt.event.ActionEvent evt) {\n\n initPanel();\n }", "public NewJPanel() {\n initComponents();\n }", "public NewJPanel() {\n initComponents();\n }", "private void makePanelList() {\r\n if (panelList == null) {\r\n panelList = makePanel(jframe, BorderLayout.CENTER,\r\n \"List of Tasks\", 180, 50, 200, 25);\r\n list = makeList(10, 10, 100, 470, 500);\r\n\r\n JButton clickUpdate = makeButton(\"updateTask\", \"Update\",\r\n 20, 620, 100, 25, JComponent.CENTER_ALIGNMENT, \"cli.wav\");\r\n\r\n JButton clickDelete = makeButton(\"deleteTask\", \"Delete\",\r\n 125, 620, 100, 25, JComponent.CENTER_ALIGNMENT, null);\r\n\r\n JButton clickComplete = makeButton(\"completeTask\", \"Complete\",\r\n 230, 620, 100, 25, JComponent.CENTER_ALIGNMENT, null);\r\n\r\n JButton clickIncomplete = makeButton(\"IncompleteTask\", \"UndoComplete\",\r\n 335, 620, 130, 25, JComponent.CENTER_ALIGNMENT, \"cli.wav\");\r\n\r\n JButton clickCreate = makeButton(\"newTask\", \"Create A Task\",\r\n 175, 670, 150, 25, JComponent.CENTER_ALIGNMENT, \"cli.wav\");\r\n\r\n JButton showComplete = makeButton(\"showComplete\", \"Show Completed\",\r\n 175, 700, 150, 25, JComponent.CENTER_ALIGNMENT, \"cli.wav\");\r\n showComplete.getModel().setPressed(showCompleted);\r\n\r\n JButton clickSave = makeButton(\"saveTodo\", \"Save List\",\r\n 175, 730, 150, 25, JComponent.CENTER_ALIGNMENT, \"cli.wav\");\r\n\r\n addElementsToPanelList(list, clickUpdate, clickDelete, clickComplete, clickIncomplete, clickCreate,\r\n showComplete, clickSave);\r\n }\r\n }", "public PrintsPanel() {\n initComponents();\n createPanels();\n\n }", "void createGebruikersBeheerPanel() {\n frame.add(gebruikersBeheerView.createGebruikersBeheerPanel());\n frame.setTitle(gebruikersBeheerModel.getTitle());\n }", "private FactoryViewPanel buildBasicPanel()\r\n {\r\n FactoryViewPanel panel = new FactoryViewPanel();\r\n JComponent pathComponent = addField(panel, myDataSourceModel.getPath());\r\n if (pathComponent instanceof JTextComponent)\r\n {\r\n ((JTextComponent)pathComponent).setEditable(false);\r\n }\r\n addField(panel, myDataSourceModel.getSourceName());\r\n return panel;\r\n }", "void setNewCollectionPanel();", "public PanelSobre() {\n initComponents();\n }", "public PanelSobre() {\n initComponents();\n }", "public SPOR() {\n initComponents();\n }", "public PanelSgamacView1()\n {\n }", "private void makeButtonPanel()\n {\n \n this.buttonPanel.setLayout(new GridLayout(10, 2, 30, 10));\n \n \n this.buttonPanel.add(this.fLabel);\n this.fName.setColumns(COL_WIDTH);\n this.buttonPanel.add(this.fName);\n\n this.buttonPanel.add(this.lLabel);\n this.lName.setColumns(COL_WIDTH);\n this.buttonPanel.add(this.lName);\n\n this.buttonPanel.add(this.idLabel);\n this.iD.setColumns(COL_WIDTH);\n this.buttonPanel.add(this.iD);\n\n this.buttonPanel.add(this.courseLabel);\n this.course.setColumns(COL_WIDTH);\n this.buttonPanel.add(this.course);\n\n this.buttonPanel.add(this.instructorLabel);\n this.instructor.setColumns(COL_WIDTH);\n this.buttonPanel.add(this.instructor);\n\n this.buttonPanel.add(this.tutorLabel);\n this.tutor.setColumns(COL_WIDTH);\n this.buttonPanel.add(this.tutor);\n \n this.buttonPanel.add(this.commentsLable);\n this.comments.setColumns(COL_WIDTH);\n this.buttonPanel.add(this.comments);\n //Removed for appointment tabel\n //this.buttonPanel.add(this.appointmentLable);\n //this.buttonPanel.add(this.appointment);\n this.buttonPanel.add(this.sessionLenLabel);\n this.sessionLength.setColumns(COL_WIDTH);\n this.sessionLength.setText(\"30\");\n this.buttonPanel.add(this.sessionLength);\n\n this.ADD_BUTTON.addActionListener(new AddButtonListener());\n //buttonPanel.add(ADD_BUTTON);\n \n \n this.addSessionPlaceHolder.add(this.buttonPanel);\n }", "public Panel() {\n initComponents();\n\n\n }", "private Panel designPanel() {\n Panel panel = new Panel();\n contentLayout = new FormLayout();\n wrapperLayout = new VerticalLayout();\n numberOfDatasetsBox = new ComboBox<>();\n numberOfReplicatesBox = new ComboBox<>(\"Select number of Replicates\");\n\n\n List<Integer> possibleDatasetNumber =\n IntStream.rangeClosed(1, 100).boxed().collect(Collectors.toList());\n numberOfDatasetsBox.setItems(possibleDatasetNumber);\n\n List<Integer> possibleReplicateNumber =\n IntStream.rangeClosed(1, 100).boxed().collect(Collectors.toList());\n numberOfReplicatesBox.setItems(possibleReplicateNumber);\n\n datasetAccordion = new Accordion();\n datasetAccordion.setWidth(\"100%\");\n\n panel.setContent(wrapperLayout);\n return panel;\n }", "public CreateNewEventJPanel() {\n }", "public void crearPanel(){\n\n panel = new JPanel();\n this.getContentPane().add(panel);\n panel.setBackground(Color.CYAN);\n panel.setLayout(null);\n }", "public LocalPanel() {\r\n\t\tinitComponents();\r\n\t}", "private void initPanel() {\r\n panel = new JDialog(mdiForm);\r\n panel.setTitle(\"Groups\");\r\n panel.setSize(325, 290);\r\n panel.getContentPane().add(groupsController.getControlledUI());\r\n Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();\r\n java.awt.Dimension dlgSize = panel.getSize();\r\n int x = screenSize.width/1 - ((dlgSize.width/1)+20);\r\n int y = screenSize.height/1 - ((dlgSize.height/1)+60);\r\n panel.setLocation(x, y);\r\n panel.setFocusable(false);\r\n panel.show();\r\n panel.setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE);\r\n panel.addWindowListener(new java.awt.event.WindowAdapter() {\r\n public void windowClosing(java.awt.event.WindowEvent event) {\r\n panel.dispose();\r\n maintainSponsorHierarchyBaseWindow.mnuItmPanel.setSelected(false);\r\n maintainSponsorHierarchyBaseWindow.btnPanel.setSelected(false);\r\n }\r\n });\r\n }", "@Override\n public void newPanelModel() {\n\n }", "@Override\n public void newPanelModel() {\n\n }", "public PanelIniciarSesion() {\n initComponents();\n }", "private void crearPanel() {\r\n\t\tJLabel lbl_Empresa = new JLabel(\"Empresa:\");\r\n\t\tlbl_Empresa.setBounds(10, 52, 72, 14);\r\n\t\tadd(lbl_Empresa);\r\n\r\n\t\ttxField_Empresa = new JTextField();\r\n\t\ttxField_Empresa.setBounds(116, 49, 204, 20);\r\n\t\tadd(txField_Empresa);\r\n\t\ttxField_Empresa.setColumns(10);\r\n\r\n\t\tlbl_Oferta = new JLabel(\" \");\r\n\t\tlbl_Oferta.setFont(new Font(\"Tahoma\", Font.PLAIN, 20));\r\n\t\tlbl_Oferta.setBounds(10, 11, 742, 20);\r\n\t\tadd(lbl_Oferta);\r\n\r\n\t\tJLabel lbl_sueldoMin = new JLabel(\"Sueldo Minimo:\");\r\n\t\tlbl_sueldoMin.setBounds(10, 83, 96, 14);\r\n\t\tadd(lbl_sueldoMin);\r\n\r\n\t\ttxField_sueldoMin = new JTextField();\r\n\t\ttxField_sueldoMin.setColumns(10);\r\n\t\ttxField_sueldoMin.setBounds(116, 80, 93, 20);\r\n\t\tadd(txField_sueldoMin);\r\n\r\n\t\tJLabel lbl_sueldoMax = new JLabel(\"Sueldo Maximo:\");\r\n\t\tlbl_sueldoMax.setBounds(10, 115, 96, 14);\r\n\t\tadd(lbl_sueldoMax);\r\n\r\n\t\ttxField_sueldoMax = new JTextField();\r\n\t\ttxField_sueldoMax.setColumns(10);\r\n\t\ttxField_sueldoMax.setBounds(116, 112, 93, 20);\r\n\t\tadd(txField_sueldoMax);\r\n\r\n\t\tJLabel lbl_experiencia = new JLabel(\"A\\u00F1os de experiencia minimos:\");\r\n\t\tlbl_experiencia.setBounds(10, 143, 185, 14);\r\n\t\tadd(lbl_experiencia);\r\n\r\n\t\ttxField_experiencia = new JTextField();\r\n\t\ttxField_experiencia.setColumns(10);\r\n\t\ttxField_experiencia.setBounds(205, 140, 93, 20);\r\n\t\tadd(txField_experiencia);\r\n\r\n\t\tJLabel lbl_aspectosValorar = new JLabel(\"Aspectos a valorar:\");\r\n\t\tlbl_aspectosValorar.setBounds(10, 178, 137, 14);\r\n\t\tadd(lbl_aspectosValorar);\r\n\r\n\t\ttxArea_aspectosValorar = new JTextArea();\r\n\t\ttxArea_aspectosValorar.setBorder(UIManager.getBorder(\"TextField.border\"));\r\n\t\ttxArea_aspectosValorar.setBounds(157, 172, 253, 41);\r\n\t\tadd(txArea_aspectosValorar);\r\n\r\n\t\tJLabel lbl_aspectosImpres = new JLabel(\"Aspectos imprescindibles:\");\r\n\t\tlbl_aspectosImpres.setBounds(10, 238, 133, 14);\r\n\t\tadd(lbl_aspectosImpres);\r\n\r\n\t\ttxArea_aspectosImpres = new JTextArea();\r\n\t\ttxArea_aspectosImpres.setBorder(UIManager.getBorder(\"TextField.border\"));\r\n\t\ttxArea_aspectosImpres.setBounds(157, 232, 253, 41);\r\n\t\tadd(txArea_aspectosImpres);\r\n\r\n\t\tJLabel lbl_descripcion = new JLabel(\"Descripcion:\");\r\n\t\tlbl_descripcion.setBounds(10, 302, 107, 14);\r\n\t\tadd(lbl_descripcion);\r\n\r\n\t\ttxArea_descripcion = new JTextArea();\r\n\t\ttxArea_descripcion.setBorder(UIManager.getBorder(\"TextField.border\"));\r\n\t\ttxArea_descripcion.setBounds(10, 328, 465, 149);\r\n\t\tadd(txArea_descripcion);\r\n\r\n\t\tJLabel lbl_conocimientos = new JLabel(\"Conocimientos requeridos:\");\r\n\t\tlbl_conocimientos.setBounds(537, 125, 169, 14);\r\n\t\tadd(lbl_conocimientos);\r\n\r\n\t\tpa_conocimientos = new PanelListaDoble(Usuario.getConocimientosTotales(), miOferta.getConocimientos());\r\n\t\tpa_conocimientos.setBounds(537, 174, 215, 180);\r\n\t\tadd(pa_conocimientos);\r\n\r\n\t\ttxField_buscarCono = new JTextField();\r\n\t\ttxField_buscarCono.setBounds(537, 140, 135, 20);\r\n\t\tadd(txField_buscarCono);\r\n\t\ttxField_buscarCono.setColumns(10);\r\n\r\n\t\tJButton btn_buscar = new JButton(\"\");\r\n\t\tbtn_buscar.setBounds(682, 138, 24, 23);\r\n\t\tadd(btn_buscar);\r\n\r\n\t\tbtn_crear = new JButton(\"\");\r\n\t\tbtn_crear.setBounds(716, 138, 24, 23);\r\n\t\tadd(btn_crear);\r\n\r\n\t\ttxField_lugar = new JTextField();\r\n\t\ttxField_lugar.setEditable(false);\r\n\t\ttxField_lugar.setColumns(10);\r\n\t\ttxField_lugar.setBounds(506, 49, 234, 20);\r\n\t\tadd(txField_lugar);\r\n\r\n\t\tJLabel lbl_lugar = new JLabel(\"Lugar de trabajo:\");\r\n\t\tlbl_lugar.setBounds(392, 52, 104, 14);\r\n\t\tadd(lbl_lugar);\r\n\r\n\t\tJLabel lbl_contrato = new JLabel(\"Tipo de contrato:\");\r\n\t\tlbl_contrato.setBounds(392, 83, 104, 14);\r\n\t\tadd(lbl_contrato);\r\n\r\n\t\tcombo_contrato = new JComboBox<Contrato>();\r\n\t\tcombo_contrato.addItem(Contrato.INDEFINIDO_TIEMPO_COMPLETO);\r\n\t\tcombo_contrato.addItem(Contrato.INDEFINIDO_TIEMPO_PARCIAL);\r\n\t\tcombo_contrato.addItem(Contrato.TEMPORAL_TIEMPO_COMPLETO);\r\n\t\tcombo_contrato.addItem(Contrato.TEMPORTAL_TIEMPO_PARCIAL);\r\n\t\tcombo_contrato.setBounds(506, 83, 159, 20);\r\n\t\tadd(combo_contrato);\r\n\t\t// d\r\n\t\tinicializar(miOferta);\r\n\t\tdesHabCampos(false);\r\n\t\tif (miOferta.getEmpresa().getNumID().compareToIgnoreCase(Aplicacion.getUsuario().getNumID()) == 0) {\r\n\t\t\tbtnEliminar = new JButton(\"Eliminar\");\r\n\t\t\tbtnEliminar.setToolTipText(\"Eliminar\");\r\n\t\t\tbtnEliminar.setBounds(492, 384, 125, 41);\r\n\t\t\tadd(btnEliminar);\r\n\r\n\t\t\tbtnRetirar = new JButton(\"\\uD83D\\uDC40\");\r\n\t\t\tbtnRetirar.setToolTipText(\"Retirar Oferta\");\r\n\t\t\tbtnRetirar.setBounds(627, 384, 125, 41);\r\n\t\t\tadd(btnRetirar);\r\n\r\n\t\t\tbutton_Editar = new JButton(\"Editar\");\r\n\t\t\tbutton_Editar.setToolTipText(\"Editar\");\r\n\t\t\tbutton_Editar.setBounds(627, 436, 125, 41);\r\n\t\t\tadd(button_Editar);\r\n\r\n\t\t\tbutton_Editar.addMouseListener(new MouseAdapter() {\r\n\t\t\t\t@Override\r\n\t\t\t\tpublic void mouseClicked(MouseEvent e) {\r\n\t\t\t\t\tdesHabCampos(true);\r\n\t\t\t\t\tbutton_Editar.setVisible(false);\r\n\t\t\t\t\tbtnEliminar.setVisible(false);\r\n\t\t\t\t\tbtnRetirar.setVisible(false);\r\n\t\t\t\t\tbtn_crear.setVisible(false);\r\n\r\n\t\t\t\t\tbtn_guardar = new JButton(\"Guardar\");\r\n\t\t\t\t\tbtn_guardar.setToolTipText(\"Guardar\");\r\n\t\t\t\t\tbtn_guardar.setBounds(627, 436, 125, 41);\r\n\t\t\t\t\tadd(btn_guardar);\r\n\r\n\t\t\t\t\tbtn_cancelar = new JButton(\"Cancelar\");\r\n\t\t\t\t\tbtn_cancelar.setToolTipText(\"Cancelar\");\r\n\t\t\t\t\tbtn_cancelar.setBounds(492, 436, 125, 41);\r\n\t\t\t\t\tadd(btn_cancelar);\r\n\r\n\t\t\t\t\tbtn_cancelar.addMouseListener(new MouseAdapter() {\r\n\t\t\t\t\t\t@Override\r\n\t\t\t\t\t\tpublic void mouseClicked(MouseEvent e) {\r\n\t\t\t\t\t\t\tbtn_guardar.removeAll();\r\n\t\t\t\t\t\t\tbtn_cancelar.removeAll();\r\n\t\t\t\t\t\t\tbtn_cancelar.setVisible(false);\r\n\t\t\t\t\t\t\tbtn_guardar.setVisible(false);\r\n\t\t\t\t\t\t\tbtnEliminar.setVisible(true);\r\n\t\t\t\t\t\t\tbutton_Editar.setVisible(true);\r\n\t\t\t\t\t\t\tbtnRetirar.setVisible(true);\r\n\t\t\t\t\t\t\tbtn_crear.setVisible(true);\r\n\t\t\t\t\t\t\tinicializar(miOferta);\r\n\t\t\t\t\t\t\tdesHabCampos(false);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\r\n\t\t\t\t\tbtn_guardar.addMouseListener(new MouseAdapter() {\r\n\t\t\t\t\t\t@Override\r\n\t\t\t\t\t\tpublic void mouseClicked(MouseEvent e) {\r\n\t\t\t\t\t\t\tEmergenteCambios.createWindow(\"┐Desea guardar los cambios?\", (TieneEmergente) padre);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t}\r\n\t}", "void addPanel() {\n \tPanel panel = new Panel();\r\n\r\n panel.setLayout(new GridLayout(4, 1));\r\n jSliderBrightness = makeTitledSilder(\"Helligkeit\", 0, 256, 128); // werte veraendert\r\n jSliderContrast = makeTitledSilder(\"Kontrast\", 0, 10, 5);\r\n jSliderSaturation = makeTitledSilder(\"Sättigung\", 0, 9, 4);\r\n jSliderHue = makeTitledSilder(\"Hue\", 0, 360, 0);\r\n //jSliderContrast = makeTitledSilder(\"Slider2-Wert\", 0, 100, 50);\r\n panel.add(jSliderBrightness);\r\n panel.add(jSliderContrast);\r\n panel.add(jSliderSaturation);\r\n panel.add(jSliderHue);\r\n \r\n add(panel);\r\n \r\n pack();\r\n }", "public DetailsPanel( )\n {\n initComponents();\n }", "private void createpanel1() {\r\n\t\theader = new JLabel();\r\n\t\theader.setText(\"Type in Userinformation\");\r\n\t\theader.setFont(customFont.deriveFont(25f));\r\n\t\theader.setForeground(Color.WHITE);\r\n\r\n\t\tpanels[0].add(header);\r\n\t\tpanels[0].setOpaque(false);\r\n\t\tallComponents.add(panels[0]);\r\n\r\n\t}", "private void createPanel() {\n JPanel panel = new JPanel();\n \n for(int i = 0; i < button.size(); i++){\n panel.add(button.get(i));\n }\n panel.add(label);\n \n add(panel);\n }", "public Panel() {\n }", "public studentsPanel() {\n initComponents();\n String no = String.valueOf(sNum.studentID);\n String name = String.valueOf(sNum.studentName);\n lblStudentID.setText(name);\n delivery();\n lblTakeBookLimit.setText(new texts().bookLimit() + takeBookLimit + \" )\");\n List();\n }", "public void addPanelControls() {\n\t\tlist_sort = new JComboBox<>(new String[] { \"MSSV\", \"HoTen\", \"NTNS\" });\r\n\t\tbtn_sapxep = new JButton(\"Sap xep\");\r\n\t\tbtn_them = new JButton(\"Them\");\r\n\t\tbtn_xoa = new JButton(\"Xoa\");\r\n\t\tbtn_save = new JButton(\"Save\");\r\n\t\tbtn_load = new JButton(\"Load\");\r\n\r\n\t\tJPanel mControlPanel = new JPanel(new GridLayout(5, 1));\r\n\t\tmControlPanel.add(btn_them);\r\n\t\tmControlPanel.add(btn_xoa);\r\n\t\tJPanel sapxepPanel = new JPanel();\r\n\t\tsapxepPanel.add(list_sort);\r\n\t\tsapxepPanel.add(btn_sapxep);\r\n\t\tmControlPanel.add(sapxepPanel);\r\n\t\tmControlPanel.add(btn_save);\r\n\t\tmControlPanel.add(btn_load);\r\n\r\n\t\tmControlPanel.setPreferredSize(new Dimension(380, 200));\r\n\t\tmControlPanel.setBorder(new TitledBorder(\"Controls\"));\r\n\t\tc.fill = GridBagConstraints.HORIZONTAL;\r\n\t\tc.weightx = 0.5;\r\n\t\tc.gridx = 1;\r\n\t\tc.gridy = 0;\r\n\t\tpanel.add(mControlPanel,c);\r\n\t}", "public ControlPanel() {\n\t\tpanelName = null;\n\t}", "private void buildControls() {\n\t\tsetLayout(new FillLayout());\n\t\tSashForm child = new SashForm(this, SWT.VERTICAL);\n\t\ttable = new Table(child, SWT.FULL_SELECTION | SWT.MULTI | SWT.BORDER );\n\t\ttable.addSelectionListener(createSelctionListener());\n\t\tviewer = buildAndLayoutTable(table);\n\t\taddDNDSupport(viewer);\n\t\tattachContentProvider(viewer);\n\t\tattachLabelProvider(viewer);\n\t\tsingleRating = new RatingTable(child, null, SWT.HORIZONTAL, model);\n\t\t//Zum Debuggen ist das Textfeld sehr nützlich\n\t\t//Text target = new Text(child, SWT.NONE);\n\t\t//initDropTest(target);\n\t\t//child.setWeights(new int[] {2, 1, 1});\n\t\tchild.setWeights(new int[]{2, 1});\n\t\taddFilter(viewer);\n\t\tviewer.setInput(webtrace);\n\t}", "private static void assembleAddPanel(){\n addPanel.add(addPlayerNameLabel);\n addPanel.add(newPlayerNameTextBox);\n addPlayerButton.addStyleName(\"add-button\");\n newPlayerNameTextBox.addStyleName(\"player-name-textbox\");\n addPlayerButton.addStyleName(\"btn btn-default\");\n resetRosterButton.addStyleName(\"btn btn-default\");\n addPlayerButton.setHTML(\"<span class=\\\"glyphicon glyphicon-plus\\\" aria-hidden=\\\"true\\\"></span>Add Player\");\n resetRosterButton.setHTML(\"<span class=\\\"glyphicon glyphicon-repeat\\\" aria-hidden=\\\"true\\\"></span>Reset All\");\n }", "public DashBoardPanel() {\n initComponents();\n }", "private void fillPanel(){\n\t\t\tcontent.setLayout(new GridLayout(9,1));\n\t\t\tcontent.setBackground(Color.BLACK);\n\t\t\tcontent.add(playerNameLabel);\n\t\t\tcontent.add(playerNameField);\n\t\t\tcontent.add(placeHolder);\n\t\t\tcontent.add(passwordLabel);\n\t\t\tcontent.add(passwordField);\n\t\t\tcontent.add(passwordLabelRepeat);\n\t\t\tcontent.add(passwordFieldRepeat);\n\t\t\tcontent.add(placeHolder2);\n\t\t\tcontent.add(createButton);\t\n\t\t}", "private void createOperationsPanel() {\n\t\toperationsPanel = new JPanel(new GridLayout(5, 1));\n\n\t\tspanningTreeButton = new JButton(\"Árvore de cobertura\");\n\t\tspanningTreeButton.addActionListener(new SpanningTreeHandler());\n\n\t\tblockingStatesButton = new JButton(\"Estados bloqueantes\");\n\t\tblockingStatesButton.addActionListener(new BlockingStatesHandler());\n\n\t\tnonLimitedStatesButton = new JButton(\"Estados não-limitados\");\n\t\tnonLimitedStatesButton.addActionListener(new NonLimitedStatesHandler());\n\n\t\tnetworkConservationButton = new JButton(\"Conservação da rede\");\n\t\tnetworkConservationButton.addActionListener(new NetworkConservationHandler());\n\n\t\treachabelStateButton = new JButton(\"Estado alcançável\");\n\t\treachabelStateButton.addActionListener(new ReachableStateHandler());\n\n\t\toperationsPanel.add(spanningTreeButton);\n\t\toperationsPanel.add(blockingStatesButton);\n\t\toperationsPanel.add(nonLimitedStatesButton);\n\t\toperationsPanel.add(networkConservationButton);\n\t\toperationsPanel.add(reachabelStateButton);\n\n\t\tthis.add(operationsPanel, BorderLayout.WEST);\n\t}", "private void createTopPanel(){\n computerPaquetView = new ViewDeckVisible(true);\n this.getContentPane().add(computerPaquetView);\n }", "private JPanel makeControlPanel() {\n\n final JPanel panel = new JPanel(new FlowLayout(3));\n final JButton refreshButton = new JButton(new ImageIcon(iconMaker(\"refreshREAL.png\")));\n refreshButton.setFocusPainted(false);\n refreshButton.addActionListener(this::refreshButtonClicked);\n refreshButton.setToolTipText(\"Refresh Item Price(s)\");\n //checkButton.setPreferredSize(new Dimension(25,25));\n JButton viewLink = new JButton(new ImageIcon(iconMaker(\"visitSite.png\")));\n viewLink.setToolTipText(\"Visit Item Website\");\n JButton deleteItem = new JButton(new ImageIcon(iconMaker(\"delete.png\")));\n deleteItem.setToolTipText(\"Remove Item\");\n JButton addItem = buttonMaker(\"additem.png\");\n addItem.setToolTipText(\"Add Item to Price Watcher\");\n JButton editItem = buttonMaker(\"edititem.png\");\n editItem.setToolTipText(\"Edit Item Details\");\n\n\n viewLink.setFocusPainted(false);\n deleteItem.setFocusPainted(false);\n\n viewLink.addActionListener(this::viewPageClicked);\n panel.add(refreshButton);\n panel.add(viewLink);\n panel.add(deleteItem);\n panel.add(addItem);\n panel.add(editItem);\n\n return panel;\n }", "public AppoinmentPanel() {\n initComponents();\n }", "private void createSchedulePanel()\n\t{\n\t\t//newWeek=new Week(selectedId);\n\t\t//contentPane.add(newWeek,BorderLayout.SOUTH);\n\t\t//System.out.println(\"first time load:\"+selectedId);\n\t\tschedule=new Schedule(selectedId, isSprinklerSelected);\n\t\tschedulePane=new JPanel();\n\t\tschedulePane.setLayout(new FlowLayout(FlowLayout.CENTER));\n\t\tschedulePane.add(schedule);\n\t\tcontentPane.add(schedulePane,BorderLayout.CENTER);//add to content pane\n\t}", "@Override\n\t\t\tpublic void actionPerformed(ActionEvent arg0) {\n\t\t\t\tString [] params = {H_Panel.getName(),H_Panel.getDesc()};\n\t\t\t\tservDisp.add(params);\t\t\n\t\t\t\t_MGR.setHeader(H_Panel.getName());\n\t\t\t\t_MGR.setDescr(H_Panel.getDesc());\n\t\t\t\t_MGR.loadTagsToProject();\n\t\t\t\t//_MGR.updateTagsInProjectPanels();\n\t\t\t\tSP_PManager_Widget.this.setVisible(false);\n\t\t\t}", "public SettingsPanel() {\n initComponents();\n }", "public NewJFrame() {\n initComponents();\n \n \n //combo box\n comboCompet.addItem(\"Séléction officielle\");\n comboCompet.addItem(\"Un certain regard\");\n comboCompet.addItem(\"Cannes Courts métrages\");\n comboCompet.addItem(\"Hors compétitions\");\n comboCompet.addItem(\"Cannes Classics\");\n \n \n //redimension\n this.setResizable(false);\n \n planning = new Planning();\n \n \n }", "public EOProductPanel2() {\n initComponents();\n }", "public void onNew() {\t\t\n\t\tdesignWidget.addNewForm();\n\t}", "private void putPanels() {\n\t\tfrmUserDesign.getContentPane().add(userDesignPanel, \"userDesign\");\n\t\tfrmUserDesign.getContentPane().add(vendasClass.getVendas(), \"Vendas\");\n\t\tfrmUserDesign.getContentPane().add(maquinaClass.getMaquinas(), \"Maquinas\");\n\t\tfrmUserDesign.getContentPane().add(funcionarioClasse.getFuncionarios(), \"Funcionarios\");\n\t\tfrmUserDesign.getContentPane().add(produtoClass.getProdutos(), \"Produtos\");\n\t\tfrmUserDesign.getContentPane().add(chart.getGrafico(), \"Grafico\");\n\t\tcl.show(frmUserDesign.getContentPane(), \"userDesign\");// mostrar o main menu\n\t}", "public void createPartyPanel()\n {\n setPartyLabel(game.getPartyPane(), 0);\n //setPartyLabel(\"EMPTY\", 1);\n //setPartyLabel(\"EMPTY\", 2);\n //setPartyLabel(\"EMPTY\", 3);\n reloadPartyPanel();\n }", "SummaryPanel() {\r\n\t\tsetLayout(new GridBagLayout());\r\n\t\tsetBackground(Color.white);\r\n\t\twriteButton.addActionListener(this);\r\n\t\tsetupGui();\r\n\t}", "private JPanel buildNorthPanel() {\n\t\t\n\t\tGridBagLayout layout;\n\t\tGridBagConstraints constraints;\n\t\tJPanel panel;\n\t\tint row, col;\n\t\t\n\t\tlayout = new GridBagLayout();\n\t\tconstraints = new GridBagConstraints();\n\t\tpanel = new JPanel(layout);\n\t\trow = 0;\n\t\tcol = 0;\n\t\tJLabel headerLabel = new JLabel(stringFactory.getString(\n\t\t\t\tLabelStringFactory.SAVEASCONFIG_FRAME_SAVE_NEW_CONFIGURATION));\n\t\theaderLabel.setFont(new Font(\"arial\", Font.PLAIN, 18));\n\t\tGUIUtils.add(panel, headerLabel, layout, constraints, row++, col, \n\t\t\t1, 1, 1, 1, GridBagConstraints.NORTHEAST, GridBagConstraints.BOTH,\n\t\t\tGUIUtils.MED_LARGE_INSETS);\n\t\treturn panel;\n\t}", "public ComandaPanel() {\n\n initComponents();\n // comanda = new Comanda();\n }", "public AssemblingMessageListPanel()\n {\n //initComponents();\n }", "private void buildPanel()\n\t{\n\t\tvoterIDMessage = new JLabel(\"Please Enter Your Voter ID.\");\n\t\tbutton1 = new JButton(\"Cancel\");\n\t\tbutton1.addActionListener(new ButtonListener());\n\t\tbutton2 = new JButton(\"OK\");\n\t\tbutton2.addActionListener(new ButtonListener());\n\t\tidText = new JTextField(10);\n\t\tpanel1 = new JPanel();\n\t\tpanel2 = new JPanel();\n\t\tpanel3 = new JPanel();\n\t\tpanel1.add(voterIDMessage);\n\t\tpanel2.add(idText);\n\t\tpanel3.add(button1);\n\t\tpanel3.add(button2);\n\t}", "@Override\r\n public void actionPerformed(ActionEvent actionEvent) {\r\n createManualJPanel();\r\n }", "final JPanel createMainPanel() {\r\n\r\n logger.entering(this.getClass().getName(), \"createMainPanel\");\r\n\r\n this.pnlMain = new JPanel();\r\n\r\n this.pnlMain.setLayout(new BorderLayout());\r\n\r\n this.pnlMain.add(new JLabel(\r\n \"Select the MicroSensorDataTypes that shall be filtered out\"),\r\n BorderLayout.NORTH);\r\n\r\n this.pnlMain.add(createCheckBoxPanel(), BorderLayout.CENTER);\r\n\r\n this.pnlMain.add(getButtonPanel(), BorderLayout.SOUTH);\r\n\r\n logger.exiting(this.getClass().getName(), \"createMainPanel\",\r\n this.pnlMain);\r\n\r\n return this.pnlMain;\r\n }", "public SearchResultPanel()\n\t{\n\t\tcreateComponents();\n\t\tdesignComponents();\n\t\taddComponents();\n\t}", "public void preparePanelPoder(){\n\t\tpanelNombrePoder = new JPanel();\n\t\tpanelNombrePoder.setLayout( new GridLayout(3,1,0,0 ));\n\t\t\n\t\tString name = ( game.getCurrentSorpresa() == null )?\" No hay sorpresa\":\" \"+game.getCurrentSorpresa().getClass().getName();\n\t\tn1 = new JLabel(\"Sorpresa actual:\"); \n\t\tn1.setForeground(Color.WHITE);\n\t\t\n\t\tn2 = new JLabel();\n\t\tn2.setText(name.replace(\"aplicacion.\",\"\"));\n\t\tn2.setForeground(Color.WHITE);\n\t\t\n\t\tpanelNombrePoder.add(n1);\n\t\tpanelNombrePoder.add(n2);\n\t\tpanelNombrePoder.setBounds( 34,200 ,110,50);\n\t\tpanelNombrePoder.setOpaque(false);\n\t\tthis.add( panelNombrePoder);\n\t\t\n\t\t\n\t\t\n\t\t\n\t}", "public HashDbSimplePanel() {\n initComponents();\n customizeComponents();\n }", "private MultiDestnPanel(){\r\n\t\t\tJPanel btnPanel=new JPanel();\r\n\t\t\tinfoPanel.setLayout(new BoxLayout(infoPanel,BoxLayout.Y_AXIS));\r\n\t\t\tfinal JButton btnAddDestn=new JButton(\"Add Destination\");\r\n\t\t\tfinal JButton btnDeleteDestn=new JButton(\"Delete Destination\");\r\n\t\t\tbtnAddDestn.addActionListener(Planner.this);\r\n\t\t\tbtnAddDestn.setToolTipText(\"Select 'Add Destination' after entering a valid additional airport in the text panel above. Multiple airports may be added.\");\r\n\t\t\tbtnDeleteDestn.addActionListener(Planner.this);\r\n\t\t\tbtnDeleteDestn.setToolTipText(\"Select 'Delete Destination' if you wish to delete the most recently added additional airports.\");\r\n\t\t\tsetLayout(new BorderLayout());\r\n\t\t\tbtnPanel.add(btnAddDestn);\r\n\t\t\tbtnPanel.add(btnDeleteDestn);\r\n\t\t\tinfoPanel.setBorder(new TitledBorder(\"Destination +\"));\r\n\t\t\tbtnPanel.setBackground(Color.LIGHT_GRAY);\r\n\t\t\tInputPanel in=new InputPanel(num);\r\n\r\n\r\n\t\t\tin.add(btnPanel);\r\n\t\t\tinput[num].setText(\"Ignore If Only One Destination\");\r\n \tinput[num].addMouseListener(new MouseAdapter(){ //delete text when click\r\n\r\n \tpublic void mouseClicked(MouseEvent e){\r\n \t input[num].setText(\"\");\r\n \t}\r\n \t});\r\n\r\n\t\t\tadd(in, BorderLayout.CENTER);\r\n\t\t\tadd(infoPanel, BorderLayout.NORTH);\r\n\t\t}", "public ControladorPanel() { }", "public DisputeSearchPanel() {\n initComponents();\n }", "public MenuPanel() {\n initComponents();\n }", "private void creatingElements() {\n\t\ttf1 = new JTextField(20);\n\t\ttf2 = new JTextField(20);\n\t\ttf3 = new JTextField(20);\n\t\tJButton btn = new JButton(\"Add\");\n\t\tbtn.addActionListener(control);\n\t\tbtn.setActionCommand(\"add\");\n\t\t\n\t\tJPanel panel = new JPanel();\n\t\tpanel.add(tf1);\n\t\tpanel.add(tf2);\n\t\tpanel.add(btn);\n\t\tpanel.add(tf3);\n\t\t\n\t\tthis.add(panel);\n\t\t\n\t\tthis.validate();\n\t\tthis.repaint();\t\t\n\t\t\n\t}", "private void init() {\r\n\t\tthis.panel.setLayout(new BoxLayout(this.panel, BoxLayout.PAGE_AXIS));\r\n\t\tthis.labelTitle = new JLabel(\"Edit your weapons\");\r\n\t\tthis.labelTitle.setAlignmentX(Component.CENTER_ALIGNMENT);\r\n\t\tthis.initFilter();\r\n\t\tthis.initList();\r\n\t\tthis.list.setSelectedIndex(0);\r\n\t\tthis.initInfo();\r\n\t\tthis.initButton();\r\n\r\n\t\tJPanel panelWest = new JPanel();\r\n\t\tpanelWest.setLayout(new BoxLayout(panelWest, BoxLayout.PAGE_AXIS));\r\n\t\tJPanel panelCenter = new JPanel();\r\n\t\tpanelCenter.setLayout(new BoxLayout(panelCenter, BoxLayout.LINE_AXIS));\r\n\r\n\t\tpanelWest.add(this.panelFilter);\r\n\t\tpanelWest.add(Box.createRigidArea(new Dimension(0, 5)));\r\n\t\tpanelWest.add(this.panelInfo);\r\n\t\tpanelCenter.add(panelWest);\r\n\t\tpanelCenter.add(Box.createRigidArea(new Dimension(10, 0)));\r\n\t\tthis.panelList.setPreferredSize(new Dimension(300, 150));\r\n\t\tpanelCenter.add(this.panelList);\r\n\r\n\t\tthis.panel.add(this.labelTitle);\r\n\t\tthis.panel.add(Box.createRigidArea(new Dimension(0, 10)));\r\n\t\tthis.panel.add(panelCenter);\r\n\t\tthis.panel.add(Box.createRigidArea(new Dimension(0, 10)));\r\n\t\tthis.panel.add(this.panelButton);\r\n\r\n\t}", "private void setUpPanel() {\n\n this.add(nameLabel);\n this.add(showMetadataButton);\n this.add(compressFilesButton);\n this.add(decompressFilesButton);\n this.add(compressionResultLabel);\n this.add(messageShorteningButton);\n this.add(messageShorteningResultLabel);\n }", "public abstract void createContents(Panel mainPanel);", "private void buildPanel()\r\n\t{\r\n\t\tgallonsLabel = new JLabel(\"Gallons: \");\r\n\t\tgallonsField = new JTextField(5);\r\n\t\t\r\n\t\tmilesLabel = new JLabel(\"Miles: \");\r\n\t\tmilesField = new JTextField(5);\r\n\t\t\r\n\t\tcalcButton = new JButton(\"Calculate MPG\");\r\n\t\tcalcButton.addActionListener(new CalcButtonListener());\r\n\t\t\r\n\t\tpanel = new JPanel();\r\n\t\tpanel.add(gallonsLabel);\r\n\t\tpanel.add(gallonsField);\r\n\t\tpanel.add(milesLabel);\r\n\t\tpanel.add(milesField);\r\n\t\tpanel.add(calcButton);\r\n\t}", "private void panelSISC(String panel) {\n\n this.dispose();\n new InterfazPlantillaPestanas(panel).setVisible(true);\n }", "public Gui() {\n initComponents();\n paneles = new ArrayList();\n btGroup.add(rbCrear);\n btGroup.add(rbConsultar);\n btGroup.add(rbModificar);\n btGroup.add(rbEliminar);\n paneles.add(panelCrearConsultarUsuario); //INDICE 0\n paneles.add(panelCRUDItem); //INDICE 1\n paneles.add(panelCRUDPedido); //INDICE 2\n paneles.add(panelCRUDFactura); //INDICE 3\n setPanelesInvisible(-1);\n }", "public RSPStatusPanel() \n {\n initComponents();\n }", "public FDRSettingsPanel() {\n initComponents();\n }", "public GamesPanel() {\n initComponents();\n }", "public PanelControl() {\r\n initComponents();\r\n VersionEImageIcon versionEImageIcon = new VersionEImageIcon();\r\n versionEImageIcon.newColorFromPanel(panelColor);\r\n jLabel1.setText(INFO_LABEL);\r\n Usuario usuarioTipo = Login.getUsuario();\r\n this.administrador = usuarioTipo.isAdmin();\r\n if (!administrador)\r\n {\r\n rangos.setEnabled(false);\r\n controles.setEnabled(false);\r\n alta_usuarios.setEnabled(false);\r\n verificacion.setEnabled(false);\r\n }\r\n }", "public Planner(){\r\n\t\tsetLayout(new BorderLayout());\r\n\r\n\t\taptManager=new AirportManager(this);\r\n\t\tapt=aptManager.getAirport();\r\n\r\n\r\n JPanel btnPanel= new JPanel();\r\n final JButton btnClear=new JButton(\"Clear All\");\r\n final JButton btnCal=new JButton(\"Make Plan\");\r\n\t\tfinal JButton btnMap=new JButton(\"View Map\");\r\n final JButton btnExit=new JButton(\"Save/Exit\");\r\n Color color = Color.RED.darker();\r\n btnCal.setToolTipText(\"Select 'Make Plan' to start the flight plan, after entering a valid starting airport and destination(s).\");\r\n btnCal.setFont(btnFont);\r\n\t\tbtnCal.setBackground(color);\r\n\t\tbtnCal.setForeground(Color.white);\r\n btnCal.addActionListener(this);\r\n btnClear.setToolTipText(\"Select 'Clear All' to clear all of the currently entered airport data within the Routine Planner.\");\r\n \tbtnClear.addActionListener(this);\r\n \tbtnClear.setFont(btnFont);\r\n \tbtnMap.setToolTipText(\"Select 'View Map' to view a map of the world and current airports.\");\r\n \tbtnMap.setFont(btnFont);\r\n \tbtnMap.addActionListener(this);\r\n \tcolor = Color.GREEN.darker();\r\n \tbtnExit.setToolTipText(\"Select 'Save/Exit' to save and exit the flight plan.\");\r\n \tbtnExit.setFont(btnFont);\r\n\t\tbtnExit.setBackground(color);\r\n\t\tbtnExit.setForeground(Color.white);\r\n \tbtnExit.addActionListener(this);\r\n\r\n \tbtnPanel.setLayout(new GridLayout(4,1,10,10));\r\n \tbtnCal.setPreferredSize(new Dimension(120,70));\r\n \tbtnPanel.add(btnCal);\r\n \tbtnPanel.add(btnClear);\r\n \tbtnPanel.add(btnMap);\r\n \tbtnPanel.add(btnExit);\r\n\r\n \tJPanel show=new JPanel();\r\n \tshow.setLayout(new BoxLayout(show,BoxLayout.Y_AXIS));\r\n \tshow.add(new InputPanel(0));\r\n \tshow.add(new JLabel(\"TO\"));\r\n \tshow.add(new InputPanel(1));\r\n \tmdnScreen=new MultiDestnPanel();\r\n \tshow.add(mdnScreen);\r\n\r\n \tJScrollPane js=new JScrollPane(show);\r\n \tjs.setPreferredSize(new Dimension(300,310));\r\n\r\n\r\n \tJPanel description=new JPanel(new GridLayout(2,1));\r\n \t MatteBorder matte = new MatteBorder(5, 5, 5, 5, Color.LIGHT_GRAY);\r\n des.setBorder(matte);\r\n des.setHorizontalTextPosition(JLabel.CENTER);\r\n \tdes.setVerticalTextPosition(JLabel.TOP);\r\n des.setFont(font);\r\n des.setOpaque(true);\r\n des.setBackground(Color.CYAN);\r\n\t\tdescription.add(des);\r\n \tdescription.add(new JLabel(new ImageIcon(\"image/airplane.png\")));\r\n \tdescription.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));\r\n\r\n \tJPanel routinePlanner=new JPanel();\r\n \troutinePlanner.add(js,BorderLayout.CENTER);\r\n \troutinePlanner.add(btnPanel,BorderLayout.EAST);\r\n \troutinePlanner.setBorder(new TitledBorder(\"Routine Planner\"));\r\n\r\n \taptManager.setPreferredSize(new Dimension(380,300));\r\n \taptManager.setBorder(new TitledBorder(\"Airport Manager\"));\r\n\r\n \tadd(description,BorderLayout.NORTH);\r\n \tadd(aptManager,BorderLayout.WEST);\r\n \tadd(routinePlanner,BorderLayout.CENTER);\r\n\r\n\t\tMap m=new Map(apt);\r\n\t\taptManager.setMap(m);\r\n \tmapScreen=new JDialog(); //map dialog set up\r\n \tmapScreen.add(m);\r\n \tmapScreen.setTitle(\"World Map\");\r\n \tmapScreen.pack();\r\n \tmapScreen.setLocationRelativeTo(null);\r\n \tmapScreen.setResizable(false);\r\n \tmapScreen.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);\r\n }", "public loanform() {\n assets = 0;\n initComponents();\n assettypeinputs = new ArrayList();\n assetvalueinputs = new ArrayList();\n assetassesedinputs = new ArrayList();\n assettypelabels = new ArrayList();\n assetvaluelabels = new ArrayList();\n assetassesedlabels = new ArrayList();\n //jPanel6.setLayout(new FlowLayout());\n jPanel6.setLayout(new GridLayout(0,2));\n }", "public void createSearchForPatientPanel() {\n\n\t\tsearchPatientPanel = new JPanel();\n\t\tsearchPatientPanel.setSize(700, 430);\n\t\tsearchPatientPanel.setLocation(0, 70);\n\t\tsearchPatientPanel.setLayout(null);\n\n\t\tJPanel topSearchPanel = new JPanel(new FlowLayout());\n\t\ttopSearchPanel.setSize(500, 30);\n\t\ttopSearchPanel.setLocation(100, 0);\n\t\ttopSearchPanel.add(new JLabel(\"Enter Patiets Name/ID:\"));\n\t\tsearchPatientTF = new JTextField(20);\n\t\ttopSearchPanel.add(searchPatientTF);\n\t\tsearchButton = new JButton(\"Find Patient\");\n\n\t\tsearchButton.addActionListener(this);\n\n\t\ttopSearchPanel.add(searchButton);\n\t\tsearchPatientPanel.add(topSearchPanel);\n\n\t\t// searched patients details labels\n\t\tJPanel searchedPatientDetailsPanel = new JPanel(new GridLayout(4, 2));\n\t\tsearchedPatientDetailsPanel.setLocation(40, 60);\n\t\tsearchedPatientDetailsPanel.setSize(250, 200);\n\t\tsearchedPatientDetailsPanel.setBackground(Color.WHITE);\n\n\t\tl1 = new JLabel(\"Name:\");\n\t\tsearchLabel1 = new JLabel(\"\");\n\t\tl2 = new JLabel(\"Address:\");\n\t\tsearchLabel2 = new JLabel(\"\");\n\t\tl3 = new JLabel(\"Phone Number:\");\n\t\tsearchLabel3 = new JLabel(\"\");\n\t\tl4 = new JLabel(\"DOB:\");\n\t\tsearchLabel4 = new JLabel(\"\");\n\n\t\tsearchedPatientDetailsPanel.add(l1);\n\t\tsearchedPatientDetailsPanel.add(searchLabel1);\n\t\tsearchedPatientDetailsPanel.add(l2);\n\t\tsearchedPatientDetailsPanel.add(searchLabel2);\n\t\tsearchedPatientDetailsPanel.add(l3);\n\t\tsearchedPatientDetailsPanel.add(searchLabel3);\n\t\tsearchedPatientDetailsPanel.add(l4);\n\t\tsearchedPatientDetailsPanel.add(searchLabel4);\n\n\t\tsearchPatientPanel.add(searchedPatientDetailsPanel);\n\n\t\t// update button\n\t\tJPanel updateButtonPanel = new JPanel();\n\t\tupdateButtonPanel.setSize(200, 40);\n\t\tupdateButtonPanel.setLocation(40, 300);\n\n\t\tupdatePatientPanel = new JPanel();\n\t\tupdatePatientButton = new JButton(\"Upadate Current Patient\");\n\t\tupdatePatientButton.setVisible(false);\n\n\t\tupdatePatientButton.addActionListener(this);\n\t\tupdateButtonPanel.add(updatePatientButton);\n\t\tsearchPatientPanel.add(updateButtonPanel);\n\n\t\tJPanel updateAddNewHistoryButtonPanel = new JPanel();\n\t\tupdateAddNewHistoryButtonPanel.setSize(200, 40);\n\t\tupdateAddNewHistoryButtonPanel.setLocation(40, 350);\n\n\t\taddNewHistoryButton = new JButton(\"Add New History\");\n\t\taddNewHistoryButton.addActionListener(this);\n\t\taddNewHistoryButton.setVisible(false);\n\n\t\tupdateAddNewHistoryButtonPanel.add(addNewHistoryButton);\n\t\tsearchPatientPanel.add(updateAddNewHistoryButtonPanel);\n\n\t\t// searched patients history text area\n\t\tJPanel patientsHistoryPanel = new JPanel();\n\t\tpatientsHistoryPanel.setSize(350, 300);\n\t\tpatientsHistoryPanel.setLocation(330, 50);\n\n\t\tpatientsHistoryReport = new JTextArea(17, 30);\n\t\tJScrollPane sp2 = new JScrollPane(patientsHistoryReport);\n\t\tpatientsHistoryPanel.add(sp2);\n\t\tpatientsHistoryReport.setEditable(false);\n\t\tpatientsHistoryReport.setLineWrap(true);\n\t\tpatientsHistoryReport.setWrapStyleWord(true);\n\t\tpatientsHistoryReport.setWrapStyleWord(true);\n\n\t\tsearchPatientPanel.add(patientsHistoryPanel);\n\n\t\ttotalGUIPanel.add(searchPatientPanel);\n\t}", "public RepositoryPanel() {\n initComponents();\n }", "@SuppressWarnings({ \"unchecked\", \"rawtypes\" })\n\tpublic void createListPatientsPanel() {\n\n\t\tlistPatientsPanel = new JPanel();\n\t\tlistPatientsPanel.setSize(700, 430);\n\t\tlistPatientsPanel.setLocation(0, 70);\n\t\tlistPatientsPanel.setLayout(new GridLayout(1, 1));\n\t\t// textArea\n\t\tpatientList = new JList(getDoctor(tempDoctorId).getPList().toArray());\n\t\tpatientList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);\n\t\tpatientList.addMouseListener(new MouseListener() {\n\t\t\t@Override\n\t\t\tpublic void mouseReleased(MouseEvent e) {\n\t\t\t}\n\n\t\t\tpublic void mousePressed(MouseEvent e) {\n\t\t\t}\n\n\t\t\tpublic void mouseExited(MouseEvent e) {\n\t\t\t}\n\n\t\t\tpublic void mouseEntered(MouseEvent e) {\n\t\t\t}\n\n\t\t\tpublic void mouseClicked(MouseEvent e) {\n\t\t\t\tif (e.getClickCount() == 2) {\n\t\t\t\t\tPatient p = (Patient) patientList.getSelectedValue();\n\t\t\t\t\ttempPatientId = p.getPId();\n\t\t\t\t\tupdateSearchPatientPanel();\n\t\t\t\t\tsearchPatientPanel.setVisible(true);\n\t\t\t\t\tlistPatientsPanel.setVisible(false);\n\t\t\t\t}\n\n\t\t\t}\n\t\t});\n\n\t\tJScrollPane sp1 = new JScrollPane(patientList);\n\t\tlistPatientsPanel.add(sp1);\n\t\ttotalGUIPanel.add(listPatientsPanel);\n\t\tlistPatientsPanel.setVisible(false);\n\t}", "public ADD() {\n initComponents();\n }", "public SugarSystemGUI() {\n initComponents();\n //jPanel4.setVisible(false); \n setTitle(\"糖厂库存智能信息管理系统\");\n jPanel5.setVisible(true);\n jPanel8_input.setVisible(true);\n jPanel9_select.setVisible(false);\n jPanel10_date.setVisible(false);\n jPanel8_car_condition.setVisible(false);\n jPanel8_car.setVisible(false);\n \n }", "public NewJFrame1() {\n initComponents();\n\n dip();\n sh();\n }", "public SetupBuilderBox() {\n\tsuper();\n\tsetLayout(new BorderLayout());\n\n\tboard = new EditableBoard(this);\n\tboard.init(cols, rows);\n\tgb = new GraphicalBoard(board);\n\tgb.setDim(32);\n\tgb.init();\n\ttsp = new ToolSelectPanel(this);\n\tsap = new SetupSavePanel(this);\n\tssp = new SetupSettingsPanel(this);\n\n\tJPanel center = new JPanel();\n\tcenter.setLayout(new BorderLayout());\n\tcenter.add(gb, BorderLayout.CENTER);\n\tcenter.add(tsp, BorderLayout.SOUTH);\n\n\tadd(sap, BorderLayout.NORTH);\n\tadd(center, BorderLayout.CENTER);\n\tadd(ssp, BorderLayout.EAST);\n\n }", "public JPanelCreateClient() {\r\n\t\tsuper(new BorderLayout());\r\n\t\tthis.title = new CustomLabel(ConstantView.TITLE_CREATE_CLIENT, null, Color.decode(\"#2E5569\"));\r\n\t\tthis.okButton = new JButton(\"REGISTRAR CLIENTE\");\r\n\t\tthis.returnButton = new JButton(ConstantView.BUTTON_RETURN_SIGNIN);\r\n\t\tthis.jPanelFormClient = new JPanelFormClient();\r\n\t\tControlClient.getInstance().setjPanelCreateClient(this);\r\n\t\tthis.init();\r\n\t}", "public kinpanel() {\n initComponents();\n }", "public JPanel createSouthPanel() {\n\t\tsouth = new JPanel(new GridLayout(1, 1));\n\t\t// adds start button and its functionality\n\t\tstartGame();\n\t\treturn south;\n\t}", "@AutoGenerated\r\n\tprivate Panel buildPnlFondos() {\n\t\tpnlFondos = new Panel();\r\n\t\tpnlFondos.setImmediate(false);\r\n\t\tpnlFondos.setWidth(\"-1px\");\r\n\t\tpnlFondos.setHeight(\"-1px\");\r\n\t\t\r\n\t\t// layoutFondo\r\n\t\tlayoutFondo = buildLayoutFondo();\r\n\t\tpnlFondos.setContent(layoutFondo);\r\n\t\t\r\n\t\treturn pnlFondos;\r\n\t}", "public DemoPanel() {\n }", "@Override\r\n\t\tpublic void onClick(ClickEvent event) {\n\t\t\tRootPanel.get(\"details\").clear();\r\n\t\t\thome = new AdminDashboardForm();\r\n\t\t\tRootPanel.get(\"details\").add(home);\r\n\t\t}", "public MainForm() {\n initComponents();\n jPanelGraph1.removeAll();\n jPanelGraph1.add(sgSource = new SamplingGraphs(playback,capture));\n sgSource.setVisible(true);\n jPanelGraph1.validate();\n \n jPanelGraph2.removeAll();\n jPanelGraph2.add(sgTarget = new SamplingGraphs(playback,capture));\n sgTarget.setVisible(true);\n jPanelGraph2.validate(); \n }", "private JPanel makePanel()\n {\n JPanel mainPanel = new JPanel();\n mainPanel.add(myLoginPanel);\n\n return mainPanel;\n }", "public SalesPanel() {\n initComponents();\n tblSalesDetail.setAutoCreateColumnsFromModel(false);\n jdcTransaction.setDate(new Date());\n enableForm(false);\n btnDelete.setEnabled(false);\n btnAdd.setEnabled(true);\n btnCancel.setEnabled(false);\n btnEdit.setEnabled(false);\n btnSave.setEnabled(false);\n }", "private FactoryViewPanel buildAdvancedPanel()\r\n {\r\n FactoryViewPanel panel = new FactoryViewPanel();\r\n if (myIsImport)\r\n {\r\n addField(panel, myDataSourceModel.getIncludeInTimeline());\r\n }\r\n JPanel refreshPanel = buildRefreshPanel();\r\n panel.addLabelComponent(ControllerFactory.createLabel(myDataSourceModel.getAutoRefresh(), refreshPanel.getComponent(0)),\r\n refreshPanel);\r\n addField(panel, myDataSourceModel.getPointType());\r\n addField(panel, myDataSourceModel.getFeatureAltitude());\r\n addField(panel, myDataSourceModel.getPolygonFill());\r\n addField(panel, myDataSourceModel.getScalingMethod());\r\n addField(panel, myDataSourceModel.getShowLabels());\r\n return panel;\r\n }", "public BankPanel() {\r\n\t super();\r\n\t}", "private void createpanel2() {\r\n\t\tpanels[1].setLayout(new GridLayout(1, 2));\r\n\r\n\t\tdescription[0] = new JLabel(\"Accountname: \");\r\n\t\tdescription[0].setFont(smallfont);\r\n\t\tdescription[0].setHorizontalAlignment(JLabel.CENTER);\r\n\t\tuserinfo = new JTextField() {\r\n\t\t\tprivate static final long serialVersionUID = 1L;\r\n\r\n\t\t\t@Override\r\n\t\t\tpublic void paint(Graphics g) {\r\n\t\t\t\tg.drawImage(ImageLoader.getImage(\"black_0.4\"), 0, 0, null);\r\n\t\t\t\tsuper.paint(g);\r\n\t\t\t}\r\n\t\t};\r\n\t\tif (System.getProperty(\"os.name\").startsWith(\"Windows\")) {\r\n\t\t\tuserinfo.setForeground(Color.WHITE);\r\n\t\t} else {\r\n\t\t\tuserinfo.setForeground(Color.BLACK);\r\n\t\t}\r\n\t\tuserinfo.setOpaque(false);\r\n\t\tuserinfo.setFont(smallfont);\r\n\t\tpanels[1].add(description[0]);\r\n\t\tpanels[1].add(userinfo);\r\n\t\tpanels[1].setOpaque(false);\r\n\t\tallComponents.add(panels[1]);\r\n\t\tpanels[0].revalidate();\r\n\t}", "public holdersframe() {\n initComponents();\n }", "public InfoPanel()\n\t\t{\n\t\t\t//setting color and instantiating textfield and button\n\t\t\tsetBackground(bCol);\n\t\t\tnameJF = new JTextField(\"Type Your Name\", 20);\n\t\t\tFont naFont = new Font(\"Serif\", Font.PLAIN, 25);\n\t\t\tnameJF.setFont(naFont);\n\t\t\tsub = new JButton(\"Submit\");\n\t\t\tsub.addActionListener(this);\n\t\t\tsub.setFont(naFont);\n\t\t\tname = new String(\"\");\n\t\t\tadd(nameJF);\n\t\t\tadd(sub);\n\t\t}", "public HospitalHistoryCasePanel() {\n initComponents();\n }", "public ProcedureFormPanel() {\n initComponents();\n }", "public NewFetureKeyPanel() {\n initComponents();\n }", "public Flow()\n\t{\n\t\tnpanel=new JPanel();\n\t\tspanel=new JPanel();\n\t\tmpanel=new JPanel();\n\t\t\n\t\tbutton=new JButton(\"Summit\");\n\t\tbutton1=new JButton(\"Logout\");\n\t\ttrip=new JButton(\"自动切换账号\");\n\t\texit=new JButton(\"Exit\");\n\t\tsetDefault=new JButton(\"设置为默认账号\");\n\n\t\tla1=new JLabel(\"账号: \",JLabel.RIGHT);\n\t\tla2=new JLabel(\"密码: \",JLabel.RIGHT);\n\t\tla3=new JLabel(\"将当前账号设置为默认登陆账号,以便下次自动登陆轻松上网\",JLabel.CENTER);\n\t\tla3.setFont(new Font(\"宋体\",Font.BOLD,14));\n\t\tla4= new JLabel(\"\",JLabel.CENTER);la4.setFont(new Font(\"宋体\",Font.BOLD,20));\n\t\tla5= new JLabel(\"\",JLabel.CENTER);la5.setFont(new Font(\"宋体\",Font.BOLD,14));\n\t\tla6= new JLabel(\"\",JLabel.CENTER);la6.setFont(new Font(\"宋体\",Font.BOLD,20));\n\t\tla7= new JLabel(\"本机所使用的流量 :\",JLabel.CENTER);la6.setFont(new Font(\"宋体\",Font.BOLD,20));\n\t\t\n\t\t//获取输入历史\n\t\tuser=new JComboBox<String>();\n\t\tuser.setEditable(true);\n\t\tres5=dbc.executeQuery(\"select * from lazer\");\n\t\tuser.addItem(\" \");\n\t\ttry {\n\t\t\twhile (res5.next())\n\t\t\t{\n\t\t\t\tuser.addItem(res5.getString(1));\n\t\t\t}\t\n\t\t} catch (SQLException e) {e.printStackTrace();}\n\n\t\tuser.addFocusListener(this);\n\t\tuser.addItemListener(this);\n\t\tpw=new JPasswordField(10);\n\t\tpw.addFocusListener(this);\n\t\t//\n\t\tl5=new JLabel(\"\",JLabel.CENTER);\n\t\tl5.setBackground(Color.cyan);\n\t\tl6=new JLabel(\"\",JLabel.CENTER);\n\t\tl7=new JLabel(\"800\",JLabel.CENTER);\n\t\tt4=new JTextField(10);\n\t\tt5=new JTextField(10);\n\t\t//设置默认的流量额度\n\t\tt4.setText(\"800\");\n\t\t\n\t\tl1=new JLabel(\"Username:\",JLabel.RIGHT);\n\t\tl2=new JLabel(\" Used(M) :\",JLabel.RIGHT);\n\t\tl3=new JLabel(\" Total(M) :\",JLabel.RIGHT);\n\t\tl4=new JLabel(\"设置额定流量(M) :\",JLabel.RIGHT);\n\t\tinit();\n\t}", "private void createNetworksPanel() {\n\t\ttabs = new ArrayList<>();\n\t\tnetworksPanel = new JTabbedPane();\n\t\tthis.add(networksPanel, BorderLayout.CENTER);\n\t}", "public Records_Panel() {\n\t\tsuper();\n\t\tinitialize();\n\t}" ]
[ "0.6789634", "0.6543027", "0.6543027", "0.6505844", "0.6462266", "0.645328", "0.6369184", "0.6358844", "0.632712", "0.632712", "0.6311776", "0.6309742", "0.6306034", "0.6303263", "0.62813354", "0.6271336", "0.62688345", "0.6268634", "0.62466043", "0.6242513", "0.6242513", "0.62424636", "0.62255496", "0.62242675", "0.62144583", "0.6213124", "0.62052137", "0.6197337", "0.6183719", "0.6181274", "0.6175689", "0.6173954", "0.61671454", "0.6165574", "0.6146672", "0.61463016", "0.61461496", "0.61180663", "0.6116175", "0.6107329", "0.60933435", "0.6091528", "0.60820436", "0.60785383", "0.60774606", "0.6073142", "0.6064409", "0.606435", "0.60630524", "0.6046078", "0.6045327", "0.6044372", "0.6041558", "0.60366", "0.6033724", "0.6027502", "0.60257894", "0.6024149", "0.60137296", "0.60108095", "0.60061187", "0.60053205", "0.5991394", "0.5989613", "0.5985731", "0.59753484", "0.5969598", "0.5968277", "0.5966964", "0.596088", "0.59577024", "0.5956322", "0.5954441", "0.59536", "0.5953591", "0.59516543", "0.59482354", "0.59448814", "0.59421885", "0.5942079", "0.59357816", "0.5932212", "0.59281915", "0.59263414", "0.5926143", "0.5920787", "0.5911299", "0.59086853", "0.5904042", "0.59019667", "0.5899998", "0.5899759", "0.5899579", "0.58957875", "0.5892425", "0.5892107", "0.589181", "0.58915746", "0.5888545", "0.588816", "0.5884774" ]
0.0
-1
The facade that: 1) for Admin user: config profileTemplate and onboardingTemplate 2) for HR user: create an onboardingActivity 3) for Staff user: go thru onboardingActivity
@ThriftService public interface ProfileTemplateFacade { /** * Add the preset profileTemplate * * @param orgId * @param actorUserId * @param adminUserId * @return */ @ThriftMethod LongDTO addPresetProfileTemplate(long orgId, long actorUserId, long adminUserId); /** * Add custom profileTemplate with preset fields * * @param orgId * @param displayName * @param actorUserId * @param adminUserId * @return */ @ThriftMethod LongDTO addCustomProfileTemplate(long orgId, String displayName, long actorUserId, long adminUserId); /** * Get profileTemplate * * @param profileTemplateId * @return */ @ThriftMethod ProfileTemplateDTO getProfileTemplate(long orgId, long profileTemplateId, long actorUserId, long adminUserId); /** * List profileTemplate of org * * @param orgId * @param actorUserId * @param adminUserId * @return */ @ThriftMethod ProfileTemplateListDTO listProfileTemplate(long orgId, long actorUserId, long adminUserId); /** * Update the display name of profileTemplate * * @param orgId * @param displayName * @param actorUserId * @param adminUserId * @return */ @ThriftMethod VoidDTO updateProfileTemplateDisplayName( long orgId, long profileTemplateId, String displayName, long actorUserId, long adminUserId); /** * Delete a profileTemplates * * @param orgId * @param profileTemplateId * @param actorUserId * @param adminUserId * @return */ @ThriftMethod VoidDTO deleteProfileTemplate(long orgId, long profileTemplateId, long actorUserId, long adminUserId); /** * Add container-type profileField * * @param orgId * @param profileFieldDTO * @param actorUserId * @param adminUserId * @return */ @ThriftMethod LongDTO addContainerProfileField(long orgId, ProfileFieldDTO profileFieldDTO, long actorUserId, long adminUserId); /** * Add data-type profileField * * @param orgId * @param profileFieldDTO * @param actorUserId * @param adminUserId * @return */ @ThriftMethod LongDTO addDataProfileField(long orgId, ProfileFieldDTO profileFieldDTO, long actorUserId, long adminUserId); /** * Get specific profileField * * @param orgId * @param profileFieldId * @param actorUserId * @param adminUserId * @return */ @ThriftMethod ProfileFieldDTO getProfileField(long orgId, long profileFieldId, long actorUserId, long adminUserId); /** * Get specific profileField * * @param orgId * @param profileTemplateId * @param referenceName * @param actorUserId * @param adminUserId * @return */ @ThriftMethod ProfileFieldDTO getProfileFieldByReferenceName( long orgId, long profileTemplateId, String referenceName, long actorUserId, long adminUserId); /** * List all profileFields of a profileTemplate * * @param orgId * @param profileTemplateId * @param actorUserId * @param adminUserId * @return */ @ThriftMethod ProfileFieldListDTO listProfileField(long orgId, long profileTemplateId, long actorUserId, long adminUserId); /** * Update container profileField * * @param orgId * @param profileFieldDTO * @param actorUserId * @param adminUserId * @return */ @ThriftMethod VoidDTO updateContainerProfileField(long orgId, ProfileFieldDTO profileFieldDTO, long actorUserId, long adminUserId); /** * Update data profileField * * @param orgId * @param profileFieldDTO * @param actorUserId * @param adminUserId * @return */ @ThriftMethod VoidDTO updateDataProfileField(long orgId, ProfileFieldDTO profileFieldDTO, long actorUserId, long adminUserId); /** * Move container profileField and contained data profileFields * * @param orgId * @param profileFieldDTO * @param actorUserId * @param adminUserId * @return */ @ThriftMethod VoidDTO moveContainerProfileField(long orgId, ProfileFieldDTO profileFieldDTO, long actorUserId, long adminUserId); /** * Move data profileField * * @param orgId * @param profileFieldDTO * @param actorUserId * @param adminUserId * @return */ @ThriftMethod VoidDTO moveDataProfileField(long orgId, ProfileFieldDTO profileFieldDTO, long actorUserId, long adminUserId); /** * Delete container profileField * * @param profileFieldId * @param orgId */ @ThriftMethod VoidDTO deleteContainerProfileField(long orgId, long profileFieldId, long actorUserId, long adminUserId); /** * Delete data profileField * * @param profileFieldId * @param orgId */ @ThriftMethod VoidDTO deleteDataProfileField(long orgId, long profileFieldId, long actorUserId, long adminUserId); @ThriftMethod AddressRegionListDTO listAddressRegion(long orgId, long parentId, long actorUserId, long adminUserId); /******** Methods after refraction ********/ @ThriftMethod OrgPickOptionListDTO listOrgPickOptionOfConfigType(long orgId, int configType); @ThriftMethod VoidDTO batchUpdateOrgPickOptions(long orgId, OrgPickOptionListDTO orgPickOptionListDTO, long actorUserId); @ThriftMethod ProfileFieldListDTO listAllProfileFieldOfOrg(long orgId, long actorUserId, long adminUserId); @ThriftMethod VoidDTO updateUserProfileConfig(long orgId, ProfileFieldDTO profileFieldDTO, long actorUserId, long adminUserId); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface ProfileInteraction {\n public void setProfileData(String id, String username);\n// public void checkProfile();\n}", "public interface ActivityDetails {\n\n /**\n * Get the profile associated with the user.\n *\n * @return profile containing attributes for the user\n */\n HumanProfile getUserProfile();\n\n /**\n * Get the profile associated with the application.\n *\n * @return profile containing attributes for the application\n */\n ApplicationProfile getApplicationProfile();\n\n /**\n * Deprecated. Please use getRememberMeId() instead.\n *\n * @return user ID.\n */\n @Deprecated\n String getUserId();\n\n /**\n * Return the remember-me ID, which is a unique, stable identifier for a user in the context of an application/user\n * interaction. You can be use it to identify returning users. Note that it is different for the same user in\n * different applications.\n *\n * @return user ID.\n */\n String getRememberMeId();\n\n\n /**\n * Time and date of the activity.\n *\n * @return time and date of the activity\n */\n Date getTimestamp();\n\n /**\n * Receipt id identifying a completed activity.\n *\n * @return receipt id\n */\n String getReceiptId();\n \n /**\n * @deprecated From v2.1 onwards you should use getUserProfile().getSelfie()\n * JPEG selfie in Base64 string.\n *\n * @return JPEG selfie image in Base64 string format\n */\n @Deprecated\n String getBase64Selfie();\n\n}", "@Post \n public JsonRepresentation createActivity(Representation entity) {\n \tJSONObject jsonReturn = new JSONObject();\n \tlog.info(\"createActivity(@Post) entered ..... \");\n\t\tEntityManager em = EMF.get().createEntityManager();\n\t\t\n\t\tString apiStatus = ApiStatusCode.SUCCESS;\n\t\tthis.setStatus(Status.SUCCESS_CREATED);\n\t\tUser currentUser = null;\n try {\n \t\tcurrentUser = (User)this.getRequest().getAttributes().get(RteamApplication.CURRENT_USER);\n \t\tif(currentUser == null) {\n\t\t\t\tthis.setStatus(Status.SERVER_ERROR_INTERNAL);\n \t\t\tlog.severe(\"user could not be retrieved from Request attributes!!\");\n \t\t}\n \t\t//::BUSINESSRULE:: user must be network authenticated to send a message\n \t\telse if(!currentUser.getIsNetworkAuthenticated()) {\n \t\t\tapiStatus = ApiStatusCode.USER_NOT_NETWORK_AUTHENTICATED;\n \t\t}\n \t\t// teamId is required if this is 'Create a new activity' API\n \t\telse if(this.userVote == null) {\n \t\tif(this.teamId == null || this.teamId.length() == 0) {\n \t\t\t\tapiStatus = ApiStatusCode.TEAM_ID_REQUIRED;\n \t\t} else if(!currentUser.isUserMemberOfTeam(this.teamId)) {\n \t\t\t\tapiStatus = ApiStatusCode.USER_NOT_MEMBER_OF_SPECIFIED_TEAM;\n \t\t\t\tlog.info(apiStatus);\n \t}\n \t\t}\n \t\t\n\t\t\tif(!apiStatus.equals(ApiStatusCode.SUCCESS) || !this.getStatus().equals(Status.SUCCESS_CREATED)) {\n\t\t\t\tjsonReturn.put(\"apiStatus\", apiStatus);\n\t\t\t\treturn new JsonRepresentation(jsonReturn);\n\t\t\t}\n\t\t\t\n \t\tJsonRepresentation jsonRep = new JsonRepresentation(entity);\n\t\t\tJSONObject json = jsonRep.toJsonObject();\n\n\t\t\t//////////////////////////////////////////\n \t\t// 'Get Status of Activities for User' API\n \t\t//////////////////////////////////////////\n \t\tif(this.userVote != null) {\n \t\t\t// remainder of processing for this API is delegated to another method\n \t\t\tgetStatusOfActivitiesForUser(currentUser, json, jsonReturn);\n \t\t\treturn new JsonRepresentation(jsonReturn);\n \t\t}\n \t\t\n\t\t\tTeam team = (Team)em.createNamedQuery(\"Team.getByKey\")\n\t\t\t\t.setParameter(\"key\", KeyFactory.stringToKey(this.teamId))\n\t\t\t\t.getSingleResult();\n\t\t\tlog.info(\"team retrieved = \" + team.getTeamName());\n\t\t\t\n\t\t\tString statusUpdate = null;\n\t\t\tif(json.has(\"statusUpdate\")) {\n\t\t\t\tstatusUpdate = json.getString(\"statusUpdate\");\n\t\t\t}\n\t\t\t\n\t\t\tString photoBase64 = null;\n\t\t\tif(json.has(\"photo\")) {\n\t\t\t\tphotoBase64 = json.getString(\"photo\");\n\t\t\t}\n\t\t\t\n\t\t\tBoolean isPortrait = null;\n\t\t\tif(json.has(\"isPortrait\")) {\n\t\t\t\tisPortrait = json.getBoolean(\"isPortrait\");\n\t\t\t\tlog.info(\"json isPortrait = \" + isPortrait);\n\t\t\t}\n\n\t\t\tString videoBase64 = null;\n\t\t\tif(json.has(\"video\")) {\n\t\t\t\tvideoBase64 = json.getString(\"video\");\n\t\t\t}\n\t\t\t\n\t\t\t// Enforce Rules\n\t\t\tif((statusUpdate == null || statusUpdate.length() == 0) && (photoBase64 == null || photoBase64.length() == 0)) {\n\t\t\t\tapiStatus = ApiStatusCode.STATUS_UPDATE_OR_PHOTO_REQUIRED;\n\t\t\t\tlog.info(\"required statusUpdate or photo field required\");\n\t\t\t} else if(statusUpdate != null && statusUpdate.length() > TwitterClient.MAX_TWITTER_CHARACTER_COUNT){\n\t\t\t\tapiStatus = ApiStatusCode.INVALID_STATUS_UPDATE_MAX_SIZE_EXCEEDED;\n\t\t\t} else if(videoBase64 != null && photoBase64 == null) {\n\t\t\t\tapiStatus = ApiStatusCode.VIDEO_AND_PHOTO_MUST_BE_SPECIFIED_TOGETHER;\n\t\t\t} else if(photoBase64 != null && isPortrait == null) {\n\t\t\t\tapiStatus = ApiStatusCode.IS_PORTRAIT_AND_PHOTO_MUST_BE_SPECIFIED_TOGETHER;\n\t\t\t}\n \t\t\n\t\t\tif(!apiStatus.equals(ApiStatusCode.SUCCESS) || !this.getStatus().equals(Status.SUCCESS_CREATED)) {\n\t\t\t\tjsonReturn.put(\"apiStatus\", apiStatus);\n\t\t\t\treturn new JsonRepresentation(jsonReturn);\n\t\t\t}\n\t\t\t\n\t\t\t// No anonymous Activity posts.\n\t\t\t// TODO once twitter API supports the meta data, then user name will not have to be inserted into update\n\t\t\tif(statusUpdate == null || statusUpdate.length() == 0) {\n\t\t\t\tstatusUpdate = currentUser.getFullName() + \" shared a photo fr loc \" + TF.getPassword();\n\t\t\t} else {\n\t\t\t\tstatusUpdate = currentUser.getDisplayName() + \" post: \" + statusUpdate;\n\t\t\t}\n\t\t\t\n\t\t\t///////////////////////////////////////////////////////////////////\n\t\t\t// Cache the activity post whether the team is using Twitter or not\n\t\t\t///////////////////////////////////////////////////////////////////\n\t\t\t// abbreviate only if necessary\n\t\t\tif(statusUpdate.length() > TwitterClient.MAX_TWITTER_CHARACTER_COUNT) {\n\t\t\t\tstatusUpdate = Language.abbreviate(statusUpdate);\n\t\t\t}\n\t\t\t\t\n\t\t\tActivity newActivity = new Activity();\n\t\t\tnewActivity.setText(statusUpdate);\n\t\t\tnewActivity.setCreatedGmtDate(new Date());\n\t\t\tnewActivity.setTeamId(this.teamId);\n\t\t\tnewActivity.setTeamName(team.getTeamName());\n\t\t\t\n\t\t\t// cacheId held in team is the last used.\n\t\t\tLong cacheId = team.getNewestCacheId() + 1;\n\t\t\tnewActivity.setCacheId(cacheId);\n\t\t\tteam.setNewestCacheId(cacheId);\n\t\t\t\n\t\t\t// Only send activity to Twitter if team is using Twitter\n\t\t\ttwitter4j.Status twitterStatus = null;\n\t\t\tif(team.getUseTwitter()) {\n\t\t\t\t// truncate if necessary\n\t\t\t\tif(statusUpdate.length() > TwitterClient.MAX_TWITTER_CHARACTER_COUNT) {\n\t\t\t\t\tstatusUpdate = statusUpdate.substring(0, TwitterClient.MAX_TWITTER_CHARACTER_COUNT - 2) + \"..\";\n\t\t\t\t}\n\n\t\t\t\ttwitterStatus = TwitterClient.updateStatus(statusUpdate, team.getTwitterAccessToken(), team.getTwitterAccessTokenSecret());\n\t\t\t\t\n\t\t\t\t// if Twitter update failed, log error, but continue because activity post will be stored by rTeam\n\t\t\t\tif(twitterStatus == null) {\n\t\t\t\t\tlog.severe(\"Twitter update failed, but continuing on ...\");\n\t\t\t\t\tapiStatus = ApiStatusCode.TWITTER_ERROR;\n\t\t\t\t} else {\n\t\t\t\t\tnewActivity.setTwitterId(twitterStatus.getId());\n\t\t\t\t\t// if posted to twitter, match the exact twitter date\n\t\t\t\t\tnewActivity.setCreatedGmtDate(twitterStatus.getCreatedAt());\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tEntityManager emActivity = EMF.get().createEntityManager();\n\t\t\ttry {\n\t\t\t\tif(photoBase64 != null) {\n\t\t\t\t\t// decode the base64 encoding to create the thumb nail\n\t\t\t\t\tbyte[] rawPhoto = Base64.decode(photoBase64);\n\t\t\t\t\tImagesService imagesService = ImagesServiceFactory.getImagesService();\n\t\t\t\t\tImage oldImage = ImagesServiceFactory.makeImage(rawPhoto);\n\t\t\t\t\t\n\t\t\t\t\tint tnWidth = isPortrait == true ? THUMB_NAIL_SHORT_SIDE : THUMB_NAIL_LONG_SIDE;\n\t\t\t\t\tint tnHeight = isPortrait == true ? THUMB_NAIL_LONG_SIDE : THUMB_NAIL_SHORT_SIDE;\n\t\t\t\t\tTransform resize = ImagesServiceFactory.makeResize(tnWidth, tnHeight);\n\t\t\t\t\tImage newImage = imagesService.applyTransform(resize, oldImage);\n\t\t\t\t\tString thumbNailBase64 = Base64.encode(newImage.getImageData());\n\t\t\t\t\tnewActivity.setThumbNailBase64(thumbNailBase64);\n\t\t\t\t\tnewActivity.setPhotoBase64(photoBase64);\n\t\t\t\t\tif(videoBase64 != null) newActivity.setVideoBase64(videoBase64);\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\temActivity.persist(newActivity);\n\t\t\t\tlog.info(\"new Activity was successfully persisted\");\n\t\t\t} catch(Exception e) {\n\t\t\t\tlog.severe(\"createActivity() exception = \" + e.getMessage());\n\t\t\t} finally {\n\t\t\t\temActivity.close();\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\tlog.severe(\"error extracting JSON object from Post\");\n\t\t\te.printStackTrace();\n\t\t\tthis.setStatus(Status.SERVER_ERROR_INTERNAL);\n\t\t} catch (JSONException e) {\n\t\t\tlog.severe(\"error converting json representation into a JSON object\");\n\t\t\te.printStackTrace();\n\t\t\tthis.setStatus(Status.SERVER_ERROR_INTERNAL);\n\t\t} catch (NoResultException e) {\n\t\t\tlog.severe(\"team not found\");\n\t\t\tapiStatus = ApiStatusCode.TEAM_NOT_FOUND;\n\t\t} catch (NonUniqueResultException e) {\n\t\t\tlog.severe(\"should never happen - two or more teams have same team id\");\n\t\t\tthis.setStatus(Status.SERVER_ERROR_INTERNAL);\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t em.close();\n\t\t}\n\t\t\n\t\ttry {\n\t\t\tjsonReturn.put(\"apiStatus\", apiStatus);\n\t\t} catch (JSONException e) {\n\t\t\tlog.severe(\"error creating JSON return object\");\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn new JsonRepresentation(jsonReturn);\n }", "@GetMapping(\"/activities\")\n //@Timed\n public ResponseEntity getActivities() {\n /*final Page<UserDTO> page = userService.getAllManagedUsers(pageable);\n HttpHeaders headers = PaginationUtil.generatePaginationHttpHeaders(page, \"/api/users\");\n return new ResponseEntity<>(page.getContent(), headers, HttpStatus.OK);*/\n /*return activityRepository.findAll().stream().map(activity -> {\n return new ResponseEntity<>(HttpStatus.OK);\n }).orElseGet(() -> {\n *//*log.info(\"Login: \" + managedUserVM.getLogin());\n log.info(\"Password: \" + managedUserVM.getPassword());\n User user = userService\n .createUser(managedUserVM.getLogin(), managedUserVM.getEmail().toLowerCase(),\n managedUserVM.getPassword()*//**//*, managedUserVM.getFirstName(), managedUserVM.getLastName()*//**//*\n );*//*\n return new ResponseEntity<>(HttpStatus.CREATED);\n })*/\n if(activityRepository.findAll().isEmpty()){\n return new ResponseEntity<>(HttpStatus.NO_CONTENT);\n }else{\n return new ResponseEntity<>(activityRepository.findAll(), HttpStatus.OK);\n }\n }", "public interface UserActivityDao {\n\n\n /**\n * Finds all userActivity in DB\n * @return List of all activities\n * @throws DataNotFoundException if connection is down, broken or unable to retrieve information for certain reasons\n */\n List<UserActivity> findAllUserActivityInDB() throws DataNotFoundException;\n\n /**\n * Finds UserActivity by userId\n * @param userId - UserActivity userId\n * @return UserActivity by userId\n * @throws DataNotFoundException if connection is down, broken or unable to retrieve information for certain reasons\n */\n UserActivity findUserActivityByUserId(int userId) throws DataNotFoundException;\n /**\n * Finds UserActivity by activityId\n * @param activityId - UserActivity activityId\n * @return UserActivity by activityId\n * @throws DataNotFoundException if connection is down, broken or unable to retrieve information for certain reasons\n */\n UserActivity findUserActivityByActivityId(int activityId) throws DataNotFoundException;\n /**\n * Adds new userActivity to DB\n * @param userActivity - userActivity to add in DB\n * @return true if operation success and false if fails\n */\n boolean addUserActivityToDB(UserActivity userActivity);\n\n /**\n * Updats userActivity in DB\n * @param userActivity - userActivity to update in DB\n * @return true if operation success and false if fails\n */\n boolean updateUserActivityInDB(UserActivity userActivity);\n\n /**\n * Deletes userActivity from DB\n * @param userActivity - UserActivity to delete from DB\n * @return true if operation success and false if fails\n */\n boolean deleteUserActivityFromDB(UserActivity userActivity);\n}", "void getOnboardingData() {\n boolean newUser = mCurrentSessionCache.getOnboardingUserType() == CurrentSessionCache.OnboardingUserType.NEW_USER;\n\n SubscriptionHelper.unsubscribe(mApiSubscription);\n mApiSubscription = mOnboardingService.getOnboarding(newUser)\n .map(OnboardingResponseValidator::validate)\n .doOnSubscribe(this::onSubscribe)\n .subscribe(this::onDataOnboardingReceived, this::onDataError);\n }", "public interface MeetingAddActivityView {\n\n void startMeetingsActivity();\n void successInfo(String msg);\n void errorInfo(String msg);\n void startGetCustomers();\n}", "public void testActivitiesOfDisableUsers() throws Exception {\n this.populateActivityMass(demoIdentity, 3);\n this.populateActivityMass(johnIdentity, 3);\n \n RealtimeListAccess<ExoSocialActivity> demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(3, demoActivities.getSize());\n \n RealtimeListAccess<ExoSocialActivity> johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(3, johnActivities.getSize());\n \n // john post activity with mention case.\n createActivityHasMention(johnIdentity, demoIdentity);\n \n demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(4, demoActivities.getSize());\n \n // demo connect to john\n Relationship demoJohnConnection = relationshipManager.inviteToConnect(demoIdentity, johnIdentity);\n relationshipManager.confirm(demoIdentity, johnIdentity);\n \n demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(7, demoActivities.getSize());\n \n johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(7, johnActivities.getSize());\n \n // john post activity.\n createActivity(johnIdentity);\n \n demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(8, demoActivities.getSize());\n johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(8, johnActivities.getSize());\n \n // disable demo\n identityManager.processEnabledIdentity(demoIdentity.getRemoteId(), false);\n demoIdentity = identityManager.getOrCreateIdentity(OrganizationIdentityProvider.NAME, demoIdentity.getRemoteId(), true);\n \n // john get all activities. existing activities of demo still included.\n johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(8, johnActivities.getSize());\n \n // john post activity, demo is in disabling status so activity reference is not created.\n createActivity(johnIdentity);\n \n // john post activity with mention case, demo is in disabling status so activity reference is not created.\n createActivityHasMention(johnIdentity, demoIdentity);\n \n //\n demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(8, demoActivities.getSize());\n johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(10, johnActivities.getSize());\n \n // check if john can post on demo stream\n ExoSocialActivity johnPostOnDemoActivity = new ExoSocialActivityImpl();\n\n johnPostOnDemoActivity.setTitle(\"john post on demo's stream.\");\n johnPostOnDemoActivity.setUserId(johnIdentity.getId());\n activityManager.saveActivityNoReturn(demoIdentity, johnPostOnDemoActivity);\n \n demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(8, demoActivities.getSize());\n johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(10, johnActivities.getSize());\n \n // check if demo still can post activity on his stream\n ExoSocialActivity activity = new ExoSocialActivityImpl();\n activity.setTitle(\"demo post on his stream.\");\n activity.setUserId(demoIdentity.getId());\n activityManager.saveActivityNoReturn(demoIdentity, activity);\n \n demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(8, demoActivities.getSize());\n johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(10, johnActivities.getSize());\n \n // re-enable user\n identityManager.processEnabledIdentity(demoIdentity.getRemoteId(), true);\n demoIdentity = identityManager.getOrCreateIdentity(OrganizationIdentityProvider.NAME, demoIdentity.getRemoteId(), true);\n \n demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(8, demoActivities.getSize());\n johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(10, johnActivities.getSize());\n \n // demo post on his stream\n createActivity(demoIdentity);\n \n demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(9, demoActivities.getSize());\n johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(11, johnActivities.getSize());\n \n // john post on demo stream\n createActivityToOtherIdentity(johnIdentity, demoIdentity, 1);\n demoActivities = activityManager.getActivityFeedWithListAccess(demoIdentity);\n assertEquals(10, demoActivities.getSize());\n johnActivities = activityManager.getActivityFeedWithListAccess(johnIdentity);\n assertEquals(12, johnActivities.getSize());\n \n //\n relationshipManager.delete(demoJohnConnection);\n }", "public interface ActivitySignUpService {\n\n /**\n * 增加报名记录\n *\n * @param activitySignUp\n * @return\n */\n public int add(ActivitySignUp activitySignUp);\n\n /**\n * @param aid\n * @param uid\n * @return\n */\n public ActivitySignUp getByAidUid(Integer aid, Integer uid);\n\n\n /**\n * 取消报名\n *\n * @param aid\n * @param uid\n * @return\n */\n public boolean cancel(Integer aid, Integer uid);\n\n /**\n * 获取报名信息\n *\n * @param id\n * @return\n */\n public ActivitySignUp getById(int id);\n\n /**\n * @param uid\n * @param aid\n * @param statusEnum\n * @return\n */\n int updateStatusByUidAid(Integer uid, Integer aid, ActivitySignUpStatusEnum statusEnum);\n\n /**\n * 获取指定活动的所有报名\n *\n * @param activityId\n * @return\n */\n List<ActivitySignUp> getListByActivityId(Integer activityId);\n\n /**\n * 获取指定时间内的所有报名信息\n *\n * @param uid\n * @param beginTime 如果不传,获取所有的报名信息\n * @return\n */\n List<ActivitySignUp> getListByUidBeginTime(Integer uid, Date beginTime);\n\n /**\n * 获取用户报名的所有信息\n *\n * @param uid\n * @param page\n * @param pageSize\n * @return\n */\n Page<ActivitySignUp> getPageByUid(Integer uid, int page, int pageSize);\n}", "public interface UserService {\r\n\t\r\n\tpublic UserProfileTo readUser(Long id);\r\n\r\n\tpublic UserProfileTo createUser(String login, String password, String email);\r\n}", "public interface RegisterActivityPresenter {\n /**\n * Request send sms code.\n *\n * @param context the context\n * @param phone the phone\n */\n void requestSendSMSCode(Context context,String phone);\n\n /**\n * Check sms code.\n *\n * @param context the context\n * @param phone the phone\n * @param check the check\n */\n void checkSMSCode(Context context,String phone,String check);\n\n /**\n * Register.\n *\n * @param context the context\n * @param phone the phone\n * @param username the username\n * @param pass the pass\n */\n void register(Context context,String phone,String username,String pass);\n\n /**\n * Register.\n *\n * @param context the context\n * @param phone the phone\n * @param username the username\n * @param pass the pass\n * @param age the age\n * @param sex the sex\n * @param xiaoqu the xiaoqu\n */\n void register(Context context,String phone,String username,String pass,Integer age,String sex,String xiaoqu,String alipay);\n}", "public void createUserAccount(UserAccount account);", "public interface AccountView extends BelatrixConnectView {\n\n void goSubCategoryDetail(Integer categoryId, Integer employeeId);\n void showScore(String score);\n void showLocation(String locationIcon);\n void showLevel(String level);\n void showSkypeId(String skypeID);\n void showEmployeeName(String employeName);\n void showEmail(String role);\n void showProfilePicture(String profilePicture);\n void showRecommendMenu(boolean show);\n void showEditProfileButton(boolean show);\n void goToEditProfile(Employee employee);\n void goToGiveStar(Employee employee);\n void goToExpandPhoto(String url);\n void notifyNavigationRefresh();\n void showInformativeDialog(String information);\n void goBackToLogin();\n void goToEditSkills();\n void showEditSkillsButton(boolean show);\n void onEmployeeLoaded(int employeeId);\n}", "public interface AccountView {\n void successGetProfile(UserProfile profile);\n\n void failedGetProfile();\n\n void successLogout();\n\n void failedLogout();\n\n void successGetBookmarks(ArrayList<Resto> data);\n\n void failedGetBookmarks();\n\n void successGetBeenHere(ArrayList<Resto> data);\n\n void failedGetBeenHere();\n}", "@Override\n\tpublic void createUserProfile(User user) throws Exception {\n\n\t}", "Dashboard createDashboard();", "public interface ProfileDisplayer {\n\n void display(User user);\n\n void updateProfileImage(Bitmap bitmap);\n\n void attach(ProfileActionListener profileActionListener);\n\n void detach(ProfileActionListener profileActionListener);\n\n interface ProfileActionListener {\n\n void onUpPressed();\n\n void onNamePressed(String hint, TextView textView);\n\n void onStatusPressed(String hint, TextView textView);\n\n void onPasswordPressed(String hint);\n\n void onImagePressed();\n\n void onSavePressed();\n\n void onRemovePressed();\n\n }\n\n}", "public interface ApiUserService {\n\n HomePageDto getHomePageInfo(String userId,String homePageUserId);\n\n List<UserMailListDto> getUserAttention(String selfUserId,String homePageUserId);\n\n List<UserMailListDto> getUserFocused(String selfUserId,String homePageUserId);\n\n Boolean addAttention(String selfUserId,String homePageUserId);\n\n Boolean cancelAttention(String selfUserId,String focusedUserId);\n\n Boolean addMailMember(String selfUserId,String memberId);\n\n Boolean cancelMailMember(String selfUserId,String memberId);\n\n Boolean modifyUser(User user);\n\n UserDto getUserInfo(String userId);\n\n GroupInfoDto getCroupInfo(Long groupId,String userId);\n\n Long createOrUpdateGroup(GroupInfoDto groupInfoDto,String userId);\n\n Boolean deleteGroup(Long groupId,String userId);\n\n Boolean complaintGroup(Long groupId,String userId,int complaint);\n\n Boolean addMembers(Long groupId,String members);\n\n List<UserDto> getTwoDegreeFriend(String userId);\n\n List<UserMailListDto> getAttentionRecord(String userId);\n /**\n * 获取学校列表\n * @return\n */\n List<UserSchool> getSchoolList(int start,int size);\n\n /**\n * 获职业列表\n * @return\n */\n List<UserProfession> getProfessionList(int start,int size);\n\n /**\n * 获兴趣列表\n * @return\n */\n List<UserHobby> getHobbyList(int start,int size);\n\n /**\n * 添加学校\n * @return\n */\n Boolean insertSchool(String name);\n\n /**\n * 添加职业\n * @return\n */\n Boolean insertProfession(String name);\n\n /**\n * 添加兴趣\n * @return\n */\n Boolean insertHobby(String name);\n\n}", "public interface User_data extends Logic{\n UserPO signUp(UserPO userInfo);\n UserPO login(UserPO userInfo);\n UserPO modify(UserPO userInfo);\n}", "private void initActivities(boolean getInactive, boolean callerSuperAdmin)\r\n\t{\n\t\tSecurityContext securityContext = (SecurityContext) _commonCriteria.getSecurityContext();\r\n\t\tUserProfilePermissionSetVO userProfilePermissionSetVO = new UserProfilePermissionSetVO();\r\n\t\tuserProfilePermissionSetVO.setRoleId(get_commonCriteria().getRoleId());\r\n\t\tuserProfilePermissionSetVO.setEntityId(new Integer(1));\r\n\t\tuserProfilePermissionSetVO.setGetInactive(getInactive);\r\n\t\tuserProfilePermissionSetVO.setUserName(securityContext.getUsername());\r\n\t\tuserProfilePermissionSetVO.setVendBuyerResId(securityContext.getVendBuyerResId());\r\n\t\tuserProfilePermissionSetVO.setCallerSuperAdmin(callerSuperAdmin);\r\n\t\tList<PermissionSetVO> permissionSets = manageUsersDelegate.getUserPermissionSets(userProfilePermissionSetVO);\r\n\t\tsetAttribute(\"permissionSets\", permissionSets);\r\n\t}", "public interface MeetingsActivityView {\n void startMainActivity();\n\n void startMeetingDetailsActivity();\n\n void startMeetingAddActivity();\n\n void errorInfo(String msg);\n\n void errorMeetingCompletedInfo(String msg);\n void successMeetingCompletedInfo(String msg);\n\n\n void startGetMeetings();\n}", "public interface EditProfileActivityInterface {\n void saveChangesAndFinish();\n}", "public interface IUserPageInterface {\n void OnRequestUserinfoSuccess(UserBean data);\n void OnRequestUserinfoFail();\n void OnAttendUserSuccess(boolean isAttend);\n void OnAttendUserFail();\n\n}", "void create(SportActivity activity);", "public interface IntraWalletUserActor {\n\n /**\n * The metho <code>getPublicKey</code> gives us the public key of the represented intra wallet user\n *\n * @return the public key\n */\n String getPublicKey();\n\n /**\n * The method <code>getName</code> gives us the name of the represented intra wallet user\n *\n * @return the name of the intra user\n */\n String getName();\n\n /**\n * The method <code>getContactRegistrationDate</code> gives us the date when both intra wallet users\n * exchanged their information and accepted each other as contacts.\n *\n * @return the date\n */\n long getContactRegistrationDate();\n\n /**\n * The method <coda>getProfileImage</coda> gives us the profile image of the represented intra wallet user\n *\n * @return the image\n */\n byte[] getProfileImage();\n\n /**\n * The method <code>getContactState</code> gives us the contact state of the represented intra\n * wallet user\n *\n * @return the contact state\n */\n ConnectionState getContactState();\n\n}", "GenerateUserAccount () {\r\n }", "public interface AccountControlDataAgent {\n void loginUser(String phoneNo,String password);\n void RegisterUser(String phoneNo,String password,String name);\n}", "public interface ActivityService {\n //分页展示首页的活动列表的接口\n PageInfo<HomeActivity> getHomeActivityPageInfo(\n Integer page, Integer rows, double coordLong, double coordLat);\n\n //搜索活动列表\n //分页返回搜索结果\n PageInfo<HomeActivity> getHomeActivityPageInfo(\n Integer page, Integer rows, double coordLong, double coordLat,\n String activityName);\n\n //根据活动类别返回对应活动列表\n //分页返回结果\n PageInfo<HomeActivity> getHomeActivityPageInfo(\n Integer page, Integer rows, double coordLong, double coordLat,\n String category, Integer collation, String district);\n\n //根据活动id和经纬度返回包装有志愿者等信息的活动详情\n ActivityDetails getActivityById(\n Integer id, double coordLong, double coordLat);\n\n //创建活动\n boolean createActivity(Activity activity);\n\n //根据志愿者id返回该志愿者参与的活动列表\n PageInfo<ActivityDetails> getActivityPageInfoByVolunteerId(\n Integer page, Integer rows, Integer id);\n\n //根据志愿者id返回该志愿者的服务历史\n PageInfo<ActivityDetails> getHistoricalActivityPageInfo(\n Integer page, Integer rows, Integer id);\n\n //根据组织id返回该组织的所有活动\n PageInfo<ActivityDetails> getActivityPageInfoByOrganizationId(\n Integer page, Integer rows, Integer id);\n\n //根据活动id和状态id更新活动\n String updateActivityStatusById(\n Integer id, Integer activityStatusId);\n}", "public interface IUserInformation {\n void updateUserInformation(String teacherId, ArrayList<String> images, String tName, int sex, String college, String profession, int education, int grade, List<Integer> pbxType, String introduction, String headUrl, Response.Listener<BaseBean> listener, Response.ErrorListener errorListener);\n\n void getUserInfo(String teacherId, Response.Listener<User> listener, Response.ErrorListener errorListener);\n\n void updateUserPhone(String teacherId, String mobile, Response.Listener<BaseBean> listener, Response.ErrorListener errorListener);\n\n\n}", "public interface AccountInterface{\n\n @POST\n Call<LoginResultModel> postLogin(@Url String url, @Body LoginModel loginModel);\n\n @POST\n Call<Success2Model> postMemberSetting(@Url String url, @Body MemberSettingModel memberSettingModel);\n\n @GET(Utils.URL_MEMBER_SETTING)\n Call<MemberSettingResultModel> getUserTagList(@Query(\"fb_id\") String fb_id);\n \n @GET(Utils.URL_MEMBER_INFO)\n Call<MemberInfoModel> getMemberInfo(@Path(\"fb_id\") String fb_id);\n\n @GET(Utils.URL_GET_SETTING)\n Call<MemberSettingResultModel> getSetting(@Query(\"fb_id\") String fb_id);\n\n @POST\n Call<Success2Model> postEditAbout(@Url String url, @Body AboutModel aboutModel);\n\n @POST\n Call<SuccessTokenModel> getAccessToken(@Url String url, @Body AccessTokenModel accessTokenModel);\n\n @GET(Utils.URL_VERIFY_PHONE_NUMBER)\n Call<Success2Model> verifyPhoneNumber(@Path(\"fb_id\") String fb_id, @Path(\"phone\") String phone);\n\n @GET(Utils.URL_VERIFY_VERIFICATION_CODE)\n Call<Success2Model> verifyVerificationCode(@Path(\"fb_id\") String fb_id, @Path(\"token\") String token);\n\n @Multipart\n @POST(Utils.URL_UPLOAD)\n Call<SuccessUploadModel> upload4(@Part MultipartBody.Part photo, @Part(\"fb_id\") RequestBody fb_id);\n\n @GET(Utils.URL_CITY)\n Call<CityModel> getCityList();\n\n @POST(Utils.URL_DELETE_PHOTO)\n Call<Success2Model> deletePhoto(@Body ProfileDetailModel profileDetailModel);\n\n @POST(Utils.URL_POST_FRIEND_LIST)\n Call<Success2Model> postFriendList(@Path(\"fb_id\") String fb_id, @Path(\"friends_fb_id\") ArrayList<String> friendsFbId);\n\n @GET(Utils.URL_GET_INVITE_CODE)\n Call<InviteCodeResultModel> getInviteCode(@Path(\"fb_id\") String fbId);\n\n @GET(Utils.URL_UPDATE_MATCH_ME)\n Call<Success2Model> updateMatchMe(@Path(\"fb_id\") String fb_id, @Path(\"match_me\") String matchMe);\n\n}", "public interface IUserManagement {\n\n\t/**\n\t * Search users related to a realm It\n\t *\n\t * @param realm realm name\n\t * @return Returns a List<UserRepresentation>\n\t */\n\tList<UserRepresentation> getUsers(final String realm);\n\n\t/**\n\t * Search of an created user account. It will search with overgiven username in\n\t * the related user management system.\n\t *\n\t * @param username user name\n\t * @return Returns a List<UserRepresentation> with 1 item, if the user is found,\n\t * otherwise 0\n\t */\n\tList<UserRepresentation> searchUserAccount(final String username);\n\n\t/**\n\t * Returns all groups for the given keycloak user\n\t *\n\t * @param userId user id\n\t * @return Returns a List<GroupRepresentation>\n\t */\n\tList<GroupRepresentation> getUserGroups(final String userId);\n\n\t/**\n\t * Returns user representation object from keycloak\n\t *\n\t * @param userId keycloak user id\n\t * @return UserRepresentation instance\n\t */\n\tUserRepresentation getUserRepresentation(final String userId);\n\n\t/**\n\t * Creates an user account with all parameters in the user account management\n\t * system. The user account needs to be activated after creation before login.\n\t *\n\t * @param username user name\n\t * @param firstname first name\n\t * @param lastname last name\n\t * @param email email\n\t * @param password password\n\t * @return HttpStatus CREATED, if creation was successful. In all other cases\n\t * the response of the original response.\n\t */\n\tHttpStatus createUserAccount(final String realm, final String username, final String firstName,\n\t\t\tfinal String lastName, final String email, final String password);\n\n\t/**\n\t * Creates a group account with all parameters in the user account management\n\t * system.\n\t *\n\t * @param groupName group name\n\t * @return HttpStatus CREATED, if creation was successful. In all other cases\n\t * the response of the original response.\n\t */\n\tHttpStatus createGroup(final String groupName);\n\n\t/**\n\t * Get a group representation data by groupName\n\t *\n\t * @param groupName group name\n\t * @return GroupRepresentation instance\n\t */\n\tGroupRepresentation getGroup(final String groupName);\n\n\t/**\n\t * Add a user to a groupId\n\t *\n\t * @param user user\n\t * @param groupId groupId\n\t */\n\tvoid addUserToGroup(final String userId, final String groupId);\n\n\t/**\n\t * Add a realm to a user\n\t *\n\t * @param user username\n\t * @param realm realm\n\t */\n\tvoid addRealmToUser(final String username, final String realm);\n\n\t/**\n\t * Add a realm to a user\n\t *\n\t * @param user username\n\t * @param realm realm\n\t */\n\tvoid addRealmToUserAccount(final String userId, final String realm);\n\n\t/**\n\t * Activation of an created user account. It will search with overgiven username\n\t * in the related user management system. If it finds the user account, it will\n\t * activate that account. After this step the user can login.\n\t *\n\t * @param username user name\n\t * @return HttpStatus OK, if activation was successful, NOT_FOUND if username\n\t * was not found in the system.\n\t */\n\tHttpStatus activateUserAccount(final String username);\n\n\t/**\n\t * Reset the password of an created user account. If it finds the user account,\n\t * it will reset the password. After this step the user can login with the new\n\t * password.\n\t *\n\t * @param userRepresentation UserRepresentation instance\n\t * @param password password\n\t */\n\tHttpStatus resetPassword(final UserRepresentation userRepresentation, final String password);\n\n\tvoid updateEmailUserAccount(final String userId, final String email);\n\n\tvoid updateNameUserAccount(final String userId, final String name);\n\n\tvoid updateSurnameUserAccount(final String userId, final String surname);\n\n\tvoid disableUserAccount(final String userId);\n\n\tpublic RealmResource createRealmIfNotExists(final String realmName, final String displayName, final String... clients);\n\n\tpublic List<RealmInfo> getRealmsForUser(final String username);\n\n\tpublic void addClientToRealm(final String realm, final String client, final String... redirectUrls);\n\n\tvoid addRolesToRealm(final String realm, final String client, final List<RoleInfo> roles);\n\n\tList<String> getUsersForRealm(final String realm);\n\n\tList<String> getRolesForUser(final String user, final String realm, final String client);\n\n\tList<RoleInfo> getRolesForClient(final String realm, final String client);\n\n\tvoid setRolesForUser(final String realm, final String client, final List<UserRoles> userRoles);\n\n\tvoid setApplicationRolesForUser(final String realm, final String user, final List<ApplicationRoles> appRoles);\n}", "public abstract void createAccessPoints(IApplicationContext context);", "public interface WfStepUserInformationProvider extends UnifyComponent {\r\n\r\n /**\r\n * Gets the list of eligible users for workflow escalation\r\n * \r\n * @param stepGlobalName\r\n * the workflow step\r\n * @param branchCode\r\n * restrict to branch code\r\n * @param departmentCode\r\n * restrict to department code\r\n * @param preferredRoles\r\n * optional preferred role names\r\n * @return the list of contact information\r\n * @throws UnifyException\r\n * if an error occurs\r\n */\r\n Collection<String> getEligibleUsersForEscalation(String stepGlobalName, String branchCode, String departmentCode,\r\n String... preferredRoles) throws UnifyException;\r\n\r\n /**\r\n * Gets the list of notification email contacts for workflow escalation.\r\n * \r\n * @param stepGlobalName\r\n * the workflow step\r\n * @param branchCode\r\n * restrict to branch code\r\n * @param departmentCode\r\n * restrict to department code\r\n * @param preferredRoles\r\n * optional preferred role names\r\n * @return the list of contact information\r\n * @throws UnifyException\r\n * if an error occurs\r\n */\r\n Collection<NotificationContact> getEligibleEmailContactsForEscalation(String stepGlobalName, String branchCode,\r\n String departmentCode, String... preferredRoles) throws UnifyException;\r\n\r\n /**\r\n * Gets the list of eligible users for workflow participation\r\n * \r\n * @param participant\r\n * the participant type\r\n * @param stepGlobalName\r\n * the workflow step\r\n * @param branchCode\r\n * restrict to branch code\r\n * @param departmentCode\r\n * restrict to department code\r\n * @param preferredRoles\r\n * optional preferred role names\r\n * @return the list of contact information\r\n * @throws UnifyException\r\n * if an error occurs\r\n */\r\n Collection<String> getEligibleUsersForParticipation(WorkflowParticipantType participant, String stepGlobalName,\r\n String branchCode, String departmentCode, String... preferredRoles) throws UnifyException;\r\n\r\n /**\r\n * Gets the list of notification email contacts for workflow participation.\r\n * \r\n * @param participant\r\n * the participant type\r\n * @param stepGlobalName\r\n * the workflow step\r\n * @param branchCode\r\n * restrict to branch code\r\n * @param departmentCode\r\n * restrict to department code\r\n * @param preferredRoles\r\n * optional preferred role names\r\n * @return the list of contact information\r\n * @throws UnifyException\r\n * if an error occurs\r\n */\r\n Collection<NotificationContact> getEligibleEmailContactsForParticipation(WorkflowParticipantType participant,\r\n String stepGlobalName, String branchCode, String departmentCode, String... preferredRoles)\r\n throws UnifyException;\r\n\r\n /**\r\n * Gets the list of notification email contacts for a user.\r\n * \r\n * @param userLoginId\r\n * the user login ID\r\n * @return the list of contact information\r\n * @throws UnifyException\r\n * if an error occurs\r\n */\r\n Collection<NotificationContact> getEmailContactsForUser(String userLoginId) throws UnifyException;\r\n\r\n /**\r\n * Gets the list of notification mobile phone contacts for a workflow\r\n * participation.\r\n * \r\n * @param participant\r\n * the participant type\r\n * @param globalStepName\r\n * the workflow step global name\r\n * @param branchCode\r\n * restrict to branch code\r\n * @param departmentCode\r\n * restrict to department code\r\n * @param preferredRoles\r\n * optional preferred role names\r\n * @return the list of contact information\r\n * @throws UnifyException\r\n * if an error occurs\r\n */\r\n Collection<NotificationContact> getEligibleMobilePhoneContactsForParticipation(WorkflowParticipantType participant,\r\n String globalStepName, String branchCode, String departmentCode, String... preferredRoles)\r\n throws UnifyException;\r\n\r\n /**\r\n * Gets the list of notification mobile phone contacts for a user.\r\n * \r\n * @param userLoginId\r\n * the user login ID\r\n * @return the list of contact information\r\n * @throws UnifyException\r\n * if an error occurs\r\n */\r\n Collection<NotificationContact> getMobilePhoneContactsForUser(String userLoginId) throws UnifyException;\r\n}", "private void createActivity(Identity user) {\n ExoSocialActivity activity = new ExoSocialActivityImpl();\n activity.setTitle(\"title \" + System.currentTimeMillis());\n activity.setUserId(user.getId());\n try {\n activityManager.saveActivityNoReturn(user, activity);\n tearDownActivityList.add(activity);\n } catch (Exception e) {\n LOG.error(\"can not save activity.\", e);\n }\n }", "TasteProfile.UserProfile getUserProfile (String user_id);", "private void initUserSetting() {\n\n List<String> instantly = new ArrayList<String>();\n instantly.add(PostActivityPlugin.ID);\n instantly.add(ActivityCommentPlugin.ID);\n instantly.add(ActivityMentionPlugin.ID);\n instantly.add(LikePlugin.ID);\n instantly.add(RequestJoinSpacePlugin.ID);\n instantly.add(SpaceInvitationPlugin.ID);\n instantly.add(RelationshipReceivedRequestPlugin.ID);\n instantly.add(PostActivitySpaceStreamPlugin.ID);\n \n List<String> daily = new ArrayList<String>();\n daily.add(PostActivityPlugin.ID);\n daily.add(ActivityCommentPlugin.ID);\n daily.add(ActivityMentionPlugin.ID);\n daily.add(LikePlugin.ID);\n daily.add(RequestJoinSpacePlugin.ID);\n daily.add(SpaceInvitationPlugin.ID);\n daily.add(RelationshipReceivedRequestPlugin.ID);\n daily.add(PostActivitySpaceStreamPlugin.ID);\n daily.add(NewUserPlugin.ID);\n \n List<String> weekly = new ArrayList<String>();\n weekly.add(PostActivityPlugin.ID);\n weekly.add(ActivityCommentPlugin.ID);\n weekly.add(ActivityMentionPlugin.ID);\n weekly.add(LikePlugin.ID);\n weekly.add(RequestJoinSpacePlugin.ID);\n weekly.add(SpaceInvitationPlugin.ID);\n weekly.add(RelationshipReceivedRequestPlugin.ID);\n weekly.add(PostActivitySpaceStreamPlugin.ID);\n \n List<String> webNotifs = new ArrayList<String>();\n webNotifs.add(NewUserPlugin.ID);\n webNotifs.add(PostActivityPlugin.ID);\n webNotifs.add(ActivityCommentPlugin.ID);\n webNotifs.add(ActivityMentionPlugin.ID);\n webNotifs.add(LikePlugin.ID);\n webNotifs.add(RequestJoinSpacePlugin.ID);\n webNotifs.add(SpaceInvitationPlugin.ID);\n webNotifs.add(RelationshipReceivedRequestPlugin.ID);\n webNotifs.add(PostActivitySpaceStreamPlugin.ID);\n \n // root\n saveSetting(instantly, daily, weekly, webNotifs, rootIdentity.getRemoteId());\n\n // mary\n saveSetting(instantly, daily, weekly, webNotifs, maryIdentity.getRemoteId());\n\n // john\n saveSetting(instantly, daily, weekly, webNotifs, johnIdentity.getRemoteId());\n\n // demo\n saveSetting(instantly, daily, weekly, webNotifs, demoIdentity.getRemoteId());\n }", "public interface DentistViewProfileView {\n\n /**\n * This method is called when the dentist presses the button 'UPDATE' , so it redirects him to the activity of update!\n */\n void updateAccount();\n}", "@Local\npublic interface HandleUser {\n\n /**\n * Method that check the user credential and return the id of the logged\n * user otherwise throw an exception to signal an error in the\n * authentication phase.\n *\n * @param username Username of the user\n * @param password Password of the user\n * @return id of the logged user\n * @throws ErrorRequestException expection throw if errors in the\n * authentication phase\n */\n long checkAccessCredential(String username, String password)\n throws ErrorRequestException;\n\n /**\n * Method that find and return the data of the user id passed via parameter.\n *\n * @param userID id of the user connected to MeteoCal\n * @return UserDTO the user data object\n * @throws ErrorRequestException if there is a problem retriving the user\n * info\n */\n UserDTO getUser(long userID)\n throws ErrorRequestException;\n\n /**\n * Method that add a new user to the MeteoCal application\n *\n * @param newUser the new user to add in MeteoCal\n * @throws ErrorRequestException\n */\n void addUser(UserDTO newUser) throws ErrorRequestException;\n\n /**\n * Method that handle the login of the user in MeteoCal\n *\n * @param loginUser the user that whant to login in MeteoCal\n * @return true if the login process was succesful; false otherwise.\n */\n boolean doLogin(UserDTO loginUser);\n\n /**\n * Method that return the owner of a calendar\n *\n * @param calendarId the calendar id of the user returned\n * @return the owner of the calendar; null otherwise;\n */\n UserDTO getOwner(String calendarId);\n\n /**\n * Method that search the user with a PUBLIC Calendar that match the given\n * query\n *\n * @param query\n * @return the list of the result that match the query\n */\n List<ResultDTO> search(String query);\n\n /**\n * Method that search the user that match the given query\n *\n * @param query\n * @return the list of the result that match the query\n */\n List<ResultDTO> searchUser(String query);\n\n /**\n * Method that change the user settings\n *\n * @param loggedUser the user with the new settings\n * @throws ErrorRequestException\n */\n void changeSettings(UserDTO loggedUser) throws ErrorRequestException;\n\n /**\n * Method that return the visibility of the given calendar id\n *\n * @param calendarId\n * @return Visibility.PUBLIC or Visibility.PRIVATE for the given calendarId\n * @throws it.polimi.meteocal.exception.ErrorRequestException\n */\n Visibility getCalendarVisibility(String calendarId) throws ErrorRequestException;\n\n /**\n * Method that change the calendar visibility of the current logged user\n *\n * @param visibility the wanted visibility for the current logged calendar\n * user\n * @throws it.polimi.meteocal.exception.ErrorRequestException\n */\n void changeCalendarVisibility(Visibility visibility) throws ErrorRequestException;\n\n /**\n * Method that save the notification in the DB\n *\n * @param notification the notification to save in the DB\n * @return true if the notification is added, false otherwise\n */\n boolean addNotification(EventNotificationDTO notification);\n\n /**\n * Method that handle the user accepts to a notification\n *\n * @param selectedNotification the notification that the user have accepted\n */\n void acceptNotification(NotificationDTO selectedNotification);\n\n /**\n * Method that handle the user declines to a notification\n *\n * @param selectedNotification the notification that the user have declined\n */\n void declineNotification(NotificationDTO selectedNotification);\n\n /**\n * Method that add the calendar to the logged user prefered\n *\n * @param calendarId the id of the prefered calendar to add\n */\n void addPreferedCalendar(String calendarId);\n\n /**\n * Method that remove the calendar from the logged user prefered\n *\n * @param calendarId the id of the prefered calendar to remove\n */\n void delPreferedCalendar(String calendarId);\n\n /**\n * Method that remove outdated notification from the user that refers to\n * passed event\n */\n void removeOldNotification();\n\n}", "public void createUserEmail(UserBean useBean) throws Exception;", "@Deprecated\npublic interface ProfileWallLogic {\n\t\n\t/**\n\t * Notifies a user's connections of an event added to the user's wall.\n\t * \n\t * Note: the wall logic is currently responsible for timestamping the event,\n\t * but we might want to pass the date in this API call instead.\n\t * \n\t * @param event the event to add.\n\t * @param userUuid the ID of the user that created the event.\n\t */\n\tpublic void addNewEventToWall(String event, String userUuid);\n\t\n\t/**\n\t * Notifies a user's connections of a status update added to the user's wall.\n\t * \n\t * Note: the wall logic is currently responsible for timestamping the status\n\t * update, but we might want to pass the date in this API call instead.\n\t * \n\t * @param status the status to add.\n\t * @param userUuid the ID of the user whose status we're posting.\n\t */\n\tpublic void addNewStatusToWall(String status, String userUuid);\n\t\n\t/**\n\t * Adds a new wall item comment.\n\t * \n\t * @param wallItemComment the wall item comment to add.\n\t * @return <code>true</code> if the add is successful and\n\t * <code>false</code> if the add fails.\n\t */\n\tpublic boolean addNewCommentToWallItem(WallItemComment wallItemComment);\n\t\n\t/**\n\t * Posts the specified wall item to the specified user's wall and the\n\t * walls of their connections.\n\t * \n\t * @param userUuid the id of the user whose wall we're posting to.\n\t * @param wallItem the wall item to post.\n\t */\n\tpublic boolean postWallItemToWall(String userUuid, WallItem wallItem);\n\t\n\t/**\n\t * Removes the specified wall item.\n\t *\n\t * @param wallItem the wall item to remove.\n\t */\n\tpublic boolean removeWallItemFromWall(WallItem wallItem);\n\n\t/**\n\t * Returns the specified wall item.\n\t *\n\t * @param wallItemId the wall item to return.\n\t * @return the wall item for the specified id.\n\t */\n\tpublic WallItem getWallItem(long wallItemId);\n\n\t/**\n\t * Returns the specified wall item comment.\n\t *\n\t * @param wallItemCommentId the wall item comment to return.\n\t * @return the wall item comment for the specified id.\n\t */\n\tpublic WallItemComment getWallItemComment(long wallItemCommentId);\n\t\n\t/**\n\t * Returns the wall for the specified user. The privacy record will\n\t * be looked up.\n\t *\n\t * @param userUuid the user to query by.\n\t * @return the wall for the specified user.\n\t */\n\tpublic List<WallItem> getWallItemsForUser(String userUuid);\n\t\n\t/**\n\t * Returns the wall for the specified user. Privacy settings are used\n\t * to determine if the user is allowed to access the requested wall.\n\t *\n\t * @param userUuid the user to query by.\n\t * @param privacy the privacy record for the user.\n\t * @return the wall for the specified user.\n\t */\n\tpublic List<WallItem> getWallItemsForUser(String userUuid, ProfilePrivacy privacy);\n\t\n\t/**\n\t * Returns the number of available wall items for the specified user. The\n\t * privacy record will be looked up.\n\t *\n\t * @param userUuid the user to query by.\n\t * @return the number of available wall items for the specified user.\n\t */\n\tpublic int getWallItemsCount(String userUuid);\n\t\n\t/**\n\t * Returns the number of available wall items for the specified user.\n\t * Privacy settings are used to determine if the user is allowed to access\n\t * the requested wall items.\n\t *\n\t * @param userUuid the user to query by.\n\t * @param privacy the privacy record for the user.\n\t * @return the number of available wall items for the specified user.\n\t */\n\tpublic int getWallItemsCount(String userUuid, ProfilePrivacy privacy);\n\n}", "public interface Authentication {\n void signInWithEmailAndPassword(String user, String password, Activity a);\n void createUserWithEmailAndPassword (String user, String password, Activity a);\n void signOut();\n User getCurrentUser();\n void reloadCurrentUser(InvalidUserListener listener);\n}", "public void onAuthenticateNewUserLogged(\n RetailscmUserContext userContext,\n LoginContext loginContext,\n LoginResult loginResult,\n IdentificationHandler idHandler,\n BusinessHandler bizHandler)\n throws Exception {\n // Generally speaking, when authenticated user logined, we will create a new account for\n // him/her.\n // you need do it like :\n // First, you should create new data such as:\n // EventAttendance newEventAttendance = this.createEventAttendance(userContext, ...\n // Next, create a sec-user in your business way:\n // SecUser secUser = secUserManagerOf(userContext).createSecUser(userContext, login, mobile\n // ...\n // And set it into loginContext:\n // loginContext.getLoginTarget().setSecUser(secUser);\n // Next, create an user-app to connect secUser and newEventAttendance\n // UserApp uerApp = userAppManagerOf(userContext).createUserApp(userContext, secUser.getId(),\n // ...\n // Also, set it into loginContext:\n // loginContext.getLoginTarget().setUserApp(userApp);\n // and in most case, this should be considered as \"login success\"\n // loginResult.setSuccess(true);\n //\n // Since many of detailed info were depending business requirement, So,\n throw new Exception(\"请重载函数onAuthenticateNewUserLogged()以处理新用户登录\");\n }", "public interface StudentActivitiesService {\n /**\n * 确认报名\n * @param uid\n * @param studentId\n * @return\n */\n String InsertStudentId(String uid,String activity_join_type, String studentId);\n}", "public interface ActivityService {\n\n /**\n * @Description: 获得所有的活动信息\n * @Param: []\n * @return: java.util.List<com.edu.ccnu.app.demo.pojo.Activity>\n * @Author: Anakin\n * @Date: 2020/9/23\n */\n public List<Activity> getAllActivity();\n\n /**\n * @Description: 分页获得活动的信息\n * @Param: []\n * @return: com.github.pagehelper.PageInfo<com.edu.ccnu.app.demo.pojo.Activity>\n * @Author: Anakin\n * @Date: 2020/9/23\n */\n public PageInfo<Activity> getActivityByPage(Integer pageNum, Integer pageSize);\n\n /**\n * @Description: 根据id获得活动的信息\n * @Param: [activityId]\n * @return: com.edu.ccnu.app.demo.pojo.Activity\n * @Author: Anakin\n * @Date: 2020/9/23\n */\n public Activity getActivityById(String activityId);\n\n /**\n * @Description: 插入一条活动的信息\n * @Param: [activity]\n * @return: java.lang.Integer\n * @Author: Anakin\n * @Date: 2020/9/23\n */\n public Activity insertActivity(Activity activity);\n\n /**\n * @Description: 更新一条活动的信息\n * @Param: [activity]\n * @return: java.lang.Integer\n * @Author: Anakin\n * @Date: 2020/9/23\n */\n public Integer updateActivity(Activity activity);\n\n /**\n * @Description: 根据id删除一条活动信息\n * @Param: [activityId]\n * @return: java.lang.Integer\n * @Author: Anakin\n * @Date: 2020/9/23\n */\n public Integer deleteActivityById(String activityId);\n\n /**\n * @Description: 根据一组id对活动进行批量删除\n * @Param: [ids]\n * @return: java.lang.Integer\n * @Author: Anakin\n * @Date: 2020/9/23\n */\n public Integer deleteActivityByIds(String ids);\n\n /**\n * 执行定时任务,做到更新活动状态信息\n */\n void updateActivityState();\n\n\n}", "public interface UserProfileView {\r\n\r\n void setAboutMe(String aboutMe);\r\n void setSocialNetworks(HashMap<String,String> socialNetworks);\r\n void setPreferenceDays(ArrayList<Integer> preferenceDays);\r\n void setPreferenceHours(ArrayList<Integer> preferenceHours);\r\n\r\n void showEditAboutMe(String aboutMe);\r\n void showEditSocialNetworks(HashMap<String,String> socialNetworks);\r\n void showEditPreferenceDays(ArrayList<Integer> preferenceDays);\r\n void showEditPreferenceHours(ArrayList<Integer> preferenceHours);\r\n}", "public interface UserService {\r\n\r\n\t/**\r\n\t * Loads {@link User} specified by ID\r\n\t * @param id of user\r\n\t * @return {@link User} instance\r\n\t * @throws RuntimeException if user does not exist\r\n\t */\r\n\tUser loadUserById(Integer id);\r\n\r\n\t/**\r\n\t * Loads {@link User} specified by username\r\n\t * @param username of user\r\n\t * @return {@link User} instance\r\n\t * @throws RuntimeException if user does not exist or permission is denied\r\n\t */\r\n\tUser loadUserByUsername(String username);\r\n\r\n\t/**\r\n\t * Creates new user \r\n\t * @param userBuilder used to define user properties\r\n\t * @param notify determines whether notification email should be send\r\n\t * @return newly created {@link User}\r\n\t * @throws RuntimeException if user does not exist or permission is denied\r\n\t */\r\n\tUser createUser(UserBuilder userBuilder, boolean notify);\r\n\r\n\t/**\r\n\t * Updates user specified by ID and version\r\n\t * @param id of the user to update\r\n\t * @param version of the user to update\r\n\t * @param userBuilder used to define user properties to be updated\r\n\t * @throws RuntimeException if user does not exist or permission is denied \r\n\t */\r\n\tvoid updateUser(Integer id, Long version, UserBuilder userBuilder);\r\n\r\n\t/**\r\n\t * Deletes the user\r\n\t * @param id of the user to delete\r\n\t * @throws RuntimeException if user does not exist or permission is denied\r\n\t */\r\n\tvoid deleteUser(Integer id);\r\n\r\n\t/**\r\n\t * Updates user-domain association\r\n\t * @param userId of the user\r\n\t * @param domainId of the domain\r\n\t * @param roles {@link UserRole} to set.\r\n\t * @throws RuntimeException if user does not exist, domain does not exist or permission is denied\r\n\t */\r\n\tvoid updateDomainAssociation(Integer userId, Integer domainId, UserRole... roles);\r\n\r\n\t/**\r\n\t * Updates user-user group association\r\n\t * @param userId of the user\r\n\t * @param userGroups id's of the groups\r\n\t * @throws RuntimeException if user does not exist, user groups do not exist or permission is denied\r\n\t */\r\n\tvoid updateUserGroupAssociation(Integer userId, Integer... userGroups);\r\n\r\n\t/**\r\n\t * Creates an user request of desired type.\r\n\t * @param username username of the user the request is created for.\r\n\t * @param type Specifies the type of the request. Available types are: LOGIN_UNATTENDED, PASSWORD_SET, PASSWORD_RESET, UNLOCK_ACCOUNT, LOGIN\r\n\t * @return request_id and request_code of the created request. Example: 1544;RDQX1Qx9UokSf4n3KAVWgNClvrFUqncSZg7fK3gnVAfNIAOylN\r\n\t * @throws RuntimeException if user does not exist or permission is denied\r\n\t */\r\n\tString createUserRequest(String username, UserRequestType type);\r\n\r\n}", "protected ExoSocialActivity makeActivity(Identity owner, String activityTitle) {\n ExoSocialActivity activity = new ExoSocialActivityImpl();\n activity.setTitle(activityTitle);\n activity.setUserId(owner.getId());\n activityManager.saveActivityNoReturn(rootIdentity, activity);\n tearDownActivityList.add(activity);\n \n return activity;\n }", "Accessprofile create(Accessprofile accessprofile);", "BaseUser createAdminUser(Application application);", "public interface HomeDetailsProvider {\r\n\r\n void requestHomeData(String userId, OnHomeDataRequest onHomeDataRequest);\r\n\r\n}", "Account apply(Context context);", "public boolean Main(HomeActivity activity, UserSession session);", "WithCreate withSecurityProfile(SecurityProfile securityProfile);", "public interface ILoginActivity {\n void loginIsValid();\n\n void loginNotValid();\n\n void fieldIsNull(int fieldUsername, int fieldPassword);\n\n void runProgressBar();\n\n void stopProgressBar();\n\n void disableComponent();\n\n void enableComponent();\n\n void saveFirebaseToken(String adminId, String token);\n}", "public interface IAccountService {\n public TenantInfo getTenantInfo(String tenantAccount);\n public Map createUserInfo(TenantInfo tenant);\n public Map createUserDB(AdminUser adminUser,User user);\n public Map loginOfTenantInfo(TenantInfo tenant);\n public Map loginOfUser(User user);\n public Map getVerificationCode(Msg msg);\n\n}", "public interface IAccountLifeTimeService\r\n{\r\n /**\r\n * Get the list of id of users that have an expired time life but not the expired status\r\n * \r\n * @param currentTimestamp\r\n * Timestamp describing the current time.\r\n * @return the list of id of users with expired time life\r\n */\r\n List<Integer> getIdUsersWithExpiredLifeTimeList( Timestamp currentTimestamp );\r\n\r\n /**\r\n * Get the list of id of users that need to receive their first alert\r\n * \r\n * @param alertMaxDate\r\n * The maximum date to send alerts.\r\n * @return the list of id of users that need to receive their first alert\r\n */\r\n List<Integer> getIdUsersToSendFirstAlert( Timestamp alertMaxDate );\r\n\r\n /**\r\n * Get the list of id of users that need to receive their first alert\r\n * \r\n * @param alertMaxDate\r\n * The maximum date to send alerts.\r\n * @param timeBetweenAlerts\r\n * Timestamp describing the time between two alerts.\r\n * @param maxNumberAlerts\r\n * Maximum number of alerts to send to a user\r\n * @return the list of id of users that need to receive their first alert\r\n */\r\n List<Integer> getIdUsersToSendOtherAlert( Timestamp alertMaxDate, Timestamp timeBetweenAlerts, int maxNumberAlerts );\r\n\r\n /**\r\n * Get the list of id of users that have an expired password but not the change password flag\r\n * \r\n * @param currentTimestamp\r\n * Timestamp describing the current time.\r\n * @return the list of id of users with expired passwords\r\n */\r\n List<Integer> getIdUsersWithExpiredPasswordsList( Timestamp currentTimestamp );\r\n\r\n /**\r\n * Increment the number of alert send to users by 1\r\n * \r\n * @param listIdUser\r\n * The list of users to update\r\n */\r\n void updateNbAlert( List<Integer> listIdUser );\r\n\r\n /**\r\n * Set the \"change password\" flag of users to true\r\n * \r\n * @param listIdUser\r\n * List of user's id to update\r\n */\r\n void updateChangePassword( List<Integer> listIdUser );\r\n\r\n /**\r\n * Set a user account status as expired. Expired user will be anonymized by an anonymization daemon\r\n * \r\n * @param listIdUser\r\n * User accounts list to set as expired\r\n */\r\n void setUserStatusExpired( List<Integer> listIdUser );\r\n\r\n /**\r\n * Get the body of the mail to send when a user account expire\r\n * \r\n * @return The body of the mail to send\r\n */\r\n String getExpirationtMailBody( );\r\n\r\n /**\r\n * Get the body of the mail to send for a first notification of a user before his account expire\r\n * \r\n * @return The body of the mail to send\r\n */\r\n String getFirstAlertMailBody( );\r\n\r\n /**\r\n * Get the body of the mail to send for a new notification of a user before his account expire\r\n * \r\n * @return The body of the mail to send\r\n */\r\n String getOtherAlertMailBody( );\r\n\r\n /**\r\n * Get the body of the mail to send when a password expired\r\n * \r\n * @return The body of the mail to send\r\n */\r\n String getPasswordExpiredMailBody( );\r\n\r\n /**\r\n * Add specifiques parameters to a given model\r\n * \r\n * @param model\r\n * The model\r\n * @param nIdUser\r\n * The id of the user to add the parameters\r\n */\r\n void addParametersToModel( Map<String, String> model, Integer nIdUser );\r\n\r\n /**\r\n * Get the main email adresse of a user\r\n * \r\n * @param nUserId\r\n * Id of the user\r\n * @return The main email adresse of a user\r\n */\r\n String getUserMainEmail( int nUserId );\r\n\r\n /**\r\n * Get the current plugin\r\n * \r\n * @return The plugin\r\n */\r\n Plugin getPlugin( );\r\n}", "@OnClick(R.id.setUserProfileEdits)\n public void onConfirmEditsClick() {\n if (UserDataProvider.getInstance().getCurrentUserType().equals(\"Volunteer\")){\n addSkills();\n addCauses();\n }\n updateUserData();\n // get intent information from previous activity\n\n// Intent intent = new Intent(getApplicationContext(), LandingActivity.class);\n\n\n// intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n// intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);\n finish();\n// startActivity(intent);\n }", "public static void main(String[] args) {\n Account account_1 = new Account(\"firstUser\", \"firstPassword\", \"First User\", \"[email protected]\", new ActivityController());\r\n Account account_2 = new Account(\"secondUser\", \"secondPassword\", \"Second User\", \"[email protected]\", new ActivityController());\r\n\r\n \r\n Post textPost = account_1.activityController.createPost(\"TextImage\", \"REGULARPOST\");\r\n /*Post videoImagePost = account_2.activityController.createPost(\"VideoImage\", \"TAGGEDPOST\");\r\n Post textImnageVideoPost = account_1.activityController.createPost(\"TextImageVideo\", \"TAGGEDPOST\");*/\r\n System.out.println(\"Likes: \" + textPost.getLikeCount() + \" Dislikes: \"+ textPost.getDislikeCount());\r\n account_1.activityController.reactToPost(textPost, \"Like\");\r\n account_2.activityController.reactToPost(textPost, \"DisLike\");\r\n\r\n\t}", "public interface IApplicationUserSecurity {\n\n\n\n /**\n * Return the value associated with the column: dateCreated.\n\t * @return A Date object (this.dateCreated)\n\t */\n\tDate getDateCreated();\n\t\n\n \n /** \n * Set the value related to the column: dateCreated.\n\t * @param dateCreated the dateCreated value you wish to set\n\t */\n\tvoid setDateCreated(final Date dateCreated);\n\n /**\n * Return the value associated with the column: dateDisabled.\n\t * @return A Date object (this.dateDisabled)\n\t */\n\tDate getDateDisabled();\n\t\n\n \n /** \n * Set the value related to the column: dateDisabled.\n\t * @param dateDisabled the dateDisabled value you wish to set\n\t */\n\tvoid setDateDisabled(final Date dateDisabled);\n\n /**\n * Return the value associated with the column: dateUpdated.\n\t * @return A Date object (this.dateUpdated)\n\t */\n\tDate getDateUpdated();\n\t\n\n \n /** \n * Set the value related to the column: dateUpdated.\n\t * @param dateUpdated the dateUpdated value you wish to set\n\t */\n\tvoid setDateUpdated(final Date dateUpdated);\n\n /**\n * Return the value associated with the column: id.\n\t * @return A Long object (this.id)\n\t */\n\tLong getId();\n\t\n\n \n /** \n * Set the value related to the column: id.\n\t * @param id the id value you wish to set\n\t */\n\tvoid setId(final Long id);\n\n /**\n * Return the value associated with the column: role.\n\t * @return A SecurityRole object (this.role)\n\t */\n\tSecurityRole getRole();\n\t\n\n \n /** \n * Set the value related to the column: role.\n\t * @param role the role value you wish to set\n\t */\n\tvoid setRole(final SecurityRole role);\n\n /**\n * Return the value associated with the column: user.\n\t * @return A ApplicationUser object (this.user)\n\t */\n\tApplicationUser getUser();\n\t\n\n \n /** \n * Set the value related to the column: user.\n\t * @param user the user value you wish to set\n\t */\n\tvoid setUser(final ApplicationUser user);\n\n /**\n * Return the value associated with the column: userCreated.\n\t * @return A Long object (this.userCreated)\n\t */\n\tLong getUserCreated();\n\t\n\n \n /** \n * Set the value related to the column: userCreated.\n\t * @param userCreated the userCreated value you wish to set\n\t */\n\tvoid setUserCreated(final Long userCreated);\n\n /**\n * Return the value associated with the column: userUpdated.\n\t * @return A Long object (this.userUpdated)\n\t */\n\tLong getUserUpdated();\n\t\n\n \n /** \n * Set the value related to the column: userUpdated.\n\t * @param userUpdated the userUpdated value you wish to set\n\t */\n\tvoid setUserUpdated(final Long userUpdated);\n\n\t// end of interface\n}", "boolean addUserActivityToDB(UserActivity userActivity);", "public interface BusinessProcess {\n /**\n * 判断用户是否进行过切换账号的操作,\n * 如果切换账号.则返回true\n * 否则返回false\n *\n * @return\n */\n boolean needRefreshDisplayData();\n\n /**\n * 添加用户\n *\n * @param user\n */\n void insertOrUpdateUserInfo(User user);\n\n /**\n * 如果没有用户则添加一个默认用户\n * 如果有用户 则忽略操作\n */\n void insertDefaultUser();\n\n /**\n * 获得默认账户信息\n *\n * @return\n */\n User getDefaultUser();\n\n /**\n * 检测登录的账户是否是默认账号\n *\n * @return\n */\n boolean checkOnlineIsDefaultAccount();\n\n /**\n * 获取默认登录的用户\n *\n * @return\n */\n User getOnlineUser();\n\n /**\n * 更新登录用户,将此次登录的用户设置为'登录用户'\n * 将上次登录用户设置为'未登录'\n *\n * @param user\n */\n void updateUserLoginState(User user);\n\n /**\n * 默认账号下面有内容,是否要关联到在线用户账户下\n * 用于用户登录时提醒.\n *\n * @return\n */\n boolean checkHaveDataLinkToOnlineAccount();\n\n /**\n * 移动默认账户下面的所有数据到在线账户上去\n */\n boolean moveDataToOnlineAccount();\n\n /**\n * 根据用户查找所有的事项\n *\n * @param user\n * @return\n */\n ArrayList<ToDoThing> listAllThingsByUser(User user);\n\n\n /**\n * 根据用户ID查找所有的事项\n *\n * @param userId 用户id\n * @return\n */\n ArrayList<ToDoThing> listAllThingsByUserId(Long userId);\n\n\n /**\n * 查找数据库中所有的事项\n *\n * @return\n */\n ArrayList<ToDoThing> listAllThings();\n\n /**\n * 根据ToDoThing的id 删除事项\n *\n * @param id ToDoThing的id\n */\n void removeToDoTingById(Long id);\n\n\n /**\n * 根据ToDoThing的id 查找事项\n *\n * @param id ToDoThing的id\n * @return\n */\n ToDoThing getThingById(Long id);\n\n /**\n * 添加事项 已废弃\n *\n * @param toDoThing\n */\n void saveThing(ToDoThing toDoThing);\n\n\n /**\n * 添加事项, 和提醒时间(notificationList 可为空)\n *\n * @param toDoThing\n * @param notificationList\n */\n void saveThing(ToDoThing toDoThing, List<Notification> notificationList);\n\n /**\n * 查找已经完成的事情\n *\n * @return\n */\n ArrayList<ToDoThing> listOnlineUserFinshThingsOrderByFinshTimeDesc();\n\n\n /**\n * 查找还未做的事情\n *\n * @return\n */\n ArrayList<ToDoThing> listOnlineUserNotDoneThingsOrderByCreateTimeDesc();\n\n /**\n * 查找还未做的事情,附带展示需要的各种信息\n *\n * @return\n */\n ArrayList<ShowThingsDTO> listOnlineUserNotDoneThingsOrderByCreateTimeDescWithReminderTime();\n\n /**\n * 查找已经完成的事情 附带展示需要的各种信息\n *\n * @return\n */\n ArrayList<ShowThingsDTO> listOnlineUserFinshThingsOrderByFinshTimeDescWithReminderTime();\n\n\n /**\n * 改变ToDoThing的状态 如果更改为完成状态,则同时设上一次提醒时间为当前时间\n *\n * @param id things id\n * @param state 状态信息\n */\n void updateThingState(Long id, int state);\n\n /**\n * 如果是重复提醒的notification 则\n * 计算下一次提醒的时间\n * 否则.不做操作\n *\n * @param ids\n */\n void updateCalculationNextReminderDate(List<Long> ids);\n\n /**\n * 查找距离此时最近的一次提醒\n *\n * @return\n */\n AlarmDTO listOnlineUserRecentNeedNotifyThings();\n\n\n /**\n * 获取到已经过期但是还未提醒的事项 Expired\n *\n * @return\n */\n AlarmDTO listOnlineUserExpiredThings();\n\n /**\n * 更新Notification 中 上一次提醒的时间\n *\n * @param id Notifaction id\n * @param date\n */\n void updatePreNotifyDate(Long id, Date date);\n\n //获取最近七日内增加的事件数量 date-counts\n ArrayList<ChartDataDTO> countOnlineUserRecentWeekNewThings();\n\n /**\n * 获取最近七日完成的事件 date-counts\n */\n ArrayList<ChartDataDTO> countOnlineUserRecentWeekFinshThings();\n\n /**\n * 获得今天添加的事项 和 已完成的事情\n *\n * @return\n */\n ArrayList<ChartDataDTO> countOnlineUserTodayThings();\n\n\n ArrayList<ResultFormat<PullDataDTO>> listOnlineNeedSyncData();\n\n}", "public interface ActivityAction {\r\n public void viewedActivity(String condition, String viewerFullName);\r\n}", "@Override\n public void run() {\n try {\n stringOrganizationIds.remove(defaultOrg);\n List<Integer> organizationIds = FluentIterable.from(stringOrganizationIds)\n .transform(Ints.stringConverter()).toList();\n\n newUser.setActive(false);\n UserProfileStruct savedUser = createAccountInternal(conn, newUser, password, resetQuestion,\n resetAnswer, givenName, surname, organizationId);\n for (Integer orgId : organizationIds) {\n Profile profile = new Profile();\n profile.setGivenName(givenName);\n profile.setSurname(surname);\n profile.setOrganizationId(orgId);\n profile.setUserId(savedUser.credentialedUser.getId());\n profile = profilePersister.createProfile(profile, conn);\n\n authService.grantAtLeast(profile.getId(), ROLE_READER, orgId);\n authService.grantAtLeast(orgId, ROLE_ADMIN, profile.getId());\n }\n\n User user = savedUser.credentialedUser.getUser();\n user.setActive(true);\n persistenceService.process(conn, new UserPersister.UpdateUserFunc(user));\n conn.commit();\n } catch (Exception e) {\n closeConnection(conn);\n }\n }", "@Override\n\tpublic void openUserProfileFromActivity(WUser wuser) {\n\t\t\n\t}", "public interface ICreateUser {\n String UserID = \"\";\n String FirstName = \"\";\n String LastName = \"\";\n String Address = \"\";\n \n Integer Age = 0;\n String Gender = \"\";\n String Password = \"\";\n \n public String getUserID();\n public String getUserFirst();\n public String getUserLast();\n public String getUserAdress();\n \n public Integer getUserAge();\n public String getUserGender();\n \n public String GetPassword();\n \n public void setUserID(String ID);\n public void setUserFirst(String First);\n public void setUserLast(String Last);\n public void setUserAdress(String Address);\n public void setUserAge(int Age);\n public void setUserGender(String Gender);\n public void setPassword(String Password);\n \n}", "public List<ExoSocialActivity> getNewerOnUserActivities(\n Identity ownerIdentity, ExoSocialActivity baseActivity, int limit);", "private Intent createIntent() {\n Intent intent = new Intent(this, GameOverActivity.class);\n intent.putExtra(POINTS, presenter.getPoints() + points);\n intent.putExtra(PASS_USER, user);\n intent.putExtra(CORRECT, correct);\n intent.putExtra(INCORRECT, incorrect);\n intent.putExtra(TIME, time);\n intent.putExtra(EVIL, evil);\n intent.putExtra(FRIENDLY, friendly);\n intent.putExtra(\"from\", \"bonus\");\n return intent;\n }", "private void setupProfileOptions() {\n String userId;\n\n if (profile == null) {\n userId = this.userId;\n\n if (userId == null)\n throw new IllegalStateException(\"ViewProfileActivity profile is null, but so is it's userId. One of either must not be null\");\n } else {\n userId = profile.getUserId();\n\n if (userId == null)\n throw new IllegalStateException(\"ViewProfileActivity's profile#getUserId() returned null. Was setUserId called when the profile was retrieved?\");\n }\n\n final String finalUserId = userId;\n ConstraintLayout goalLayout = findViewById(R.id.goalsLayout);\n goalLayout.setOnClickListener(v -> {\n Intent intent = new Intent(this, GoalsActivity.class);\n intent.putExtra(GoalsActivity.USER_ID_EXTRA, finalUserId);\n startActivity(intent);\n });\n\n ConstraintLayout activitiesLayout = findViewById(R.id.activitiesLayout);\n activitiesLayout.setOnClickListener(v -> {\n Intent intent = new Intent(this, ListActivitiesActivity.class);\n intent.putExtra(ListActivitiesActivity.USER_ID_EXTRA, finalUserId);\n startActivity(intent);\n });\n\n ConstraintLayout postsLayout = findViewById(R.id.postsLayout);\n postsLayout.setOnClickListener(v -> {\n Intent intent = new Intent(this, ProfilePostsActivity.class);\n intent.putExtra(ProfilePostsActivity.USER_ID_EXTRA, finalUserId);\n startActivity(intent);\n });\n }", "UserSettings getOrCreateByUser(HawkularUser user);", "public UserProfile createUserProfile(String username, UserProfile newProfile);", "public interface IAtsUserService {\n\n IAtsUser getCurrentUser() throws OseeCoreException;\n\n String getCurrentUserId() throws OseeCoreException;\n\n IAtsUser getUserById(String userId) throws OseeCoreException;\n\n IAtsUser getUserByArtifactId(ArtifactId id);\n\n boolean isUserIdValid(String userId) throws OseeCoreException;\n\n boolean isUserNameValid(String name) throws OseeCoreException;\n\n IAtsUser getUserByName(String name) throws OseeCoreException;\n\n Collection<IAtsUser> getUsersByUserIds(Collection<String> userIds) throws OseeCoreException;\n\n boolean isAtsAdmin(IAtsUser user);\n\n List<IAtsUser> getUsers(Active active);\n\n List<IAtsUser> getUsersSortedByName(Active active);\n\n void reloadCache();\n\n void releaseUser();\n\n List<? extends IAtsUser> getUsers();\n\n List<? extends IAtsUser> getUsersFromDb();\n\n IAtsUser getUserByAccountId(Long accountId);\n\n}", "public static Intent createIntent(Context context, OnboardingType type, boolean fromDiagnostics, OnboardingResponseData onboardingResponse) {\n Intent intent = new Intent(context, OnboardingActivity.class);\n intent.putExtra(OnboardingType.ARG_KEY, Parcels.wrap(type));\n intent.putExtra(Arg.FROM_DIAGNOSTICS, fromDiagnostics);\n if (onboardingResponse != null) {\n intent.putExtra(Arg.ONBOARDING_DATA, Parcels.wrap(onboardingResponse));\n }\n return intent;\n }", "public interface AchievementUserService extends GenericService<AchievementUser, Integer> {\n\n public void saveOrUpdate(AchievementUser achievementUser);\n\n public void deleteAchievementUser(AchievementUser achievementUser);\n\n public boolean checkIfAchievementHasBeenGranted(User user, int achievement_id);\n\n public boolean checkIfAchievementHasBeenCompleted(User user, int achievement_id);\n\n public AchievementUser getSingleAchievementUser(User user, int achievement_id);\n\n}", "public void setUserProfile(UserProfile userProfile) {this.userProfile = userProfile;}", "public interface IUser\n{\n void subscribe(IFollowable entity);\n void unsubscribe(IFollowable entity);\n Date getLastUpdateTime();\n void setLastUpdateTIme(Date timeOfLatestUpdate);\n String getUserName();\n String getUserHomeAdress();\n String getLegislativeDistrict();\n String getCity();\n String getCounty();\n List<IFollowable> getDefaultIFollowables();\n JSONArray getUpdatesFromAllSubscriptions(Date lastUpdateTime);\n\n }", "public void createUser(User user);", "Human_User createHuman_User();", "private static void createNotification(Activity a, CustomFBProfile prof) {\n NotificationCompat.Builder mBuilder =\n new NotificationCompat.Builder(a)\n .setSmallIcon(R.drawable.acba)\n .setContentTitle(\"New Message\")\n .setTicker(\"New Message!!\");\n NotificationCompat.InboxStyle inboxStyle = new NotificationCompat.InboxStyle();\n mBuilder.setStyle(inboxStyle);\n mBuilder.setVibrate(new long[]{2000, 500, 500, 250});\n mBuilder.setLights(Color.YELLOW, 3000, 3000);\n mBuilder.setSound(RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION));\n mBuilder.setAutoCancel(true);\n\n// Creates an explicit intent for an Activity in your app\n Intent resultIntent = new Intent(a, LoginActivity.class);\n\n// The stack builder object will contain an artificial back stack for the\n// started Activity.\n// This ensures that navigating backward from the Activity leads out of\n// your application to the Home screen.\n TaskStackBuilder stackBuilder = TaskStackBuilder.create(a);\n// Adds the back stack for the Intent (but not the Intent itself)\n stackBuilder.addParentStack(LoginActivity.class);\n// Adds the Intent that starts the Activity to the top of the stack\n stackBuilder.addNextIntent(resultIntent);\n PendingIntent resultPendingIntent =\n stackBuilder.getPendingIntent(\n 0,\n PendingIntent.FLAG_UPDATE_CURRENT\n );\n mBuilder.setContentIntent(resultPendingIntent);\n NotificationManager mNotificationManager =\n (NotificationManager) a.getSystemService(Context.NOTIFICATION_SERVICE);\n// mId allows you to update the notification later on.\n mNotificationManager.notify(1, mBuilder.build());\n }", "@Override\n protected ShowbaseUserBean createUserBean(Member userEntity) {\n return new ShowbaseUserBean(userEntity);\n }", "boolean updateUserActivityInDB(UserActivity userActivity);", "private void createUsersAndApplications() throws Exception {\n UserManagementUtils.signupUser(USER_ONE, PASSWORD, FIRST_NAME, ORGANIZATION);\n //signup of user two\n UserManagementUtils.signupUser(USER_TWO, PASSWORD, FIRST_NAME, ORGANIZATION);\n\n restAPIStoreClientUser1 = new RestAPIStoreImpl(USER_ONE, PASSWORD, SUPER_TENANT_DOMAIN, storeURLHttps);\n restAPIStoreClientUser2 = new RestAPIStoreImpl(USER_TWO, PASSWORD, SUPER_TENANT_DOMAIN, storeURLHttps);\n\n // Create Application for user one\n HttpResponse appCreationResponse1 = restAPIStoreClientUser1.createApplication(APPLICATION_NAME,\n \"App created by user1\", APIMIntegrationConstants.APPLICATION_TIER.UNLIMITED,\n ApplicationDTO.TokenTypeEnum.JWT);\n userOneApplicationId = appCreationResponse1.getData();\n\n // Create Application for user two\n HttpResponse appCreationResponse2 = restAPIStoreClientUser2.createApplication(APPLICATION_NAME,\n \"App created by user2\", APIMIntegrationConstants.APPLICATION_TIER.UNLIMITED,\n ApplicationDTO.TokenTypeEnum.JWT);\n userTwoApplicationId = appCreationResponse2.getData();\n\n HttpResponse appCreationResponse3 = restAPIStoreClientUser1.createApplicationWithOrganization(SHARED_APPLICATION_NAME,\n \"App created by user1\", APIMIntegrationConstants.APPLICATION_TIER.UNLIMITED,\n ApplicationDTO.TokenTypeEnum.JWT, groups);\n userOneSharedApplicationId = appCreationResponse3.getData();\n }", "private void setupActivity() {\n loadingBar = findViewById(R.id.loadingBar);\n profileContainer = findViewById(R.id.profileContainer);\n loadingBar.setLoadedLayout(profileContainer);\n\n swipeRefreshLayout = findViewById(R.id.profileRefresh);\n profileContainer.setOnScrollDetected(this::onScrollDetected);\n profileContainer.setOnScrollFinished(this::onScrollReleaseDetected);\n\n profileBio = findViewById(R.id.biographyLayout);\n profileOptions = findViewById(R.id.profileOptions);\n\n swipeRefreshLayout.setOnRefreshListener(() -> {\n useCache = false;\n loadingBar.show();\n refreshProfile();\n });\n\n profileImage = findViewById(R.id.profilePicture);\n nameView = findViewById(R.id.name);\n addressView = findViewById(R.id.address);\n favouriteActivityView = findViewById(R.id.favActivityView);\n friendsButton = findViewById(R.id.friendsButton);\n friendsView = findViewById(R.id.friends);\n\n useCache = true;\n downloadUserProfileImage();\n setupProfileOptions();\n refreshProfile();\n }", "public void createActivity(Activity activity) {\n\t\t\n\t}", "public interface UpdateUsernamePresenter {\n\n void update(Context context, String account, String username);\n}", "@Override\n public void onDataChange(@NonNull DataSnapshot snapshot) {\n ((globalShared)activity.getApplicationContext()).setPassingUserAccount(snapshot.getValue(userAccount.class));\n Intent profileViewer = new Intent(activity, activity_profile_view.class);\n activity.startActivity(profileViewer);\n Animatoo.animateSlideUp(activity);\n }", "public void createAccount(View view) {\n String action = \"\";\n Intent dashboard = new Intent(this, RescueDashboard.class);\n\n //if the user is editing their profile, they do not have to replace their image.\n\n if (bitmap == null && !edit) {\n action = \"Please select a photo.\\n\";\n }\n\n\n name = nameView.getText().toString().trim();\n if (name.equals(\"\")) {\n action += \"Please enter your organization's name.\\n\";\n }\n street = streetView.getText().toString().trim();\n if (street.equals(\"\")) {\n action += \"Please enter the street address of your organization.\\n\";\n }\n city = cityView.getText().toString().trim();\n if (city.equals(\"\")) {\n action += \"Please enter the city in which your organization is located.\\n\";\n }\n zip = zipView.getText().toString().trim();\n\n state = stateView.getText().toString().trim();\n if (state.equals(\"\")) {\n action += \"Please enter the state in which your organization is located.\\n\";\n }\n email = emailView.getText().toString().trim();\n\n if (!isValid(email)) {\n action += \"The email address entered is not in a valid format.\\n\";\n }\n if (!zip.matches(\"[0-9]+\") | zip.length() < 5) {\n action += \"Zip code is invalid! Be sure to enter only numbers.\\n\";\n\n }\n username = usernameView.getText().toString().trim();\n if (username.equals(\"\")) {\n action += \"Please enter a username.\\n\";\n }\n\n password = passwordView.getText().toString().trim();\n confirmPassword = password2.getText().toString().trim();\n\n if (password.equals(\"\") && !edit) {\n action += \"Please enter a password\\n\";\n } else if (!password.equals(confirmPassword)) {\n action += \"Passwords do not match. Please enter them again.\\n\";\n passwordView.setText(\"\");\n password2.setText(\"\");\n }\n\n //if something was input incorrectly, display a toast with what it was\n\n if (!action.equals(\"\")) {\n Toast t = Toast.makeText(this, action.trim(),\n Toast.LENGTH_SHORT);\n t.setGravity(Gravity.TOP, Gravity.CENTER, 150);\n t.show();\n } else {\n //update the Adopter profile if the user is editing\n\n if (edit) {\n Rescue r = Rescue.currentRescue;\n if (uploadedPhoto) {\n r.setPhoto(bitmap);\n //picView.setImageBitmap(bitmap);\n }\n r.setOrganization(name);\n r.setState(state);\n r.setStreet(street);\n r.setZip(zip);\n r.setEmail(email);\n r.setCity(city);\n\n //DatabaseReference ref= FirebaseDatabase.getInstance().getReference().child(\"rescue\").child(r.getRescueID());\n\n Map<String, Object> updates = new HashMap<>();\n\n String path = addPhotoToFirebase();\n String newPath = r.getImage();\n if (path != null) {\n newPath = path;\n }\n\n\n updates.put(\"city\", city);\n updates.put(\"email\", email);\n updates.put(\"image\", newPath);\n updates.put(\"organization\", name);\n updates.put(\"state\", state);\n updates.put(\"street\", street);\n updates.put(\"zip\", zip);//etc\n\n MainActivity.firestore\n .collection(\"rescue\")\n .document(r.getRescueID())\n .update(updates);\n if (!Account.getMD5(password).equals(Account.currentAccount.getPassword()) && !password.equals(\"\") && password.equals(confirmPassword)) {\n MainActivity.firestore\n .collection(\"account\")\n .document(r.getUsername())\n .update(\"password\", Account.getMD5(password));\n }\n Toast t = Toast.makeText(this, \"Rescue profile updated!\",\n Toast.LENGTH_SHORT);\n\n t.setGravity(Gravity.TOP, Gravity.CENTER, 150);\n t.show();\n startActivity(dashboard);\n finish();\n\n\n // ref.updateChildren(updates);\n// if(!password.equals(\"\")) {\n// r.setPassword(password);\n// }\n }\n //create a new adopter profile\n\n else {\n\n MainActivity.firestore.collection(\"account\").whereEqualTo(\"username\", username).get().addOnCompleteListener(new OnCompleteListener<QuerySnapshot>() {\n @Override\n public void onComplete(@NonNull Task<QuerySnapshot> task) {\n if (task.isSuccessful()) {\n if (task.getResult().isEmpty()) {\n addAccount();\n Intent dashboard = new Intent(getApplicationContext(), RescueDashboard.class);\n startActivity(dashboard);\n finish();\n\n\n } else {\n showToast(true);\n\n }\n\n } else {\n showToast(false);\n }\n }\n\n\n });\n\n\n }\n\n\n }\n\n\n }", "public interface User extends AuditableObject{\n\n /**\n */\n public static final String USERNAME_OVERLORD = \"root\";\n \n // Sort Strings\n /**\n * A String indicating the results should be sorted by Last Name then First Name\n */\n public static final String NAME_SORT_STRING = \"Name\";\n /**\n * A String indicating the results should be sorted by Username\n */\n public static final String USERNAME_SORT_STRING = \"Username\";\n /**\n * A String indicating the results should be sorted by Administrator\n */\n public static final String ADMIN_SORT_STRING = \"Administrator\";\n /**\n * A String indicating the results should be sorted by Email\n */\n public static final String EMAIL_SORT_STRING = \"Email\";\n /**\n * A String indicating the results should be sorted by Date Created\n */\n public static final String CREATED_SORT_STRING = \"Created\";\n /**\n * A String indicating the results should be sorted by Date last Modified\n */\n public static final String LAST_MODIFIED_SORT_STRING = \"Last Modified\";\n /**\n * A String indicating the results should be sorted by Activated status\n */\n public static final String ACTIVATED_SORT_STRING = \"Activated\";\n /**\n * A String indicating the results should be sorted by Locked status\n */\n public static final String LOCKED_SORT_STRING = \"Locked\";\n \n\n /**\n * The Default Sort Type\n */\n public static final String DEFAULT_SORT_STRING = NAME_SORT_STRING;\n \n public static final String NAME_URL_STRING = \"name\";\n public static final String USERNAME_URL_STRING = \"username\";\n public static final String ADMIN_URL_STRING = \"admin\";\n public static final String EMAIL_URL_STRING = \"email\";\n public static final String CREATED_URL_STRING = \"created\";\n public static final String LAST_MODIFIED_URL_STRING = \"modified\";\n public static final String ACTIVATED_URL_STRING = \"activated\";\n public static final String LOCKED_URL_STRING = \"locked\";\n \n /*\n * I'm not sure about putting this enum here, but it seems weird in other\n * places too. Since sort information is already here, in the *_SORT_STRING\n * constants, I think this is appropriate.\n */\n public enum SortType {\n NAME (NAME_URL_STRING, NAME_SORT_STRING),\n USERNAME (USERNAME_URL_STRING, USERNAME_SORT_STRING),\n ADMIN (ADMIN_URL_STRING, ADMIN_SORT_STRING),\n EMAIL (EMAIL_URL_STRING, EMAIL_SORT_STRING),\n CREATED (CREATED_URL_STRING, CREATED_SORT_STRING),\n LAST_MODIFIED (LAST_MODIFIED_URL_STRING, LAST_MODIFIED_SORT_STRING),\n ACTIVATED (ACTIVATED_URL_STRING, ACTIVATED_SORT_STRING),\n LOCKED (LOCKED_URL_STRING, LOCKED_SORT_STRING);\n\n private final String urlString;\n private final String titleString;\n\n SortType(String urlString, String titleString){\n this.urlString = urlString;\n this.titleString = titleString;\n }\n\n public String getTitleString() {\n return titleString;\n }\n\n public String getUrlString() {\n return urlString;\n }\n\n public static SortType getByUrlString(String string) {\n if (string.equals(NAME_URL_STRING)){\n return NAME;\n } else if (string.equals(USERNAME_URL_STRING)){\n return USERNAME;\n } else if (string.equals(ADMIN_URL_STRING)){\n return ADMIN;\n } else if (string.equals(EMAIL_URL_STRING)){\n return EMAIL;\n } else if (string.equals(CREATED_URL_STRING)){\n return CREATED;\n } else if (string.equals(LAST_MODIFIED_URL_STRING)){\n return LAST_MODIFIED;\n } else if (string.equals(ACTIVATED_URL_STRING)){\n return ACTIVATED;\n } else if (string.equals(LOCKED_URL_STRING)){\n return LOCKED;\n } else {\n return null;\n }\n }\n }\n \n /**\n */\n public String getUid();\n\n /**\n * @param uid\n */\n public void setUid(String uid);\n\n /**\n */\n public String getUsername();\n\n /**\n */\n public void setUsername(String username);\n\n /**\n */\n public String getOldUsername();\n\n /**\n */\n public boolean isUsernameChanged();\n\n /**\n */\n public String getPassword();\n\n /**\n */\n public void setPassword(String password);\n\n /**\n */\n public String getFirstName();\n\n /**\n */\n public void setFirstName(String firstName);\n\n /**\n */\n public String getLastName();\n\n /**\n */\n public void setLastName(String lastName);\n\n /**\n */\n public String getEmail();\n\n /**\n */\n public void setEmail(String email);\n\n /**\n */\n public String getOldEmail();\n\n /**\n */\n public boolean isEmailChanged();\n\n /**\n */\n public Boolean getAdmin();\n\n public Boolean getOldAdmin();\n\n /**\n */\n public boolean isAdminChanged();\n\n /**\n */\n public void setAdmin(Boolean admin);\n\n /**\n */\n public String getActivationId();\n\n /**\n */\n public void setActivationId(String activationId);\n\n /**\n */\n public boolean isOverlord();\n\n /**\n */\n public boolean isActivated();\n\n /**\n *\n *\n */\n public void activate();\n\n public Boolean isLocked();\n\n public void setLocked(Boolean locked);\n\n public Set<Preference> getPreferences();\n\n public void addPreference(Preference preference);\n\n public Preference getPreference(String key);\n\n public void removePreference(String key);\n\n public void removePreference(Preference preference); \n\n public String calculateEntityTag();\n \n public Set<CollectionSubscription> getSubscriptions();\n\n}", "interface WithRosterProfile {\n /**\n * Specifies the rosterProfile property: The lab user list management profile..\n *\n * @param rosterProfile The lab user list management profile.\n * @return the next definition stage.\n */\n WithCreate withRosterProfile(RosterProfile rosterProfile);\n }", "@ThriftMethod\n LongDTO addCustomProfileTemplate(long orgId, String displayName, long actorUserId, long adminUserId);", "private Response createActivityView(String scopeName, String roleName, Integer activityId, String tripId, Integer reportId, boolean withHistory, HttpServletRequest request, ActivityViewEnum view) throws ServiceException {\n String username = request.getRemoteUser();\n List<Dataset> datasets = usmService.getDatasetsPerCategory(USMSpatial.USM_DATASET_CATEGORY, username, USMSpatial.APPLICATION_NAME, roleName, scopeName);\n return createSuccessResponse(activityService.getFishingActivityForView(activityId, tripId, reportId, datasets, view, withHistory));\n }", "public void OnConfHostRequest(BoUserInfoBase user, int permission);", "public interface CreateTeamPresenter {\n void createTeam(User user, String name, String token);\n}", "public void createUserAccount(String email, String password, final String userId, final SignUpInterface listner) {\n collectionReference = db.collection(\"Users\");\n firebaseAuth = FirebaseAuth.getInstance();\n firebaseAuth.createUserWithEmailAndPassword(email, password)\n .addOnCompleteListener(new OnCompleteListener<AuthResult>() {\n @Override\n public void onComplete(@NonNull Task<AuthResult> task) {\n\n if(task.isSuccessful()){\n currentUser = FirebaseAuth.getInstance().getCurrentUser();\n assert currentUser!= null;\n final String currentUserId = currentUser.getUid();\n\n Map<String, String> userMap = new HashMap<>();\n userMap.put(\"UserIdInDB\", currentUserId);\n userMap.put(\"UserName\", userId);\n\n collectionReference.add(userMap)\n .addOnSuccessListener(new OnSuccessListener<DocumentReference>() {\n @Override\n public void onSuccess(DocumentReference documentReference) {\n documentReference.get()\n .addOnCompleteListener(new OnCompleteListener<DocumentSnapshot>() {\n @Override\n public void onComplete(@NonNull Task<DocumentSnapshot> task) {\n if(task.getResult().exists()) {\n\n String name = task.getResult().getString(\"UserName\");\n\n EntityClass entityObj = EntityClass.getInstance();\n entityObj.setUserName(name);\n entityObj.setUserIdInDb(currentUserId);\n listner.signUpStatus(true);\n }\n }\n });\n }\n })\n .addOnFailureListener(new OnFailureListener() {\n @Override\n public void onFailure(@NonNull Exception e) {\n Log.d(TAG, \"onFailure: \" + e.getMessage());\n listner.signUpStatus(false);\n listner.onFailure(e.getMessage());\n }\n });\n }\n }\n })\n .addOnFailureListener(new OnFailureListener() {\n @Override\n public void onFailure(@NonNull Exception e) {\n Log.d(TAG, \"onFailure: \" + e.getMessage());\n listner.signUpStatus(false);\n listner.onFailure(e.getMessage());\n }\n });\n }", "public interface UserAwareController {\n default void changeUser(@NotNull UserHandle userHandle) {\n Intrinsics.checkParameterIsNotNull(userHandle, \"newUser\");\n }\n\n int getCurrentUserId();\n}", "private void setupEndpoints() {\n\t\tpost(API_CONTEXT + \"/users\", \"application/json\", (request, response) -> {\n\t\t\t//response.status(201);\n\t\t\treturn userService.createNewUser(request.body());\n\t\t}, new JsonTransformer());\n\t\t\n\t\tpost(API_CONTEXT + \"/login\", \"application/json\", (request, response) -> {\n\t\t\t//response.status(201);\n\t\t\treturn userService.find(request.body());\n\t\t}, new JsonTransformer());\n\t\t\n\t\tput(API_CONTEXT + \"/users\", \"application/json\", (request, response)\n\t\t\t\t-> userService.update(request.body()), new JsonTransformer());\n\t\t\n\t\tdelete(API_CONTEXT + \"/users/:email\", \"application/json\", (request, response)\n\t\t\t\t-> userService.deleteUser(request.params(\":email\")), new JsonTransformer());\n\n\t}", "public interface UserService {\n\n //创建一个用户\n public void createUser(Sysuser sysuser);\n //修改用户信息\n public void saveUser(Sysuser sysuser);\n\n //根据传入的用户信息查询用户主要用户名和密码,返回list<map>\n public List<Map<String,Object>> signIn(Sysuser sysuser);\n\n //根据传入的用户信息查询用户主要用户名和密码,返回list<Sysuser>\n public List<Sysuser> getUserInfo1(Sysuser Sysuser);\n\n //修改密码\n public int modifyPassword(Map<String, Object> params);\n\n //修改头像\n public int modifyPhoto(String userId, String photoPath, String userType);\n\n //根据用户ID查询用户\n public Sysuser getUserInfoFromId(String userId);\n\n //设置用户是否可登陆后台\n public int setUserConsole(int userId,int state);\n\n //设置用户是否可登陆前台\n public int setUserFront(int userId,int state);\n\n}", "public interface IViewMainProfile {\n void onPreExecute();\n\n void onExecuteSuccess(SinhVien sinhVien);\n\n void onExecuteFailure(String fail);\n\n void onCancelExecuteSuccess(String success);\n\n void onCancelExecuteFailure(String fail);\n}", "public interface UserInterface {\n @GET(\"/chatops\")\n Observable<Response<ResponseBody>> getRealHost();\n @Headers({\"Content-type:application/json;charset=UTF-8\"})\n @POST(\"/tenant/api/v1/user/login\")\n Observable<UserBean> login(@Body RequestBody body);\n\n @Headers({\"Content-type:application/json;charset=UTF-8\"})\n @POST(\"/VIID/saveCamera\")\n Observable<CameraSaveInfo> saveCamera(@Query(\"api_key\") String apikey, @Body RequestBody body);\n\n @GET(\"/tenant/api/v1/user/details/view\")\n Observable<UserDetailsInfo> getUserInfo(@Query(\"t\") String time,@Query(\"userId\") String userId);\n\n @GET(\"/tenant/api/v1/user/verify\")\n Observable<VerifyInfo> verifyUser();\n\n @GET(\"/tenant/api/v1/configuration/get\")\n Observable<PwdTypeInfo> getPwdType();\n\n @GET(\"/tenant/api/v1/tenant/view\")\n Observable<TenentInfo> getTenentInfo(@Query(\"tenantId\") String tenentId);\n @GET(\"/tenant/api/v1/user/logout?1493110153304&_=1493109761540\")\n Observable<LogoutInfo> logout();\n\n @GET(\"/chatops/api/v2/chat/environment/version\")\n Observable<VersionUrlInfo> getVersion();\n\n @Headers({\"Content-type:application/json;charset=UTF-8\"})\n @GET(\"/VIID/CameraLayout\")\n Observable<CameraLayoutInfo> getCameraLayout(@Query(\"api_key\") String apikey,@Query(\"lnt\") String lnt, @Query(\"lat\") String lat);\n\n\n @Headers({\"Content-type:application/json;charset=UTF-8\"})\n @GET(\"/VIID/Cameras?offset=1&limit=100\")\n Observable<CameraDetailInfo> getCameraDetail(@Query(\"api_key\") String apikey, @Query(\"JD\") String jd,@Query(\"WD\") String wd);\n\n @Headers({\"Content-type:application/json;charset=UTF-8\"})\n @GET(\"/VIID/Cameras?offset=1&limit=20\")\n Observable<CameraDetailInfo> getCameraName(@Query(\"api_key\") String apikey, @Query(\"SBMC\") String name);\n\n @GET\n Observable<Response<ResponseBody>> downloadAudioFile(@Url String url);\n}", "public interface UserDetailService {\n\n /**\n * 微信登录,已存在信息则直接返回用户信息,否则执行注册后返回用户信息\n *\n * @param request {@link UserWechatLoginRequest}\n * @return {@link UserDto}\n */\n UserDto wechatLogin(UserWechatLoginRequest request);\n\n /**\n * 用户唯一标识查询用户\n *\n * @param userId 用户唯一标识\n * @return {@link UserDto}\n */\n UserDto queryByUserId(String userId);\n\n /**\n * 用户唯一标识查询用户\n *\n * @param openId 用户openId\n * @return {@link UserDto}\n */\n WechatAuthDto queryByOpenId(String openId);\n \n \n /**\n * 用户唯一标识查询用户\n *\n * @param userId 用户openId\n * @return {@link UserDto}\n */\n WechatAuthDto queryWechatByUserId(String userId);\n}", "UserPermissionsType createUserPermissionsType();", "public interface UserService {\n\n\t/**\n\t * This method is used to create a worker into the system.\n\t * \n\t * @author umamaheswarar\n\t * @param createEmployeeDTO\n\t * worker related information to create the worker\n\t * @return createEmployeeDTO worker information after creating the worker\n\t * into the system.\n\t * @throws ApplicationCustomException\n\t */\n\tpublic EmployeeDTO createEmployee(final EmployeeDTO createEmployeeDTO) throws ApplicationCustomException;\n\n\t/**\n\t * This method is used to update a worker into the system.\n\t * \n\t * @author umamaheswarar\n\t * @param createEmployeeDTO\n\t * worker related information to create the worker\n\t * @return createEmployeeDTO worker information after creating the worker\n\t * into the system.\n\t * @throws ApplicationCustomException\n\t */\n\tpublic EmployeeDTO updateEmployee(final EmployeeDTO createEmployeeDTO) throws ApplicationCustomException;\n\n\t/**\n\t * This method is used to get the user from system.\n\t * \n\t * @author umamaheswarar\n\t * @param username\n\t * username of the logged in user.\n\t * @return UserDTO user details.\n\t */\n\tpublic UserDTO getUserDetails(final String username);\n\n\t/**\n\t * This method is used to create a position into the system.\n\t * \n\t * @author umamaheswarar\n\t * @param positionDTO\n\t * position related information to create the position\n\t * @return positionDTO position information after creating into the system.\n\t * @throws ApplicationCustomException\n\t */\n\tpublic PositionDTO createJobPosition(final PositionDTO positionDTO) throws ApplicationCustomException;\n\n\t/**\n\t * This method is used to update a position into the system.\n\t * \n\t * @author umamaheswarar\n\t * @param positionDTO\n\t * position related information to update the position\n\t * @return positionDTO position information after updating into the system.\n\t * @throws ApplicationCustomException\n\t */\n\tpublic PositionDTO updateJobPosition(final PositionDTO positionDTO) throws ApplicationCustomException;\n\n\t/**\n\t * This method is used to manage the time off of the employees\n\t * \n\t * @author umamaheswarar\n\t * @param timeOffDTO\n\t * time off DTO object\n\t * @return TimeOffDTO time off details after saving the details\n\t */\n\tpublic TimeOffDTO manageTimeOff(final TimeOffDTO timeOffDTO) throws ApplicationCustomException;\n\n\t/**\n\t * This method is used to change the employee job details\n\t * \n\t * @author umamaheswarar\n\t * @param jobChangeDTO\n\t * job change details\n\t * @return jobChangeDTO job change details after completion\n\t * @throws ApplicationCustomException\n\t * custom application message in case of any exception\n\t */\n\tpublic JobChangeDTO jobChange(final JobChangeDTO jobChangeDTO) throws ApplicationCustomException;\n\n\t/**\n\t * This method is used to change the address details of the employee\n\t * \n\t * @author umamaheswarar\n\t * @param employeeAddressDTO\n\t * @return addressChangeEventId address change event id\n\t * @throws ApplicationCustomException\n\t * custom application exception message\n\t */\n\tpublic String changeContactDetails(final EmployeeAddressDTO employeeAddressDTO) throws ApplicationCustomException;\n\n\t/**\n\t * This method is used to manage the payroll of the employees\n\t * \n\t * @author umamaheswarar\n\t * @param payrollDTO\n\t * payrollDTO object\n\t * @return payrollDTO payroll details after saving the details\n\t */\n\tpublic PayrollDTO managePayroll(final PayrollDTO payrollDTO) throws ApplicationCustomException;\n\n\t/**\n\t * This method is used to manage the payroll of the employees\n\t * \n\t * @author umamaheswarar\n\t * @param registerDTO\n\t */\n\tpublic boolean register(final RegisterDTO registerDTO)\n\t\t\tthrows ApplicationCustomException, HibernateException, SQLException;\n\n}" ]
[ "0.57129395", "0.56762666", "0.5499163", "0.5496324", "0.5400086", "0.539142", "0.5304007", "0.52818036", "0.5218586", "0.5200673", "0.51982415", "0.5157624", "0.5120572", "0.5115448", "0.51145315", "0.5100044", "0.50999933", "0.5095263", "0.50937825", "0.50804824", "0.5071899", "0.5071855", "0.50638825", "0.5063526", "0.50599074", "0.50563204", "0.50558335", "0.5051408", "0.504838", "0.50416607", "0.50343585", "0.5032767", "0.50273937", "0.5019419", "0.5018777", "0.5002584", "0.49924996", "0.49915794", "0.49881917", "0.49693313", "0.4966543", "0.49664783", "0.49658927", "0.49640623", "0.49625224", "0.4957747", "0.49464402", "0.4939892", "0.49279433", "0.49248132", "0.49242997", "0.49105304", "0.4904195", "0.4902861", "0.48938227", "0.4890566", "0.4886361", "0.48857278", "0.48794252", "0.48763245", "0.4875712", "0.48755687", "0.487306", "0.4871539", "0.4862677", "0.48600197", "0.4853487", "0.485269", "0.48508936", "0.48404455", "0.48350415", "0.48214933", "0.48211423", "0.48196122", "0.4817775", "0.48161247", "0.48145378", "0.4812604", "0.48120984", "0.48107073", "0.48077044", "0.479971", "0.47980195", "0.4788097", "0.4783361", "0.4783083", "0.47715643", "0.47715127", "0.47628948", "0.47554195", "0.47544152", "0.47544137", "0.47517946", "0.47508985", "0.47496834", "0.4741186", "0.47397962", "0.47384068", "0.47372767", "0.47321296", "0.47284725" ]
0.0
-1
Add the preset profileTemplate
@ThriftMethod LongDTO addPresetProfileTemplate(long orgId, long actorUserId, long adminUserId);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@ThriftMethod\n LongDTO addCustomProfileTemplate(long orgId, String displayName, long actorUserId, long adminUserId);", "public void addToTemplates() {\n mTemplateId = mPreferenceManager.getTemplateId();\n if (isConverted) {\n if (mPreferenceManager.getTemplateId().equals(ConstantsManager.CONVERTER_TEMPLATE_ID_DEFAULT)) {\n mTemplateId = mDatabaseManager.getTemplateNewId();\n mPreferenceManager.setTemplateId(mTemplateId);\n saveTemplate(mToastCreated);\n } else {\n showDialog();\n }\n } else {\n mBaseActivity.showToast(mToastFailure);\n }\n }", "@Override\n\t\tpublic TemplateType addTemplate() {\n\t\t\treturn this;\n\t\t}", "public void addTemplate(String template) {\r\n\t\tthis.templates.add(template);\r\n\t}", "private void addProfile(String profileName, String username, String server, int port)\r\n\t{\r\n\t\tps.setValue(count + PROFILE, profileName + \",\" + username + \",\" + server + \",\" + port);\r\n\t}", "private void addProfile(String inputName) {\n \tif (! inputName.equals(\"\")) {\n\t\t\t///Creates a new profile and adds it to the database if the inputName is not found in the database\n \t\tif (database.containsProfile(inputName)) {\n \t\t\tlookUp(inputName);\n \t\t\tcanvas.showMessage(\"Profile with name \" + inputName + \" already exist.\");\n \t\t\treturn;\n \t\t}\n\t\t\tprofile = new FacePamphletProfile (inputName);\n\t\t\tdatabase.addProfile(profile);\n\t\t\tcurrentProfile = database.getProfile(inputName);\n \t\tcanvas.displayProfile(currentProfile);\n\t\t\tcanvas.showMessage(\"New profile created.\");\n\t\t\t\n \t}\n\t\t\n\t}", "private void addProfile(ProfileInfo profileInfo)\r\n\t{\r\n\t\taddProfile(profileInfo.getProfileName(), \r\n\t\t\t\tprofileInfo.getUsername(), \r\n\t\t\t\tprofileInfo.getServer(),\r\n\t\t\t\tprofileInfo.getPort());\r\n\t}", "@Override\n\tpublic void addMember(User user, UserProfile profileTemplate)\n\t\t\tthrows Exception {\n\n\t}", "@Override\n\tpublic long createProfile(Profile profile) {\n\t\treturn 0;\n\t}", "public WebElement profileSetUpTab() {\n\t\treturn getElementfluent(By.xpath(\"//menuitem[contains(text(),'Profile')]\"));\n\t}", "public void addProfile(Profile profile) {\n\t\tprofiles.put(profile.getProfileOwner(), profile.getProfileText());\n\t\tpersistentStorageAgent.writeThrough(profile);\n\t}", "public void setFirefoxProfileTemplate(String firefoxProfileTemplate) {\n this.firefoxProfileTemplate = firefoxProfileTemplate;\n }", "@Override\r\n\t\tpublic BatchArgumentBuilder addTemplate(String templateName, PathOrUrl template) {\n\t\t\tthrow new UnsupportedOperationException(\"Not implemented yet.\");\r\n\t\t}", "public void setTemplate(Template template)\n/* */ {\n/* 62 */ this.template = template;\n/* */ }", "public void setProfile(Profile profile) {\n _profile = profile;\n }", "interface WithVirtualMachineProfile {\n /**\n * Specifies the virtualMachineProfile property: The profile used for creating lab virtual machines..\n *\n * @param virtualMachineProfile The profile used for creating lab virtual machines.\n * @return the next definition stage.\n */\n WithCreate withVirtualMachineProfile(VirtualMachineProfile virtualMachineProfile);\n }", "public void setGraphicTemplateToUse(String template) throws\n\t\tInvalidGraphicTemplateException\n\t{\n\t\ttry\n\t\t{\n\t\t\tClass userPropClass = MedSummaryUserProperties.class;\n\n\t\t\tpCFactory.setPageCreatorToUse(template); // identifier\n\n\t\t\tpageView.setPageCreator(pCFactory.createPageCreator()); // triggers refresh\n\n\t\t\tmVDH.setUserStringPreference(LAST_GRAPHIC_TEMPLATE_USED_PROPERTY, template, userPropClass);\n\t\t}\n\t\tcatch (InvalidPageCreatorException e)\n\t\t{\n\t\t\tthrow new InvalidGraphicTemplateException(e.getMessage());\n\t\t}\n\t}", "@Override\r\n\t\tpublic BatchArgumentBuilder addTemplate(PathOrUrl template) {\n\t\t\tthrow new UnsupportedOperationException(\"Not implemented yet.\");\r\n\t\t}", "public String getFirefoxProfileTemplate() {\n return firefoxProfileTemplate;\n }", "private void createProfile(ParseUser parseUser){\n final Profile profile = new Profile();\n\n profile.setShortBio(\"\");\n profile.setLongBio(\"\");\n profile.setUser(parseUser);\n\n //default image taken from existing default user\n ParseQuery<ParseObject> query = ParseQuery.getQuery(\"Profile\");\n query.getInBackground(\"wa6q24VD5V\", new GetCallback<ParseObject>() {\n public void done(ParseObject searchProfile, ParseException e) {\n if (e != null) {\n Log.e(TAG, \"Couldn't retrieve default image\");\n e.printStackTrace();\n return;\n }\n else {\n defaultImage = searchProfile.getParseFile(\"profileImage\");\n\n if (defaultImage != null)\n profile.setProfileImage(defaultImage);\n else\n Log.d(TAG, \"Default image is null\");\n }\n }\n });\n\n profile.saveInBackground(new SaveCallback() {\n @Override\n public void done(ParseException e) {\n if (e != null) {\n Log.e(TAG, \"Error while saving\");\n e.printStackTrace();\n return;\n }\n\n Log.d(TAG, \"Created and saved profile\");\n }\n });\n }", "public void setProfile(Profile profile) {\n\t\tthis.profile = profile;\n\t}", "protected abstract void generateProfileFiles() throws Exception;", "public void addProfile(Profile profile) {\n\t\tif (profile != null) {\n\t\t\tthis.getProfiles().add(profile);\n\t\t\tprofile.setSystem(this);\n\t\t}\n\t}", "@Override\n\tprotected int addContent() {\n\t\treturn R.layout.activity_profile;\n\t}", "public void setupUserProfile(TutorMeProfile tutorProfile) {\n\n //Grab views from screen\n LinearLayout layout = (LinearLayout) findViewById(R.id.subjectList);\n Button b = (Button) findViewById(R.id.addSubjButton);\n EditText bioField = (EditText) findViewById(R.id.BioField);\n\n //Set views appropriately\n if (tutorProfile != null) {\n if (tutorProfile.getSubjects() != null) {\n subjectList = tutorProfile.getSubjects();\n }\n\n if (tutorProfile.getDescription() != null) {\n bioField.setText(tutorProfile.getDescription());\n }\n\n TextView gradeField = (TextView) findViewById(R.id.GradeLevelField);\n if (tutorProfile.getGradeLevels() != null) {\n for (String s : tutorProfile.getGradeLevels()) {\n gradeField.setText(s + \", \");\n }\n }\n\n\n // Getting fields and setting test\n layout.removeView(findViewById(R.id.addSubjButton));\n if (subjectList != null) {\n for (String subject : subjectList) {\n Button newSkill = new Button(findViewById(R.id.subjectList).getContext());\n newSkill.setText(subjectList.get(0));\n\n //Add functionality to button\n newSkill.setOnClickListener(new View.OnClickListener() {\n @Override\n public void onClick(View view) {\n removeSkill(view);\n }\n });\n subjectButtons.add(newSkill);\n layout.addView(newSkill);\n disableSkillButtons();\n }\n }\n //Have the add button stay at the bottom\n layout.addView(b);\n }\n\n }", "public void setProfileText(String profileOwner, String text) {\n\t\tprofiles.put(profileOwner, text);\n\t}", "public void associateProductTemplate() {\n productToolOperation.addChildProductTree(selectProductNode, selectTemplateNode, planConfigBehavior);\n }", "TemplatePreview generateTemplatePreview(String templateId, Map<String, String> personalisation) throws NotificationClientException;", "private void populateProfile() {\n mPassword_input_layout.getEditText().setText(mSharedPreferences.getPassWord());\n mEmail_input_layout.getEditText().setText(mSharedPreferences.getEmail());\n mEdit_name_layout.getEditText().setText(mSharedPreferences.getName());\n ((RadioButton) mRadioGender.getChildAt(mSharedPreferences.getGender())).setChecked(true);\n mPhone_input_layout.getEditText().setText(mSharedPreferences.getPhone());\n mMajor_input_layout.getEditText().setText(mSharedPreferences.getMajor());\n mClass_input_layout.getEditText().setText(mSharedPreferences.getYearGroup());\n\n // Load profile photo from internal storage\n try {\n FileInputStream fis = openFileInput(getString(R.string.profile_photo_file_name));\n Bitmap bmap = BitmapFactory.decodeStream(fis);\n mImageView.setImageBitmap(bmap);\n fis.close();\n } catch (IOException e) {\n // Default profile\n }\n }", "public ImageTemplateFileCustomizer() {\n }", "public void setProfile(Boolean profile)\n {\n this.profile = profile;\n }", "protected void addProfilePropertyDescriptor(Object object) {\r\n\t\titemPropertyDescriptors.add\r\n\t\t\t(createItemPropertyDescriptor\r\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\r\n\t\t\t\t getResourceLocator(),\r\n\t\t\t\t getString(\"_UI_Configuration_profile_feature\"),\r\n\t\t\t\t getString(\"_UI_PropertyDescriptor_description\", \"_UI_Configuration_profile_feature\", \"_UI_Configuration_type\"),\r\n\t\t\t\t SpringConfigDslPackage.Literals.CONFIGURATION__PROFILE,\r\n\t\t\t\t true,\r\n\t\t\t\t false,\r\n\t\t\t\t false,\r\n\t\t\t\t ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,\r\n\t\t\t\t null,\r\n\t\t\t\t null));\r\n\t}", "@ThriftMethod\n VoidDTO updateProfileTemplateDisplayName(\n long orgId, long profileTemplateId, String displayName, long actorUserId, long adminUserId);", "public void setTemplate(ProducerTemplate template) {\n this.template = template;\n }", "public void setProfilesLocation(String profilesLocation) {\n this.profilesLocation = profilesLocation;\n }", "public void saveProfileCreateData() {\r\n\r\n }", "private void addImageToProfile(Profile profileToAdd, String filename, String contentType)\n throws IOException {\n Photo photoToAdd = new Photo();\n photoToAdd.setMainFilename(getPhotoFilePath(false) + \"/\" + filename);\n photoToAdd.setThumbnailFilename(getPhotoFilePath(true) + \"/\" + filename);\n photoToAdd.setContentType(contentType);\n photoToAdd.setUploadDate(LocalDate.now());\n photoToAdd.setUploadProfile(profileToAdd);\n\n PersonalPhoto personalPhoto = new PersonalPhoto();\n personalPhoto.setPhoto(photoToAdd);\n personalPhoto.setPublic(false);\n personalPhoto.setProfile(profileToAdd);\n\n personalPhotoRepository.save(personalPhoto);\n }", "public CreateProfile() {\n initComponents();\n }", "public void setProfiles(HashMap<String, String> profiles) {\n\t\tthis.profiles = profiles;\n\t}", "interface WithVirtualMachineProfile {\n /**\n * Specifies the virtualMachineProfile property: The profile used for creating lab virtual machines..\n *\n * @param virtualMachineProfile The profile used for creating lab virtual machines.\n * @return the next definition stage.\n */\n Update withVirtualMachineProfile(VirtualMachineProfile virtualMachineProfile);\n }", "public UserProfile createUserProfile(String username, UserProfile newProfile);", "public void makeProfile(String name){\r\n try{\r\n PrintWriter out = new PrintWriter(new FileWriter(\"../profiles/\" + name + \".profile\"));\r\n out.println(\"HORATIU INCORPORATED PROTECTED\"); //Header\r\n out.println(name); //Player name\r\n out.println(0); //Score\r\n \r\n //UNLOCK CODES\r\n //-1 if not unlocked\r\n //0 if unlocked but not completed\r\n //1 if completed\r\n out.println(0); //Initial level is unlocked by default\r\n for(int i = 0; i < 5; i++){\r\n out.println(-1); //\r\n }\r\n out.close();\r\n }\r\n catch(IOException e){\r\n }\r\n Player.playerName = name;\r\n Player.playerScore = 0; //Score\r\n Player.scores[0] = 0;\r\n for(int i = 1; i < 6; i++){ //1 to 6 so it does not overwrite the first 0\r\n Player.scores[i] = -1;\r\n }\r\n GameApp.makeToView(name);\r\n }", "PSTemplateSummary createTemplate(String name, String srcId, String siteId, PSTemplateTypeEnum type) throws PSDataServiceException;", "public final void mT__96() throws RecognitionException {\r\n try {\r\n int _type = T__96;\r\n int _channel = DEFAULT_TOKEN_CHANNEL;\r\n // InternalSpringConfigDsl.g:97:7: ( 'profile=' )\r\n // InternalSpringConfigDsl.g:97:9: 'profile='\r\n {\r\n match(\"profile=\"); \r\n\r\n\r\n }\r\n\r\n state.type = _type;\r\n state.channel = _channel;\r\n }\r\n finally {\r\n }\r\n }", "@Override\n\tprotected void setProfile(List<Step> arg0, List<Step> arg1) {\n\t\t\n\t}", "public void setProfileName(PosSymbol name) {\n this.profileName = name;\n }", "public void setTemplateId(String tmp) {\n this.setTemplateId(Integer.parseInt(tmp));\n }", "public void createTemp(String TemplateType){\r\n ts.create(TemplateType);\r\n }", "public static void assignTemplateName(String templateName) {\n trialWizardPreferences.put(CURRENT_TEMPLATE, templateName);\n }", "public void setProfile(MetadataProfile profile) {\n\t\tthis.profile = profile;\n\t}", "public void addActor(){\n actorProfileList.add(new ActorProfile());\n }", "@ThriftMethod\n ProfileTemplateListDTO listProfileTemplate(long orgId, long actorUserId, long adminUserId);", "void setUserProfile(Map<String, Object> profile);", "public CreateJPanel(ProfileInfo profileInfo) {\n initComponents();\n \n this.profileInfo = profileInfo;\n btnSave.setEnabled(false);\n \n }", "public void putTemplate(String name, String templateSource, long lastModified) {\n\t\tif (templateSource == null) {\n\t\t\ttemplates.remove(name);\n\t\t}\n\t\telse {\n\t\t\ttemplates.put(name, new StringTemplateSource(name, templateSource, lastModified));\n\t\t}\n\t}", "protected void installThemeTemplate() throws CoreException\n {\n SDK sdk = getSDK();\n String themeName = this.masterModel.getStringProperty( THEME_NAME );\n String displayName = this.masterModel.getStringProperty( DISPLAY_NAME );\n IPath newThemePath = sdk.createNewThemeProject( themeName, displayName );\n\n processNewFiles( newThemePath.append( themeName + ISDKConstants.THEME_PLUGIN_PROJECT_SUFFIX ) );\n\n // cleanup portlet files\n newThemePath.toFile().delete();\n\n try\n {\n this.project.refreshLocal( IResource.DEPTH_INFINITE, monitor );\n }\n catch( Exception e )\n {\n ProjectCorePlugin.logError( e );\n }\n }", "@objid (\"6680b948-597e-4df9-b9a2-de8dc499acb3\")\n void setOwnerProfile(Profile value);", "@Override\n public void loadProfileUserData() {\n mProfilePresenter.loadProfileUserData();\n }", "@Override\n public void setTplPath(String arg0) {\n\n }", "public void add(Template template) {\n\tif (exists(template))\n\t return; // ignore duplicate\n\n\tfTemplates.add(template);\n\tsort();\n }", "void setTemplate(ITemplateKey key, Template template);", "protected TemplatePreferencePage() {\n \t\tsuper();\n \n \t\tsetDescription(TemplatesMessages.TemplatePreferencePage_message);\n \t}", "interface WithRosterProfile {\n /**\n * Specifies the rosterProfile property: The lab user list management profile..\n *\n * @param rosterProfile The lab user list management profile.\n * @return the next definition stage.\n */\n WithCreate withRosterProfile(RosterProfile rosterProfile);\n }", "@Override\n public void setProfileImage(String s, String s1) {\n }", "public void testAddNewProfile_Configuration(String profileConfName) throws Exception{\r\n selenium.click(\"link=Profile Management\");\r\n selenium.waitForPageToLoad(\"30000\");\r\n selenium.click(\"link=Add New Profile Configuration\");\r\n\t\tselenium.waitForPageToLoad(\"30000\");\r\n\t\tselenium.type(\"profile\", profileConfName);\r\n\t\tselenium.click(\"//input[@value='Add']\");\r\n\t\tselenium.waitForPageToLoad(\"30000\");\r\n\r\n //Add a new profile configuration using a same name as an existing profile configuration.\r\n if(selenium.isTextPresent(\"Profile configuration added successfully\")) {\r\n selenium.click(\"//button[@type='button']\");\r\n assertTrue(selenium.isTextPresent(profileConfName));\r\n }\r\n\r\n //Add a new profile confguration using the name 'default'.\r\n if(selenium.isTextPresent(\"Error while adding profile configuration - make sure profile configuration name is unique\")){\r\n selenium.click(\"//button[@type='button']\");\r\n }\r\n }", "public void createControl(Composite parent) {\n Group group = SWTFactory.createGroup(parent, PDEUIMessages.ProfileBlock_0, 1, 1, GridData.FILL_HORIZONTAL);\n fGenerateProfileButton = SWTFactory.createCheckButton(group, PDEUIMessages.ProfileBlock_1, null, false, 1);\n fGenerateProfileButton.addSelectionListener(new SelectionAdapter() {\n\n @Override\n public void widgetSelected(SelectionEvent e) {\n fTab.updateLaunchConfigurationDialog();\n }\n });\n }", "PSTemplateSummary createTemplate(String name, String srcId, String siteId) throws PSDataServiceException;", "public native void setIptcProfile(ProfileInfo profile)\n\t\t\tthrows MagickException;", "ProfileStatusManager create( ProfileConfiguration profileConfiguration ) throws ProfileCreationException;", "String getTemplate();", "private PresetQueue addPreset(String position, Preset preset, PresetQueue presetQueue) {\n if (position == null) {\n presetQueue.addPresetEnd(preset);\n } else {\n presetQueue.insertPreset(Integer.parseInt(position), preset);\n }\n return presetQueue;\n }", "@Test\n public void testGeneratedProfileFields() {\n Profile p = getProfile(BASIC_PROFILE_PATH);\n assertNotNull(\"Profile uniqueId was null\", p.getUniqueId());\n assertNotNull(\"Profile display name was null\", p.getDisplayName());\n }", "public void setProfileImg() {\n }", "public void setProfileProperties(Map<String, Object> profileProperties) {\n this.profileProperties = profileProperties;\n }", "public void setProfile( ProjectProfileBO pProfile )\r\n {\r\n mProfile = pProfile;\r\n }", "void addToSparseProfile(Path path);", "@Override\n public void copyTo(UserProfile userProfile) {\n userProfile.setId(getId());\n userProfile.setCity(getCity());\n userProfile.setZipcode(getZipcode());\n userProfile.setCountry(getCountry());\n userProfile.setTitle(getTitle());\n userProfile.setName(getName());\n userProfile.setFirstName(getFirstName());\n userProfile.setLastName(getLastName());\n userProfile.setUsername(getUsername());\n userProfile.setGender(getGender());\n userProfile.setPoints(getPoints());\n userProfile.setNotifyReportDue(isNotifyReportDue());\n }", "public void saveTemplate(String filename){\n Context context = App.getContext();\n LogManager.reportStatus(context, \"INSPECTOR\", \"savingTemplate\");\n blueprint = currentTemplate.createBlueprint();\n //make sure we have correct extension\n filename = FileManager.removeExtension(filename);\n if (isInspecting){\n filename = filename + \".in\";\n } else {\n filename = filename + \".bp\";\n }\n boolean hasSaved = FileManager.createTemplate(filename, blueprint);\n if (hasSaved){\n Toast.makeText(this, \"Saved\", Toast.LENGTH_LONG).show();\n }else{\n Toast.makeText(this, \"Did not save\", Toast.LENGTH_LONG).show();\n }\n }", "WithCreate withVirtualMachineProfile(VirtualMachineProfile virtualMachineProfile);", "@Override\n public CreateServiceProfileResult createServiceProfile(CreateServiceProfileRequest request) {\n request = beforeClientExecution(request);\n return executeCreateServiceProfile(request);\n }", "public void setConfiguredProfile(ProfileConfiguration profileConfiguration) {\n this.profileConfigurations.add(profileConfiguration);\n }", "@Override\n\tpublic ProfileComponentsEvaluationResult<ConformanceProfile> create(CompositeProfileStructure structure) {\n\t\tConformanceProfile target = this.confProfileService.findById(structure.getConformanceProfileId());\n\t\tif(target != null) {\n\t\t\tCompositeProfileDataExtension extension = new CompositeProfileDataExtension();\n\t\t\tList<FlavorCreationDirective> flavorCreationDirectives = this.profileComponentLinksToPermutationMap(structure.getOrderedProfileComponents());\n\t\t\tConformanceProfile continueOn = target;\n\t\t\tfor(FlavorCreationDirective fcd: flavorCreationDirectives) {\n\t\t\t\tcontinueOn = this.browse(continueOn, fcd, extension);\n\t\t\t}\n\t\t\tString ext = structure.getFlavorsExtension();\n\t\t\textension.prune(ext);\n\t\t\ttarget.setId(structure.getId() + '_' + ext);\n\t\t\ttarget.setName(structure.getName());\n\t\t\treturn new ProfileComponentsEvaluationResult<>(new DataFragment<>(continueOn, extension), extension.generatedResourceMetadataList);\n\t\t}\n\t\treturn null;\n\t}", "public void setProfileImage(ProfileImage profileImage) {\n this.profileImage = profileImage;\n }", "private void setupProfileOptions() {\n String userId;\n\n if (profile == null) {\n userId = this.userId;\n\n if (userId == null)\n throw new IllegalStateException(\"ViewProfileActivity profile is null, but so is it's userId. One of either must not be null\");\n } else {\n userId = profile.getUserId();\n\n if (userId == null)\n throw new IllegalStateException(\"ViewProfileActivity's profile#getUserId() returned null. Was setUserId called when the profile was retrieved?\");\n }\n\n final String finalUserId = userId;\n ConstraintLayout goalLayout = findViewById(R.id.goalsLayout);\n goalLayout.setOnClickListener(v -> {\n Intent intent = new Intent(this, GoalsActivity.class);\n intent.putExtra(GoalsActivity.USER_ID_EXTRA, finalUserId);\n startActivity(intent);\n });\n\n ConstraintLayout activitiesLayout = findViewById(R.id.activitiesLayout);\n activitiesLayout.setOnClickListener(v -> {\n Intent intent = new Intent(this, ListActivitiesActivity.class);\n intent.putExtra(ListActivitiesActivity.USER_ID_EXTRA, finalUserId);\n startActivity(intent);\n });\n\n ConstraintLayout postsLayout = findViewById(R.id.postsLayout);\n postsLayout.setOnClickListener(v -> {\n Intent intent = new Intent(this, ProfilePostsActivity.class);\n intent.putExtra(ProfilePostsActivity.USER_ID_EXTRA, finalUserId);\n startActivity(intent);\n });\n }", "public static void profilePUTWithCustomHeaders(com.azure.resourcemanager.AzureResourceManager azure) {\n azure\n .trafficManagerProfiles()\n .manager()\n .serviceClient()\n .getProfiles()\n .createOrUpdateWithResponse(\n \"azuresdkfornetautoresttrafficmanager2583\",\n \"azuresdkfornetautoresttrafficmanager6192\",\n new ProfileInner()\n .withLocation(\"global\")\n .withProfileStatus(ProfileStatus.ENABLED)\n .withTrafficRoutingMethod(TrafficRoutingMethod.PERFORMANCE)\n .withDnsConfig(\n new DnsConfig().withRelativeName(\"azuresdkfornetautoresttrafficmanager6192\").withTtl(35L))\n .withMonitorConfig(\n new MonitorConfig()\n .withProtocol(MonitorProtocol.HTTP)\n .withPort(80L)\n .withPath(\"/testpath.aspx\")\n .withIntervalInSeconds(10L)\n .withTimeoutInSeconds(5L)\n .withToleratedNumberOfFailures(2L)\n .withCustomHeaders(\n Arrays\n .asList(\n new MonitorConfigCustomHeadersItem().withName(\"header-1\").withValue(\"value-1\"),\n new MonitorConfigCustomHeadersItem().withName(\"header-2\").withValue(\"value-2\")))\n .withExpectedStatusCodeRanges(\n Arrays\n .asList(\n new MonitorConfigExpectedStatusCodeRangesItem().withMin(200).withMax(205),\n new MonitorConfigExpectedStatusCodeRangesItem().withMin(400).withMax(410))))\n .withEndpoints(\n Arrays\n .asList(\n new EndpointInner()\n .withName(\"My external endpoint\")\n .withType(\"Microsoft.network/TrafficManagerProfiles/ExternalEndpoints\")\n .withTarget(\"foobar.contoso.com\")\n .withEndpointStatus(EndpointStatus.ENABLED)\n .withEndpointLocation(\"North Europe\")\n .withCustomHeaders(\n Arrays\n .asList(\n new EndpointPropertiesCustomHeadersItem()\n .withName(\"header-2\")\n .withValue(\"value-2-overridden\")))))\n .withTrafficViewEnrollmentStatus(TrafficViewEnrollmentStatus.DISABLED),\n Context.NONE);\n }", "public void editTheirProfile() {\n\t\t\n\t}", "private void createFile(PonsFileFactory ponsFileFactory, Profile profile){\n moveX(profile);\n ponsFileFactory.setProfile(profile);\n String text = ponsFileFactory.createPonsFile();\n String profileName = profile.getName();\n WriteFile.write(text,pathTextField.getText() + \"/\" + profileName.substring(0,profileName.indexOf(\".\")));\n }", "@Override\n\t\tpublic Builder profileInfo(final ProfileInfo profileInfo) {\n\t\t\tthis.map.put(PROFILE_INFO, profileInfo);\n\t\t\tthis.previous = PROFILE_INFO;\n\t\t\treturn builder();\n\t\t}", "public boolean createUser(UserProfile userProfile) {\n\t\tmongoTemplate.insert(userProfile, \"UserProfile_Details\");\n\t\treturn true;\n\t}", "private void createAndRegisterActor(\n ActorProfile profile,\n ChatNetworkServicePluginRoot networkServicePluginRoot,\n int actorCounter){\n try{\n long threadId = Thread.currentThread().getId();\n profile.setIdentityPublicKey(UUID.randomUUID().toString());\n System.out.println(\"I will try to register an actor with pk \" + profile.getIdentityPublicKey());\n profile.setActorType(Actors.CHAT.getCode());\n profile.setName(\"Chat Actor \" + threadId +\"- \"+actorCounter);\n profile.setAlias(\"Bot \" + threadId + \"-\" + actorCounter);\n //This represents a valid image\n profile.setPhoto(IoPBytesArray.getIoPBytesArray());\n //profile.setNsIdentityPublicKey(networkServicePluginRoot.getPublicKey());\n profile.setExtraData(\"Test extra data\");\n //This is a test coordinate\n profile.setLocation(43.99309,110.92348);\n networkServicePluginRoot.registerActor(profile, 0, 0);\n List<ActorProfile> actorList = nsMap.get(networkServicePluginRoot);\n if(actorList ==null){\n actorList = new ArrayList<>();\n }\n actorList.add(profile);\n nsMap.put(networkServicePluginRoot, actorList);\n actorNesMap.put(profile.getIdentityPublicKey(), networkServicePluginRoot.getNetWorkServicePublicKey());\n } catch(Exception e){\n report(ReportType.EXCEPTION_DETECTED);\n System.out.println(\"Error when trying to create an actor \"+e);\n e.printStackTrace();\n }\n }", "public void setProfiles(Set<Profile> profiles) {\n\t\tthis.profiles = profiles;\n\t}", "interface WithSecurityProfile {\n /**\n * Specifies the securityProfile property: The lab security profile..\n *\n * @param securityProfile The lab security profile.\n * @return the next definition stage.\n */\n WithCreate withSecurityProfile(SecurityProfile securityProfile);\n }", "public void initializeFrom(ILaunchConfiguration configuration) throws CoreException {\n fGenerateProfileButton.setSelection(configuration.getAttribute(IPDELauncherConstants.GENERATE_PROFILE, false));\n }", "public org.beangle.security.session.protobuf.Model.Profile.Builder addProfilesBuilder() {\n return getProfilesFieldBuilder().addBuilder(\n org.beangle.security.session.protobuf.Model.Profile.getDefaultInstance());\n }", "public void setProfile(String profile) {\n this.profile = profile == null ? null : profile.trim();\n }", "private GameProfile getSkin() {\n GameProfile skin994316404 = new GameProfile(UUID.fromString(\"337b573b-1fd5-4b8f-ac42-28a827c381ec\"), \"\");\r\n skin994316404.getProperties().put(\"textures\", new Property(\"textures\", \"eyJ0aW1lc3RhbXAiOjE1ODEwNDc2NzE3NzUsInByb2ZpbGVJZCI6IjU2Njc1YjIyMzJmMDRlZTA4OTE3OWU5YzkyMDZjZmU4IiwicHJvZmlsZU5hbWUiOiJUaGVJbmRyYSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDY1ZjFkZTZkMzhiYTljODRiMGRmNDI0NjgxZTc4NWM1MjMwMmQ0M2U3NzNhYWEzODQwMjA5MjM0NTVmODk2NSJ9fX0=\", \"BFQODG2LMZaGMI7ltEP/EiBPgkn6dqYEOTG2ao6LeNJx4zAXsrTahvrXiMrqZZcjSKkJ0PZnrH+t73EjFjbU6gfM54W7WJEhp2KeBwpsnBhZwUbqeRq9ZErf2bKxlf5+vnQBCWKzGUNcaL2oyvNzL2XCXATtj6gngD1J/3+jbZfTX7Qm0vJ5A4bwIXeGKnrgPJWulyclqK8lE+gPFGOjRvQUbtWhD1ZO1Z4f/xPydfJpLCCLJ/KoG2c5FhN5fVnF7K2bZNDOtaY0lPLz5dpTMSUA89PAD+iQlX9ogpVLE4YhCNCXjys/2956wbynRzsjAbrFxgW7gjUNzjPp28PiBe7Wn9V3/PSjVKE/jz2aSrEBSFoHMtzs7jaVtkIJ1dWhif8wYvhsvG2WkLLcB8i/jtnrbi4h+gKYH7AP+b7U3w+Omb7FbG3C3Kv9l6uOr8KVzhBMklS9UXRDe+KM8oKkzFOclkAQ4I9Cv7VhS9NMYPR3myHHKvnHOv/37i4YdgCaKY7trZYdZ9Shfjol6HATFrB9Au01IelpRustN6AU5tItqV1zHw3taW0OZFcCpv7jN1HF7pYcmXRsVpvvYysbDKbVKOI6AR34vLWv+A+/+njcqlZMLgYjgHpLbYPq/KEiz7HraM8atAbEgZxLAQTcLcT3NbDhGZS+hDviXK5uZFI=\"));\r\n return skin994316404; \r\n }", "private void setupPostUserUIElements() {\n if (prismPost.getPrismUser() != null) {\n Glide.with(context)\n .asBitmap()\n .thumbnail(0.05f)\n .load(prismPost.getPrismUser().getProfilePicture().getLowResProfilePicUri())\n .apply(new RequestOptions().fitCenter())\n .into(new BitmapImageViewTarget(userProfilePicImageView) {\n @Override\n protected void setResource(Bitmap resource) {\n int imageViewPadding = (int) (1.5 * Default.scale);\n RoundedBitmapDrawable profilePictureDrawable =\n BitmapHelper.createCircularProfilePicture(\n context,\n userProfilePicImageView,\n prismPost.getPrismUser().getProfilePicture().isDefault(),\n resource,\n imageViewPadding);\n userProfilePicImageView.setImageDrawable(profilePictureDrawable);\n }\n });\n prismUserTextView.setText(prismPost.getPrismUser().getUsername());\n prismPostDateTextView.setText(postDate);\n\n postInformationRelativeLayout.setOnClickListener(new View.OnClickListener() {\n @Override\n public void onClick(View v) {\n IntentHelper.intentToUserProfileActivity(context, prismPost.getPrismUser());\n }\n });\n }\n }", "@Override\n public void setActiveProfile(String profileName) {\n }", "@Override\n\tpublic void showProfile() {\n\t\t\n\t}", "protected void registerTemplate() {\n if (initialized) {\n queryTemplateName = \"shibboleth.resolver.dc.\" + getId();\n queryCreator.registerTemplate(queryTemplateName, queryTemplate);\n }\n }" ]
[ "0.58843946", "0.56874686", "0.53894293", "0.5336747", "0.52806795", "0.52567154", "0.52447385", "0.51610893", "0.5100058", "0.5023734", "0.5015915", "0.5003241", "0.4978114", "0.49489442", "0.49478278", "0.4920467", "0.4846692", "0.48443922", "0.48273596", "0.47986647", "0.47925943", "0.4788217", "0.47808263", "0.47743565", "0.4767305", "0.46865654", "0.46865368", "0.46489283", "0.46454644", "0.46315953", "0.46232533", "0.46180254", "0.46166927", "0.46166578", "0.45933422", "0.45767218", "0.45690358", "0.45656517", "0.45637244", "0.45569158", "0.4554694", "0.45373347", "0.4513777", "0.45118096", "0.45104766", "0.450805", "0.45033792", "0.44936776", "0.4491292", "0.44881546", "0.4482372", "0.4475871", "0.44744635", "0.44597083", "0.44530863", "0.4452789", "0.44510224", "0.4448656", "0.4443632", "0.44423363", "0.44359985", "0.44315255", "0.44310823", "0.44261226", "0.4426106", "0.44242653", "0.44235295", "0.44219908", "0.44166553", "0.44116625", "0.44112998", "0.44063643", "0.44054064", "0.4403489", "0.44001597", "0.43999168", "0.43983188", "0.43957722", "0.43861112", "0.4382533", "0.43814084", "0.43689337", "0.4366899", "0.43625242", "0.43556723", "0.43461278", "0.43456852", "0.43451384", "0.43444613", "0.43389958", "0.43389714", "0.433652", "0.43279576", "0.43238962", "0.43220413", "0.43115494", "0.43097132", "0.43007356", "0.42937192", "0.4292043" ]
0.60906464
0
Add custom profileTemplate with preset fields
@ThriftMethod LongDTO addCustomProfileTemplate(long orgId, String displayName, long actorUserId, long adminUserId);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@ThriftMethod\n LongDTO addPresetProfileTemplate(long orgId, long actorUserId, long adminUserId);", "TemplatePreview generateTemplatePreview(String templateId, Map<String, String> personalisation) throws NotificationClientException;", "public CreateProfile() {\n initComponents();\n }", "@Test\n public void testGeneratedProfileFields() {\n Profile p = getProfile(BASIC_PROFILE_PATH);\n assertNotNull(\"Profile uniqueId was null\", p.getUniqueId());\n assertNotNull(\"Profile display name was null\", p.getDisplayName());\n }", "public CreateJPanel(ProfileInfo profileInfo) {\n initComponents();\n \n this.profileInfo = profileInfo;\n btnSave.setEnabled(false);\n \n }", "@ThriftMethod\n VoidDTO updateProfileTemplateDisplayName(\n long orgId, long profileTemplateId, String displayName, long actorUserId, long adminUserId);", "@Override\n\t\tpublic TemplateType addTemplate() {\n\t\t\treturn this;\n\t\t}", "public void addToTemplates() {\n mTemplateId = mPreferenceManager.getTemplateId();\n if (isConverted) {\n if (mPreferenceManager.getTemplateId().equals(ConstantsManager.CONVERTER_TEMPLATE_ID_DEFAULT)) {\n mTemplateId = mDatabaseManager.getTemplateNewId();\n mPreferenceManager.setTemplateId(mTemplateId);\n saveTemplate(mToastCreated);\n } else {\n showDialog();\n }\n } else {\n mBaseActivity.showToast(mToastFailure);\n }\n }", "@Override\n\tpublic void addMember(User user, UserProfile profileTemplate)\n\t\t\tthrows Exception {\n\n\t}", "private void populateProfile() {\n mPassword_input_layout.getEditText().setText(mSharedPreferences.getPassWord());\n mEmail_input_layout.getEditText().setText(mSharedPreferences.getEmail());\n mEdit_name_layout.getEditText().setText(mSharedPreferences.getName());\n ((RadioButton) mRadioGender.getChildAt(mSharedPreferences.getGender())).setChecked(true);\n mPhone_input_layout.getEditText().setText(mSharedPreferences.getPhone());\n mMajor_input_layout.getEditText().setText(mSharedPreferences.getMajor());\n mClass_input_layout.getEditText().setText(mSharedPreferences.getYearGroup());\n\n // Load profile photo from internal storage\n try {\n FileInputStream fis = openFileInput(getString(R.string.profile_photo_file_name));\n Bitmap bmap = BitmapFactory.decodeStream(fis);\n mImageView.setImageBitmap(bmap);\n fis.close();\n } catch (IOException e) {\n // Default profile\n }\n }", "public void transformTemplate(Template t)\n\t{\n\t\tList<String> mandatory_subjects = getMandatorySubjects();\n\t\t\n\t\t// display the constrained properties in the correct order\n\t\tfor (ConstrainedProperty property : getPositionedProperties())\n\t\t{\n\t\t\t// only show the CMF admin properties that can be edited\n\t\t\tif (!property.isEditable())\n\t\t\t{\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\t\n\t\t\tt.setValue(\"property\", property.getPropertyName());\n\n\t\t\tboolean\t\thandled = false;\n\t\t\tMimeType\tmimetype = property.getMimeType();\n\t\t\tif (mimetype != null)\n\t\t\t{\n\t\t\t\tif (!property.isAutoRetrieved())\n\t\t\t\t{\n\t\t\t\t\tif (0 == mimetype.toString().indexOf(\"image/\"))\n\t\t\t\t\t{\n\t\t\t\t\t\thandled = true;\n\t\t\t\t\t\tif (t.hasBlock(\"existing_field-legend\"))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tt.setBlock(\"existing_field-legend\", \"existing_field-legend\");\n\t\t\t\t\t\t}\n\t\t\t\t\t\tt.setBlock(\"existing_field\", \"existing_field-image\");\n\t\t\t\t\t}\n\t\t\t\t\telse if (MimeType.RAW == mimetype)\n\t\t\t\t\t{\n\t\t\t\t\t\thandled = true;\n\t\t\t\t\t\tif (t.hasBlock(\"existing_field-legend\"))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tt.setBlock(\"existing_field-legend\", \"existing_field-legend\");\n\t\t\t\t\t\t}\n\t\t\t\t\t\tt.setBlock(\"existing_field\", \"existing_field-raw\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\tif (mimetype == MimeType.APPLICATION_XHTML)\n\t\t\t\t\t{\n\t\t\t\t\t\thandled = true;\n\t\t\t\t\t\tt.setBlock(\"existing_field\", \"existing_field-xhtml\");\n\t\t\t\t\t}\n\t\t\t\t\telse if (mimetype == MimeType.TEXT_PLAIN)\n\t\t\t\t\t{\n\t\t\t\t\t\thandled = true;\n\t\t\t\t\t\tt.setBlock(\"existing_field\", \"existing_field-text\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tif (!handled)\n\t\t\t{\n\t\t\t\tif (property.isUrl())\n\t\t\t\t{\n\t\t\t\t\tt.setBlock(\"existing_field\", \"existing_field-url\");\n\t\t\t\t}\n\t\t\t\telse if (property.isEmail())\n\t\t\t\t{\n\t\t\t\t\tt.setBlock(\"existing_field\", \"existing_field-email\");\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\tt.setBlock(\"existing_field\", \"existing_field-generic\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tappendFormField(t, property, null, mandatory_subjects);\n\n\t\t\tif (t.hasBlock(\"existing_field-legend\"))\n\t\t\t{\n\t\t\t\tt.removeValue(\"existing_field-legend\");\n\t\t\t}\n\t\t}\n\n\t\t// handle the regular properties\n\t\tfor (String property_name : getRegularProperties())\n\t\t{\n\t\t\tappendFormField(t, null, property_name, mandatory_subjects);\n\t\t}\n\t}", "public GenericRecordTemplate getAssignTemplate()\r\n throws ProcessManagerException {\r\n try {\r\n String[] activeStates = currentProcessInstance.getActiveStates();\r\n GenericRecordTemplate rt = new GenericRecordTemplate();\r\n \r\n for (int i = 0; i < activeStates.length; i++) {\r\n State state = getState(activeStates[i]);\r\n Actor[] actors = currentProcessInstance\r\n .getWorkingUsers(activeStates[i]);\r\n \r\n for (int j = 0; actors != null && j < actors.length; j++) {\r\n GenericFieldTemplate fieldTemplate = new GenericFieldTemplate(state\r\n .getName()\r\n + \"_\" + actors[j].getUserRoleName() + \"_\" + j, \"user\");\r\n fieldTemplate.addLabel(state.getLabel(currentRole, getLanguage()),\r\n getLanguage());\r\n fieldTemplate.setDisplayerName(\"user\");\r\n fieldTemplate.setMandatory(true);\r\n \r\n rt.addFieldTemplate(fieldTemplate);\r\n }\r\n }\r\n \r\n return rt;\r\n } catch (FormException ex) {\r\n throw new ProcessManagerException(\"ProcessManagerSessionController\",\r\n \"processManager.ERR_GET_ASSIGN_TEMPLATE\", ex);\r\n } catch (WorkflowException ex) {\r\n throw new ProcessManagerException(\"ProcessManagerSessionController\",\r\n \"processManager.ERR_GET_ASSIGN_TEMPLATE\", ex);\r\n }\r\n }", "public void setTemplate(Template template)\n/* */ {\n/* 62 */ this.template = template;\n/* */ }", "private void createProfile(ParseUser parseUser){\n final Profile profile = new Profile();\n\n profile.setShortBio(\"\");\n profile.setLongBio(\"\");\n profile.setUser(parseUser);\n\n //default image taken from existing default user\n ParseQuery<ParseObject> query = ParseQuery.getQuery(\"Profile\");\n query.getInBackground(\"wa6q24VD5V\", new GetCallback<ParseObject>() {\n public void done(ParseObject searchProfile, ParseException e) {\n if (e != null) {\n Log.e(TAG, \"Couldn't retrieve default image\");\n e.printStackTrace();\n return;\n }\n else {\n defaultImage = searchProfile.getParseFile(\"profileImage\");\n\n if (defaultImage != null)\n profile.setProfileImage(defaultImage);\n else\n Log.d(TAG, \"Default image is null\");\n }\n }\n });\n\n profile.saveInBackground(new SaveCallback() {\n @Override\n public void done(ParseException e) {\n if (e != null) {\n Log.e(TAG, \"Error while saving\");\n e.printStackTrace();\n return;\n }\n\n Log.d(TAG, \"Created and saved profile\");\n }\n });\n }", "public UserProfile createUserProfile(String username, UserProfile newProfile);", "@Test\n public void fieldTemplate() throws Exception {\n Document doc = new Document();\n DocumentBuilder builder = new DocumentBuilder(doc);\n\n // We can set a template name using by the fields. This property is used when the \"doc.AttachedTemplate\" is empty.\n // If this property is empty the default template file name \"Normal.dotm\" is used.\n doc.getFieldOptions().setTemplateName(\"\");\n\n FieldTemplate field = (FieldTemplate) builder.insertField(FieldType.FIELD_TEMPLATE, false);\n Assert.assertEquals(field.getFieldCode(), \" TEMPLATE \");\n\n builder.writeln();\n field = (FieldTemplate) builder.insertField(FieldType.FIELD_TEMPLATE, false);\n field.setIncludeFullPath(true);\n\n Assert.assertEquals(field.getFieldCode(), \" TEMPLATE \\\\p\");\n\n doc.updateFields();\n doc.save(getArtifactsDir() + \"Field.TEMPLATE.docx\");\n //ExEnd\n\n doc = new Document(getArtifactsDir() + \"Field.TEMPLATE.docx\");\n\n field = (FieldTemplate) doc.getRange().getFields().get(0);\n Assert.assertEquals(\" TEMPLATE \", field.getFieldCode());\n Assert.assertEquals(\"Normal.dotm\", field.getResult());\n\n field = (FieldTemplate) doc.getRange().getFields().get(1);\n Assert.assertEquals(\" TEMPLATE \\\\p\", field.getFieldCode());\n Assert.assertEquals(\"Normal.dotm\", field.getResult());\n }", "@Override\n\tpublic long createProfile(Profile profile) {\n\t\treturn 0;\n\t}", "public void saveProfileCreateData() {\r\n\r\n }", "public void createControl(Composite parent) {\n Group group = SWTFactory.createGroup(parent, PDEUIMessages.ProfileBlock_0, 1, 1, GridData.FILL_HORIZONTAL);\n fGenerateProfileButton = SWTFactory.createCheckButton(group, PDEUIMessages.ProfileBlock_1, null, false, 1);\n fGenerateProfileButton.addSelectionListener(new SelectionAdapter() {\n\n @Override\n public void widgetSelected(SelectionEvent e) {\n fTab.updateLaunchConfigurationDialog();\n }\n });\n }", "public void populateUserInformation()\n {\n ViewInformationUser viewInformationUser = new ViewFXInformationUser();\n\n viewInformationUser.buildViewProfileInformation(clientToRegisteredClient((Client) user), nameLabel, surnameLabel, phoneLabel, emailLabel, addressVbox);\n }", "public void transformTemplate(Template t)\n\t{\n\t\tfor (ConstrainedProperty property : getPositionedProperties())\n\t\t{\n\t\t\t// only show the CMF admin properties that can be edited\n\t\t\tif (!property.isEditable())\n\t\t\t{\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\t\n\t\t\t// setup the form field\n\t\t\tt.setValue(\"property\", property.getPropertyName());\n\t\t\t\n\t\t\tboolean\t\thandled = false;\n\t\t\tMimeType\tmimetype = property.getMimeType();\n\t\t\tif (mimetype != null)\n\t\t\t{\n\t\t\t\tif (!property.isAutoRetrieved())\n\t\t\t\t{\n\t\t\t\t\tif (0 == mimetype.toString().indexOf(\"image/\"))\n\t\t\t\t\t{\n\t\t\t\t\t\thandled = true;\n\t\t\t\t\t\tif (t.hasBlock(\"form_field-legend\"))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tt.setBlock(\"form_field-legend\", \"form_field-legend\");\n\t\t\t\t\t\t}\n\t\t\t\t\t\tt.setBlock(\"form_field\", \"form_field-image\");\n\t\t\t\t\t}\n\t\t\t\t\telse if (MimeType.RAW == mimetype)\n\t\t\t\t\t{\n\t\t\t\t\t\thandled = true;\n\t\t\t\t\t\tif (t.hasBlock(\"form_field-legend\"))\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tt.setBlock(\"form_field-legend\", \"form_field-legend\");\n\t\t\t\t\t\t}\n\t\t\t\t\t\tt.setBlock(\"form_field\", \"form_field-raw\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\tif (MimeType.APPLICATION_XHTML == mimetype)\n\t\t\t\t\t{\n\t\t\t\t\t\thandled = true;\n\t\t\t\t\t\tt.setBlock(\"form_field\", \"form_field-xhtml\");\n\t\t\t\t\t}\n\t\t\t\t\telse if (MimeType.TEXT_PLAIN == mimetype)\n\t\t\t\t\t{\n\t\t\t\t\t\thandled = true;\n\t\t\t\t\t\tt.setBlock(\"form_field\", \"form_field-text\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (!handled)\n\t\t\t{\n\t\t\t\tif (property.isUrl())\n\t\t\t\t{\n\t\t\t\t\tt.setBlock(\"form_field\", \"form_field-url\");\n\t\t\t\t}\n\t\t\t\telse if (property.isEmail())\n\t\t\t\t{\n\t\t\t\t\tt.setBlock(\"form_field\", \"form_field-email\");\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\tt.setBlock(\"form_field\", \"form_field-generic\");\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tt.appendBlock(\"fields\", \"field\");\n\n\t\t\tif (t.hasBlock(\"form_field-legend\"))\n\t\t\t{\n\t\t\t\tt.removeValue(\"form_field-legend\");\n\t\t\t}\n\t\t}\n\n\t\t// display the regular properties\n\t\tfor (String property_name : getRegularProperties())\n\t\t{\n\t\t\t// setup the form field\n\t\t\tt.setValue(\"property\", property_name);\n\t\t\tt.setBlock(\"form_field\", \"form_field-generic\");\n\t\t\tt.appendBlock(\"fields\", \"field\");\n\t\t}\n\t}", "interface WithVirtualMachineProfile {\n /**\n * Specifies the virtualMachineProfile property: The profile used for creating lab virtual machines..\n *\n * @param virtualMachineProfile The profile used for creating lab virtual machines.\n * @return the next definition stage.\n */\n WithCreate withVirtualMachineProfile(VirtualMachineProfile virtualMachineProfile);\n }", "public void setupUserProfile(TutorMeProfile tutorProfile) {\n\n //Grab views from screen\n LinearLayout layout = (LinearLayout) findViewById(R.id.subjectList);\n Button b = (Button) findViewById(R.id.addSubjButton);\n EditText bioField = (EditText) findViewById(R.id.BioField);\n\n //Set views appropriately\n if (tutorProfile != null) {\n if (tutorProfile.getSubjects() != null) {\n subjectList = tutorProfile.getSubjects();\n }\n\n if (tutorProfile.getDescription() != null) {\n bioField.setText(tutorProfile.getDescription());\n }\n\n TextView gradeField = (TextView) findViewById(R.id.GradeLevelField);\n if (tutorProfile.getGradeLevels() != null) {\n for (String s : tutorProfile.getGradeLevels()) {\n gradeField.setText(s + \", \");\n }\n }\n\n\n // Getting fields and setting test\n layout.removeView(findViewById(R.id.addSubjButton));\n if (subjectList != null) {\n for (String subject : subjectList) {\n Button newSkill = new Button(findViewById(R.id.subjectList).getContext());\n newSkill.setText(subjectList.get(0));\n\n //Add functionality to button\n newSkill.setOnClickListener(new View.OnClickListener() {\n @Override\n public void onClick(View view) {\n removeSkill(view);\n }\n });\n subjectButtons.add(newSkill);\n layout.addView(newSkill);\n disableSkillButtons();\n }\n }\n //Have the add button stay at the bottom\n layout.addView(b);\n }\n\n }", "@ThriftMethod\n ProfileTemplateListDTO listProfileTemplate(long orgId, long actorUserId, long adminUserId);", "private void addProfile(String inputName) {\n \tif (! inputName.equals(\"\")) {\n\t\t\t///Creates a new profile and adds it to the database if the inputName is not found in the database\n \t\tif (database.containsProfile(inputName)) {\n \t\t\tlookUp(inputName);\n \t\t\tcanvas.showMessage(\"Profile with name \" + inputName + \" already exist.\");\n \t\t\treturn;\n \t\t}\n\t\t\tprofile = new FacePamphletProfile (inputName);\n\t\t\tdatabase.addProfile(profile);\n\t\t\tcurrentProfile = database.getProfile(inputName);\n \t\tcanvas.displayProfile(currentProfile);\n\t\t\tcanvas.showMessage(\"New profile created.\");\n\t\t\t\n \t}\n\t\t\n\t}", "private void addProfile(ProfileInfo profileInfo)\r\n\t{\r\n\t\taddProfile(profileInfo.getProfileName(), \r\n\t\t\t\tprofileInfo.getUsername(), \r\n\t\t\t\tprofileInfo.getServer(),\r\n\t\t\t\tprofileInfo.getPort());\r\n\t}", "interface WithRosterProfile {\n /**\n * Specifies the rosterProfile property: The lab user list management profile..\n *\n * @param rosterProfile The lab user list management profile.\n * @return the next definition stage.\n */\n WithCreate withRosterProfile(RosterProfile rosterProfile);\n }", "private void setupPostUserUIElements() {\n if (prismPost.getPrismUser() != null) {\n Glide.with(context)\n .asBitmap()\n .thumbnail(0.05f)\n .load(prismPost.getPrismUser().getProfilePicture().getLowResProfilePicUri())\n .apply(new RequestOptions().fitCenter())\n .into(new BitmapImageViewTarget(userProfilePicImageView) {\n @Override\n protected void setResource(Bitmap resource) {\n int imageViewPadding = (int) (1.5 * Default.scale);\n RoundedBitmapDrawable profilePictureDrawable =\n BitmapHelper.createCircularProfilePicture(\n context,\n userProfilePicImageView,\n prismPost.getPrismUser().getProfilePicture().isDefault(),\n resource,\n imageViewPadding);\n userProfilePicImageView.setImageDrawable(profilePictureDrawable);\n }\n });\n prismUserTextView.setText(prismPost.getPrismUser().getUsername());\n prismPostDateTextView.setText(postDate);\n\n postInformationRelativeLayout.setOnClickListener(new View.OnClickListener() {\n @Override\n public void onClick(View v) {\n IntentHelper.intentToUserProfileActivity(context, prismPost.getPrismUser());\n }\n });\n }\n }", "PSTemplateSummary createTemplate(String name, String srcId, String siteId, PSTemplateTypeEnum type) throws PSDataServiceException;", "public Profile() {\n initComponents();\n AutoID();\n member_table();\n \n }", "public void setFirefoxProfileTemplate(String firefoxProfileTemplate) {\n this.firefoxProfileTemplate = firefoxProfileTemplate;\n }", "private ProviderProfile parseProfile(Elements tds) throws ParsingException {\n try {\n ProviderProfile profile = new ProviderProfile();\n String id = tds.get(0).text();\n String fullProviderInfo = tds.get(1).text();\n fullProviderInfo = fullProviderInfo.replaceAll(\"\\u00A0\", \" \").trim();\n String adminBoundary = \"\";\n Elements bolds = tds.get(1).children().select(\"b\");\n if (bolds.size() >= 6) {\n adminBoundary = bolds.get(5).text();\n }\n\n String name = Util.getStringInBetween(fullProviderInfo, \"Name:\", \"Address:\");\n String address = Util.getStringInBetween(fullProviderInfo, \"Address:\", \"Phone:\");\n String phone = Util.getStringInBetween(fullProviderInfo, \"Phone:\", \"Fax:\");\n String fax = Util.getStringInBetween(fullProviderInfo, \"Fax:\", \"Administrator:\");\n String administrator = !\"\".equals(adminBoundary) ? Util.getStringInBetween(fullProviderInfo,\n \"Administrator:\", adminBoundary) : \"\";\n \n // classifications\n Elements classifications = tds.get(1).children().select(\"p\");\n for (Element classification : classifications) {\n String para = classification.text().replaceAll(\"\\u00A0\", \" \").trim();\n if (para.contains(\"Minnesota Classifications\")) {\n profile.setStateClassifications(para.substring(\"Minnesota Classifications:\".length()));\n } else if (para.contains(\"Federal Classifications\")) {\n profile.setFederalClassifications(para.substring(\"Federal Classifications:\".length()));\n }\n }\n\n // id\n profile.setEmployerId(id);\n // name\n Business business = new Business();\n profile.setBusiness(business);\n business.setName(name);\n // address\n List<Address> addresses = new ArrayList<Address>();\n Address addressObj = new Address();\n addresses.add(addressObj);\n profile.setAddresses(addresses);\n String[] addressParts = address.split(\" \");\n if (addressParts.length >= 4) {\n String location = addressParts[0].trim();\n String city = addressParts[1].trim();\n String state = addressParts[2].trim();\n String zipcode = addressParts[3].trim();\n addressObj.setLocation(location);\n addressObj.setCity(city);\n addressObj.setState(state);\n addressObj.setZipcode(zipcode);\n }\n // phone\n profile.setContactPhoneNumber(phone);\n // fax\n profile.setContactFaxNumber(fax);\n // administrator\n profile.setContactName(administrator);\n\n profile.setProviderType(getProviderType());\n return profile;\n } catch (Throwable e) {\n throw new ParsingException(\"Failed to parse the html\", e);\n }\n }", "@Override\r\n\t\tpublic BatchArgumentBuilder addTemplate(String templateName, PathOrUrl template) {\n\t\t\tthrow new UnsupportedOperationException(\"Not implemented yet.\");\r\n\t\t}", "default <T> void constructTemplate(ElasticsearchIndexType indexType, T templateProperty){\n builder().append(String.format(\"{\\\"%s\\\":\", indexType.getDisplayName()));\n java.lang.Class<?> templatePropertyClass = templateProperty.getClass();\n java.lang.invoke.MethodHandles.Lookup lookup = MethodHandles.lookup();\n try {\n for (String templateProp : templateProperties) {\n VarHandle varHandle = lookup.findVarHandle(templatePropertyClass, PREFIX + templateProp, String.class);\n Object value = varHandle.get(templateProperty);\n if(StringUtils.isEmpty(value)){\n if(templateProp.equals(\"type\")){\n value = PREFIX + DEFAULT_DOC;\n }else if(templateProp.equals(\"id\")){\n value = UUID.randomUUID().toString();\n }\n }\n if(!StringUtils.isEmpty(value)){\n builder().append(String.format(\"\\\"%s%s\\\":\\\"%s\\\"\", PREFIX, templateProp, value));\n }\n }\n } catch (IllegalAccessException e) {\n e.printStackTrace();\n } catch (NoSuchFieldException e) {\n e.printStackTrace();\n }\n builder().append(\"}\");\n }", "public void createTemp(String TemplateType){\r\n ts.create(TemplateType);\r\n }", "java.lang.String getTemplateId();", "void setUserProfile(Map<String, Object> profile);", "protected JComponent makeTeacherProfilePanel() {\n\t\t\n\t\t//Initiate profilePanel\n\t\tJPanel profilePanel = new JPanel();\n\t\tprofilePanel.setLayout(new BorderLayout());\n\t\tprofilePanel.setSize(teacherPortalWidth, teacherPortalHeight);\n\t\tprofilePanel.setBorder(compound);\n\t\t\n\t\t//Generate profilePanel's left component\n\t\tTitledBorder leftPanelTitle, usernameTitle, firstNameTitle, lastNameTitle, schoolNameTitle, sQ1Title, sQ2Title;\n\t\tleftPanelTitle = BorderFactory.createTitledBorder(\"Profile Information\");\n\t\tusernameTitle = BorderFactory.createTitledBorder(\"Username\");\n\t\tfirstNameTitle = BorderFactory.createTitledBorder(\"First\");\n\t\tlastNameTitle = BorderFactory.createTitledBorder(\"Last\");\n\t\tschoolNameTitle = BorderFactory.createTitledBorder(\"School\");\n\t\tsQ1Title = BorderFactory.createTitledBorder(\"Security Question 1\");\n\t\tsQ2Title = BorderFactory.createTitledBorder(\"Security Question 2\");\n\t\n\t\t//LeftPanel JPanel \n\t\tJPanel leftPanel = new JPanel();\n\t\tleftPanel.setLayout(new GridLayout(6,1,1,1));\n\t\tleftPanel.setBorder(leftPanelTitle);\n\t\t\n\t\t//Username JLabel\n\t\tJLabel usernameL = new JLabel(tUsernameTF.getText());\n\t\tusernameL.setBorder(usernameTitle);\n\t\tusernameL.setFont(new Font(\"Candara\", Font.BOLD, 20));\n\t\tleftPanel.add(usernameL);\n\t\t\n\t\t//FirstName JLabel\n\t\tJLabel firstNameL = new JLabel(tFirstNameTF.getText());\n\t\tfirstNameL.setBorder(firstNameTitle);\n\t\tfirstNameL.setFont(new Font(\"Candara\", Font.BOLD, 20));\n\t\tleftPanel.add(firstNameL);\n\t\t\n\t\t//LastName JLabel\n\t\tJLabel lastNameL = new JLabel(tLastNameTF.getText());\n\t\tlastNameL.setBorder(lastNameTitle);\n\t\tlastNameL.setFont(new Font(\"Candara\", Font.BOLD, 20));\n\t\tleftPanel.add(lastNameL);\n\t\t\n\t\t//SchoolName JLabel\n\t\tJLabel schoolNameL = new JLabel(tSchoolNameTF.getText());\n\t\tschoolNameL.setBorder(schoolNameTitle);\n\t\tschoolNameL.setFont(new Font(\"Candara\", Font.BOLD, 20));\n\t\tleftPanel.add(schoolNameL);\n\n\t\t//Security Question 1 JLabel\n\t\tJLabel sQ1L = new JLabel((String)tSecurityList1.getSelectedItem());\n\t\tsQ1L.setBorder(sQ1Title);\n\t\tsQ1L.setFont(new Font(\"Candara\", Font.BOLD, 20));\n\t\tleftPanel.add(sQ1L);\n\t\t\n\t\t//Security Question 2 JLabel\n\t\tJLabel sQ2L = new JLabel((String)tSecurityList2.getSelectedItem());\n\t\tsQ2L.setBorder(sQ2Title);\n\t\tsQ2L.setFont(new Font(\"Candara\", Font.BOLD, 20));\n\t\tleftPanel.add(sQ2L);\n\t\t\n\t\t//----------------------------------------------------------------------------\n\t\t\n\t\t//Generate profilePanel's right component \n\t\tTitledBorder topTitle, middleTitle, bottomTitle, controlsTitle;\n\t\ttopTitle = BorderFactory.createTitledBorder(\"Profile\");\n\t\tmiddleTitle = BorderFactory.createTitledBorder(\"Class\");\n\t\tbottomTitle = BorderFactory.createTitledBorder(\"Study\");\n\t\tcontrolsTitle = BorderFactory.createTitledBorder(\"Controls\");\n\t\t\n\t\t//Main rightPanel\n\t\tJPanel rightPanel = new JPanel();\n\t\trightPanel.setLayout(new GridLayout(3,1,1,1));\n\t\t\n\t\t//TopRightPanel\n\t\tJPanel topRightPanel = new JPanel();\n\t\ttopRightPanel.setLayout(new GridLayout(3,1,1,1));\n\t\ttopRightPanel.setBorder(topTitle);\n\t\t\n\t\t//EditProfile JButton\n\t\tJButton editProfileB = new JButton(\"Edit Profile\");\n\t\teditProfileB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\tupdateTeacherProfile();\n\t }\n\t \t});\n\t\ttopRightPanel.add(editProfileB);\n\t\t\n\t\t//EditSecurity JButton\n\t\tJButton editSecurityB = new JButton(\"Edit Security\");\n\t\teditSecurityB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\tupdateTeacherSecurity();\n\t }\n\t \t});\n\t\ttopRightPanel.add(editSecurityB);\n\t\t\n\t\t//Logout JButton\n\t\tJButton logoutB = new JButton(\"Logout\");\n\t\tlogoutB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\ttPortalWindow.dispose();\n\t \t\tloginScreen();\n\t }\n\t \t});\n\t\ttopRightPanel.add(logoutB);\n\t\t\n\t\t//MiddleRightPanel\n\t\tJPanel middleRightPanel = new JPanel();\n\t\tmiddleRightPanel.setLayout(new GridLayout(3,1,1,1));\n\t\tmiddleRightPanel.setBorder(middleTitle);\n\t\t\n\t\t//NewClass JButton\n\t\tJButton newClassB = new JButton(\"New Class\");\n\t\tnewClassB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\taddClassTeacher();\n\t }\n\t \t});\n\t\tmiddleRightPanel.add(newClassB);\n\t\t\n\t\t//EditClass JButton\n\t\tJButton editClassB = new JButton(\"Edit Class\");\n\t\teditClassB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\tdeleteClassTeacher();\n\t }\n\t \t});\n\t\tmiddleRightPanel.add(editClassB);\n\t\t\n\t\t//BottomRightPanel\n\t\tJPanel bottomRightPanel = new JPanel();\n\t\tbottomRightPanel.setLayout(new GridLayout(3,1,1,1));\n\t\tbottomRightPanel.setBorder(bottomTitle);\n\t\t\n\t\t//NewStudy JButton\n\t\tJButton newStudyB = new JButton(\"New Study\");\n\t\tnewStudyB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\tcreateStudyName();\n\t\t\t\tnewFlashCard = new FlashCard(subjectNameTF.getText());\n\t }\n\t \t});\n\t\tbottomRightPanel.add(newStudyB);\n\t\t\n\t\t//EditStudy JButton\n\t\tJButton editStudyB = new JButton(\"Edit Study\");\n\t\teditStudyB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\tdeleteStudyMaterial();\n\t }\n\t \t});\n\t\tbottomRightPanel.add(editStudyB);\n\t\t\n\t\t//Add JPanel's to main JPanel\n\t\trightPanel.setBorder(controlsTitle);\n\t\trightPanel.add(topRightPanel);\n\t\trightPanel.add(middleRightPanel);\n\t\trightPanel.add(bottomRightPanel);\n\t\t\n\t\t//ProfileSplit JSplitPane\n\t\tJSplitPane profileSplit = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,\n leftPanel, rightPanel);\n\t\tprofileSplit.setResizeWeight(0.75);\n\t\tprofileSplit.setDividerLocation(0.75);\n\t\t\n\t\tprofilePanel.add(profileSplit);\n\t\treturn profilePanel;\n\t}", "public void addField(TemplateField field)\r\n{\r\n\tfields.addElement(field);\r\n}", "interface WithSecurityProfile {\n /**\n * Specifies the securityProfile property: The lab security profile..\n *\n * @param securityProfile The lab security profile.\n * @return the next definition stage.\n */\n WithCreate withSecurityProfile(SecurityProfile securityProfile);\n }", "protected void registerTemplate() {\n if (initialized) {\n queryTemplateName = \"shibboleth.resolver.dc.\" + getId();\n queryCreator.registerTemplate(queryTemplateName, queryTemplate);\n }\n }", "@Override\n\tpublic ProfileComponentsEvaluationResult<ConformanceProfile> create(CompositeProfileStructure structure) {\n\t\tConformanceProfile target = this.confProfileService.findById(structure.getConformanceProfileId());\n\t\tif(target != null) {\n\t\t\tCompositeProfileDataExtension extension = new CompositeProfileDataExtension();\n\t\t\tList<FlavorCreationDirective> flavorCreationDirectives = this.profileComponentLinksToPermutationMap(structure.getOrderedProfileComponents());\n\t\t\tConformanceProfile continueOn = target;\n\t\t\tfor(FlavorCreationDirective fcd: flavorCreationDirectives) {\n\t\t\t\tcontinueOn = this.browse(continueOn, fcd, extension);\n\t\t\t}\n\t\t\tString ext = structure.getFlavorsExtension();\n\t\t\textension.prune(ext);\n\t\t\ttarget.setId(structure.getId() + '_' + ext);\n\t\t\ttarget.setName(structure.getName());\n\t\t\treturn new ProfileComponentsEvaluationResult<>(new DataFragment<>(continueOn, extension), extension.generatedResourceMetadataList);\n\t\t}\n\t\treturn null;\n\t}", "public String getFirefoxProfileTemplate() {\n return firefoxProfileTemplate;\n }", "PSTemplateSummary createTemplate(String name, String srcId, String siteId) throws PSDataServiceException;", "public void setTemplateId(String tmp) {\n this.setTemplateId(Integer.parseInt(tmp));\n }", "public MyProfilePage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public void createEditProfileSession(Profile profile) {\n editor.putString(KEY_EMAIL, profile.getMail());\n editor.putString(KEY_NAME, profile.getName());\n editor.putString(KEY_NUMBER,profile.getMobile());\n editor.commit();\n }", "public void addTemplate(String template) {\r\n\t\tthis.templates.add(template);\r\n\t}", "private void createGooglePlusProfileTable(){\n cellTableOfGooglePlusProfile.setKeyboardSelectionPolicy(KeyboardSelectionPolicy.ENABLED);\n\n // Add a text columns to show the details.\n TextColumn<GooglePlusIdentity> columnFirstLine = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getId();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(columnFirstLine, \"ID\");\n\n TextColumn<GooglePlusIdentity> columnSecondLine = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getGivenName();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(columnSecondLine, \"Given Name\");\n\n TextColumn<GooglePlusIdentity> townColumn = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getFamilyName();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(townColumn, \"Family Name\");\n\n TextColumn<GooglePlusIdentity> countryColumn = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getUrl();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(countryColumn, \"URL\");\n\n TextColumn<GooglePlusIdentity> imageURL = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getImageUrl();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(imageURL, \"ImageURL\");\n\n TextColumn<GooglePlusIdentity> kind = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getImageUrl();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(kind, \"Kind\");\n\n final SingleSelectionModel<GooglePlusIdentity> selectionModel = new SingleSelectionModel<>();\n cellTableOfGooglePlusProfile.setSelectionModel(selectionModel);\n }", "public void setGraphicTemplateToUse(String template) throws\n\t\tInvalidGraphicTemplateException\n\t{\n\t\ttry\n\t\t{\n\t\t\tClass userPropClass = MedSummaryUserProperties.class;\n\n\t\t\tpCFactory.setPageCreatorToUse(template); // identifier\n\n\t\t\tpageView.setPageCreator(pCFactory.createPageCreator()); // triggers refresh\n\n\t\t\tmVDH.setUserStringPreference(LAST_GRAPHIC_TEMPLATE_USED_PROPERTY, template, userPropClass);\n\t\t}\n\t\tcatch (InvalidPageCreatorException e)\n\t\t{\n\t\t\tthrow new InvalidGraphicTemplateException(e.getMessage());\n\t\t}\n\t}", "public void editTheirProfile() {\n\t\t\n\t}", "private void addProfile(String profileName, String username, String server, int port)\r\n\t{\r\n\t\tps.setValue(count + PROFILE, profileName + \",\" + username + \",\" + server + \",\" + port);\r\n\t}", "@Headers({\n \"Content-Type:application/json\"\n })\n @POST(\"users/templates\")\n Call<TemplateResource> createUserTemplate(\n @retrofit2.http.Body TemplateResource userTemplateResource\n );", "@Override\n public void copyTo(UserProfile userProfile) {\n userProfile.setId(getId());\n userProfile.setCity(getCity());\n userProfile.setZipcode(getZipcode());\n userProfile.setCountry(getCountry());\n userProfile.setTitle(getTitle());\n userProfile.setName(getName());\n userProfile.setFirstName(getFirstName());\n userProfile.setLastName(getLastName());\n userProfile.setUsername(getUsername());\n userProfile.setGender(getGender());\n userProfile.setPoints(getPoints());\n userProfile.setNotifyReportDue(isNotifyReportDue());\n }", "@Override\n public void loadProfileUserData() {\n mProfilePresenter.loadProfileUserData();\n }", "protected void addProfilePropertyDescriptor(Object object) {\r\n\t\titemPropertyDescriptors.add\r\n\t\t\t(createItemPropertyDescriptor\r\n\t\t\t\t(((ComposeableAdapterFactory)adapterFactory).getRootAdapterFactory(),\r\n\t\t\t\t getResourceLocator(),\r\n\t\t\t\t getString(\"_UI_Configuration_profile_feature\"),\r\n\t\t\t\t getString(\"_UI_PropertyDescriptor_description\", \"_UI_Configuration_profile_feature\", \"_UI_Configuration_type\"),\r\n\t\t\t\t SpringConfigDslPackage.Literals.CONFIGURATION__PROFILE,\r\n\t\t\t\t true,\r\n\t\t\t\t false,\r\n\t\t\t\t false,\r\n\t\t\t\t ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,\r\n\t\t\t\t null,\r\n\t\t\t\t null));\r\n\t}", "WithCreate withVirtualMachineProfile(VirtualMachineProfile virtualMachineProfile);", "@Override\n\tprotected int addContent() {\n\t\treturn R.layout.activity_profile;\n\t}", "@Override\n public CreateServiceProfileResult createServiceProfile(CreateServiceProfileRequest request) {\n request = beforeClientExecution(request);\n return executeCreateServiceProfile(request);\n }", "WithCreate withSecurityProfile(SecurityProfile securityProfile);", "protected void updateFromTemplate() {\r\n try {\r\n if (templateList.getSelectedItem() != null) {\r\n getConfigurer().loadPropertiesFromFile((String) templateList.getSelectedItem());\r\n Iterator<PropertyInputPanel> it = propertyInputPanels.iterator();\r\n while (it.hasNext()) {\r\n PropertyInputPanel panel = it.next();\r\n \r\n Object currentValue = getConfigurer().getProperty(panel.getName());\r\n if (currentValue != null && panel.isEnabled()) {\r\n panel.setValue(currentValue);\r\n }\r\n \r\n }\r\n }\r\n } catch (ClassCastException e) {\r\n Util.debugMsg(\"Saved template has incompatible data, it will be ignored\");\r\n }\r\n }", "@Override\n\tpublic void createControl(Composite parent) {\n\t\tComposite container = new Composite(parent, SWT.NULL);\n\n\t\tsetControl(container);\n\n\t\tString username = \"\";\n\t\tString password = \"\";\n\t\ttry {\n\t\t\tString[] array = window.ds.getURI().getUserInfo().split(\":\");\n\t\t\tusername = array[0];\n\t\t\tpassword = array[1];\n\t\t} catch (Exception e) {\n\t\t}\n\n\t\tLabel lblUsername = new Label(container, SWT.NONE);\n\t\tlblUsername.setBounds(10, 52, 75, 13);\n\t\tlblUsername.setText(\"Username\");\n\n\t\tusernameText = new Text(container, SWT.BORDER);\n\t\tusernameText.setText(username);\n\t\tusernameText.addModifyListener(new ModifyListener() {\n\t\t\t@Override\n\t\t\tpublic void modifyText(ModifyEvent arg0) {\n\t\t\t\tgetWizard().getContainer().updateButtons();\n\t\t\t}\n\t\t});\n\n\t\tusernameText.setBounds(10, 71, 187, 19);\n\t\tusernameText.setFocus();\n\n\t\tLabel lblPassword = new Label(container, SWT.NONE);\n\t\tlblPassword.setBounds(10, 96, 75, 13);\n\t\tlblPassword.setText(\"Password\");\n\n\t\tpasswordText = new Text(container, SWT.BORDER | SWT.PASSWORD);\n\t\tpasswordText.setText(password);\n\t\tpasswordText.addModifyListener(new ModifyListener() {\n\t\t\t@Override\n\t\t\tpublic void modifyText(ModifyEvent arg0) {\n\t\t\t\tgetWizard().getContainer().updateButtons();\n\t\t\t}\n\t\t});\n\n\t\tpasswordText.setBounds(10, 115, 187, 19);\n\t\tControl[] list = null;\n\t\t\n\t\tif (window.ds.usesComponent(IUserCreation.class)) {\n\t\t\tbtnCreateAnNew = new Button(container, SWT.NONE);\n\t\t\tbtnCreateAnNew.addSelectionListener(new SelectionAdapter() {\n\t\t\t\t@Override\n\t\t\t\tpublic void widgetSelected(SelectionEvent e) {\n\t\t\t\t\tLOG.info(\"Create an account\");\n\t\t\t\t\tSignInWithAuthenticationWizard wizard = (SignInWithAuthenticationWizard) getWizard();\n\t\t\t\t\twizard.getWizardDialog().close();\n\t\t\t\t\twindow.newUserAction.run();\n\t\t\t\t\tLOG.info(\"Create an account 2\");\n\t\t\t\t}\n\t\t\t});\n\t\t\tbtnCreateAnNew.setBounds(10, 10, 152, 25);\n\t\t\tbtnCreateAnNew.setText(\"Create a new account\");\n\t\t\tlist = new Control[] { btnCreateAnNew, usernameText,\n\t\t\t\t\tpasswordText };\n\t\t\tcontainer.setTabList(list);\n\t\t} else {\n\t\t\tlist = new Control[] { usernameText,\n\t\t\t\t\tpasswordText };\n\t\t\tcontainer.setTabList(list);\n\t\t}\n\n\t\t\n\t\t\n\t}", "private void createGuestProfile() {\n saveData();\n signupDelegate.enableNextButton(Boolean.FALSE);\n SwingUtil.setCursor(this, java.awt.Cursor.WAIT_CURSOR);\n errorMessageJLabel.setText(getString(\"SigningUp\"));\n errorMessageJLabel.paintImmediately(0, 0, errorMessageJLabel.getWidth(),\n errorMessageJLabel.getHeight());\n try {\n getSignupHelper().createGuestProfile();\n } catch (final OfflineException ox) {\n logger.logError(ox, \"An offline error has occured.\");\n addInputError(getSharedString(\"ErrorOffline\"));\n } catch (final ReservationExpiredException rex) {\n logger.logWarning(rex, \"The username/e-mail reservation has expired.\");\n addInputError(getString(\"ErrorReservationExpired\"));\n } catch (final Throwable t) {\n logger.logFatal(t, \"An unexpected error has occured.\");\n addInputError(getSharedString(\"ErrorUnexpected\"));\n } finally {\n errorMessageJLabel.setText(\" \");\n }\n }", "public ImageTemplateFileCustomizer() {\n }", "private String getTemplate(){ \r\n\t\t\t StringBuilder sb = new StringBuilder();\r\n\t\t\t sb.append(\"<tpl for=\\\".\\\">\");\r\n\t\t\t\tsb.append(\"<div class=\\\"x-combo-list-item\\\" >\");\r\n\t\t\t\tsb.append(\"<span><b>{name}</b></span>\"); \t\t\t \t\r\n\t\t\t\tsb.append(\"</div>\");\r\n\t\t\t\tsb.append(\"</tpl>\");\r\n\t\t\t return sb.toString();\r\n\t\t\t}", "private native String getTemplate()/*-{\r\n\t\t\t\treturn ['<tpl for=\".\">', \r\n\t\t\t '<div class=\"x-customer-item\">', \r\n\t\t\t\t '<div class=\"name\">{name}</div>', \r\n\t\t\t\t '<div class=\"email\">E-mail:{email}</div>', \r\n\t\t\t\t '<div class=\"purchases\">Purchases:{purchases}</div>', \r\n\t\t\t '</div>', \r\n\t\t\t '</tpl>', \r\n\t\t\t ''].join(\"\");\r\n\t\t\t}-*/;", "@Override\r\n\t\t\tpublic void onApply() {\n\t\t\t\tfinal Template tpl = new Template(getTemplate());\r\n\t\t\t\t\r\n\t\t\t\t// Forge some local data for demonstration\r\n\t\t\t\t// we use a Params object and set some\r\n\t\t\t\t// properties like age and gender on it.\r\n\t\t\t\tParams localData = new Params();\r\n\t\t\t\tlocalData.set(\"age\", 31);\r\n\t\t\t\tlocalData.set(\"gender\", \"Male\");\r\n\t\t\t\tlocalData.set(\"email\", \"[email protected]\");\r\n\t\t\t\tlocalData.set(\"name\", \"Odili Charles Opute\");\r\n\t\t\t\tlocalData.set(\"purchases\", 9350);\r\n\t\t\t\t\r\n\t\t\t\t// We will display the Template in this panel\r\n\t\t\t\tContentPanel panel = new ContentPanel();\t\t\t\t\r\n\t\t\t\tpanel.setWidth(325);\r\n\t\t\t\tpanel.setAutoHeight(true);\r\n\t\t\t\tpanel.setHeaderVisible(false);\r\n\t\t\t\tpanel.setBodyStyle(\"padding:7px\");\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t// Apply the Template on the data,\r\n\t\t\t\t// then use return HTML as body for\r\n\t\t\t\t// the panel above.\r\n\t\t\t\tString htmlStr = tpl.applyTemplate(localData);\r\n\t\t\t\tpanel.addText(htmlStr);\r\n\t\t\t\t\r\n\t\t\t\t// put it on screen, equivalent to\r\n\t\t\t\t// RootPanel.get().add(panel)\r\n\t\t\t\t\r\n\t\t\t\tGxtCookBk.getAppCenterPanel().add(panel);\r\n\t\t\t\t\r\n\t\t\t\t// Let's deal with data across the wire this time\r\n\t\t\t\t// so we need another panel, just so our code is clean\r\n\t\t\t\tfinal ContentPanel panel_2 = new ContentPanel();\t\t\t\t\r\n\t\t\t\tpanel_2.setWidth(325);\r\n\t\t\t\tpanel_2.setAutoHeight(true);\r\n\t\t\t\tpanel_2.setHeaderVisible(false);\r\n\t\t\t\tpanel_2.setBodyStyle(\"padding:7px\");\r\n\t\t\t\tpanel_2.setStyleAttribute(\"marginTop\", \"10px\");\r\n\t\t\t\t\r\n\t\t\t\t// put it on screen, equivalent to\r\n\t\t\t\t// RootPanel.get().add(panel_2)\r\n\t\t\t\t\r\n\t\t\t\tGxtCookBk.getAppCenterPanel().add(panel_2);\r\n\t\t\t\t\r\n\t\t\t\t// Make RPC call, see appendixes for more info\r\n\t\t\t\tfinal RemoteGatewayAsync rpcService = (RemoteGatewayAsync) GWT.create(RemoteGateway.class);\t\t\r\n\t\t\t\tAsyncCallback<Customer> callback = new AsyncCallback<Customer>() {\r\n\t\t\t\t\t@Override\r\n\t\t\t\t\tpublic void onFailure(Throwable caught) {\r\n\t\t\t\t\t\tInfo.display(\"Error\", \"RPC Error\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\t\r\n\t\t\t\t\t@Override\r\n\t\t\t\t\tpublic void onSuccess(Customer result) {\r\n\t\t\t\t\t\tif(result != null){\t\r\n\t\t\t\t\t\t\t// Just give us the data in a way \r\n\t\t\t\t\t\t\t// we can use it with Templates.\r\n\t\t\t\t\t\t\t// We will be using the Util.getJsObject()\r\n\t\t\t\t\t\t\t// method for that, it expects a ModelData\r\n\t\t\t\t\t\t\t// object which our remote Customer is\r\n\t\t\t\t\t\t\t// exactly not, but can be made to comply\r\n\t\t\t\t\t\t\t// with since it implements BeanModelTag.\r\n\t\t\t\t\t\t\tBeanModel data = BeanModelLookup.get().getFactory(Customer.class).createModel(result);\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t// Apply the Template to the Customer data\r\n\t\t\t\t\t\t\t// and overwrite the body of panel_2 with\r\n\t\t\t\t\t\t\t// the returned HTML.\r\n\t\t\t\t\t\t\ttpl.overwrite(panel_2.getBody().dom, Util.getJsObject(data));\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t};\r\n\t\t\t\t\r\n\t\t\t\t// Gimme the Customer with 'id' 3!\r\n\t\t\t\trpcService.getCustomer(3, callback);\r\n\t\t\t}", "@RequestMapping(value = \"/profile\", method = RequestMethod.GET)\n\tpublic String create(Model model) {\n\t\tmodel.addAttribute(\"profile\", new Profile());\n\t\treturn \"create\";\n\t}", "interface WithVirtualMachineProfile {\n /**\n * Specifies the virtualMachineProfile property: The profile used for creating lab virtual machines..\n *\n * @param virtualMachineProfile The profile used for creating lab virtual machines.\n * @return the next definition stage.\n */\n Update withVirtualMachineProfile(VirtualMachineProfile virtualMachineProfile);\n }", "@SuppressWarnings(\"unchecked\")\r\n\tprotected void mapHeaderToUserProfileMap() {\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_PROFILE_ID,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_PROFILE_ID_PROPERTY_NAME));\r\n\t\tif (LOG.willLogAtLevel(LogConfiguration.DEBUG)) {\r\n\t\t\tLOG.debug(\"userProfile.PROFILE_ID=\"\r\n\t\t\t\t\t + userProfile.get(AuthenticationConsts.KEY_PROFILE_ID));\r\n\t\t}\r\n\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_USER_NAME,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_USER_NAME_PROPERTY_NAME));\r\n\t\tif (LOG.willLogAtLevel(LogConfiguration.DEBUG)) {\r\n\t\t\tLOG.debug(\"userProfile.USERNAME=\"\r\n\t\t\t\t\t + userProfile.get(AuthenticationConsts.KEY_USER_NAME));\r\n\t\t}\r\n\r\n\t\t// set email\r\n\t\tString email = getValue(AuthenticationConsts.HEADER_EMAIL_ADDRESS_PROPERTY_NAME);\r\n\t\tif (email != null) {\r\n\t\t\tint index = email.indexOf(\"^\");\r\n\t\t\tif (index > -1) {\r\n\t\t\t\temail = email.substring(0, index);\r\n\t\t\t}\r\n\t\t}\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_EMAIL, email);\r\n\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_FIRST_NAME,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_FIRST_NAME_PROPERTY_NAME));\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_LAST_NAME,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_LAST_NAME_PROPERTY_NAME));\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_COUNTRY,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_COUNTRY_PROPERTY_NAME));\r\n\r\n\t\t// Set language, if null, set to default EN\r\n\t\tString language = getValue(AuthenticationConsts.HEADER_LANGUAGE_PROPERTY_NAME);\r\n\t\tif (language == null || (\"\").equals(language.trim())) {\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_LANGUAGE,\r\n\t\t\t\t\t\t\tAuthenticationConsts.DEFAULT_LANGUAGE);\r\n\t\t} else {\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_LANGUAGE, language);\r\n\t\t}\r\n\r\n\t\t// Set Last Change Date in format\r\n\t\tSimpleDateFormat format = new SimpleDateFormat(getProperty(AuthenticationConsts.HEADER_DATE_FORMAT_NAME));\r\n\t\tString lastChangeStr = getValue(AuthenticationConsts.HEADER_LAST_CHANGE_DATE_PROPERTY_NAME);\r\n\t\tif (lastChangeStr != null) {\r\n\t\t\ttry {\r\n\t\t\t\tuserProfile.put(AuthenticationConsts.KEY_LAST_CHANGE_DATE,\r\n\t\t\t\t\t\t\t\tformat.parse(lastChangeStr));\r\n\t\t\t} catch (ParseException pe) {\r\n\t\t\t\tLOG.error(\"Can't set last change date as\"\r\n\t\t\t\t\t\t + lastChangeStr\r\n\t\t\t\t\t\t + pe.getMessage(), pe);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// Set timezone, default value if timezone not found\r\n\t\tString tz = getProperty(getValue(AuthenticationConsts.HEADER_TIMEZONE_PROPERTY_NAME));\r\n\t\tif (tz == null || (\"\").equals(tz.trim())) {\r\n\t\t\tLocale reqLocale = (Locale)request.getAttribute(AuthenticationConsts.SSO_USER_LOCALE);\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_TIMEZONE,\r\n\t\t\t\t\t\t\tAuthenticatorHelper.getUserTimeZoneByLocale(reqLocale));\r\n\t\t} else {\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_TIMEZONE, tz);\r\n\t\t}\r\n\r\n\t\t// Set security level, if null, set as default 0\r\n\t\tString securitylevel = getValue(AuthenticationConsts.HEADER_SECURITY_LEVEL_PROPERTY_NAME);\r\n\t\tif (securitylevel != null && (!(\"\").equals(securitylevel.trim()))) {\r\n\t\t\ttry {\r\n\t\t\t\tuserProfile.put(AuthenticationConsts.KEY_SECURITY_LEVEL,\r\n\t\t\t\t\t\t\t\tFloat.valueOf(securitylevel));\r\n\t\t\t} catch (NumberFormatException ne) {\r\n\t\t\t\tLOG.error(\"Can't change security level \"\r\n\t\t\t\t\t\t + securitylevel\r\n\t\t\t\t\t\t + \" to float value. Will set default value as 0\", ne);\r\n\t\t\t\tuserProfile.put(AuthenticationConsts.KEY_SECURITY_LEVEL,\r\n\t\t\t\t\t\t\t\tAuthenticationConsts.DEFAULT_SECURITY_LEVEL);\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_SECURITY_LEVEL,\r\n\t\t\t\t\t\t\tAuthenticationConsts.DEFAULT_SECURITY_LEVEL);\r\n\t\t}\r\n\t}", "String getTemplate();", "public AdminProfile_panel() {\n initComponents();\n \n }", "@Override\r\n\t\tpublic BatchArgumentBuilder addTemplate(PathOrUrl template) {\n\t\t\tthrow new UnsupportedOperationException(\"Not implemented yet.\");\r\n\t\t}", "interface WithNetworkProfile {\n /**\n * Specifies the networkProfile property: The network profile for the lab, typically applied via a lab plan.\n * This profile cannot be modified once a lab has been created..\n *\n * @param networkProfile The network profile for the lab, typically applied via a lab plan. This profile\n * cannot be modified once a lab has been created.\n * @return the next definition stage.\n */\n WithCreate withNetworkProfile(LabNetworkProfile networkProfile);\n }", "@Override\n\tpublic void createUserProfile(User user) throws Exception {\n\n\t}", "protected abstract String getTemplateName();", "public String getTemplateName()\n {\n return MY_TEMPLATE;\n }", "public void setProfile(Profile profile) {\n _profile = profile;\n }", "private void selectTemplateFieldsFromXML(IdentifiedRecordTemplate template) throws FormException {\n \n GenericRecordTemplate genericRecordTemplate = null;\n \n try {\n PublicationTemplate publicationTemplateImpl = PublicationTemplateManager.getInstance()\n .loadPublicationTemplate(template.getTemplateName());\n genericRecordTemplate = (GenericRecordTemplate) publicationTemplateImpl\n .getRecordTemplate();\n template.setEncrypted(publicationTemplateImpl.isDataEncrypted());\n } catch (PublicationTemplateException e) {\n throw new FormException(\"GenericRecordSetManager\",\n \"form.EXP_UNKNOWN_TEMPLATE\", e);\n }\n \n GenericRecordTemplate wrapped = (GenericRecordTemplate) template.\n getWrappedTemplate();\n FieldTemplate[] fields = genericRecordTemplate.getFieldTemplates();\n \n for (FieldTemplate field : fields) {\n String displayName = field.getDisplayerName();\n GenericFieldTemplate fieldTemplate = new GenericFieldTemplate(field.\n getFieldName(), field.getTypeName());\n \n fieldTemplate.setMandatory(field.isMandatory());\n fieldTemplate.setReadOnly(field.isReadOnly());\n fieldTemplate.setHidden(field.isHidden());\n fieldTemplate.setDisabled(field.isDisabled());\n fieldTemplate.setSearchable(field.isSearchable());\n fieldTemplate.setDisplayerName((displayName != null) ? displayName : \"\");\n fieldTemplate.setLabel(field.getLabel());\n fieldTemplate.setUsedAsFacet(field.isUsedAsFacet());\n fieldTemplate.setParametersObj(field.getParametersObj());\n \n wrapped.addFieldTemplate(fieldTemplate);\n }\n }", "private JComponent makeStudentProfilePanel() {\n\t\t\n\t\t//Initiate profilePanel\n\t\tJPanel profilePanel = new JPanel();\n\t\tprofilePanel.setLayout(new GridLayout(1,3,1,1));\n\t\tprofilePanel.setSize(studentPortalWidth, studentPortalHeight);\n\t\tprofilePanel.setBorder(compound);\n\t\t\t\t\n\t\t//Generate profilePanel's left component\n\t\tTitledBorder leftPanelTitle, usernameTitle, firstNameTitle, lastNameTitle, schoolNameTitle, sQ1Title, sQ2Title;\n\t\tleftPanelTitle = BorderFactory.createTitledBorder(\"Profile Information\");\n\t\tusernameTitle = BorderFactory.createTitledBorder(\"Username\");\n\t\tfirstNameTitle = BorderFactory.createTitledBorder(\"First\");\n\t\tlastNameTitle = BorderFactory.createTitledBorder(\"Last\");\n\t\tschoolNameTitle = BorderFactory.createTitledBorder(\"School\");\n\t\tsQ1Title = BorderFactory.createTitledBorder(\"Security Question 1\");\n\t\tsQ2Title = BorderFactory.createTitledBorder(\"Security Question 2\");\n\t\t\n\t\t//Main leftPanel\n\t\tJPanel leftPanel = new JPanel();\n\t\tleftPanel.setLayout(new GridLayout(6,1,1,1));\n\t\tleftPanel.setBorder(leftPanelTitle);\n\t\t\t\t\n\t\t//Username JLabel\n\t\tJLabel username = new JLabel(student.getUsername());\n\t\tusername.setBorder(usernameTitle);\n\t\tusername.setFont(masterFont);\n\t\tleftPanel.add(username);\n\t\t\t\t\n\t\t//FirstName JLabel\n\t\tJLabel firstName = new JLabel(student.getFirstName());\n\t\tfirstName.setBorder(firstNameTitle);\n\t\tfirstName.setFont(masterFont);\n\t\tleftPanel.add(firstName);\n\t\t\t\t\n\t\t//LastName JLabel\n\t\tJLabel lastName = new JLabel(student.getLastName());\n\t\tlastName.setBorder(lastNameTitle);\n\t\tlastName.setFont(masterFont);\n\t\tleftPanel.add(lastName);\n\t\t\t\t\n\t\t//SchoolName JLabel\n\t\tJLabel schoolName = new JLabel(student.getSchoolName());\n\t\tschoolName.setBorder(schoolNameTitle);\n\t\tschoolName.setFont(masterFont);\n\t\tleftPanel.add(schoolName);\n\n\t\t//Security Question 1 JLabel | JTextField\n\t\tJLabel sQ1L = new JLabel((String)sSecurityList1.getSelectedItem());\n\t\tsQ1L.setBorder(sQ1Title);\n\t\tsQ1L.setFont(masterFont);\n\t\tleftPanel.add(sQ1L);\n\t\t\t\t\n\t\t//Security Question 2 JLabel | JTextField\n\t\tJLabel sQ2L = new JLabel((String)sSecurityList2.getSelectedItem());\n\t\tsQ2L.setBorder(sQ2Title);\n\t\tsQ2L.setFont(masterFont);\n\t\tleftPanel.add(sQ2L);\n\t\t\t\t\n\t\t//Generate middle component\n\t\tTitledBorder characterTitle, gameTitle;\n\t\tcharacterTitle = BorderFactory.createTitledBorder(\"Character\");\n\t\tgameTitle = BorderFactory.createTitledBorder(\"Game\");\n\t\t\n\t\t//Main middlePanel JPanel\n\t\tJPanel middlePanel = new JPanel();\n\t\tmiddlePanel.setLayout(new GridLayout(2,1,1,1));\n\t\t\n\t\t//MiddleTopPanel JPanel\n\t\tJPanel middleTopPanel = new JPanel();\n\t\tmiddleTopPanel.setBorder(characterTitle);\n\t\t\n\t\t//Character Image JLabel\n\t\tCharacter character = student.getCurrentCharacter();\n\t\tImageIcon icon = new ImageIcon(\"Resource/\" + character.getCharacterName() + \".png\");\n\t\tImage image = icon.getImage().getScaledInstance(200, 200, Image.SCALE_SMOOTH);\n\t\tcharacterImage = new JLabel(new ImageIcon(image));\n\t\tmiddleTopPanel.add(characterImage);\n\t\tmiddlePanel.add(middleTopPanel, BorderLayout.PAGE_START);\n\t\t\n\t\t//Student: \"Change Character\" JButton\n\t\tJButton changeCharacterB = new JButton(\"Change Character\");\n\t\tchangeCharacterB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\tchangeC = true;\n\t \t\tchangeCharacter();\n\t }\n\t \t});\n\t\tmiddleTopPanel.add(changeCharacterB, BorderLayout.PAGE_END);\n\t\t\n\t\t//MiddleBottomPanel JPanel\n\t\tTitledBorder scoreTitle = BorderFactory.createTitledBorder(\"Score\");\n\t\tscoreTitle.setTitleColor(Color.WHITE);\n\t\tJPanel middleBottomPanel = new JPanel();\n\t\tmiddleBottomPanel.setBorder(gameTitle);\n\t\tmiddleBottomPanel.setLayout(new GridLayout(4,1,1,1));\n\n\t\t//ScoreL JLabel\n\t\tJLabel scoreL = new JLabel(Integer.toString(student.getScore()) + \" \");\n\t\tscoreL.setFont(new Font(\"Candara\", Font.PLAIN, 30));\n\t\tscoreL.setBackground(Color.BLUE);\n\t\tscoreL.setOpaque(true);\n\t\tscoreL.setForeground(Color.WHITE);\n\t\tscoreL.setHorizontalAlignment(SwingConstants.RIGHT);\n scoreL.setVerticalAlignment(SwingConstants.CENTER);\n\t\tscoreL.setBorder(scoreTitle);\n\t\tmiddleBottomPanel.add(scoreL);\n\t\t\n\t\t//Student \"New Game\" JButton\n\t\tJButton newGameB = new JButton(\"New Game\");\n\t\tnewGameB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\tsPortalWindow.dispose();\n\t \t\trunGame();\n\t }\n\t \t});\n\t\tmiddleBottomPanel.add(newGameB);\n\t\t\n\t\t//Student \"Store\" JButtom\n\t\tJButton storeB = new JButton(\"Store\");\n\t\tstoreB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\t//store();\n\t }\n\t \t});\n\t\tmiddleBottomPanel.add(storeB);\n\t\t\n\t\t//Student \"Logout\" JButton\n\t\tJButton logoutB = new JButton(\"Logout\");\n\t\tlogoutB.addActionListener(new ActionListener() {\n\t public void actionPerformed(ActionEvent e) {\n\t \t\tsPortalWindow.dispose();\n\t \t\tloginScreen();\n\t }\n\t \t});\n\t\tmiddleBottomPanel.add(logoutB);\n\t\t\n\t\tmiddlePanel.add(middleBottomPanel, BorderLayout.PAGE_END);\n\t\n\t\t//Generate right component \n\t\tTitledBorder topTitle, middleTitle, bottomTitle, title;\n\t\ttopTitle = BorderFactory.createTitledBorder(\"Profile\");\n\t\tmiddleTitle = BorderFactory.createTitledBorder(\"Class\");\n\t\tbottomTitle = BorderFactory.createTitledBorder(\"Study\");\n\t\ttitle = BorderFactory.createTitledBorder(\"Controls\");\n\t\t\t\t\n\t\t//Main rightPanel\n\t\tJPanel rightPanel = new JPanel();\n\t\trightPanel.setLayout(new GridLayout(3,1,1,1));\n\t\t\t\t\n\t\t//TopRightPanel\n\t\tJPanel topRightPanel = new JPanel();\n\t\ttopRightPanel.setLayout(new GridLayout(3,1,1,1));\n\t\ttopRightPanel.setBorder(topTitle);\n\t\t\t\t\n\t\t//Student \"Edit Profile\" JButton\n\t\tJButton editProfileB = new JButton(\"Edit Profile\");\n\t\teditProfileB.addActionListener(new ActionListener() {\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tupdateStudentProfile();\n\t\t\t}\n\t\t});\n\t\ttopRightPanel.add(editProfileB);\n\t\t\n\t\t//Student \"Edit Security\" JButton\n\t\tJButton editSecurityB = new JButton(\"Edit Security\");\n\t\teditSecurityB.addActionListener(new ActionListener() {\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tupdateStudentSecurity();\n\t\t\t}\n\t\t});\n\t\ttopRightPanel.add(editSecurityB);\n\t\t\t\t\n\t\t//MiddleRightPanel\n\t\tJPanel middleRightPanel = new JPanel();\n\t\tmiddleRightPanel.setLayout(new GridLayout(3,1,1,1));\n\t\tmiddleRightPanel.setBorder(middleTitle);\n\t\t\t\t\n\t\t//Student: \"Add Class\" JButton\n\t\tJButton addClassB = new JButton(\"Add Class\");\n\t\taddClassB.addActionListener(new ActionListener() {\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\taddClassStudent();\n\t\t\t}\n\t\t});\n\t\tmiddleRightPanel.add(addClassB);\n\t\t\t\t\n\t\t//Student: \"Edit Class\" JButton\n\t\tJButton editClassB = new JButton(\"Edit Class\");\n\t\teditClassB.addActionListener(new ActionListener() {\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tdeleteClassStudent();\n\t\t\t}\n\t\t});\n\t\tmiddleRightPanel.add(editClassB);\n\t\t\t\t\n\t\t//BottomRightPanel\n\t\tJPanel bottomRightPanel = new JPanel();\n\t\tbottomRightPanel.setLayout(new GridLayout(3,1,1,1));\n\t\tbottomRightPanel.setBorder(bottomTitle);\n\t\t\n\t\t//Student: \"New Study\" JButton\n\t\tJButton newStudyB = new JButton(\"New Study\");\n\t\tnewStudyB.addActionListener(new ActionListener() {\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tcreateStudyName();\n\t\t\t\tnewFlashCard = new FlashCard(subjectNameTF.getText());\n\t\t\t}\n\t\t});\n\t\tbottomRightPanel.add(newStudyB);\n\t\t\t\t\n\t\t//Student: \"Edit Study\" JButton\n\t\tJButton editStudyB = new JButton(\"Edit Study\");\n\t\teditStudyB.addActionListener(new ActionListener() {\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\tdeleteStudentStudy();\n\t\t\t}\n\t\t});\n\t\tbottomRightPanel.add(editStudyB);\n\t\t\t\t\n\t\t//Add JPanel's to main JPanel\n\t\trightPanel.setBorder(title);\n\t\trightPanel.add(topRightPanel);\n\t\trightPanel.add(middleRightPanel);\n\t\trightPanel.add(bottomRightPanel);\n\t\t\t\t\n\t\tprofilePanel.add(leftPanel);\n\t\tprofilePanel.add(middlePanel);\n\t\tprofilePanel.add(rightPanel);\n\t\treturn profilePanel;\n\t}", "public UserProfile() {\n this(DSL.name(\"user_profile\"), null);\n }", "public static void profilePUTWithCustomHeaders(com.azure.resourcemanager.AzureResourceManager azure) {\n azure\n .trafficManagerProfiles()\n .manager()\n .serviceClient()\n .getProfiles()\n .createOrUpdateWithResponse(\n \"azuresdkfornetautoresttrafficmanager2583\",\n \"azuresdkfornetautoresttrafficmanager6192\",\n new ProfileInner()\n .withLocation(\"global\")\n .withProfileStatus(ProfileStatus.ENABLED)\n .withTrafficRoutingMethod(TrafficRoutingMethod.PERFORMANCE)\n .withDnsConfig(\n new DnsConfig().withRelativeName(\"azuresdkfornetautoresttrafficmanager6192\").withTtl(35L))\n .withMonitorConfig(\n new MonitorConfig()\n .withProtocol(MonitorProtocol.HTTP)\n .withPort(80L)\n .withPath(\"/testpath.aspx\")\n .withIntervalInSeconds(10L)\n .withTimeoutInSeconds(5L)\n .withToleratedNumberOfFailures(2L)\n .withCustomHeaders(\n Arrays\n .asList(\n new MonitorConfigCustomHeadersItem().withName(\"header-1\").withValue(\"value-1\"),\n new MonitorConfigCustomHeadersItem().withName(\"header-2\").withValue(\"value-2\")))\n .withExpectedStatusCodeRanges(\n Arrays\n .asList(\n new MonitorConfigExpectedStatusCodeRangesItem().withMin(200).withMax(205),\n new MonitorConfigExpectedStatusCodeRangesItem().withMin(400).withMax(410))))\n .withEndpoints(\n Arrays\n .asList(\n new EndpointInner()\n .withName(\"My external endpoint\")\n .withType(\"Microsoft.network/TrafficManagerProfiles/ExternalEndpoints\")\n .withTarget(\"foobar.contoso.com\")\n .withEndpointStatus(EndpointStatus.ENABLED)\n .withEndpointLocation(\"North Europe\")\n .withCustomHeaders(\n Arrays\n .asList(\n new EndpointPropertiesCustomHeadersItem()\n .withName(\"header-2\")\n .withValue(\"value-2-overridden\")))))\n .withTrafficViewEnrollmentStatus(TrafficViewEnrollmentStatus.DISABLED),\n Context.NONE);\n }", "public abstract String getTemplateName();", "public boolean createUser(UserProfile userProfile) {\n\t\tmongoTemplate.insert(userProfile, \"UserProfile_Details\");\n\t\treturn true;\n\t}", "public void setUserProfile(UserProfile userProfile) {this.userProfile = userProfile;}", "public SignupAccountInfoAvatar() {\n super(\"SignupAvatar.AccountInfo\", BrowserConstants.DIALOGUE_BACKGROUND);\n this.profileConstraints = ProfileConstraints.getInstance();\n this.securityQuestionModel = new DefaultComboBoxModel();\n this.usernameReservations = new HashMap<String, UsernameReservation>();\n this.emailReservations = new HashMap<EMail, EMailReservation>();\n initSecurityQuestionModel();\n initComponents();\n addValidationListeners();\n initFocusListener();\n }", "void setTemplate(ITemplateKey key, Template template);", "public void setTemplateId(int tmp) {\n this.templateId = tmp;\n }", "protected void createContents() {\n\t\tsetText(\"Account Settings\");\n\t\tsetSize(450, 225);\n\n\t}", "public WebElement profileSetUpTab() {\n\t\treturn getElementfluent(By.xpath(\"//menuitem[contains(text(),'Profile')]\"));\n\t}", "private static void populateContestType(ContestType contestType) {\r\n contestType.setDescription(\"description\");\r\n contestType.setRequirePreviewFile(true);\r\n contestType.setRequirePreviewImage(true);\r\n contestType.setContestType(1L);\r\n }", "private Template makeTemplate() {\n return new Template(\"spamHardGenerated\", \"SPAM HARD\\n$$template_EOO\\n\" + sendedWorld.getText() + \"\\n$$template_EOF\\n$$var_name osef\\n$$var_surname osef\");\n }", "protected abstract void generateProfileFiles() throws Exception;", "@objid (\"6680b948-597e-4df9-b9a2-de8dc499acb3\")\n void setOwnerProfile(Profile value);", "@RequestMapping(method= RequestMethod.GET, value=\"/staff/signup\")\n public String getSignupTemplate() {\n return \"signup-staff\";\n }", "private AutoBean<SnipBean> buildUserProfileSearchOptions(String username) {\n\t\tAutoBean<SnipBean> searchOptionsBean = beanery.snipBean();\n\t\tsearchOptionsBean.as().setAuthor(username);\n\t\tsearchOptionsBean.as().setSnipType(SnipType.PROFILE.getSnipType());\n\t\treturn searchOptionsBean;\n\t}", "private static void updateCwpProfile(List<ConfigTemplate> allConfigTemplate,Map<String, Map<String, ConfigTemplateSsidUserProfile>> allTemplateSsidUserProfile){\n\t\tMap <String,Boolean> updateSsidProfileBefore = new HashMap<String,Boolean>();\r\n\t\tMap <Long,String> updateCwpBefore = new HashMap<Long,String>();\r\n\t\tMap <Long,List<Cwp>> createCwpBefore = new HashMap<Long,List<Cwp>>();\r\n\t\tint cwpNameCount = 1;\r\n\t\t/*\r\n\t\t * for re-generating web page\r\n\t\t */\r\n\t\tCwpAction cwpAction = new CwpAction();\r\n\t\tcwpAction.setDomainName(AhRestoreNewMapTools.getonlyDomain().getDomainName());\r\n\r\n\t\tfor(ConfigTemplate configTemplate :allConfigTemplate) {\r\n\t\t\tList<Long> removeKey = new ArrayList<Long>();\r\n\t\t\tList<ConfigTemplateSsid> addConfig = new ArrayList<ConfigTemplateSsid>();\r\n\t\t\tMap<String, ConfigTemplateSsidUserProfile> templateSsidUserProfile = allTemplateSsidUserProfile.get(configTemplate.getId().toString());\r\n\t\t\tfor(ConfigTemplateSsid configTemplateSsid:configTemplate.getSsidInterfaces().values()){\r\n\t\t\t\tif (configTemplateSsid.getSsidProfile()!= null && configTemplateSsid.getSsidProfile().getCwp()!=null) {\r\n\t\t\t\t\tboolean auth = false;\r\n\t\t\t\t\tboolean reg=false;\r\n\t\t\t\t\tboolean needUpdate=false;\r\n\t\t\t\t\tfor(ConfigTemplateSsidUserProfile ssidUser : templateSsidUserProfile.values()){\r\n\t\t\t\t\t\tif (configTemplateSsid.getSsidProfile().getId().equals(ssidUser.getSsidProfile().getId())){\r\n\t\t\t\t\t\t\tif(ssidUser.getUpType()==ConfigTemplateSsidUserProfile.USERPORFILE_TYPE_AUTHENTICATED){\r\n//\t\t\t\t\t\t\t\tcwpAuth.put(configTemplateSsid.getSsidProfile().getCwp().getId(), true);\r\n\t\t\t\t\t\t\t\tauth=true;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tif(ssidUser.getUpType()==ConfigTemplateSsidUserProfile.USERPORFILE_TYPE_REGISTERED){\r\n//\t\t\t\t\t\t\t\tcwpReg.put(configTemplateSsid.getSsidProfile().getCwp().getId(), true);\r\n\t\t\t\t\t\t\t\treg=true;\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\tCwp tmpCwp = QueryUtil.findBoById(Cwp.class, configTemplateSsid.getSsidProfile().getCwp().getId(), new ImplQueryCwp());\r\n\t\t\t\t\tif(reg && auth) {\r\n\t\t\t\t\t\tif (tmpCwp.getRegistrationType()!=Cwp.REGISTRATION_TYPE_BOTH){\r\n\t\t\t\t\t\t\ttmpCwp.setRegistrationType(Cwp.REGISTRATION_TYPE_BOTH);\r\n\t\t\t\t\t\t\tneedUpdate=true;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t} else if(reg) {\r\n\t\t\t\t\t\tif (tmpCwp.getRegistrationType()!=Cwp.REGISTRATION_TYPE_REGISTERED){\r\n\t\t\t\t\t\t\ttmpCwp.setRegistrationType(Cwp.REGISTRATION_TYPE_REGISTERED);\r\n\t\t\t\t\t\t\tneedUpdate=true;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t} else if (auth) {\r\n\t\t\t\t\t\tif (tmpCwp.getRegistrationType()!=Cwp.REGISTRATION_TYPE_AUTHENTICATED){\r\n\t\t\t\t\t\t\ttmpCwp.setRegistrationType(Cwp.REGISTRATION_TYPE_AUTHENTICATED);\r\n\t\t\t\t\t\t\tneedUpdate=true;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n//\t\t\t\t\tif(reg && auth) {\r\n//\t\t\t\t\t\tif (tmpCwp.getRegistrationType()!=Cwp.REGISTRATION_TYPE_BOTH){\r\n//\t\t\t\t\t\t\ttmpCwp.setRegistrationType(Cwp.REGISTRATION_TYPE_BOTH);\r\n//\t\t\t\t\t\t\tneedUpdate=true;\r\n//\t\t\t\t\t\t}\r\n//\t\t\t\t\t} else if(reg) {\r\n//\t\t\t\t\t\tif (cwpAuth.get(tmpCwp.getId())!=null) {\r\n//\t\t\t\t\t\t\tif (tmpCwp.getRegistrationType()!=Cwp.REGISTRATION_TYPE_BOTH){\r\n//\t\t\t\t\t\t\t\ttmpCwp.setRegistrationType(Cwp.REGISTRATION_TYPE_BOTH);\r\n//\t\t\t\t\t\t\t\tneedUpdate=true;\r\n//\t\t\t\t\t\t\t}\r\n//\t\t\t\t\t\t} else {\r\n//\t\t\t\t\t\t\tif (tmpCwp.getRegistrationType()!=Cwp.REGISTRATION_TYPE_REGISTERED){\r\n//\t\t\t\t\t\t\t\ttmpCwp.setRegistrationType(Cwp.REGISTRATION_TYPE_REGISTERED);\r\n//\t\t\t\t\t\t\t\tneedUpdate=true;\r\n//\t\t\t\t\t\t\t}\r\n//\t\t\t\t\t\t}\r\n//\t\t\t\t\t} else if (auth) {\r\n//\t\t\t\t\t\tif (cwpReg.get(tmpCwp.getId())!=null) {\r\n//\t\t\t\t\t\t\tif (tmpCwp.getRegistrationType()!=Cwp.REGISTRATION_TYPE_BOTH){\r\n//\t\t\t\t\t\t\t\ttmpCwp.setRegistrationType(Cwp.REGISTRATION_TYPE_BOTH);\r\n//\t\t\t\t\t\t\t\tneedUpdate=true;\r\n//\t\t\t\t\t\t\t}\r\n//\t\t\t\t\t\t} else {\r\n//\t\t\t\t\t\t\tif (tmpCwp.getRegistrationType()!=Cwp.REGISTRATION_TYPE_AUTHENTICATED){\r\n//\t\t\t\t\t\t\t\ttmpCwp.setRegistrationType(Cwp.REGISTRATION_TYPE_AUTHENTICATED);\r\n//\t\t\t\t\t\t\t\tneedUpdate=true;\r\n//\t\t\t\t\t\t\t}\r\n//\t\t\t\t\t\t}\r\n//\t\t\t\t\t}\r\n\t\t\t\t\tif (needUpdate) {\r\n\t\t\t\t\t\tif (updateCwpBefore.get(tmpCwp.getId()) == null) {\r\n\t\t\t\t\t\t\ttry {\r\n\t\t\t\t\t\t\t\tcwpAction.updatePageFields(tmpCwp);\r\n\t\t\t\t\t\t\t\tcwpAction.setCwpDataSource(tmpCwp);\r\n\t\t\t\t\t\t\t\tcwpAction.createCwpPage(tmpCwp, false);\r\n\t\t\t\t\t\t\t\tQueryUtil.updateBo(tmpCwp);\r\n\t\t\t\t\t\t\t\tupdateCwpBefore.put(tmpCwp.getId(), configTemplate.getId().toString());\r\n\t\t\t\t\t\t\t} catch (Exception e) {\r\n\t\t\t\t\t\t\t\tAhRestoreDBTools.logRestoreMsg(\"restore ConfigTemplate update cwp profile error! cwpname: \" + tmpCwp.getCwpName() );\r\n\t\t\t\t\t\t\t\te.printStackTrace();\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\tboolean needcreate = true;\r\n\t\t\t\t\t\t\tif (createCwpBefore.get(tmpCwp.getId())!=null && createCwpBefore.get(tmpCwp.getId()).size()>0) {\r\n\t\t\t\t\t\t\t\tfor(Cwp newCwp :createCwpBefore.get(tmpCwp.getId())){\r\n\t\t\t\t\t\t\t\t\tif (newCwp.getRegistrationType() == tmpCwp.getRegistrationType()){\r\n\t\t\t\t\t\t\t\t\t\tneedcreate = false;\r\n\t\t\t\t\t\t\t\t\t\tSsidProfile tmpSsidProfile = QueryUtil.findBoById(SsidProfile.class, configTemplateSsid.getSsidProfile().getId());\r\n\t\t\t\t\t\t\t\t\t\ttry {\r\n\t\t\t\t\t\t\t\t\t\t\ttmpSsidProfile.setCwp(newCwp);\r\n\t\t\t\t\t\t\t\t\t\t\tif (updateSsidProfileBefore.get(tmpSsidProfile.getSsidName())==null) {\r\n\t\t\t\t\t\t\t\t\t\t\t\tQueryUtil.updateBo(tmpSsidProfile);\r\n\t\t\t\t\t\t\t\t\t\t\t\tupdateSsidProfileBefore.put(tmpSsidProfile.getSsidName(), true);\r\n\t\t\t\t\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\t\t\t\t\tString oldWlanPolicyId = updateCwpBefore.get(tmpCwp.getId());\r\n\t\t\t\t\t\t\t\t\t\t\t\tMap<String,String> issueMap = new HashMap<String,String>();\r\n\t\t\t\t\t\t\t\t\t\t\t\tissueMap.put(\"ISSUEID\", \"16\");\r\n\t\t\t\t\t\t\t\t\t\t\t\tissueMap.put(\"NEWCWPNAME\",newCwp.getCwpName());\r\n\t\t\t\t\t\t\t\t\t\t\t\tissueMap.put(\"WLANPOLICYID\",oldWlanPolicyId);\r\n\t\t\t\t\t\t\t\t\t\t\t\tissueMap.put(\"WLANPOLICYID2\",configTemplate.getId().toString());\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\tSsidProfile newSsidProfile = updateSsidProfileAndWlanPolicy(newCwp, configTemplateSsid,templateSsidUserProfile);\r\n\t\t\t\t\t\t\t\t\t\t\t\tupdateSsidProfileBefore.put(newSsidProfile.getSsidName(), true);\r\n\t\t\t\t\t\t\t\t\t\t\t\tissueMap.put(\"SAMESSIDNAME\", newSsidProfile.getSsid());\r\n\t\t\t\t\t\t\t\t\t\t\t\tissueMap.put(\"NEWSSIDNAME\", newSsidProfile.getSsidName());\r\n\t\t\t\t\t\t\t\t\t\t\t\tissueMapList.add(issueMap);\r\n\t\t\t\t\t\t\t\t\t\t\t\tremoveKey.add(configTemplateSsid.getSsidProfile().getId());\r\n\t\t\t\t\t\t\t\t\t\t\t\tConfigTemplateSsid tmpconfig = new ConfigTemplateSsid();\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setSsidProfile(newSsidProfile);\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setInterfaceName(newSsidProfile.getSsidName());\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setNetworkServicesEnabled(configTemplateSsid.getNetworkServicesEnabled());\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setMacOuisEnabled(configTemplateSsid.getMacOuisEnabled());\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setSsidEnabled(configTemplateSsid.getSsidEnabled());\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckE(configTemplateSsid.getCheckE());\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckP(configTemplateSsid.getCheckP());\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckD(configTemplateSsid.getCheckD());\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckET(configTemplateSsid.getCheckET());\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckPT(configTemplateSsid.getCheckPT());\r\n\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckDT(configTemplateSsid.getCheckDT());\r\n\r\n//\t\t\t\t\t\t\t\t\t\t\t\ttmpconfig.setClassfierAndMarker(configTemplateSsid.getClassfierAndMarker());\r\n\t\t\t\t\t\t\t\t\t\t\t\taddConfig.add(tmpconfig);\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t} catch (Exception e) {\r\n\t\t\t\t\t\t\t\t\t\t\tAhRestoreDBTools.logRestoreMsg(\"restore ConfigTemplate update Ssid profile error! ssidname: \" + tmpSsidProfile.getSsidName() );\r\n\t\t\t\t\t\t\t\t\t\t\te.printStackTrace();\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\tif (needcreate){\r\n\t\t\t\t\t\t\t\tboolean nameExist = true;\r\n\t\t\t\t\t\t\t\tString oldWlanPolicyId = updateCwpBefore.get(tmpCwp.getId());\r\n\t\t\t\t\t\t\t\tdo {\r\n\t\t\t\t\t\t\t\t\tif (tmpCwp.getCwpName().length()>29) {\r\n\t\t\t\t\t\t\t\t\t\ttmpCwp.setCwpName(tmpCwp.getCwpName().substring(0, 29)+ \"_\" + cwpNameCount);\r\n\t\t\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\t\t\ttmpCwp.setCwpName(tmpCwp.getCwpName()+ \"_\" + cwpNameCount);\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\tcwpNameCount++;\r\n\t\t\t\t\t\t\t\t\tif(!checkCwpNameExists(\"cwpName\",tmpCwp.getCwpName())){\r\n\t\t\t\t\t\t\t\t\t\tnameExist = false;\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t} while(nameExist);\r\n\t\t\t\t\t\t\t\tLong oldCwpId = tmpCwp.getId();\r\n\t\t\t\t\t\t\t\ttmpCwp.setId(null);\r\n\t\t\t\t\t\t\t\ttmpCwp.setOwner(AhRestoreNewMapTools.getonlyDomain());\r\n\t\t\t\t\t\t\t\ttmpCwp.setVersion(null);\r\n\r\n\t\t\t\t\t\t\t\tCwpPageCustomization pageCustomization = tmpCwp.getPageCustomization();\r\n\t\t\t\t\t\t\t\tMap<String, CwpPageField> fields = new LinkedHashMap<String, CwpPageField>();\r\n\t\t\t\t\t\t\t\tbyte order = 1;\r\n\r\n\t\t\t\t\t\t\t\tfor(String field : CwpPageField.FIELDS) {\r\n\t\t\t\t\t\t\t\t\tCwpPageField newField = pageCustomization.getPageField(field);\r\n\t\t\t\t\t\t\t\t\tif(newField == null) {\r\n\t\t\t\t\t\t\t\t\t\tnewField = new CwpPageField();\r\n\t\t\t\t\t\t\t\t\t\tnewField.setEnabled(true);\r\n\r\n\t\t\t\t\t\t\t\t\t\tif(field.equals(\"Phone\") || field.equals(\"Comment\") || field.equals(CwpPageField.REPRESENTING)) {\r\n\t\t\t\t\t\t\t\t\t\t\tnewField.setRequired(false);\r\n\t\t\t\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\t\t\t\tif(tmpCwp.isIdmSelfReg() && (field.equals(CwpPageField.VISITING))){\r\n\t\t\t\t\t\t\t\t\t\t\t\tnewField.setRequired(false);\r\n\t\t\t\t\t\t\t\t\t\t\t}else{\r\n\t\t\t\t\t\t\t\t\t\t\t\tnewField.setRequired(true);\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\tnewField.setLabel(field);\r\n\t\t\t\t\t\t\t\t\t\tnewField.setPlace(order++);\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\tnewField.setField(field);\r\n\t\t\t\t\t\t\t\t\tfields.put(field, newField);\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tpageCustomization.setFields(fields);\r\n\r\n\t\t\t\t\t\t\t\ttry {\r\n\t\t\t\t\t\t\t\t\tcwpAction.updatePageFields(tmpCwp);\r\n\t\t\t\t\t\t\t\t\tcwpAction.setCwpDataSource(tmpCwp);\r\n\t\t\t\t\t\t\t\t\tcwpAction.createCwpPage(tmpCwp, false);\r\n\t\t\t\t\t\t\t\t\tQueryUtil.createBo(tmpCwp);\r\n\r\n\t\t\t\t\t\t\t\t\tif (createCwpBefore.get(oldCwpId) == null) {\r\n\t\t\t\t\t\t\t\t\t\tList<Cwp> lstCwp= new ArrayList<Cwp>();\r\n\t\t\t\t\t\t\t\t\t\tlstCwp.add(tmpCwp);\r\n\t\t\t\t\t\t\t\t\t\tcreateCwpBefore.put(oldCwpId, lstCwp);\r\n\t\t\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\t\t\tcreateCwpBefore.get(oldCwpId).add(tmpCwp);\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\tSsidProfile tmpSsidProfile = QueryUtil.findBoById(SsidProfile.class, configTemplateSsid.getSsidProfile().getId());\r\n\t\t\t\t\t\t\t\t\tif (updateSsidProfileBefore.get(tmpSsidProfile.getSsidName())==null) {\r\n\t\t\t\t\t\t\t\t\t\ttmpSsidProfile.setCwp(tmpCwp);\r\n\t\t\t\t\t\t\t\t\t\tQueryUtil.updateBo(tmpSsidProfile);\r\n\t\t\t\t\t\t\t\t\t\tupdateSsidProfileBefore.put(tmpSsidProfile.getSsidName(), true);\r\n\t\t\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\t\t\tMap<String,String> issueMap = new HashMap<String,String>();\r\n\t\t\t\t\t\t\t\t\t\tissueMap.put(\"ISSUEID\", \"16\");\r\n\t\t\t\t\t\t\t\t\t\tissueMap.put(\"NEWCWPNAME\",tmpCwp.getCwpName());\r\n\t\t\t\t\t\t\t\t\t\tissueMap.put(\"WLANPOLICYID\",oldWlanPolicyId);\r\n\t\t\t\t\t\t\t\t\t\tissueMap.put(\"WLANPOLICYID2\",configTemplate.getId().toString());\r\n\r\n\t\t\t\t\t\t\t\t\t\tSsidProfile newSsidProfile = updateSsidProfileAndWlanPolicy(tmpCwp, configTemplateSsid,templateSsidUserProfile);\r\n\t\t\t\t\t\t\t\t\t\tupdateSsidProfileBefore.put(newSsidProfile.getSsidName(), true);\r\n\t\t\t\t\t\t\t\t\t\tissueMap.put(\"SAMESSIDNAME\", newSsidProfile.getSsid());\r\n\t\t\t\t\t\t\t\t\t\tissueMap.put(\"NEWSSIDNAME\", newSsidProfile.getSsidName());\r\n\t\t\t\t\t\t\t\t\t\tissueMapList.add(issueMap);\r\n\t\t\t\t\t\t\t\t\t\tremoveKey.add(configTemplateSsid.getSsidProfile().getId());\r\n\t\t\t\t\t\t\t\t\t\tConfigTemplateSsid tmpconfig = new ConfigTemplateSsid();\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setSsidProfile(newSsidProfile);\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setInterfaceName(newSsidProfile.getSsidName());\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setNetworkServicesEnabled(configTemplateSsid.getNetworkServicesEnabled());\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setMacOuisEnabled(configTemplateSsid.getMacOuisEnabled());\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setSsidEnabled(configTemplateSsid.getSsidEnabled());\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckE(configTemplateSsid.getCheckE());\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckP(configTemplateSsid.getCheckP());\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckD(configTemplateSsid.getCheckD());\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckET(configTemplateSsid.getCheckET());\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckPT(configTemplateSsid.getCheckPT());\r\n\t\t\t\t\t\t\t\t\t\ttmpconfig.setCheckDT(configTemplateSsid.getCheckDT());\r\n//\t\t\t\t\t\t\t\t\t\ttmpconfig.setClassfierAndMarker(configTemplateSsid.getClassfierAndMarker());\r\n\t\t\t\t\t\t\t\t\t\taddConfig.add(tmpconfig);\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t} catch (Exception e) {\r\n\t\t\t\t\t\t\t\t\tAhRestoreDBTools.logRestoreMsg(\"restore ConfigTemplate create cwp profile error! cwpname: \" + tmpCwp.getCwpName() );\r\n\t\t\t\t\t\t\t\t\te.printStackTrace();\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tif (removeKey.size()>0){\r\n\t\t\t\tfor (Long key : removeKey) {\r\n\t\t\t\t\tconfigTemplate.getSsidInterfaces().remove(key);\r\n\t\t\t\t}\r\n\t\t\t\tfor (ConfigTemplateSsid config : addConfig) {\r\n\t\t\t\t\tconfigTemplate.getSsidInterfaces().put(config.getSsidProfile().getId(), config);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public void setProfileImg() {\n }", "public ProfileFragment(){}", "public JComponent createFieldsPlayer() {\n \tJPanel namePanel = new JPanel(new SpringLayout());\n \t\n \tString[] labelStrings = {\n// \t\t\t\"User ID: \",\n \t\t\t\"First Name: \",\n \t\t\t\"Last Name: \" \t\t\t\n \t};\n \t\n \tpLabels = new JLabel[labelStrings.length];\n \tJComponent[] fields = new JComponent[labelStrings.length];\n \tint fieldNum = 0;\n \t\n \tfirstFieldP = new JTextField();\n \tfirstFieldP.setColumns(20);\n \tfields[fieldNum++] = firstFieldP;\n \t\n \tlastFieldP = new JTextField();\n \tlastFieldP.setColumns(20);\n \tfields[fieldNum++] = lastFieldP;\n \t\n \tnamePanel.setOpaque(false);\n \t\n \t//Associate label/field pairs, add everything and lay it out\n \tfor(int i=0; i<labelStrings.length;i++) {\n \t\tpLabels[i] = new JLabel(labelStrings[i], JLabel.TRAILING);\n \t\tpLabels[i].setLabelFor(fields[i]);\n \t\tnamePanel.add(pLabels[i]);\n \t\tnamePanel.add(fields[i]);\n \t\t\n \t\t// for each field, create a spinner for every entry added\n \t\t/****** To Do ********/\n \t}\n \tSpringUtilities.makeCompactGrid(namePanel, labelStrings.length, 2, \n \t\t\t\t\t\t\t\t\tGAP, GAP, //init x,y\n \t\t\t\t\t\t\t\t\tGAP, GAP/2); //xpad, ypad\n \treturn namePanel; \t \t\n }" ]
[ "0.59968615", "0.5495295", "0.5416713", "0.5406024", "0.5394568", "0.5326677", "0.5325823", "0.5321942", "0.530823", "0.52176666", "0.52002347", "0.51725286", "0.51406664", "0.5108582", "0.5106603", "0.5097039", "0.5088452", "0.50745326", "0.5071544", "0.50668406", "0.50602466", "0.5053779", "0.50502324", "0.5006954", "0.49610704", "0.4901388", "0.4897561", "0.48840386", "0.48765346", "0.4876529", "0.48714605", "0.48513433", "0.4830557", "0.48283428", "0.48221436", "0.48186013", "0.48157874", "0.47954118", "0.47917476", "0.47675326", "0.47630298", "0.47590467", "0.47548223", "0.47544795", "0.47454327", "0.474139", "0.47375935", "0.47362372", "0.47298467", "0.47272536", "0.47244495", "0.47222504", "0.47129002", "0.4708711", "0.46955746", "0.4682139", "0.46591267", "0.4656107", "0.46497256", "0.46485224", "0.46417245", "0.46395776", "0.46387595", "0.4637424", "0.4636398", "0.46319598", "0.4630348", "0.46270624", "0.46251813", "0.46176055", "0.46167308", "0.46030277", "0.46015137", "0.45988184", "0.45970586", "0.4593086", "0.45907927", "0.45880115", "0.4583336", "0.45819962", "0.45787323", "0.45771718", "0.45644972", "0.4558663", "0.45517123", "0.4530198", "0.4528088", "0.45218545", "0.45171696", "0.45061103", "0.45040536", "0.44972637", "0.44960567", "0.44921696", "0.4488024", "0.44861445", "0.44849345", "0.4475681", "0.44747293", "0.4471009" ]
0.6757995
0
List profileTemplate of org
@ThriftMethod ProfileTemplateListDTO listProfileTemplate(long orgId, long actorUserId, long adminUserId);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public List<T> getProfiles();", "java.util.List<org.beangle.security.session.protobuf.Model.Profile>\n getProfilesList();", "public String[] getProfiles();", "@RequestMapping(value = { \"/profiles/\" }, method = RequestMethod.GET)\n public ResponseEntity<List<ProfileVO>> listProfiles() {\n\n List<Profile> profileList = service.findAllProfiles();\n List<ProfileVO> profileVOList = new ArrayList<>();\n profileList.forEach( profile -> {\n ProfileVO profileVO = new ProfileVO();\n profileVO.setId(profile.getId());\n profileVO.setFirstName(profile.getFirstName());\n profileVO.setLastName(profile.getLastName());\n profileVO.setBirthDate(profile.getBirthDate());\n profileVO.setSex(profile.getSex());\n profileVO.setEmailAddress(profile.getEmailAddress());\n if(profile.getProfilePhoto()!=null) {\n FileBucket fileBucket = new FileBucket();\n profileVO.setPhoto(fileBucket);\n try {\n byte[] encodeBase64ForProfilePhoto = Base64.encodeBase64(profile.getProfilePhoto());\n String base64EncodedForProfile = new String(encodeBase64ForProfilePhoto, \"UTF-8\");\n profileVO.setBase64Encoded(base64EncodedForProfile);\n } catch (Exception e) {\n e.printStackTrace();\n }\n }\n profileVOList.add(profileVO);\n });\n\n return new ResponseEntity<List<ProfileVO>>(profileVOList, HttpStatus.OK);\n }", "public List<SmmProfile> getProfiles();", "public abstract List<String> getRequiredProfiles();", "org.beangle.security.session.protobuf.Model.Profile getProfiles(int index);", "List<Accessprofile> listAll();", "public List<PSTemplateSummary> findAllUserTemplates() throws PSTemplateException;", "List<Template> getTemplates() throws AccessDeniedException;", "List<PSTemplateSummary> findBaseTemplates(String type);", "List<ProfileStatusReader> getActiveProfiles();", "protected List<Profile> createProfiles(String namespace, JsonNode node) {\n List<Profile> profiles = new LinkedList();\n if (Namespace.isNamespaceValid(namespace)) {\n for (Iterator<Map.Entry<String, JsonNode>> it = node.fields(); it.hasNext(); ) {\n Map.Entry<String, JsonNode> entry = it.next();\n profiles.add(new Profile(namespace, entry.getKey(), entry.getValue().asText()));\n }\n } else {\n throw new CatalogException(\n \"Invalid namespace specified \" + namespace + \" for profiles \" + node);\n }\n return profiles;\n }", "public java.util.List<com.eviware.soapui.config.OAuth1ProfileConfig> getOAuth1ProfileList()\n {\n final class OAuth1ProfileList extends java.util.AbstractList<com.eviware.soapui.config.OAuth1ProfileConfig>\n {\n public com.eviware.soapui.config.OAuth1ProfileConfig get(int i)\n { return OAuth1ProfileContainerConfigImpl.this.getOAuth1ProfileArray(i); }\n \n public com.eviware.soapui.config.OAuth1ProfileConfig set(int i, com.eviware.soapui.config.OAuth1ProfileConfig o)\n {\n com.eviware.soapui.config.OAuth1ProfileConfig old = OAuth1ProfileContainerConfigImpl.this.getOAuth1ProfileArray(i);\n OAuth1ProfileContainerConfigImpl.this.setOAuth1ProfileArray(i, o);\n return old;\n }\n \n public void add(int i, com.eviware.soapui.config.OAuth1ProfileConfig o)\n { OAuth1ProfileContainerConfigImpl.this.insertNewOAuth1Profile(i).set(o); }\n \n public com.eviware.soapui.config.OAuth1ProfileConfig remove(int i)\n {\n com.eviware.soapui.config.OAuth1ProfileConfig old = OAuth1ProfileContainerConfigImpl.this.getOAuth1ProfileArray(i);\n OAuth1ProfileContainerConfigImpl.this.removeOAuth1Profile(i);\n return old;\n }\n \n public int size()\n { return OAuth1ProfileContainerConfigImpl.this.sizeOfOAuth1ProfileArray(); }\n \n }\n \n synchronized (monitor())\n {\n check_orphaned();\n return new OAuth1ProfileList();\n }\n }", "String getProfile();", "List<TemplateDTO> getAllTemplates() throws GAException;", "public List<ProfileDefinitionModel> profiles() {\n return this.profiles;\n }", "List<Map<String, Object>> listAccessprofileForSelect();", "@Override\r\n public List<Profile> getAllProfiles() {\r\n\r\n return profileDAO.getAllProfiles();\r\n }", "public List<String> getListOfTemplatesInGadget(){\r\n\t\tList<String> templates = new ArrayList<String>();\r\n\t\tList<WebElement> ele = driver.findElements(By.xpath(\"//div[contains(@class,'x-gadget')]//div[contains(@class,'helpdesk-newcall')]//div[@class='tplLabel']\"));\r\n\t\tfor(WebElement template : ele)\r\n\t\t\ttemplates.add(template.getText());\r\n\t\treturn templates;\r\n\t}", "@JsonIgnore\r\n\tpublic ArrayList<ShippingTemplate> getAllUserShippingProfiles() {\r\n\t\tString results = EtsyService.getService(\"/users/__SELF__/shipping/templates\");\r\n\t\treturn readResults(results);\r\n\t\t\r\n\t}", "public Collection findTemplatesByOwner(Agent owner);", "@RequestMapping(value = \"/coupon-template/template/sdk/all\",\n method = RequestMethod.GET)\n CommonResponse<List<CouponTemplateSDK>> findAllUsableTemplate();", "@java.lang.Override\n public org.beangle.security.session.protobuf.Model.Profile getProfiles(int index) {\n return profiles_.get(index);\n }", "@Test\n public void listTemplatesForAccountTest() throws IdfyException, Exception {\n PdfTemplateListItem[] response = api.listTemplatesForAccount();\n assertNotNull(response);\n }", "H getProfile();", "private ArrayList<String> gettemplates(){\n\t\tArrayList<String> result = new ArrayList<String>();\n\t\ttry {\n\t\t String[] cmd = {\n\t\t \t\t\"/bin/sh\",\n\t\t \t\t\"-c\",\n\t\t \t\t\"ls -p | grep -v / | grep -v 'pom.xml' \"\n\t\t \t\t};\n\n\t\t Process p = Runtime.getRuntime().exec(cmd); //Runtime r = Runtime.getRuntime(); Process p = r.exec(cmd);\n\t\t BufferedReader in =\n\t\t new BufferedReader(new InputStreamReader(p.getInputStream()));\n\t\t String inputLine;\n\t\t while ((inputLine = in.readLine()) != null) {\n\t\t result.add(inputLine);\n\t\t }\n\t\t in.close();\n\n\t\t} catch (IOException e) {\n\t\t System.out.println(e);\n\t\t}\n\t\t\n\t\treturn result;\n\t\t}", "public void getProfileList() {\n\t\t\n\t\tdbo = new DBObject(this);\n\t\t\n\t\tcursor_profile = dbo.getPhoneProfileList();\n\t\t\n\t\tif( cursor_profile.getCount() >0 ) // more than one profile in cursor\n\t\t{\n\t\t\tprofile_id = new int[cursor_profile.getCount()];\n\t\t\tprofile_name = new String[cursor_profile.getCount()];\n\t\t\t\n\t\t\tint idx_id = cursor_profile.getColumnIndexOrThrow(\"_id\");\n\t\t\tint idx_name = cursor_profile.getColumnIndexOrThrow(\"name\");\n\t\t\t\n\t\t\tint counter = 0;\n\t\t\t\n\t\t\tcursor_profile.moveToFirst();\n\t\t\t\n\t\t\tdo {\n\t\t\t\tprofile_id[counter] = cursor_profile.getInt(idx_id);\n\t\t\t\tprofile_name[counter] = cursor_profile.getString(idx_name);\n\t\t\t\tLog.d(TAG, \"retrieved: \" + profile_id[counter] + \"(\" + profile_name[counter] + \")\");\n\t\t\t\tcounter++;\n\t\t\t}while(cursor_profile.moveToNext());\n\t\t}\n\t\t\n\t\tdbo.close();\n\t}", "@ModelAttribute(\"roles\")\n public List<UserProfile> initializeProfiles() {\n return userProfileService.findAll();\n }", "@Override\n\tpublic List<Profile> getAllProfiles() {\n\t\treturn null;\n\t}", "@java.lang.Override\n public java.util.List<org.beangle.security.session.protobuf.Model.Profile> getProfilesList() {\n return profiles_;\n }", "public Collection findTemplatesByOwner(Agent owner, String siteId);", "public List<ProfilePicture> getProfile() {\r\n\t\t\t\r\n\t\t\treturn (List<ProfilePicture>) userRepo.findAll();\r\n\t\t}", "java.util.List<? extends org.beangle.security.session.protobuf.Model.ProfileOrBuilder>\n getProfilesOrBuilderList();", "public List<UserProfile> getProfili() {\r\n\t\t// return upDao.findAll();\r\n\t\treturn upDao.getAllUserProfile();\r\n\t}", "public Collection<CredentialProfileId> list(StructuredTableContext context, String namespace)\n throws IOException {\n StructuredTable table = context.getTable(CredentialProviderStore.CREDENTIAL_PROFILES);\n Field<?> namespaceIndex = Fields.stringField(CredentialProviderStore.NAMESPACE_FIELD,\n namespace);\n try (CloseableIterator<StructuredRow> iterator = table.scan(Range.singleton(\n Collections.singleton(namespaceIndex)), Integer.MAX_VALUE)) {\n return profilesFromRowIterator(iterator);\n }\n }", "@ModelAttribute(\"roles\")\r\n\tpublic List<UserProfile> initializeProfiles() {\r\n\t\treturn userProfileService.findAll();\r\n\t}", "public List<IJobTemplate> getJobTemplates();", "void getProfilesInTimeWindow(Future<List<AggregatedProfileNamingStrategy>> profiles, String baseDir, String appId, String clusterId, String proc, ZonedDateTime startTime, int durationInSeconds);", "private Response findTemplates(Request request) throws IOException {\n String query = \"select * from per:Page where jcr:path like '/content/%/templates%'\";\n return findAndOutputToWriterAsJSON(request, query);\n }", "public ArrayList<ProfileInfo> getProfileList()\r\n\t{\r\n\t\tArrayList<ProfileInfo> list = new ArrayList<ProfileInfo>();\r\n\t\tfor (int i = 0; i < count; i++)\r\n\t\t{\r\n\t\t\t// grab each set of values and add as a ProfileInfo object to list\r\n\t\t\tString str = ps.getString(i + PROFILE);\r\n\t\t\t\r\n\t\t\tString[] values = str.split(\",\");\r\n\t\t\t\r\n\t\t\tif (values.length == 4)\t// Should be 4 strings representing values\r\n\t\t\t{\r\n\t\t\t\tProfileInfo info = new ProfileInfo(values[0],\r\n\t\t\t\t\tvalues[1],\r\n\t\t\t\t\tvalues[2],\r\n\t\t\t\t\tInteger.parseInt(values[3]));\r\n\t\t\t\r\n\t\t\t\tlist.add(info);\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\treturn list;\r\n\t}", "List<TemplateRelation> getTemplateRelations() throws AccessDeniedException;", "@ModelAttribute(\"roles\")\n\tpublic List<UserProfile> initializeProfiles() {\n\t\treturn userProfileService.findAll();\n\t}", "@GetMapping(\"/profile\")\n public ModelAndView profile(Principal p){\n\n LdapQuery query = query()\n .attributes(\"cn\",\"sn\",\"mail\") // Attributes you want to get\n .base(LdapUtils.emptyLdapName())\n .where(\"uid\") // Query field name\n .is(p.getName()); // Query value\n List<Person> result = ldapTemplate.search( query, new PersonAttributesMapper() );\n Person person = result.get(0);\n\n ModelAndView mav = new ModelAndView();\n mav.setViewName(\"profile\");\n mav.addObject(\"person\", person);\n\n // For testing purpose\n // Next call will create individual LdapTemplate for calls\n Person tom = ldapClient.getPersonByUidFromDocker(\"tom\");\n List<Person> people = ldapClient.getPeopleFromFreeLdap();\n\n mav.addObject(\"tom\", tom);\n mav.addObject(\"people\", people);\n mav.addObject(\"peopleSearch\", ldapClient.getPeopleFromFreeLdapWithSearch());\n\n return mav;\n }", "public String getProfile();", "@GetMapping(value = \"/\")\n\tpublic String getMyProfile(Model model) {\t\t\n\t\tlong profileId =3; \n\t\tSystem.out.println(\"Mapping done for profile id\"+profileId);\n\t\tProfile profile = profileService.getProfile(profileId);\n\t\tList<Education> edu = educationService.getEducationList();\n Address address = addressService.getAddress(profileId);\n List<WorkExp> workExpList = workExpService.getWorkExpList();\n List<AreaOfExpertise> areaOfExpertiseList = areaOfExpertiseService.getAreaOfExpertiseList();\n List<Project> projectList = projectService.getProjectsList();\n List<Skill> skillsList =skillService.getSkill();\n\t\tmodel.addAttribute(\"Profile\",profile);\n\t\tmodel.addAttribute(\"Address\",address);\n\t\tmodel.addAttribute(\"EducationList\",edu);\n\t\tmodel.addAttribute(\"WorkExpList\",workExpList);\n\t\tmodel.addAttribute(\"AreaOfExpertiseList\",areaOfExpertiseList);\n\t\tmodel.addAttribute(\"ProjectList\",projectList);\n\t\tmodel.addAttribute(\"SkillsList\",skillsList);\n\t\treturn \"home\";\n\t\t}", "private String profileTest() {\n BufferedReader br = null;\n try {\n br = new BufferedReader(new FileReader(\n \"/home/pascal/bin/workspace_juno/pgu-geo/war/WEB-INF/pgu/profile.json\"));\n } catch (final FileNotFoundException e) {\n throw new RuntimeException(e);\n }\n\n final StringBuilder sb = new StringBuilder();\n String line = null;\n\n try {\n while ((line = br.readLine()) != null) {\n sb.append(line);\n }\n } catch (final IOException e) {\n throw new RuntimeException(e);\n }\n return sb.toString();\n }", "org.beangle.security.session.protobuf.Model.ProfileOrBuilder getProfilesOrBuilder(\n int index);", "public java.util.List<org.beangle.security.session.protobuf.Model.Profile> getProfilesList() {\n if (profilesBuilder_ == null) {\n return java.util.Collections.unmodifiableList(profiles_);\n } else {\n return profilesBuilder_.getMessageList();\n }\n }", "public List<Profile> getAllProfiles() {\n String[] columns = {\n COLUMN_EMAIL,\n COLUMN_USERNAME,\n COLUMN_PASSWORD,\n COLUMN_FIRST_NAME,\n COLUMN_SUR_NAME,\n COLUMN_BIRTHDAY,\n COLUMN_COUNTRY_USER,\n COLUMN_DESCRIPTION_USER,\n COLUMN_IS_LOGGED_IN\n };\n // sorting orders\n String sortOrder =\n COLUMN_USERNAME + \" ASC\";\n List<Profile> profileList = new ArrayList<Profile>();\n\n SQLiteDatabase db = this.getReadableDatabase();\n\n Cursor cursor = db.query(TABLE_PROFILE, //Table to query\n columns, //columns to return\n null, //columns for the WHERE clause\n null, //The values for the WHERE clause\n null, //group the rows\n null, //filter by row groups\n sortOrder); //The sort order\n\n if (cursor.moveToFirst()) {\n do {\n Profile profile = new Profile();\n profile.setEmail(cursor.getString(cursor.getColumnIndex(COLUMN_EMAIL)));\n profile.setUsername(cursor.getString(cursor.getColumnIndex(COLUMN_USERNAME)));\n profile.setPassword(cursor.getString(cursor.getColumnIndex(COLUMN_PASSWORD)));\n profile.setFirstName(cursor.getString(cursor.getColumnIndex(COLUMN_FIRST_NAME)));\n profile.setSurName(cursor.getString(cursor.getColumnIndex(COLUMN_SUR_NAME)));\n profile.setBirthday(cursor.getString(cursor.getColumnIndex(COLUMN_BIRTHDAY)));\n profile.setCountryUser(cursor.getString(cursor.getColumnIndex(COLUMN_COUNTRY_USER)));\n profile.setDescriptionUser(cursor.getString(cursor.getColumnIndex(COLUMN_DESCRIPTION_USER)));\n //profile.setLoggedIn(Boolean.parseBoolean(cursor.getString(cursor.getColumnIndex(COLUMN_IS_LOGGED_IN))));\n // Adding user record to list\n profileList.add(profile);\n } while (cursor.moveToNext());\n }\n cursor.close();\n db.close();\n\n // return user list\n return profileList;\n }", "public synchronized TreeMap getProfileNames()\n {\n if (profileNames == null)\n {\n synchronized (this)\n {\n JOTLogger.log(JOTLogger.DEBUG_LEVEL, this, \"Caching profile names\");\n profileNames = new TreeMap();\n try\n {\n Vector v = JOTQueryBuilder.findAll(null, WikiProfile.class).getAllResults();\n for (int i = 0; i != v.size(); i++)\n {\n WikiProfile profile = (WikiProfile) v.get(i);\n profileNames.put(profile.getName(), new Long(profile.getId()));\n }\n } catch (Exception e)\n {\n JOTLogger.logException(JOTLogger.ERROR_LEVEL, this, \"Failed to read profile names from DB, not initialized yet ?\", e);\n\n }\n }\n }\n return profileNames;\n }", "@Then(\"^the user to see your profile$\")\n public void theUserToSeeYourProfile(List<People> arg1) {\n System.out.println(\"Name: \" + arg1.get(0).getName() + \" Lastname: \" + arg1.get(0).getLastname() + \" Email: \" + arg1.get(0).getEmail());\n }", "@GET(\"users/templates\")\n Call<PageResourceTemplateResource> getUserTemplates(\n @retrofit2.http.Query(\"size\") Integer size, @retrofit2.http.Query(\"page\") Integer page, @retrofit2.http.Query(\"order\") String order\n );", "private String getTemplate(){ \r\n\t\t\t StringBuilder sb = new StringBuilder();\r\n\t\t\t sb.append(\"<tpl for=\\\".\\\">\");\r\n\t\t\t\tsb.append(\"<div class=\\\"x-combo-list-item\\\" >\");\r\n\t\t\t\tsb.append(\"<span><b>{name}</b></span>\"); \t\t\t \t\r\n\t\t\t\tsb.append(\"</div>\");\r\n\t\t\t\tsb.append(\"</tpl>\");\r\n\t\t\t return sb.toString();\r\n\t\t\t}", "public static List<String> getTemplates() {\n\t\tFile templatesDir = new File(PathUtils.getExtensionsTemplatePath());\n\t\tList<String> templates = Arrays.stream(templatesDir.listFiles(File::isDirectory)).map(File::getName)\n\t\t\t\t.collect(Collectors.toList());\n\t\tIProject[] projects = ResourcesPlugin.getWorkspace().getRoot().getProjects();\n\t\tList<String> customTemplates = Arrays.stream(projects).filter(ExtensionUtils::isTemplate)\n\t\t\t\t.map(IProject::getName).collect(Collectors.toList());\n\t\ttemplates.addAll(customTemplates);\n\t\treturn templates;\n\t}", "TemplateList getAllTemplates(String templateType) throws NotificationClientException;", "int getProfilesCount();", "public List<String> getNoProfile() {\n return noProfile;\n }", "public List<PSTemplateSummary> loadUserTemplateSummaries(List<String> ids, String siteName) throws PSTemplateException;", "public Future<JsonArray> getList() {\n Promise<JsonArray> profileList = Promise.promise();\n JsonObject profile = new JsonObject()\n .put(\"id\", 1)\n .put(\"name\", \"Subramanian\")\n .put(\"status\", true)\n .put(\"address\", new JsonObject()\n .put(\"city\", \"Coimbatore\")\n .put(\"state\", \"Tamil Nadu\"));\n\n JsonArray profiles = new JsonArray()\n .add(profile)\n .add(new JsonObject()\n .put(\"id\", 2)\n .put(\"name\", \"Ram\")\n .put(\"status\", true)\n .put(\"address\", new JsonObject()\n .put(\"city\", \"Chennai\")\n .put(\"state\", \"Tamil Nadu\")));\n\n profileList.complete(profiles);\n\n return profileList.future();\n }", "public Vector getSubProfilesNames(long profileId) throws Exception\n {\n Vector results = new Vector();\n Vector ids = getSubProfiles(profileId);\n for (int i = 0; i != ids.size(); i++)\n {\n Long idL = (Long) ids.get(i);\n if (idL != null)\n {\n long id = idL.longValue();\n WikiProfile profile = getProfile(id);\n if (profile != null)\n {\n results.add(profile.getName());\n }\n }\n }\n return results;\n }", "List<Accessprofile> listWithCritera(SearchCriteria searchCriteria);", "@Override\n\tpublic JCRPageList getPageListUserProfile() throws Exception {\n\t\treturn null;\n\t}", "public Collection<Template> getListTemplates()\n\t{\t\t\n\t\tTemplateDAO dao = new TemplateDAO();\n\t\treturn dao.getAll(UtilCodesEnum.CODE_ACTIVE.getCode(),null);\t\t \n\t}", "public List<Utilizator> listUsers();", "@Override\r\n public List<Profile> getProfilesFromOwner(Account owner) {\r\n return profileDAO.getProfilesFromOwner(owner);\r\n }", "public List<String> loadProfiles() {\n List<String> profileNames = new ArrayList<>();\n profilesMap.clear();\n\n ProfilesWrapper profiles = (ProfilesWrapper) XMLFileManager.loadXML(\"profiles.xml\", ProfilesWrapper.class);\n if (profiles != null && profiles.getProfiles() != null) {\n for (Profiles prof : profiles.getProfiles()) {\n profileNames.add(prof.getFileName());\n profilesMap.put(prof.getFileName(), new Profiles(prof.getFileName(), prof.getFilePath()));\n }\n }\n return profileNames;\n }", "public PSTemplateSummary findUserTemplateByName_UsedByUnitTestOnly(String name) throws PSDataServiceException;", "@ThriftMethod\n ProfileFieldListDTO listProfileField(long orgId, long profileTemplateId, long actorUserId, long adminUserId);", "private void createGooglePlusProfileTable(){\n cellTableOfGooglePlusProfile.setKeyboardSelectionPolicy(KeyboardSelectionPolicy.ENABLED);\n\n // Add a text columns to show the details.\n TextColumn<GooglePlusIdentity> columnFirstLine = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getId();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(columnFirstLine, \"ID\");\n\n TextColumn<GooglePlusIdentity> columnSecondLine = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getGivenName();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(columnSecondLine, \"Given Name\");\n\n TextColumn<GooglePlusIdentity> townColumn = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getFamilyName();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(townColumn, \"Family Name\");\n\n TextColumn<GooglePlusIdentity> countryColumn = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getUrl();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(countryColumn, \"URL\");\n\n TextColumn<GooglePlusIdentity> imageURL = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getImageUrl();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(imageURL, \"ImageURL\");\n\n TextColumn<GooglePlusIdentity> kind = new TextColumn<GooglePlusIdentity>() {\n @Override\n public String getValue(GooglePlusIdentity object) {\n return object.getImageUrl();\n }\n };\n cellTableOfGooglePlusProfile.addColumn(kind, \"Kind\");\n\n final SingleSelectionModel<GooglePlusIdentity> selectionModel = new SingleSelectionModel<>();\n cellTableOfGooglePlusProfile.setSelectionModel(selectionModel);\n }", "public List<Template> getTemplates() {\n return templates;\n }", "public List<CheckItem> getUserProfileGuestList() {\n\t\treturn null;\r\n//\t\treturn getBoCheckItems(\"userProfileName\", UserProfile.class,new FilterParams(\"networkObj.networkType\",VpnNetwork.VPN_NETWORK_TYPE_GUEST),\r\n//\t\t\t\tCHECK_ITEM_BEGIN_BLANK, CHECK_ITEM_END_NO);\r\n\t}", "String getTemplate();", "public String toString() {\r\n\t\treturn profileName;\r\n\t}", "public org.beangle.security.session.protobuf.Model.Profile getProfiles(int index) {\n if (profilesBuilder_ == null) {\n return profiles_.get(index);\n } else {\n return profilesBuilder_.getMessage(index);\n }\n }", "public WebElement profileSetUpTab() {\n\t\treturn getElementfluent(By.xpath(\"//menuitem[contains(text(),'Profile')]\"));\n\t}", "protected abstract Profile[] getProfileSet();", "private List<String> getTemplateList(String portletName, String category) throws Exception {\n List<String> templateOptionList = new ArrayList<String>();\n List<Node> templateNodeList = templateManagerService.getTemplatesByCategory(portletName, category, SessionProvider.createSystemProvider());\n for (Node templateNode : templateNodeList) {\n templateOptionList.add(templateNode.getPath());\n }\n return templateOptionList;\n }", "@Test\n public void destiny2GetLinkedProfilesTest() {\n Long membershipId = null;\n Integer membershipType = null;\n InlineResponse20036 response = api.destiny2GetLinkedProfiles(membershipId, membershipType);\n\n // TODO: test validations\n }", "public List<String> getTemplates() {\r\n\t\treturn this.templates;\r\n\t}", "private List<Recipient> findRecipients(String profile) {\n //return service.findRecipient(profile);\n return null;\n }", "public void list()\n {\n for(Personality objectHolder : pList)\n {\n String toPrint = objectHolder.getDetails();\n System.out.println(toPrint);\n }\n }", "public void addDevs() {\n ProfileArrayList.add(new Profile(\"Windows\", \"Lead Developer, Web Developer\", \"https://winsub.kr\"));\n ProfileArrayList.add(new Profile(\"RecustomKR\", \"Web Developer\", \"https://winsub.kr\"));\n ProfileArrayList.add(new Profile(\"Kongjak\", \"Android Developer\", \"https://kongjak.com\"));\n ProfileArrayList.add(new Profile(\"천상의나무\", \"Telegram Bot Developer\", \"https://github.com/newpremium\"));\n }", "public String getFirefoxProfileTemplate() {\n return firefoxProfileTemplate;\n }", "@RequestMapping(\"/list\")\r\n\tpublic String listPeople(Model model) {\n\t\tList<Person> list = new ArrayList<Person>(); \r\n\t\tservice.listPeople().forEach(list::add);\r\n\t\tCollections.sort(list, new Comparator<Person>() {\r\n\t\t\t@Override\r\n\t\t\tpublic int compare(Person arg0, Person arg1) {\r\n\t\t\t\tif (arg0 == null || arg1 == null || arg0.getCreationDate() == null || arg1.getCreationDate() == null) return 0;\r\n\t\t\t\treturn (int)(arg0.getCreationDate().getTime() - arg1.getCreationDate().getTime());\r\n\t\t\t}\t\t\t\r\n\t\t});\r\n\t\r\n\t\t//I save the list of people in the model in order to use in the list template.\r\n\t\tmodel.addAttribute(\"list\", list);\r\n\t\t//Going to list template.\r\n\t\treturn \"people/list.html\";\r\n\t}", "public List<PSTemplateSummary> findAll(String siteName) throws IPSGenericDao.LoadException, PSTemplateException;", "public ArrayList<Template> getTemplates() {\n\t\treturn getPageObjects(Template.class);\n\t}", "java.util.List<People>\n getUserList();", "List<Accessprofile> listWithCriteras(List<SearchCriteria> searchCriterias);", "@java.lang.Override\n public org.beangle.security.session.protobuf.Model.ProfileOrBuilder getProfilesOrBuilder(\n int index) {\n return profiles_.get(index);\n }", "ImmutableList<SchemaOrgType> getAccountablePersonList();", "public static ListPlaybackProfileBuilder list(PlaybackProfileFilter filter) {\n\t\treturn new ListPlaybackProfileBuilder(filter);\n\t}", "private void getProfil() {\n Call<FeedUser> call = baseApiService.getAllProfile(sessionManager.getSpContenttype(),\n sessionManager.getSpAccept(), sessionManager.getSpAuthorization());\n call.enqueue(new Callback<FeedUser>() {\n @Override\n public void onResponse(Call<FeedUser> call, Response<FeedUser> response) {\n if (response.isSuccessful()) {\n try {\n name = response.body().getDataProfil().getName().toString();\n email = response.body().getDataProfil().getEmail();\n initComponetNavHeader();\n } catch (Exception e) {\n Log.d(TAG, \" error :\" + e);\n }\n\n } else {\n Toast.makeText(SettingActivity.this, \"Response not success\", Toast.LENGTH_SHORT).show();\n }\n }\n\n @Override\n public void onFailure(Call<FeedUser> call, Throwable t) {\n Toast.makeText(SettingActivity.this, \"Cek Connection\", Toast.LENGTH_SHORT).show();\n }\n });\n }", "@java.lang.Override\n public int getProfilesCount() {\n return profiles_.size();\n }", "java.lang.String getProfileURL();", "public T getSelectedProfile(int Id);", "public String getProfile() {\n return profile;\n }", "private native String getTemplate()/*-{\r\n\t\t\t\treturn ['<tpl for=\".\">', \r\n\t\t\t '<div class=\"x-customer-item\">', \r\n\t\t\t\t '<div class=\"name\">{name}</div>', \r\n\t\t\t\t '<div class=\"email\">E-mail:{email}</div>', \r\n\t\t\t\t '<div class=\"purchases\">Purchases:{purchases}</div>', \r\n\t\t\t '</div>', \r\n\t\t\t '</tpl>', \r\n\t\t\t ''].join(\"\");\r\n\t\t\t}-*/;", "public List<Template> getTemplates() {\r\n\t\treturn templateDao.findAll();\r\n\t}", "@java.lang.Override\n public java.util.List<? extends org.beangle.security.session.protobuf.Model.ProfileOrBuilder>\n getProfilesOrBuilderList() {\n return profiles_;\n }" ]
[ "0.62816983", "0.5895817", "0.5659527", "0.56428826", "0.5611807", "0.56099737", "0.55853117", "0.54680467", "0.5461147", "0.5455202", "0.5365327", "0.5351054", "0.53151804", "0.52886254", "0.52772367", "0.5270303", "0.52655643", "0.52563757", "0.5250173", "0.52014375", "0.5188584", "0.5184588", "0.5170409", "0.5162308", "0.5152341", "0.5151966", "0.51428854", "0.51294625", "0.5129262", "0.51246333", "0.51205945", "0.5119392", "0.51074314", "0.51053023", "0.51007926", "0.5075487", "0.5062919", "0.5055488", "0.50536764", "0.50527495", "0.5030184", "0.502271", "0.50164366", "0.50142014", "0.5002437", "0.49933732", "0.49826753", "0.49815306", "0.49710032", "0.4970592", "0.49702755", "0.49429256", "0.49390614", "0.4929161", "0.49263942", "0.49165568", "0.4905815", "0.49029613", "0.48856676", "0.48779723", "0.4870295", "0.48465902", "0.48439047", "0.48360226", "0.48285195", "0.4827187", "0.48100019", "0.4808702", "0.4808579", "0.48031467", "0.48028904", "0.47973573", "0.47902173", "0.47828776", "0.47753707", "0.47667265", "0.47654572", "0.47515988", "0.4739421", "0.471891", "0.47183913", "0.47145227", "0.47100747", "0.469497", "0.46926716", "0.46923727", "0.46881893", "0.46795705", "0.4678514", "0.46774125", "0.46736884", "0.46703374", "0.46656364", "0.46641096", "0.46621567", "0.46607625", "0.46497437", "0.4643229", "0.46359223", "0.46233827" ]
0.6331825
0
Update the display name of profileTemplate
@ThriftMethod VoidDTO updateProfileTemplateDisplayName( long orgId, long profileTemplateId, String displayName, long actorUserId, long adminUserId);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void updateDisplayName();", "private void displayName(String name) {\n\t\tGLabel profileName = new GLabel(name);\n\t\tprofileName.setFont(PROFILE_NAME_FONT);\n\t\tprofileName.setColor(Color.BLUE);\n\t\tadd(profileName, LEFT_MARGIN, TOP_MARGIN + profileName.getHeight());\n\t\tnameY = profileName.getY();\n\t}", "public void setDisplayName(String name);", "public void setDisplayName(final String val) {\n displayName = val;\n }", "void setDisplayName(String displayName);", "private void syncProfileNames() {\r\n\t\tfor (int i = 0; i < parsedProfiles.size(); i++) {\r\n\t\t\tparsedProfiles.get(i).setName(tableSelectionPD.getProfileName(i));\r\n\t\t}\r\n\t}", "public void displayName(){\n player1.setText(p1.getName());\n player2.setText(p2.getName());\n }", "void setDisplayName(java.lang.String displayName);", "public void editTheirProfile() {\n\t\t\n\t}", "public void displayProfile(FacePamphletProfile profile) {\n\t\tremoveAll();\n\t\tdisplayName(profile.getName());\n\t\tdisplayImage(profile.getImage());\n\t\tdisplayStatus(profile.getStatus());\n\t\tdisplayFriends(profile.getFriends());\n\n\t}", "public void setProfileName( String name )\n\t{\n\t mProfileName = name;\n\t if( mProfilePage != null )\n\t mProfilePage.setProfileName( mProfileName );\n\t}", "java.lang.String getDisplayName();", "java.lang.String getDisplayName();", "java.lang.String getDisplayName();", "java.lang.String getDisplayName();", "java.lang.String getDisplayName();", "java.lang.String getDisplayName();", "public void setDisplayName(String name) {\r\n\t}", "protected void addProfileNamePropertyDescriptor(Object object) {\n\t\titemPropertyDescriptors.add(createItemPropertyDescriptor(\n\t\t\t\t((ComposeableAdapterFactory) adapterFactory).getRootAdapterFactory(), getResourceLocator(),\n\t\t\t\tgetString(\"_UI_WebsphereServerTask_profileName_feature\"),\n\t\t\t\tgetString(\"_UI_PropertyDescriptor_description\", \"_UI_WebsphereServerTask_profileName_feature\",\n\t\t\t\t\t\t\"_UI_WebsphereServerTask_type\"),\n\t\t\t\tServerPackage.Literals.WEBSPHERE_SERVER_TASK__PROFILE_NAME, true, false, false,\n\t\t\t\tItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));\n\t}", "@Override\n\tpublic void setDisplayName(TangentPlayer pl) {\n\t\tgetPlayer().setDisplayName(pl.getName());\n\t}", "public String changeUsernameTitle() {\n return \"Changing username\";\n }", "private void updateDisplayName() {\n String path;\n FileObject webRoot = ProjectWebRootQuery.getWebRoot(styleSheet);\n if(webRoot == null) {\n path = styleSheet.getNameExt();\n } else {\n path = FileUtil.getRelativePath(webRoot, styleSheet);\n }\n setDisplayName(path);\n }", "public static void assignTemplateName(String templateName) {\n trialWizardPreferences.put(CURRENT_TEMPLATE, templateName);\n }", "public void setDisplayName (String name) {\n impl.setDisplayName (name);\n }", "public void setDisplayName(String name) {\n\t}", "String displayName();", "String displayName();", "@Override\n\tpublic String getDisplayText() {\n\t\tif (userType == null)\n\t\t\treturn \"New user type\"; //$NON-NLS-1$\n\n\t\treturn \"Edit user type\"; //$NON-NLS-1$\n\t}", "private void updateNameView() {\n String insertedText = getName();\n\n if (seekBar.getProgress() == 0) {\n insertedText = \"\";\n }\n\n String text = String.format(res.getString(R.string.str_tv_firstName_value), insertedText);\n\n nameView.setText(text);\n }", "@Override\n\tpublic void updateUserProfileInfo(String name) throws Exception {\n\n\t}", "public void setDisplayName(String displayName)\n {\n put(\"DisplayName\", displayName);\n }", "String getDisplayName();", "String getDisplayName();", "String getDisplayName();", "String getDisplayName();", "String getDisplayName();", "String getDisplayName();", "private void updateName(FirebaseUser user) {\n UserProfileChangeRequest profile = new UserProfileChangeRequest.Builder()\n .setDisplayName(name.getText().toString())\n .build();\n\n user.updateProfile(profile)\n .addOnCompleteListener(new OnCompleteListener<Void>() {\n @Override\n public void onComplete(@NonNull Task<Void> task) {\n if (task.isSuccessful()) {\n Toast.makeText(Profile.this, \"Name Updated\", Toast.LENGTH_SHORT).show();\n }\n }\n })\n .addOnFailureListener(new OnFailureListener() {\n @Override\n public void onFailure(@NonNull Exception e) {\n Toast.makeText(Profile.this, e.getMessage(), Toast.LENGTH_LONG).show();\n }\n });\n }", "@Override\n\tpublic void showProfile() {\n\t\t\n\t}", "public String getName() { return displayName; }", "public String getDisplayName() {\n return Messages.JobProfiles_displayName();\n }", "public void setDisplayName(String displayName){\r\n TextView mDisplayName = (TextView) mView.findViewById(R.id.text_view_chat_display_name);\r\n mDisplayName.setText(displayName);\r\n }", "@Override\n\tpublic String getDisplayName() {\n\t\treturn displayName;\n\t}", "@Override\n\tpublic String getDisplayName() {\n\t\treturn displayName;\n\t}", "public String getDisplayName () {\n return displayName;\n }", "public String getDisplayName () {\n return displayName;\n }", "public String getDisplayName() {\n return this.displayname;\n }", "public void setProfileName(PosSymbol name) {\n this.profileName = name;\n }", "public String getDisplayName() {\n return displayName;\n }", "public void setDisplayName(String displayName) {\n this.displayName = displayName;\n }", "public String getDisplayName() {\n return displayName;\n }", "public String getDisplayName() {\n return displayName;\n }", "public String getDisplayName() {\n return displayName;\n }", "public String getDisplayName() {\n return displayName;\n }", "public String getDisplayName()\n {\n return displayName;\n }", "public String getDisplayName()\n {\n return displayName;\n }", "public void setDisplayName (String displayName) {\n this.displayName = displayName;\n }", "public void setDisplayName (String displayName) {\n this.displayName = displayName;\n }", "private void lookUp(String inputName) {\n \tif (! inputName.equals(\"\")) {\n\t\t\tif (database.containsProfile(inputName)) {\n\t\t\t\tcurrentProfile = database.getProfile(inputName);\n\t\t\t\tcanvas.displayProfile(currentProfile);\n\t\t\t\tcanvas.showMessage(\"Displaying \" + inputName);\n\t\t\t} else {\n\t\t\t\tcurrentProfile = null;\n\t\t\t\tcanvas.removeAll();\n\t\t\t\tcanvas.showMessage(\"A profile with the name \" + inputName + \" does not exist.\");\n\t\t\t}\n\t\t}\n\t}", "@Override\n public void Mesibo_onProfileUpdated(MesiboProfile profile) {\n toast(profile.getName() + \" has updated profile\");\n }", "@Override\n public void setActiveProfile(String profileName) {\n }", "private void updateUserName() {\n\t\t// if the customer has a first and last name update their username to be\n\t\t// the concatenation of their first and last name (in lower case)\n\t\t// else, make their username their first name\n\t\tif (!this.lastName.equals(Customer.EMPTY_LAST_NAME)) {\n\t\t\tthis.userName = (this.firstName + this.lastName).toLowerCase();\n\t\t} else {\n\t\t\tthis.userName = this.firstName.toLowerCase();\n\t\t}\n\t}", "public void setUserFirstName(String firstName) {\n profile.setFirstName(currentUser, firstName);\n }", "public void setDisplayName(String displayName) {\n this.displayName = displayName;\n }", "public String getDisplayName() {\n return displayName;\n }", "public void setDisplayName(String displayName) {\n this.displayName = displayName;\n }", "public void setDisplayName(String displayName) {\n this.displayName = displayName;\n }", "public void setDisplayName(String displayName) {\n this.displayName = displayName;\n }", "public String getDisplayName() {\r\n\t\treturn displayName;\r\n\t}", "public String getDisplayName();", "public String getDisplayName();", "public String getDisplayName();", "public String getDisplayName();", "public void name(String first, String last) {\r\n String display = first + \" \" + last;\r\n textName.setText(display);\r\n }", "public void setDisplayName ( String name ) {\n\t\thandleOptional ( ).ifPresent ( handle -> setDisplayName ( name ) );\n\t}", "public String getDisplayName()\n {\n return getString(\"DisplayName\");\n }", "private void updateStudentProfileInfo() {\n\t\t\n\t\tstudent.setLastName(sLastNameTF.getText());\n\t\tstudent.setFirstName(sFirstNameTF.getText());\n\t\tstudent.setSchoolName(sSchoolNameTF.getText());\n\t\t\n\t\t//Update Student profile information in database\n\t\t\n\t}", "private void updateProfileViews() {\n if(profile.getmImageUrl()!=null && !profile.getmImageUrl().isEmpty()) {\n String temp = profile.getmImageUrl();\n Picasso.get().load(temp).into(profilePicture);\n }\n profileName.setText(profile.getFullName());\n phoneNumber.setText(profile.getPhoneNumber());\n address.setText(profile.getAddress());\n email.setText(profile.geteMail());\n initListToShow();\n }", "String getDisplay_name();", "public void setDisplayName(String displayName) {\n this.mDisplayName = displayName;\n }", "public String getDisplayName() {\n\t\treturn displayName.get();\n\t}", "public void makeNameTitle(Course course, JPanel singleCoursePanel, SpringLayout layout) {\n JLabel nameTitle = new JLabel(course.courseName + \" Profile\", JLabel.CENTER);\n nameTitle.setFont(new Font(\"Proxima Nova\", Font.BOLD, 17));\n singleCoursePanel.add(nameTitle);\n layout.putConstraint(SpringLayout.WEST, nameTitle, 30, SpringLayout.WEST, singleCoursePanel);\n layout.putConstraint(SpringLayout.NORTH, nameTitle, 15, SpringLayout.NORTH, singleCoursePanel);\n }", "public static void setLastName(String name){\n setUserProperty(Constants.ZeTarget_keyForUserPropertyLName,name);\n }", "public void setDisplayUserName(){\n TextView lblName = (TextView) findViewById(R.id.nav_header_textView);\n\n String content;\n\n if(userName != null){ //If the user is connected\n content = getString(R.string.welcomeName,this.userName);\n }\n else{ //If the user isn't connected\n content = getString(R.string.notConnectedWelcome);\n }\n\n lblName.setText(content);\n }", "private void setDisplayName(ItemStack item, String name) {\n ItemMeta meta = item.getItemMeta();\n meta.setDisplayName(name);\n item.setItemMeta(meta);\n }", "void setDisplayName(Contact contact, String newName)\n throws IllegalArgumentException;", "public void editProfile() {\n\n\t\tAccount account = getInputOfUsersAccount();\n\t\tSystem.out.println(account.getUser().toString());\n\n\t\taccount = userBo.handleProfileOption(account);\n\n\t\tif (userDAO.editProfile(account))\n\t\t\tSystem.out.println(\"User edited!\");\n\n\t\telse\n\t\t\tSystem.out.println(\"Something went wrong!\");\n\n\t\tAdminMenu.getAdminMenu();\n\t}", "public void showProfile() {\r\n\t\tprofile.setVisible(true);\r\n\t}", "public String getDisplayName() {\n return this.displayName;\n }", "public String displayName() {\r\n\t\tString name = \"Unknown\";\r\n\t\tif(EUR.equals(this)) {\r\n\t\t\tname = \"Europe\";\r\n\t\t} else if(JPN.equals(this)) {\r\n\t\t\tname = \"Japan\";\r\n\t\t} else if(USA.equals(this)) {\r\n\t\t\tname = \"USA\";\r\n\t\t} else if(KOR.equals(this)) {\r\n\t\t\tname = \"Korea\";\r\n\t\t}\r\n\t\treturn name;\r\n\t}", "public String getDisplayName() {\n\t\treturn displayName;\n\t}", "public String getDisplayName() {\n\t\treturn displayName;\n\t}", "public String getDisplayName() {\n\t\treturn displayName;\n\t}", "public String getDisplayName() {\n\t\treturn displayName;\n\t}", "public String getDisplayName() {\n\t\treturn displayName;\n\t}", "public String getDisplayName() {\n return this.displayName;\n }", "public String getDisplayName() {\n return this.displayName;\n }", "@ApiModelProperty(required = true, value = \"The name of the template\")\n public String getName() {\n return name;\n }", "public void setDisplayName(String displayName) {\n\t\t\n\t\tItemMeta im = this.getMeta();\n\t\t\n\t\tim.setDisplayName(this.plugin.color(displayName));\n\t\t\n\t\tthis.stack.setItemMeta(im);\n\t\t\n\t}", "@Override\n public String getDisplayName() {\n return this.name;\n }" ]
[ "0.7034966", "0.67120606", "0.6259234", "0.6256181", "0.6220106", "0.6157594", "0.61421293", "0.6136551", "0.6110092", "0.5953542", "0.5930486", "0.5927413", "0.5927413", "0.5927413", "0.5927413", "0.5927413", "0.5927413", "0.5915258", "0.5913031", "0.5877571", "0.5865482", "0.58598006", "0.5836154", "0.58251107", "0.5817271", "0.57984483", "0.57984483", "0.57923734", "0.5788947", "0.5784917", "0.57680625", "0.5722275", "0.5722275", "0.5722275", "0.5722275", "0.5722275", "0.5722275", "0.5715487", "0.57033414", "0.56824434", "0.56740516", "0.566892", "0.56648546", "0.56648546", "0.5656682", "0.5656682", "0.5656223", "0.5619366", "0.5617994", "0.56159616", "0.5615612", "0.5608345", "0.5608345", "0.5608345", "0.5608231", "0.5608231", "0.559301", "0.559301", "0.5589203", "0.55708224", "0.555263", "0.55468345", "0.55448365", "0.5543659", "0.5541875", "0.55270654", "0.55270654", "0.55270654", "0.55156815", "0.55103886", "0.55103886", "0.55103886", "0.55103886", "0.550865", "0.5507345", "0.5506042", "0.5463604", "0.5460192", "0.54500616", "0.54358906", "0.54348004", "0.54121035", "0.5412001", "0.541194", "0.54076236", "0.5402339", "0.5398825", "0.539631", "0.5393507", "0.5393474", "0.539161", "0.539161", "0.539161", "0.539161", "0.539161", "0.5391417", "0.5391417", "0.5387663", "0.5377882", "0.5366042" ]
0.7246108
0
List all profileFields of a profileTemplate
@ThriftMethod ProfileFieldListDTO listProfileField(long orgId, long profileTemplateId, long actorUserId, long adminUserId);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public List<T> getProfiles();", "public Collection<FieldsTemplate> getFieldsTemplateList(Long idTemplate)\n\t{\n\t\tFieldsTemplateDAO daoTemplate = new FieldsTemplateDAO();\n\t\t\n\t\tTemplate template = new Template();\n\t\ttemplate.setId(idTemplate);\n\t\t\n\t\tCollection<FieldsTemplate> responseList = daoTemplate.getAllFields(template);\n\t\tloggerSingle.info(\"num fields template \"+idTemplate+\": \"+responseList.size());\n\t\treturn responseList;\n\t}", "java.util.List<org.beangle.security.session.protobuf.Model.Profile>\n getProfilesList();", "List<Field> getFields();", "java.util.List<com.sagas.meta.model.MetaFieldData> \n getFieldsList();", "java.util.List<Field>\n getFieldsList();", "private void selectTemplateFieldsFromXML(IdentifiedRecordTemplate template) throws FormException {\n \n GenericRecordTemplate genericRecordTemplate = null;\n \n try {\n PublicationTemplate publicationTemplateImpl = PublicationTemplateManager.getInstance()\n .loadPublicationTemplate(template.getTemplateName());\n genericRecordTemplate = (GenericRecordTemplate) publicationTemplateImpl\n .getRecordTemplate();\n template.setEncrypted(publicationTemplateImpl.isDataEncrypted());\n } catch (PublicationTemplateException e) {\n throw new FormException(\"GenericRecordSetManager\",\n \"form.EXP_UNKNOWN_TEMPLATE\", e);\n }\n \n GenericRecordTemplate wrapped = (GenericRecordTemplate) template.\n getWrappedTemplate();\n FieldTemplate[] fields = genericRecordTemplate.getFieldTemplates();\n \n for (FieldTemplate field : fields) {\n String displayName = field.getDisplayerName();\n GenericFieldTemplate fieldTemplate = new GenericFieldTemplate(field.\n getFieldName(), field.getTypeName());\n \n fieldTemplate.setMandatory(field.isMandatory());\n fieldTemplate.setReadOnly(field.isReadOnly());\n fieldTemplate.setHidden(field.isHidden());\n fieldTemplate.setDisabled(field.isDisabled());\n fieldTemplate.setSearchable(field.isSearchable());\n fieldTemplate.setDisplayerName((displayName != null) ? displayName : \"\");\n fieldTemplate.setLabel(field.getLabel());\n fieldTemplate.setUsedAsFacet(field.isUsedAsFacet());\n fieldTemplate.setParametersObj(field.getParametersObj());\n \n wrapped.addFieldTemplate(fieldTemplate);\n }\n }", "public ArrayList<FieldsTemplateLibrary> templateFieldLibraryGetAll() {\n\t\tFieldsTemplateLibraryDAO dao = new FieldsTemplateLibraryDAO();\n\t\tCollection<FieldsTemplateLibrary> collection = dao.getAllFields();\n\t\tArrayList<FieldsTemplateLibrary> responseList = new ArrayList<FieldsTemplateLibrary>(collection);\n\t\treturn responseList;\n\t}", "java.util.List<? extends org.beangle.security.session.protobuf.Model.ProfileOrBuilder>\n getProfilesOrBuilderList();", "@Override\n\tpublic List<String> listSearchableFields() {\n\t\tList<String> listSearchableFields = new ArrayList<String>();\n\t\tlistSearchableFields.addAll(super.listSearchableFields());\n\n\t\tlistSearchableFields.add(\"firstName\");\n\n\t\tlistSearchableFields.add(\"lastName\");\n\n\t\tlistSearchableFields.add(\"contactDetails.phone\");\n\n\t\tlistSearchableFields.add(\"contactDetails.secondaryPhone\");\n\n\t\tlistSearchableFields.add(\"contactDetails.city\");\n\n\t\treturn listSearchableFields;\n\t}", "private void selectTemplateFieldRows(Connection con,\n IdentifiedRecordTemplate template) throws SQLException, FormException {\n PreparedStatement select = null;\n ResultSet rs = null;\n GenericRecordTemplate wrapped = (GenericRecordTemplate) template\n .getWrappedTemplate();\n \n try {\n select = con.prepareStatement(SELECT_TEMPLATE_FIELDS);\n select.setInt(1, template.getInternalId());\n rs = select.executeQuery();\n \n GenericFieldTemplate fieldTemplate = null;\n String fieldName;\n String fieldType;\n boolean isMandatory;\n boolean isReadOnly;\n boolean isHidden;\n while (rs.next()) {\n // templateId = rs.getInt(1);\n fieldName = rs.getString(2);\n // fieldIndex = rs.getInt(3);\n fieldType = rs.getString(4);\n isMandatory = rs.getBoolean(5);\n isReadOnly = rs.getBoolean(6);\n isHidden = rs.getBoolean(7);\n \n fieldTemplate = new GenericFieldTemplate(fieldName, fieldType);\n fieldTemplate.setMandatory(isMandatory);\n fieldTemplate.setReadOnly(isReadOnly);\n fieldTemplate.setHidden(isHidden);\n \n wrapped.addFieldTemplate(fieldTemplate);\n }\n } finally {\n DBUtil.close(rs, select);\n }\n }", "@ThriftMethod\n ProfileTemplateListDTO listProfileTemplate(long orgId, long actorUserId, long adminUserId);", "@Test\n public void getFieldsPaginatedTest() throws ApiException {\n Long startAt = null;\n Integer maxResults = null;\n List<String> type = null;\n List<String> id = null;\n String query = null;\n String orderBy = null;\n String expand = null;\n PageBeanField response = api.getFieldsPaginated(startAt, maxResults, type, id, query, orderBy, expand);\n\n // TODO: test validations\n }", "org.beangle.security.session.protobuf.Model.Profile getProfiles(int index);", "@Override\r\n public List<Profile> getAllProfiles() {\r\n\r\n return profileDAO.getAllProfiles();\r\n }", "org.beangle.security.session.protobuf.Model.ProfileOrBuilder getProfilesOrBuilder(\n int index);", "public List<ProfileDefinitionModel> profiles() {\n return this.profiles;\n }", "@Override\n public java.util.List<Field> getFieldsList() {\n return fields_;\n }", "public List<PSTemplateSummary> findAllUserTemplates() throws PSTemplateException;", "List<Accessprofile> listAll();", "@Test\n public void testGeneratedProfileFields() {\n Profile p = getProfile(BASIC_PROFILE_PATH);\n assertNotNull(\"Profile uniqueId was null\", p.getUniqueId());\n assertNotNull(\"Profile display name was null\", p.getDisplayName());\n }", "java.lang.String getFields();", "@SimpleFunction(description = \"Get the fields in the projects as a list\")\n public YailList GetFieldsList() {\n ArrayList<String> fieldsList = new ArrayList<String>();\n for (RProjectField j : fields) {\n fieldsList.add(j.name);\n }\n return YailList.makeList(fieldsList);\n }", "java.util.List<java.lang.String>\n getProbeFieldsList();", "@ModelAttribute(\"roles\")\n public List<UserProfile> initializeProfiles() {\n return userProfileService.findAll();\n }", "List<Map<String, Object>> listAccessprofileForSelect();", "public List findPageFields(User loginUser)\r\n {\r\n QueryBuffer query = new QueryBuffer();\r\n \r\n query.append(\"SELECT \");\r\n query.append(\" sfile_id pageId, \");\r\n query.append(\" (SELECT b.sfile_name FROM TSFILE b WHERE b.sfile_id = x.sfile_id) fileName, \");\r\n query.append(\" sfilefield_id fieldId, \");\r\n query.append(\" issystem hiddenYn, \");\r\n query.append(\" x.iseditable readonlyYn, \");\r\n query.append(\" x.ord_no ordNo, \");\r\n query.append(\" x.isdisplay displayYn, \");\r\n query.append(\" x.field_option fieldOption, \");\r\n query.append(\" '' ||'.'||'' langKey \");\r\n query.append(\"FROM TSFILEFIELD x \");\r\n query.append(\"ORDER BY x.ord_no DESC \");\r\n\r\n return getJdbcTemplate().queryForList(query.toString());\r\n }", "public List<Field<T>> getFields()\r\n/* 63: */ {\r\n/* 64:84 */ return this.fields;\r\n/* 65: */ }", "@JsonIgnore\r\n\tpublic ArrayList<ShippingTemplate> getAllUserShippingProfiles() {\r\n\t\tString results = EtsyService.getService(\"/users/__SELF__/shipping/templates\");\r\n\t\treturn readResults(results);\r\n\t\t\r\n\t}", "public abstract List<String> getRequiredProfiles();", "public List<SmmProfile> getProfiles();", "Map<String, Map<String, String>> getAllDefinedTemplateProperties();", "public List<FieldModel> getFields(String classFullName) {\n StatementResult result = template.query(String.format(\"match (a:%s)-[r:%s|%s *1..5]->(b) return b.domain, b.name\", buildClassNodeId(classFullName), EXTEND, REFERENCE));\n\n List<String> classes = result.stream().map(r -> r.get(0).asString() + \".\" + r.get(1).asString()).collect(Collectors.toList());\n classes.add(classFullName);\n\n return fieldService.getByOwners(classes.toArray(new String[0]));\n }", "java.util.List<? extends com.sagas.meta.model.MetaFieldDataOrBuilder> \n getFieldsOrBuilderList();", "public List<Profile> getAllProfiles() {\n String[] columns = {\n COLUMN_EMAIL,\n COLUMN_USERNAME,\n COLUMN_PASSWORD,\n COLUMN_FIRST_NAME,\n COLUMN_SUR_NAME,\n COLUMN_BIRTHDAY,\n COLUMN_COUNTRY_USER,\n COLUMN_DESCRIPTION_USER,\n COLUMN_IS_LOGGED_IN\n };\n // sorting orders\n String sortOrder =\n COLUMN_USERNAME + \" ASC\";\n List<Profile> profileList = new ArrayList<Profile>();\n\n SQLiteDatabase db = this.getReadableDatabase();\n\n Cursor cursor = db.query(TABLE_PROFILE, //Table to query\n columns, //columns to return\n null, //columns for the WHERE clause\n null, //The values for the WHERE clause\n null, //group the rows\n null, //filter by row groups\n sortOrder); //The sort order\n\n if (cursor.moveToFirst()) {\n do {\n Profile profile = new Profile();\n profile.setEmail(cursor.getString(cursor.getColumnIndex(COLUMN_EMAIL)));\n profile.setUsername(cursor.getString(cursor.getColumnIndex(COLUMN_USERNAME)));\n profile.setPassword(cursor.getString(cursor.getColumnIndex(COLUMN_PASSWORD)));\n profile.setFirstName(cursor.getString(cursor.getColumnIndex(COLUMN_FIRST_NAME)));\n profile.setSurName(cursor.getString(cursor.getColumnIndex(COLUMN_SUR_NAME)));\n profile.setBirthday(cursor.getString(cursor.getColumnIndex(COLUMN_BIRTHDAY)));\n profile.setCountryUser(cursor.getString(cursor.getColumnIndex(COLUMN_COUNTRY_USER)));\n profile.setDescriptionUser(cursor.getString(cursor.getColumnIndex(COLUMN_DESCRIPTION_USER)));\n //profile.setLoggedIn(Boolean.parseBoolean(cursor.getString(cursor.getColumnIndex(COLUMN_IS_LOGGED_IN))));\n // Adding user record to list\n profileList.add(profile);\n } while (cursor.moveToNext());\n }\n cursor.close();\n db.close();\n\n // return user list\n return profileList;\n }", "public java.util.List<org.beangle.security.session.protobuf.Model.Profile> getProfilesList() {\n if (profilesBuilder_ == null) {\n return java.util.Collections.unmodifiableList(profiles_);\n } else {\n return profilesBuilder_.getMessageList();\n }\n }", "@ModelAttribute(\"roles\")\r\n\tpublic List<UserProfile> initializeProfiles() {\r\n\t\treturn userProfileService.findAll();\r\n\t}", "ISourceField[] getFields();", "@Override\n\tpublic List<Profile> getAllProfiles() {\n\t\treturn null;\n\t}", "@ModelAttribute(\"roles\")\n\tpublic List<UserProfile> initializeProfiles() {\n\t\treturn userProfileService.findAll();\n\t}", "public List<String> showFields() {\n Client client = new Client();\n Class<?> objFields = client.getClass();\n List<String> list = new ArrayList<>();\n for (Field field : objFields.getDeclaredFields()) {\n list.add(field.getName());\n }\n return list;\n }", "com.sagas.meta.model.MetaFieldData getFields(int index);", "@java.lang.Override\n public java.util.List<org.beangle.security.session.protobuf.Model.Profile> getProfilesList() {\n return profiles_;\n }", "@java.lang.Override\n public org.beangle.security.session.protobuf.Model.Profile getProfiles(int index) {\n return profiles_.get(index);\n }", "java.util.List<? extends FieldOrBuilder>\n getFieldsOrBuilderList();", "public void getProfileList() {\n\t\t\n\t\tdbo = new DBObject(this);\n\t\t\n\t\tcursor_profile = dbo.getPhoneProfileList();\n\t\t\n\t\tif( cursor_profile.getCount() >0 ) // more than one profile in cursor\n\t\t{\n\t\t\tprofile_id = new int[cursor_profile.getCount()];\n\t\t\tprofile_name = new String[cursor_profile.getCount()];\n\t\t\t\n\t\t\tint idx_id = cursor_profile.getColumnIndexOrThrow(\"_id\");\n\t\t\tint idx_name = cursor_profile.getColumnIndexOrThrow(\"name\");\n\t\t\t\n\t\t\tint counter = 0;\n\t\t\t\n\t\t\tcursor_profile.moveToFirst();\n\t\t\t\n\t\t\tdo {\n\t\t\t\tprofile_id[counter] = cursor_profile.getInt(idx_id);\n\t\t\t\tprofile_name[counter] = cursor_profile.getString(idx_name);\n\t\t\t\tLog.d(TAG, \"retrieved: \" + profile_id[counter] + \"(\" + profile_name[counter] + \")\");\n\t\t\t\tcounter++;\n\t\t\t}while(cursor_profile.moveToNext());\n\t\t}\n\t\t\n\t\tdbo.close();\n\t}", "public static List<String> form_list() {\n\t try{\n\t Connection connection = getConnection();\n\n\t List<String> forms = new ArrayList<String>();\n\n\t try {\n\t PreparedStatement statement = connection.prepareStatement(\"SELECT DISTINCT form_name FROM template_fields\");\n\t ResultSet rs = statement.executeQuery();\n\n\t while (rs.next()) {\n\t String form = rs.getString(\"form_name\");\n\t forms.add(form);\n\t }\n\t statement.close();\n\t connection.close();\n\t } catch (SQLException ex) {\n\t ex.printStackTrace();\n\t }\n\n\t return forms;\n\t } catch (Exception e) {\n\t e.printStackTrace();\n\t return null;\n\t }\n\t }", "public ArrayList<ProfileInfo> getProfileList()\r\n\t{\r\n\t\tArrayList<ProfileInfo> list = new ArrayList<ProfileInfo>();\r\n\t\tfor (int i = 0; i < count; i++)\r\n\t\t{\r\n\t\t\t// grab each set of values and add as a ProfileInfo object to list\r\n\t\t\tString str = ps.getString(i + PROFILE);\r\n\t\t\t\r\n\t\t\tString[] values = str.split(\",\");\r\n\t\t\t\r\n\t\t\tif (values.length == 4)\t// Should be 4 strings representing values\r\n\t\t\t{\r\n\t\t\t\tProfileInfo info = new ProfileInfo(values[0],\r\n\t\t\t\t\tvalues[1],\r\n\t\t\t\t\tvalues[2],\r\n\t\t\t\t\tInteger.parseInt(values[3]));\r\n\t\t\t\r\n\t\t\t\tlist.add(info);\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\treturn list;\r\n\t}", "List<Property<?>> getProperties(ProjectEntity entity);", "Fields fields();", "@GetMapping(\"/profile\")\n public ModelAndView profile(Principal p){\n\n LdapQuery query = query()\n .attributes(\"cn\",\"sn\",\"mail\") // Attributes you want to get\n .base(LdapUtils.emptyLdapName())\n .where(\"uid\") // Query field name\n .is(p.getName()); // Query value\n List<Person> result = ldapTemplate.search( query, new PersonAttributesMapper() );\n Person person = result.get(0);\n\n ModelAndView mav = new ModelAndView();\n mav.setViewName(\"profile\");\n mav.addObject(\"person\", person);\n\n // For testing purpose\n // Next call will create individual LdapTemplate for calls\n Person tom = ldapClient.getPersonByUidFromDocker(\"tom\");\n List<Person> people = ldapClient.getPeopleFromFreeLdap();\n\n mav.addObject(\"tom\", tom);\n mav.addObject(\"people\", people);\n mav.addObject(\"peopleSearch\", ldapClient.getPeopleFromFreeLdapWithSearch());\n\n return mav;\n }", "public List<ProfilePicture> getProfile() {\r\n\t\t\t\r\n\t\t\treturn (List<ProfilePicture>) userRepo.findAll();\r\n\t\t}", "public java.util.List<? extends org.beangle.security.session.protobuf.Model.ProfileOrBuilder>\n getProfilesOrBuilderList() {\n if (profilesBuilder_ != null) {\n return profilesBuilder_.getMessageOrBuilderList();\n } else {\n return java.util.Collections.unmodifiableList(profiles_);\n }\n }", "@java.lang.Override\n public org.beangle.security.session.protobuf.Model.ProfileOrBuilder getProfilesOrBuilder(\n int index) {\n return profiles_.get(index);\n }", "public void showTableFields(final boolean canEdit) {\n addMetadata.showFields(canEdit);\n addMetadata.setVisible(canEdit);\n dispatch.execute(new ListUserMetadataFields(false), new AsyncCallback<ListUserMetadataFieldsResult>() {\n public void onFailure(Throwable caught) {\n GWT.log(\"Error retrieving available list of User Specified Metadata fields\", caught);\n }\n\n public void onSuccess(ListUserMetadataFieldsResult result) {\n availableFields = result.getFieldsSortedByName();\n GWT.log(\"available fields: \" + availableFields);\n if (availableFields.size() > 0) {\n\n dispatch.execute(new GetUserMetadataFields(uri), new AsyncCallback<GetUserMetadataFieldsResult>() {\n public void onFailure(Throwable caught) {\n GWT.log(\"Error retrieving User Specified Information\", caught);\n }\n\n public void onSuccess(GetUserMetadataFieldsResult result) {\n Set<String> predicates = result.getThingsOrderedByName().keySet();\n if (predicates.size() == 0) {\n addNoFields();\n } else {\n for (String predicate : predicates ) {\n String label = result.getThingNames().get(predicate);\n String description = getDescription(predicate);\n SortedSet<UserMetadataValue> values = NamedThing.orderByName(result.getValues().get(predicate));\n addNewField(predicate, label, description, values, canEdit);\n }\n }\n }\n });\n\n }\n }\n });\n }", "public List<UserProfile> getProfili() {\r\n\t\t// return upDao.findAll();\r\n\t\treturn upDao.getAllUserProfile();\r\n\t}", "public String[] getProfiles();", "public static List<Field> field_list(String form_Name, String mode) {\n\t try{\n\t Connection connection = getConnection();\n\n\t List<Field> fields = new ArrayList<Field>();\n\t \n\n\t try {\n\t \tPreparedStatement statement;\n\t \tif(mode == \"specific\") {\n\t\t statement = connection.prepareStatement(\"SELECT * FROM template_fields WHERE form_name = '\"+form_Name+\"'\");\n\t \t}\n\t \telse {\n\t \t\tstatement = connection.prepareStatement(\"SELECT * form_name FROM template_fields\");\n\t \t}\n\t \tResultSet rs = statement.executeQuery();\n\n\t while (rs.next()) {\n\t int fieldId = rs.getInt(\"field_id\");\n\t String fieldName = rs.getString(\"field_name\");\n\t String formName = rs.getString(\"form_name\");\n\t String fieldType = rs.getString(\"field_type\");\n\t String fieldValue = rs.getString(\"field_value\");\n\t String fieldMandatory = rs.getString(\"field_mandatory\");\n\t \t PreparedStatement fieldstmt = connection.prepareStatement(\"SELECT * FROM radio_fields WHERE field_id = '\"+fieldId+\"' AND form_name = '\"+form_Name+\"'\");\n\t ResultSet fieldrs = fieldstmt.executeQuery();\n\t List<String> itemList = new ArrayList<String>();\n\t while(fieldrs.next()) {\n\t \titemList.add(fieldrs.getString(\"radio_value\"));\n\t \tSystem.out.println(\"fieldID\" + fieldId + \": \" + fieldrs.getString(\"radio_value\"));\n\t }\n\t String[] fieldRadios = new String[itemList.size()];\n\t fieldRadios = itemList.toArray(fieldRadios);\n\t fieldstmt.close();\n\n\t \n\t Field field = new Field(formName, fieldId, fieldName, fieldType, fieldValue, fieldMandatory, fieldRadios);\n\t System.out.println(fieldRadios);\n\t System.out.println(\"MADA: \" + field.getTheMandatory());\n\t System.out.println(\"field:\" + field.getTheName());\n\t \n\t fields.add(field);\n\t }\n\t statement.close();\n\t connection.close();\n\t } catch (SQLException e) {\n\t e.printStackTrace();\n\t }\n\n\t return fields;\n\t } catch (Exception e) {\n\t e.printStackTrace();\n\t return null;\n\t }\n\t }", "public abstract Properties getProfileProperties();", "Field getFields(int index);", "public List<RecordField> getSubfields() {\n return subfields;\n }", "public java.util.List<org.beangle.security.session.protobuf.Model.Profile.Builder>\n getProfilesBuilderList() {\n return getProfilesFieldBuilder().getBuilderList();\n }", "public EAdList<EAdField<?>> getFields() {\r\n\t\treturn fields;\r\n\t}", "public java.lang.String getProbeFields(int index) {\n return probeFields_.get(index);\n }", "public PpdDocGenRequestPayloadDto getFieldsTemplateListWithLib(Long idTemplate)\n\t{\n\t\tFieldsTemplateDAO daoTemplate = new FieldsTemplateDAO();\n\t\tFieldsTemplateLibraryDAO daoTemplateLib = new FieldsTemplateLibraryDAO();\n\t\t\n\t\tTemplate template = new Template();\n\t\ttemplate.setId(idTemplate);\n\t\t\n\t\tCollection<FieldsTemplate> responseList = daoTemplate.getAllFields(template);\n\t\tCollection<FieldsTemplateLibrary> responseTempLib = daoTemplateLib.getAllFields();\n\t\t\n\t\tPpdDocGenRequestPayloadDto respose = UtilMapping.templateFielsEntityToDTO(responseList,responseTempLib);\n\t\t\n\t\treturn respose;\n\t}", "@Override\n\tpublic void getFields(List<String> table) {\n\t\t\n\t}", "public java.lang.String getProbeFields(int index) {\n return probeFields_.get(index);\n }", "@Test\n public void getFieldsTest() throws ApiException {\n List<FieldDetails> response = api.getFields();\n\n // TODO: test validations\n }", "@Override\r\n\tpublic List<String> listSearchableFields() {\r\n\t\tList<String> listSearchableFields = new ArrayList<String>();\r\n\t\tlistSearchableFields.addAll(super.listSearchableFields());\r\n\r\n\t\tlistSearchableFields.add(\"employeeNumber\");\r\n\r\n\t\tlistSearchableFields.add(\"contactDetails.primaryPhone\");\r\n\r\n\t\tlistSearchableFields.add(\"contactDetails.secondaryPhone\");\r\n\r\n\t\tlistSearchableFields.add(\"contactDetails.streetAddress\");\r\n\r\n\t\tlistSearchableFields.add(\"contactDetails.city\");\r\n\r\n\t\tlistSearchableFields.add(\"contactDetails.zip\");\r\n\r\n\t\treturn listSearchableFields;\r\n\t}", "public List<String> getFields() {\n if (!Strings.isNullOrEmpty(fields)) {\n return Arrays.asList(fields.split(\",\"));\n } else {\n return Collections.emptyList();\n }\n }", "public String getFields() {\n return fields;\n }", "public static final\n List<String> ccListAllFieldName(Class<?> pxClass, Class<?>pxFieldType){\n \n //-- check in\n if(pxClass==null){return null;}\n \n //-- retrieve\n Field[] lpDesField = pxClass.getDeclaredFields();\n if(lpDesField==null){return null;}\n if(lpDesField.length==0){return null;}\n \n //-- filtering\n List<String> lpRes=new LinkedList<String>();\n for(Field it:lpDesField){\n if(it==null){continue;}\n if(pxFieldType==null){continue;}\n if(it.getType().equals(pxFieldType)){\n lpRes.add(it.getName());\n }//+++\n }//..~\n \n return lpRes;\n \n }", "@java.lang.Override\n public java.util.List<? extends org.beangle.security.session.protobuf.Model.ProfileOrBuilder>\n getProfilesOrBuilderList() {\n return profiles_;\n }", "public List<Field> iterateThroughAllFields() {\n\n List<Field> listOfFields = new ArrayList<Field>(fields.length * fields.length);\n // TODO: n**m complexity\n for (int i = 0; i < this.fields.length; i++) {\n for (int j = 0; j < this.fields.length; j++) {\n listOfFields.add(this.fields[i][j]);\n }\n }\n return listOfFields;\n }", "public java.util.List<Field> getFieldsList() {\n if (fieldsBuilder_ == null) {\n return java.util.Collections.unmodifiableList(fields_);\n } else {\n return fieldsBuilder_.getMessageList();\n }\n }", "public PagedList<User> getFriendListProfiles() {\n return this.getFriendListProfiles(\"me\", null);\n }", "List<TemplateDTO> getAllTemplates() throws GAException;", "private String getFields()\n\t{\n\t\tString fields = \"(\";\n\t\t\n\t\tfor(int spot = 0; spot < fieldList.size(); spot++)\n\t\t{\n\t\t\tfields += \"`\" + fieldList.get(spot).getName() + \"`\";\n\t\t\tif(spot == fieldList.size()-1)\n\t\t\t{\n\t\t\t\tfields += \")\";\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tfields += \", \";\n\t\t\t}\n\t\t}\n\t\t\n\t\treturn fields;\n\t}", "@RequestMapping(value = { \"/profiles/\" }, method = RequestMethod.GET)\n public ResponseEntity<List<ProfileVO>> listProfiles() {\n\n List<Profile> profileList = service.findAllProfiles();\n List<ProfileVO> profileVOList = new ArrayList<>();\n profileList.forEach( profile -> {\n ProfileVO profileVO = new ProfileVO();\n profileVO.setId(profile.getId());\n profileVO.setFirstName(profile.getFirstName());\n profileVO.setLastName(profile.getLastName());\n profileVO.setBirthDate(profile.getBirthDate());\n profileVO.setSex(profile.getSex());\n profileVO.setEmailAddress(profile.getEmailAddress());\n if(profile.getProfilePhoto()!=null) {\n FileBucket fileBucket = new FileBucket();\n profileVO.setPhoto(fileBucket);\n try {\n byte[] encodeBase64ForProfilePhoto = Base64.encodeBase64(profile.getProfilePhoto());\n String base64EncodedForProfile = new String(encodeBase64ForProfilePhoto, \"UTF-8\");\n profileVO.setBase64Encoded(base64EncodedForProfile);\n } catch (Exception e) {\n e.printStackTrace();\n }\n }\n profileVOList.add(profileVO);\n });\n\n return new ResponseEntity<List<ProfileVO>>(profileVOList, HttpStatus.OK);\n }", "public org.beangle.security.session.protobuf.Model.Profile getProfiles(int index) {\n if (profilesBuilder_ == null) {\n return profiles_.get(index);\n } else {\n return profilesBuilder_.getMessage(index);\n }\n }", "List<CfgPrintTemplateAttr> selectByExample(CfgPrintTemplateAttrExample example);", "public abstract List<BeanPropertyDefinition> findProperties();", "public Collection<CredentialProfileId> list(StructuredTableContext context, String namespace)\n throws IOException {\n StructuredTable table = context.getTable(CredentialProviderStore.CREDENTIAL_PROFILES);\n Field<?> namespaceIndex = Fields.stringField(CredentialProviderStore.NAMESPACE_FIELD,\n namespace);\n try (CloseableIterator<StructuredRow> iterator = table.scan(Range.singleton(\n Collections.singleton(namespaceIndex)), Integer.MAX_VALUE)) {\n return profilesFromRowIterator(iterator);\n }\n }", "@Override\n public java.util.List<? extends FieldOrBuilder>\n getFieldsOrBuilderList() {\n return fields_;\n }", "List<Pair<String, Value>> fields();", "Page<Accessprofile> listAllByPage(Pageable pageable);", "List<FieldNode> getFields() {\n return this.classNode.fields;\n }", "public InstitutionBean[] loadUsingTemplate(InstitutionBean pObject) throws SQLException\n {\n Connection c = null;\n PreparedStatement ps = null;\n StringBuffer where = new StringBuffer(\"\");\n StringBuffer _sql = new StringBuffer(\"SELECT \" + ALL_FIELDS + \" from institution WHERE \");\n StringBuffer _sqlWhere = new StringBuffer(\"\");\n try\n {\n int _dirtyCount = 0;\n \n if (pObject.isInstitutionidModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"institutionid= ?\");\n }\n \n if (pObject.isNameModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"name= ?\");\n }\n \n if (pObject.isAddressModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"address= ?\");\n }\n \n if (pObject.isCodeModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"code= ?\");\n }\n \n if (pObject.isProviderModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"provider= ?\");\n }\n \n if (pObject.isHeaderlogoModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"headerlogo= ?\");\n }\n \n if (pObject.isIsoModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"iso= ?\");\n }\n \n if (pObject.isFullnameModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"fullname= ?\");\n }\n \n if (pObject.isPhoneModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"phone= ?\");\n }\n \n if (pObject.isUrlModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"url= ?\");\n }\n \n if (pObject.isParentidModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"parentid= ?\");\n }\n \n if (pObject.isCompanyidModified()) {\n _dirtyCount ++; \n _sqlWhere.append((_sqlWhere.length() == 0) ? \" \" : \" AND \").append(\"companyid= ?\");\n }\n \n if (_dirtyCount == 0) {\n throw new SQLException (\"The pObject to look for is invalid : not initialized !\");\n }\n _sql.append(_sqlWhere);\n c = getConnection();\n ps = c.prepareStatement(_sql.toString(),ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);\n _dirtyCount = 0;\n \n if (pObject.isInstitutionidModified()) {\n Manager.setInteger(ps, ++_dirtyCount, pObject.getInstitutionid());\n }\n \n if (pObject.isNameModified()) {\n ps.setString(++_dirtyCount, pObject.getName());\n }\n \n if (pObject.isAddressModified()) {\n ps.setString(++_dirtyCount, pObject.getAddress());\n }\n \n if (pObject.isCodeModified()) {\n ps.setString(++_dirtyCount, pObject.getCode());\n }\n \n if (pObject.isProviderModified()) {\n Manager.setBoolean(ps, ++_dirtyCount, pObject.getProvider());\n }\n \n if (pObject.isHeaderlogoModified()) {\n ps.setString(++_dirtyCount, pObject.getHeaderlogo());\n }\n \n if (pObject.isIsoModified()) {\n ps.setString(++_dirtyCount, pObject.getIso());\n }\n \n if (pObject.isFullnameModified()) {\n ps.setString(++_dirtyCount, pObject.getFullname());\n }\n \n if (pObject.isPhoneModified()) {\n ps.setString(++_dirtyCount, pObject.getPhone());\n }\n \n if (pObject.isUrlModified()) {\n ps.setString(++_dirtyCount, pObject.getUrl());\n }\n \n if (pObject.isParentidModified()) {\n Manager.setInteger(ps, ++_dirtyCount, pObject.getParentid());\n }\n \n if (pObject.isCompanyidModified()) {\n Manager.setInteger(ps, ++_dirtyCount, pObject.getCompanyid());\n }\n \n ps.executeQuery();\n return loadByPreparedStatement(ps);\n }\n finally\n {\n getManager().close(ps);\n freeConnection(c);\n }\n }", "java.lang.String getProbeFields(int index);", "private void createUserListFields(SGTable table) {\n\t\t ListGridField LIST_COLUMN_ID = new ListGridField(\"FIELD_ID\", Util.TI18N.LIST_COLUMN_FIELD(), 145);\n\t\t LIST_COLUMN_ID.setCanEdit(false);\n\t\t ListGridField LIST_COLUMN_CNAME = new ListGridField(\"FIELD_CNAME\", Util.TI18N.LIST_COLUMN_CNAME(), 105);\n\t\t LIST_COLUMN_CNAME.setCanEdit(false);\n\t\t ListGridField COLUMN_WIDTH = new ListGridField(\"FIELD_WIDTH\", Util.TI18N.LIST_COLUMN_WIDTH(), 40);\n\t\t LIST_COLUMN_CNAME.setCanEdit(false);\n\t\t table.setFields(LIST_COLUMN_ID, LIST_COLUMN_CNAME, COLUMN_WIDTH);\n }", "@Transactional(readOnly = true)\n public List<DiscordUserProfile> findAll() {\n log.debug(\"Request to get all DiscordUserProfiles\");\n return discordUserProfileRepository.findAll();\n }", "public List<String> retornaFields() {\n\t\treturn data.retornaFields();\n\t}", "private Map<String,Field> getAllFields(Class clazz) {\n return this.getAllFields(clazz, false);\n }", "public com.google.protobuf.ProtocolStringList\n getProbeFieldsList() {\n return probeFields_.getUnmodifiableView();\n }", "public static String[] getBasicFields() {\n\t\t\tList<String> basicFields = new ArrayList<>();\n\t\t\t\n\t\t\tfor(SearchField field : SearchField.values()) {\n\t\t\t\tbasicFields.add(field.field + \".basic\");\n\t\t\t}\n\t\t\t\n\t\t\treturn basicFields.toArray(new String[basicFields.size()]);\n\t\t}", "@Override\r\n\tpublic List<MemberDto> list() {\n\t\treturn jdbcTemplate.query(\"select * from s_member\", mapper);\r\n\t}", "@Override\n public Field getFields(int index) {\n return fields_.get(index);\n }", "public List<PSTemplateSummary> findAll() throws IPSGenericDao.LoadException, PSTemplateException;", "List<ProfileStatusReader> getActiveProfiles();", "@External(readonly = true)\n\tpublic List<String> get_metadata_fields(){\n\t\t\n\t\treturn this.METADATA_FIELDS;\n\t}" ]
[ "0.5921521", "0.59199256", "0.5867075", "0.5797915", "0.5734958", "0.5727265", "0.56362927", "0.55508375", "0.55386436", "0.5530976", "0.5520845", "0.5516159", "0.54708546", "0.54539096", "0.544796", "0.5445145", "0.54273087", "0.54024655", "0.54006755", "0.5372803", "0.53536594", "0.53245044", "0.5320219", "0.53117055", "0.5309619", "0.52930707", "0.5269796", "0.52689534", "0.52552444", "0.52410847", "0.523564", "0.5232837", "0.52152306", "0.5204455", "0.5204363", "0.5199792", "0.51824695", "0.5166746", "0.5152267", "0.5145443", "0.5135764", "0.5123384", "0.51217794", "0.5113368", "0.50889224", "0.5082991", "0.50715125", "0.50587213", "0.50505114", "0.5045891", "0.50421685", "0.5041546", "0.50405973", "0.5034576", "0.5027148", "0.50259364", "0.50079083", "0.49946684", "0.4987925", "0.49792662", "0.49773195", "0.49633396", "0.49600282", "0.4953714", "0.49498874", "0.49468753", "0.4937919", "0.4928835", "0.4900743", "0.48978662", "0.4895435", "0.488674", "0.4884436", "0.487717", "0.4871564", "0.48702687", "0.4855509", "0.4853598", "0.48491213", "0.48310265", "0.48199728", "0.48181456", "0.47939044", "0.47894803", "0.4787968", "0.4783102", "0.4767902", "0.4766586", "0.47633374", "0.47603193", "0.47508594", "0.47479627", "0.47443417", "0.47230262", "0.4722972", "0.47123027", "0.47092092", "0.470328", "0.47004375", "0.4691963" ]
0.6731868
0
Move container profileField and contained data profileFields
@ThriftMethod VoidDTO moveContainerProfileField(long orgId, ProfileFieldDTO profileFieldDTO, long actorUserId, long adminUserId);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void copyTo(UserProfile userProfile) {\n userProfile.setId(getId());\n userProfile.setCity(getCity());\n userProfile.setZipcode(getZipcode());\n userProfile.setCountry(getCountry());\n userProfile.setTitle(getTitle());\n userProfile.setName(getName());\n userProfile.setFirstName(getFirstName());\n userProfile.setLastName(getLastName());\n userProfile.setUsername(getUsername());\n userProfile.setGender(getGender());\n userProfile.setPoints(getPoints());\n userProfile.setNotifyReportDue(isNotifyReportDue());\n }", "@Test\r\n\tpublic void moveFieldUpOne() {\r\n\t\ttestObj.addNativeField(0);\r\n\t\ttestObj.addNativeField(1);\r\n\t\ttestObj.addRelatedTable(0);\r\n\t\ttestObj.addRelatedTable(1);\r\n\t\ttestObj.makeArrays();\r\n\t\ttestObj.moveFieldUp(1);\r\n\t\ttestObj.makeArrays();\r\n\t\tassertEquals(\"nativeFields should have 1 at position 1\", 1, testObj.getNativeFieldsArray()[1]);\r\n\t\tassertEquals(\"nativeFields should have 0 at position 0\", 0, testObj.getNativeFieldsArray()[0]);\r\n\t\tassertEquals(\"relatedFields should have 0 at position 1\", 0, testObj.getRelatedFieldsArray()[1]);\r\n\t\tassertEquals(\"relatedFields should have 0 at position 0\", 0, testObj.getRelatedFieldsArray()[0]);\r\n\t}", "public static GameProfile fixGameProfile(GameProfile profile) {\n if (profile.getId() != null) {\n return profile;\n }\n\n try {\n return Stream.concat(\n readCustomBlob(profile, \"hd_textures\", MinecraftTexturesPayload.class),\n readCustomBlob(profile, \"textures\", MinecraftTexturesPayload.class)\n )\n .filter(blob -> blob.getProfileId() != null)\n .findFirst()\n .map(blob -> new GameProfile(blob.getProfileId(), blob.getProfileName()))\n .orElse(profile);\n } catch (Exception e) { // Something broke server-side probably\n HDSkins.LOGGER.warn(\"{} had a null UUID and was unable to recreate it from texture profile.\", profile.getName(), e);\n }\n\n return profile;\n }", "public void moveFieldsUp() {\n\t\t\n\t\tif (highlightedFields.size() == 0) return;\n\t\t\n\t\tint numFields = highlightedFields.size();\n\n\t\tXmlNode firstNode = highlightedFields.get(0);\n\t\tint firstNodeIndex = firstNode.getMyIndexWithinSiblings();\n\t\tif (firstNodeIndex < 1) return;\t\t// can't move fields up.\n\t\t\n\t\tXmlNode parentNode = firstNode.getParentNode();\n\t\tXmlNode preceedingNode = parentNode.getChild(firstNodeIndex - 1);\n\t\t// add the preceeding node after the last node\n\t\tparentNode.addChild(firstNodeIndex + numFields, preceedingNode);\n\t\tparentNode.removeChild(preceedingNode);\n\t}", "protected void mapUserProfile2SSOUser() {\r\n\t\tssoUser.setProfileId((String)userProfile.get(AuthenticationConsts.KEY_PROFILE_ID));\r\n\t\tssoUser.setUserName((String)userProfile.get(AuthenticationConsts.KEY_USER_NAME));\r\n\t\tssoUser.setEmail((String)userProfile.get(AuthenticationConsts.KEY_EMAIL));\r\n\t\tssoUser.setFirstName((String)userProfile.get(AuthenticationConsts.KEY_FIRST_NAME));\r\n\t\tssoUser.setLastName((String)userProfile.get(AuthenticationConsts.KEY_LAST_NAME));\r\n\t\tssoUser.setCountry((String)userProfile.get(AuthenticationConsts.KEY_COUNTRY));\r\n\t\tssoUser.setLanguage((String)userProfile.get(AuthenticationConsts.KEY_LANGUAGE));\r\n\t\tssoUser.setTimeZone((String)userProfile.get(AuthenticationConsts.KEY_TIMEZONE));\r\n\t\tssoUser.setLastChangeDate((Date)userProfile.get(AuthenticationConsts.KEY_LAST_CHANGE_DATE));\r\n\t\tssoUser.setLastLoginDate((Date)userProfile.get(AuthenticationConsts.KEY_LAST_LOGIN_DATE));\r\n\t\t// Set current site, it will be used to update user's primary site\r\n\t\tssoUser.setCurrentSite(AuthenticatorHelper.getPrimarySiteUID(request));\r\n\t}", "@ThriftMethod\n ProfileFieldListDTO listProfileField(long orgId, long profileTemplateId, long actorUserId, long adminUserId);", "@SuppressWarnings(\"unchecked\")\r\n\tprotected void mapHeaderToUserProfileMap() {\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_PROFILE_ID,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_PROFILE_ID_PROPERTY_NAME));\r\n\t\tif (LOG.willLogAtLevel(LogConfiguration.DEBUG)) {\r\n\t\t\tLOG.debug(\"userProfile.PROFILE_ID=\"\r\n\t\t\t\t\t + userProfile.get(AuthenticationConsts.KEY_PROFILE_ID));\r\n\t\t}\r\n\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_USER_NAME,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_USER_NAME_PROPERTY_NAME));\r\n\t\tif (LOG.willLogAtLevel(LogConfiguration.DEBUG)) {\r\n\t\t\tLOG.debug(\"userProfile.USERNAME=\"\r\n\t\t\t\t\t + userProfile.get(AuthenticationConsts.KEY_USER_NAME));\r\n\t\t}\r\n\r\n\t\t// set email\r\n\t\tString email = getValue(AuthenticationConsts.HEADER_EMAIL_ADDRESS_PROPERTY_NAME);\r\n\t\tif (email != null) {\r\n\t\t\tint index = email.indexOf(\"^\");\r\n\t\t\tif (index > -1) {\r\n\t\t\t\temail = email.substring(0, index);\r\n\t\t\t}\r\n\t\t}\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_EMAIL, email);\r\n\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_FIRST_NAME,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_FIRST_NAME_PROPERTY_NAME));\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_LAST_NAME,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_LAST_NAME_PROPERTY_NAME));\r\n\t\tuserProfile.put(AuthenticationConsts.KEY_COUNTRY,\r\n\t\t\t\t\t\tgetValue(AuthenticationConsts.HEADER_COUNTRY_PROPERTY_NAME));\r\n\r\n\t\t// Set language, if null, set to default EN\r\n\t\tString language = getValue(AuthenticationConsts.HEADER_LANGUAGE_PROPERTY_NAME);\r\n\t\tif (language == null || (\"\").equals(language.trim())) {\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_LANGUAGE,\r\n\t\t\t\t\t\t\tAuthenticationConsts.DEFAULT_LANGUAGE);\r\n\t\t} else {\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_LANGUAGE, language);\r\n\t\t}\r\n\r\n\t\t// Set Last Change Date in format\r\n\t\tSimpleDateFormat format = new SimpleDateFormat(getProperty(AuthenticationConsts.HEADER_DATE_FORMAT_NAME));\r\n\t\tString lastChangeStr = getValue(AuthenticationConsts.HEADER_LAST_CHANGE_DATE_PROPERTY_NAME);\r\n\t\tif (lastChangeStr != null) {\r\n\t\t\ttry {\r\n\t\t\t\tuserProfile.put(AuthenticationConsts.KEY_LAST_CHANGE_DATE,\r\n\t\t\t\t\t\t\t\tformat.parse(lastChangeStr));\r\n\t\t\t} catch (ParseException pe) {\r\n\t\t\t\tLOG.error(\"Can't set last change date as\"\r\n\t\t\t\t\t\t + lastChangeStr\r\n\t\t\t\t\t\t + pe.getMessage(), pe);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// Set timezone, default value if timezone not found\r\n\t\tString tz = getProperty(getValue(AuthenticationConsts.HEADER_TIMEZONE_PROPERTY_NAME));\r\n\t\tif (tz == null || (\"\").equals(tz.trim())) {\r\n\t\t\tLocale reqLocale = (Locale)request.getAttribute(AuthenticationConsts.SSO_USER_LOCALE);\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_TIMEZONE,\r\n\t\t\t\t\t\t\tAuthenticatorHelper.getUserTimeZoneByLocale(reqLocale));\r\n\t\t} else {\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_TIMEZONE, tz);\r\n\t\t}\r\n\r\n\t\t// Set security level, if null, set as default 0\r\n\t\tString securitylevel = getValue(AuthenticationConsts.HEADER_SECURITY_LEVEL_PROPERTY_NAME);\r\n\t\tif (securitylevel != null && (!(\"\").equals(securitylevel.trim()))) {\r\n\t\t\ttry {\r\n\t\t\t\tuserProfile.put(AuthenticationConsts.KEY_SECURITY_LEVEL,\r\n\t\t\t\t\t\t\t\tFloat.valueOf(securitylevel));\r\n\t\t\t} catch (NumberFormatException ne) {\r\n\t\t\t\tLOG.error(\"Can't change security level \"\r\n\t\t\t\t\t\t + securitylevel\r\n\t\t\t\t\t\t + \" to float value. Will set default value as 0\", ne);\r\n\t\t\t\tuserProfile.put(AuthenticationConsts.KEY_SECURITY_LEVEL,\r\n\t\t\t\t\t\t\t\tAuthenticationConsts.DEFAULT_SECURITY_LEVEL);\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\tuserProfile.put(AuthenticationConsts.KEY_SECURITY_LEVEL,\r\n\t\t\t\t\t\t\tAuthenticationConsts.DEFAULT_SECURITY_LEVEL);\r\n\t\t}\r\n\t}", "void copyJetspeedInformaitonToMiddleTable(List<CustomizeProfileModel> profiles) throws AAException;", "private void shiftElements() {\n RadarContent[] tempArr = new RadarContent[length - 1];\n for (int i = 0; i < length - 1; i++) {\n tempArr[i] = arrProfiles[i + 1];\n }\n arrProfiles = tempArr;\n length--;\n }", "private void cloneFields(Project originalProj, Project cloneProj) {\n\tSet<FieldAssignment> origianlFAssignments = originalProj.getAssignedFields();\n\tif (origianlFAssignments != null) {\n\t for (FieldAssignment originalAssign : origianlFAssignments) {\n\t\tFieldAssignment cloneField = originalAssign.clone();\n\t\tcloneField.setProject(cloneProj);\n\t\tthis.fieldDAO.assignFieldToProject(cloneField);\n\t }\n\t}\n }", "@Test\r\n\tpublic void moveFieldUpZero() {\r\n\t\ttestObj.addNativeField(0);\r\n\t\ttestObj.addNativeField(1);\r\n\t\ttestObj.addRelatedTable(0);\r\n\t\ttestObj.addRelatedTable(1);\r\n\t\ttestObj.makeArrays();\r\n\t\ttestObj.moveFieldUp(0);\r\n\t\ttestObj.makeArrays();\r\n\t\tassertEquals(\"nativeFields should have 0 at position 0\", 0, testObj.getNativeFieldsArray()[0]);\r\n\t\tassertEquals(\"nativeFields should have 1 at position 1\", 1, testObj.getNativeFieldsArray()[1]);\r\n\t\tassertEquals(\"relatedFields should have 0 at position 0\", 0, testObj.getRelatedFieldsArray()[0]);\r\n\t\tassertEquals(\"relatedFields should have 0 at position 1\", 0, testObj.getRelatedFieldsArray()[1]);\r\n\t}", "private void removeProfiles()\r\n\t{\r\n\t\tfor (int i = 0; i < count; i++)\r\n\t\t{\r\n\t\t\tps.setValue(i + PROFILE, \"\");\r\n\t\t}\r\n\t\t\r\n\t\tcount = 0;\r\n\t\tps.setValue(PROFILE_COUNT, count);\r\n\t\t\r\n\t}", "@Test\r\n\tpublic void moveFieldDownOne() {\r\n\t\ttestObj.addNativeField(0);\r\n\t\ttestObj.addNativeField(1);\r\n\t\ttestObj.addRelatedTable(0);\r\n\t\ttestObj.addRelatedTable(1);\r\n\t\ttestObj.makeArrays();\r\n\t\ttestObj.moveFieldDown(1);\r\n\t\ttestObj.makeArrays();\r\n\t\tassertEquals(\"nativeFields should have 0 at position 0\", 0, testObj.getNativeFieldsArray()[0]);\r\n\t\tassertEquals(\"nativeFields should have 1 at position 1\", 1, testObj.getNativeFieldsArray()[1]);\r\n\t\tassertEquals(\"relatedFields should have 0 at position 0\", 0, testObj.getRelatedFieldsArray()[0]);\r\n\t\tassertEquals(\"relatedFields should have 0 at position 1\", 0, testObj.getRelatedFieldsArray()[1]);\r\n\t}", "public void promoteDataField(XmlNode node) {\n\t\t\n\t\tXmlNode parentNode = node.getParentNode();\n\t\tXmlNode grandParentNode = parentNode.getParentNode();\n\t\t\n\t\t// if parent is root (grandparent null) then can't promote\n\t\tif (grandParentNode == null) return;\n\t\t\n\t\tint indexOfParent = grandParentNode.indexOfChild(parentNode);\n\t\t\n\t\tgrandParentNode.addChild(indexOfParent + 1, node);\t// adds after parent\n\t\tnode.setParent(grandParentNode);\n\t\tparentNode.removeChild(node);\n\t}", "public void moveFieldsDown() {\n\t\t\n\t\tif (highlightedFields.size() == 0) return;\n\t\t\n\t\tint numFields = highlightedFields.size();\n\n\t\tXmlNode lastNode = highlightedFields.get(numFields-1);\n\t\tXmlNode parentNode = lastNode.getParentNode();\n\t\t\n\t\tint lastNodeIndex = lastNode.getMyIndexWithinSiblings();\n\t\tif (lastNodeIndex == parentNode.getChildren().size() - 1) return;\t// can't move fields down.\n\t\n\t\tXmlNode succeedingNode = parentNode.getChild(lastNodeIndex + 1);\n\t\t// add the succceeding node before the first node\n\t\tint indexToMoveTo = lastNodeIndex - numFields + 1;\n\t\tparentNode.addChild(indexToMoveTo, succeedingNode);\n\t\t// remove the succeeding node (now 1 more position down the list - after inserting above)\n\t\tparentNode.removeChild(lastNodeIndex + 2);\n\t}", "private void moveValuesToNewDefinition(Study study, AnnotationDefinition annotationDefinition,\r\n AnnotationDefinition annotationDefinitionToRemove) throws ValidationException {\r\n if (annotationDefinitionToRemove.getAnnotationValueCollection() != null \r\n && !annotationDefinitionToRemove.getAnnotationValueCollection().isEmpty()) {\r\n List<AbstractAnnotationValue> valuesToConvert = new ArrayList<AbstractAnnotationValue>();\r\n for (AbstractAnnotationValue value : annotationDefinitionToRemove.getAnnotationValueCollection()) {\r\n if (studyContainsAnnotationValue(value, study)) {\r\n valuesToConvert.add(value); // To not get a ConcurrentModificationException.\r\n }\r\n }\r\n for (AbstractAnnotationValue valueToConvert : valuesToConvert) {\r\n valueToConvert.convertAnnotationValue(annotationDefinition);\r\n }\r\n }\r\n }", "private ProviderProfile parseProfile(Elements tds) throws ParsingException {\n try {\n ProviderProfile profile = new ProviderProfile();\n String id = tds.get(0).text();\n String fullProviderInfo = tds.get(1).text();\n fullProviderInfo = fullProviderInfo.replaceAll(\"\\u00A0\", \" \").trim();\n String adminBoundary = \"\";\n Elements bolds = tds.get(1).children().select(\"b\");\n if (bolds.size() >= 6) {\n adminBoundary = bolds.get(5).text();\n }\n\n String name = Util.getStringInBetween(fullProviderInfo, \"Name:\", \"Address:\");\n String address = Util.getStringInBetween(fullProviderInfo, \"Address:\", \"Phone:\");\n String phone = Util.getStringInBetween(fullProviderInfo, \"Phone:\", \"Fax:\");\n String fax = Util.getStringInBetween(fullProviderInfo, \"Fax:\", \"Administrator:\");\n String administrator = !\"\".equals(adminBoundary) ? Util.getStringInBetween(fullProviderInfo,\n \"Administrator:\", adminBoundary) : \"\";\n \n // classifications\n Elements classifications = tds.get(1).children().select(\"p\");\n for (Element classification : classifications) {\n String para = classification.text().replaceAll(\"\\u00A0\", \" \").trim();\n if (para.contains(\"Minnesota Classifications\")) {\n profile.setStateClassifications(para.substring(\"Minnesota Classifications:\".length()));\n } else if (para.contains(\"Federal Classifications\")) {\n profile.setFederalClassifications(para.substring(\"Federal Classifications:\".length()));\n }\n }\n\n // id\n profile.setEmployerId(id);\n // name\n Business business = new Business();\n profile.setBusiness(business);\n business.setName(name);\n // address\n List<Address> addresses = new ArrayList<Address>();\n Address addressObj = new Address();\n addresses.add(addressObj);\n profile.setAddresses(addresses);\n String[] addressParts = address.split(\" \");\n if (addressParts.length >= 4) {\n String location = addressParts[0].trim();\n String city = addressParts[1].trim();\n String state = addressParts[2].trim();\n String zipcode = addressParts[3].trim();\n addressObj.setLocation(location);\n addressObj.setCity(city);\n addressObj.setState(state);\n addressObj.setZipcode(zipcode);\n }\n // phone\n profile.setContactPhoneNumber(phone);\n // fax\n profile.setContactFaxNumber(fax);\n // administrator\n profile.setContactName(administrator);\n\n profile.setProviderType(getProviderType());\n return profile;\n } catch (Throwable e) {\n throw new ParsingException(\"Failed to parse the html\", e);\n }\n }", "public void outAFirstField(AFirstField tmpNode) {\n LinkedList newList = new LinkedList();\n\n Object[] ids = tmpNode.getIdentifiers().toArray();\n \n // pair field name and type\n for (int i=0, n=ids.length; i<n; i++) {\n newList.add(new AOnefield((PType)tmpNode.getType().clone(),\n (TIdentifier)ids[i]));\n }\n tmpNode.replaceBy(new AField(newList));\n }", "private void prepareUserFieldMapping(JsonObject jsonObj) throws AutomicException {\n Set<Entry<String, JsonElement>> entrySet = jsonObj.entrySet();\n if (userInputFields == null) {\n resultFields = new ArrayList<String>(entrySet.size());\n List<String> excludeHeaders = getExcludedFields();\n for (Map.Entry<String, JsonElement> entry : entrySet) {\n String key = entry.getKey();\n JsonElement value = jsonObj.get(key);\n if (!excludeHeaders.contains(key)) {\n if (value.isJsonPrimitive()) {\n resultFields.add(key);\n } else if (value.isJsonObject()) {\n JsonObject jObj = (JsonObject) value;\n if (jObj.has(\"_refObjectName\")) {\n resultFields.add(key);\n }\n }\n }\n }\n userInputFields = resultFields;\n } else {\n resultFields = new ArrayList<String>();\n Map<String, String> tempMap = new HashMap<String, String>(entrySet.size());\n for (Map.Entry<String, JsonElement> entry : entrySet) {\n String key = entry.getKey();\n tempMap.put(key.toLowerCase(), key);\n }\n StringBuilder invalidFields = new StringBuilder();\n for (String userInput : userInputFields) {\n String resultKey = tempMap.get(userInput.toLowerCase());\n if (resultKey != null) {\n resultFields.add(resultKey);\n } else {\n invalidFields.append(userInput).append(\" \");\n }\n }\n if (invalidFields.length() != 0) {\n throw new AutomicException(\"Invalid export fields have been specified \" + invalidFields.toString());\n }\n }\n }", "@Override\n public StructFields duplicate() {\n final StructFields newStruct = new StructFields();\n newStruct.fields.putAll(fields.entrySet().stream()\n .map(ent -> new Tuple<>(ent.getKey(), ent.getValue().duplicate()))\n .collect(Collectors.toMap(Tuple::getA, Tuple::getB)));\n return newStruct;\n }", "private void restoringDataProfile() {\n mSharedPreferences = getSharedPreferences(Constants.PROFILE_NAME, MODE_PRIVATE);\n avatar = mSharedPreferences.getString(Constants.EDIT_PROFILE_PREFERENCES_KEY_PICTURE_PROFILE, \"\");\n Bitmap savingAvatar = AppSingleton.decodeBase64(avatar);\n if (savingAvatar != null) {\n mImageAvatar.setImageBitmap(savingAvatar);\n }\n\n mEmail.setText(mSharedPreferences.getString(Constants.EDIT_PROFILE_PREFERENCES_KEY_EMAIL, \"[email protected]\"));\n mName.setText(mSharedPreferences.getString(Constants.EDIT_PROFILE_PREFERENCES_KEY_NAME, \"StarMovie\"));\n mBirthDay.setText(mSharedPreferences.getString(Constants.EDIT_PROFILE_PREFERENCES_KEY_BIRTHDAY, \"01/01/1994\"));\n mGender.setText(mSharedPreferences.getString(Constants.EDIT_PROFILE_PREFERENCES_KEY_GENDER, \"Male\"));\n }", "private void setProfileUNr(){\n Set<Hole> holeSet = createHoleSetWithUNr();\n\n for (Profile profile:profiles){\n\n for (Hole hole:profile.getHoles()) {\n setHoleUNr(hole,holeSet);\n }\n\n }\n }", "@Override\n public void loadProfileUserData() {\n mProfilePresenter.loadProfileUserData();\n }", "private void copyFields(NetcdfRecordInfo src, Set<String> excludedFields) {\n Iterator<String> keyIter = src.beanMap.keyIterator();\n Object val;\n while (keyIter.hasNext()) {\n String key = keyIter.next();\n if (this.beanMap.getWriteMethod(key) != null\n && !excludedFields.contains(key)) {\n val = src.beanMap.get(key);\n if (val != null) {\n this.beanMap.put(key, val);\n }\n }\n }\n }", "@Test\n public void testGeneratedProfileFields() {\n Profile p = getProfile(BASIC_PROFILE_PATH);\n assertNotNull(\"Profile uniqueId was null\", p.getUniqueId());\n assertNotNull(\"Profile display name was null\", p.getDisplayName());\n }", "public void setProfile(MetadataProfile profile) {\n\t\tthis.profile = profile;\n\t}", "public void removeProfile(){\n Database db = Database.getInstance(context);\n db.getWritableDatabase().delete(PROFILE_TABLE, null, null);\n }", "private void clearFields(){\r\n fields.forEach(e -> e.clear());\r\n }", "private void populateProfile() {\n mPassword_input_layout.getEditText().setText(mSharedPreferences.getPassWord());\n mEmail_input_layout.getEditText().setText(mSharedPreferences.getEmail());\n mEdit_name_layout.getEditText().setText(mSharedPreferences.getName());\n ((RadioButton) mRadioGender.getChildAt(mSharedPreferences.getGender())).setChecked(true);\n mPhone_input_layout.getEditText().setText(mSharedPreferences.getPhone());\n mMajor_input_layout.getEditText().setText(mSharedPreferences.getMajor());\n mClass_input_layout.getEditText().setText(mSharedPreferences.getYearGroup());\n\n // Load profile photo from internal storage\n try {\n FileInputStream fis = openFileInput(getString(R.string.profile_photo_file_name));\n Bitmap bmap = BitmapFactory.decodeStream(fis);\n mImageView.setImageBitmap(bmap);\n fis.close();\n } catch (IOException e) {\n // Default profile\n }\n }", "private void syncProfileNames() {\r\n\t\tfor (int i = 0; i < parsedProfiles.size(); i++) {\r\n\t\t\tparsedProfiles.get(i).setName(tableSelectionPD.getProfileName(i));\r\n\t\t}\r\n\t}", "protected ProfileRecord composeRecord(BaseSyncItem item, IData data) {\n return null; //TODO\n }", "public static Object dealFieldsProcessBeforeSave(String prefix, Object struct){\n\t\tif(struct == null){\n\t\t\treturn null;\n\t\t}\n\t\tIFieldsInterface<?> fInf = null;\n\t\tIFieldsInterface<Object> oInf;\n\n\t\tif(Constant.PREFIX_CONTACTS.equals(prefix)){\n\t\t\t// contact\n\t\t\tfInf = new ContactFieldsProcess();\n\t\t} else if(Constant.PREFIX_EVENT.equals(prefix) ){\n\t\t\t// calendar\t\n\t\t} else if(Constant.PREFIX_TASKS.equals(prefix) ){\n\t\t\t// task\t\n\t\t}\n\t\tObject obj = null;\n\t\tif(fInf != null){\n\t\t\toInf = (IFieldsInterface<Object>) fInf;\n\t\t\tobj = oInf.structProcessBeforeSave(struct);\n\t\t}else{\n\t\t\tobj = struct;\n\t\t}\n\t\treturn obj;\n\t}", "private void pasteMetaDataFromClipboardField(OwField prop_p) throws Exception\r\n {\r\n OwClipboard clipboard = getClipboard();\r\n if (clipboard != null && !clipboard.getContent().isEmpty())\r\n {\r\n Iterator it = clipboard.getContent().iterator();\r\n while (it.hasNext())\r\n {\r\n OwField field = ((OwClipboardContentOwField) it.next()).getField();\r\n //search for the correct field <--> field association\r\n if (field.getFieldDefinition().getClassName().equals(prop_p.getFieldDefinition().getClassName()))\r\n {\r\n prop_p.setValue(field.getValue());\r\n\r\n //exit loop\r\n break;\r\n }\r\n }\r\n }\r\n }", "private void convertMemberTypeInIntoMember() {\n member = new Member();\n\n member.setLogin(memberTypeIn.getLogin().toUpperCase());\n member.setFirstName(memberTypeIn.getFirstName().toUpperCase());\n member.setLastName(memberTypeIn.getLastName().toUpperCase());\n member.setPassword(memberTypeIn.getPassword().toUpperCase());\n member.setEmail(memberTypeIn.getEmail().toUpperCase());\n member.setRole(memberTypeIn.getRole().toUpperCase());\n logger.info(\"conversion memberType into member done\");\n }", "public void fetchFields(DNStateManager sm)\r\n {\r\n sm.replaceFields(fpMembers, fm);\r\n }", "public void fetchFields(DNStateManager sm)\r\n {\r\n sm.replaceFields(fpMembers, fm);\r\n }", "public void removeExtraField(final ZipShort type) {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"70852260-a6a7-4a20-80e7-2845726cb793\");\n if (extraFields == null) {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"1cdd41c5-cc00-4c20-a3c8-6a48c9b2e38f\");\n throw new java.util.NoSuchElementException();\n }\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"2fbc1b80-8711-4927-9154-0594662dc65e\");\n final List<ZipExtraField> newResult = new ArrayList<ZipExtraField>();\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"8b80c44d-009c-4470-aff3-4763097b9f9a\");\n for (final ZipExtraField extraField : extraFields) {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"6be62b96-f85a-4404-b95f-7cac16120acf\");\n if (!type.equals(extraField.getHeaderId())) {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"6215ed97-256f-4341-8f39-b74bd2fe2749\");\n newResult.add(extraField);\n }\n }\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"189c7f29-fa24-4106-be1a-8b02c592ebaa\");\n if (extraFields.length == newResult.size()) {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"c986e14c-19c0-4d38-9f2d-d08e6c1c6f1b\");\n throw new java.util.NoSuchElementException();\n }\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"f10934cb-d037-4768-bb8a-7ad1da158142\");\n extraFields = newResult.toArray(new ZipExtraField[newResult.size()]);\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"7235b8ea-0326-4ddb-afac-2da6c4483bd7\");\n setExtra();\n }", "public Builder clearProfileImage() {\n \n profileImage_ = getDefaultInstance().getProfileImage();\n onChanged();\n return this;\n }", "public static void cloneProfile(Profile profile)\n throws IOException\n {\n String newName = \n (String) JOptionPane.showInputDialog(MainFrame.getInstance(),\n \"Enter new profile name\");\n if (newName == null)\n return;\n newName = newName.trim();\n if (newName.length() == 0)\n return;\n\n // Does a profile with this name already exist?\n if (ProfileManager.getInstance().getProfile(newName) != null)\n {\n JOptionPane.showMessageDialog(MainFrame.getInstance(),\n \"A profile with that name already exists.\", \"Error\",\n JOptionPane.ERROR_MESSAGE);\n return;\n }\n \n Profile newProfile = new Profile(newName, profile.getAddress(),\n profile.getPort(), profile.getUserName(), profile.getPassword(),\n profile.getParameters());\n try\n {\n ProfileManager.getInstance().updateProfile(newProfile);\n TreePanel.getInstance().addProfile(newProfile);\n }\n catch (SQLException e)\n {\n // This should never happen.\n }\n }", "public void upload() {\n try {\n BufferedImage bufferedProfile = ImageIO.read(profilePicture.getInputStream());\n FaceImage face = new FaceImage(bufferedProfile);\n\n if (face.foundFace()) {\n\n face.setNoCropMultiplier(1);\n face.setAdditionPadding(20);\n face.setDimension(128, 128);\n BufferedImage profilePicture = face.getScaledProfileFace();\n\n File outfile = new File(Settings.NEW_PROFILE_IMAGE_PATH.replace(\"~~username~~\", student.getUserName()));\n ImageIO.write(profilePicture, \"png\", outfile);\n\n success = true;\n\n student.setProfilePicturePath(\"profile/\" + student.getUserName() + \".png\");\n save();\n\n } else {\n FacesContext.getCurrentInstance().addMessage(\"imageContainer:file\", new FacesMessage(\"Kein Gesicht gefunden!\"));\n\n }\n\n } catch (IOException e) {\n System.err.println(\"something went wrong \" + e.getMessage());\n }\n\n }", "public void addAsFirstExtraField(final ZipExtraField ze) {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"4c28d4a6-8986-40c6-b210-d044aab8251a\");\n if (ze instanceof UnparseableExtraFieldData) {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"3d9f9c08-e83a-436a-a8e6-86f86bd970af\");\n unparseableExtra = (UnparseableExtraFieldData) ze;\n } else {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"c35acbb6-3608-4438-9a3b-2e13d04a75a3\");\n if (getExtraField(ze.getHeaderId()) != null) {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"11874c15-028a-440f-8a51-54f6de7d8834\");\n removeExtraField(ze.getHeaderId());\n }\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"1eda37ab-9698-47a7-98da-b090770a9fd5\");\n final ZipExtraField[] copy = extraFields;\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"52861454-df58-45a4-a4ea-fadccf33506e\");\n final int newLen = extraFields != null ? extraFields.length + 1 : 1;\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"bd7052b3-7eb3-4bec-8203-290549716189\");\n extraFields = new ZipExtraField[newLen];\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"f4f61f84-b9ec-4ec0-b697-37d032a7a8fb\");\n extraFields[0] = ze;\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"86004d7e-add5-4495-b688-e71892b6f3ee\");\n if (copy != null) {\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"4e30f42c-8c61-4810-b892-2d8b24ce71f8\");\n System.arraycopy(copy, 0, extraFields, 1, extraFields.length - 1);\n }\n }\n writeline(\"/home/ubuntu/results/coverage/ZipArchiveEntry/ZipArchiveEntry_5_10.coverage\", \"74b18f9f-5af2-497f-a1b9-1aaa00af7a4f\");\n setExtra();\n }", "@Override\r\n\t\tpublic List<EObject> caseProfile(Profile object) {\r\n\t\t\tList<EObject> result = safeList(basicGetContentsToMerge(object,\r\n\t\t\t\tphase), phase);\r\n\r\n\t\t\tresult.remove(object.getEAnnotation(PROFILE_DIAGRAMS_ANNOTATION));\r\n\r\n\t\t\treturn result;\r\n\t\t}", "private void pasteMetaDataFromClipboardObject(OwField prop_p) throws Exception\r\n {//TODO implement paste MetaData from Clipboard Field to field\r\n if (prop_p != null)\r\n {\r\n OwClipboard clipboard = getClipboard();\r\n OwObject clipboardObject = ((OwClipboardContentOwObject) clipboard.getContent().get(0)).getObject();\r\n try\r\n {\r\n OwField clipboardfield = clipboardObject.getProperty(prop_p.getFieldDefinition().getClassName());\r\n\r\n // filter only writable user fields\r\n if (isfieldPasteable(prop_p, clipboardObject))\r\n {\r\n prop_p.setValue(clipboardfield.getValue());\r\n }\r\n }\r\n catch (OwObjectNotFoundException e)\r\n {\r\n // ignore\r\n }\r\n }\r\n }", "private UserDto mapFromUserToDto(User user) {\n UserDto userDto = new UserDto();\n userDto.setId(user.getId());\n userDto.setUsername(user.getUserName());\n userDto.setName(String.format(\"%s %s\", user.getFirstName(), user.getLastName()));\n userDto.setEmail(user.getEmail());\n userDto.setAvatar(user.getAvatar());\n return userDto;\n }", "@SuppressWarnings({\"unchecked\", \"rawtypes\"})\n public static Object convertToFieldOfDataTransferObject(Object dto, String prefix, Map<String, Object> record, Field field, String[] filter) {\n Object reValue = null;\n if (null != record && null != field) {\n String entityFieldPath = getEntityMappingFieldPath(field);\n if (!StringUtils.isEmpty(prefix)) {\n entityFieldPath = prefix + Constants.DOT + entityFieldPath;\n }\n\n Class<?> fieldType = MappingUtils.getFieldType(field);\n if (validate(fieldType)) {\n Object innerDTO = null;\n try {\n if (ObjectUtils.fieldIsCollection(field)) {\n Collection collection = ObjectUtils.getValueOfField(dto, field.getName(), Collection.class);\n if (null == collection) {\n collection = ObjectUtils.newInstanceCollection(field.getType());\n } else {\n for (Object obj : collection) {\n String keyOne = getKey(fieldType, obj);\n String keyTwo = getKey(entityFieldPath, fieldType, record);\n if (keyOne.equals(keyTwo)) {\n innerDTO = obj;\n break;\n }\n }\n }\n\n Object value = convertToDataTransferObject(innerDTO, entityFieldPath, record, fieldType, filter);\n\n if (null == innerDTO) {\n collection.add(value);\n }\n reValue = collection;\n } else {\n reValue = convertToDataTransferObject(null, entityFieldPath, record, fieldType, filter);\n }\n } catch (NoSuchMethodException e) {\n throw new ConstructorInvalidException(\"Cannot new collection instance for field \"\n + dto.getClass().getSimpleName() + \".\" + field.getName(), e);\n } catch (IllegalAccessException e) {\n throw new FieldInaccessibleException(\"Cannot get value for field \"\n + dto.getClass().getSimpleName() + \".\" + field.getName(), e);\n }\n } else if (MappingUtils.isKeepField(entityFieldPath, filter)) {\n Class<?> fieldConverter = getFieldConverterType(field);\n reValue = convertField(fieldConverter, record.get(entityFieldPath));\n }\n }\n return reValue;\n }", "public void setProfile(Profile profile) {\n _profile = profile;\n }", "@Override\n public void onChanged(@Nullable final Profile profile) {\n userProfile = profile;\n }", "public Builder clearProfile() {\n if (profileBuilder_ == null) {\n profile_ = null;\n onChanged();\n } else {\n profile_ = null;\n profileBuilder_ = null;\n }\n\n return this;\n }", "public RemoveObject2Tag(RecordHeader recordHeader) {\n this.recordHeader = new RecordHeader();\n this.recordHeader.setTagCode(recordHeader.getTagCode());\n this.recordHeader.setTagLength(recordHeader.getTagLength());\n }", "Update withSecurityProfile(SecurityProfile securityProfile);", "private void convertMemberTypeUpdateIntoMember(MemberTypeUpdate memberTypeUpdate) {\n member = new Member();\n member.setLogin(memberTypeUpdate.getLogin().toUpperCase());\n member.setFirstName(memberTypeUpdate.getFirstName().toUpperCase());\n member.setPassword(memberTypeUpdate.getPassword().toUpperCase());\n member.setLastName(memberTypeUpdate.getLastName().toUpperCase());\n member.setEmail(memberTypeUpdate.getEmail().toUpperCase());\n member.setRole(memberTypeUpdate.getRole().toUpperCase());\n logger.info(\"conversion memberTypeUpdate into member done\");\n }", "protected Map createCloneFromFields(Map fields_p) throws Exception\r\n {\r\n Map result = new HashMap();\r\n Set keys = fields_p.keySet();\r\n for (Iterator iterator = keys.iterator(); iterator.hasNext();)\r\n {\r\n String name = (String) iterator.next();\r\n OwEditField value = (OwEditField) fields_p.get(name);\r\n OwEditField clonedValue = new OwEditField(value.getFieldDefinition(), value.getValue());\r\n result.put(name, clonedValue);\r\n }\r\n return result;\r\n }", "private void addColumnDetails()\n {\n Vector cols = m_recProf.getColumnProfiles();\n for (int i = 0 ; i < cols.size() ; i++)\n {\n ColumnProfile c = (ColumnProfile)cols.elementAt(i);\n addColumnDetail(c, i);\n }\n }", "private List<SuperSetterBasedBuilderField> deduplicateByName(List<SuperSetterBasedBuilderField> fields) {\n List<SuperSetterBasedBuilderField> result = new ArrayList<>();\n for (SuperSetterBasedBuilderField field : fields) {\n if (!alreadyContainsField(result, field)) {\n result.add(field);\n }\n }\n return result;\n }", "public void setProfile(Profile profile) {\n\t\tthis.profile = profile;\n\t}", "@Override\n\tpublic void modifyUserProfile(UserProfile userProfile) throws AbortModifyException {\n\t\toldParentNode = (FolderIndex) userProfile.getFileById(oldParentKey);\n\t\tif (oldParentNode == null) {\n\t\t\tthrow new AbortModifyException(\"Could not find the old parent.\");\n\t\t} else if (!oldParentNode.canWrite(sender)) {\n\t\t\tthrow new AbortModifyException(\"User was not allowed to change the source directory.\");\n\t\t}\n\n\t\tmovedNode = oldParentNode.getChildByName(sourceFileName);\n\t\tif (movedNode == null) {\n\t\t\tthrow new AbortModifyException(\"File node that should be moved not found.\");\n\t\t}\n\n\t\tnewParentNode = (FolderIndex) userProfile.getFileById(newParentKey);\n\t\tif (newParentNode == null) {\n\t\t\tthrow new AbortModifyException(\"Could not find the new parent.\");\n\t\t} else if (!newParentNode.canWrite(sender)) {\n\t\t\tthrow new AbortModifyException(\"User was not allowed to change the destination directory.\");\n\t\t}\n\n\t\t// relink\n\t\toldParentNode.removeChild(movedNode);\n\t\tnewParentNode.addChild(movedNode);\n\t\tmovedNode.setParent(newParentNode);\n\n\t\t// change the child's name\n\t\tmovedNode.setName(destFileName);\n\t}", "public void createEditProfileSession(Profile profile) {\n editor.putString(KEY_EMAIL, profile.getMail());\n editor.putString(KEY_NAME, profile.getName());\n editor.putString(KEY_NUMBER,profile.getMobile());\n editor.commit();\n }", "@SuppressWarnings(\"unchecked\")\n private void upSize()\n {\n T[] newArray = (T[]) new Object [theArray.length * 2];\n for (int i =0; i < theArray.length; i++){\n newArray[i] = theArray[i];\n }\n theArray = newArray;\n }", "protected void fillAdditionalFields(U user, Map<String, Object> map) {\n\t}", "public void writeInsertFieldsIntoRow(AbstractRecord record, AbstractSession session) {\n if (this.isReadOnly()) {\n return;\n }\n record.put(this.getField(), null);\n }", "private void removeInsuranceInformation() {\n //remove insurance information\n InsuranceCompany[] emptyInsurance = new InsuranceCompany[0];\n user.setInsuranceInfo(emptyInsurance);\n }", "private void retrieveProfileInformation() {\n StorageReference profileImageReference = storageReference.child(currentUser.getUid()).child(\"profile_image.jpg\");\n profileImageReference.getDownloadUrl().addOnSuccessListener(uri -> Picasso.get().load(uri).into(profileImage));\n\n //Existing Profile Information\n profileReference.child(currentUser.getUid()).addListenerForSingleValueEvent(new ValueEventListener() {\n @Override\n public void onDataChange(@NonNull DataSnapshot snapshot) {\n ProfileBean profileBean = snapshot.getValue(ProfileBean.class);\n if (profileBean != null) {\n //Account\n fullName.getEditText().setText(profileBean.getFullName());\n email.getEditText().setText(profileBean.getEmail());\n phone.getEditText().setText(profileBean.getPhone());\n summary.getEditText().setText(profileBean.getSummary());\n\n //Personal\n genderAtv.setText(profileBean.getGender(), false);\n birthDate.getEditText().setText(profileBean.getBirthDate());\n address.getEditText().setText(profileBean.getAddress());\n city.getEditText().setText(profileBean.getCity());\n state.getEditText().setText(profileBean.getState());\n pincode.getEditText().setText(profileBean.getPincode());\n\n //Education\n field.getEditText().setText(profileBean.getField());\n degreeAtv.setText(profileBean.getDegree(), false);\n institution.getEditText().setText(profileBean.getInstitution());\n eduCity.getEditText().setText(profileBean.getEduCity());\n eduState.getEditText().setText(profileBean.getEduState());\n stillStudying.setChecked(profileBean.isStillStudying());\n graduationDate.getEditText().setText(profileBean.getGraduationDate());\n\n //Work Experience\n jobTitle.getEditText().setText(profileBean.getJobTitle());\n jobCompany.getEditText().setText(profileBean.getCompany());\n jobLocation.getEditText().setText(profileBean.getLocation());\n jobExperience.getEditText().setText(String.valueOf(profileBean.getJobExperience()));\n jobDesc.getEditText().setText(profileBean.getJobDescription());\n stillWorking.setChecked(profileBean.isStillWorking());\n\n } else {\n Toast.makeText(getApplicationContext(), \"Something went wrong. Try again\", Toast.LENGTH_LONG).show();\n }\n }\n\n @Override\n public void onCancelled(@NonNull DatabaseError error) {\n Toast.makeText(getApplicationContext(), \"Something went wrong. Try again\", Toast.LENGTH_LONG).show();\n }\n });\n\n }", "public static void writeUserProfile(Profile profile) throws IOException {\n\n try (BufferedWriter writer = Files.newBufferedWriter(Paths.get(USER_PROFILE));\n\n CSVPrinter csvPrinter = new CSVPrinter(writer, CSVFormat.EXCEL.withHeader(\"firstName\",\"lastName\",\"email\",\"password\",\"phoneNumber\",\"insuranceCompanyName\",\"insuranceCompanyFax\", \"insuranceCompanyEmail\"));\n ) {\n csvPrinter.printRecord(profile.getFirstName().toString(), profile.getLastName(), profile.getEmail(), profile.getPw(), profile.getPhoneNumber(), profile.getInsuranceCompanyName(), profile.getInsuranceCompanyFax(), profile.getInsuranceCompanyEmail());\n csvPrinter.flush();\n }\n }", "public static Object dealFieldsProcess(String prefix, Object struct){\n\t\tif(struct == null){\n\t\t\treturn null;\n\t\t}\n\t\tIFieldsInterface<?> fInf = null;\n\t\tIFieldsInterface<Object> oInf;\n\n\t\tif(Constant.PREFIX_CONTACTS.equals(prefix)){\n\t\t\t// contact\n\t\t\tfInf = new ContactFieldsProcess();\n\t\t} else if(Constant.PREFIX_EVENT.equals(prefix) ){\n//\t\t\t// calendar\t\n//\t\t\tfInf = new EventFieldsProcess();\n\t\t} else if(Constant.PREFIX_TASKS.equals(prefix) ){\n//\t\t\t// task\t\n//\t\t\tfInf = new TaskFieldsProcess();\n\t\t}\n\n\t\toInf = (IFieldsInterface<Object>) fInf;\n\t\tObject obj = oInf.structProcess(struct);\n\t\treturn obj;\n\t}", "private List<Field> getMappedFields(Mapping objectMapping, DataSourceType dataSourceType) {\n List<Field> mappedFields = null;\n if (dataSourceType == DataSourceType.SOURCE) {\n FieldGroup fg = objectMapping.getInputFieldGroup();\n if (fg != null) {\n mappedFields = fg.getField();\n } else {\n mappedFields = objectMapping.getInputField();\n }\n } else {\n mappedFields = objectMapping.getOutputField();\n }\n return mappedFields;\n }", "void onPrepareForSubmit() {\n\t\t// Create the same list as was rendered.\n\t\t// Loop will write its input field values into the list's objects.\n\n\t\tcreatePersonsList();\n\n\t\t// Prepare to take a copy of each field.\n\n\t\trowNum = -1;\n\t\tfirstNameFieldCopyByRowNum = new HashMap<Integer, FieldCopy>();\n\t\tlastNameFieldCopyByRowNum = new HashMap<Integer, FieldCopy>();\n\t\tregionFieldCopyByRowNum = new HashMap<Integer, FieldCopy>();\n\t\tstartDateFieldCopyByRowNum = new HashMap<Integer, FieldCopy>();\n\t}", "private com.google.protobuf.SingleFieldBuilderV3<\n com.google.protobuf2.Any, com.google.protobuf2.Any.Builder, com.google.protobuf2.AnyOrBuilder> \n getProfileFieldBuilder() {\n if (profileBuilder_ == null) {\n profileBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<\n com.google.protobuf2.Any, com.google.protobuf2.Any.Builder, com.google.protobuf2.AnyOrBuilder>(\n getProfile(),\n getParentForChildren(),\n isClean());\n profile_ = null;\n }\n return profileBuilder_;\n }", "protected void m10240a(ProfileDTO profileDTO) {\n super.onPostExecute(profileDTO);\n if (profileDTO != null) {\n if (this.f8957a.f8976d != null) {\n this.f8957a.f8976d.setAvatarUrl(profileDTO.getAvatar());\n this.f8957a.f8976d.setNickname(profileDTO.getNickname());\n this.f8957a.f8973a.mo3313b(this.f8957a.f8976d);\n }\n this.f8957a.f8994v = profileDTO;\n } else {\n this.f8957a.f8973a.mo3320d(\"\");\n }\n this.f8957a.m10302a(this.f8957a.f8995w);\n }", "private void prepareFields(Entity entity, boolean usePrimaryKey) \r\n\t\t\tthrows IllegalArgumentException, IllegalAccessException, InvocationTargetException{\r\n\t\tprimaryKeyTos = new ArrayList<FieldTO>();\r\n\t\tfieldTos = new ArrayList<FieldTO>();\r\n\t\tField[] fields = entity.getClass().getDeclaredFields();\t\r\n\t\t\r\n\t\t//trunk entity to persistence\r\n\t\tfor(int i=0; i<fields.length; i++){\r\n\t\t\tField reflectionField = fields[i];\r\n\t\t\tif(reflectionField!=null){\r\n\t\t\t\treflectionField.setAccessible(true);\r\n\t\t\t\tAnnotation annoField = reflectionField.getAnnotation(GPAField.class);\r\n\t\t\t\tAnnotation annoFieldPK = reflectionField.getAnnotation(GPAPrimaryKey.class);\r\n\t\t\t\tAnnotation annoFieldBean = reflectionField.getAnnotation(GPAFieldBean.class);\r\n\t\t\t\t/* \r\n\t\t\t\t ainda falta validar a chave primária do objeto\r\n\t\t\t\t por enquanto so esta prevendo pk usando sequence no banco\r\n\t\t\t\t objeto id sempre é gerado no banco por uma sequence\r\n\t\t\t\t*/\r\n\t\t\t\tif(annoFieldPK!=null && annoFieldPK instanceof GPAPrimaryKey){\r\n\t\t\t\t\tGPAPrimaryKey pk = (GPAPrimaryKey)annoFieldPK;\r\n\t\t\t\t\t//if(pk.ignore() == true){\r\n\t\t\t\t\t//\tcontinue;\r\n\t\t\t\t\t//}else{\r\n\t\t\t\t\tString name = pk.name();\r\n\t\t\t\t\tObject value = reflectionField.get(entity);\r\n\t\t\t\t\tfieldTos.add(new FieldTO(name, value));\r\n\t\t\t\t\tcontinue;\r\n\t\t\t\t\t//}\r\n\t\t\t\t}\r\n\t\t\t\tif(annoField!=null && annoField instanceof GPAField){\r\n\t\t\t\t\tGPAField field = (GPAField)annoField;\r\n\t\t\t\t\tString name = field.name();\r\n\t\t\t\t\tObject value = reflectionField.get(entity);\r\n\t\t\t\t\tfieldTos.add(new FieldTO(name, value));\r\n\t\t\t\t\tcontinue;\r\n\t\t\t\t}\r\n\t\t\t\tif(annoFieldBean!=null && annoFieldBean instanceof GPAFieldBean){\r\n\t\t\t\t\tGPAFieldBean field = (GPAFieldBean)annoFieldBean;\r\n\t\t\t\t\tString name = field.name();\r\n\t\t\t\t\tObject value = reflectionField.get(entity);\r\n\t\t\t\t\tfieldTos.add(new FieldTO(name, value));\r\n\t\t\t\t\tcontinue;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}", "public void setUserProfile(UserProfile userProfile) {this.userProfile = userProfile;}", "public interface Profile extends Model {\n /**\n * The fields that represent the Profile object in json form. <p/> </p>\n */\n public static enum Field {\n /**\n * The json field for identityId.\n */\n IDENTITY_ID(\"identityId\"),\n\n /**\n * The json field for fullName.\n */\n FULL_NAME(\"fullName\"),\n\n /**\n * The json field for avatarUrl.\n */\n AVATAR_URL(\"avatarUrl\");\n\n /**\n * The json field that the instance represents.\n */\n private final String jsonString;\n\n /**\n * Creates a field base on the a json element.\n *\n * @param jsonString the name of the element\n */\n private Field(String jsonString) {\n this.jsonString = jsonString;\n }\n\n /**\n * Emits the field as a json element.\n *\n * @return the field name\n */\n @Override\n public String toString() {\n return jsonString;\n }\n }\n\n /**\n * Gets the identity id associated with this profile.\n *\n * @return the identity id\n */\n String getIdentityId();\n\n /**\n * Sets the identity id associated with this profile.\n *\n * @param identityId the identity id\n */\n void setIdentityId(String identityId);\n\n /**\n * Gets the full name of the associated identity.\n *\n * @return the full name\n */\n String getFullName();\n\n /**\n * Sets the full name of the associated identity.\n *\n * @param fullName the full name\n */\n void setFullName(String fullName);\n\n /**\n * Gets the avatar url of the associated identity.\n *\n * @return the avatar url\n */\n String getAvatarUrl();\n\n /**\n * Sets the avatar url of the associated identity.\n *\n * @param avatarUrl the avatar url\n */\n void setAvatarUrl(String avatarUrl);\n\n}", "private void onProfileRefresh(Profile profile) {\n if (profile == null)\n throw new IllegalStateException(\"A profile cannot be null on successful profile refresh\");\n\n boolean ownProfile = userId.equals(Login.getUserId());\n\n profile.setUserId(userId);\n if (ownProfile)\n Login.setProfile(profile);\n\n profileImage.setImageBitmap(profile.getProfileImage());\n profile.setProfileImage(null); // save memory\n nameView.setText(profile.getName());\n String address = profile.getCity() + \", \" + profile.getState();\n addressView.setText(address);\n favouriteActivityView.setText(profile.getFavouriteSport());\n\n setupBioTextView(profile);\n\n onFriendsSync(profile);\n }", "@Test\r\n\tpublic void moveFieldUpError() {\r\n\t\ttestObj.addNativeField(0);\r\n\t\ttestObj.addNativeField(1);\r\n\t\ttestObj.addRelatedTable(0);\r\n\t\ttestObj.addRelatedTable(1);\r\n\t\ttestObj.makeArrays();\r\n\t\ttry {\r\n\t\t\ttestObj.moveFieldUp(-1);\r\n\t\t \tfail(\"Expected an IndexOutOfBoundsException to be thrown for moveFieldUp\");\r\n\t\t} \r\n\t\tcatch (IndexOutOfBoundsException anIndexOutOfBoundsException) {\r\n\t\t \treturn;\r\n\t\t}\r\n\t}", "private void populateEmptyFields(DublinCoreMetadataCollection dublinCoreMetadata, Set<String> emptyFields) {\n for (String field : emptyFields) {\n try {\n dublinCoreMetadata.addField(dublinCoreProperties.get(field), \"\", getListProvidersService());\n } catch (Exception e) {\n logger.error(\"Skipping metadata field '{}' because of error: {}\", field, ExceptionUtils.getStackTrace(e));\n }\n }\n }", "private void copyFksToParents( EntityInstanceImpl ei, DataRecord dataRecord )\n {\n RelRecord relRecord = dataRecord.getRelRecord();\n for ( RelField relField : relRecord.getRelFields() )\n {\n final RelFieldParser p = new RelFieldParser();\n p.parse( relField, ei );\n p.copySrcToRel();\n }\n }", "public abstract VisitorProfile save(VisitorProfile profile);", "@Override\n\t\t\tpublic void updata(Object allData) {\n\t\t\t\tif (allData != null && allData instanceof PhotoGraGoodsBean) {\n\t\t\t\t\tPhotoGraGoodsBean bean = (PhotoGraGoodsBean) allData;\n\t\t\t\t\tmList.addAll(bean.getList());\t\t\t\n\t\t\t\t\t\tinitadapter();\n\t\t\t\t}\n\t\t\t}", "public void setProfile(String profile) {\n this.profile = profile == null ? null : profile.trim();\n }", "@Override\n protected void removeMember() {\n }", "private void createFieldList(List<FieldDelimiterHolder> list) {\n for (FieldDelimiterHolder holder : list) {\n Field field = FieldFactory.create(holder.name, holder.previous, holder.next);\n fields.add(field);\n if (field.saveable()) {\n saveableFields.add(field);\n }\n }\n\n // the saveableFields List is fields List minus the Skip fields\n // sorted so AppendFields are last\n Collections.sort(saveableFields, new FieldComparator());\n }", "public void copyTagFields(Tag tag, AbstractTag abstractTag, Track track)\r\n \t\tthrows KeyNotFoundException, FieldDataInvalidException {\r\n \tTagField field;\r\n \tString value;\r\n \tboolean firstValue;\r\n \r\n \tIterator<Entry<TagFieldKey, Set<String>>> entries = track.getTrackData().getAllTagFieldValuesIterator();\r\n \t\twhile (entries.hasNext()) {\r\n \t\t\tEntry<TagFieldKey, Set<String>> entry = entries.next();\r\n \t\t\tIterator<String> values = entry.getValue().iterator();\r\n \t\t\tfirstValue = true;\r\n \t\t\twhile (values.hasNext()) {\r\n \t\t\t\tvalue = values.next();\r\n \t\t\t\tif (Util.isEmpty(value)) {\r\n \t\t\t\t\ttag.deleteTagField(entry.getKey());\r\n \t\t\t\t}\r\n \t\t\t\telse {\r\n \t\t\t\t\tfield = abstractTag.createTagField(entry.getKey(), value);\r\n \t\t\t\t\tif (firstValue) {\r\n \t\t\t\t\t\ttag.set(field);\r\n \t\t\t\t\t\tfirstValue = false;\r\n \t\t\t\t\t}\r\n \t\t\t\t\telse {\r\n \t\t\t\t\t\ttag.add(field);\r\n \t\t\t\t\t}\r\n \t\t\t\t}\r\n \t\t\t}\r\n \t\t}\r\n }", "private void updateStudentProfileInfo() {\n\t\t\n\t\tstudent.setLastName(sLastNameTF.getText());\n\t\tstudent.setFirstName(sFirstNameTF.getText());\n\t\tstudent.setSchoolName(sSchoolNameTF.getText());\n\t\t\n\t\t//Update Student profile information in database\n\t\t\n\t}", "private Profile profileData(String name, String department, String dateHired){\n Date dateHiredObject = new Date(dateHired);\n Profile newEmployeeProfile = new Profile(name, department, dateHiredObject);\n return newEmployeeProfile;\n }", "public void edit_or_remove_profile_image(Connection con, int user_id, Blob profile_image )\n\t{\n\n\t\tResultSet rs; \n\t\tPreparedStatement pst;\n\t\t\n\t\ttry {\n\t\t\t\n\t\t\tpst=con.prepareStatement(\" update basic_profile set personal_profile_photo=? where eid=?\" );\n\t\t\tpst.setBlob(1, profile_image);\n\t\t\tpst.setInt(2, user_id);\n\t\t\t\n\t\t\t}catch (SQLException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} \n\t\t\t\n\t}", "public void testOkDupFields() throws Exception\n {\n OkDupFieldBean bean = new OkDupFieldBean(1, 2);\n Map<String,Object> json = writeAndMap(MAPPER, bean);\n assertEquals(2, json.size());\n assertEquals(Integer.valueOf(1), json.get(\"x\"));\n assertEquals(Integer.valueOf(2), json.get(\"y\"));\n }", "public void saveProfileEditData() {\r\n\r\n }", "public CustomerProfileDTO editCustomerProfile(CustomerProfileDTO customerProfileDTO)throws EOTException;", "public synchronized void flushProfile(long profileId)\n {\n profiles.remove(new Long(profileId));\n try\n {\n WikiProfile prof = getProfile(profileId);\n if (prof != null)\n {\n nameToId.remove(prof.getName());\n }\n } catch (Exception e)\n {\n }\n }", "EmulatedFieldsForDumping(ObjectStreamClass streamClass) {\n super();\n emulatedFields = new EmulatedFields(streamClass.fields(),\n (ObjectStreamField[]) null);\n }", "private void moveParts() {\n int counter = 0;\n\n while (counter < snake.getSize() - 1) {\n Field previous = snake.getCell(counter);\n Field next = snake.getCell(counter + 1);\n\n next.setPreviousX(next.getX());\n next.setPreviousY(next.getY());\n\n next.setX(previous.getPreviousX());\n next.setY(previous.getPreviousY());\n\n fields[previous.getY()][previous.getX()] = previous;\n fields[next.getY()][next.getX()] = next;\n\n counter++;\n\n }\n }", "public void copyInfo( Student stu ) {\r\n this.firstName = stu.firstName;\r\n this.lastName = stu.lastName;\r\n this.address = stu.address;\r\n this.loginID = stu.loginID;\r\n this.numCredits = stu.numCredits;\r\n this.totalGradePoints = stu.totalGradePoints;\r\n this.studentNum = stu.studentNum;\r\n }", "public synchronized void flushProfileNames()\n {\n profileNames = null;\n }", "private FieldSetMapper<IdentityCard2> createIdentityCard2FieldSetMapper() {\r\n\t\tBeanWrapperFieldSetMapper<IdentityCard2> fieldSetMapper = new BeanWrapperFieldSetMapper<>();\r\n\t\tfieldSetMapper.setTargetType(IdentityCard2.class);\r\n\t\treturn fieldSetMapper;\r\n\t}", "public void removeFields(Bundles bundles, Set<String> to_remove) {\r\n // First, get rid of the the field from tablets\r\n Iterator<Tablet> it_tab = bundles.tabletIterator();\r\n while (it_tab.hasNext()) { it_tab.next().removeFields(to_remove); }\r\n // Fix up the global state\r\n /* // The problem with the following code is that it leaves a gap in the field names because of the array that is used to hold the field names (flds)...\r\n // Removing this code fixes that problem... but will continue to show the user those field names in the gui...\r\n Iterator<String> it_fld = to_remove.iterator(); while (it_fld.hasNext()) {\r\n String fld = it_fld.next(); int fld_i = flds_lu.get(fld);\r\n flds_lu.remove(fld);\r\n fld_dts.remove(fld_i);\r\n }\r\n */\r\n\r\n // - Run a cleanse to get rid of more info\r\n Set<Bundles> as_set = new HashSet<Bundles>(); as_set.add(bundles); cleanse(as_set);\r\n }", "private void copyDtoToEntity(UserDTO dto, User entity) {\n\t\tentity.setFullName(dto.getFullName());\n\t\tentity.setEmail(dto.getEmail());\n\t\tentity.setCpf(dto.getCpf());\n\t\tentity.setBirthDate(dto.getBirthDate());\n\t}", "private void reWriteField(HttpServletRequest request) {\n\t\t// Reesccribir campos\n\t\trequest.setAttribute(\"importe\", importe);\n\t\trequest.setAttribute(\"concepto\", concepto);\n\t\trequest.setAttribute(\"coche\", c);\n\t}", "@Test\r\n\tpublic void moveFieldDownZero() {\r\n\t\ttestObj.addNativeField(0);\r\n\t\ttestObj.addNativeField(1);\r\n\t\ttestObj.addRelatedTable(0);\r\n\t\ttestObj.addRelatedTable(1);\r\n\t\ttestObj.makeArrays();\r\n\t\ttestObj.moveFieldDown(0);\r\n\t\ttestObj.makeArrays();\r\n\t\tassertEquals(\"nativeFields should have 1 at position 1\", 1, testObj.getNativeFieldsArray()[1]);\r\n\t\tassertEquals(\"nativeFields should have 0 at position 0\", 0, testObj.getNativeFieldsArray()[0]);\r\n\t\tassertEquals(\"relatedFields should have 0 at position 1\", 0, testObj.getRelatedFieldsArray()[1]);\r\n\t\tassertEquals(\"relatedFields should have 0 at position 0\", 0, testObj.getRelatedFieldsArray()[0]);\r\n\t}", "@Override\n public void setProfileDetails(ProfileData profileData) {\n\n sessionManager.setMyName(profileData.getName());\n tv_prof_name.setText(profileData.getName());\n tv_prof_phone.setText(profileData.getPhone());\n tv_plan_type.setText(profileData.getPlanName());\n tv_prof_vechtype.setText(profileData.getTypeName());\n tv_prof_vech_number.setText(profileData.getPlatNo());\n tv_prof_vech_make.setText(profileData.getMake());\n tv_prof_vech_model.setText(profileData.getModel());\n email=profileData.getEmail();\n String url = profileData.getpPic();\n\n if (!profileData.getpPic().equals(null) || !profileData.getpPic().equals(\"\")) {\n if (url.contains(\" \")) {\n url = url.replace(\" \", \"%20\");\n }\n Utility.printLog(TAG+\" url \"+url);\n iv_profpic_prog.setVisibility(View.VISIBLE);\n Picasso.with(getContext())\n .load(url)\n .resize(200, 200)\n// .placeholder(R.drawable.signup_profile_default_image)//signup_profile_default_image)\n// .transform(new CircleTransform())\n .into(iv_prof_img, new Callback() {\n @Override\n public void onSuccess() {\n Utility.printLog(TAG+\" onSuccess \");\n iv_profpic_prog.setVisibility(View.GONE);\n }\n\n @Override\n public void onError() {\n Utility.printLog(TAG+\" onError \");\n iv_profpic_prog.setVisibility(View.GONE);\n }\n });\n sessionManager.setProfilePic(url);\n\n// ((MainActivity)getActivity()).o\n }\n }", "void shiftAndAddToRight(BitField fieldToAddToTheRight);", "Field getCopy();" ]
[ "0.54491156", "0.5247162", "0.5223", "0.51292723", "0.50621474", "0.5046286", "0.49792323", "0.49515504", "0.4861299", "0.47770068", "0.47566682", "0.47216937", "0.4640833", "0.46290046", "0.45976117", "0.45903063", "0.45550308", "0.45518503", "0.4541376", "0.45280227", "0.4527622", "0.45146865", "0.44580466", "0.44575706", "0.4442061", "0.44117367", "0.4409612", "0.44073474", "0.4407157", "0.44064012", "0.439982", "0.43973696", "0.43893352", "0.4386848", "0.43858796", "0.43858796", "0.43846184", "0.43792018", "0.437583", "0.43680507", "0.43622157", "0.4356642", "0.4340903", "0.43403116", "0.43117023", "0.43109557", "0.42878643", "0.42836878", "0.42800057", "0.42795894", "0.427425", "0.42595443", "0.42570177", "0.42545176", "0.42450017", "0.4233174", "0.4229644", "0.4210628", "0.4203243", "0.41976553", "0.4197542", "0.41964135", "0.4194846", "0.41858742", "0.41842666", "0.41819024", "0.41807854", "0.4177384", "0.41728806", "0.416893", "0.41675392", "0.4166583", "0.41595235", "0.41579583", "0.4157227", "0.41396773", "0.4136906", "0.41351405", "0.41307276", "0.4124721", "0.41233727", "0.41224217", "0.41207352", "0.41086426", "0.41039434", "0.41020003", "0.41016868", "0.40972373", "0.40934393", "0.40922907", "0.40913644", "0.40895024", "0.40873107", "0.40831643", "0.40815616", "0.40780914", "0.40778404", "0.40730524", "0.40723523", "0.40707487" ]
0.70351374
0
TODO Autogenerated method stub
@Override public void run() { while (!socket.isClosed()) { String line; try { socket.receive(recPacket); line = new String(recPacket.getData(), 0 , recPacket.getLength()); byte id = Byte.parseByte(line.substring(0, line.indexOf(" "))); String payload = line.substring(line.indexOf(" ") + 1, line.length()); packetMan.getPacketById(id).onRecieve(id, payload); //System.out.println(payload); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); disconnect(); } } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
CountCodeLines c = new CountCodeLines("F:\\J2EE Project\\JeeCMS\\src", "java");
public static void main(String[] args) throws FileNotFoundException { CountCodeLines c1 = new CountCodeLines("D:\\wamp\\www\\NewMarketing\\App\\Home","php"); CountCodeLines c2 = new CountCodeLines("D:\\wamp\\www\\NewMarketing\\App\\Admin","php"); CountCodeLines c3 = new CountCodeLines("D:\\wamp\\www\\NewMarketing\\App\\Common","php"); CountCodeLines c4 = new CountCodeLines("D:\\wamp\\www\\NewMarketing\\App","html"); CountCodeLines c5 = new CountCodeLines("D:\\wamp\\www\\schoolactivity\\App","html"); System.out.println("总共"+(c1.startCount()+c2.startCount()+c3.startCount()+c4.startCount())+"行代码"); c1.printCount(); c2.printCount(); c3.printCount(); c4.printCount(); c5.startCount();c5.printCount(); /* CountCodeLines c4 = new CountCodeLines("F:\\J2EE Project\\ShopsshEx\\src\\com"); c4.startCount(); c4.endCount();*/ }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int getSourceFileCount();", "@Test\r\n\tpublic void testCountFileLOC() throws Exception {\r\n\t\tMethod countFileLOC = ReportBuilder.class.getDeclaredMethod(\"countFileLOC\", String.class);\r\n\t\tcountFileLOC.setAccessible(true);\r\n\t\t// LOC = line of code\r\n\t\tassertEquals(287, countFileLOC.invoke(reportBuilder, \"/\" + PathUtils.getPathOfClassUnderSrcFolder(CommonExample.class, projectName)));\r\n\t\t/** wrong class file path*/\r\n\t\tassertEquals(0, countFileLOC.invoke(reportBuilder, \"not/exist/example.java\"));\r\n\t}", "@Test\n public void shouldCountLinesOfTestCode() throws Exception {\n initializeOSGiProjectWithTestCodeInsideBundles();\n resetOutput();\n getShell().execute(\"osgi lot\");\n assertTrue(getOutput().contains(\"Total lines of test code:4\"));\n }", "int getSourcepathCount();", "int getSourcepathCount();", "private int getCodeLines(String code)\n{\n StringTokenizer tok = new StringTokenizer(code,\"\\n\");\n int codelines = 0;\n boolean incmmt = false;\n while (tok.hasMoreTokens()) {\n String lin = tok.nextToken();\n boolean hascode = false;\n for (int i = 0; i < lin.length() && !hascode; ++i) {\n\t int ch = lin.charAt(i);\n\t if (Character.isWhitespace(ch)) continue;\n\t if (incmmt) {\n\t if (ch == '*' && i+1 < lin.length() && lin.charAt(i+1) == '/') {\n\t ++i;\n\t incmmt = false;\n\t }\n\t }\n\t else if (ch == '/' && i+1 < lin.length()) {\n\t if (lin.charAt(i+1) == '/') break;\n\t else if (lin.charAt(i+1) == '*') {\n\t incmmt = true;\n\t }\n\t }\n\t else hascode = true;\n }\n if (hascode) ++codelines;\n }\n\n return codelines;\n}", "int getClasspathCount();", "int getClasspathCount();", "TraceCodeUnitsView codeUnits();", "int getLinesCount();", "@Test\n public void shouldCountLinesOfTestCodeInsideTestBundles() throws Exception {\n initializeOSGiProjectWithTestBundles();\n resetOutput();\n getShell().execute(\"osgi lot\");\n assertTrue(currentOsgiProject.get().getLinesOfTestCode().equals(2L));\n assertTrue(getOutput().contains(\"Total lines of test code:2\"));\n }", "public List<String> codeAnalyse(List<String> srcLines) {\n\t\t// Initializes the return List\n\t\tList<String> listForCsv = new ArrayList<String>();\n\t\t\n\t\t// Declares main comment pattern\n\t\tPattern patComments = Pattern.compile(\"^\\\\*.*|//.*|/\\\\*.*\");\n\t\t\n\t\t/*\n\t\t * Initializes our metrics loc(Lines of code),\n\t\t * noc(Number of classes), nom(Number of methods)\n\t\t */\n\t\tint loc = 0;\n\t\tint noc = 0;\n\t\tint nom = 0;\n\t\t\n\t\t// Variable to check if the loop is inside a multiple line comment\n\t\tboolean multLine = false;\n\t\t\n\t\t// Looping through the lines of code\n\t\tfor (String line: srcLines) {\n\t\t\tMatcher matcher = patComments.matcher(line);\n\t\t\t// If line is not a comment\n\t\t\tif (!matcher.matches()) {\n\t\t\t\tif (multLine == false) {\n\t\t\t\t\t// Regex for checking if line represents the beginning of a class\n\t\t\t\t\tif (line.matches(\"(?:\\\\s*(public|private|native|abstract|strictfp|abstract\"\n\t\t\t\t\t\t\t+ \"|protected|final)\\\\s+)?(?:static\\\\s+)?class.*\")) {\n\t\t\t\t\t\t// If true then increases noc by 1\n\t\t\t\t\t\tnoc ++;\n\t\t\t\t\t}\n\t\t\t\t\t// Regex for checking if line represents the beginning of a method\n\t\t\t\t\tif (line.matches(\"((public|private|native|static|final|protected\"\n\t\t\t\t\t\t\t+ \"|abstract|transient)+\\\\s)+[\\\\$_\\\\w\\\\<\\\\>\\\\[\\\\]]*\\\\s+[\\\\$_\\\\w]+\\\\([^\"\n\t\t\t\t\t\t\t+ \"\\\\)]*\\\\)?\\\\s*\\\\{?[^\\\\}]*\\\\}?\")) {\n\t\t\t\t\t\t// If true then increases nom by 1\n\t\t\t\t\t\tnom ++;\n\t\t\t\t\t}\n\t\t\t\t\t/*\n\t\t\t\t\t * Line is not a comment neither a blank line(insured while\n\t\t\t\t\t * reading the file) so we add 1 to the loc variable\n\t\t\t\t\t */ \n\t\t\t\t\tloc ++;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Potential multiple line comment starter\n\t\t\tif (line.matches(\"/\\\\*.*\")) {\n\t\t\t\tmultLine = true;\n\t\t\t}\n\t\t\t// Potential multiple line comment ender\n\t\t\tif (line.matches(\".*\\\\*/.*$\")) {\n\t\t\t\tmultLine = false;\n\t\t\t}\n\t\t}\n\t\t// Adds metrics to the return list\n\t\tlistForCsv.add(String.valueOf(loc));\n\t\tlistForCsv.add(String.valueOf(noc));\n\t\tlistForCsv.add(String.valueOf(nom));\n\t\t\n\t\t// Returns the list\n\t\treturn listForCsv;\n\t}", "public static void main(String[] args) {\n\t\tString s1 =\"“Œ‹ž“s็‘ใ“c‹ๆ\";\n\t\tString s2 =\"–ผŒร‰ฎŽs’†‘บ‹ๆ–ผ‰w\";\n\t\tString s3 =\"‘ๅใŽs\";\n\t\tsourcefileUltils s = new sourcefileUltils();\n\t\tSystem.out.println(\"1‚ฬ•ถŽš—๑’ท‚อ\"+s.countString(s1)+\"•ถŽš‚ล‚ท\");\n\t\tSystem.out.println(\"2‚ฬ•ถŽš—๑’ท‚อ\"+s.countString(s2)+\"•ถŽš‚ล‚ท\");\n\t\tSystem.out.println(\"3‚ฬ•ถŽš—๑’ท‚อ\"+s.countString(s3)+\"•ถŽš‚ล‚ท\");\n\t\t\n\t\t\n\t}", "int countByExample(PdfCodeTemporaryExample example);", "int getNumberOfLines();", "public static void main(String[] args) {\n\r\n\t\tFile sourceFileListing = new File(\"files/SortedSourceFilePathsTMP.txt\");\r\n\t\tSourceFileIterator sourceFileIterator = new SourceFileIterator(\r\n\t\t\t\tsourceFileListing);\r\n\t\tcountStatements(sourceFileIterator);\r\n\t\tcountClasses(sourceFileIterator);\r\n\t\t// countSystemOuts(sourceFileListing);\r\n\t}", "private static int lines(String file) {\n\t\tint lineCount = 0;\ntry{\n \t\tFileReader fr = new FileReader(file);\n \t\t LineNumberReader lnr = new LineNumberReader(fr);\n \t\t while (lnr.readLine() != null){\n \t\t \tlineCount++;\n \t }\n \t lnr.close(); \n \t\t} catch (FileNotFoundException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\nreturn lineCount;\n\n\t\t\n\t}", "int countByExample(CodeBuildProcedureExample example);", "@FameProperty(name = \"numberOfLinesOfCodeWithMoreThanOneCharacter\", derived = true)\n public Number getNumberOfLinesOfCodeWithMoreThanOneCharacter() {\n throw new UnsupportedOperationException(\"Not yet implemented!\"); \n }", "public static int countLines(File file) throws Exception\r\n\t{\r\n\t\tint count=0;\r\n\t\tif(file.isDirectory())\r\n\t\t{\r\n\t\t\tFile[]files=file.listFiles();\r\n\t\t\tif(files!=null)\r\n\t\t\tfor(File childFile:files)\r\n\t\t\t\tcount+=countLines(childFile);\r\n\t\t}\r\n\t\telse\r\n\t\t{\r\n\t\t\tif(!getExtn(file.getName()).equals(\"java\")&&!getExtn(file.getName()).equals(\"html\"))\r\n\t\t\t\treturn 0;\r\n\t\t\tBufferedReader stdin;\r\n\t\t\tFileReader reader=new FileReader(file);\r\n\t\t\tstdin=new BufferedReader(reader);\r\n\t\t\twhile(stdin.readLine()!=null)\r\n\t\t\t\tcount++;\r\n\t\t}\r\n\t\treturn count;\r\n\t}", "public static void main(String[] args) {\n File file = new File(\"./src/testcode.c\");\n \n Compiler compiler = new Compiler(file);\n compiler.compile();\n }", "public static void main(String[]args) throws Exception\r\n\t{\n\t\tString playPath=\"D:\\\\play-1.0.1\\\\scrum\";\r\n\t//\tString playPath=\"D:\\\\Data\\\\Java\\\\Eclipse\\\\Work space\\\\smartSoft\\\\play\";\r\n\t\tFile controllers=new File(playPath+\"\\\\app\\\\controllers\");\r\n\t\tFile models=new File(playPath+\"\\\\app\\\\models\");\r\n\t\tFile views=new File(playPath+\"\\\\app\\\\views\");\r\n\t\tFile tests=new File(playPath+\"\\\\test\");\r\n\t\tint controllersCount=countLines(controllers);\r\n\t\tint modelsCount=countLines(models);\r\n\t\tint viewsCount=countLines(views);\r\n\t\tint testsCount=countLines(tests);\r\n\t\tSystem.out.println(\"Number of lines in consotrollers folder : \"+controllersCount);\r\n\t\tSystem.out.println(\"Number of lines in models folder : \"+modelsCount);\r\n\t\tSystem.out.println(\"Number of lines in views folder : \"+viewsCount);\r\n\t\tSystem.out.println(\"Number of lines in tests folder : \"+testsCount);\r\n\t\tSystem.out.println(\"Total number of lines : \"+(controllersCount+modelsCount+viewsCount+testsCount));\r\n\t}", "public int count()\r\n {\r\n return this.classNameToJavaSourceFileMap.size();\r\n }", "int getMessageCount(@Nullable CompilerMessageCategory category);", "private void countNonCommentCodeLine(String currentLine) {\n\t\t\tif (!\"\".equals(currentLine)) {\n\t\t\t\tif (!Pattern.compile(\"^[{}();]*$\").matcher(currentLine).matches()) {\n\t\t\t\t\tlogicLines++;\n\t\t\t\t}\n\t\t\t\tphysicalLines++;\n\t\t\t}\n\t\t}", "public abstract int numberOfLines();", "private static int countLines(String inputFileName) {\n int count = 0;\n Path path = Paths.get(inputFileName);\n try {\n Scanner sc = new Scanner(path);\n while (sc.hasNextLine()) {\n sc.nextLine();\n count++;\n }\n sc.close();\n }\n catch(FileNotFoundException e) {\n System.out.println(\"File Error\");\n e.printStackTrace();\n }\n catch(IOException e) {\n System.out.println(\"File Error\");\n e.printStackTrace();\n }\n return count;\n }", "public CountBasedScannableCode() {}", "public static void main(String[] args) {\n\t\tString sentence = \"IPad wrote [236] lines of code today\";\n\t\t\n\t\t// assign to variable and print the number between\n\n\t\tint start = sentence .indexOf('[') + 1;\n\t\tint end = sentence.indexOf(']');\n\t\tString codeCount = sentence.substring(start, end);\n\t\tSystem.out.println(\"Lines of code: \"+ codeCount);\n\t\t\n\t\t// all above code can be written in one line as below\n\t\t\n\t\t//System.out.println(\"Lines of code: \"+ sentence.substring(sentence.indexOf(']'),sentence.indexOf(']'));\n\t\t\n\t}", "public int getNumLines ();", "int computeNumberOfLines(String text);", "public SourceCode() {\n }", "public int countByExample(ProjectFilesExample example) {\r\n Integer count = (Integer) getSqlMapClientTemplate().queryForObject(\"project_files.ibatorgenerated_countByExample\", example);\r\n return count.intValue();\r\n }", "private void exercise4() throws IOException {\n final Path resourcePath = retrieveResourcePath();\n try (BufferedReader reader = newBufferedReader(resourcePath)) {\n long count = reader.lines()\n .count();\n System.out.println(count);\n }\n }", "long countByExample(WfCfgModuleCatalogExample example);", "public static void main(String[] args) throws IOException {\n\t\tPath filePath = Paths.get(\"/home/SLKTECHLABS/tarun.patel/git/DemoSlk/countline.txt\");\n\t\t \n\t\tmakeHiddenFile();\n\t\t\n\t}", "public static int getFileCount(String path)\r\n {\r\n int lines=0;\r\n System.out.println(\"Path of the source file is: \"+path);\r\n String raw_output_lines = new String();\r\n try\r\n {\r\n Channel line_channel=Syncer.session.openChannel(\"exec\");\r\n String get_count_cmd=\"wc -l < \"+path;\r\n System.out.println(get_count_cmd);\r\n ((ChannelExec)line_channel).setCommand(get_count_cmd);\r\n line_channel.setInputStream(null);\r\n ((ChannelExec)line_channel).setErrStream(System.err); \r\n in=line_channel.getInputStream();\r\n line_channel.connect(); \r\n while(true)\r\n {\r\n while(in.available()>0)\r\n {\r\n BufferedReader br = new BufferedReader(new InputStreamReader(in));\r\n raw_output_lines = br.readLine();\r\n System.out.println(\"Raw_output: \"+raw_output_lines);\r\n }\r\n if(line_channel.isClosed())\r\n break; \r\n }\r\n in.close();\r\n line_channel.disconnect();\r\n System.out.println(\"Out of loop\");\r\n }\r\n catch(Exception e)\r\n {\r\n System.out.println(e);\r\n }\r\n System.out.println(\"Lines (in string): \"+raw_output_lines);\r\n String buffer = new String(raw_output_lines);\r\n System.out.println(\"Out of loop\");\r\n lines = Integer.parseInt(buffer);\r\n System.out.println(\"Out of loop\");\r\n System.out.println(\"lines FOUND: \"+lines);\r\n return lines;\r\n }", "long countByExample(CliStaffProjectExample example);", "public String[] getCodeLines()\n\t{\n\t\treturn codeLines;\n\t}", "private SourcecodePackage() {}", "public String generateCode(){\n return \"P\" + repository.getCount();\n }", "int commentsCount();", "public static int countClasses(SourceFileIterator sourceFileIterator) {\n\r\n\t\tDebugUtils.println(\"====== Count Classes =====\");\r\n\t\tsourceFileIterator.reset();\r\n\t\t\r\n\t\tboolean hasMore = true;\r\n\r\n\t\tint countOfFiles = 0;\r\n\t\tint linesRead = 0;\r\n\r\n\t\tint countOfClasses = 0;\r\n\t\tint countOfPublicClasses = 0;\r\n\t\tint countOfInterfaces = 0;\r\n\r\n\t\twhile (hasMore) {\r\n\t\t\tcountOfFiles++;\r\n\r\n\t\t\tSourceFile srcFile = sourceFileIterator.getCurrentSourceFile();\r\n\t\t\tlinesRead += srcFile.getNumLines();\r\n\r\n\t\t\tcountOfClasses += srcFile.getNumClasses();\r\n\t\t\tcountOfPublicClasses += srcFile.getNumPublicClasses();\r\n\t\t\tcountOfInterfaces += srcFile.getNumPublicInterfaces();\r\n\r\n\t\t\thasMore = sourceFileIterator.nextSourceFile();\r\n\t\t}\r\n\r\n\t\tDebugUtils.println(\"Num Files: \" + countOfFiles);\r\n\r\n\t\tDebugUtils.println(\"Num Classes: \" + countOfClasses);\r\n\t\tDebugUtils.println(\"Num Public Interfaces: \" + countOfInterfaces);\r\n\r\n\t\tDebugUtils.println(\"Num Public Classes: \" + countOfPublicClasses);\r\n\r\n\t\tDebugUtils.println(linesRead\r\n\t\t\t\t+ \" total lines read (including imports and comments).\");\r\n\r\n\t\treturn countOfClasses;\r\n\t}", "public static int countStatements(SourceFileIterator sourceFileIterator) {\r\n\r\n\t\tDebugUtils.println(\"====== Count Statements =====\");\r\n\t\tsourceFileIterator.reset();\r\n\r\n\t\tboolean hasMore = true;\r\n\r\n\t\tint maxStatements = Integer.MIN_VALUE;\r\n\r\n\t\tint countOfFiles = 0;\r\n\t\tint linesRead = 0;\r\n\r\n\t\tFile maxStatementsFile = null;\r\n\r\n\t\tint countOfStatements = 0;\r\n\t\tint countOfComments = 0;\r\n\t\tint countOfCloseBraces = 0;\r\n\t\tint countOfOtherLines = 0;\r\n\t\tint countOfBlankLines = 0;\r\n\r\n\t\twhile (hasMore) {\r\n\t\t\tcountOfFiles++;\r\n\t\t\tSourceFile srcFile = sourceFileIterator.getCurrentSourceFile();\r\n\t\t\tlinesRead += srcFile.getNumLines();\r\n\r\n\t\t\tfinal int numStatements = srcFile.getNumStatements();\r\n\r\n\t\t\tif (numStatements > maxStatements) {\r\n\t\t\t\tmaxStatements = numStatements;\r\n\t\t\t\tmaxStatementsFile = srcFile.getPath();\r\n\t\t\t}\r\n\r\n\t\t\tcountOfStatements += numStatements;\r\n\t\t\tcountOfComments += srcFile.getNumComments();\r\n\t\t\tcountOfCloseBraces += srcFile.getNumCloseBraces();\r\n\t\t\tcountOfOtherLines += srcFile.getNumOtherLines();\r\n\t\t\tcountOfBlankLines += srcFile.getNumBlankLines();\r\n\r\n\t\t\thasMore = sourceFileIterator.nextSourceFile();\r\n\t\t}\r\n\r\n\t\tDebugUtils.println(\"Over \" + countOfFiles + \" files, we found \"\r\n\t\t\t\t+ countOfStatements + \" statements, for an average of \"\r\n\t\t\t\t+ (countOfStatements / (float) countOfFiles) + \" per file.\");\r\n\t\tDebugUtils.println(\"Num Lines of Comments: \" + countOfComments);\r\n\t\tDebugUtils.println(\"Num Lines of Close Braces: \" + countOfCloseBraces);\r\n\t\tDebugUtils.println(\"Num Blank Lines: \" + countOfBlankLines);\r\n\t\tDebugUtils.println(\"Num Lines Unclassified: \" + countOfOtherLines);\r\n\r\n\t\tDebugUtils.println(linesRead\r\n\t\t\t\t+ \" total lines read (including imports and comments).\");\r\n\t\tDebugUtils.println(maxStatements\r\n\t\t\t\t+ \" is the max number of statements we found --> \"\r\n\t\t\t\t+ maxStatementsFile);\r\n\r\n\t\tDebugUtils.println(\"COCOMO measure of effort 2.4 * (KLOC ** 1.05): \"\r\n\t\t\t\t+ (2.4 * Math.pow(countOfStatements / 1000.0, 1.05))\r\n\t\t\t\t+ \" person-months.\");\r\n\t\t\r\n\t\treturn countOfStatements;\r\n\t}", "public static void generateCode()\n {\n \n }", "private int lineCounter(String s)\n {\n try{\n BufferedReader b = new BufferedReader(new FileReader(s));\n String line = \"\";\n\n // For each line read, increment the counter\n while ((line = b.readLine()) != null) \n {\n linecount++;\n }\n\n b.close();}\n catch(Exception e)\n {System.out.println(\"Error: \"+e.getMessage());}\n return linecount;\n }", "long countByExample(TCpyYearCheckExample example);", "public long getNumCodeUnits();", "int getFileCount();", "public String calculatePrimitiveCount(String[] codeLines, String currentPrimitiveCount, int index)\n\t{\t\t\n\t\t\n\t\t//int nLines = codeLines.length;\n\t\tint nPOps = 0;\t//n Primitive Operations\n\t\tString containsLoop = \"\";\n\t\tString result = \"\";\n\t\t\n\t\tif(index == codeLines.length)\n\t\t{\n\t\t\treturn currentPrimitiveCount + containsLoop;\t//containsLoop is initialized to \"\"\n\t\t}\n\t\telse //if(index < codeLines.length)\n\t\t{\n\t\t\tnPOps = countPrimitive(codeLines[index]);\n\t\t\tif(nPOps > 100)\n\t\t\t{\n\t\t\t\tcontainsLoop = \"n\";\n\t\t\t\tnPOps = nPOps - 100;\n\t\t\t}\n\t\t\t\n\t\t\tcurrentPrimitiveCount = Integer.toString(nPOps);\n\t\t\t\n\t\t\treturn (index+1) + \": \" + currentPrimitiveCount + containsLoop + \"\\n\" + calculatePrimitiveCount(codeLines, currentPrimitiveCount, index + 1);\n\t\t}\n\t}", "private Solution() {\n /**.\n * { constructor }\n */\n }", "public static void main(String[] args) {\n\t\tScanner scan= new Scanner(System.in);\n\t String word = scan.next();\n\t int counter=0;\n\t for(int i=0;i<word.length()-3;i++) {\n\t \tif((word.substring(i,i+4)).equals(\"java\")) {\n\t \t\tcounter++;\n\t \t\n\t \t}\n\t }\n\t System.out.println(counter);\n\t\t\n\n\t}", "private static void test1() throws ParseException, IOException {\n\t\n\tFile classFile = new File(\"/home/sebastian/workspace3.7/yuigwt/java-tools/org/sgx/gwtjavatools/delegate/JYUIDelegateMethods.java\");\n\t\n// InputStream in = ParserTest.class.getClassLoader().getResourceAsStream(\"/java-tools/org/sgx/gwtjavatools/delegate/JYUIDelegateMethods.java\");//new FileInputStream(\"test.java\");\n\n\tFileInputStream in = new FileInputStream(classFile); \n\t\n CompilationUnit cu;\n try {\n // parse the file\n cu = JavaParser.parse(in);\n } finally {\n in.close();\n }\n\n // visit and print the methods names\n new MethodVisitor().visit(cu, null);\n\n // prints the resulting compilation unit to default system output\n// System.out.println(cu.toString());\n}", "static int countLines(Path path) {\n try (LineNumberReader reader = new LineNumberReader(new FileReader(path.toFile()))) {\n while (reader.readLine() != null) { }\n return reader.getLineNumber();\n } catch (IOException ex) {\n throw new RuntimeException(ex);\n }\n }", "<T> List<String> generateCountScript(GremlinSource<T> source);", "int countByExample(TbExpressTraceExample example);", "int getJarCount();", "private int lineCount() throws IOException\n {\n //This integer will hold the amount of lines\n int lines = 0;\n\n //Create a temporary scanner to iterate through the map file\n Scanner lineCounter = new Scanner(new File(mapFile));\n\n //Iterate through the map file and increment the counter per each line\n while(lineCounter.hasNextLine())\n {\n lineCounter.nextLine();\n lines++;\n //System.out.println(\"I am at line\" + lines);\n }\n \n //Close lineCounter\n lineCounter.close();\n\n //Spit out the amount of lines\n return lines;\n }", "int countByExample(FeiWenCommentExample example);", "int countByExample(AvwFileprocessExample example);", "public int getLinesCovered(List<String> types) {\n\t\treturn getSrc(types) + getTest(types);\n\t}", "int getNumberOfCodeCategories()\n throws DAOException;", "public static void main(String[] args) {\n\t\tint count=0;\n\t\t File f=new File(\"C:\\\\Users\\\\kumaujjv\\\\Downloads\\\\Assignments - Copy\");\n\t\t String[] s=f.list();\n\n\t\t for(String s1:s) {\n\t\t File f1=new File(f,s1);\n\t\t if(f1.isFile()) {\n\t\t\t //count++;\n\t\t\t System.out.println(s1);\n\t\t }\n\t\t}\n\t\tSystem.out.println(\"total number : \"+count);\n\n\t\t}", "public void genCode(CodeFile code) {\n\t\t\n\t}", "@SuppressWarnings(\"unused\")\r\n\tprivate static CountingResult runStufe2(SPECCompressCountingStarter sccs) {\r\n\t\treturn sccs.count(\r\n\t\t\t\tfalse, //use inline version\r\n\t\t\t\t\"Stufe2\",\r\n\t\t\t\ttrue,\t//use caller (i.e. instrument it)\r\n\t\t\t\ttrue,\t//useCallee1_CodeTable_of\r\n\t\t\t\ttrue,\t//useCallee2_CodeTable_set\r\n\t\t\t\ttrue,\t//useCallee3_HashTable_clear\r\n\t\t\t\ttrue,\t//useCallee4_HashTable_hsize\r\n\t\t\t\ttrue,\t//useCallee5_HashTable_of_hash\r\n\t\t\t\ttrue,\t//useCallee6_HashTable_set_hash\r\n\t\t\t\ttrue,\t//useCallee7_Compressor_clblock\r\n\t\t\t\ttrue,\t//useCallee8_Compressor_output\r\n\t\t\t\ttrue,\t//useCallee9_InputBuffer_readByte\r\n\t\t\t\tfalse,\t//useCalleeA_Compressor_getMaxCode //instrumented in Stufe3\r\n\t\t\t\tfalse,\t//useCalleeB_OutputBuffer_writeByte //instrumented in Stufe3\r\n\t\t\t\tfalse\t//useCalleeC_OutputBuffer_writeBytes //instrumented in Stufe3\r\n\t\t\t\t);\r\n\t}", "int getFileNamesCount();", "int getFileNamesCount();", "int getTotalCaseNumbers();", "@Override\n\tpublic void compile(CodeBlock c, CompilerEnvironment environment) {\n\n\t}", "int getNumCyc();", "static int size_of_cc(String passed){\n\t\treturn 3;\n\t}", "@SuppressWarnings(\"unused\")\r\n\tprivate static CountingResult runStufe1(SPECCompressCountingStarter sccs) {\r\n\t\treturn sccs.count(\r\n\t\t\t\tfalse, //use inline version\r\n\t\t\t\t\"Stufe1\",\r\n\t\t\t\ttrue,\t//use caller\r\n\t\t\t\tfalse,\t//useCallee1_CodeTable_of\r\n\t\t\t\tfalse,\t//useCallee2_CodeTable_set\r\n\t\t\t\tfalse,\t//useCallee3_HashTable_clear\r\n\t\t\t\tfalse,\t//useCallee4_HashTable_hsize\r\n\t\t\t\tfalse,\t//useCallee5_HashTable_of_hash\r\n\t\t\t\tfalse,\t//useCallee6_HashTable_set_hash\r\n\t\t\t\tfalse,\t//useCallee7_Compressor_clblock\r\n\t\t\t\tfalse,\t//useCallee8_Compressor_output\r\n\t\t\t\tfalse,\t//useCallee9_InputBuffer_readByte\r\n\t\t\t\tfalse,\t//useCalleeA_Compressor_getMaxCode\r\n\t\t\t\tfalse,\t//useCalleeB_OutputBuffer_writeByte\r\n\t\t\t\tfalse\t//useCalleeC_OutputBuffer_writeBytes\r\n\t\t\t\t);\r\n\t}", "@Test\n\tpublic void test(){\n\t\tFile srcFile = new File(\"E:\\\\Workspaces\\\\MyPro\\\\ssh\\\\WebRoot\\\\products\\\\2\\\\男鞋\");\n//\t\tSystem.out.println(ss);\n\t\tthis.getAllJavaFilePaths(srcFile);\n\t}", "@Ignore\n @Test\n public void ECM() throws IOException {\n Files.readAllLines(Path.of(\"src/test/resources/ECM.EPD\")).stream().forEach(this::testPos);\n\n System.out.println(\"TESTS PASSED: \" + counter);\n System.out.println();\n }", "long countByExample(LtsprojectpoExample example);", "public static void main(String[] args) {\n\t\tmyLineNum lineFrame=new myLineNum(\"java程序行数统计\"); \n lineFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); \n lineFrame.setBounds(212,159,600,420); \n lineFrame.setVisible(true); \n lineFrame.setResizable(false); \n\t}", "int countByExample(TycCompanyExecutiveCrawlerExample example);", "public static void main(String[] args) {\n\t\tC c = new C(88);\n\t\tSystem.out.println(c.count);\n\t}", "public void count() {\n APIlib.getInstance().addJSLine(jsBase + \".count();\");\n }", "@SuppressWarnings(\"deprecation\")\r\n\tpublic CountingResult count(\r\n\t\t\tboolean useInlinedVersion,\r\n\t\t\tString suffix,\t\t//for naming purposes\r\n\t\t\tboolean useCaller, //Compressor.compress\r\n\t\t\tboolean useCallee1_CodeTable_of, //CodeTable.of\r\n\t\t\tboolean useCallee2_CodeTable_set, //CodeTable.set\r\n\t\t\tboolean useCallee3_HashTable_clear, //HashTable.clear\r\n\t\t\tboolean useCallee4_HashTable_hsize, //HashTable.hsize\r\n\t\t\tboolean useCallee5_HashTable_of_hash, //HashTable.of_hash\r\n\t\t\tboolean useCallee6_HashTable_set_hash, //HashTable.set_hash\r\n\t\t\tboolean useCallee7_Compressor_clblock, //Compressor.clblock\r\n\t\t\tboolean useCallee8_Compressor_output, //Compressor.output\r\n\t\t\tboolean useCallee9_InputBuffer_readByte, //InputBuffer.readByte\r\n\t\t\tboolean useCalleeA_Compressor_getMaxCode, //\r\n\t\t\tboolean useCalleeB_OutputBuffer_writeByte,\r\n\t\t\tboolean useCalleeC_OutputBuffer_writeBytes\r\n\t\t\t\r\n\t\t\t) {\r\n\t\tlog.debug(\"Entering SPECCompressStartingCounter.count with file \"+\r\n\t\t\t\tHarness.MK_FILES_NAMES[Harness.MK_getFileIndex()]+\", size \"+\r\n\t\t\t\tHarness.MK_FILES_SIZES[Harness.MK_getFileIndex()]+\"\");\r\n\t\tString packageName = \"spec.benchmarks.compress\";\r\n\t\tif (useInlinedVersion){\r\n\t\t\tpackageName = \"spec.benchmarks.compress_inlined\";\r\n\t\t}\r\n\t\t\r\n//1. Set up a BytecodeCounter instance to use ByCounter, using a parameterless constructor. \r\n\t\tBytecodeCounter counter = new BytecodeCounter(); //the only constructor available\r\n\t\tCountingResultCollector.getInstance().clearResults();\r\n\r\n//2. Specify the methods to be instrumented //TODO shift into \"if\"-bodies\r\n\t\tList<MethodDescriptor> methodsToInstrument = new ArrayList<MethodDescriptor>();\r\n\t\t\r\n\t\tprepareMethodsToInstrument(\r\n\t\t\t\tuseInlinedVersion, \r\n\t\t\t\tuseCaller, \r\n\t\t\t\tuseCallee1_CodeTable_of,\r\n\t\t\t\tuseCallee2_CodeTable_set, \r\n\t\t\t\tuseCallee3_HashTable_clear, //problematic\r\n\t\t\t\tuseCallee4_HashTable_hsize, //problematic\r\n\t\t\t\tuseCallee5_HashTable_of_hash, \r\n\t\t\t\tuseCallee6_HashTable_set_hash,\r\n\t\t\t\tuseCallee7_Compressor_clblock, \r\n\t\t\t\tuseCallee8_Compressor_output, \r\n\t\t\t\tuseCallee9_InputBuffer_readByte,\r\n\t\t\t\tuseCalleeA_Compressor_getMaxCode, \r\n\t\t\t\tuseCalleeB_OutputBuffer_writeByte,\r\n\t\t\t\tuseCalleeC_OutputBuffer_writeBytes,\r\n\t\t\t\tpackageName,\r\n\t\t\t\tmethodsToInstrument);\r\n\t\r\n\t\tInstrumentationParameters ip = new InstrumentationParameters(\r\n\t\t\t\tmethodsToInstrument, //methods to instrument\r\n\t\t\t\ttrue, // use high registers for counting\r\n\t\t\t\ttrue, // use resultCollector\r\n\t\t\t\tfalse, // use array parameter recording\r\n\t\t\t\tfalse, // count statically\r\n//\t\t\t\t-1, // start line\r\n//\t\t\t\t-1, // stop line\r\n\t\t\t\tInstrumentationParameters.COUNTER_PRECISION_LONG);\r\n\t\tcounter.setInstrumentationParams(ip);\r\n\t\t\r\n//3. now tell ByCounter to instrument the specified method(s)\r\n\t\tcounter.instrument();\r\n\t\t\r\n//4. let ByCounter execute a (not necessarily instrumented) method \r\n\t\t//note that this class must be reloaded! TODO check TODO explain: reloaded <by whom>?\r\n\t\tMethodDescriptor methodToExecute = new MethodDescriptor(\r\n\t\t\t\tpackageName+\".Main\", \r\n\t\t\t\t\"public static void main(java.lang.String args[])\");\r\n\t\tcounter.execute(methodToExecute, new Object[] {new String[]{}});\r\n\t\t\r\n//5. now that ByCounter has completed counting, we can fetch all the results,\r\n\t\t//i.e. get the results list from CountingResultCollector\r\n\t\tCountingResultCollector crc = CountingResultCollector.getInstance();\r\n\t\tList<CountingResult> results = \r\n\t\t\tcrc.retrieveAllCountingResults_nonRecursively();\r\n\t\tlog.info(results.size()+\" counting results found in CountingResultCollector\");\r\n//\t\tif(results!=null && results.size()>0){//this check should happen further above...\r\n//\t\t\tCountingResult lastResultInCollection = results.get(results.size()-1);\r\n//\t\t\tlog.debug(\"Last CountingResult in collection: \");\r\n//\t\t\tCountingResultCollector.getInstance().logResult(lastResultInCollection);\r\n////\t\t\tcsvrw = new CSVResultWriter(true,';',true,true,\"CountingResult_last\",\"MK.csv\",\"MK_results\",true,false,true,true,false);\r\n////\t\t\tcsvrw.writeResult(lastResultInCollection);\r\n//\t\t}\r\n\t\t\r\n\t\tSystem.err.println(\"START of full CountingResult logging, reinstante \\\"last results\\\" logging instead!\");\r\n\t\tfor(CountingResult r : results){\r\n//\t\t\tcrc.logResult(r, true, true);\r\n\t\t\tlog.debug(r);\r\n\t\t}\r\n\t\tSystem.err.println(\"END of full CountingResult logging, reinstante \\\"last results\\\" logging instead!\");\r\n\t\t\r\n//6.+7. aggregate and compare total results\r\n\t\tCountingResult sumOfAllCountingResults = aggregateEvaluateAndCompareResults(\r\n\t\t\t\tsuffix, //TODO \r\n\t\t\t\tcrc, //CountingResultCollector instance\r\n\t\t\t\tresults //List of CountingResults, not yet aggregated (i.e. not yet evaluated)\r\n\t\t);\r\n\t\t\r\n\t\tlog.info(\"Finished compressing the file \"+\r\n\t\t\t\tHarness.MK_FILES_NAMES[Harness.MK_getFileIndex()]+\"with size \"+\r\n\t\t\t\tHarness.MK_FILES_SIZES[Harness.MK_getFileIndex()]+\"\");\r\n\t\t//8. clear the results as we do not need them anymore\r\n\t\tCountingResultCollector.getInstance().clearResults();\r\n\t\treturn sumOfAllCountingResults;\r\n\t}", "@Test(timeout = 4000)\n public void test083() throws Throwable {\n Label label0 = new Label();\n FileSystemHandling.appendStringToFile((EvoSuiteFile) null, \"oc[MfnZM[~MHOK iO\");\n ClassWriter classWriter0 = new ClassWriter((-2450));\n classWriter0.newInteger((-2450));\n FileSystemHandling.setPermissions((EvoSuiteFile) null, false, false, false);\n classWriter0.newConst(\"Code\");\n String[] stringArray0 = new String[9];\n stringArray0[0] = \"Fj)3/|(;sZXz$\";\n stringArray0[1] = \"Code\";\n stringArray0[2] = \"oc[MfnZM[~MHOK iO\";\n stringArray0[3] = \"~)yCTRxQ#s$y[Ly%\";\n stringArray0[4] = \"Fj)3/|(;sZXz$\";\n stringArray0[5] = \"oc[MfnZM[~MHOK iO\";\n stringArray0[6] = \"Code\";\n stringArray0[7] = \"oc[MfnZM[~MHOK iO\";\n stringArray0[8] = \"Code\";\n MethodWriter methodWriter0 = new MethodWriter(classWriter0, 3, \"\\\".3t\\\"0\", \"~)yCTRxQ#s$y[Ly%\", \"\\\".3t\\\"0\", stringArray0, true, false);\n Label label1 = new Label();\n byte[] byteArray0 = new byte[0];\n label1.resolve(methodWriter0, 168, byteArray0);\n classWriter0.newNameTypeItem(\"Code\", \"Fj)3/|(;sZXz$\");\n Label label2 = new Label();\n methodWriter0.visitFieldInsn(3, \"oc[MfnZM[~MHOK iO\", \"oc[MfnZM[~MHOK iO\", \"*/TEiGBLds&\");\n methodWriter0.visitLdcInsn(\"java/lang/dyn/Dynamic\");\n }", "int findCount();", "public int getNumOfClasses();", "public void testJavaClassRepository866() throws Exception {\n\t\tClassPath var2724 = new ClassPathFactory().createFromPaths(var2725,\n\t\t\t\t\"core/\" + var2725);\n\t\tJavaClassRepository var2726 = new JavaClassRepository(var2724);\n\t\tString var2727 = \"com.google.test.metric.JavaClassRepositoryTest.MyClass.MyInnerClass\";\n\t\tvar2726.getClass(var2727);\n\t\tvar2726.getClass(var2727);\n\t}", "public static void main(String[] args) {\n \n Employee[] employees = readFile(\"C:\\\\Users\\\\gdemirturk\\\\OneDrive\\\\Shared\\\\Coding\\\\git\\\\javabyLiang\\\\src\\\\JavaIII\\\\Project_1\\\\employee.txt\");\n \n //pass the employee list to employee manager class\n EmployeeManager employeeManager = new EmployeeManager(employees);\n String manager = \"Joseph\";\n int empCount = employeeManager.countEmployeesUnder(manager);\n System.out.println(\"Number of employees report to \" + manager + \" are:\"+ empCount);\n }", "public int countIn(CharSequence sequence, CountMethod countMethod, UnicodeSet.SpanCondition spanCondition) {\n/* 115 */ throw new RuntimeException(\"Stub!\");\n/* */ }", "public void generateCode(String[] sourceCode) {\n LexicalAnalyser lexicalAnalyser = new LexicalAnalyser(Helper.getInstructionSet());\n SynaticAnalyser synaticAnalyser = new SynaticAnalyser(console);\n HashMap<Integer, Instruction> intermediateRepresentation =\n synaticAnalyser.generateIntermediateRepresentation(\n lexicalAnalyser.generateAnnotatedToken(sourceCode));\n\n if (intermediateRepresentation == null) {\n this.console.reportError(\"Terminating code generation\");\n return;\n }\n\n printCode(intermediateRepresentation);\n\n FileUtility.saveJavaProgram(null, new JavaProgramTemplate(intermediateRepresentation));\n }", "public void testJavaClassRepository871() throws Exception {\n\t\tJavaClassRepository var2730 = new JavaClassRepository();\n\t\tvar2730.getClass(Foreach.class.getCanonicalName());\n\t\tvar2730.getClass(CyclomaticMethods.class.getCanonicalName());\n\t\tvar2730.getClass(LineNumbersForConditionals.class.getCanonicalName());\n\t}", "public static void main(String[] args) {\n\t\tString original=\"Java is Programming Language Java asdf Java ghjhfj\";\r\n\t\tString occurence=\"Java\";\r\n\t\t\r\n\t\tint count=0;\r\n\t\tint fromIndex=0;\r\n\t\t\r\n\t\twhile ((fromIndex = original.indexOf(occurence, fromIndex)) != -1 )\r\n\t\t{\r\n\t\t\tSystem.out.println(\"Fount at index: \"+fromIndex);\r\n\t\t\tcount++;\r\n\t\t\tfromIndex++;\r\n\t\t}\r\n\t\tSystem.out.println(\"Total number of occurence of Java: \"+count);\r\n\t}", "int getMethodsCount();", "public int getLine() { \n\t// * JFlex starts in zero\n\treturn yyline+1;\n}", "public Integer getLineNumberInSourceFile(Node componentNode) {\n if (componentNode instanceof XMLElement) {\n XMLElement xmlComponentNode = (XMLElement)componentNode;\n Integer lineNum = xmlComponentNode.getLineNumber();\n return lineNum;\n }\n\n return 0;\n }", "int getFilesCount();", "int getFilesCount();", "@Override\r\n\tpublic int countCopProject(Map<String, Object> map) throws Exception {\n\t\treturn 0;\r\n\t}", "int getLineNumber();", "public interface CodeFormatter\n{\n}", "public abstract int getCntCod();", "public String getCode(ClassDecl cl)\r\n\t{\r\n\t\tString testcode = \"#Region \\\"Testing code generated by KawigiEdit\\\"\\n\";\r\n\t\ttestcode += \"Module MainModule\\n\";\r\n\t\ttestcode += \"\\tSub Main()\\n\";\r\n\t\tEditorDataType returnType = cl.getMethod().getReturnType();\r\n\t\ttestcode += \"\\t\\tDim Errors As Boolean = False\\n\";\r\n\t\ttestcode += \"\\t\\tDim Answer, DesiredAnswer As \" + EditorLanguage.VB.getName(returnType) + \"\\n\";\r\n\t\ttestcode += \"\\t\\tDim Obj As \" + cl.getName() + \"\\n\";\r\n\t\ttestcode += \"\\t\\tDim Time As DateTime\\n\";\r\n\t\tif (returnType.isArrayType())\r\n\t\t{\r\n\t\t\ttestcode += \"\\t\\tDim Same As Boolean\\n\";\r\n\t\t\ttestcode += \"\\t\\tDim i As Integer\\n\";\r\n\t\t}\r\n\t\tboolean stringType = returnType.isType(EditorDataType.String);\r\n\t\tEditorDataType[] paramTypes = cl.getMethod().getParamTypes();\r\n\t\ttestcode += \"\\t\\t<%:start-tests%>\\n\";\r\n\t\tfor (int i=0; i<cl.countTests(); i++)\r\n\t\t{\r\n\t\t\ttestcode += \"\\t\\tObj = New \" + cl.getName() + \"()\\n\";\r\n\t\t\ttestcode += \"\\t\\tTime = DateTime.Now\\n\";\r\n\t\t\ttestcode += \"\\t\\tAnswer = Obj.\" + cl.getMethod().getName() + \"(\" + toTest(cl.getTest(i).getParameters(), paramTypes) + \")\\n\";\r\n\t\t\ttestcode += \"\\t\\tConsole.WriteLine(\\\"Time: \\\" & (DateTime.Now.Subtract(Time)).TotalSeconds & \\\" seconds\\\")\\n\";\r\n\t\t\ttestcode += \"\\t\\tDesiredAnswer = \" + translateObject(returnType, cl.getTest(i).getAnswer()) + \"\\n\";\r\n\t\t\ttestcode += \"\\t\\tConsole.WriteLine(\\\"Your Answer:\\\")\\n\";\r\n\t\t\tif (returnType.isArrayType())\r\n\t\t\t{\r\n\t\t\t\ttestcode += \"\\t\\tConsole.Write(\\\"{ \\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tIf (Answer.Length > 0) Then\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.Write(\" + (stringType ? \"\\\"\\\"\\\"\\\" & \" : \"\") + \"Answer(0)\" + (stringType ? \" & \\\"\\\"\\\"\\\"\" : \"\") + \")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tFor i = 1 To Answer.Length - 1\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\t\\tConsole.Write(\\\"\\t, \" + (stringType ? \"\\\"\\\"\" : \"\") + \"\\\" & Answer(i)\" + (stringType ? \" & \\\"\\\"\\\"\\\"\" : \"\") + \")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tNext\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\" }\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tElse\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\"}\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tEnd If\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tConsole.WriteLine(\\\"Desired Answer:\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tConsole.Write(\\\"{ \\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tIf (DesiredAnswer.Length > 0) Then\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.Write(\" + (stringType ? \"\\\"\\\"\\\"\\\" & \" : \"\") + \"DesiredAnswer(0)\" + (stringType ? \" & \\\"\\\"\\\"\\\"\" : \"\") + \")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tFor i = 1 To DesiredAnswer.Length - 1\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\t\\tConsole.Write(\\\", \" + (stringType ? \"\\\"\\\"\" : \"\") + \"\\\" & DesiredAnswer(i)\" + (stringType ? \" & \\\"\\\"\\\"\\\"\" : \"\") + \")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tNext\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\" }\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tElse\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\"}\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tEnd If\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tSame = (Answer.Length = DesiredAnswer.Length)\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tIf (Same)\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tFor i = 0 To DesiredAnswer.Length - 1\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\t\\tIf Answer(i) <> DesiredAnswer(i) Then\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\t\\t\\tSame = False\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\t\\tEnd If\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tNext\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tEnd If\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tIf Same Then\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\"Match :-)\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tElse\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\"DOESN'T MATCH!!!!\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tErrors = True\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tEnd If\\n\";\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\ttestcode += \"\\t\\tConsole.WriteLine(\\\"\\t\" + (stringType ? \"\\\"\\\"\" : \"\") + \"\\\" & Answer\" + (stringType ? \" & \\\"\\\"\\\"\\\"\" : \"\") + \")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tConsole.WriteLine(\\\"Desired Answer:\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tConsole.WriteLine(\\\"\\t\" + (stringType ? \"\\\"\\\"\" : \"\") +\"\\\" & DesiredAnswer\" + (stringType ? \" & \\\"\\\"\\\"\\\"\" : \"\") + \")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tIf Answer = DesiredAnswer Then\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\"Match :-)\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tElse\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\"DOESN'T MATCH!!!!\\\")\\n\";\r\n\t\t\t\ttestcode += \"\\t\\t\\tErrors = True\\n\";\r\n\t\t\t\ttestcode += \"\\t\\tEnd If\\n\";\r\n\t\t\t}\r\n\t\t\ttestcode += \"\\t\\tConsole.WriteLine()\\n\";\r\n\t\t}\r\n\t\ttestcode += \"\\t\\t<%:end-tests%>\\n\";\r\n\t\ttestcode += \"\\t\\t\\n\\t\\tIf Errors Then\\n\";\r\n\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\"Some of the test cases had errors :-(\\\")\\n\";\r\n\t\ttestcode += \"\\t\\tElse\\n\";\r\n\t\ttestcode += \"\\t\\t\\tConsole.WriteLine(\\\"You're a stud (at least on the test data)! :-D \\\")\\n\";\r\n\t\ttestcode += \"\\t\\tEnd If\\n\";\r\n\t\ttestcode += \"\\tEnd Sub\\n\";\r\n\t\ttestcode += \"End Module\\n\";\r\n\t\ttestcode += \"#End Region\\n\";\r\n\t\treturn testcode;\r\n\t}", "int countByExample(TycCompanyCheckCrawlerExample example);" ]
[ "0.64048797", "0.6141824", "0.6075166", "0.60074323", "0.60074323", "0.58558244", "0.5841181", "0.5841181", "0.56716406", "0.56557155", "0.5593882", "0.5579315", "0.557067", "0.5497086", "0.54870045", "0.5481324", "0.5454254", "0.53968453", "0.5373984", "0.5363445", "0.53030884", "0.52933824", "0.5269009", "0.52475625", "0.52353525", "0.5234714", "0.522562", "0.5224124", "0.52232695", "0.5221871", "0.5202042", "0.5195009", "0.51880443", "0.5176578", "0.5174591", "0.5167092", "0.5161197", "0.51579577", "0.51480526", "0.5145078", "0.5140512", "0.5119638", "0.5103083", "0.5088302", "0.508226", "0.5069662", "0.50456595", "0.50432503", "0.5042837", "0.50222933", "0.5018839", "0.5017896", "0.5015779", "0.50125533", "0.5009479", "0.5009005", "0.5002769", "0.4996049", "0.4990791", "0.49853054", "0.49826172", "0.49761105", "0.49567717", "0.49449232", "0.49446574", "0.49432617", "0.49432617", "0.49358395", "0.4930269", "0.49281836", "0.49280664", "0.491618", "0.4911314", "0.48785236", "0.48715663", "0.48399475", "0.4827447", "0.48251966", "0.4824625", "0.48162127", "0.48151365", "0.4810154", "0.48097074", "0.480132", "0.47987175", "0.4796518", "0.47892168", "0.47890082", "0.47867012", "0.4781503", "0.47776553", "0.47679025", "0.47676703", "0.47676703", "0.4766652", "0.47641164", "0.4757645", "0.4752512", "0.4751688", "0.4745176" ]
0.71942693
0
I don't know what is supposed to be in here
private void setFile() { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void kk12() {\n\n\t}", "private void strin() {\n\n\t}", "protected boolean func_70814_o() { return true; }", "@Override\n public void func_104112_b() {\n \n }", "public void method_4270() {}", "public void mo38117a() {\n }", "private stendhal() {\n\t}", "private void m50366E() {\n }", "private static void cajas() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "public void mo12628c() {\n }", "public void mo4359a() {\n }", "public void gored() {\n\t\t\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public final void mo51373a() {\n }", "@Override\n\tprotected void getExras() {\n\n\t}", "public void mo21877s() {\n }", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "public void smell() {\n\t\t\n\t}", "private void poetries() {\n\n\t}", "@Override\r\n\t\t\tpublic void func02() {\n\t\t\t\t\r\n\t\t\t}", "protected void mo6255a() {\n }", "public void mo55254a() {\n }", "protected boolean func_70041_e_() { return false; }", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "public void mo21779D() {\n }", "public void mo21787L() {\n }", "public void skystonePos6() {\n }", "@Override\r\n\tprotected void func03() {\n\t\t\r\n\t}", "public void skystonePos4() {\n }", "private void level7() {\n }", "public void mo3376r() {\n }", "public void mo12930a() {\n }", "public void mo21793R() {\n }", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "public void mo21794S() {\n }", "public abstract void mo70713b();", "@Override\n\tprotected void interr() {\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "public void mo21791P() {\n }", "@Override\n\tpublic void anular() {\n\n\t}", "public void mo6081a() {\n }", "@Override\r\n\tprotected void doF8() {\n\t\t\r\n\t}", "public void mo21782G() {\n }", "public void mo21785J() {\n }", "public void mo9848a() {\n }", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "public void mo21878t() {\n }", "public void mo21792Q() {\n }", "public void mo3749d() {\n }", "public void mo21825b() {\n }", "public abstract void mo56925d();", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "public void mo97908d() {\n }", "public abstract String mo13682d();", "static void feladat9() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "public abstract String mo41079d();", "public void mo23813b() {\n }", "private void m50367F() {\n }", "public abstract void mo27385c();", "public static void listing5_14() {\n }", "public void mo21795T() {\n }", "public abstract String mo118046b();", "public abstract String mo9239aw();", "public void m23075a() {\n }", "@Override\r\n\tprotected void doF4() {\n\t\t\r\n\t}", "public void verliesLeven() {\r\n\t\t\r\n\t}", "public void mo115190b() {\n }", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "public abstract String mo9751p();", "@Override\n public int describeContents() { return 0; }", "public void mo21789N() {\n }", "public void mo21783H() {\n }", "public void skystonePos5() {\n }", "public void mo21780E() {\n }", "@Override\r\n\tvoid func04() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "public abstract void mo27386d();", "@Override\r\n\tprotected void doF6() {\n\t\t\r\n\t}", "void mo57277b();", "public void mo44053a() {\n }", "public void mo56167c() {\n }", "@Override\n\tpublic int mettreAJour() {\n\t\treturn 0;\n\t}", "static void feladat7() {\n\t}", "public boolean method_2453() {\r\n return false;\r\n }", "static void feladat6() {\n\t}", "public void mo21786K() {\n }", "static void feladat4() {\n\t}", "public abstract void mo6549b();", "public void mo2471e() {\n }" ]
[ "0.62132704", "0.6201486", "0.6186653", "0.61827374", "0.6126679", "0.6060018", "0.6056649", "0.60289973", "0.60266113", "0.5981095", "0.59148663", "0.5912231", "0.58998203", "0.5872444", "0.58480513", "0.58480513", "0.58480513", "0.58480513", "0.58480513", "0.58480513", "0.58480513", "0.58391386", "0.5828249", "0.5792448", "0.5787387", "0.578289", "0.5782406", "0.57739013", "0.57701886", "0.57597774", "0.57398194", "0.5732467", "0.5732204", "0.57164985", "0.57163894", "0.57129174", "0.57093996", "0.5703136", "0.5699003", "0.5679297", "0.5675861", "0.566792", "0.56670743", "0.5665171", "0.5660766", "0.56583124", "0.5657349", "0.5645555", "0.5643315", "0.56323606", "0.5628624", "0.562581", "0.56253976", "0.5614341", "0.5608741", "0.5607059", "0.5607059", "0.56025714", "0.5593552", "0.55911297", "0.55889225", "0.55867356", "0.5581154", "0.5572479", "0.55666316", "0.5565002", "0.5564586", "0.55610615", "0.5554961", "0.5547226", "0.55465114", "0.5540558", "0.5537629", "0.5537449", "0.55289227", "0.55286044", "0.5525475", "0.5522183", "0.55157876", "0.5514592", "0.5511047", "0.5506014", "0.55031776", "0.5497803", "0.5492761", "0.54910344", "0.5490493", "0.5488928", "0.548711", "0.5482722", "0.5473469", "0.5472488", "0.54700345", "0.5467106", "0.5463712", "0.5461365", "0.54607224", "0.54563516", "0.5441292", "0.5436224", "0.54220074" ]
0.0
-1
Makes nodelist of all variations
private void setVariations(Element theElement) { NodeList planList = null; planList = theElement.getElementsByTagName("plan"); // Sets the number of variations numberOfVariations = planList.getLength(); // Sets the size of variation array variations = new MSVariation[numberOfVariations]; for (int x = 0; x < numberOfVariations; x++) { variations[x] = new MSVariation((Element) planList.item(x)); } String[] test = variations[0].getHumanReadable(); System.out.println(test); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Vector<Node> GetAdditionalSubNodes();", "public abstract List<Node> getChildNodes();", "private void listChildren(Node current) {\n if(current instanceof Element){ //finds the element tags in the XML document with XOM parser\n Element temp = (Element) current;\n switch(temp.getQualifiedName()) {\n case (\"grapes\"): //grapes tag doesn't do anything in particular except instantiating the file\n break;\n\n case (\"grape\"):\n createGrape(temp);\n break;\n\n case (\"seed\"):\n createSeed(temp);\n break;\n\n default:\n throw new IllegalArgumentException(\"Invalid input in XML \" ); //any other element type is not supported in our XML formatted file\n }\n }\n\n for (int i = 0; i < current.getChildCount(); i++) {\n listChildren(current.getChild(i)); //recursive call traverses the XML document in preorder\n }\n\n }", "List<Node> nodes();", "public List<AST> getChildNodes ();", "List<CyNode> getNodeList();", "Collection<Node> allNodes();", "List<Node> getNodes();", "private List<AxiomTreeNode> getChildNodeList(AxiomTreeNode t) {\n\n List<AxiomTreeNode> list = new ArrayList<AxiomTreeNode>();\n\n for (int i = 0; i < t.getChildCount(); i++) {\n\n list.add((AxiomTreeNode) t.getChildAt(i));\n }\n\n return list;\n }", "public List<Node> getNodes();", "protected abstract Node[] getAllNodes();", "public List<ZStringBuilder> addVariations(List<ZStringBuilder> variations) {\n\t\tList<ZStringBuilder> currentVariations = new ArrayList<ZStringBuilder>(variations);\n\t\tint i = 0;\n\t\tfor (ZStringBuilder sym: currentVariations) {\n\t\t\taddAdditions(variations,sym,false);\n\t\t\taddDeletes(variations,sym,false);\n\t\t\taddSwitches(variations,sym,false);\n\t\t\taddReplacements(variations,sym,false);\n\t\t\taddCases(variations,sym,false);\n\t\t\tif (!getKnownSymbols().containsKey(sym.toString())) {\n\t\t\t\tvariations.remove(i);\n\t\t\t} else {\n\t\t\t\ti++;\n\t\t\t}\n\t\t}\n\t\treturn variations;\n\t}", "public List<ZStringBuilder> generateVariations(String symbol) {\n\t\tList<ZStringBuilder> r = new ArrayList<ZStringBuilder>();\n\t\tZStringBuilder sym = new ZStringBuilder(symbol);\n\t\taddAdditions(r,sym,true);\n\t\taddDeletes(r,sym,true);\n\t\taddSwitches(r,sym,true);\n\t\taddReplacements(r,sym,true);\n\t\taddCases(r,sym,true);\n\t\treturn r;\n\t}", "public abstract List<Node> expand();", "@Override\n\tpublic List<AbstractNode> getChildren()\n\t{\n\t\treturn new ArrayList<>(pairs.values());\n\t}", "public List<INode> getAllNodes();", "java.util.List<io.netifi.proteus.admin.om.Node> \n getNodesList();", "public List getChildren(){\n List result = new ArrayList();\n Iterator it = getSpecialisation().iterator();\n while(it.hasNext()){\n Generalization g = (Generalization)it.next(); \n result.add(g.getChild());\n //System.out.println(\" \"+getName()+\" Parent:\" +g.getParent().getName());\n }\n return result;\n }", "@Override\n\tpublic List<N> getNodeList()\n\t{\n\t\treturn new ArrayList<N>(nodeList);\n\t}", "@Override\n public ArrayList<Node> getAllNodes() {\n return getAllNodesRecursive(root);\n\n }", "private ArrayList<Tree> generateNPList(Tree parse) {\n\t\tArrayList<Tree> NPList = new ArrayList<Tree>();\n\t\tIterator<Tree> itr = parse.iterator();\n\t\twhile(itr.hasNext()) {\n\t\t\tTree currNode = itr.next();\n\t\t\tif (currNode.label().value().equals(\"NP\"))\n\t\t\t\tNPList.add(currNode);\n\t\t}\n\t\treturn NPList;\n\t}", "private ArrayList<Tree> generateNPList(Tree parse) {\n \t\tArrayList<Tree> NPList = new ArrayList<Tree>();\n \t\tIterator<Tree> itr = parse.iterator();\n \t\twhile(itr.hasNext()) {\n \t\t\tTree currNode = itr.next();\n \t\t\tif (currNode.label().value().equals(\"NP\"))\n \t\t\t\tNPList.add(currNode);\n \t\t}\n \t\treturn NPList;\n \t}", "@Override\n public List<cScene> collectScenes() {\n List<Element> eScenes = root.getChild(\"library_visual_scenes\", ns).getChildren(\"visual_scene\", ns);\n List<cScene> scenes = new ArrayList<>();\n\n List<cCamera> cameras = collectCameras();\n List<cLight> lights = collectLights();\n List<cGeometry> geometries = collectGeometry();\n List<cMaterial> materials = collectMaterials();\n\n for (Element eScene : eScenes) {\n\n cScene scene = new cScene(); //<visual_scene>..\n scene.collect(eScene, ns);\n\n for (Element eNode : eScene.getChildren(\"node\", ns)) {\n\n cNode node = new cNode(); //<node>..\n node.collect(eNode, ns);\n\n Element eInstance_Nodes;\n cInstance_Node instance_node = null;\n if ((eInstance_Nodes = eNode.getChild(\"instance_light\", ns)) != null) { //<instance_..>..\n instance_node = new cInstance_Light();\n instance_node.collect(eInstance_Nodes, ns, lights);\n } else if ((eInstance_Nodes = eNode.getChild(\"instance_geometry\", ns)) != null) {\n instance_node = new cInstance_Geometry();\n\n Element eBind_Material;\n if ((eBind_Material = eInstance_Nodes.getChild(\"bind_material\", ns)) != null) {\n List<Element> instance_materials = eBind_Material.getChild(\"technique_common\",ns).getChildren(\"instance_material\",ns);\n\n for (Element eInstMaterial : instance_materials) {\n cInstance_Geometry.Instance_Material instance_material = ((cInstance_Geometry)instance_node).getInstanceMaterial();\n instance_material.collect(eInstMaterial, ns, materials);\n ((cInstance_Geometry)instance_node).boundedMaterials.add(instance_material);\n }\n }\n instance_node.collect(eInstance_Nodes, ns, geometries);\n }\n else if ((eInstance_Nodes = eNode.getChild(\"instance_camera\", ns)) != null) {\n instance_node = new cInstance_Camera();\n instance_node.collect(eInstance_Nodes, ns, cameras);\n }\n node.instanceNode = instance_node;\n scene.nodes.add(node);\n }\n scenes.add(scene);\n }\n\n cameras = null;\n lights = null;\n geometries = null;\n materials = null;\n\n return scenes;\n }", "String showAllNodes();", "public static List<ResidentNode> createOrderedResidentNodeList(MultiEntityBayesianNetwork mebn){\r\n\r\n\t\tList<ResidentNode> listResident = new ArrayList<ResidentNode>(); \r\n\t\t\r\n\t\tfor(MFrag mfrag: mebn.getMFragList()){\r\n\t\t\tfor(ResidentNode node: mfrag.getResidentNodeList()){\r\n\t\t\t\tlistResident.add(node);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tCollections.sort(listResident); \t\r\n\t\t\r\n\t\treturn listResident; \r\n\t}", "private void collectNodes(List<E> list, Node<E> parentNode) {\n list.add(parentNode.getValue());\n List<Node<E>> childrenList = getChildrenForNode(parentNode);\n for (Node<E> childNode : childrenList) {\n collectNodes(list, childNode);\n }\n }", "@JsProperty\n NodeList getChildNodes();", "List<String> getTrees();", "List<Node<T>> children();", "private List<SimpleNode> getChildren(SimpleNode node) {\n Class<?> nodeType = node.getClass();\n List<SimpleNode> children = new ArrayList<>();\n for (int i = 0; i < node.jjtGetNumChildren(); i++) {\n children.addAll(flatten(node.jjtGetChild(i), nodeType));\n }\n return children;\n }", "private List<Node<E>> getChildrenForNode(Node<E> node) {\n ArrayList<Node<E>> list = new ArrayList<>();\n for (Node<E> child : node.getChilden()) {\n list.add(child);\n }\n return list;\n }", "@BeforeAll\n\tstatic void setNodes() {\n\t\tLCA = new LowestCommonAncestor();\n\t\tnine = new Node(9,null);\n\t\tten = new Node(10, null);\n\t\teight = new Node(8, null);\n\t\tseven = new Node(7, new Node[] {ten});\n\t\tfour = new Node(4, new Node[] {ten});\n\t\tthree = new Node(3, new Node[] {four});\n\t\tfive = new Node(5, new Node[] {nine, eight, seven});\n\t\ttwo = new Node(2, new Node[] {three, five});\n\t\tone = new Node(1, new Node[] {two});\n\t}", "private void populateTaxonomyTree() {\n\t\tfor (Node s: serviceMap.values()) {\n\t\t\taddServiceToTaxonomyTree(s);\n\t\t}\n\t}", "private void initSubNodes()\n {\n children = createSubNodes(false);\n attributes = createSubNodes(true);\n }", "public Iterator<String> listChildren(T node){\n\t\tT target = node;\n\t\tSet<Edge<T,E>> alledges = this.graph.getEdges(target);\n\t\tList<String> children = new ArrayList<String>();\n\t\tfor(Edge<T, E> e : alledges) {\n\t\t\tchildren.add(e.getChild()+\"(\"+e.getName()+\")\");\n\t\t}\n\t\tCollections.sort(children);\n\t\tIterator<String> itr = children.iterator();\n\t\treturn itr;\n\t}", "private Collection<Node> getCandidates(State state) {\n\t\treturn new ArrayList<Node>(Basic_ILS.graph.getNodes());\n\t}", "public ResultMap<BaseNode> listChildren();", "java.util.List<entities.Torrent.NodeId>\n getNodesList();", "public void print_list() {\n \t \n \t//define current node as\n \t node<Type> current_node = new node<>();\n \t \n \t //now keep for loop and print the answer\n \t current_node = head;\n \t \n \t //print first element\n \t System.out.println(current_node.show_element());\n \t \n \t //now run for loop\n \t for (int i = 1 ; i <= len - 1 ; i ++) {\n \t\t \n \t\t //change current node\n \t\t current_node = current_node.show_next();\n \t\t \n \t\t //just print the answer\n \t\t System.out.println(current_node.show_element());\n \t }\n }", "ArrayList<Expression> getChildren();", "private void seed(List<T> items){\n for(T item: items) {\n Node<T> newNode = new Node<T>(item);\n this.count++;\n if(this.root == null){\n this.root = newNode;\n } else {\n Node temp = this.root;\n newNode.next = temp;\n this.root = newNode;\n }\n }\n\n }", "public ArrayList<Node> getList(){\n \treturn this.children;\n }", "List<UmsMenuNode> treeList();", "public static void main(String[] args) {\n\n\n\t\tArrayList<Node> N = new ArrayList<Node>();\n\t\t\n\t\t/*\n\t\t * ##### Encoding Model 2 ###### \n\t\t */\n\t\t\n\t\t\n\t\t/*\n\t\t * Encoding the privilege nodes\n\t\t */\n\t\tfor(int i=1; i<7; i++)\n\t\t{\n\t\t\tN.add(new Node(\"p\"+i, 1));\n\t\t}\n\t\t\n\t\t/*\n\t\t * Encoding the exploit nodes\t\t \n\t\t */\n\t\tfor(int i=1; i<8; i++)\n\t\t{\n\t\t\tN.add(new Node(\"e\"+i, 2));\n\t\t}\n\t\t\n\t\t/*\n\t\t * Encoding the child nodes\n\t\t */\n\t\tfor(int i=1; i<12; i++)\n\t\t{\n\t\t\tN.add(new Node(\"c\"+i, 0));\n\t\t}\n\t\t\n\t\t/*\n\t\t * Assigning the children and parent(s) for each node according to model 2\n\t\t */\n\t\t\n\t\tArrayList<Node> nil = new ArrayList<Node>();\n\t\t\n\t\tN.get(0).setParents(nil);\n\t\tN.get(0).addChild(N.get(6));\n\t\t\n\t\tN.get(6).addParent(N.get(0));\n\t\tN.get(6).addChild(N.get(1));\n\t\tN.get(6).addChild(N.get(13));\n\t\tN.get(6).addChild(N.get(14));\n\t\t\n\t\tN.get(1).addParent(N.get(6));\n\t\tN.get(1).addChild(N.get(7));\n\t\tN.get(1).addChild(N.get(8));\n\t\t\n\t\tN.get(7).addParent(N.get(1));\n\t\tN.get(7).addChild(N.get(15));\n\t\tN.get(7).addChild(N.get(2));\n\t\t\n\t\tN.get(2).addParent(N.get(7));\n\t\tN.get(2).addChild(N.get(10));\t\t\n\t\t\n\t\tN.get(8).addParent(N.get(1));\n\t\tN.get(8).addChild(N.get(16));\n\t\tN.get(8).addChild(N.get(3));\n\t\t\n\t\tN.get(3).addParent(N.get(8));\n\t\tN.get(3).addChild(N.get(9));\n\t\t\n\t\tN.get(10).addParent(N.get(2));\n\t\tN.get(10).addChild(N.get(5));\n\t\tN.get(10).addChild(N.get(19));\n\t\tN.get(10).addChild(N.get(20));\n\t\t\n\t\tN.get(9).addParent(N.get(3));\n\t\tN.get(9).addChild(N.get(4));\n\t\tN.get(9).addChild(N.get(17));\n\t\tN.get(9).addChild(N.get(18));\n\t\t\n\t\tN.get(4).addParent(N.get(9));\n\t\tN.get(4).addChild(N.get(12));\n\t\t\n\t\tN.get(5).addParent(N.get(10));\n\t\tN.get(5).addChild(N.get(11));\n\t\t\n\t\tN.get(12).addParent(N.get(4));\n\t\tN.get(12).addChild(N.get(22));\n\t\tN.get(12).addChild(N.get(23));\n\t\t\n\t\tN.get(11).addParent(N.get(5));\n\t\tN.get(11).addChild(N.get(21));\n\t\tN.get(11).addChild(N.get(23));\n\t\t\n\t\tN.get(13).addParent(N.get(6));\n\t\tN.get(14).addParent(N.get(6));\n\t\tN.get(15).addParent(N.get(7));\n\t\tN.get(16).addParent(N.get(8));\n\t\tN.get(17).addParent(N.get(9));\n\t\tN.get(18).addParent(N.get(9));\n\t\tN.get(19).addParent(N.get(10));\n\t\tN.get(20).addParent(N.get(10));\n\t\tN.get(21).addParent(N.get(11));\n\t\tN.get(22).addParent(N.get(12));\n\t\tN.get(23).addParent(N.get(11));\n\t\tN.get(23).addParent(N.get(12));\n\t\t\n\t\t\n\t\t/*\n\t\t * Encoding the C,I,A values for each node\n\t\t */\n\t\t\n\t\tN.get(0).setImpacts(4, 4, 4);\n\t\tN.get(1).setImpacts(1, 2, 3);\n\t\tN.get(2).setImpacts(2, 2, 1);\n\t\tN.get(3).setImpacts(1, 2, 1);\n\t\tN.get(4).setImpacts(1, 1, 1);\n\t\tN.get(5).setImpacts(3, 2, 3);\n\t\tN.get(13).setImpacts(3,3,3);\n\t\tN.get(14).setImpacts(3,3,3);\n\t\tN.get(15).setImpacts(3,3,3);\n\t\tN.get(16).setImpacts(3,3,3);\n\t\tN.get(17).setImpacts(3,3,3);\n\t\tN.get(18).setImpacts(3,3,3);\n\t\tN.get(19).setImpacts(3,3,3);\n\t\tN.get(20).setImpacts(3,3,3);\n\t\tN.get(21).setImpacts(3,3,3);\n\t\tN.get(22).setImpacts(3,3,3);\n\t\tN.get(23).setImpacts(2,2,1);\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t/*\n\t\t * This block helps see the setup of the whole tree. \n\t\t * Comment out if not required to see the parent children relationship of each node.\n\t\t */\n\t\t\n\t\tfor(int i=0; i<24; i++)\n\t\t{\n\t\t\tSystem.out.println(\"\\n\\n\" + N.get(i).getName() + \" < C=\" + N.get(i).getImpactC() + \", I=\" + N.get(i).getImpactI() + \", A=\" + N.get(i).getImpactA() + \" >\" );\n\t\t\tSystem.out.println(\"Parents: \");\n\t\t\tfor(int j=0; j<N.get(i).getParents().size(); j++)\n\t\t\t{\n\t\t\t\tSystem.out.print(N.get(i).getParents().get(j).getName() + \" \");\n\t\t\t}\n\t\t\tSystem.out.println(\"\\nChildren: \");\n\t\t\tfor(int k=0; k<N.get(i).getChildren().size(); k++)\n\t\t\t{\n\t\t\t\tSystem.out.print(N.get(i).getChildren().get(k).getName() + \" \");\n\t\t\t}\n\t\t}\n\t\t\n\t\t\n\t\t/*\n\t\t * Calling the method which will perform the C,I,A impact analysis \n\t\t */\n\t\t\n\t\t//Node n = new Node(); //Commented out as extended Main to Node and declared impactAnalysis() as static \n\t\t\n\t\tImpactAnalyzer ia = new ImpactAnalyzer();\n\t\tia.analyze(2, 2, 1, N);\n\t\t\n\t\t\n\t\t\n\t}", "@Test\n public void whenAddNodesOnOneLevelThenResultThreeNodesInLine() {\n tree.addChild(nodeOne, \"1\");\n tree.addChild(nodeTwo, \"2\");\n tree.addChild(nodeThree, \"3\");\n assertThat(tree.getChildren().toString(), is(\"[1, 2, 3]\"));\n }", "public abstract List<Patient> getAllPatientNode();", "private void populateOutputsInTree() {\n\t\tfor (ServiceNode s: serviceMap.values()) {\n\t\t\tfor (String outputVal : s.getOutputs())\n\t\t\t\ttaxonomyMap.get(outputVal).services.add(s);\n\t\t}\n\n\t\t// Now add the outputs of the input node\n\t\tfor (String outputVal : inputNode.getOutputs())\n\t\t\ttaxonomyMap.get(outputVal).services.add(inputNode);\n\t}", "public void addInTree(ArrayList<String> ngram, TreeNode root){\r\n\t\tTreeNode parentNode = root;\r\n\t\tTreeNode childNode = null;\r\n\t\tfor(int i = 0; i < ngram.size(); i++){\r\n\t\t\tchildNode = find(parentNode, ngram.get(i));\r\n\t\t\tif(childNode == null){\r\n\t\t\t\t// If node does not exist, create it and add it in the tree.\r\n\t\t\t\tchildNode = new TreeNode(ngram.get(i));\r\n\t\t\t\tparentNode.add(childNode);\r\n\t\t\t\tnGramDistinct ++;\r\n\t\t\t\tnGramPerLen[i] ++;\r\n\t\t\t}\r\n\t\t\tchildNode.incFreq(); // Increment apparition counter\r\n\t\t\tparentNode = childNode; // One step deeper in the tree\r\n\t\t}\r\n\t}", "Node[] getChildren(Node node);", "public List<Node> toList() {\n return tree.toList();\n }", "@Test\n public void testListWithValue() {\n Node makeNumbers1 = makeNumbersNode.withName(\"makeNumbers1\").withInputValue(\"string\", \"1 2 3\");\n Node add1 = addNode.extend().withName(\"add1\").withInputValue(\"v2\", 100.0);\n Node net = Node.NETWORK\n .withChildAdded(makeNumbers1)\n .withChildAdded(add1)\n .connect(\"makeNumbers1\", \"add1\", \"v1\");\n assertResultsEqual(context.renderChild(net, add1), 101.0, 102.0, 103.0);\n }", "private void collectAllElements(List<Node<E>> list) {\n list.add(root);\n for (int i = 0; i < list.size(); i++) {\n if (list.get(i).children != null) {\n list.addAll(list.get(i).children);\n }\n }\n }", "@Override\n\tpublic List<Node> chilren() {\n\t\treturn children;\n\t}", "void addNodes(List<CyNode> nodes);", "public List<TbNode> getAll() {\n return qureyNodeList(new NodeParam());\n }", "public List<TreeNode> getChildrenNodes();", "Collection<Element> getElementTreeFromPlainList() {\n Map<String, Element> values = new HashMap<String, Element>();\n for (String[] s : data) {\n values.put(s[0], new Element(s[2], s[1]));\n }\n\n // creates a result list\n Collection<Element> result = new ArrayList<Element>();\n\n // for each element in the result list that has a parent, put it into it\n // otherwise it is added to the result list\n for (Element e : values.values()) {\n if (e.parent != null) {\n values.get(e.parent).getChildren().add(e);\n } else {\n result.add(e);\n }\n }\n\n return result;\n }", "Collection<Element> getElementTreeFromPlainList() {\n Map<String, Element> values = new HashMap<String, Element>();\n for (String[] s : data) {\n values.put(s[0], new Element(s[2], s[1]));\n }\n\n // creates a result list\n Collection<Element> result = new ArrayList<Element>();\n\n // for each element in the result list that has a parent, put it into it\n // otherwise it is added to the result list\n for (Element e : values.values()) {\n if (e.parent != null) {\n values.get(e.parent).getChildren().add(e);\n } else {\n result.add(e);\n }\n }\n\n return result;\n }", "private static void buildDoublesNode(Document document, NodeList childList, Node newHead) {\n Element doublNode = document.createElement(\"item\");\n Element doublID = document.createElement(\"id\");\n Element doublParent = document.createElement(\"parent\");\n doublNode.appendChild(doublID);\n doublNode.appendChild(doublParent);\n for (int i = 0; i < childList.getLength(); i++) {\n if (childList.item(i).getNodeName().equals(\"id\"))\n doublID.setTextContent(childList.item(i).getTextContent());\n if (childList.item(i).getNodeName().equals(\"parent\")) {\n NodeList parentItemList = childList.item(i).getChildNodes();\n for (int j = 0; j < parentItemList.getLength(); j++) {\n if (parentItemList.item(j).getNodeName().equals(\"item\")) {\n Element innerParentItem = document.createElement(\"item\");\n innerParentItem.setTextContent(parentItemList.item(j).getTextContent());\n doublParent.appendChild(innerParentItem);\n }\n }\n }\n }\n newHead.appendChild(doublNode);\n }", "public void buildTaxonomyTree(String name){\n IndexHits<Node> foundNodes = findTaxNodeByName(name);\n Node firstNode = null;\n if (foundNodes.size() < 1){\n System.out.println(\"name '\" + name + \"' not found. quitting.\");\n return;\n } else if (foundNodes.size() > 1) {\n System.out.println(\"more than one node found for name '\" + name + \"'not sure how to deal with this. quitting\");\n } else {\n for (Node n : foundNodes)\n firstNode = n;\n }\n TraversalDescription CHILDOF_TRAVERSAL = Traversal.description()\n \t\t .relationships( RelTypes.TAXCHILDOF,Direction.INCOMING );\n \t\tSystem.out.println(firstNode.getProperty(\"name\"));\n \t\tJadeNode root = new JadeNode();\n \t\troot.setName(((String) firstNode.getProperty(\"name\")).replace(\" \", \"_\"));\n \t\tHashMap<Node,JadeNode> nodes = new HashMap<Node,JadeNode>();\n \t\tnodes.put(firstNode, root);\n \t\tint count =0;\n \t\tfor(Relationship friendrel : CHILDOF_TRAVERSAL.traverse(firstNode).relationships()){\n \t\t\tcount += 1;\n \t\t\tif (nodes.containsKey(friendrel.getStartNode())==false){\n \t\t\t\tJadeNode node = new JadeNode();\n \t\t\t\tnode.setName(((String) friendrel.getStartNode().getProperty(\"name\")).replace(\" \", \"_\").replace(\",\", \"_\").replace(\")\", \"_\").replace(\"(\", \"_\").replace(\":\", \"_\"));\n \t\t\t\tnodes.put(friendrel.getStartNode(), node);\n \t\t\t}\n \t\t\tif(nodes.containsKey(friendrel.getEndNode())==false){\n \t\t\t\tJadeNode node = new JadeNode();\n \t\t\t\tnode.setName(((String)friendrel.getEndNode().getProperty(\"name\")).replace(\" \", \"_\").replace(\",\", \"_\").replace(\")\", \"_\").replace(\"(\", \"_\").replace(\":\", \"_\"));\n \t\t\t\tnodes.put(friendrel.getEndNode(),node);\n \t\t\t}\n \t\t\tnodes.get(friendrel.getEndNode()).addChild(nodes.get(friendrel.getStartNode()));\n \t\t\tif (count % 100000 == 0)\n \t\t\t\tSystem.out.println(count);\n \t\t}\n \t\tJadeTree tree = new JadeTree(root);\n \t\tPrintWriter outFile;\n \t\ttry {\n \t\t\toutFile = new PrintWriter(new FileWriter(\"taxtree.tre\"));\n \t\t\toutFile.write(tree.getRoot().getNewick(false));\n \t\t\toutFile.write(\";\\n\");\n \t\t\toutFile.close();\n \t\t} catch (IOException e) {\n \t\t\te.printStackTrace();\n \t\t}\n \t}", "private SortedSet<NodeStation> generateNodeStations() throws GenerationException {\n // create Set of NodeStations\n SortedSet<NodeStation> nodeStations = new TreeSet<>();\n for (ReferenceStation referenceStation : referenceStations) {\n nodeStationGenerator.referenceStation(referenceStation).generate()\n .ifPresent(nodeStations::add);\n }\n return nodeStations;\n }", "Set<ControllerNode> seedNodes();", "@Test\n public void whenAddNineNodesOnDifferentLevelsThenResultNineNodesFromBottomToTop() {\n tree.addChild(nodeOne, \"1\");\n tree.addChild(new TreeNode(), \"1\");\n tree.addChild(new TreeNode(), \"1\");\n nodeOne.addChild(nodeTwo, \"2\");\n nodeOne.addChild(new TreeNode(), \"2\");\n nodeOne.addChild(new TreeNode(), \"2\");\n nodeTwo.addChild(nodeThree, \"3\");\n nodeTwo.addChild(new TreeNode(), \"3\");\n nodeTwo.addChild(new TreeNode(), \"3\");\n assertThat(tree.getChildren().toString(), is(\"[3, 3, 3, 2, 2, 2, 1, 1, 1]\"));\n }", "public java.util.ArrayList<Species> getAllSpecies() {\n ArrayList<Species> answer = new ArrayList<Species>();\n getAllDescendantSpecies(overallRoot, answer);\n return answer;\n \n }", "private static NodeList getNodes(Node n, NodeFilter filter) throws ParserException\n\t{\n\t\tNodeList list = new NodeList();\n\t\tn.collectInto(list, filter);\n\t\tNodeList c = n.getChildren();\n\t\tif (null != c)\n\t\t{\n\t\t\tfor (NodeIterator e = c.elements(); e.hasMoreNodes();)\n\t\t\t{\n\t\t\t\te.nextNode().collectInto(list, filter);\n\t\t\t}\n\t\t}\n\t\treturn list;\n\t}", "public List<TreeNode> generateTrees(int n) {\n if(n==0) return new ArrayList<TreeNode>();\n return generate(1, n);\n }", "public void genLists() {\n\t}", "private void colorNodes() {\n for (NodeImpl n : supervisedNodes) {\n colorNode(n);\n }\n }", "private ArrayList<ASTNode> getAllNodesImpl(ArrayList<ASTNode> childs) {\r\n\t\tif (visited)\r\n\t\t\treturn childs;\r\n\t\tchilds.add(this);\r\n\t\tvisited = true;\r\n\r\n\t\tfor (ASTNode child : getChildren()) {\r\n\t\t\tchild.getAllNodesImpl(childs);\r\n\t\t}\r\n\r\n\t\treturn childs;\r\n\t}", "@Test\n public void whenAddNodesOnDifferentLevelsThenResultThreeNodeFromBottomToTop() {\n tree.addChild(nodeOne, \"1\");\n nodeOne.addChild(nodeTwo, \"2\");\n nodeTwo.addChild(nodeThree, \"3\");\n assertThat(tree.getChildren().toString(), is(\"[3, 2, 1]\"));\n }", "public void test1() {\n SAP sap = getSapFromFile(\".\\\\W6.WordNet\\\\WordNetTests\\\\TestData\\\\digraph1.txt\");\n assertEquals(\"\", 0, sap.length(3, 3));\n assertEquals(\"\", 3, sap.ancestor(3, 3));\n assertEquals(\"\", 1, sap.ancestor(11, 7));\n assertEquals(\"\", 5, sap.length(11, 7));\n \n Iterable<Integer> a1 = Arrays.asList(new Integer[]{2, 5});\n Iterable<Integer> a2 = Arrays.asList(new Integer[]{7, 7});\n assertEquals(\"\", 1, sap.ancestor(a1,a2));\n assertEquals(\"\", 3, sap.length(a1,a2));\n }", "@Override\n public void visit(Node node) {\n nodes.add(node);\n }", "@Override\n public Collection<node_data> getV() {\n return this.nodes.values();\n }", "public void setListNodes (ArrayList<Node> list){\r\n this.listNodes = list;\r\n }", "private static String getAllChildrenAsText(Node parentNode) {\n\t\tStringBuilder builder = new StringBuilder();\n\t\t\n\t\tint numberOfChildren = parentNode.numberOfChildren();\n\t\tfor (int i = 0; i < numberOfChildren; i ++) {\n\t\t\tNode child = parentNode.getChild(i);\n\t\t\tbuilder.append(child.toString());\n\t\t\t\n\t\t\tif (child instanceof ForLoopNode) {\n\t\t\t\tbuilder.append(getAllChildrenAsText(child));\n\t\t\t\tbuilder.append(\"{$ END $}\");\n\t\t\t}\n\t\t}\n\t\t\n\t\treturn builder.toString();\n\t}", "public static ArrayList<Node> createNodesList(HashMap<Action, State> stateList, Node parentNode, int max_depth, Strategy strategy) {\r\n\t\t\r\n\t\tArrayList<Node> nodeList = new ArrayList<>();\r\n\r\n\t\tif ((parentNode.getDepth() + 1) > max_depth) \r\n\t\t\treturn nodeList;\r\n\t\t\r\n\t\tfor (Action s : stateList.keySet()) {\r\n\t\t\tNode son = new Node(parentNode, stateList.get(s), s, strategy);\r\n\t\t\tnodeList.add(son);\r\n\t\t}\r\n\t\treturn nodeList;\r\n\t}", "private List<Node> returnAllNodes(Node node) {\n List<Node> listOfNodes = new ArrayList<Node>();\n if (node != null) {\n listOfNodes.add(node);\n for (int i = 0; i < listOfNodes.size(); ++i) {\n Node n = listOfNodes.get(i);\n List<Node> children = n.children;\n if (children != null) {\n for (Node child : children) {\n if (!listOfNodes.contains(child)) {\n listOfNodes.add(child);\n }\n }\n }\n }\n }\n return listOfNodes;\n }", "public List<TreeNode> generateTrees(int n) {\n return helper(1, n);\n }", "public Node[] getChildren(){return children;}", "public void buildPathes() {\n\n for (Fruit fruit :game.getFruits()) {\n\n GraphNode.resetCounterId();\n changePlayerPixels();\n addBlocksVertices();\n Point3D fruitPixels = new Point3D(fruit.getPixels()[0],fruit.getPixels()[1]);\n GraphNode fruitNode = new GraphNode(fruitPixels);\n vertices.add(fruitNode);\n Target target = new Target(fruitPixels, fruit);\n\n //find the neigbours\n BFS();\n\n // build the grpah\n buildGraph(target);\n }\n }", "public TreeList()\n {\n\t this.lst = new AVLTree();\n\t this.length = 0;\n }", "public JodeList children() {\n return new JodeList(node.getChildNodes());\n }", "private void addSubnodes( Element root, String node_name ) {\r\n\t\t// element elements\r\n\t\tElement element = doc.createElement( node_name );\r\n\t\troot.appendChild( element );\r\n\r\n\t\t// set attributes to element\r\n\t\twhile ( Inputs.confirm( \"¿Añadir un atributo?\" )) {\r\n\r\n\t\t\taddAttr( element );\r\n\t\t}\r\n\r\n\r\n\t\tint num = Inputs.getInt( \"¿Cuántos sub-elementos tiene <\" + node_name + \">?\" );\r\n\r\n\t\tfor ( int i = 0; i < num; i++ ) {\r\n\r\n\t\t\taddSubnodes( element, ( i + 1 ));\r\n\t\t}\r\n\t}", "public static ArrayList<String> getListFromNodeList(NodeList inputNode)\r\n {\r\n String[] tempArray = new String [inputNode.getLength()];\r\n ArrayList<String> tempList;\r\n for (int i = 0; i < inputNode.getLength(); i++)\r\n {\r\n String multipleStepNote = \"\";\r\n String multipleStepAccidental = \"\";\r\n String multipleStepOcatve = \"\";\r\n if(inputNode.item(i) != null)\r\n {\r\n multipleStepNote = ((Element) (inputNode.item(i))).getAttribute(\"step\");\r\n multipleStepAccidental = getNoteAccidental(((Element) (inputNode.item(i))).getAttribute(\"actual_accidental\"));\r\n multipleStepOcatve = ((Element) (inputNode.item(i))).getAttribute(\"octave\");\r\n tempArray[i] = multipleStepNote+multipleStepAccidental+multipleStepOcatve;\r\n } \r\n }\r\n tempList = new ArrayList(Arrays.asList(tempArray));\r\n return tempList;\r\n }", "default List<SemanticRegion<T>> allChildren() {\n List<SemanticRegion<T>> result = new LinkedList<>();\n for (SemanticRegion<T> r : this) {\n result.add(r);\n }\n return result;\n }", "public static void main(String args[]){\n featureBase Engine = new featureEngine(\"Engine!\",\n \"This is an engine test!\", 356.99,1.0, 24.5,1000.0);\n\n featureBase Wheels = new featureWheels(\"Wheels\",\n \"This is a wheels test!\", 359.9,1.0,\"Somber\", 21.0);\n\n featureBase Color = new featureColor(\"Test part!\",\n \"This is a test part cool huh?\",364.99,1.0,\"Stylish\");\n\n //Constructing a new nodeArray\n nodeArray test = new nodeArray();\n\n //inserting the objects into the array (Duplicate to test the LLL as well)\n test.insert(Wheels);\n test.insert(Engine);\n test.insert(Color);\n\n System.out.print(test.display());\n }", "public ArrayList<StatementParse> expandNode(StatementParse node){\n ArrayList<StatementParse> expanded = new ArrayList<>();\n recursiveExpand(node, expanded);\n return expanded;\n\n }", "void bindNodes() {\n for (Exp exp : getExpList()) {\n exp.setNodeList(exp.getNodes());\n }\n }", "public List<String> useTreeOnData() {\n\t\tList<String> classifierWithData = new ArrayList<String>();\n\t\tString header = \"LEARND\\tACTUAL\";\n\t\tfor (String s : attributeNames) {\n\t\t\tchar[] truncated = Arrays.copyOf(s.toCharArray(),5);\n\t\t\tString tr = \"\";\n\t\t\tfor (int i = 0; i < 5 && Character.isAlphabetic(truncated[i]); i++) {\n\t\t\t\ttr += truncated[i];\n\t\t\t}\n\t\t\theader += \"\\t\"+ tr +\".\";\n\t\t}\n\t\tclassifierWithData.add(header);\n\t\tif (root == null || data == null || attributeNames.size() == 0) {\n\t\t\tthrow new IllegalStateException();\n\t\t}\n\t\tfor (Instance inst : data) {\n\t\t\tString s = root.classify(inst) +\"\\t\"+ inst.toString();\n\t\t\tclassifierWithData.add(s);\n\t\t}\n\t\treturn classifierWithData;\n\t}", "public static void computeChildren() {\n\t\tArrayList<BNNode> children = new ArrayList<BNNode>();\n\t\t// For each node, build an array of children by checking which nodes have it as a parent.\n\t\tfor (BNNode node : nodes) {\n\t\t\tchildren.clear();\n\t\t\tfor (BNNode node2 : nodes) {\n\t\t\t\tif (node == node2)\n\t\t\t\t\tcontinue;\n\t\t\t\tfor (BNNode node3 : node2.parents)\n\t\t\t\t\tif (node3 == node)\n\t\t\t\t\t\tchildren.add(node2);\n\t\t\t}\n\t\t\tnode.children = new BNNode[children.size()];\n\t\t\tnode.children = (BNNode[]) children.toArray(node.children);\n\t\t}\n\t}", "@SuppressWarnings({ \"rawtypes\", \"unchecked\" })\n @Override\n public Visitable visit(NodeList n, String arg) {\n for (Node node : new ArrayList<Node>(n)) {\n node.accept(this, arg);\n }\n return new NodeListWrapper(n); \n }", "public static List<Artist> makeChild3() {\n Artist q = new Artist(\"\", true);\n return Arrays.asList(q);\n }", "@SuppressWarnings(\"unchecked\")\n\tprivate void build(Node<VirtualDataSet> node) {\n\n\t\tif (node == null)\n\t\t\tthrow new NullPointerException(\"Cannot built a decision (sub)tree for a null node.\");\n\n\t\tVirtualDataSet set = node.data;\n\n\t\tif (set == null || set.getNumberOfDatapoints() == 0 || set.getNumberOfAttributes() == 0)\n\t\t\tthrow new IllegalStateException(\"The dataset is in an invalid state!\");\n\n\t\tif (set.getNumberOfAttributes() == 1) // We have only the class attribute left\n\t\t\treturn;\n\n\t\tif (set.getAttribute(set.getNumberOfAttributes() - 1).getValues().length == 1) // No uncertainty left\n\t\t\treturn;\n\n\t\tboolean needsSplit = false;\n\n\t\tfor (int i = 0; i < set.getNumberOfAttributes() - 1; i++) {\n\t\t\tif (set.getAttribute(i).getValues().length < 2) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tneedsSplit = true;\n\t\t}\n\n\t\tif (!needsSplit) // split would be futile for all remaining attributes\n\t\t\treturn;\n\n\t\tGainInfoItem[] gains = InformationGainCalculator.calculateAndSortInformationGains(set);\n\t\t\n\t\tif (gains[0].getGainValue() == 0.0) // No split when there is no gain\n\t\t\treturn; \n\n\t\tAttribute bestAttribute = set.getAttribute(gains[0].getAttributeName());\n\n\t\tif (bestAttribute.getType() == AttributeType.NOMINAL) {\n\t\t\tVirtualDataSet[] partitions = set\n\t\t\t\t\t.partitionByNominallAttribute(set.getAttributeIndex(bestAttribute.getName()));\n\t\t\tnode.children = (Node<VirtualDataSet>[]) new Node[partitions.length];\n\n\t\t\tfor (int i = 0; i < node.children.length; i++) {\n\t\t\t\tnode.children[i] = new Node<VirtualDataSet>(partitions[i]);\n\t\t\t}\n\n\t\t\tfor (int i = 0; i < node.children.length; i++) {\n\t\t\t\tbuild(node.children[i]);\n\t\t\t}\n\n\t\t} else {\n\t\t\tint attributeIndex = node.data.getAttributeIndex(bestAttribute.getName());\n\n\t\t\tString[] values = bestAttribute.getValues();\n\n\t\t\tint valueIndex = -1;\n\n\t\t\tfor (int i = 0; i < values.length; i++) {\n\t\t\t\tif (values[i].equals(gains[0].getSplitAt())) {\n\t\t\t\t\tvalueIndex = i;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (valueIndex == -1) {\n\t\t\t\tSystem.out.println(\"Houston, we have a problem!\");\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tVirtualDataSet[] partitions = set.partitionByNumericAttribute(attributeIndex, valueIndex);\n\n\t\t\tnode.children = (Node<VirtualDataSet>[]) new Node[partitions.length];\n\n\t\t\tfor (int i = 0; i < node.children.length; i++) {\n\t\t\t\tnode.children[i] = new Node<VirtualDataSet>(partitions[i]);\n\t\t\t}\n\n\t\t\tfor (int i = 0; i < node.children.length; i++) {\n\t\t\t\tbuild(node.children[i]);\n\t\t\t}\n\t\t}\n\t}", "public void printTreeNodes(){\n logger.trace(\"Name: \"+this.getName());\n for(int i=0;i<this.getChildCount();i++){\n SearchBaseNode node = (SearchBaseNode) this.getChildAt(i);\n node.printTreeNodes();\n }\n }", "public ArrayList<Node> getListNodes(){\r\n return listNodes;\r\n }", "@Override\n\tpublic void docToLists() {\n\t\tnodesToList(document, null, nodes);\n\t}", "@Override\n\tpublic Set<HtmlTag> getChildren()\n\t{\n\t\tImmutableSet.Builder<HtmlTag> childrenBuilder = ImmutableSet.builder();\n\t\tfor(TreeNode<? extends HtmlTag> child : node.getChildren())\n\t\t{\n\t\t\tchildrenBuilder.add(child.getValue());\n\t\t}\n\t\treturn childrenBuilder.build();\n\t}", "private void parseChannelNodes(NodeList nodeList,ArrayList<Publication> publications) {\n for(int i = 0; i < nodeList.getLength(); i++){\n Node node = nodeList.item(i);\n if(!\"#text\".equals(node.getNodeName())) {\n Publication publication = new Publication(Integer.toString(Math.abs(new Random().nextInt())));\n parseChildNodes(publication,node);\n System.out.println(publication.toString());\n publications.add(publication);\n }\n }\n }", "void printpopulateInorderSucc(Node t){\n\t\n\n}", "public DynamicModelPart buildChildrenUsingSeeds() {\n this.children.parallelStream().forEach(child -> {\n child.buildUsingSeeds();\n });\n return this;\n }" ]
[ "0.61569154", "0.6121144", "0.5915109", "0.58076847", "0.578852", "0.5752554", "0.5669712", "0.5621458", "0.5578766", "0.5572198", "0.5563583", "0.54564", "0.5435866", "0.5431658", "0.54168147", "0.53789806", "0.5375778", "0.5365465", "0.5324985", "0.53114593", "0.5290494", "0.5289663", "0.52617294", "0.52593887", "0.524385", "0.5242044", "0.5232584", "0.5222806", "0.5221901", "0.5220508", "0.52165335", "0.51928717", "0.51741874", "0.51565814", "0.514558", "0.5123584", "0.51224804", "0.511567", "0.5111456", "0.5095403", "0.5074149", "0.5065355", "0.5061656", "0.5058996", "0.50568044", "0.505641", "0.50550836", "0.5052283", "0.50464565", "0.5036492", "0.50278", "0.5025748", "0.50173414", "0.5010683", "0.50064516", "0.50018114", "0.4997473", "0.4997473", "0.49908394", "0.49906287", "0.49844313", "0.49819452", "0.4981152", "0.4979393", "0.49724293", "0.4970721", "0.4969969", "0.49591506", "0.4957994", "0.4954701", "0.4953414", "0.49429327", "0.49403396", "0.4931468", "0.49149153", "0.49121118", "0.49119598", "0.490856", "0.490696", "0.49053827", "0.49028888", "0.49025226", "0.49003637", "0.48995596", "0.48968878", "0.48947415", "0.48859325", "0.48852322", "0.48828262", "0.48714173", "0.48672262", "0.4865051", "0.48552135", "0.4854806", "0.48542726", "0.4853989", "0.48445", "0.48354524", "0.48345172", "0.48306423" ]
0.5285235
22
inflating the settings menu in the activity
@Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.main, menu); return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void viewSettings() {\n startActivity(new Intent(Main.this, Settings.class));\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n\n switch (id) {\n case R.id.action_settings:\n Toast.makeText(getApplicationContext(),\n \"Wybrano action_settings\",\n Toast.LENGTH_SHORT).show();\n break;\n case R.id.action_settings2:\n Toast.makeText(getApplicationContext(),\n \"Wybrano action_settings2\",\n Toast.LENGTH_SHORT).show();\n break;\n case R.id.action_settings3:\n Toast.makeText(getApplicationContext(),\n \"Wybrano action_settings3\",\n Toast.LENGTH_SHORT).show();\n break;\n }\n\n\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected (MenuItem item){\n switch (item.getItemId()) {\n\n case R.id.action_settings:\n // Toast.makeText(this, \"nestoria\", Toast.LENGTH_LONG).show();\n Intent intent = new Intent(this, settingactivity.class);\n startActivity(intent);\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n return true;\n }\n\n\n\n\n return super.onOptionsItemSelected(item);\n\n\n\n }", "@Override\r\n public boolean onCreateOptionsMenu(Menu menu) {\r\n getMenuInflater().inflate(R.menu.settings_menu,menu);\r\n return true;\r\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n super.onCreateOptionsMenu(menu);\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.settings, menu);\n MenuItem settings = menu.findItem(R.id.settings);\n if(currentScreenGameState == GameState.STOPPED ){\n settings.setVisible(true);\n }else{\n settings.setVisible(false);\n }\n return true;\n }", "public void settingsMenu() {\n /*\n * we need to create new settings scene because settings may be changed and\n * we need to show those changes\n */\n Game.stage.setScene(createSettingsMenuScene());\n Game.stage.show();\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tmenu.add(1, 1, 1, (getString(R.string.app_name)));\r\n\t\tmenu.add(2, 2, 2, (getString(R.string.action_settings)));\r\n\t\treturn true;\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_settings,menu);\n return true;\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n switch (id) {\n case R.id.action_settings:\n if(SETTINGS_ACCESS_PER == 1) {\n getSupportActionBar().setTitle(\"Settings\");\n displaySelectedScreen(id);\n } else {\n Toast.makeText(this, \"Access Denied.\", Toast.LENGTH_LONG).show();\n }\n return true;\n case R.id.action_logout:\n finish();\n System.exit(0);\n break;\n /*case R.id.add:\n getSupportActionBar().setTitle(\"Add\");\n return true;\n case R.id.reset:\n getSupportActionBar().setTitle(\"Reset\");\n return true;*/\n default:\n break;\n }\n /* if (id == R.id.action_settings) {\n return true;\n }*/\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.activity_setting, menu);\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu)\n {\n getMenuInflater().inflate(R.menu.settings, menu);\n return true;\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n Toast.makeText(Inserting.this, \"Sorry, there is no any option for setting!!!\", Toast.LENGTH_LONG).show();\n return true;\n }\n switch(id){\n case R.id.id_about_us:\n Toast.makeText(Inserting.this, \"I am Junior Android Developer!!!\", Toast.LENGTH_LONG).show();\n return true;\n case R.id.id_contact_us:\n Toast.makeText(Inserting.this, \"If you want to cantact me, please write email to [email protected]!!!\",\n Toast.LENGTH_LONG).show();\n return true;\n case R.id.id_search:\n Toast.makeText(Inserting.this, \"Sorry, there is no any option for search!!!\", Toast.LENGTH_LONG).show();\n return true;\n case R.id.id_exit_app:\n Exit_alert();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu)\n {\n getMenuInflater().inflate(R.menu.menu_settings, menu);\n return true;\n }", "private void buildSettingsMenu() {\r\n settingsMenu = new JMenu( Msgs.str( \"Settings\" ) );\r\n\r\n qMarkItem = new JCheckBoxMenuItem( Msgs.str( \"Qmarks\" ), qMarksOn );\r\n ks = KeyStroke.getKeyStroke( KeyEvent.VK_Q, Event.ALT_MASK );\r\n qMarkItem.setAccelerator( ks );\r\n qMarkItem.setMnemonic( 'Q' );\r\n qMarkItem.addActionListener( listener );\r\n\r\n newGameItem = new JMenuItem( Msgs.str( \"game.new\" ) );\r\n ks = KeyStroke.getKeyStroke( KeyEvent.VK_F2, 0 );\r\n newGameItem.setAccelerator( ks );\r\n newGameItem.addActionListener( listener );\r\n\r\n showSettingsItem = new JMenuItem( Msgs.str( \"settings.change\" ) );\r\n ks = KeyStroke.getKeyStroke( KeyEvent.VK_C, Event.ALT_MASK );\r\n showSettingsItem.setAccelerator( ks );\r\n showSettingsItem.setMnemonic( 'C' );\r\n showSettingsItem.addActionListener( listener );\r\n\r\n settingsMenu.add( qMarkItem );\r\n settingsMenu.add( newGameItem );\r\n settingsMenu.add( showSettingsItem );\r\n }", "@Override\n// when an item on the options menu is selected\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n startActivity(new Intent(\"android.intent.action.util.Settings\"));\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings){\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n\tprotected void handleSettings(ClickEvent event) {\n\t\t\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_setting, menu);\n return true;\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n // Handle item selection\n switch (item.getItemId()) {\n case R.id.english:\n Log.i(\"LANGUAGE SELECTION\", \"english\");\n setLocale(\"en\");\n return true;\n case R.id.finnish:\n Log.i(\"LANGUAGE SELECTION\", \"finnish\");\n setLocale(\"fi\");\n return true;\n case R.id.swedish:\n Log.i(\"LANGUAGE SELECTION\", \"swedish\");\n setLocale(\"sv\");\n return true;\n case R.id.hungarian:\n Log.i(\"LANGUAGE SELECTION\", \"hungarian\");\n setLocale(\"hu\");\n return true;\n case R.id.nepali:\n Log.i(\"LANGUAGE SELECTION\", \"nepali\");\n setLocale(\"ne\");\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n Toast.makeText(getBaseContext(),\"Designed and developed by : Akash Giri\", Toast.LENGTH_LONG).show();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.settings_menu, menu);\n return true;\n }", "private void openSettings() {\n\t\tString message = \"This would be settings.\";\r\n\t\tIntent intent = new Intent(this, DisplayMessageActivity.class);\r\n\t\tintent.putExtra(EXTRA_MESSAGE, message);\r\n\t\tstartActivity(intent);\r\n\t\t\r\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tmenu.add(\"Settings\");\r\n\t\tmenu.add(\"Restart\");\r\n\t\treturn true;\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.settings, menu);\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.settings, menu);\n return true;\n }", "private void settings() {\n\t\tIntent intent = new Intent(this, ActivitySettings.class);\n\t\tstartActivity(intent);\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n\r\n //noinspection SimplifiableIfStatement\r\n if (id == R.id.action_settings) {\r\n return true;\r\n }\r\n\r\n\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\r\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_detail, menu);\r\n MenuItem mi=menu.findItem(R.id.action_settings);\r\n SharedPreferences commonpreference=getSharedPreferences(\"Common\",MODE_PRIVATE);\r\n if(commonpreference.contains(id_fav))\r\n mi.setTitle(\"Remove from Favorites\");\r\n else\r\n mi.setTitle(\"Add to Favorites\");\r\n return true;\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n // Handle action bar item clicks here. The action bar will\n // automatically handle clicks on the Home/Up button, so long\n // as you specify a parent activity in AndroidManifest.xml.\n\n int id = item.getItemId();\n // 주석처리함..\n // if (id == R.id.action_settings) {\n // return true;\n // }\n\n return super.onOptionsItemSelected(item);\n }", "static Menu settings ()\r\n \t{\r\n \t\tfinal byte width = 45;\r\n \t\tOption ram, rightHanded, dumpState, trackTime, assembly, compression;\r\n \t\tString label [] = {\"Which settings field would you\",\r\n \t\t\"like to modify?\"};\r\n \t\tMenu settings = new Menu (label, \"Change program settings.\", width);\r\n \t\t\r\n \t\t//Initialising options:\r\n \t\tassembly = new Editor (Settings.assembly, \"Assembly Definitions\");\r\n \t\trightHanded = new Toggle (Settings.rightHanded, \"RAM select\", \"Right\", \"Left\"); //True stands for right;\r\n \t\t//False for left.\r\n \t\tdumpState = new Toggle (Settings.dumpState, \"Data Recording\");\r\n \t\ttrackTime = new Toggle (Settings.trackTime, \"Time Tracking\");\r\n \t\tram = new PickNumber (Settings.rAMallowed, \"RAM Allowed\", \"bytes\");\r\n \t\tcompression = new Toggle (Settings.compressNBT, \"Schematic compression\");\r\n \t\t\r\n \t\t//Adding options to setting menu:\r\n \t\tsettings.addOption(assembly);\r\n \t\tsettings.addOption(rightHanded);\r\n \t\tsettings.addOption(dumpState);\r\n \t\tsettings.addOption(trackTime);\r\n \t\tsettings.addOption(ram);\r\n \t\t//Settings menu will display these options in the order they are added here.\r\n \t\t\r\n \t\t//TODO option for program name, target and programming language settings.\r\n \t\t\r\n \t\treturn settings;\r\n \t}", "public boolean onOptionsItemSelected(MenuItem item){\n int id = item.getItemId();\n// if(id == R.id.action_settings){\n// //Create intent to go to the settings page i guess\n// }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_settings, menu);\n return true;\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n Toast.makeText(this, \"Opening Settings...\", Toast.LENGTH_LONG).show();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "private void settings() {\n mainTitle = makeLabel(\"Settings\", true);\n add(mainTitle);\n add(content);\n add(diffSlider);\n add(colourChooser);\n add(mainB);//button to main menu\n diffSlider.requestFocus();\n }", "@Override\r\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\t\r\n\t\tint id = item.getItemId();\r\n\t\tif (id == R.id.action_settings) {\r\n\t\t\treturn true;\r\n\t\t}\r\n\t\treturn super.onOptionsItemSelected(item);\r\n\t}", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\tsuper.onCreateOptionsMenu(menu, inflater);\n\tinflater.inflate(R.menu.menu_main, menu);\n\tmenu.findItem(R.id.action_edit).setVisible(false);\n\tmenu.findItem(R.id.action_share).setVisible(false);\n\tmenu.findItem(R.id.action_settings).setVisible(true);\n }", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tIntent intent = new Intent(Settings.ACTION_SETTINGS);\n\t\t\t\tstartActivity(intent);\n\t\t\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n Toast.makeText(this,MENSAJE,Toast.LENGTH_LONG).show();\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tAlertDialog.Builder builder = new AlertDialog.Builder(\n\t\t\t\t\t\tSettingActivity.this);\n\t\t\t\tbuilder.setTitle(\"归属地查询风格\");\n\t\t\t\tbuilder.setSingleChoiceItems(MGApplication.bgNames,\n\t\t\t\t\t\tsharedPreferences.getInt(\n\t\t\t\t\t\t\t\tMobileGuard.SHOW_LOCATION_WHICHSTYLE, 0),\n\t\t\t\t\t\tnew DialogInterface.OnClickListener() {\n\n\t\t\t\t\t\t\t@Override\n\t\t\t\t\t\t\tpublic void onClick(DialogInterface dialog,\n\t\t\t\t\t\t\t\t\tint which) {\n\t\t\t\t\t\t\t\t// TODO Auto-generated method stub\n\t\t\t\t\t\t\t\tEditor editor = sharedPreferences.edit();\n\t\t\t\t\t\t\t\teditor.putInt(\n\t\t\t\t\t\t\t\t\t\tMobileGuard.SHOW_LOCATION_WHICHSTYLE,\n\t\t\t\t\t\t\t\t\t\twhich);\n\t\t\t\t\t\t\t\teditor.commit();\n\t\t\t\t\t\t\t\tdialog.dismiss();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\tbuilder.show();\n\t\t\t}", "protected void launchLocaleSettings() {\r\n\t\tIntent queryIntent = new Intent(Intent.ACTION_MAIN);\r\n\t\tqueryIntent.setClassName(\"com.android.settings\", \"com.android.settings.LanguageSettings\");\r\n\t\tqueryIntent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY|Intent.FLAG_ACTIVITY_CLEAR_TOP);\r\n\t\tstartActivity(queryIntent);\r\n\t\t\r\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.setting, menu);\n\t\treturn true;\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.setting, menu);\n\t\treturn true;\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.setting, menu);\n\t\treturn true;\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.setting, menu);\n\t\treturn true;\n\t}", "@Override\n public void overrideSettings(final String... keyvalues) {\n super.overrideSettings(keyvalues);\n if (mListMenuContainer == null || mListMenu == null) { // frankie, \n initializePopup();\n } else {\n overridePreferenceAccessibility();\n }\n mListMenu.overrideSettings(keyvalues);\n\n\t\t// frankie, 2017.08.15, add start \n\t\tif(AGlobalConfig.config_module_VIDEO_MODULE_use_new_settings_en) {\n\t if(mChusSettingsFragment == null) {\n\t createSettingFragment(); // fm.commitAllowingStateLoss -> __lifeCycleCallback.onCreate -> overridePreferenceAccessibility_i\n\t }\n\t\t\telse {\n\t\t\t\toverridePreferenceAccessibility_i();\n\t\t\t}\n\t\t\tif(mChusSettingsFragment != null) {\n\t\t\t\tmChusSettingsFragment.overrideSettings(keyvalues);\n\t\t\t}\n\t\t}\n\t\t// frankie, 2017.08.15, add end\n\t\t\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n/*\r\n //noinspection SimplifiableIfStatement\r\n if (id == R.id.action_settings) {\r\n return true;\r\n }\r\n*/\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item)\n {\n int id = item.getItemId();\n if (id == R.id.action_settings)\n {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item)\n {\n int id = item.getItemId();\n if (id == R.id.action_settings)\n {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t switch (item.getItemId()) {\n\t case R.id.settings:\n\t openSettings();\n\t return true;\n\t default:\n\t return super.onOptionsItemSelected(item);\n\t }\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_home, menu);\n /* Make an Language option so the user can change the language of the game*/\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu_activity_settings, menu);\n return true;\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n Toast t = Toast.makeText(this,\"setting\",Toast.LENGTH_LONG);\n t.show();\n return true;\n }\n else if (id == R.id.action_help) {\n Toast t = Toast.makeText(this,\"help\",Toast.LENGTH_LONG);\n t.show();\n\n Intent i = new Intent(this,HelpActivity.class);\n this.startActivity(i);\n\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t switch (item.getItemId()) {\n\t \n\t case R.id.action_settings:\n\t \t Intent prefsIntentS = new Intent(this, PreferencesActivity.class);\n\t startActivity(prefsIntentS);\n\t return true;\n\t case R.id.action_about:\n\t \t Intent aboutIntent = new Intent(this, AboutActivity.class);\n\t \t startActivity(aboutIntent);\n\t \t overridePendingTransition(R.anim.fadein,R.anim.fader);\n\t return true;\n\t case R.id.action_help:\n\t \t Intent helpIntent = new Intent(this, HelpActivity.class);\n\t \t startActivity(helpIntent);\n\t \t overridePendingTransition(R.anim.fadein,R.anim.fader);\n\t return true;\n\t default:\n\t return super.onOptionsItemSelected(item);\n\t }\n\t}", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) \n\t{\n\t\tint id = item.getItemId();\n\t\tif (id == R.id.action_settings) \n\t\t{\n\t\t\treturn true;\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) \n\t{\n\t\tint id = item.getItemId();\n\t\tif (id == R.id.action_settings) \n\t\t{\n\t\t\treturn true;\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n if(id == R.id.app_bar_China){\n\n SharedPreferences pref = getActivity().getSharedPreferences(\"myPrefs\",MODE_PRIVATE);\n SharedPreferences.Editor editor = pref.edit();\n editor.putString(\"isChinese\",\"cn\");\n editor.commit();\n defaultLanguage = \"cn\";\n //Toast.makeText(getActivity(), \"Language switched to Chinese\", Toast.LENGTH_LONG).show();\n changeLabelToChinese();\n\n }\n\n if(id == R.id.app_bar_australia){\n\n SharedPreferences pref = getActivity().getSharedPreferences(\"myPrefs\",MODE_PRIVATE);\n SharedPreferences.Editor editor = pref.edit();\n editor.putString(\"isChinese\",\"au\");\n editor.commit();\n defaultLanguage = \"au\";\n //Toast.makeText(getActivity(), \"Language switched to English\", Toast.LENGTH_LONG).show();\n changeLabelToEnglish();\n\n }\n\n if(id == android.R.id.home){\n BottomNavigationView bottomNavigationView = getActivity().findViewById(R.id.bottom_navigationid);\n bottomNavigationView.setSelectedItemId(R.id.nav_landingPage);\n getActivity().getSupportFragmentManager()\n .beginTransaction()\n .replace(R.id.fragment_container, new LandingPageFragment())\n .commit();\n\n }\n\n return super.onOptionsItemSelected(item);\n\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n if (id == R.id.action_settings) {\r\n return true;\r\n }\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n if (id == R.id.action_settings) {\r\n return true;\r\n }\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n if (id == R.id.action_settings) {\r\n return true;\r\n }\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n if (id == R.id.action_settings) {\r\n return true;\r\n }\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n if (id == R.id.action_settings) {\r\n return true;\r\n }\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "public String configureOptionsMenu() {\n SharedPreferences settings = context.getSharedPreferences(PREFS, 0);\n boolean shuffle = settings.getBoolean(\"shuffle\", true);\n String buttonText = \"Hello\";\n \n if (shuffle) {\n buttonText = \" Off \";\n } else {\n buttonText = \" On \";\n }\n \n return buttonText;\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.settings, menu);\n\t\treturn true;\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.settings, menu);\n\t\treturn true;\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.settings, menu);\n\t\treturn true;\n\t}", "@Override\n public boolean onOptionsItemSelected (MenuItem item){\n final Context context=this;\n switch(item.getItemId()){\n\n // Intent intent1 = new Intent(context, visalle.class);\n //startActivity(intent1);\n }\n\n //noinspection SimplifiableIfStatement\n /*if (id == R.id.action_settings) {\n return true;\n }*/\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tint id = item.getItemId();\n\t\tif (id == R.id.action_settings) {\n\t\t\t//Toast.makeText(getApplicationContext(), \"Thank You @Cc_Hub\", Toast.LENGTH_LONG).show();\n\t\t\treturn true;\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "private void gotoSettings() {\n \t\tIntent i = new Intent( this, GlobalSettingsActivity.class );\n \t\tthis.startActivity( i );\n \t}", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) \n\t{\n\t\tint id = item.getItemId();\n\t\tif (id == R.id.action_settings) {\n\t\t\treturn true;\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) \n\t{\n\t\tint id = item.getItemId();\n\t\tif (id == R.id.action_settings) {\n\t\t\treturn true;\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "@Override\n public void onClick(View view) {\n PopupMenu popup = new PopupMenu(Settings.this, view);\n //Inflating the Popup using xml file\n popup.getMenuInflater().inflate(R.menu.langmenu, popup.getMenu());\n\n //registering popup with OnMenuItemClickListener\n popup.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() {\n public boolean onMenuItemClick(MenuItem item) {\n if (item.getItemId()==R.id.one)\n {\n Constants.ChangeLang( \"ar\", Settings.this);\n Intent intent = new Intent(getApplicationContext(), SplachScreen.class);\n //In API level 11 or greater, use FLAG_ACTIVITY_CLEAR_TASK and FLAG_ACTIVITY_NEW_TASK flag on Intent to clear all the activity stack.\n intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);\n startActivity(intent);\n finish();\n }else if (item.getItemId()==R.id.two)\n {\n Constants.ChangeLang( \"en\", Settings.this);\n Intent intent = new Intent(getApplicationContext(), SplachScreen.class);\n //In API level 11 or greater, use FLAG_ACTIVITY_CLEAR_TASK and FLAG_ACTIVITY_NEW_TASK flag on Intent to clear all the activity stack.\n intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);\n startActivity(intent);\n finish();\n }\n return true;\n }\n });\n\n popup.show();//showing popup menu\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings)\n return true;\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(@NonNull MenuItem item) {\n\n int id = item.getItemId();\n\n if(id == R.id.action_setting){\n Toast.makeText(getContext(), \"Settings Clicked\", Toast.LENGTH_LONG).show();\n }\n if(id == R.id.sub_item1_setting){\n Toast.makeText(getContext(), \"Settings: Sub item1\", Toast.LENGTH_LONG).show();\n }\n if(id == R.id.sub_item2_setting){\n Toast.makeText(getContext(), \"Settings: Sub item2\", Toast.LENGTH_LONG).show();\n }\n if(id == R.id.sub_item3_setting){\n Toast.makeText(getContext(), \"Settings: Sub item3\", Toast.LENGTH_LONG).show();\n }\n if(id == R.id.sub_item4_setting){\n Toast.makeText(getContext(), \"Settings: Sub item4\", Toast.LENGTH_LONG).show();\n }\n if(id == R.id.action_more){\n Toast.makeText(getContext(), \"More options Clicked\", Toast.LENGTH_LONG).show();\n }\n if(id == R.id.action_search){\n Toast.makeText(getContext(), \"Search Call\", Toast.LENGTH_LONG).show();\n }\n\n\n return super.onOptionsItemSelected(item);\n }", "public void gotoSettings(View v){\n Intent settings;\n settings = new Intent(getBaseContext(),SettingsActivity.class);\n startActivity(settings);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main, menu);\n MenuItem settings = menu.findItem(R.id.action_settings);\n settings.setVisible(false);\n return true;\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n //noinspection SimplifiableIfStatement\n /*if (id == R.id.action_settings) {\n return true;\n }*/\n return super.onOptionsItemSelected(item);\n }", "private void showSettingsDialog() {\n AlertDialog.Builder builder = new AlertDialog.Builder(this);\n builder.setTitle(getString(R.string.permission));\n builder.setMessage(getString(R.string.setting_permission));\n builder.setPositiveButton(getString(R.string.go_setting), (dialog, which) -> {\n dialog.cancel();\n openSettings();\n });\n builder.setNegativeButton(getString(R.string.cancel), (dialog, which) -> dialog.cancel());\n builder.show();\n\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n setTitle(\"Settings\");\n fragmentManager.beginTransaction().replace(R.id.fm1,new settings()).addToBackStack(null).commit();\n }\n\n return super.onOptionsItemSelected(item);\n }", "private void showSettingsDialog() {\n AlertDialog.Builder builder = new AlertDialog.Builder(Ter.this);\n builder.setTitle(\"Need Permissions\");\n builder.setMessage(\"This app needs permission to use this feature. You can grant them in app settings.\");\n builder.setPositiveButton(\"GOTO SETTINGS\", new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n dialog.cancel();\n openSettings();\n }\n });\n builder.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n dialog.cancel();\n }\n });\n builder.show();\n\n }", "private void showSettingsDialog() {\n AlertDialog.Builder builder = new AlertDialog.Builder(BaseActivity.this);\n builder.setTitle(\"Need Permissions\");\n builder.setMessage(\"This app needs permission to use this feature. You can grant them in app settings.\");\n builder.setPositiveButton(\"GOTO SETTINGS\", new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n dialog.cancel();\n openSettings();\n }\n });\n builder.setNegativeButton(\"Cancel\", new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n dialog.cancel();\n }\n });\n builder.show();\n\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item ) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == R.id.action_settings) {\n Intent intent = new Intent(this, SettingsActivity.class)\n .putExtra(\"userId\", userId)\n .putExtra(\"lan\", languageToLoad);\n startActivity(intent);\n\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == R.id.action_settings) {\n return true;\n }\n return super.onOptionsItemSelected(item);\n }" ]
[ "0.67545944", "0.67442703", "0.6733163", "0.67062736", "0.6681187", "0.66804177", "0.66490924", "0.66157514", "0.6570775", "0.6529873", "0.6513263", "0.64858454", "0.64818966", "0.646006", "0.6446562", "0.64425683", "0.6422878", "0.6421671", "0.6411743", "0.63783866", "0.63782537", "0.63771725", "0.63643754", "0.63588256", "0.634979", "0.63414955", "0.63414955", "0.63410133", "0.6327143", "0.6322096", "0.63163954", "0.6310935", "0.6310415", "0.6308114", "0.63074166", "0.63018346", "0.6298966", "0.6297086", "0.62922764", "0.6290899", "0.62733865", "0.62713253", "0.6268294", "0.6265394", "0.6265394", "0.6265394", "0.6265394", "0.6255858", "0.6249508", "0.62493885", "0.62493885", "0.62485594", "0.6245577", "0.62427557", "0.6241872", "0.62361735", "0.62305784", "0.62305784", "0.62287104", "0.62214875", "0.62214875", "0.62214875", "0.62214875", "0.62214875", "0.62187177", "0.6215638", "0.62148255", "0.62148255", "0.62148255", "0.620371", "0.62036794", "0.62032896", "0.61935717", "0.61935717", "0.6192034", "0.6190279", "0.61856663", "0.61845666", "0.617977", "0.6172155", "0.6171889", "0.61699486", "0.616617", "0.6163086", "0.6161521", "0.6156849", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877", "0.6155877" ]
0.0
-1
Display the first 500 characters of the response string.
@Override public void onResponse(String response) { if(response!=null){ try { JSONObject jsonObj = new JSONObject(response); JSONArray array = jsonObj.getJSONArray("features"); for(int i=0;i<array.length();i++){ JSONObject item_earthquake = array.getJSONObject(i); JSONObject properties = item_earthquake.getJSONObject("properties"); String magnitude = properties.getString("mag"); String Location =properties.getString("place"); String Date = properties.getString("time"); String Url = properties.getString("url"); long timeInMilliseconds = Long.parseLong(Date); java.util.Date dateObject = new Date(timeInMilliseconds); SimpleDateFormat dateFormatter = new SimpleDateFormat("MMM DD, yyyy HH:mm:ss a"); String dateToDisplay = dateFormatter.format(dateObject); earthquakes.add(new earthquake(magnitude,Location,dateToDisplay,Url)); } } catch (JSONException e) { e.printStackTrace(); } } earthquakeAdapters adapter =new earthquakeAdapters(getApplicationContext(),R.layout.llist_items,earthquakes); ListView listView =findViewById(R.id.earthquakes_list); listView.setAdapter(adapter); //implementing item click listener to navigate to the website listView.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemClick(AdapterView<?> adapterView, View view, int i, long l) { //implicit intent to be implemented earthquake current_earthquake= (earthquake)adapterView.getItemAtPosition(i); Uri webpage = Uri.parse(current_earthquake.getUrl()); Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage); startActivity(webIntent); } }); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private static void responseHandler(StringBuilder sb)\n\t{\n\t\tString s = sb.toString();\t\t\n\t\tString[] lines = s.split(\"\\n\");\t\t\n\t\tString firstLine = \"\";\n\t\t\n\t\t// Only search through the first five lines. If it isn't \n\t\t// in the first five lines it probably isn't there.\n\t\tfor(int i = 0; i < 5; i++)\n\t\t{\n\t\t\tif(lines[i].contains(\"HTTP/1\"))\n\t\t\t{\n\t\t\t\tfirstLine = lines[i];\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\t\n\t\t// Error and quit if it is still empty.\n\t\tif(firstLine.equals(\"\"))\n\t\t{\n\t\t\terrorQuit(\"Whoops something went wrong.\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tif(firstLine.contains(\"200\"))\n\t\t\t{\n\t\t\t\tSystem.out.print(s);\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tSystem.out.println(firstLine);\n\t\t\t}\n\t\t}\n\t}", "@Test\n\tpublic void resultToPrintLimit25() {\n\t\tResultToPrint.setLimitRead(25);\n\t\t//execute\n\t\tList<ClientEntity> response = ResultToPrint.getSuspiciousClients(mapClients);\n\t\tassertEquals(1, response.size());\n\t\tassertEquals(ID_CLIENT_2, response.get(0).getId());\n\t\tassertEquals(\"2014\", response.get(0).getMonth());\n\t\tassertEquals(ID_CLIENT_READING_2, response.get(0).getReading());\n\t}", "public String handleResponse(final HttpResponse response) throws IOException{\n int status = response.getStatusLine().getStatusCode();\n if (status >= 200 && status < 300) {\n HttpEntity entity = response.getEntity();\n if(entity == null) {\n return \"\";\n } else {\n return EntityUtils.toString(entity);\n }\n } else {\n return \"\"+status;\n }\n }", "public String getResponseString() {\r\n\t\t// TODO - log message if this is ever called\r\n\t\treturn \"\";\r\n\t}", "public String showError(String errorMessage) {\n String response = \"\";\n response += showLine();\n response += errorMessage + System.lineSeparator();\n response += showLine();\n return response;\n }", "public static void printResponse(String response)\n\t{\n\t\n\t}", "private String showKitDetails(HttpServletRequest request, HttpServletResponse response) {\n\t\treturn \"\";\n\t}", "private static String paseResponse(HttpResponse response) {\n\t\tHttpEntity entity = response.getEntity();\n\t\t\n//\t\tlog.info(\"response status: \" + response.getStatusLine());\n\t\tString charset = EntityUtils.getContentCharSet(entity);\n//\t\tlog.info(charset);\n\t\t\n\t\tString body = null;\n\t\ttry {\n if (entity != null) { \n InputStream instreams = entity.getContent(); \n body = convertStreamToString(instreams); \n// System.out.println(\"result:\" + body);\n } \n//\t\t\tlog.info(body);\n\t\t} catch (ParseException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\treturn body;\n\t}", "public static String shorten(String s) {\n\t\tif (s==null) return null;\n\t\tif (s.length()>70) s=s.substring(0, 67)+\"...\";\n\t\treturn s;\n\t}", "TruncatedResponseType getTruncatedResponse();", "public String infoline()\n {\n return \" > You see delicious COFFEE being brewed from behind the starbucks counter\";}", "private static String truncate(String s, final int max) {\n if (s.length() > max)\n return s.substring(0,max) + \"&hellip;\";\n else\n return s;\n }", "@Override\n public void onResponse(String response)\n {\n httpReturn.setText(\"RESPOSTA:\\n\" + response.toString());\n httpReturn.setTextColor(Color.BLUE);\n httpReturn.setTextSize((float) 22.5);\n }", "@Override\n\t\t\t\t\tpublic void onResponse(String s) {\n\t\t\t\t\t\t\n\t\t\t\t\t}", "private static String readResponse(HttpResponse response)\n throws IOException\n {\n HttpEntity responseEntity = response.getEntity();\n if (responseEntity.getContentLength() == 0)\n {\n return \"\";\n }\n byte[] content = StreamUtils.read(responseEntity.getContent());\n return new String(content, \"UTF-8\");\n }", "public String getHead(Handler handler)\n {\n return \"<html><head><title>Logging: \" \n + getTime(System.currentTimeMillis()) + \"</title></head><body><pre>\\n\";\n }", "@Test\n\tpublic void resultToPrintLimit10() {\n\t\tResultToPrint.setLimitRead(10);\n\t\t//execute\n\t\tList<ClientEntity> response = ResultToPrint.getSuspiciousClients(mapClients);\n\t\tassertEquals(3, response.size());\n\t\tassertEquals(ID_CLIENT_1, response.get(0).getId());\n\t\tassertEquals(ID_CLIENT_2, response.get(1).getId());\n\t\tassertEquals(ID_CLIENT_2, response.get(2).getId());\n\t\tassertEquals(\"2015\", response.get(0).getMonth());\n\t\tassertEquals(\"2014\", response.get(1).getMonth());\n\t\tassertEquals(\"2013\", response.get(2).getMonth());\n\t\tassertEquals(ID_CLIENT_1_READING_2, response.get(0).getReading());\n\t\tassertEquals(ID_CLIENT_READING_2, response.get(1).getReading());\n\t\tassertEquals(ID_CLIENT_2_READING_2, response.get(2).getReading());\n\t}", "public String reponse() {\n return reponseUtil.toLowerCase()\n .replace(\"[àâä]\", \"a\")\n .replace(\"[éèêë]\", \"e\")\n .replace(\"[îï]\", \"i\")\n .replace(\"[ôö]\", \"o\")\n .replace(\"[ùûü]\", \"u\")\n .replace(\"[ŷÿ]\", \"y\")\n .replace(\"[ç]\", \"c\");\n }", "private static String printSOAPResponse(SOAPMessage soapResponse) throws Exception {\n \tif(soapResponse==null)\n \t\treturn \"\";\n TransformerFactory transformerFactory = TransformerFactory.newInstance();\n Transformer transformer = transformerFactory.newTransformer();\n Source sourceContent = soapResponse.getSOAPPart().getContent();\n System.out.print(\"\\nResponse SOAP Message = \");\n StreamResult result = new StreamResult(System.out);\n transformer.transform(sourceContent, result);\n \n System.out.println();\n StringWriter writer = new StringWriter();\n transformer.transform(sourceContent, new StreamResult(writer));\n String output = writer.toString();\n int ind = output.indexOf(\"<S\");\n System.out.println(\"NOW IS: \"+output.substring(ind));\n return output;\n }", "@AutoEscape\n\tpublic String getRespondText();", "@Override\n\t\t\t\tpublic void onResponse(String arg0) {\n\t\t\t\t\tSystem.out.println(arg0);\n\t\t\t\t\t\n\t\t\t\t}", "private String stringShortener(String str) {\n if (str.length() <= 5) {\n return str;\n }\n str = str.substring(0, 5);\n str = str + \"...\";\n return str;\n }", "private void sendErrorResponse(String aText, int aStatus, HttpServletRequest aRequest, HttpServletResponse aResponse){\n try {\n aResponse.setStatus(aStatus);\n //fLogger.fine(\"Sending response in uncompressed form, as UTF-8. Length: \" + aText.length());\n String utf8Text = new String(aText.getBytes(), ENCODING);\n aResponse.setCharacterEncoding(\"UTF-8\");\n aResponse.setContentLength(utf8Text.getBytes().length); \n aResponse.setContentType(\"application/text\");\n PrintWriter out = aResponse.getWriter();\n out.append(utf8Text);\n } \n catch (IOException ex) {\n //in practice this won't happen\n logProblem(\"Problem sending an error response.\", ex);\n }\n }", "@Test\n public void testChunkedOutputToSingleString() throws Exception {\n final String response = target().path(\"test\").request().get(String.class);\n Assert.assertEquals(\"Unexpected value of chunked response unmarshalled as a single string.\", \"test\\r\\ntest\\r\\ntest\\r\\n\", response);\n }", "@Override\n public void onResponse(String response) {\n System.out.println(response.toString());\n }", "@Override\n public String toString() {\n if(toStringLong().length() > 28) {\n return toStringLong().substring(0, 25) + \"...\";\n }\n return toStringLong();\n }", "@GetAction(\"e500\")\n public static String backendServerError() {\n return Act.crypto().decrypt(\"bad-crypted-msg\");\n }", "public String getTail(Handler handler)\n {\n return \"</pre></body></html>\\n\";\n }", "private String cutText(int maxLength, String content) {\n\t\tif(content.length() <= maxLength){\n\t\t\treturn content;\n\t\t}\t\t\n\t\treturn content.substring(0, maxLength) + \"...\";\n\t}", "public java.lang.String getField1000() {\n java.lang.Object ref = field1000_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) ref;\n java.lang.String s = bs.toStringUtf8();\n field1000_ = s;\n return s;\n } else {\n return (java.lang.String) ref;\n }\n }", "default String toShortString() {\n return toString().substring(0, 5);\n }", "public static void cutOut(String value) {\n if (value.length() > 10) {\n System.out.println(value.substring(0, 10) + \"..\");\n } else {\n System.out.println(value);\n }\n }", "@Override\n public void onResponse(String response) {\n mTextView.setText(\"Response is: \" + response);\n }", "private String httpNotOk() {\n return \"HTTP/1.1 404 not Found\\r\\n\"\n + \"Content-Type: text/html\\r\\n\"\n + \"\\r\\n\"\n + \"<!DOCTYPE html>\\n\"\n + \"<html>\\n\"\n + \"<head>\\n\"\n + \"<meta charset=\\\"UTF-8\\\">\\n\"\n + \"<title>Error</title>\\n\"\n + \"</head>\\n\"\n + \"<body>\\n\"\n + \"<h1>There is an error</h1>\\n\"\n + \"</body>\\n\"\n + \"</html>\\n\";\n }", "OptimizeResponse() {\n\n\t}", "public static void longInfo(String str) {\n\t\tif(str.length() > 4000) {\n\t\t\tLog.i(\"Lengthy String\", str.substring(0, 4000));\n\t\t\tlongInfo(str.substring(4000));\n\t\t} else\n\t\t\tLog.i(\"Lengthy String\", str);\n\t}", "Response mo35726n0() throws IOException;", "@Override\r\n\tpublic StringBuffer showMe(String data) {\n\t\tlogger.trace(data);\r\n\t\t//int i = 1/0;\r\n\t\treturn new StringBuffer(data);\r\n\t}", "public final static String longBody() {\n\t\treturn repeat('A', 1001);\n\t}", "private String getSentence(Context context) {\n HttpRequest httpRequest = HttpRequest.newBuilder()\n .GET()\n .uri(URI.create(ALBUM_SERVICE_URL + RANDOM.nextInt(100)))\n .setHeader(\"User-Agent\", \"Java 11 HttpClient Bot\")\n .timeout(Duration.ofMillis(1200))\n .build();\n\n try {\n HttpResponse<String> response = HTTP_CLIENT.send(httpRequest, HttpResponse.BodyHandlers.ofString());\n\n if (response.statusCode() == HTTP_OK) {\n\n AlbumJson albumJson = ALBUM_JSON_PARSER.parse(response.body());\n return \", your sentence of the day: \" + albumJson.getTitle();\n }\n } catch (IOException | InterruptedException e) {\n final LambdaLogger logger = context.getLogger();\n logger.log(\"Error: \" + Arrays.toString(e.getStackTrace()));\n }\n return \"\";\n }", "private void displayMessage10(String message) {\n TextView techRepReadMore = (TextView) findViewById(R.id.read_more10);\n techRepReadMore.setTextColor(Color.BLACK);\n techRepReadMore.setText(message);\n techRepReadMore.setGravity(Gravity.CENTER);\n }", "public String showFirstRoundCards() {\n String message = \"[ Unknown \";\n message += personHand.get(1) + \" ]\";\n return message;\n }", "@SuppressWarnings(\"ThrowableNotThrown\") \n public static Response getSCIMInternalErrorResponse() {\n JSONEncoder encoder = new JSONEncoder();\n CharonException exception = new CharonException(\"Internal Error\");\n String responseStr = encoder.encodeSCIMException(exception);\n return Response.status(exception.getStatus()).entity(responseStr).build();\n }", "private String buildResponseString(String code) {\r\n StringBuilder responseString = new StringBuilder();\r\n\r\n responseString.append(ACCESS_TOKEN);\r\n responseString.append(\"?client_id=\" + CLIENT_ID);\r\n responseString.append(\"&redirect_uri=\" + REDIRECT_URI);\r\n responseString.append(\"&code=\" + code);\r\n responseString.append(\"&client_secret=\" + APP_SECRET);\r\n return responseString.toString();\r\n }", "public String toBigFancyString(){\r\n\t\t\r\n\t\tString line = \r\n\t\t\t \"\\tLast name : \" + this.getLastName() + \"\\t\"\r\n\t\t\t+ \"\\n\\tFirst name : \" + this.getFirstName() + \"\\t\"\r\n\t\t\t+ \"\\n\\tPhone number : \" + this.getPhoneNumber() + \"\\t\"\r\n\t\t\t+ \"\\n\\tAddress : \" + this.getAddress() + \"\\t\"\r\n\t\t\t+ \"\\n\\tCity : \" + this.getCity() + \"\\t\" ;\r\n\t\t\r\n\t\treturn line ;\r\n\t}", "public static String getShortContent(final String fullContent,\r\n\t\t\tfinal int numOfRows, final String ch) {\r\n\t\tString shortContent = \"\";\r\n\t\tif (isNullOrEmpty(fullContent)) {\r\n\t\t\tshortContent = fullContent;\r\n\t\t} else {\r\n\t\t\tshortContent = shortenContent(fullContent, ch, numOfRows, 200);\r\n\t\t}\r\n\t\treturn shortContent;\r\n\t}", "private static String getResponseString(URLConnection conn) throws IOException {\n\t\tReader in = new BufferedReader(new InputStreamReader(conn.getInputStream(), StandardCharsets.UTF_8));\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (int c; (c = in.read()) >= 0; )\n\t\t\tsb.append((char) c);\n\t\treturn sb.toString();\n\t}", "private String getStatusLine(int iStatusCode) {\n String sStatus = \"HTTP/1.1 \";\n if (iStatusCode == 200) {\n sStatus += iStatusCode + \" OK\";\n } else if (iStatusCode == 301) {\n sStatus += iStatusCode + \" Moved Permanently\";\n } else if (iStatusCode == 403) {\n sStatus += iStatusCode + \" Forbidden\";\n } else if (iStatusCode == 404) {\n sStatus += iStatusCode + \" Not Found\";\n } else if (iStatusCode == 415) {\n sStatus += iStatusCode + \" Unsupported Media Type\";\n } else if(iStatusCode == 500) {\n sStatus += iStatusCode + \" Internal Server Error\";\n }\n return sStatus;\n }", "@Override\r\n\t\t\tpublic void sendResponse(String string) {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void sendResponse(String string) {\n\t\t\t\t\r\n\t\t\t}", "@Override\r\n\t\t\tpublic void sendResponse(String string) {\n\t\t\t\t\r\n\t\t\t}", "private String getContent(HttpResponse response) throws IOException {\n return IOUtils.toString(\n response.getEntity().getContent(),\n StandardCharsets.UTF_8\n );\n }", "public String getContentReplayPrefixString(int size, Charset cs) {\n try {\n InputStreamReader isr = new InputStreamReader(getContentReplayInputStream(), cs); \n char[] chars = new char[size];\n int count = isr.read(chars);\n isr.close(); \n if (count > 0) {\n return new String(chars,0,count);\n } else {\n return \"\";\n }\n } catch (IOException e) {\n logger.log(Level.SEVERE,\"unable to get replay prefix string\", e);\n return \"\"; \n } \n }", "private void displayMessage23(String message) {\n TextView virtualBankReadMore = (TextView) findViewById(R.id.read_more23);\n virtualBankReadMore.setTextColor(Color.BLACK);\n virtualBankReadMore.setText(message);\n virtualBankReadMore.setGravity(Gravity.CENTER);\n }", "private String httpOk() {\n return \"HTTP/1.1 200 OK\\r\\n\"\n + \"Content-Type: text/html\\r\\n\"\n + \"\\r\\n\";\n }", "public String displayShort(){\n return \"\\tId: \" + id + \"\\n\" +\n \"\\tName: \" + name + \"\\n\" +\n \"\\tDescription: \" + description + \"\\n\";\n }", "public String toPrettyString() {\n return getByteCount() + \" bytes\";\n }", "@Override\n\t\t\tpublic void onResponse(String arg0) {\n\t\t\t\tToast.makeText(MainActivity.this, arg0, Toast.LENGTH_LONG).show();\n\t\t\t}", "@Override\r\n public Reader contentReader() {\r\n try {\r\n return okResponse.body().charStream();\r\n } catch (IOException e) {\r\n throw fail(e);\r\n }\r\n }", "private static String m31929a(String str) {\n String[] split = str.split(\"\\\\.\");\n String str2 = split.length > 0 ? split[split.length - 1] : \"\";\n return str2.length() > 100 ? str2.substring(0, 100) : str2;\n }", "private static void showToastText(String infoStr, int TOAST_LENGTH) {\n Context context = null;\n\t\ttoast = getToast(context);\n\t\tTextView textView = (TextView) toast.getView().findViewById(R.id.tv_toast);\n\t\ttextView.setText(infoStr);\n textView.setTypeface(Typeface.SANS_SERIF);\n\t\ttoast.setDuration(TOAST_LENGTH);\n\t\ttoast.show();\n\t}", "public static String getString()\n {\n \n //Prompts and reads the target string\n final int MINIMUM_SIZE = 4, MAXIMUM_SIZE = 500;\n Scanner read = new Scanner(System.in);\n String targetString = \" \";\n System.out.println(\"Please enter a phrase or sentence >= 4 and <= 500 characters: \");\n targetString = read.nextLine();\n \n //Checks for target string length and loops for proper input\n while (targetString.length() < MINIMUM_SIZE || targetString.length() > MAXIMUM_SIZE)\n {\t\t\t\n System.out.println(\"Please enter a phrase or sentence >= 4 and <= 500 characters: \");\n targetString = read.nextLine();\n }\n return targetString;\n }", "public static String createDiscoverResponseMessage(){\n\t\tStringBuffer sb = new StringBuffer();\n\t\t\n\t\tsb.append(\"HTTP/1.1 200 OK\").append(\"\\n\");\n\t\tsb.append(\"CACHE-CONTROL: max-age=1200\").append(\"\\n\");\n\t\tsb.append(\"DATE: Tue, 05 May 2009 13:31:51 GMT\").append(\"\\n\");\n\t\tsb.append(\"LOCATION: http://142.225.35.55:5001/description/fetch\").append(\"\\n\");\n\t\tsb.append(\"SERVER: Windows_XP-x86-5.1, UPnP/1.0, PMS/1.11\").append(\"\\n\");\n\t\tsb.append(\"ST: upnp:rootdevice\").append(\"\\n\");\n\t\tsb.append(\"EXT: \").append(\"\\n\");\n\t\tsb.append(\"USN: uuid:9dcf6222-fc4b-33eb-bf49-e54643b4f416::upnp:rootdevice\").append(\"\\n\");\n\t\tsb.append(\"Content-Length: 0\").append(\"\\n\");\n\t\t\n\t\treturn sb.toString();\n\t}", "@Test\n public void testClientWithEmptyWindowLargeResponse() throws Exception {\n sendSettings(0, false, new SettingValue(Setting.INITIAL_WINDOW_SIZE.getId(), 0));\n sendLargeGetRequest(3);\n\n // Settings\n parser.readFrame();\n // Headers\n parser.readFrame();\n\n output.clearTrace();\n\n parser.readFrame();\n Assert.assertEquals(\"3-RST-[11]\\n\", output.getTrace());\n }", "public String message()\n {\n return rawResponse.message();\n }", "private void displayMessage16(String message) {\n TextView mookhReadMore = (TextView) findViewById(R.id.read_more16);\n mookhReadMore.setTextColor(Color.BLACK);\n mookhReadMore.setText(message);\n mookhReadMore.setGravity(Gravity.CENTER);\n }", "public static void display(String s)\r\n\t{\r\n\t\t//Use to write a string to a line in the output stream without moving the cursor\r\n\t\t//to the next line.\r\n\t\toutStream.print(s);\r\n\t}", "public String toString() {\n return HTTP_VERSION + SP + code + SP + responseString;\n }", "private String checkLimitText(String s, int limit) {\n\n if (s == null) {\n s = \"\";\n }\n\n if (s.length() > limit) {\n s = s.substring(0, limit);\n s = s + \"...\";\n }\n\n return s;\n }", "@Test\n public void test001() {\n int limit = response.extract().path(\"limit\");\n\n System.out.println(\"------------------StartingTest---------------------------\");\n System.out.println(\"The total number of limit is: \" + limit);\n System.out.println(\"------------------End of Test---------------------------\");\n\n }", "public String viewResponse(Response response) {\r\n this.currentResponse = response;\r\n return \"viewResponse\";\r\n }", "public java.lang.String getField1000() {\n java.lang.Object ref = field1000_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n (com.google.protobuf.ByteString) ref;\n java.lang.String s = bs.toStringUtf8();\n field1000_ = s;\n return s;\n }\n }", "static String infiniteString(String strInput, Long n) {\n StringBuilder stringBuilder = new StringBuilder();\n for (int i = 0; i <= n; i++) {\n //stringWriter.write( strInput );\n //stringBuilder.append( String.format(strInput));\n stringBuilder.append(strInput);\n System.out.println(\"Length:\" + String.valueOf(stringBuilder).length());\n /*if(stringBuilder.length() == n || stringBuilder.length() > 100)*/\n if (String.valueOf(stringBuilder).length() == n) {\n break;\n }\n }\n\n return String.valueOf(stringBuilder);\n }", "public void stringPresentation () {\n System.out.println ( \"****** String Data Module ******\" );\n ArrayList<Book> bookArrayList = new ArrayList<Book>();\n bookArrayList = new Request().postRequestBook();\n for (Book book: bookArrayList) {\n System.out.println(book.toString());\n }\n ClientEntry.showMenu ( );\n\n }", "@Override\n public void success(Response result, Response response) {\n BufferedReader reader = null;\n\n //An string to store output from the server\n String output = \"\";\n\n try {\n //Initializing buffered reader\n reader = new BufferedReader(new InputStreamReader(result.getBody().in()));\n\n //Reading the output in the string\n output = reader.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n //Displaying the output as a toast\n Toast.makeText(MainActivity.this, output, Toast.LENGTH_LONG).show();\n }", "public String formInternalError() \r\n {\r\n return formError(\"500 Internal server error\",\"Server broke\");\r\n }", "@Override\n\t\t\t\t\t\tpublic void onResponse(String response) {\n\t\t\t\t\t\t\tparseRespense(response);\n\t\t\t\t\t\t}", "@Override\n public Object parseNetworkResponse(Response response, int i) throws Exception {\n return response.body().string();\n }", "private String responseString(HttpURLConnection con) throws IOException, NullPointerException {\r\n\t\t\t\r\n\tStringBuilder content = null;\r\n\ttry (BufferedReader in = new BufferedReader(\r\n new InputStreamReader(con.getInputStream()))) {\r\n\r\n\t\tString line;\r\n content = new StringBuilder();\r\n\r\n while ((line = in.readLine()) != null) {\r\n content.append(line);\r\n }\r\n }\r\n\treturn (content != null ? content.toString() : null);\r\n\t\r\n\t}", "public String getNoPagedMessage() {\n\t\treturn getNoPagedMessage(null);\n\t}", "private void displayMessage7(String message) {\n TextView maxReadMore = (TextView) findViewById(R.id.read_more7);\n maxReadMore.setTextColor(Color.BLACK);\n maxReadMore.setText(message);\n maxReadMore.setGravity(Gravity.CENTER);\n }", "java.lang.String getResponse();", "public static int offset_reply() {\n return (80 / 8);\n }", "private void displayMessage20(String message) {\n TextView helloDocReadMore = (TextView) findViewById(R.id.read_more20);\n helloDocReadMore.setTextColor(Color.BLACK);\n helloDocReadMore.setText(message);\n helloDocReadMore.setGravity(Gravity.CENTER);\n }", "public static String humanize (long size)\n {\n\n long b = 1;\n long Kb = b * 1024;\n long Mb = Kb * 1024;\n long Gb = Mb * 1024;\n long Tb = Gb * 1024;\n long Pb = Tb * 1024;\n long Eb = Pb * 1024;\n\n if (size < Kb) return format2( size ) + \" byte\";\n if (size >= Kb && size < Mb) return format2((double)size / Kb) + \" Kb\";\n if (size >= Mb && size < Gb) return format2((double)size / Mb) + \" Mb\";\n if (size >= Gb && size < Tb) return format2((double)size / Gb) + \" Gb\";\n if (size >= Tb && size < Pb) return format2((double)size / Tb) + \" Tb\";\n if (size >= Pb && size < Eb) return format2((double)size / Pb) + \" Pb\";\n if (size >= Eb) return format2((double)size / Eb) + \" Eb\";\n\n return \"???\";\n }", "public SimpleResponse ERROR_INTERNAL_SERVER() {\n this.state = HttpStatus.INTERNAL_SERVER_ERROR.value();\n return ERROR_CUSTOM();\n }", "public void setResponseServer(java.lang.CharSequence value) {\n this.ResponseServer = value;\n }", "public static CharSequence GetHttpResponse(String urlString) throws IOException {\n\t\tURL url = new URL(urlString);\n\t\tURLConnection connection = url.openConnection();\n\t\tif (!(connection instanceof HttpURLConnection)) {\n\t\t\tthrow new IOException(\"Not an HTTP connection\");\n\t\t}\n\t\tHttpURLConnection httpConnection = (HttpURLConnection) connection;\n\t\tint responseCode = httpConnection.getResponseCode();\n\t\tif (responseCode != HttpURLConnection.HTTP_OK) {\n\t\t\tString responseMessage = httpConnection.getResponseMessage();\n\t\t\tthrow new IOException(\"HTTP response code: \" + responseCode + \" \" + responseMessage);\n\t\t}\n\t\tInputStream inputStream = httpConnection.getInputStream();\n\t\tBufferedReader reader = null;\n\t\ttry {\n\t\t\treader = new BufferedReader(new InputStreamReader(inputStream));\n\t\t\tint contentLength = httpConnection.getContentLength();\n\t\t\t// Some services does not include a proper Content-Length in the response:\n\t\t\tStringBuilder result = (contentLength > 0) ? new StringBuilder(contentLength) : new StringBuilder();\n\t\t\twhile (true) {\n\t\t\t\tString line = reader.readLine();\n\t\t\t\tif (line == null) break;\n\t\t\t\tresult.append(line);\n\t\t\t}\n\t\t\treturn result;\n\t\t} finally {\n\t\t\tif (reader != null) reader.close();\n\t\t}\n\t}", "private String doDogs(){\n return \"HTTP/1.1 200 OK\\r\\n\"\n + \"Content-Type: text/html\\r\\n\"\n + \"\\r\\n\"\n + \"<!DOCTYPE html>\\n\"\n + \"<html>\\n\"\n + \"<head>\\n\"\n + \"<meta charset=\\\"UTF-8\\\">\\n\"\n + \"<title>Dogs!!</title>\\n\"\n + \"</head>\\n\"\n + \"<body>\\n\"\n + \"<img src=\\\"https://www.happets.com/blog/wp-content/uploads/2019/08/ventajas-de-un-dispensador-de-comida-para-perros.jpg\\\" />\\n\"\n + \"</body>\\n\"\n + \"</html>\\n\";\n }", "@GET\r\n\t@Produces(MediaType.TEXT_PLAIN)\r\n\tpublic String sayPlainTextHello() {\r\n\t\treturn \"You have sent a text/plain request to the Expense Server. It needs to see JSON data.\";\r\n\t}", "include<stdio.h>\nint main()\n{\n printf(\"5103\");\n return 0;\n}", "public int getBufferSize() {\n return this.response.getBufferSize();\n }", "public String provideRandomResponse()\n {\n int randomN = (int) (Math.random() * 2) ;\n if (randomN == 1)\n {\n return(\"c\") ;\n }\n else\n {\n return(\"d\") ;\n }\n \n }", "public void readMore10(View view) {\n String readMore10 = \"Founder: Amanda Gicharu\" + \"\\nWebsite: http://www.techrepublicafrica.com/\";\n displayMessage10(readMore10);\n }", "@Override\n\t\t\tprotected void deliverResponse(String response) {\n\n\t\t\t}", "public String getString() {\n\t\treturn renderResult(this._result).trim();\n\t}", "public String produceResponse() {\n processData();\n return response;\n }", "public long maxResponseLength() {\n return get(MAX_RESPONSE_LENGTH);\n }", "private String \\u02ca\\u0971() {\n int n2;\n LinkedHashMap linkedHashMap;\n int n3;\n Map<String, String> map;\n try {\n map = this.\\u02ca\\u0971;\n linkedHashMap = new LinkedHashMap();\n n2 = 0;\n }\n catch (Exception exception) {\n o.\\u02ce(exception);\n return \"\";\n }\n do {\n n3 = 0;\n if (n2 >= 8) break;\n StringBuilder stringBuilder = new StringBuilder(\"moatClientLevel\");\n stringBuilder.append(n2);\n String string = stringBuilder.toString();\n if (map.containsKey((Object)string)) {\n linkedHashMap.put((Object)string, map.get((Object)string));\n }\n ++n2;\n } while (true);\n do {\n if (n3 < 8) {\n StringBuilder stringBuilder = new StringBuilder(\"moatClientSlicer\");\n stringBuilder.append(n3);\n String string = stringBuilder.toString();\n if (map.containsKey((Object)string)) {\n linkedHashMap.put((Object)string, map.get((Object)string));\n }\n } else {\n Iterator iterator = map.keySet().iterator();\n do {\n if (!iterator.hasNext()) {\n String string = new JSONObject((Map)linkedHashMap).toString();\n StringBuilder stringBuilder = new StringBuilder(\"Parsed ad ids = \");\n stringBuilder.append(string);\n a.\\u02cf(3, \"NativeDisplayTracker\", this, stringBuilder.toString());\n StringBuilder stringBuilder2 = new StringBuilder(\"{\\\"adIds\\\":\");\n stringBuilder2.append(string);\n stringBuilder2.append(\", \\\"adKey\\\":\\\"\");\n stringBuilder2.append(this.\\u02cb);\n stringBuilder2.append(\"\\\", \\\"adSize\\\":\");\n stringBuilder2.append(this.\\u141d());\n stringBuilder2.append(\"}\");\n return stringBuilder2.toString();\n }\n String string = (String)iterator.next();\n if (linkedHashMap.containsKey((Object)string)) continue;\n linkedHashMap.put((Object)string, (Object)((String)map.get((Object)string)));\n } while (true);\n }\n ++n3;\n } while (true);\n }", "@Override\r\n\tpublic void display(String s) {\n\t\tSystem.out.println(s + \"바나나입니다.\");\r\n\t}", "public void readMore16(View view) {\n String readMore16 = \"Founder: Theuri Mwangi\" + \"\\nWebsite: https://mymookh.com/\";\n displayMessage16(readMore16);\n }" ]
[ "0.60981774", "0.54616565", "0.52525747", "0.51992726", "0.5148689", "0.51043826", "0.5014136", "0.50134504", "0.5007669", "0.49549934", "0.4943962", "0.49368027", "0.49275893", "0.48958516", "0.489581", "0.48855156", "0.4863597", "0.48630118", "0.48571903", "0.4852229", "0.48334464", "0.48105097", "0.48102713", "0.4798797", "0.47770232", "0.47644177", "0.47640038", "0.47568023", "0.47527692", "0.47435167", "0.47411793", "0.473484", "0.47329587", "0.4731801", "0.47291815", "0.4725469", "0.47239673", "0.47017092", "0.46975294", "0.4689693", "0.46885312", "0.4688363", "0.4670684", "0.46657863", "0.4659675", "0.46591672", "0.46590546", "0.46526498", "0.46478328", "0.46478328", "0.46478328", "0.46374798", "0.46283972", "0.46237573", "0.4613813", "0.4612244", "0.46102217", "0.46044865", "0.46011052", "0.45957223", "0.4593839", "0.4589442", "0.45883366", "0.45848867", "0.45845732", "0.45797923", "0.4573979", "0.45723253", "0.45692673", "0.45667326", "0.45663437", "0.45651603", "0.45608908", "0.4558964", "0.4553087", "0.45499632", "0.45466837", "0.45462316", "0.454615", "0.4544384", "0.45419097", "0.4539246", "0.45330164", "0.4528605", "0.45279238", "0.45247507", "0.45240173", "0.45230547", "0.4506127", "0.4505355", "0.44995758", "0.44983494", "0.44961017", "0.44937545", "0.449058", "0.44894156", "0.4485882", "0.44767758", "0.44728", "0.44675535", "0.44668546" ]
0.0
-1
implicit intent to be implemented
@Override public void onItemClick(AdapterView<?> adapterView, View view, int i, long l) { earthquake current_earthquake= (earthquake)adapterView.getItemAtPosition(i); Uri webpage = Uri.parse(current_earthquake.getUrl()); Intent webIntent = new Intent(Intent.ACTION_VIEW, webpage); startActivity(webIntent); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tprotected void onHandleIntent(Intent arg0) {\n\t\t\n\t}", "@Override\n\tprotected void onHandleIntent(Intent intent) {\n\n\t}", "protected abstract Intent getIntent();", "void mo21580A(Intent intent);", "@Override\n protected void onHandleIntent(Intent workIntent) {\n }", "@Override\n protected void onHandleIntent(Intent intent) {\n\n }", "@Override\n protected void onNewIntent(Intent intent) {\n }", "public void mo1401a(Intent intent) {\n }", "@Override\n\tprotected void obtainIntentValue() {\n\n\t}", "@Override\n public void onNewIntent(Intent intent) {\n }", "public interface OnNewIntent {\n void onNewIntent(ZHIntent zHIntent);\n}", "@Override\n protected void onNewIntent(Intent intent){\n handleIntent(intent);\n }", "private Boolean getWantIntent() {\n return false;\n }", "public final void mo25517a(Intent intent) {\n }", "protected Intent getStravaActivityIntent()\n {\n return new Intent(this, MainActivity.class);\n }", "protected abstract Intent createOne();", "@Override\n public void onNewIntent(Activity activity, Intent data) {\n }", "@Override\n public void onNewIntent(Intent intent) {\n setIntent(intent);\n }", "public void getintent() {\n Intent intent = this.getIntent();\n acceptDetailsModel = (AcceptDetailsModel) intent.getSerializableExtra(\"menu_item\");\n }", "public interface C38172a {\n /* renamed from: A */\n void mo21580A(Intent intent);\n\n String name();\n }", "public interface IntentStarter {\n void startActivityForResult(ResultRequestor requestor, Intent intent);\n}", "private /* synthetic */ void a(Intent intent) {\n this.a.startActivity(intent);\n }", "public interface C0435b {\n void m2121a(Intent intent, List list, List list2);\n }", "@Override\n public void onNewIntent(Intent intent) {\n setIntent(intent);\n }", "@Override\n public void onNewIntent(Intent intent) {\n setIntent(intent);\n }", "public interface BroadCastManagerCallerInterface {\n /**\n * **\n * This method is called when an intent Has Been ReceivedT hrough The BroadCast\n * @param intent This is the intent that was received\n */\n void intentHasBeenReceivedThroughTheBroadCast(Intent intent);\n}", "@Override\n protected void onNewIntent(Intent intent) {\n super.onNewIntent(intent);\n handleIntent(intent);\n }", "@Override\r\n public void onNewIntent(Intent intent){\r\n super.onNewIntent(intent);\r\n\r\n //changes the intent returned by getIntent()\r\n setIntent(intent);\r\n }", "public interface OmnomActivity {\n\tpublic static final int REQUEST_CODE_ENABLE_BLUETOOTH = 100;\n\tpublic static final int REQUEST_CODE_SCAN_QR = 101;\n\n\tvoid start(Intent intent, int animIn, int animOut, boolean finish);\n\n\tvoid startForResult(Intent intent, int animIn, int animOut, int code);\n\n\tvoid start(Class<?> cls);\n\n\tvoid start(Class<?> cls, boolean finish);\n\n\tvoid start(Intent intent, boolean finish);\n\n\tActivity getActivity();\n\n\tint getLayoutResource();\n\n\tvoid initUi();\n\n\tPreferenceProvider getPreferences();\n\n\tSubscription subscribe(final Observable observable, final Action1<? extends Object> onNext, final Action1<Throwable> onError);\n\n\tvoid unsubscribe(final Subscription subscription);\n\n}", "@Override\n public void onNewIntent(Intent intent) {\n setIntent(intent);\n handleIntent(intent);\n }", "@Override\n /* Unknown but necessary function */\n public IBinder onBind(Intent intent)\n {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n\tpublic void onNewIntent(Intent intent) {\n\t\tsetIntent(intent);\n\t}", "protected Intent getIntentForChangePresenter() {\n \t// Destino: Presentador H\n \tIntent intent = new Intent(PresentadorV_main.this,\n \t\t\tPresentadorH_main.class);\n\t\tintent.setAction(INTENT_ACTION);\t\n\t\t// Guarda en el intent el contenido de la searchview\n\t\t// ojo: es tipo CharSequence\t\t\n\t\tintent.putExtra(INTENT_CONTENT_WISEARCH, wi_search.getQuery());\n \treturn intent;\n }", "public Intent getIntent() {\n return mIntent;\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n\n }", "@Override\r\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\r\n }", "@Override\r\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\r\n }", "@Override\r\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\r\n }", "@Override\r\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\r\n }", "@Override\r\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\r\n }", "@Override\r\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\r\n }", "@Override\r\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\r\n }", "public abstract String getIntentActionString();", "public void onNewIntent(Intent intent) {\n }", "@Override\r\n\tprotected void onNewIntent(Intent intent) {\n\t\tXSDK.getInstance().onNewIntent(intent);\r\n\t\tsuper.onNewIntent(intent);\r\n\t}", "interface Presenter {\n\n /*get data through intent*/\n void getBundleData(Intent intent);\n\n void callHistoryDetail(Bundle extra);\n int getStoreType();\n }", "public Intent getIntent() {\n return mIntent;\n }", "@Override\n\tprotected void getIntentData(Bundle savedInstanceState) {\n\n\t}", "@Override\n protected void onNewIntent(Intent intent) {\n super.onNewIntent(intent);\n Log.e(TAG, \"onNew Intent \" + this.getClass().getName());\n }", "@Override\n\t\tpublic void onReceive(Context context, Intent intent) {\n\t\t}", "public interface RouteProtocol {\n\n default void onBeforeLaunch(@NonNull Context context) {}\n default int getLaunchDelay() { return 0; }\n default boolean willActivityFinish() { return false; }\n @NonNull\n Intent getIntent(@NonNull Context context);\n}", "public ResultInterpreter(final Intent intent){\n mIntent = intent;\n }", "@Override\n public void startActivity(Intent intent) {\n startActivity(intent, null);\n }", "@Override\n\tprotected void onNewIntent(Intent intent) {\n\t\tsuper.onNewIntent(intent);\n\t\tsetIntent(intent);\n\t}", "public interface ActivityAction {\r\n public void viewedActivity(String condition, String viewerFullName);\r\n}", "Intent createNewIntent(Class cls);", "public Intent intent( String inAction ) {\r\n\t\treturn new Intent( kMessagePlayer ).putExtra( \"action\" , inAction );\r\n\t}", "public static Intent createExplicitFromImplicitIntent(Context context, Intent implicitIntent) {\n PackageManager pm = context.getPackageManager();\r\n List<ResolveInfo> resolveInfo = pm.queryIntentServices(implicitIntent, 0);\r\n // Make sure only one match was found\r\n if (resolveInfo == null || resolveInfo.size() != 1) {\r\n return null;\r\n }\r\n // Get component info and create ComponentName\r\n ResolveInfo serviceInfo = resolveInfo.get(0);\r\n String packageName = serviceInfo.serviceInfo.packageName;\r\n String className = serviceInfo.serviceInfo.name;\r\n ComponentName component = new ComponentName(packageName, className);\r\n\r\n // Create a new intent. Use the old one for extras and such reuse\r\n Intent explicitIntent = new Intent(implicitIntent);\r\n\r\n // Set the component to be explicit\r\n explicitIntent.setComponent(component);\r\n\r\n return explicitIntent;\r\n }", "private Intent createIntent() {\n Intent intent = new Intent(this, GameOverActivity.class);\n intent.putExtra(POINTS, presenter.getPoints() + points);\n intent.putExtra(PASS_USER, user);\n intent.putExtra(CORRECT, correct);\n intent.putExtra(INCORRECT, incorrect);\n intent.putExtra(TIME, time);\n intent.putExtra(EVIL, evil);\n intent.putExtra(FRIENDLY, friendly);\n intent.putExtra(\"from\", \"bonus\");\n return intent;\n }", "private Intent m34055b(Context context) {\n Intent intent = new Intent();\n String str = \"package\";\n intent.putExtra(str, context.getPackageName());\n intent.putExtra(Constants.FLAG_PACKAGE_NAME, context.getPackageName());\n intent.setData(Uri.fromParts(str, context.getPackageName(), null));\n String str2 = \"com.huawei.systemmanager\";\n intent.setClassName(str2, \"com.huawei.permissionmanager.ui.MainActivity\");\n if (m34054a(context, intent)) {\n return intent;\n }\n intent.setClassName(str2, \"com.huawei.systemmanager.addviewmonitor.AddViewMonitorActivity\");\n if (m34054a(context, intent)) {\n return intent;\n }\n intent.setClassName(str2, \"com.huawei.notificationmanager.ui.NotificationManagmentActivity\");\n if (m34054a(context, intent)) {\n return intent;\n }\n return m34053a(context);\n }", "@Override\r\n\tprotected void getIntentWord() {\n\t\tsuper.getIntentWord();\r\n\t}", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }", "@Override\n public IBinder onBind(Intent intent) {\n throw new UnsupportedOperationException(\"Not yet implemented\");\n }" ]
[ "0.7353656", "0.734327", "0.7288845", "0.7240804", "0.7081509", "0.70814323", "0.6783506", "0.6749527", "0.66225576", "0.6586167", "0.6549112", "0.65356743", "0.649214", "0.6476978", "0.64585423", "0.6447356", "0.6405103", "0.6379619", "0.6367245", "0.63547295", "0.6343102", "0.634056", "0.6284934", "0.62531835", "0.62531835", "0.6247396", "0.62231714", "0.621869", "0.6213922", "0.61966723", "0.61759514", "0.61735404", "0.6163203", "0.61596406", "0.61342967", "0.6119495", "0.61043787", "0.61043787", "0.61043787", "0.61043787", "0.61043787", "0.61043787", "0.61043787", "0.6104324", "0.61016446", "0.6100795", "0.6090707", "0.60766226", "0.60708797", "0.60702795", "0.6065894", "0.6062229", "0.60511905", "0.6050261", "0.6045973", "0.6043023", "0.60375303", "0.6021095", "0.6018851", "0.60164076", "0.60092", "0.6007934", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697", "0.600697" ]
0.0
-1
TODO Instead of switch create abstract class Page and Pages for each switch case?
private static void actOnUsersChoice(MenuOption option) { switch (option) { case VIEW_LIST_OF_ALL_PRODUCTS: viewListOfProductsInStore(); System.out.println("Store has " + productRepository.count() + " products."); break; case CHECK_IF_PRODUCT_EXISTS_IN_STORE: System.out.println(ENTER_SEARCHED_PRODUCT_NAME); System.out.println((isProductAvailable()) ? SEARCHED_PRODUCT_IS_AVAILABLE : ERROR_NO_SUCH_PRODUCT_AVAILABLE); break; case ADD_PRODUCT_TO_ORDER: addProductToOrder(); break; case VIEW_ORDER_ITEMS: viewOrderItems(order.getOrderItems()); break; case REMOVE_ITEM_FROM_ORDER: removeItemFromOrder(); break; case ADD_PRODUCT_TO_STORE: if (userIsAdmin) { addProductToStore(); } break; case EDIT_PRODUCT_IN_STORE: if (userIsAdmin) { System.out.println(ENTER_PRODUCT_NAME_TO_BE_UPDATED); Optional<Product> productToBeModified = getProductByName(); if (productToBeModified.isPresent()) { switch (productToBeModified.get().getType()) { case FOOD: Optional<Food> food = InputManager.DataWrapper.createFoodFromInput(); if (food.isPresent()) { Food newFood = food.get(); productRepository.update(productToBeModified.get().getName(), newFood); } break; case DRINK: Optional<Drink> drink = InputManager.DataWrapper.createDrinkFromInput(); if (drink.isPresent()) { Drink newDrink = drink.get(); productRepository.update(productToBeModified.get().getName(), newDrink); } break; } } else { System.err.println(ERROR_NO_SUCH_PRODUCT_AVAILABLE); } } break; case REMOVE_PRODUCT_FROM_STORE: if (userIsAdmin) { tryToDeleteProduct(); } break; case RELOG: userIsAdmin = false; start(); break; case EXIT: onExit(); break; default: break; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract Page value();", "Page getPage();", "public interface Page {\n\n public abstract String createTitle();\n public abstract Markup createMarkup();\n}", "@Override\r\n\tpublic void visit(Page page) {\r\n\t\t// Some business logic I won't expose here\r\n\t\t// My boss won't be happy ;-)\r\n\t}", "Pages getPages();", "public abstract void addCustomPages();", "List<? extends Page> getPages();", "Page createPage();", "public void setPage(Page page) {this.page = page;}", "@Override\r\n\tpublic void mypage() {\n\t\t\r\n\t}", "@Override\n\tpublic void process(Page page) {\n\t\t\n\t}", "public interface PageConnector {\n void onLastPage();\n void onNormalPage();\n}", "public interface Page {\n\n public int getSize();\n public Container getContainer();\n public void setContainer(Container containerss);\n\n public String getName();\n public String getDisplayName();\n public PageComponent[] getPageComponents();\n\n public void putPageComponentsPlayerHotbar(Player player);\n\n public void showGui(Player player);\n public void addComponent(PageComponent pageComponent);\n public void addComponent(PageComponent pageComponent, int index);\n\n public Inventory getInventory();\n\n public boolean hasFreeSlot();\n public void clearComponents();\n public void removeComponent(String name);\n\n public void updateComponents();\n\n}", "PageAgent getPage();", "public interface WizardScenePage {\n int pageBack = -1;\n int pageHere = -1;\n int pageNext = -1;\n\n abstract public boolean allowsPageBack();\n\n abstract public boolean allowsPageNext();\n\n abstract public boolean isPageValidate();\n\n abstract public void doCanceled();\n\n abstract public void doFinished();\n\n abstract public void doPageBack();\n\n abstract public void doPageHelp();\n\n abstract public void doPageNext();\n}", "@Override\r\n public String toString()\r\n {\r\n return \"Page \"+name;\r\n }", "public Page getPage() {return page;}", "static BasePage getPageInstance(String page_name,HttpServletRequest request,\n HttpServletResponse response,HttpServlet servlet){\n HttpSession session = request.getSession();\n BasePage page = (BasePage)session.getAttribute(page_name);\n if(page == null){\n page = (BasePage)createInstance(page_name);\n session.setAttribute(page_name,page);\n if(page == null)\n System.err.println(\"Could not create \" + page_name);\n } //if\n page.request = request;\n page.session = session;\n page.servlet = servlet;\n if(!page.$isLoaded())\n page.fillDom();\n return page;\n}", "public abstract void pageDisplayed();", "protected abstract DataPage getDataPage(PageId pageId);", "@UML(identifier=\"page\", obligation=OPTIONAL, specification=ISO_19115)\n String getPage();", "@Override\n protected void init(PageDto page, HttpServletRequest request, HttpServletResponse response, Model model) {\n\n }", "lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPage();", "public abstract AdvertisingPageType mo11614e();", "public final EObject rulePage() throws RecognitionException {\n EObject current = null;\n\n Token otherlv_0=null;\n EObject lv_questions_1_0 = null;\n\n EObject lv_questions_2_0 = null;\n\n\n enterRule(); \n \n try {\n // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:524:28: ( (otherlv_0= 'page' ( (lv_questions_1_0= ruleQuestion ) ) ( (lv_questions_2_0= ruleQuestion ) )* ) )\n // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:525:1: (otherlv_0= 'page' ( (lv_questions_1_0= ruleQuestion ) ) ( (lv_questions_2_0= ruleQuestion ) )* )\n {\n // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:525:1: (otherlv_0= 'page' ( (lv_questions_1_0= ruleQuestion ) ) ( (lv_questions_2_0= ruleQuestion ) )* )\n // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:525:3: otherlv_0= 'page' ( (lv_questions_1_0= ruleQuestion ) ) ( (lv_questions_2_0= ruleQuestion ) )*\n {\n otherlv_0=(Token)match(input,18,FollowSets000.FOLLOW_18_in_rulePage1072); \n\n \tnewLeafNode(otherlv_0, grammarAccess.getPageAccess().getPageKeyword_0());\n \n // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:529:1: ( (lv_questions_1_0= ruleQuestion ) )\n // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:530:1: (lv_questions_1_0= ruleQuestion )\n {\n // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:530:1: (lv_questions_1_0= ruleQuestion )\n // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:531:3: lv_questions_1_0= ruleQuestion\n {\n \n \t newCompositeNode(grammarAccess.getPageAccess().getQuestionsQuestionParserRuleCall_1_0()); \n \t \n pushFollow(FollowSets000.FOLLOW_ruleQuestion_in_rulePage1093);\n lv_questions_1_0=ruleQuestion();\n\n state._fsp--;\n\n\n \t if (current==null) {\n \t current = createModelElementForParent(grammarAccess.getPageRule());\n \t }\n \t\tadd(\n \t\t\tcurrent, \n \t\t\t\"questions\",\n \t\tlv_questions_1_0, \n \t\t\"Question\");\n \t afterParserOrEnumRuleCall();\n \t \n\n }\n\n\n }\n\n // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:547:2: ( (lv_questions_2_0= ruleQuestion ) )*\n loop11:\n do {\n int alt11=2;\n int LA11_0 = input.LA(1);\n\n if ( (LA11_0==25) ) {\n alt11=1;\n }\n\n\n switch (alt11) {\n \tcase 1 :\n \t // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:548:1: (lv_questions_2_0= ruleQuestion )\n \t {\n \t // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:548:1: (lv_questions_2_0= ruleQuestion )\n \t // ../dk.itu.smdp.survey.xtext/src-gen/dk/itu/smdp/survey/xtext/parser/antlr/internal/InternalTaco.g:549:3: lv_questions_2_0= ruleQuestion\n \t {\n \t \n \t \t newCompositeNode(grammarAccess.getPageAccess().getQuestionsQuestionParserRuleCall_2_0()); \n \t \t \n \t pushFollow(FollowSets000.FOLLOW_ruleQuestion_in_rulePage1114);\n \t lv_questions_2_0=ruleQuestion();\n\n \t state._fsp--;\n\n\n \t \t if (current==null) {\n \t \t current = createModelElementForParent(grammarAccess.getPageRule());\n \t \t }\n \t \t\tadd(\n \t \t\t\tcurrent, \n \t \t\t\t\"questions\",\n \t \t\tlv_questions_2_0, \n \t \t\t\"Question\");\n \t \t afterParserOrEnumRuleCall();\n \t \t \n\n \t }\n\n\n \t }\n \t break;\n\n \tdefault :\n \t break loop11;\n }\n } while (true);\n\n\n }\n\n\n }\n\n leaveRule(); \n }\n \n catch (RecognitionException re) { \n recover(input,re); \n appendSkippedTokens();\n } \n finally {\n }\n return current;\n }", "private void initPages() {\n\t\tloginPage = new LoginPage(driver);\n\t\tflipkart = new FlipkartPage(driver);\n\t\t\n\t}", "public List<GenericTextModel> selector(PageEnum page) {\n\t\tString value = \"Metacube is a Software Engineering Services company with experience in\"\n\t\t\t\t+ \" developing enterprise applications for a wide spectrum of domains including\"\n\t\t\t\t+ \" global trade management, supply chain analytics, manufacturing analytics, business\"\n\t\t\t\t+ \" continuity planning, CRM, content management and eCommerce. These applications have\"\n\t\t\t\t+ \" been developed on a variety of technology platforms.\";\n\t\tGenericTextModel model;\n\t\t\n\t\t\n\t\tif (page.equals(PageEnum.LandingPage)) {//if Landing Page\n\t\t\tmodel = new GenericTextModel(value);\n\t\t\tcontentList.add(model);\n\t\t} else if (page.equals(PageEnum.EmployeeListPage)) { //if employee List page\n\t\t\tmodel = new GenericTextModel(\"Employee List Page\");\n\t\t\tcontentList.add(model);\n\t\t} else if (page.equals(PageEnum.EmployeeDetailsPage)) { //if employee Detail page\n\t\t\tmodel = new GenericTextModel(\"Employee Detail Page\");\n\t\t\tcontentList.add(model);\n\t\t} else if (page.equals(PageEnum.EmployeeRegistrationPage)) {//if employee Registeration page\n\t\t\tmodel = new GenericTextModel(\"Employee Registration/Edit Page\");\n\t\t\tcontentList.add(model);\n\t\t} else {//if other then all pages\n\t\t\tmodel = new GenericTextModel(\"Someting Wrong happen\");\n\t\t\tcontentList.add(model);\n\t\t}\n\n\t\treturn contentList;\n\t}", "public void setPage(Page page) {\n this.page=page;\n }", "public void setPage(Page page) {\n this.page=page;\n }", "@Override\n\tpublic List<Factory> findPage(Page page) {\n\t\treturn null;\n\t}", "public interface TestPage<D> {\r\n\tpublic TestPage<D> getParent();\r\n\r\n\tpublic PageLocator getPageLocator();\r\n\r\n\t/***\r\n\t * This method check for existence of page in browser so we can proceed\r\n\t * further with page functionality.\r\n\t * \r\n\t * @param args\r\n\t * optional arguments required to identify page.\r\n\t * @return\r\n\t */\r\n\tpublic boolean isPageActive(PageLocator loc, Object... args);\r\n\r\n\t/**\r\n\t * selenium base instance to provide selenium\r\n\t * \r\n\t * @return\r\n\t */\r\n\tpublic UiTestBase<D> getTestBase();\r\n\r\n\t/**\r\n\t * Returns the body text of the current page\r\n\t * \r\n\t * @return\r\n\t */\r\n\tpublic String getText();\r\n\r\n\t/**\r\n\t * Use only launchPage method to load a page. For more usability you can\r\n\t * overload this method in your page class but make sure to call this method\r\n\t * within it to load page. eg:\r\n\t * \r\n\t * <pre>\r\n\t * <code>\r\n\t * void launchPage(){\r\n\t * \t\tlaunchPage(null)\r\n\t * }\r\n\t * OR\r\n\t * void launchPage(String locator){\r\n\t * \t\tlaunchPage(new DefaultPageLocator(locator));\r\n\t * }\r\n\t * </code>\r\n\t * </pre>\r\n\t * \r\n\t * @param locator\r\n\t * to locate page on parent page.\r\n\t * <p>\r\n\t * This locator will be passed to other fw methods for example\r\n\t * {@link #isPageActive(PageLocator, Object...)}\r\n\t * @param args\r\n\t * optional page identifiers to verify is this page for what we\r\n\t * aspect? for example: view details page for specific user or\r\n\t * item, you can identify page by user or item id/name\r\n\t * <p>\r\n\t * This args will be passed to other fw methods for example\r\n\t * {@link #isPageActive(PageLocator, Object...)}\r\n\t */\r\n\tpublic void launchPage(PageLocator locator, Object... args);\r\n\r\n\t/**\r\n\t * You can specify launch behavior before launching the page by calling this\r\n\t * method.\r\n\t * \r\n\t * @param strategy\r\n\t * launch strategy.\r\n\t */\r\n\tpublic void setLaunchStrategy(LaunchStrategy strategy);\r\n\r\n\tpublic enum LaunchStrategy {\r\n\t\t/**\r\n\t\t * To specify that even if the page is active, launch page form the\r\n\t\t * parent page.\r\n\t\t */\r\n\t\talwaysRelaunchFromParent,\r\n\t\t/**\r\n\t\t * To specify that even if the page or its parent page is active, launch\r\n\t\t * form the root by navigating entire hierarchy.\r\n\t\t */\r\n\t\talwaysRelaunchFromRoot,\r\n\t\t/**\r\n\t\t * To specify that launch the page if it is not active.\r\n\t\t */\r\n\t\tonlyIfRequired;\r\n\t}\r\n\r\n}", "boolean canHandlePageClass(Class<? extends Page> pageClazz, PageParameters pageParameters);", "public interface IPage {\r\n\r\n\t/**\r\n\t * Gets the url.\r\n\t *\r\n\t * @return the url\r\n\t */\r\n\tUrl getUrl();\r\n\r\n\t/**\r\n\t * Seek.\r\n\t *\r\n\t * @param skip the skip\r\n\t * @return the int\r\n\t */\r\n\tint seek(int skip);\r\n\r\n\t/**\r\n\t * Back to.\r\n\t *\r\n\t * @param s the s\r\n\t * @return true, if successful\r\n\t */\r\n\tboolean backTo(char s);\r\n\r\n\t/**\r\n\t * Seek.\r\n\t *\r\n\t * @param s the s\r\n\t * @return true, if successful\r\n\t */\r\n\tboolean seek(String s);\r\n\r\n\t/**\r\n\t * Seek.\r\n\t *\r\n\t * @param s the s\r\n\t * @param inlen the inlen\r\n\t * @return true, if successful\r\n\t */\r\n\tboolean seek(String s, int inlen);\r\n\r\n\t/**\r\n\t * Gets the attribute.\r\n\t *\r\n\t * @param name the name\r\n\t * @return the attribute\r\n\t */\r\n\tString getAttribute(String name);\r\n\r\n\t/**\r\n\t * Mark.\r\n\t */\r\n\tvoid mark();\r\n\r\n\t/**\r\n\t * Reset.\r\n\t */\r\n\tvoid reset();\r\n\r\n\t/**\r\n\t * Clear mark.\r\n\t */\r\n\tvoid clearMark();\r\n\r\n\t/**\r\n\t * Gets the text.\r\n\t *\r\n\t * @return the text\r\n\t */\r\n\tString getText();\r\n\r\n\t/**\r\n\t * Gets the word in.\r\n\t *\r\n\t * @param schar the schar\r\n\t * @param echar the echar\r\n\t * @return the word in\r\n\t */\r\n\tString getWordIn(String schar, String echar);\r\n\r\n\t/**\r\n\t * Gets the text.\r\n\t *\r\n\t * @param name the name\r\n\t * @return the text\r\n\t */\r\n\tString getText(String name);\r\n\r\n\t/**\r\n\t * Sets the cached.\r\n\t *\r\n\t * @param b the new cached\r\n\t */\r\n\tvoid setCached(boolean b);\r\n\r\n\t/**\r\n\t * Gets the request.\r\n\t *\r\n\t * @return the request\r\n\t */\r\n\tUrl getRequest();\r\n\r\n\t/**\r\n\t * Gets the status line.\r\n\t *\r\n\t * @return the status line\r\n\t */\r\n\tStatusLine getStatusLine();\r\n\r\n\t/**\r\n\t * Gets the headers.\r\n\t *\r\n\t * @return the headers\r\n\t */\r\n\tHeader[] getHeaders();\r\n\r\n\t/**\r\n\t * Gets the context.\r\n\t *\r\n\t * @return the context\r\n\t */\r\n\tString getContext();\r\n\r\n\t/**\r\n\t * Gets the urls.\r\n\t *\r\n\t * @return the urls\r\n\t */\r\n\tList<Url> getUrls();\r\n\r\n\t/**\r\n\t * Size.\r\n\t *\r\n\t * @return the int\r\n\t */\r\n\tint size();\r\n\r\n\t/**\r\n\t * Release.\r\n\t */\r\n\tvoid release();\r\n\r\n\t/**\r\n\t * Gets the.\r\n\t *\r\n\t * @param url the url\r\n\t * @return the string\r\n\t */\r\n\tString get(String url);\r\n\r\n\t/**\r\n\t * Format.\r\n\t *\r\n\t * @param href the href\r\n\t * @return the url\r\n\t */\r\n\tUrl format(String href);\r\n\r\n}", "lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPageHelper();", "lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPageHelper();", "lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPageHelper();", "protected void createPages() {\n\t\tcreateIntroEditor();\n\t\tcreatePageMainEditor();\n\t\tcreatePageController();\n\t\tcreateCssEditor();\n\t\tcreatePageTextEditor();\n\t\trefreshPageMainEditor();\n\t\trefreshPageControllerEditor();\n\t\trefreshCssEditor();\n\t\tsetDirty(false);\n\t}", "public abstract <T> Page<T> list(Pageable pageable, Class<T> clazz);", "public List<PageContent> getAllPageContent();", "@Override\r\n\tpublic int nombrePage() {\n\t\treturn 0;\r\n\t}", "public lanyotech.cn.park.protoc.CommonProtoc.PageHelper getPage() {\n return page_;\n }", "public interface AccountsPage extends Page {\n\n /**\n * Return the UI element of 'Login ID' field.\n *\n * @return the UI element of 'Login ID' field\n */\n WebElement getLoginIDField();\n\n /**\n * Return the UI element of 'Name' field.\n *\n * @return the UI element of 'Name' field\n */\n WebElement getNameField();\n\n /**\n * Return the UI element of 'Organization' field.\n *\n * @return the UI element of 'Organization' field\n */\n WebElement getOrganizationField();\n\n /**\n * Return the UI element of 'Status' select field.\n *\n * @return the UI element of 'Status' select field\n */\n WebElement getStatusSelectField();\n\n /**\n * Return the UI element of 'Search' button.\n *\n * @return the UI element of 'Search' button\n */\n WebElement getSearchButton();\n\n /**\n * Return the UI element of the table record at the given index, which starts from 1.\n *\n * @param idx The index of the table record.\n * @return the UI element of the table record at the given index\n */\n WebElement getTableRecordAtIndex(int idx);\n\n /**\n * Return the UI element of the column of the given table record with the column name.\n *\n * @param tableRecord the table record\n * @param columnName the column name\n * @return the UI element of the column\n */\n WebElement getColumnByName(WebElement tableRecord, String columnName);\n\n /**\n * Return the UI element of 'New Account' button.\n *\n * @return the UI element of 'New Account' button\n */\n WebElement getNewAccountButton();\n\n /**\n * Open the 'New Account' page.\n *\n * @return 'New Account' page object\n */\n NewAccountPage openNewAccountPage();\n\n /**\n * Open the 'Edit Account' page by the given Login ID text.\n *\n * @param loginID Login ID text\n * @return 'Edit Account' page object\n * @throws NoSuchElementException if the account being requested does not exist.\n */\n EditAccountPage openEditAccountPageByLoginID(String loginID) throws NoSuchElementException;\n\n}", "@Override\r\n\tpublic URLModule gotoPage(int page) {\n\t\treturn null;\r\n\t}", "@Override\n\tpublic String findPage() {\n\t\treturn null;\n\t}", "@Override\n public void addPages() {\n super.addPages();\n page1 = new NewReviewWizardPage();\n addPage(page1);\n }", "public interface OnboardPage\n{\n\n public static final int DK_PAGE_ID = 0x7f0d0055;\n public static final int DK_PAGE_INFO = 0x7f0d0056;\n\n public abstract OnboardPageInfo getPageInfo();\n\n public abstract void setOnboardHostControl(OnboardHostControl onboardhostcontrol);\n\n}", "@Override\n\tpublic void checkPage() {\n\t}", "public T _gotoPage(Class<? extends Page> pageClass)\n {\n tester.startPage(pageClass);\n return getBuilder();\n }", "public void addPages() {\t\t\n\t\tpage1 = new Opera2ActionsTransformationWizardPage1(selection, operaModel);\n\t\taddPage(page1);\t\n\t}", "private final void createAppPages() {\r\n\t\t//Instantiate Page objects that have no associated test properties\r\n\t\t//Note that if a test DOES need to specify test properties for one of these pages\r\n\t\t// (e.g., search terms), it can create its own local version of the page, and pass\r\n\t\t// the pagePropertiesFilenameKey argument, OR create it here, by calling createPage\r\n\t\t// instead of createStaticPage\r\n\r\n\t\t//Can also instantiate regular (i.e., with associated test properties) DD-specific\r\n\t\t// Page objects here, but typically it is best for the test or utility methods to do that;\r\n\t\t// if we do it here we may end up creating Page objects that never get used.\r\n }", "@Override\n\tpublic void addPages() {\n\t\t_fileWizard = new NewPlotFilenameWizardPage(selection);\n\t\t_scaleWizard = new ScaleWizardPage(selection);\n\t\t_coastWizard = new CoastWizardPage(selection);\n\t\t_gridWizard = new GridWizardPage(selection);\n\n\t\t// check there's ETOPO data before we add the page\n\t\t_etopoWizard = new ETOPOWizardPage(selection);\n\n\t\taddPage(_fileWizard);\n\t\taddPage(_scaleWizard);\n\t\taddPage(_coastWizard);\n\t\taddPage(_gridWizard);\n\t\tif (_etopoWizard.isAvailable())\n\t\t\taddPage(_etopoWizard);\n\t}", "public interface PageContext<E> {\n public static final int DEFAULT_PAGE_SIZE = 20;\n\n public long getPageCount();\n\n public Page<E> getPage(int index);\n\n public int getPageSize();\n\n public long getTotal();\n}", "public void addPages() {\n\t\tpage = new NewTotoriWizardPage(selection);\n\t\taddPage(page);\n\t}", "String urlFor(Class<? extends Page> pageClazz, PageParameters params);", "public interface OnChangePageButtonClick {\n void selectPage(int page);\n}", "public Page findPage (String name) {\n return (Page)allPages.get (name);\n }", "public void setPage(int value) {\n this.page = value;\n }", "private CommonMethodsPage gotoCommonMethodsPage() throws Exception {\n\t\treturn new CommonMethodsPage(driver);\n\t}", "@Override\n public AbstractPage getPage() {\n if (this.page == null || page == AbstractPage.EMPTY)\n this.page = getPages().get(0);\n return this.page;\n }", "@Override\n public void setPageContext(PageContext arg0) {\n \n }", "public Set getPages () {\n return pages;\n }", "private void putObjectFromPages(JSONArray pageArray) {\n\n for (int i = 0; i < pageArray.length(); i++) {\n JSONObject page = pageArray.optJSONObject(i);\n String pName = page.optString(\"name\");\n JSONArray pageElementArray = page.optJSONArray(\"uiObjects\");\n\n Map<String, PageElement> pageElements = new HashMap<String, PageElement>();\n pageElementsMap.put(pName, pageElements);\n // Searching for the target element in the current page\n for (int j = 0; j < pageElementArray.length(); j++) {\n JSONObject pageElement = pageElementArray.optJSONObject(j);\n String name = pageElement.optString(\"name\");\n\n PageElement element = new PageElement();\n element.setName(name);\n element.setType(pageElement.optString(\"type\"));\n element.setLocatorType(pageElement.optString(\"locatorType\"));\n element.setLocatorValue(pageElement.optString(\"locatorValue\"));\n pageElements.put(name, element);\n }\n\n }\n }", "public void setPage(int page) {\n this.page = page;\n }", "lanyotech.cn.park.protoc.CommonProtoc.PageHelperOrBuilder getPageOrBuilder();", "public Page readPage(PageId pid) {\n // some code goes here\n return null;\n }", "public PagesRecord() {\n super(Pages.PAGES);\n }", "public void testStaticPageAccessible() throws Exception {\n assertEquals(0, rootBlog.getStaticPages().size());\n BlogEntry draft = rootBlog.getBlogForToday().createBlogEntry();\n draft.setType(BlogEntry.STATIC_PAGE);\n draft.store();\n assertEquals(1, rootBlog.getStaticPages().size());\n assertEquals(draft, rootBlog.getStaticPage(draft.getId()));\n }", "@Override // com.zhihu.android.app.p1311ui.fragment.BaseFragment\n public PageInfoType[] getPageContent() {\n return new PageInfoType[]{new PageInfoType(ContentType.EnumC30787c.Topic, this.f90217G.mo110111g())};\n }", "public IsAtPageCondition(Page page) {\n this.page = page;\n }", "@Override\n\tpublic void process(Page page){\n\n\t CollectTemplate collectTemplate = templateService.getCollectTemplateById(templateId);\n\t String currentUrl=page.getUrl().toString();\n\t String nextUrlXpath=collectTemplate.getNextUrlXpath();\n \tString contentUrlXpath=collectTemplate.getContentUrlXpath();\n \tString listUrlRegex=collectTemplate.getListUrlRegex();\n \tString contentUrlRegex=collectTemplate.getContentUrlRegex();\n \tList<CollectTemplateField> fields=collectTemplate.getFields();\n \ttry {\n\t \t\t\n\t \tHtml currentHtml= page.getHtml();\n\n\t\t\t//判断是否是列表页\n\t if (currentUrl.matches(listUrlRegex)) {\n\n\t\t\t\t//处理列表页\n\t\t\t\tString nextPageUrl=\"\";\n\t\t\t\ttry{\n\t\t\t\t\tnextPageUrl=currentHtml.xpath(nextUrlXpath).toString();\n\t\t\t\t\tif (nextPageUrl==null||StringUtils.isEmpty(nextPageUrl)){\n\t\t\t\t\t\tthrow new Exception();\n\t\t\t\t\t}\n\t\t\t\t}catch (Exception e){\n\t\t\t\t\tXpath2Selector xpath2Selector = new Xpath2Selector(nextUrlXpath);\n\t\t\t\t\tnextPageUrl = xpath2Selector.select(page.getRawText());\n\n\t\t\t\t\tif (nextPageUrl!=null&&nextPageUrl.startsWith(\"/\")){\n\t\t\t\t\t\tnextPageUrl = \"http://\"+site.getDomain()+nextPageUrl;\n\t\t\t\t\t}\n\n\n\t\t\t\t}\n\n\t \tif (StringUtils.isNotEmpty(nextPageUrl)) {\n\n\t \t\tRequest request=new Request();\n\t \t\trequest.setUrl(nextPageUrl);\n\t \t\trequest.setPriority(-1);\n\t \t\t\n\t \t\tpage.addTargetRequest(request);\n\n\t \t\tlogService.info(projectId,\"get the next page link \"+nextPageUrl+\" and add it to the queue\");\n\n\t\t\t\t}else{\n\t\t\t\t\tlogService.warn(projectId,\"fail to get the next page link\");\n\n\t\t\t\t}\n\t \tList<String> detailPagesUrl;\n\t \ttry{\n\t\t\t\t\tdetailPagesUrl = currentHtml.xpath(contentUrlXpath).all();\n\n\t\t\t\t}catch (Exception e){\n\n\t\t\t\t\tXpath2Selector xpath2Selector2 = new Xpath2Selector(contentUrlXpath);\n\t\t\t\t\tdetailPagesUrl = xpath2Selector2.selectList(currentHtml.getDocument().text());\n\t\t\t\t}\n\n\n\n\t \tif (detailPagesUrl!=null&&detailPagesUrl.size()!=0) {\n\t\t\t\t\t//添加详情页\n\t\t\t\t\tpage.addTargetRequests(detailPagesUrl, 1);\n\n\t\t\t\t\tlogService.info(projectId,\"get \"+detailPagesUrl.size()+\" detail pages\");\n\t\t\t\t}else{\n\t\t\t\t\tlogService.warn(projectId,\"fail to get detail page\");\n\n\t\t\t\t}\n\t\t\t}else if (StringUtils.isEmpty(contentUrlRegex)||currentUrl.matches(contentUrlRegex)) {\n\t \t//处理详情页\n\t\t\t\tcontentPageProcessService.setProjectId(projectId);\n\t\t\t\tcontentPageProcessService.progressContentPage(page,fields);\n\t\t\t}\n\t \t} catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}\n\t \n\t }", "public ProcessPage() {\n\t\tPageFactory.initElements(driver, this);\n\t\t \n\n\t}", "List<JournalPage> getAllPages();", "@Override\n public void test(PageParam pageParam) {\n\n }", "public PagePane(String strKey, String strEnum) {\n this.strKey = strKey;\n this.strEnum = strEnum;\n }", "public interface WebPage<T> {\n\n\n /**\n * Return the number of frame/iframe in the current page\n *\n * @return the number of frames\n */\n int getNumberFrames();\n\n /**\n * Change the way of processing the WebElement.\n *\n * @param processWebElement\n */\n public void setProcessWebElement(ProcessWebElement<T> processWebElement);\n\n\n /**\n * Find a autObject element in the page and sub-frames\n * Stop the research after the first found.\n *\n * @param autObject\n * The {@code AutObject} to search for\n *\n * @return a {@code Optional} of a T element\n */\n Optional<T> stopAfterFirstElementPresentInPage(AutObject autObject) ;\n\n\n /**\n * From a {@code AutObject} we find all T elements in the page and sub-frames.\n *\n * @param autObject\n * The {@code AutObject} to search for\n *\n * @return a {@code List} of the T element\n */\n List<T> findElementsInPage(AutObject autObject) ;\n\n\n /**\n * Get a map of {@code AutObject} associated with a list of T found in the page and sub-frames.\n * Stop the research after the first found.\n *\n * @param autObjects\n * A list of {@code AutObject} to search for\n *\n * @return a {@code Optional} of the T element associated to an the first {@code AutObject} found\n */\n Optional<Pair<AutObject, T>> stopAfterFirstElementPresentInPage(List<AutObject> autObjects) ;\n\n /**\n * Get a map of {@code AutObject} associated with a list of {@code WebElement} in the page and sub-frames.\n *\n * @param autObjects\n * A list of {@code AutObject} to search for\n *\n * @return a {@code Map} of T elements associated to {@code AutObject}\n */\n Map<AutObject, List<T>> findElementsInPage(List<AutObject> autObjects);\n\n\n /**\n * Return the metrics of the current page.\n * Basically return the number of elements filtered and unfiltered.\n *\n * @return Metrics\n */\n Metrics getMetrics();\n\n\n /**\n * Set a limit to stop searching in the page if the limit is reached.\n * By default it's 0 that means no limit.\n */\n WebPage limit(int limit);\n\n}", "@Override\n protected void onNextPageRequested(int page) {\n\n }", "public void setPage(Page page) {\n\t\tthis.page = page;\n\t}", "public Page(String name)\r\n {\r\n super(name,0,0,0,0);\r\n }", "PageResolver getPageResolver();", "public PageUtil(int currentPage) {\n\t\tthis.currentPage = currentPage;\n\t}", "protected void doAdditionalPageInitialization(IPage page) {\n }", "@Test\r\n\tpublic void testContestant_Page() {\r\n\t\tnew Contestant_Page(myID, myEntryData);\r\n\t\t\r\n\t}", "public void setPage(Integer page) {\n this.page = page;\n }", "public void addPages() {\n\t\t\n\t\tProjectUtils projectUtils = new ProjectUtils();\n\t\tIProject proj = projectUtils.getProject(selection);\n\t\t\n\t\t\n\t\t\n\t\tDb db = loadDBParams();\n\t\tDBConnection dbConn = new DBConnection();\n\t\tConnection connection = null;\n\t\t\n\t\t\n\t\ttry {\n\t\t\tconnection = dbConn.loadDriver(proj.getLocation()+\"/\"+db.getDriverClassPath(), db.getDriverClass(), db.getDatabaseURL(), db.getUserName(), db.getPassWord());\n\t\t} catch (MalformedURLException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (InstantiationException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (IllegalAccessException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (ClassNotFoundException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (SQLException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\t\n\t\tpage = new SmartNewWizardPage(selection, connection, proj.getLocation().toString());\n\t\taddPage(page);\n\n\t}", "public Page(PageInformation pageInfo)\n\t{\n\t\tthis.pageInfo = pageInfo;\n\t\tthis.contentInstructions = new ArrayList<ContentInstruction>();\n\t\tthis.pageContent = new HashMap<Integer, Content>();\n\t\tnextContentNumber = 0;\n\t}", "@Override\n public LiveWebModel[] getChildren() {\n return pages;\n }", "Page getPage(int index);", "public void setPage(String page) {\r\n pageEL = page;\r\n }", "protected Page<V> getVO (Page<T> page, Pageable pageRequest) {\n List<V> contentVO = getVO(page.getContent());\n Page<V> pageResult = new PageImpl<>(contentVO, pageRequest, page.getTotalElements());\n return pageResult;\n }", "public interface IPageView extends IBaseView {\n\n void showList(List<PageBean> list);\n}", "public void setPage(View view){\n //page is always the great grand parent\n linearLayoutBody = (LinearLayout) view.getParent().getParent().getParent();\n currentPage = (TemplatePage) linearLayoutBody.getTag();\n }", "public PageAdapter() {\n this.mapper = new MapperImpl();\n }", "@Override\n public void onPageChanged(int page, int pageCount) {\n }", "public Object navigate(Class<? extends Page> pageObject) {\n\n Page page;\n\n try {\n page = pageObject.getConstructor(WebDriver.class).newInstance(driver.get());\n driver.get().navigate().to(page.getURL());\n//\t\t\tdriver.get().navigate().to(System.getProperty(\"APPLICATION_URL\"));\n return page;\n\n } catch (InstantiationException e) {\n LOGGER.log(Level.SEVERE,\n \"ERROR loading pageObject\", e);\n return null;\n } catch (IllegalAccessException e) {\n LOGGER.log(Level.SEVERE,\n \"ERROR loading pageObject\", e);\n return null;\n } catch (IllegalArgumentException e) {\n LOGGER.log(Level.SEVERE,\n \"ERROR loading pageObject\", e);\n return null;\n } catch (InvocationTargetException\n e) {\n LOGGER.log(Level.SEVERE,\n \"ERROR loading pageObject\", e);\n return null;\n } catch (NoSuchMethodException e) {\n LOGGER.log(Level.SEVERE,\n \"ERROR loading pageObject\", e);\n return null;\n } catch (SecurityException e) {\n LOGGER.log(Level.SEVERE,\n \"ERROR loading pageObject\", e);\n return null;\n }\n }", "public PageRole(){\n\t\t\n\t}", "public PDFPagesTree(PDFFile file) { _dict.put(\"Type\", \"/Pages\"); }", "@Override\n\t\t\tpublic void onPageSelected(int arg0) {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\tpublic void onPageSelected(int arg0) {\n\t\t\t\t\n\t\t\t}", "public BasePageObject() {\n this.driver = BrowserManager.getInstance().getDriver();\n this.wait = BrowserManager.getInstance().getWait();\n PageFactory.initElements(driver, this);\n }", "public interface PageResourceMapper {\n}", "public PlaceTemplate getPage(String[] path, int pathIndex) {\r\n\t\tfor (FlowNodeBase node: getNodes()) {\r\n\t\t\tif (node.getName().equals(path[pathIndex])) {\r\n\t\t\t\tif (pathIndex==path.length-1) {\r\n\t\t\t\t\treturn (PlaceTemplate) node;\r\n\t\t\t\t} else {\r\n\t\t\t\t\treturn ((SubFlow)node).getFlow().getPage(path, pathIndex+1);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\tthrow new RuntimeException(\"Page/Subflow not found: \"+path[pathIndex]);\r\n\t}" ]
[ "0.70009035", "0.6959819", "0.6760897", "0.6760436", "0.6682478", "0.6634867", "0.66116214", "0.6541495", "0.6526554", "0.6523552", "0.63788563", "0.6356524", "0.634477", "0.6278112", "0.62271255", "0.6194933", "0.61805385", "0.61661273", "0.61527187", "0.6151852", "0.6142123", "0.6081756", "0.6057925", "0.6023044", "0.602084", "0.60066897", "0.59795153", "0.59660697", "0.59660697", "0.5961541", "0.59599465", "0.5939888", "0.59316885", "0.5903436", "0.5903436", "0.5903436", "0.58938146", "0.5855781", "0.5846911", "0.5845321", "0.58440435", "0.58238184", "0.57954675", "0.5781421", "0.5775944", "0.5775181", "0.5774397", "0.5769429", "0.5745263", "0.5724295", "0.5707742", "0.5695727", "0.5685429", "0.56796885", "0.5666513", "0.5662403", "0.56570315", "0.5653882", "0.5642339", "0.5637018", "0.56266683", "0.56256187", "0.56181693", "0.55996", "0.5597684", "0.55961156", "0.5591036", "0.5590958", "0.5590307", "0.55878025", "0.55847025", "0.557429", "0.5573183", "0.55717766", "0.5566653", "0.5563511", "0.5560474", "0.5560219", "0.55600685", "0.5547728", "0.5545709", "0.55443525", "0.55432045", "0.55371916", "0.55166936", "0.55141205", "0.55127406", "0.5507764", "0.55041176", "0.54968476", "0.5496176", "0.5477437", "0.54714584", "0.5459777", "0.5435078", "0.543147", "0.54272825", "0.54272825", "0.54264075", "0.5424183", "0.54176927" ]
0.0
-1
Gets the value of the image property.
public byte[] getImage() { return image; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getImage() {\n return this.Image;\n }", "public String getImage() {\n\t\treturn image;\n\t}", "public String getImage() {\n\t\treturn image;\n\t}", "public String getImage() {\n return image;\n }", "public String getImage() {\n return image;\n }", "public String getImage() {\n return image;\n }", "public String getImage() {\n return image;\n }", "public String getImage() {\n return image;\n }", "public String getImg() {\n return img;\n }", "public String getImg() {\n return img;\n }", "public String getImg() {\n return img;\n }", "public String getImage() { return image; }", "public String getImage()\n {\n return image;\n }", "@Override\r\n\tpublic Image getImg() {\n\t\treturn img.getImage();\r\n\t}", "public Image getImage() {\n return image;\n }", "public Image getImage() {\r\n\t\treturn image;\r\n\t}", "public Image getImage() {\r\n return image;\r\n }", "public PImage getImage() {\n return this.image;\n }", "public Image getImage() {\n\t\treturn image;\r\n\t}", "public String getpImage() {\n return pImage;\n }", "public Image getImage() {\n\t\treturn image;\n\t}", "public Image getImage() {\n\t\treturn image;\n\t}", "public BufferedImage getImage() {\n\t\treturn this.image;\n\t}", "public BufferedImage getImage() {\t\r\n\t\treturn this.image;\t\t\t\r\n\t}", "public Image getImage() {\n return image;\n }", "public ImageInfo getImage() {\n return image;\n }", "public String getImg(){\n return img;\n }", "public String getPicture() {\r\n return picture;\r\n }", "public String getaImg() {\n return aImg;\n }", "public PImage getImg() {\n \treturn img;\n }", "public ImageIcon getImage() {\n\t\treturn this.image;\n\t}", "public BufferedImage getImage() {\n return image;\n }", "public ImageIcon getImage(){\n\t\treturn this.image;\n\t}", "@Override\n\tpublic Image getImage() {\n\t\treturn image;\n\t}", "@Override\n\tpublic Image getImage() {\n\t\treturn img;\n\t}", "public BufferedImage getImage() {\n\t\t return img;\n\t}", "public Rectangle getImage() {\n\t\treturn image;\n\t}", "public ImageIcon getImage()\n {\n return image;\n }", "public Image getInstanceImage() {\r\n return this.image;\r\n }", "public ImageIcon image() {\n return image;\n }", "public Image getImage() {\n if (tamagoStats.getAge() <= 0) {\n return images.get(\"oeuf\").get(\"noeuf\");\n } else if (tamagoStats.getAge() <= 3) {\n return images.get(\"bebe\").get(\"metamorph\");\n } else if (tamagoStats.getAge() <= 7) {\n return images.get(\"enfant\").get(\"evoli\");\n } else {\n return images.get(\"adulte\").get(\"noctali\");\n }\n }", "public Image getPic() {\n return pic;\n }", "public Integer getImageResource(){\n return mImageResource;\n }", "public java.lang.String getImage() {\n java.lang.Object ref = image_;\n if (!(ref instanceof java.lang.String)) {\n com.google.protobuf.ByteString bs =\n (com.google.protobuf.ByteString) ref;\n java.lang.String s = bs.toStringUtf8();\n image_ = s;\n return s;\n } else {\n return (java.lang.String) ref;\n }\n }", "public float getIMG(){\n return profile.getImg();\n }", "@Schema(example = \"iVBORw0KGgoAAAANSUhEUgAAACIAAAAoCAYAAACb3CikAAAABGdBTUEAALGPC\", description = \"Binary image content, base64 encoded.\")\n public String getImage() {\n return image;\n }", "public java.lang.String getImage() {\n java.lang.Object ref = image_;\n if (ref instanceof java.lang.String) {\n return (java.lang.String) ref;\n } else {\n com.google.protobuf.ByteString bs = \n (com.google.protobuf.ByteString) ref;\n java.lang.String s = bs.toStringUtf8();\n image_ = s;\n return s;\n }\n }", "public Drawable getImage(){\n\t\treturn mImage;\n\t}", "public VBox getImageProperties() {\r\n return imageProperties;\r\n }", "public String getImgPath() {\n return imgPath;\n }", "public String getPic() {\n return pic;\n }", "public String getPic() {\n return pic;\n }", "public Bitmap getImage() {\n return image;\n }", "public String getImagePath() {\n\t\treturn imagePath;\n\t}", "public String getImgPath() {\n\t\treturn this.imgPath;\n\t}", "public String getImageFile() {\n\t\treturn imagefile;\n\t}", "@Output(\"image\")\n public Image getImage() {\n return image;\n }", "public String getImageUrl() {\n return imageUrl;\n }", "public String getImageURL()\n\t{\n\t\treturn imageURL;\n\t}", "PImage getImage() {\n return _img;\n }", "public javafx.scene.image.Image getImage() {\n return super.getImage();\n }", "public javafx.scene.image.Image getImage() {\n return super.getImage();\n }", "public javafx.scene.image.Image getImage() {\n return super.getImage();\n }", "public com.google.protobuf.ByteString\n getImageBytes() {\n java.lang.Object ref = image_;\n if (ref instanceof String) {\n com.google.protobuf.ByteString b = \n com.google.protobuf.ByteString.copyFromUtf8(\n (java.lang.String) ref);\n image_ = b;\n return b;\n } else {\n return (com.google.protobuf.ByteString) ref;\n }\n }", "public String getImgUrl() {\r\n return imgUrl;\r\n }", "public String getImage() {\n\t\treturn null;\n\t}", "public String getImgUrl() {\n return imgUrl;\n }", "public String getImgUrl() {\n return imgUrl;\n }", "public String getImgUrl() {\n return imgUrl;\n }", "public String getImgUrl() {\n return imgUrl;\n }", "public String getImgUrl() {\n return imgUrl;\n }", "@Override\n\tImageIcon getImage() {\n\t\treturn img;\n\t}", "public String getImageSource() {\r\n return imageSource;\r\n }", "public ImageReference imageReference() {\n return this.imageReference;\n }", "@Override\n\tpublic final Image getImage() {\n\t\treturn this.getSprite().getImage();\n\t}", "public String getImageUrl() {\n return mImageUrl;\n }", "public String getImgurl() {\n return imgurl;\n }", "public String getImageUrl() {\n return imageUrl;\n }", "public String getImageUrl() {\n return imageUrl;\n }", "public String getImageUrl() {\n return imageUrl;\n }", "public String getImageUrl() {\n return imageUrl;\n }", "public String getImageUrl() {\n return imageUrl;\n }", "public HippoGalleryImageSetBean getImage() {\n return getLinkedBean(\"myspringbasedhippoproject:image\", HippoGalleryImageSetBean.class);\n }", "public String getImgpath() {\r\n return imgpath;\r\n }", "@HippoEssentialsGenerated(internalName = \"katharsisexampleshippo:image\")\n public HippoGalleryImageSet getImage() {\n return getLinkedBean(IMAGE, HippoGalleryImageSet.class);\n }", "public String getImageId() {\n return this.imageId;\n }", "public String getSourceImage() {\n return sourceImage;\n }", "public String getImagen() {\n return imagen;\n }", "@ApiModelProperty(value = \"The event featured image details if set\")\n public Image getImage() {\n return image;\n }", "public com.google.protobuf.ByteString\n getImageBytes() {\n java.lang.Object ref = image_;\n if (ref instanceof java.lang.String) {\n com.google.protobuf.ByteString b = \n com.google.protobuf.ByteString.copyFromUtf8(\n (java.lang.String) ref);\n image_ = b;\n return b;\n } else {\n return (com.google.protobuf.ByteString) ref;\n }\n }", "public String getImageUrl() {\n\t\treturn imageUrl;\n\t}", "@Nullable\n public String getImageUrl() {\n return imageUrl;\n }", "public final ImageProcessor getImage() {\r\n return image;\r\n }", "public String getImage() {\n\t\tString ans=\"Data/NF.png\";\n\t\tif(image!=null)\n\t\t\tans=\"Data/Users/Pics/\"+image;\n\t\treturn ans;\n\t}", "public String getImg_1() {\n return img_1;\n }", "public String getImageURL() \r\n\t{\r\n\t\t\r\n\t\treturn imageURL;\r\n\t\t\r\n\t}", "public String getImgUrl() {\n\t\treturn imgUrl;\n\t}", "public String getImageId() {\n return this.ImageId;\n }" ]
[ "0.763142", "0.76295465", "0.76295465", "0.76207364", "0.76164824", "0.76164824", "0.76164824", "0.76164824", "0.75644636", "0.75644636", "0.75644636", "0.75519204", "0.75507694", "0.7446596", "0.734274", "0.7339834", "0.73275024", "0.73197895", "0.7317501", "0.7308442", "0.7303589", "0.7303589", "0.7291706", "0.7285979", "0.72795135", "0.72559875", "0.72408766", "0.71977514", "0.7181061", "0.71377194", "0.7109676", "0.7108187", "0.70690334", "0.70488733", "0.70421183", "0.7023344", "0.7011926", "0.6938164", "0.6904119", "0.68898594", "0.6889319", "0.68656", "0.6865462", "0.6861151", "0.6852765", "0.6848764", "0.68438536", "0.683545", "0.68333155", "0.6830071", "0.6824384", "0.6824384", "0.6814462", "0.679021", "0.6757499", "0.67323875", "0.6722561", "0.6720222", "0.67202175", "0.67064506", "0.6704076", "0.6704076", "0.6704076", "0.66963315", "0.6695888", "0.66950923", "0.6687649", "0.6687649", "0.6687649", "0.6687649", "0.6687649", "0.6682844", "0.66745216", "0.6673004", "0.6665663", "0.6664971", "0.6663362", "0.6660547", "0.6660547", "0.6660547", "0.6660547", "0.6660547", "0.66520286", "0.6644267", "0.66398704", "0.6636485", "0.6636042", "0.66345346", "0.6627852", "0.6611755", "0.6607964", "0.6604608", "0.66008615", "0.6600325", "0.6576304", "0.65730715", "0.6571598", "0.6565828" ]
0.66861874
73
Sets the value of the image property.
public void setImage(byte[] value) { this.image = ((byte[]) value); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setImage(Image img) {\r\n this.img = img;\r\n }", "public void setImage(Image image) {\n this.image = image;\n }", "public void setImage(String _image)\n {\n this.image = _image;\n }", "void setImage(PImage img) {\n _img = img;\n }", "@Generated\n @Selector(\"setImage:\")\n public native void setImage(@Nullable UIImage value);", "void setImage(String image);", "public void setImage(Drawable image){\n\t\tmImage = image;\n\t}", "public void setImage(String image){\n this.image = image;\n }", "public void setImage(String image) {\n this.image = image;\n }", "public void setImage(String image) {\n this.image = image;\n }", "public void setImage(ImageIcon image){\n\t\tthis.image = image;\n\t}", "public void setImage(Image image) {\n this.image = image;\n width = image.getWidth();\n height = image.getHeight();\n }", "public void setImage(Image itemImg) \n {\n img = itemImg;\n }", "public void setImage(Bitmap image) {\n this.image = image;\n }", "public void setImage(ImageIcon image) {\n this.image = image;\n }", "public void setImage(String Image) {\n this.Image = Image;\n }", "public void setImage(String image) {\n\t\tif(image!=null)\n\t\t\tthis.image = image;\n\t}", "public void setImg(String img) {\n this.img = img;\n }", "public void setImage(String imageName)\n {\n if (imageName == null)\n {\n setImage((Image) null);\n }\n else\n {\n setImage(new Image(imageName));\n }\n }", "public void setImage(String image) {\n\t\t this.image = image;\n\t}", "public void setImage(byte[] image) {\n this.image = image;\n }", "public void setImage(byte[] image) {\n this.image = image;\n }", "void setImage(IViewModel image);", "public void setImage(BufferedImage im) {\r\n\t\timage = im;\r\n\t}", "public void setImage(final BufferedImage image) {\n\t\tpicturePanel.setImage(image);\r\n\t\tpack();\r\n\t}", "public void setImg(){\n if(PicSingleton.getInstance().getPicToShape() != null){\n\n mResultImg.setImageDrawable(PicSingleton.getInstance().getPicShaped());\n }\n }", "public Builder setImage(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n image_ = value;\n onChanged();\n return this;\n }", "public void setImage(String key, Image image)\n {\n imageRegistry.put(key, image);\n }", "void setImage(BufferedImage i);", "public void setImage(BufferedImage image) {\n\t\tdisplayImage = image;\n\t\tinitBbox();\n\t}", "private void setImage(Bitmap image) {\n }", "public void setImage(BufferedImage i) {\n // Paint image object\n paint = true;\n image = i;\n this.repaint();\n }", "protected void setPic() {\n }", "void setImageResource(String imageResource) throws IOException;", "public void setImage(String path) {\n\t\tthis.path = path;\n\t\tgetImage().set(new Image(path));\n\t}", "public void setImage(String tmp) {\n this.image = tmp;\n }", "public void setImage(Image newImage)\n {\n if (newImage == null)\n {\n setFill(null);\n }\n else\n {\n setFill(new ImageFill(newImage));\n }\n }", "public void set(RenderedImage im) {\n this.im = im;\n ic.set(im);\n }", "void lSetImage(Image img);", "public void setImage(int imageId) {\n this.imageId=imageId;\n\t}", "void setImageFromURL(String imageURL);", "public void setpImage(String pImage) {\n this.pImage = pImage;\n }", "public final void setImage(java.lang.String image)\n\t{\n\t\tsetImage(getContext(), image);\n\t}", "public void setImage(Context ctx, String image)\n {\n }", "public void testGetSetImageImage() {\n\t\tassertEquals(testNormal.getImage(), new ImageIcon(\"PACMAN/smallpill.png\").getImage());\n\t\t\n\t\t//SET NEW IMAGE\n\t\ttestNormal.setImage(testImage);\n\t\tassertEquals(testNormal.getImage(), testImage);\n\t}", "public final void setImage(com.mendix.systemwideinterfaces.core.IContext context, java.lang.String image)\n\t{\n\t\tgetMendixObject().setValue(context, MemberNames.Image.toString(), image);\n\t}", "public void setImage(String ref){\n\t ImageIcon ii = new ImageIcon(this.getClass().getResource(ref));\n\t image = ii.getImage();\n\t}", "public void changeImage() {\r\n this.image = ColourDoor.image2;\r\n }", "void setImage(BufferedImage valueImage, BufferedImage BackImage);", "void setImage(Layer layer, Image image);", "public native boolean setImageAttribute(String key, String value)\n\t\t\tthrows MagickException;", "public void setImage(String image) {\n this.image = image == null ? null : image.trim();\n }", "public void setImage(String image) {\n this.image = image == null ? null : image.trim();\n }", "public static void setImg(nsIDOMElement img, String fileImageName) {\r\n img.setAttribute(HTML.ATTR_SRC, \"file://\" //$NON-NLS-1$\r\n + getAbsoluteResourcePath(fileImageName).replace('\\\\', '/'));\r\n }", "public void setImage(Image img, boolean setVisible) {\n setImage(img);\n setImageVisible(setVisible);\n }", "public void setImg() {\n\t\tif (custom) {\n\t\t\tImage img1;\n\t\t\ttry {\n\t\t\t\timg1 = new Image(new FileInputStream(\"tmpImg.png\"));\n\t\t\t\tmainAvatar.setImage(img1); // Sets main user avatar as the custom image\n\t\t\t} catch (FileNotFoundException e) {\n\t\t\t\t\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t}\n\t}", "void setImageProperty() {\n\t\t imgView.setImageResource(R.drawable.weathericon);\n\t\tMatrix matrix = new Matrix();\n\t\trotate += 30;\n\t\tif (rotate == 360) {\n\t\t\trotate = 0;\n\t\t}\n\t\tfloat centerX = imgView.getWidth() / 2;\n\t\tfloat centerY = imgView.getHeight() / 2;\n\t\tmatrix.setRotate(rotate, centerX, centerY);\n\t\t//matrix.setTranslate(10, 20);\n\t\timgView.setImageMatrix(matrix); \n\t\t//ScaleType type = ScaleType.\n\t\t\n\t\t//imgView.setScaleType(scaleType);\n\t \n\t}", "private void setPicture(BufferedImage image) {\r\n if (image != null) {\r\n int newHeight;\r\n int newWidth;\r\n if (image.getWidth() > image.getHeight()) {\r\n newWidth = jScrollPane1.getWidth();\r\n newHeight = image.getHeight() * newWidth / image.getWidth();\r\n\r\n if (newHeight > jScrollPane1.getHeight()) {\r\n int tmpWidth = newWidth;\r\n int tmpHeight = newHeight;\r\n newHeight = jScrollPane1.getHeight();\r\n newWidth = tmpWidth * newHeight / tmpHeight;\r\n }\r\n } else {\r\n newHeight = jScrollPane1.getHeight();\r\n newWidth = image.getWidth() * newHeight / image.getHeight();\r\n\r\n if (newWidth > jScrollPane1.getWidth()) {\r\n int tmpWidth = newWidth;\r\n int tmpHeight = newHeight;\r\n newWidth = jScrollPane1.getWidth();\r\n newHeight = tmpHeight * newWidth / tmpWidth;\r\n }\r\n }\r\n Image scaled = image.getScaledInstance(newWidth, newHeight, Image.SCALE_SMOOTH);\r\n photoScrollPane.setIcon(new ImageIcon(scaled));\r\n } else {\r\n photoScrollPane.setIcon(null);\r\n }\r\n }", "void setImage(Bitmap bitmap);", "public void setImage(Bitmap bitmap) {\n this.bitmap = bitmap;\n }", "public void setImage(final Image image) {\r\n getView().setImage(image);\r\n getView().setFitWidth(this.getDimension().getWidth());\r\n getView().setPreserveRatio(true);\r\n getView().setViewport(new Rectangle2D(0, 0, this.getDimension().getWidth(), this.getDimension().getHeight()));\r\n }", "public void setImg(String img) {\n this.img = img == null ? null : img.trim();\n }", "public void setImg(String img) {\n this.img = img == null ? null : img.trim();\n }", "void setImageFromFile(File imageFile);", "public void setImageView() {\n \timage = new Image(\"/Model/boss3.png\", true);\n \tboss = new ImageView(image); \n }", "private void setImage() throws FileNotFoundException {\n\t\timage = new Image(new FileInputStream(path));\n\t}", "public void setImageView(ImageView imageView){\r\n _imageView = imageView;\r\n }", "public void setImageView(ImageView imageView){\r\n _imageView = imageView;\r\n }", "public void setImageURL(String imageURL) \r\n\t{\r\n\t\t\r\n\t\tthis.imageURL = imageURL;\r\n\t\t\r\n\t}", "public void setImageView(ImageView imageView) {\r\n _imageView = imageView;\r\n }", "public void setImage(java.lang.String image) {\n\t\t_imageCompanyAg.setImage(image);\n\t}", "void setImagePath(String path);", "public void setImage(String file){ \n try {\n image = ImageIO.read(new File(file));\n } catch (IOException ex) {\n Logger.getLogger(GridSquarePanel.class.getName()).log(Level.SEVERE, null, ex);\n }\n }", "void setImageLocation(URL imageLocation) throws IOException;", "public void setImage(String path) {\n\t\timageIcon = new ImageIcon(Helper.getFileURL(path));\n\t}", "public boolean setImage(BufferedImage image) {\n this.image = image;\n boolean res = resetcontrols();\n fireRequired = true;\n return res;\n }", "public void setIcon(Icon image)\n {\n getComponent().setIcon(image);\n invalidateSize();\n }", "private void setImage(){\n if(objects.size() <= 0)\n return;\n\n IImage img = objects.get(0).getImgClass();\n boolean different = false;\n \n //check for different images.\n for(IDataObject object : objects){\n IImage i = object.getImgClass();\n \n if((img == null && i != null) || \n (img != null && i == null)){\n different = true;\n break;\n }else if (img != null && i != null){ \n \n if(!i.getName().equals(img.getName()) ||\n !i.getDir().equals(img.getDir())){\n different = true;\n break;\n }\n } \n }\n \n if(!different){\n image.setText(BUNDLE.getString(\"NoImage\"));\n if(img != null){\n imgName = img.getName();\n imgDir = img.getDir();\n image.setImage(img.getImage());\n }else{\n image.setImage(null);\n }\n }else{\n image.setText(BUNDLE.getString(\"DifferentImages\"));\n }\n \n image.repaint();\n }", "public ServerScheduledEventBuilder setImage(File image) {\n delegate.setImage(image);\n return this;\n }", "void setImageFromSpec(ImageProvider spec);", "public void setTheGreenfootImage(String value){\n theGreenfootImage = value;\n }", "public void setImage (Product product) {\n\t\t//TODO beh�ver hj�lp. hur s�tter jag mha referens till objektet bilden?\n\t\tpictureLbl.setText(\"\");\n\t\t//picLbl.setIcon(product.getImageName());\n\t\tpictureLbl.repaint();\n\t}", "public void setImageUrl(String imageUrl) {\n this.imageUrl = imageUrl;\n }", "void setImage(TokenEntry entry, @NonNull String newImage);", "public void setProfileImg() {\n }", "Builder addImage(ImageObject value);", "public void changeImageMule(){\n\t\tsetIcon(imgm);\n\t}", "public void setImageData(byte[] value) {\r\n this.imageData = ((byte[]) value);\r\n }", "public void setImageUrl(String imageUrl) {\n this.imageUrl = imageUrl;\n }", "public void setProfilePic(ParseFile image) {\n put(KEY_IMAGE, image);\n }", "public void setImage(Bitmap bitmap) {\n\t\tif (bitmap == null)\n\t\t\tthis.image = null;\n\t\telse if (this.image == null)\n\t\t\tthis.image = new Image(this.getId(), bitmap);\n\t\telse\n\t\t\tthis.image.setBitmap(bitmap);\n\t}", "public void setTurtleImage(Image turtleImage) {\n this.turtleImage = turtleImage;\n }", "public void setImage(String bitmap) {\n\t\tif (bitmap == null)\n\t\t\tthis.image = null;\n\t\telse if (this.image == null)\n\t\t\tthis.image = new Image(this.getId(), bitmap);\n\t\telse\n\t\t\tthis.image.setBitmap(bitmap);\n\t}", "public Builder setImageByHandler(com.yahoo.xpathproto.TransformTestProtos.ContentImage value) {\n if (imageByHandlerBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n imageByHandler_ = value;\n onChanged();\n } else {\n imageByHandlerBuilder_.setMessage(value);\n }\n bitField0_ |= 0x00004000;\n return this;\n }", "public void setImgUrl(String imgUrl) {\r\n this.imgUrl = imgUrl;\r\n }", "public void setHotImage (Image image) {\r\n\tcheckWidget();\r\n\tif (image != null && image.isDisposed()) error(SWT.ERROR_INVALID_ARGUMENT);\r\n\tif ((style & SWT.SEPARATOR) != 0) return;\r\n\r\n\t/* TEMPORARY CODE: remove when when FLAT tool bars are implemented */\r\n\tif ((parent.style & SWT.FLAT) != 0) setImage (image);\r\n\r\n\thotImage = image;\r\n}", "public void setImagePath(String imagePath) {\n\t\tthis.imagePath = imagePath;\n\t}", "public void setImagePath(String imagePath) {\n\t\tthis.imagePath = imagePath;\n\t}", "public void setIcon(Image i) {icon = i;}", "public void changeImage(){\n if(getImage()==storeItemImg) setImage(selected);\n else setImage(storeItemImg);\n }" ]
[ "0.82128364", "0.8071662", "0.76179385", "0.76055837", "0.7596696", "0.75941676", "0.7583361", "0.7480131", "0.7471512", "0.7471512", "0.74419236", "0.7438221", "0.7399815", "0.73925936", "0.73853207", "0.7304103", "0.7290756", "0.7201927", "0.7199228", "0.71743506", "0.7089095", "0.7089095", "0.7076014", "0.70727205", "0.70696586", "0.70435375", "0.7035309", "0.7035072", "0.70020175", "0.700122", "0.69803876", "0.69796526", "0.69703555", "0.69501215", "0.68611705", "0.6829109", "0.67995", "0.6790061", "0.677374", "0.6772884", "0.67724967", "0.67574143", "0.6747864", "0.6724667", "0.67096245", "0.6693037", "0.66868186", "0.6681698", "0.66512364", "0.6630018", "0.66296184", "0.6617651", "0.6617651", "0.66047436", "0.6586146", "0.658321", "0.65760744", "0.65637934", "0.65481997", "0.6533252", "0.65275973", "0.6490042", "0.6490042", "0.64607036", "0.64606243", "0.64396614", "0.6437272", "0.6437272", "0.64316446", "0.641745", "0.63853866", "0.6382037", "0.6381983", "0.6368847", "0.634975", "0.63417333", "0.6320557", "0.6318858", "0.6309697", "0.63067746", "0.6301035", "0.6296902", "0.62749994", "0.6258307", "0.6226486", "0.62112004", "0.6206199", "0.6179544", "0.61651117", "0.6164626", "0.6155493", "0.6144138", "0.6140897", "0.6132388", "0.6130972", "0.6126018", "0.6122301", "0.6122301", "0.6109927", "0.61069" ]
0.7436605
12
A placeholder username validation check
private boolean isUserNameValid(String username) { if (username == null) { return false; } if (username.contains("@")) { return Patterns.EMAIL_ADDRESS.matcher(username).matches(); } else { return !username.trim().isEmpty(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void validationUsername( String name ) throws Exception {\n\t\t\t if ( name != null && name.trim().length() < 3 ) {\n\t\t\t throw new Exception( \"Le nom d'utilisateur doit contenir au moins 3 caractères.\" );\n\t\t\t }\n\t\t\t}", "public boolean nameValidation(String username){\n return !(username.isEmpty() || !username.matches(\"[a-zA-Z0-9_-]+\"));\n }", "private boolean checkUsername() {\n if(getUsername.getText().compareTo(\"\") != 0) { return true; }\n else {\n errorMessage.setText(\"Please enter a username.\");\n return false;\n }\n }", "private boolean isUserNameValid(String username) {\n if (username == null) {\n return false;\n } else {\n return !username.trim().isEmpty();\n }\n }", "public boolean checkUsername(String user) {\n\n }", "private void validationUsername( String username ) throws Exception {\n\n if ( username.length() < 4 ) {\n throw new Exception( \"Longueur du nom d'utilisateur invalide.\" );\n }\n if ( username == null ) {\n throw new Exception( \"Merci de saisir un nom d'utilisateur valide.\" );\n }\n }", "@Test\n void returnsTrueIfOnlyLetters() {\n Assertions.assertTrue(new UserValidator().isValidUsername(null));\n }", "public static String checkUsername(String in) {\n\t\tif (in.isEmpty())\r\n\t\t\treturn \"Username is empty\";\r\n\t\telse {\r\n\t\t\tPattern passPat = Pattern.compile(\"\\\\w*\");\r\n\t\t\tMatcher matchpass = passPat.matcher(in);\r\n\t\t\tif (!matchpass.matches()) {\r\n\t\t\t\treturn \"The username must only contain character and numeric\";\r\n\t\t\t} else\r\n\t\t\t\treturn null;\r\n\t\t}\r\n\t}", "@Override\n\tpublic int validateUsername(User u) {\n\t\treturn 0;\n\t}", "private Boolean isValidUsername(String username){\n return (username != null) && (username.length() >= 5 && username.length() <= 16);\n }", "private boolean isUserNameValid(String username) {\r\n if (username == null) {\r\n return false;\r\n }\r\n if (username.contains(\"@\")) {\r\n return Patterns.EMAIL_ADDRESS.matcher(username).matches();\r\n } else {\r\n return !username.trim().isEmpty();\r\n }\r\n }", "public boolean isUserNameValid(String username) {\n return TextUtils.isEmpty(username);\n }", "public void validateUserName(String name) {\n\t\ttry {\n\t\t\tAssert.assertTrue(userName.getText().equalsIgnoreCase(\"Hi \"+name),\"Username is correctly displayed\");\n\t\t\tLog.addMessage(\"Username correctly displayed\");\n\t\t}catch(Exception e) {\n\t\t\tLog.addMessage(\"Validation of User Login is failed\");\n\t\t\tLog.addMessage(e.getMessage().toString());\n\t\t\tAssert.assertTrue(false, \"Failed to validate User Login\");\n\t\t}\n\t}", "public boolean validateUserName(String name)\n\t{\n\t\tif (username.getText().length() < MIN_USERNAME_LENGTH)\n\t\t{\n\t\t\tsetWarning(\"username too short\");\n\t\t\treturn false;\n\t\t}\n\n\t\tif (!name.matches(\"^[a-zA-Z0-9]*$\"))\n\t\t{\n\t\t\tsetWarning(\"invalid username\");\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t}", "@When(\"^user should enter the valid username in the loginpage$\")\n\tpublic void user_should_enter_the_valid_username_in_the_loginpage() throws Throwable {\n\t inputValuestoElement(pa.getAp().getUsernamedisplay(), \"Srini1010\");\n\t}", "@Override\n\tpublic void validateUserName(String name) throws UserException {\n\t\t\n\t}", "protected void validateJitterUsername(final String username) {\n Assert.notNull(username, VALUE_NOT_NULL);\n Assert.isTrue((username.length() >= VALIDATION_USERNAME_SIZE_MIN) &&\n (username.length() <= VALIDATION_USERNAME_SIZE_MAX), VALIDATE_NOTE_USERNAME_SIZE);\n }", "@Test(expected = IllegalArgumentException.class)\n public void test_getByUsername_usernameEmpty() throws Exception {\n instance.getByUsername(TestsHelper.EMPTY_STRING);\n }", "boolean hasUsername();", "boolean hasUsername();", "boolean hasUsername();", "boolean hasUsername();", "boolean hasUsername();", "boolean hasUsername();", "private boolean isValidUsername(EditText edtDisplayName) {\n boolean isValid = edtDisplayName.getText().length() != 0;\n\n if (!isValid) {\n edtDisplayName.setError(getString(R.string.required_field));\n }\n\n return isValid;\n }", "public abstract boolean checkUser(String username);", "public void testvalidateUserName0001()\n\t{\n\t\tLoginCheck loginCheckTest = new LoginCheck();\n\t\t\n\t\tassertFalse(loginCheckTest.validateUserName(\"usrnm\"));\n\t}", "public boolean testUser(){\n VallidateUserName validator = new VallidateUserName();\n return validator.isValidUser(UserName);\n }", "private boolean checkUsername(String newUsername, Label label)\n {\n label.setText(\"\");\n\n if(newUsername.length() == 0){\n label.setText(\"Please choose a username \");\n return false;\n }\n for(Account account : getListOfAccounts()){\n if(newUsername.equals(account.getUsername())){\n label.setText(\"This field is already taken by another account. Please choose another username\");\n return false;\n }\n }\n return true;\n }", "private boolean validateUsername() {\n // Get doctor's username\n EditText doctorUsername = (EditText) rootView.findViewById(R.id.doctorField);\n String doctorUsernameString = doctorUsername.getText().toString();\n // Query on server using that username\n try {\n String query = String.format(\"select `username` from `user` inner join `doctor` on user.id=doctor.userid where username='%s'\", doctorUsernameString); // query to check username existence\n Document document = Jsoup.connect(Constants.SERVER + query).get();\n String queryJson = document.body().html();\n if (queryJson.equals(\"0\")) { // Username not existed\n return false;\n }\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n // Get patient's username\n EditText patientUsername = (EditText) rootView.findViewById(R.id.patientField);\n String patientUsernameString = patientUsername.getText().toString();\n // Query on server using that username\n try {\n String query = String.format(\"select `username` from `user` inner join `patient` on user.id=patient.userid where username='%s'\", patientUsernameString); // query to check username existence\n Document document = Jsoup.connect(Constants.SERVER + query).get();\n String queryJson = document.body().html();\n if (queryJson.equals(\"0\")) { // Username not existed\n return false;\n }\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n return true;\n }", "public boolean userNameExist(String username);", "public void testvalidateUserName0003()\n\t{\n\t\tLoginCheck loginCheckTest = new LoginCheck();\n\t\t\n\t\tassertFalse(loginCheckTest.validateUserName(\"username test greater than\"));\n\t}", "public String validateUser(String un) {\n\t\tUser checkForUser = userDao.findByUsername(un);\n\t\tif (checkForUser != null) {\t\t\t\t\t//user exists\n\t\t\treturn \"That username already exists\";\n\t\t}\n\t\telse {\n\t\t\t//validate username\n\t\t\tif(!User.isValidUsername(un)) {\n\t\t\t\treturn \"Username must be between 5 and 11 characters and contain 1 alpha\";\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}", "private static Boolean testUsername(String username){\n\t\t//Setting Up Regex -> All Numbers and Letters maximum 14 signs\n\t\tString pattern =\"[A-z1-9]{2,14}\";\n\t\tPattern p = Pattern.compile(pattern);\n\t\tMatcher m = p.matcher(username);\n\t\t\t\n\t\tif(m.matches() && !username.isEmpty()){\n\t\t\treturn true;\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t}", "public Boolean isUsernameExist(String username);", "public void validateUserName(FacesContext context, UIComponent validate, Object value){\n\t\tcheckHibernateAnnotations(context, validate, value);\t\t\t\t\n\t\tString username=(String)value;\n\t\tif (!isUsernameAvailable(username)) {\n\t\t\tFacesMessage msg = new FacesMessage(\"ice username already taken\");\n\t\t\tcontext.addMessage(validate.getClientId(context), msg);\n\t\t\tusernameValid=false;\n\t\t}else usernameValid=true;\n\t}", "public static boolean validateUsername(String username) {\n CharSequence inputStr = username;\n Pattern pattern = Pattern.compile(\"^[a-zA-Z0-9_-]*$\");\n Matcher matcher = pattern.matcher(inputStr);\n return matcher.matches();\n }", "boolean isUsernameExist(String username);", "public void validateUsername() throws InvalidUserException\n\t{\n\t\tif (username.length() < MIN_USERNAME_LENGTH)\n\t\t\tthrow new InvalidUserException(\"Username must be \" + MIN_USERNAME_LENGTH + \" characters long\");\n\t\tif (!validateCharacters(username, VALID_CHARS_USERNAME))\n\t\t\tthrow new InvalidUserException(\"Invalid characters in username.\");\n\t\tif (username.equalsIgnoreCase(GAMEMANAGER))\n\t\t\tthrow new InvalidUserException(GAMEMANAGER + \" cannot be a player.\");\n\n\t}", "@Test\n public void usernameValid() {\n User user = new User( \"id\", \"firstName\", \"lastName\", \"username\", \"password\");\n\n Assertions.assertNotEquals(\"\", user.getUsername());\n Assertions.assertNotEquals(null, user.getUsername());\n }", "private void validate(String name) {\r\n /*\r\n Check to make sure that name is not blank and as a size of at least three characters and does not contain any spaces\r\n constant for min username chars.\r\n */\r\n final int MIN_USERNAME_CHARS = 3;\r\n if (name.isEmpty() || name.length() < MIN_USERNAME_CHARS || name.contains(\" \")) {\r\n // if so, show error message box\r\n showError(\"You must have a name at least \" + MIN_USERNAME_CHARS + \" characters long and have no spaces.\", \"Error\");\r\n } else {\r\n // set the host name\r\n Preferences.getInstance().setHostName(name);\r\n Preferences.getInstance().save();\r\n // close the window\r\n close();\r\n }\r\n }", "boolean hasUserName();", "private boolean checkChangeUsernameValidity(String newUsername)\n {\n return (!newUsername.equals(\"\") && !newUsername.equals(controllerComponents.getAccount().getUsername()));\n }", "public static Boolean checkUsername(String username){\n\t\t//String username = txtUsername.getText();\n\t\t//System.out.println(username);\n\t\treturn (username.equals(\"Admin\"));\n\t}", "@Override\n public void displayInvalidUser() {\n Toast.makeText(this, \"Username cannot be blank or contain $\", Toast.LENGTH_LONG).show();\n }", "@Test\n public void testInvalidUsernameLessThan4Characters() {\n username = username.substring(0, 3);\n assert username.length() <= 3;\n registerUser(username, password);\n assertNull(userService.getUser(username));\n }", "public void testvalidateUserName0002()\n\t{\n\t\tLoginCheck loginCheckTest = new LoginCheck();\n\t\t\n\t\tassertTrue( loginCheckTest.validateUserName(\"username test\"));\n\t}", "@Test\n\tpublic void testValidateUsernameEmail() {\n\n\t\tassertTrue(ValidationUtil.validate(\"[email protected]\", Validate.username_valid));\n\t\tassertTrue(ValidationUtil.validate(\"[email protected]\", Validate.username_valid));\n\t\tassertTrue(ValidationUtil.validate(\"[email protected]\", Validate.username_valid));\n\t\tassertTrue(ValidationUtil.validate(\"[email protected]\", Validate.username_valid));\n\n\t\tassertFalse(ValidationUtil.validate(\"test4\", Validate.username_valid));\n\t\tassertFalse(ValidationUtil.validate(\"@com\", Validate.username_valid));\n\t\tassertFalse(ValidationUtil.validate(\"com@\", Validate.username_valid));\n\t}", "public boolean checkGoodName(Object bean, ValidatorAction va, Field field,\r\n\t\t\tActionMessages messages, HttpServletRequest request) {\r\n\r\n\t\tMemberForm memForm = (MemberForm)bean;\r\n\t\tString username = memForm.getMemberUserName();\r\n\r\n\r\n\t\ttry {\r\n\t\t\tStringUtil.checkGoodName(username);\r\n\t\t} catch (BadInputException e) {\r\n\t\t\tmessages.add(field.getKey(), Resources.getActionMessage(request,\r\n\t\t\t\t\tva, field));\r\n\t\t\tlogger.error(e.getMessage());\r\n\t\t}\r\n\r\n\t\tString unActivatePattern = sysProp.getValue(\"DEFAULT_USERNAME_PATTERN\");\r\n\r\n\t\tboolean validName = true;\r\n\t\tStringTokenizer st = new StringTokenizer(unActivatePattern, \",\");\r\n\t\twhile (st.hasMoreTokens()) {\r\n\t\t\tif (username.startsWith(st.nextToken())) {\r\n\t\t\t\tvalidName = false;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (!validName) {\r\n\t\t\tmessages.add(field.getKey(), Resources.getActionMessage(request,\r\n\t\t\t\t\tva, field));\r\n\t\t}\r\n\r\n\t\treturn messages.isEmpty();\r\n\t}", "public static boolean isUsernameValid(String username) {\n if (username.length() > 50) { \n return false;\n } else { \n char c;\n int count = 1; \n for (int i = 0; i < username.length(); i++) {\n c = username.charAt(i);\n if (!Character.isLetterOrDigit(c)) { \n return false;\n }\n // If the character is a space\n else if (c == ' '){ \n return false;\n }\n else if (Character.isDigit(c)) {\n count++;\n if (count > 6) { \n return false;\n } \n }\n }\n }\n return true;\n }", "@Test\r\n\tpublic void testUserNameEmpty() {\r\n\t\tAccountTransferRequest accountTransferRequest = new AccountTransferRequest();\r\n\t\taccountTransferRequest.setUsername(\"\");\r\n\t\taccountTransferRequest.setPassword(VALID_PASSWORD);\r\n\t\taccountTransferRequest.setSenderAccount(VALID_SENDER_ACCOUNT_NUMBER);\r\n\t\taccountTransferRequest.setReceiverAccount(VALID_RECEIVER_ACCOUNT_NUMBER);\r\n\t\taccountTransferRequest.setTransferAmount(400.0);\t\t\r\n\t\ttry {\r\n\t\t\ttransferValidationUnit.validate(accountTransferRequest);\r\n\t\t\tAssert.fail(\"Exception_Expected\");\r\n\t\t} catch (ValidationException exception) {\r\n\t\t\tAssert.assertNotNull(exception);\r\n\t\t\tAssert.assertEquals(\"UserName_Cannot_Be_Null_Or_Empty\", exception.getMessage());\r\n\r\n\t\t}\r\n\t}", "public void checkUsername(ActionEvent actionEvent) {\n String temp= ClientAPI.getForgetPassword(username.getText());\n if(temp==null){\n userExist.setVisible(true);\n } else{\n userExist.setVisible(false);\n question.setText(temp.substring(0, temp.indexOf(\"|\")));\n help=temp.substring(temp.indexOf(\"|\")+1, temp.lastIndexOf(\"|\"));\n password.setText(temp.substring(temp.lastIndexOf(\"|\")+1));\n question.setVisible(true);\n }\n }", "private boolean isUsernameOrEmailValid(String usernameOrEmail)\n {\n return usernameOrEmail.length() > MagazzinoService.getUsernameOrEmailMinLength(this);\n }", "public void validateName(Player player) {\n String originalName = player.name;\n player.name = Text.cleanName(player.name);\n if (!originalName.equals(player.name) || player.name.length() > config.maxNameLength) {\n //name cannot be blank so then replace it with some random name\n if (player.name.replace(\" \", \"\").isEmpty()) {\n player.name = pickFreeName();\n }\n }\n }", "public static String createUsername() {\r\n\t\tboolean complete = false;\r\n\t\tString username = \"\";\r\n\t\t\r\n\t\twhile(complete == false) {\r\n\t\t\tSystem.out.println(\"Please type a username (no spaces):\");\r\n\t\t\tusername = scan.nextLine();\r\n\t\t\t//us.checkExit(username);\r\n\t\t\t\r\n\t\t\tif(us.checkUniqueUsername(username) == false) {\r\n\t\t\t\tSystem.out.println(\"Username is taken, try again, partner.\");\r\n\t\t\t\tcontinue;\r\n\t\t\t} else if(username.contains(\" \")) {\r\n\t\t\t\tSystem.out.println(\"Invalid username - contains space(s)\");\r\n\t\t\t\tcontinue;\r\n\t\t\t}\r\n\t\t\tcomplete = true;\r\n\t\t}//While1\r\n\t\t\r\n\t\treturn username;\r\n\t}", "static boolean checkUserName(String userName) {\n\t\ttry {\n\t\t\tfor (char c : userName.toCharArray()) {\n\t\t\t\tif ((c <= '9' && c >= '0') || (c >= 'A' && c <= 'Z')\n\t\t\t\t\t\t|| (c >= 'a' && c <= 'z')) {\n\n\t\t\t\t} else {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\n\t\t\t}\n\t\t} catch (NullPointerException e) {\n\t\t\t// TODO: handle exception\n\n\t\t}\n\n\t\treturn true;\n\t}", "public boolean isUserNameContainsRestrictedWord(String username);", "@Test\n public void testInvalidUserName() {\n mDevice.findObject(By.res(BASIC_SAMPLE_PACKAGE, \"username_edit_text\"))\n .setText(INVALID_USERNAME_TO_BE_TYPED);\n mDevice.findObject(By.res(BASIC_SAMPLE_PACKAGE, \"password_edit_text\"))\n .setText(PASSWORD_TO_BE_TYPED);\n mDevice.findObject(By.res(BASIC_SAMPLE_PACKAGE, \"login_button\"))\n .click();\n\n }", "@Test\n\tvoid shouldFindUserWithIncorrectUsername() throws Exception {\n\t\tUser user = this.userService.findUserByUsername(\"antonio98\");\n\t\tAssertions.assertThat(user.getUsername()).isNotEqualTo(\"fernando98\");\n\t}", "static String validate(String username_or_password) {\r\n if (username_or_password.indexOf('\\'') != -1) {\r\n throw new IllegalArgumentException(\"invalid input: \" + username_or_password);\r\n }\r\n return username_or_password;\r\n }", "@Test(priority = 4)\n public void emptyUsernameLogin() {\n Login login = new Login(driver, wait);\n login.LoginMethod(login);\n login.typeCredentials(login.emailLabel, \"\");\n login.typeCredentials(login.passwordLabel, correctPassword);\n login.click(login.submitBtn);\n login.checkElementDisplayed(login.errorBox);\n login.checkErrorMessageMatching(login.errorBox,emptyUsernameError);\n }", "@Test(expected = IllegalArgumentException.class)\n public void test_getByUsername_usernameNull() throws Exception {\n instance.getByUsername(null);\n }", "public boolean validateUsernameExist(String username) {\n return userRepository.findUsername(username);\n }", "public static String userNameValid(String name){\n return \"select u_name from users having u_name = '\" + name + \"'\";\n }", "@Override\n\t\t\tpublic void onTextChanged(CharSequence s, int start, int before, int count) {\n\t\t\t\tif(!TextUtils.isEmpty(et_username.getText()))\n\t\t\t\t{\n\t\t\t\t\ttv_errortip_username.setVisibility(View.INVISIBLE);\n\t\t\t\t}\n\t\t\t\telse\n\t\t\t\t{\n\t\t\t\t\ttv_errortip_username.setText(\"*用户名输入不能为空\");\n\t\t\t\t\ttv_errortip_username.setVisibility(View.VISIBLE);\n\t\t\t\t}\n\t\t\t}", "public boolean askForUsername()\r\n\t{\r\n\t\tboolean nameEntered = true;\r\n\r\n\t\tTextInputDialog dialog = new TextInputDialog();\r\n\t\tdialog.setTitle(\"Nom d'utilisateur\");\r\n\t\tdialog.setHeaderText(null);\r\n\t\tdialog.setContentText(\"Entrer un nom d'utilisateur:\");\r\n\t\tOptional<String> result = dialog.showAndWait();\r\n\t\tif (result.isPresent())\r\n\t\t{\r\n\t\t\ttextFieldNomUtilisateur.setText(result.get());\r\n\t\t} else\r\n\t\t{\r\n\t\t\tnameEntered = false;\r\n\t\t}\r\n\r\n\t\treturn nameEntered;\r\n\t}", "public static void usernameValidation(String username, UserDAO userDAO) throws Exception {\n if (username != null) {\n if (username.length() < MIN_LENGTH_USERNAME || username.length() > MAX_LENGTH_USERNAME) {\n throw new Exception(\"The username must be at least \" + MIN_LENGTH_USERNAME + \" and no more than \" + MAX_LENGTH_USERNAME + \" characters long\");\n }\n\n if (userDAO.exist(username)) {\n throw new Exception(\"The username already exists\");\n }\n } else {\n throw new Exception(\"The username is required\");\n }\n }", "private boolean isNameValid(String name) {\n\n }", "private static boolean checkUsernameAvailable(String username) {\n if (username.length() <= 6) {\n return false; // Username too short.\n } else {\n if (!patients.isEmpty()) {\n for (Patient patient : patients\n ) {\n if (patient.getUserName().equals(username)) {\n return false; // Username already added for patient.\n }\n }\n for (Medic medic : medics\n ) {\n if (medic.getUserName().equals(username)) {\n return false; // Username already added for patient.\n }\n }\n }\n\n }\n return true;\n }", "public boolean findValidUsername(String username) {\n if (allUserNames.isEmpty()) {\n return true;\n }\n for (String s: allUserNames) {\n if(s.equals(username)) {\n return false;\n }\n }\n return true;\n }", "public static void isValidNameOnCreditCard(String userInput) {\n\t\tif (!userInput.matches(\"^(?!.* )[a-zA-Z ]+$\")) {\n\t\t\tthrow new IllegalArgumentException(\"You must enter your name as it appears on the card. Please try again:\");\n\t\t}\n\t}", "public void checkUsernameExist() {\n\n try {\n BLUser bluser = new BLUser();\n User user = new User();\n\n ResultSet rs = bluser.selectUserIdFromUsername(txt_username.getText());\n\n user.setUsername(txt_username.getText());\n bluser.setUser(user);\n\n if (bluser.checkUsernameExist()) {\n \n populateDataOnTable();\n }// end if\n else {\n JOptionPane.showMessageDialog(rootPane, \"Invalid username!\");\n }// end else \n\n }// end try\n catch (Exception ex) {\n JOptionPane.showMessageDialog(null, ex.getMessage(), \"Exception\", JOptionPane.INFORMATION_MESSAGE);\n }//end catch\n }", "@Override\n public boolean checkUsername (User user) {\n String username = user.getUsername();\n User userEx = findByUserName(username);\n return userEx != null;\n }", "@When(\"^user enters \\\"([^\\\"]*)\\\" in username field$\")\r\n public void user_enters_in_username_field(String arg1) throws Throwable {\n throw new PendingException();\r\n }", "private String checkName(String name){\n\n if(name.isBlank()){\n name = \"guest\";\n }\n int i = 1;\n if(users.contains(name)) {\n while (users.contains(name + i)) {\n i++;\n }\n name+=i;\n }\n return name;\n }", "public void checkForTempUsername() {\r\n\t\t// get my profile, and check for a default username\r\n\t\tUserProfile userProfile = authenticationController.getCurrentUserProfile();\r\n\t\tif (userProfile != null && DisplayUtils.isTemporaryUsername(userProfile.getUserName())) {\r\n\t\t\tgotoChangeUsernamePlace();\r\n\t\t} else {\r\n\t\t\tgoToLastPlace();\r\n\t\t}\r\n\t}", "@When(\"^The user enter the username$\")\n\tpublic void the_user_enter_the_username() throws Throwable {\n\t\t\n\t lpw.username_textbox();\n\t}", "private boolean validInput() throws SQLException {\n if (userNameField.getText().length() == 0) {\n displayMessage(messagePane, \"Name cannot be empty\", true);\n return false;\n }\n else if (userNameField.getText().length() == 1) {\n displayMessage(messagePane, \"Name cannot be empty\", true);\n return false;\n }\n else if (!isAllLetters(userNameField.getText())) {\n displayMessage(messagePane, \"Names must be all letters\", true);\n return false;\n }\n else if (!(userNameField.getText().contains(\" \")) || userNameField.getText().charAt(0) == ' ') {\n displayMessage(messagePane, \"Name must consist of two words\", true);\n return false;\n }\n else if (!(emailField.getText().contains(\"@\"))) {\n displayMessage(messagePane, \"Invalid email\", true);\n return false;\n }\n else if (DatabaseManager.isEmailTaken(user.getDatabaseConnection(), emailField.getText()) && !(emailField.getText().equals(user.getUser().getEmail()))){\n displayMessage(messagePane, \"Email is used before\", true);\n return false;\n }\n else {\n displayMessage(messagePane,\"Changes are saved\", false);\n return true;\n }\n }", "private void validationNom(String nameGroup) throws FormValidationException {\n\t\tif (nameGroup != null && nameGroup.length() < 3) {\n\t\t\tSystem.out\n\t\t\t\t\t.println(\"Le nom d'utilisateur doit contenir au moins 3 caractères.\");\n\t\t\tthrow new FormValidationException(\n\t\t\t\t\t\"Le nom d'utilisateur doit contenir au moins 3 caractères.\");\n\t\t}\n\n\t\t// TODO checker si le nom exist pas ds la bdd\n\t\t// else if (){\n\t\t//\n\t\t// }\n\t}", "private String extractUsername() {\n return SwingUtil.extract(usernameJTextField, Boolean.TRUE);\n }", "@Test\n public void testIsEmptyValidName() {\n FieldVerifier service = new FieldVerifier();\n String name = \"\";\n boolean result = service.isValidName(name);\n assertEquals(false, result);\n }", "public void setUsername(java.lang.CharSequence value) {\n this.username = value;\n }", "public Map<Boolean, Set<String>> checkUsername(String username) throws UserNameException;", "public boolean isUsernameValid(String username) {\n\t\tSession session=sessionFactory.getCurrentSession();\n\t\tUser user=(User)session.get(User.class, username);//select * from user where username=?\n\t\tif(user!=null)\n\t\t\treturn false; //duplicate username, invalid\n\t\telse\n\t\t\treturn true;\n\t}", "private void emailExistCheck() {\n usernameFromEmail(email.getText().toString());\n }", "private static boolean validName(String name) {\n return name != null && !name.strip().isBlank();\n }", "@Test\r\n\tpublic void testNameValid() {\r\n\t\tassertTrue(Activity5Query.isNameCorrect(\"JANE\"));\r\n\t\tassertTrue(Activity5Query.isNameCorrect(\"John\"));\r\n\t\tassertTrue(Activity5Query.isNameCorrect(\"Mary\"));\r\n\t\tassertTrue(Activity5Query.isNameCorrect(\" Kurisu\"));\r\n\t\tassertTrue(Activity5Query.isNameCorrect(\"Bond \"));\r\n\t}", "public String checkUsername() {\n String username = \"\"; // Create username\n boolean isOK = true; // Condition loop\n\n while (isOK) {\n username = checkEmpty(\"Account\"); // Call method to check input of username\n boolean isExist = false; // Check exist username\n for (Account acc : accounts) {\n // If username is exist, print out error\n if (username.equals(acc.getUsername())) {\n System.out.println(\"This account has already existed\");\n System.out.print(\"Try another account: \");\n isExist = true;\n }\n }\n // If username not exist then return username\n if (!isExist) {\n return username;\n }\n }\n return username; // Return username\n }", "public void validateNameField() {\n\t\tif (nameField.getText().length() > 0) {\n\t\t\ttimeToPick.setEnabled(true);\n\t\t\tif (nameField.getText().length() > 24) {\n\t\t\t\tnameField.setText(nameField.getText().substring(0, 24));\n\t\t\t}\n\t\t\ttimeToPick.putClientProperty(\"playerName\", nameField.getText());\n\t\t} else {\n\t\t\ttimeToPick.setEnabled(false);\n\t\t}\n\t}", "@Test\n\t\tpublic void givenFirstLetterSmall_CheckForValidation_ReturnFalse() {\n\t\t\tboolean result = ValidateUserDetails.validateFirstName(\"priya\");\n\t\t\tAssertions.assertFalse(result);\n\t\t}", "@When(\"^user enters \\\"([^\\\"]*)\\\" in Username field$\")\r\n public void user_enters_in_Username_field(String arg1) throws Throwable {\n throw new PendingException();\r\n }", "boolean isUser(String username);", "public boolean checkUserName(TextField userName) {\n String userNameSQL = \"SELECT * FROM user WHERE user_name = ? \";\n ResultSet rsUser;\n boolean username_exists = false;\n\n\n try {\n\n PreparedStatement userPST = connection.prepareStatement(userNameSQL);\n userPST.setString(1, userName.getText());\n rsUser = userPST.executeQuery();\n\n if (rsUser.next()) {\n username_exists = true;\n outputText.setStyle(\"-fx-text-fill: #d33232\");\n outputText.setText(\"Username Already Exists\");\n }\n\n } catch (SQLException throwables) {\n throwables.printStackTrace();\n }\n\n return username_exists;\n\n }", "@Test\r\n\tpublic void testNameInvalid() {\r\n\t\tassertFalse(Activity5Query.isNameCorrect(\"\"));\r\n\t\tassertFalse(Activity5Query.isNameCorrect(\"*\"));\r\n\t\tassertFalse(Activity5Query.isNameCorrect(\"-\"));\r\n\t\tassertFalse(Activity5Query.isNameCorrect(\"0-\"));\r\n\t\tassertFalse(Activity5Query.isNameCorrect(\"324tggs\"));\r\n\t\tassertFalse(Activity5Query.isNameCorrect(\"-feioj\"));\r\n\t\tassertFalse(Activity5Query.isNameCorrect(\"/\"));\r\n\t\tassertFalse(Activity5Query.isNameCorrect(\"@\"));\r\n\t\tassertFalse(Activity5Query.isNameCorrect(\" \"));\r\n\t}", "public String valiationOfUsernameField()\n\t{\n\t\twaitForVisibility(validationUsername);\n\t\treturn validationUsername.getText();\n\t}", "public static void printUsername() {\n\t\tSystem.out.println(\"Enter the username\");\n\t\tString username = Utility.SCANNER.nextLine();\n\t\tint length = username.length();\n\t\tif(length > 3) {\n\t\t\tSystem.out.println(\"Hello \"+username+\", How are you?\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"Invalid username\");\n\t\t}\n\t}", "private boolean validateInput() {\n String username = editUsername.getText().toString().trim();\n String email = editEmail.getText().toString().trim();\n String password = editPassword.getText().toString().trim();\n String repeatPassword = editRepeatPassword.getText().toString().trim();\n if (!password.equals(repeatPassword)) {\n ShowMessageUtil.tosatSlow(\"Enter passwords differ\", EmailRegisterActivity.this);\n return false;\n } else if (username.equals(\"\") || email.equals(\"\") || password.equals(\"\")) {\n ShowMessageUtil.tosatSlow(\"every item can not be empty!\", EmailRegisterActivity.this);\n return false;\n }\n if (username.length()>10){\n ShowMessageUtil.tosatSlow(\"the character length of the username can't be over than 10\", EmailRegisterActivity.this);\n return false;\n }\n return true;\n }", "void checkUserName() {\n usernameChecked = false;\n signInUpController.checkUserName(userNameText.getText().toString(), new OnTaskListeners.Bool() {\n @Override\n public void onSuccess(Boolean result) {\n usernameChecked = true;\n if (result)\n uniqueUsername = false;\n else\n uniqueUsername = true;\n\n\n }\n });\n }", "private boolean checkExistingUsername(String username) {\n boolean existingUsername = false;\n User user = userFacade.getUserByUsername(username);\n if (user != null) {\n existingUsername = true;\n }\n return existingUsername;\n }", "private boolean isValidInput() {\n if (null == mUsername || mUsername.length() <= 0) {\n return false;\n } else if (null == mPassword || mPassword.length() <= 0) {\n return false;\n }\n return true;\n }" ]
[ "0.7849542", "0.7849396", "0.7819781", "0.77629966", "0.7706821", "0.7644859", "0.7644093", "0.75003207", "0.7492363", "0.74224", "0.74025446", "0.7390685", "0.732196", "0.731361", "0.725514", "0.72435474", "0.72268194", "0.71664065", "0.71605", "0.71605", "0.71605", "0.71605", "0.71605", "0.71605", "0.7119152", "0.7110687", "0.70754784", "0.7046699", "0.70153815", "0.70028746", "0.6980875", "0.69688976", "0.69585997", "0.6929602", "0.68908995", "0.68881625", "0.68878347", "0.6881641", "0.68770164", "0.68743306", "0.68327165", "0.68138266", "0.67801017", "0.6774853", "0.673973", "0.6725212", "0.67200464", "0.67077327", "0.6646006", "0.6645079", "0.66325104", "0.66064566", "0.6603051", "0.6602771", "0.6598662", "0.6583124", "0.65821797", "0.65807635", "0.6577347", "0.65763575", "0.65644646", "0.6559473", "0.65558285", "0.6553776", "0.654913", "0.65454143", "0.65448064", "0.65328544", "0.65030867", "0.6500949", "0.6489097", "0.6484224", "0.6473181", "0.64511234", "0.6444202", "0.64364564", "0.6435106", "0.6420506", "0.6415471", "0.64134157", "0.6405286", "0.6401913", "0.639538", "0.63911974", "0.6390092", "0.6377477", "0.63756526", "0.6373142", "0.6365701", "0.63566244", "0.63446796", "0.6341089", "0.63265014", "0.63251287", "0.632279", "0.6319685", "0.63072187", "0.6289718", "0.62802327", "0.62738955" ]
0.73687553
12
A placeholder password validation check
private boolean isPasswordValid(String password) { return password != null && password.trim().length() > 5; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic boolean validatePassword(String arg0, String arg1) {\n\t\treturn false;\r\n\t}", "private boolean isPasswordValid(String password) {\n return password.length() > 0;\r\n }", "boolean getPasswordValid();", "protected void validatePassword(){\n //Only Checking For Word Type Password With Minimum Of 8 Digits, At Least One Capital Letter,At Least One Number,At Least One Special Character\n Boolean password = Pattern.matches(\"^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9](?=.*[!@#$%^&*()])).{8,}$\",getPassword());\n System.out.println(passwordResult(password));\n }", "private boolean isPasswordValid(String password) {\n return true;\n }", "private boolean isPasswordValid(String password) {\n return true;\n }", "private boolean checkPassword() {\n String password = Objects.requireNonNull(password1.getEditText()).getText().toString();\n\n return password.length() >= 8 && ContainSpecial(password) && noUpper(password);\n }", "public boolean validatePassword() {\r\n\t\tif (txtPassword.getValue() == null || txtPassword.getValue().length() == 0 || !txtPassword.getValue().equals(txtRetypePassword.getValue()))\r\n\t\t\treturn false;\r\n\t\treturn true;\r\n\t}", "boolean hasPassword();", "boolean hasPassword();", "boolean hasPassword();", "boolean hasPassword();", "boolean hasPassword();", "boolean hasPassword();", "boolean hasPassword();", "boolean hasPassword();", "private void validatePassword() {\n mPassWordValidator.processResult(\n mPassWordValidator.apply(binding.registerPassword.getText().toString()),\n this::verifyAuthWithServer,\n result -> binding.registerPassword.setError(\"Please enter a valid Password.\"));\n }", "private boolean isPasswordValid(String password){\n return password.length() > 2; //mot de passe de longueur sup à 2\n }", "void validatePassword(String usid, String password) throws Exception;", "private boolean isPasswordValid(String password)\n {\n return password.length() > MagazzinoService.getPasswordMinLength(this);\n }", "private boolean isPasswordValid(String password) {\n return password.length() >= 1;\n }", "private boolean checkPassword(){\n Pattern p = Pattern.compile(\"^[A-z0-9]*$\");\n Matcher m = p.matcher(newPass.getText());\n boolean b = m.matches();\n if(newPass.getText().compareTo(repeatPass.getText()) != 0 || newPass.getText().isEmpty() || repeatPass.getText().isEmpty()){\n repeatPass.setBackground(Color.red);\n JOptionPane.showMessageDialog(null, \"Password Error\");\n return false;\n }\n else if(newPass.getText().length() > 10 || b == false){\n newPass.setBackground(Color.red);\n JOptionPane.showMessageDialog(null, \"Password Error\");\n return false;\n }\n newPass.setBackground(Color.green);\n repeatPass.setBackground(Color.green);\n return true;\n }", "public void testIncorrectPassword() {\n Password p = new Password(\"jesus\".toCharArray());\n assertFalse(p.checkPassword(\"buddha\".toCharArray()));\n }", "@Test\r\n\tpublic void testIsValidPasswordSuccessful()\r\n\t{\r\n\t\tassertTrue(PasswordCheckerUtility.isValidPassword(\"#SuperMan1\"));\r\n\t}", "boolean hasPassword2();", "@Test\n public void testPasswordLowerBound()\n {\n String valid = repeatM(8);\n owner.setPassword(valid);\n assertEquals(0, validator.validate(owner).size());\n }", "public static boolean checkPassword (String password) throws UserRegistrationException{\n check = Pattern.compile(\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[!@#$%^&*()_+=-]?){8,}.*$\").matcher(password).matches();\n if (check) {\n return true;\n } else {\n throw new UserRegistrationException(\"Enter a valid password\");\n }\n }", "private void passwordvalidation( String password ) throws Exception {\r\n if ( password != null ) {\r\n if ( password.length() < 6 ) {\r\n throw new Exception( \"Le mot de passe doit contenir au moins 6 caracteres.\" );\r\n }\r\n } else {\r\n throw new Exception( \"Merci de saisir votre mot de passe.\" );\r\n }\r\n }", "@Test\n public void testIsValidPassword() {\n System.out.println(\"isValidPassword\");\n String input = \".%6gwdye\";\n boolean expResult = false;\n boolean result = ValidVariables.isValidPassword(input);\n assertEquals(expResult, result);\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\r\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\r\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\r\n }", "private boolean isPasswordValid(String password) {\n //TODO: Replace this with your own logic\n return password.length() > 0;\n }", "boolean isMatchPassword(Password toCheck) throws NoUserSelectedException;", "private boolean isPasswordValid(String password) {\n if(password.length() < 4){\n TextView tv = findViewById(R.id.wrongPassError);\n tv.setText(getResources().getString(R.string.error_invalid_password));\n return false;\n }\n return true;\n }", "@Test(priority=1)\n\tpublic void testPasswordValidity() {\n\t\tsignup.clearAllFields();\n\t\tsignup.enterId(\"[email protected]\");\n\t\tsignup.enterPassword(\"1234567\");\n\t\tsignup.reenterPassword(\"1234567\");\n\t\tsignup.clickSubmit();\n\t\tList<String> errors = signup.getErrors();\n\t\t\n\t\t// is String Present looks for the presence of expected error message from all of errors present on current screen. \n\t\tAssert.assertTrue(TestHelper.isStringPresent(errors, \"Passwords do not match; please enter a password and reenter to confirm.\\nPasswords must contain at least 6 characters and no spaces.\"));\n\t}", "private void validatePassword(Errors errors) {\n ValidationUtils.rejectIfEmpty(errors, \"password\", \"User.password.[not.blank]\", \"Password must be specified\");\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 2;\n }", "private boolean validatePassword() {\n\t\tEditText pw = (EditText)view.findViewById(R.id.et_enter_new_password);\n\t\tEditText confPW = (EditText)view.findViewById(R.id.et_reenter_new_password);\n\t\t\t\n\t\tString passwd = pw.getText().toString();\n\t\tString confpw = confPW.getText().toString();\n\t\t\n\t\t// Check for nulls\n\t\tif (passwd == null || confpw == null) {\n\t\t\tToast.makeText(view.getContext(), \"Passwords are required\", Toast.LENGTH_LONG).show();\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\t// Ensure password and retypted passwords match\n\t\tif (!passwd.contentEquals(confpw)) {\n\t\t\tToast.makeText(view.getContext(), \"Passwords must match\", Toast.LENGTH_LONG).show();\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\t// Ensure password meets complexity\n\t\tif (passwd.length() < 7) { // min length of 7 chars\n\t\t\tToast.makeText(view.getContext(), \"Password must be at least 7 characters long\", \n\t\t\t\t\tToast.LENGTH_LONG).show();\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\t// Not really sure what the requirements are for private key password complexity yet\n\t\tnewPassword = passwd; // Set class variable with new password\n\t\treturn true;\n\t}", "public void testCorrectPassword() {\n Password p = new Password(\"jesus\".toCharArray());\n assertTrue(p.checkPassword(\"jesus\".toCharArray()));\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 6;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 6;\n }", "private boolean isValidPassword(String pass) {\n if (pass != null && pass.length() >= 6) {\n return true;\n }\n return false;\n }", "private boolean isPasswordValid(String password) {\r\n return password != null && password.trim().length() > 5;\r\n }", "private boolean isPasswordValid(String password) {\n return password != null && password.trim().length() > 2;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private void validatePasswordField() {\n userPassword = passwordEditText.getText().toString();\n if (!isPasswordValid()) {\n passwordEditText.setTextColor(getResources().getColor(R.color.colorWrongText));\n loginButton.setEnabled(false);\n } else {\n passwordEditText.setTextColor(getResources().getColor(R.color.colorRightText));\n loginButton.setEnabled(true);\n }\n }", "private boolean isPasswordValid(String password) {\n //TODO: Replace this with your own logic\n return password.length() > 7;\n }", "boolean validate(String name, String email, String password)\n {\n //Check if the name is empty and password field is 8 characters long, also including email check\n if(name.isEmpty() || !rfc2822.matcher(email).matches() || (password.length() < 8))\n {\n Toast.makeText(this, \"Please enter your name and email. Ensure password is more than 8 characters long!\", Toast.LENGTH_SHORT).show();\n\n //reset TextEdits\n eRegName.setText(null);\n eRegEmail.setText(null);\n eRegPassword.setText(null);\n\n return false;\n }\n return true;\n }", "private boolean isPasswordValid(String password) {\n return (password.length() >= 6) && (password.length() <= 30);\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4 && password.equals(\"123456\");\n }", "@Override\n\tpublic boolean isValid() {\n\t\tif(password != null && password.length() > 0) {\n\t\t\tboolean rst = password.equals(repeatPassword);\n\t\t\tif(rst == false) {\n\t\t\t\tMap<String, String > validationRst = getValidationRst();\n\t\t\t\tvalidationRst.put(\"password\", \"重复输入的密码不一致\");\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn super.isValid();\n\t}", "@Test\n public void testPasswordMinLength()\n {\n String invalid = repeatM(7);\n owner.setPassword(invalid);\n assertInvalid(owner, \"password\", \"Password must be at least 8 characters in length\", invalid);\n }", "private boolean isPasswordValid(String password) {\r\n //TODO: Replace this with your own logic\r\n return password.length() > 4;\r\n }", "public void testvalidatePassword0001()\n\t{\n\t\tLoginCheck loginCheckTest = new LoginCheck();\n\t\t\n\t\tassertFalse(loginCheckTest.validatePassword(\"pwd\"));\n\t}", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() > 4;\n }", "private boolean isPasswordValid(String password) {\n return password.length() >= 4;\n }", "private boolean isPasswordValid(String password) {\n return (password.length() >= 4 && password.length() < 20);\n }", "@Test\r\n\tpublic void testIsValidPasswordTooShort()\r\n\t{\r\n\t\ttry{\r\n\t\t\tassertTrue(PasswordCheckerUtility.isValidPassword(\"flgk1\"));\r\n\t\t}\r\n\t\tcatch(LengthException e)\r\n\t\t{\r\n\t\t\tassertTrue(\"Successfully threw a lengthExcepetion\",true);\r\n\t\t}\r\n\t}", "@When(\"^user should enter the valid password in the loginpage$\")\n\tpublic void user_should_enter_the_valid_password_in_the_loginpage() throws Throwable {\n\t\tinputValuestoElement(pa.getAp().getPasswordinput(), \"superman@1010\");\n\t\n\t \n\t}", "@Test\n public void testCantRegisterInvalidEmailShortPassword() {\n enterValuesAndClick(\"name\", \"invalidemail\", \"124\", \"\");\n checkErrors(nameNoError, emailInvalidError, pwdTooShortError, pwdRepeatRequiredError);\n }", "@Override\n public InvalidPassword isPasswordValid(String password) {\n if (password == null || !isValidLength(password, MIN_CHAR_COUNT_PASSWORD, MAX_CHAR_COUNT_PASSWORD)) {\n return InvalidPassword.INVALID_LENGTH;\n }\n // must contain at least 1 digit\n if (numOfDigits(password) < MIN_DIGITS_COUNT_PASSWORD) {\n return InvalidPassword.MISS_DIGIT;\n }\n // must not contain special character\n if (Pattern.compile(\"[^a-z0-9 ]\", Pattern.CASE_INSENSITIVE).matcher(password).find()) {\n return InvalidPassword.HAS_SPECIAL;\n }\n // must start with an alphabetic character\n char s = password.charAt(0);\n if (!Character.isLetter(s)) {\n return InvalidPassword.NOT_START_WITH_ALPHA;\n }\n return null;\n }", "private boolean passwordIsValid(String password) {\n Pattern passwordRegex = Pattern.compile(\n \"^*\" + // start of string\n \"[^\\\\s]\" + // contains no whitespace\n \"{5,29}\" + // between 6 and 30 characters long\n \"$\"); // end of string\n return passwordRegex.matcher(password).matches();\n }", "@When(\"^password$\")\n public void password() throws Throwable {\n \tSystem.out.println(\"input password\");\n \t//Assert.assertEquals(34, 40);\n \t\n \t\n \n }", "@Test\n public void practicaTDDPasswordValidarMayusculas() {\n boolean respuesta = ValidadorPassword.validar(\"AA\");\n Assert.assertFalse(respuesta);\n }", "private boolean isValidPassword(final String thePassword) {\n return thePassword.length() > PASSWORD_LENGTH;\n }", "private boolean isPasswordValid(String password) {\n return (password.length() > 4);\n }", "@Override\n public void validate() {\n if (this.password.length() < 2) {\n addFieldError(\"password\", \"too short\");\n }\n System.out.println(\"**************Validation\");\n }", "private boolean checkPassword() {\n String password = getPassword.getText();\n \n if(password.compareTo(\"\") == 0) {\n errorMessage.setText(\"Please enter a password.\");\n return false;\n }\n else if(password.compareTo(getConfirmPassword.getText()) == 0) {\n //Password must be min of 8 characters max of 16\n if((8 > password.length()) || (\n password.length() > 16)) {\n errorMessage.setText(\"Password must be 8-16 characters long.\");\n return false;\n }\n \n boolean upperFlag = false;\n boolean lowerFlag = false;\n boolean numFlag = false;\n boolean charFlag = false;\n \n for(int i = 0; i < password.length(); ++i) {\n String sp = \"/*!@#$%^&*()\\\\\\\"{}_[]|\\\\\\\\?/<>,.\";\n char ch = password.charAt(i);\n \n if(Character.isUpperCase(ch)) { upperFlag = true; }\n if(Character.isLowerCase(ch)) { lowerFlag = true; }\n if(Character.isDigit(ch)) { numFlag = true; }\n if(sp.contains(password.substring(i, i))) { charFlag = true; }\n } \n //Password must contain 1 uppercase letter\n if(!upperFlag) {\n errorMessage.setText(\"Password must contain at least one uppercase letter.\");\n return false;\n }\n //Password must contain 1 lowercase letter\n if(!lowerFlag) {\n errorMessage.setText(\"Password must contain at least one lowercase letter.\");\n return false;\n }\n //Password must contain 1 number\n if(!numFlag) {\n errorMessage.setText(\"Password must contain at least one digit.\");\n return false;\n }\n //Password must contain 1 special character\n if(!charFlag) {\n errorMessage.setText(\"Password must contain at least one special character.\");\n return false;\n }\n return true;\n }\n else {\n errorMessage.setText(\"The entered passwords do not match.\");\n return false; \n }\n }", "@Test\n public void testPasswordInvalid() {\n String userInput = \"Pa$$w0rd\";\n Owner testUser = ownerHelper.validateUser(\"harry.louis\", userInput);\n assertEquals(testUser, null);\n\n }", "@Test\n public void testPasswordExists() {\n String userInput = \"Mounta1nM@n\";\n Owner testUser = ownerHelper.validateUser(\"harry.louis\", userInput);\n assertEquals(testUser.getPassword(), owner1.getPassword());\n assertEquals(testUser.getFirstName(), owner1.getFirstName());\n assertEquals(testUser.getLastName(), owner1.getLastName());\n\n }", "@Test\n public void testCantRegisterMismatchPassword() {\n enterValuesAndClick(\"name\", \"[email protected]\", \"123456\", \"123478\");\n checkErrors(nameNoError, emailNoError, pwdsDoNotMatchError, pwdsDoNotMatchError);\n }", "private static boolean checkLength(String password) {\n \treturn password.length() >= minLength;\n }", "public boolean passwordCheck(String password) {\n\t\treturn true;\n\t\t\n\t}", "public static boolean isValidPassWord(String password) throws NullPointerException{\n if(password == null) {\n throw new NullPointerException(\"Password must not be null\");\n }\n\n return !TextUtils.isEmpty(password) && password.length() > 5;\n }", "@And(\"^user enters any password$\")\n public void userEntersAnyPassword() throws Throwable {\n }", "@Test(priority = 3)\n public void emptyPasswordLogin() {\n Login login = new Login(driver, wait);\n login.LoginMethod(login);\n login.typeCredentials(login.emailLabel, correctMail);\n login.typeCredentials(login.passwordLabel, \"\");\n login.click(login.submitBtn);\n login.checkElementDisplayed(login.errorBox);\n login.checkErrorMessageMatching(login.errorBox,emptyPasswordError);\n\n }", "Boolean isValidUserPassword(String username, String password);", "private boolean validateInput() {\n String username = editUsername.getText().toString().trim();\n String email = editEmail.getText().toString().trim();\n String password = editPassword.getText().toString().trim();\n String repeatPassword = editRepeatPassword.getText().toString().trim();\n if (!password.equals(repeatPassword)) {\n ShowMessageUtil.tosatSlow(\"Enter passwords differ\", EmailRegisterActivity.this);\n return false;\n } else if (username.equals(\"\") || email.equals(\"\") || password.equals(\"\")) {\n ShowMessageUtil.tosatSlow(\"every item can not be empty!\", EmailRegisterActivity.this);\n return false;\n }\n if (username.length()>10){\n ShowMessageUtil.tosatSlow(\"the character length of the username can't be over than 10\", EmailRegisterActivity.this);\n return false;\n }\n return true;\n }", "public boolean isPasswordValid(String password) {\n //return password != null && password.trim().length() >= 5;\n return TextUtils.isEmpty(password);\n }", "private static boolean isValid(String passWord) {\n\t\tString password = passWord;\n\t\tboolean noWhite = noWhiteSpace(password);\n\t\tboolean isOver = isOverEight(password);\n\t\tif (noWhite && isOver) {\n\t\t\tSystem.out.println(\"Password accepted!\");\n\t\t\treturn true;\n\t\t} else return false;\n\t}", "@Override\n protected boolean isValidValue(String value) {\n // Password must be at least 8 characters long and contain at least\n // one number\n //\n if (value != null\n && (value.length() < 8 || !value.matches(\".*\\\\d.*\"))) {\n return false;\n }\n return true;\n }", "@Test\n\t\tvoid givenPassword_CheckForValidationForPasswordRule4_RetrunTrue() {\n\t\t\tboolean result =ValidateUserDetails.validatePassword(\"Srewoirfjkbh#3\");\n\t\t\tAssertions.assertTrue(result);\n\t\t}" ]
[ "0.7561559", "0.7516521", "0.74988705", "0.74197155", "0.7411248", "0.7411248", "0.73694617", "0.72990155", "0.72810096", "0.72810096", "0.72810096", "0.72810096", "0.72810096", "0.72810096", "0.72810096", "0.72810096", "0.7274454", "0.722787", "0.71970934", "0.7155064", "0.7150369", "0.7126889", "0.7109516", "0.70814705", "0.70757556", "0.70604193", "0.7059438", "0.7048271", "0.70432836", "0.70333475", "0.70333475", "0.70333475", "0.70292675", "0.7010244", "0.7004694", "0.6994978", "0.69910944", "0.698956", "0.69773316", "0.6969683", "0.69638723", "0.69638723", "0.6954617", "0.6952679", "0.69294584", "0.6918931", "0.69098186", "0.68923765", "0.688156", "0.6864068", "0.68591726", "0.68548125", "0.68529344", "0.6851924", "0.6847888", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6841994", "0.6837248", "0.683029", "0.6810658", "0.6789997", "0.6774321", "0.67685544", "0.67596924", "0.67446077", "0.6744014", "0.67318803", "0.67296654", "0.6728481", "0.67025673", "0.6699332", "0.66968936", "0.66914946", "0.66695005", "0.6663286", "0.664912", "0.6637679", "0.6635822", "0.6633251", "0.6628823", "0.6628704", "0.66237396", "0.6608031", "0.66077346" ]
0.6909089
47
A placeholder DOB validation check
private boolean isDOBValid(String DOB) { SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy"); dateFormat.setLenient(false); try { dateFormat.parse(DOB.trim()); } catch (ParseException pe) { return false; } return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "abstract void birthDateValidity();", "public static boolean isValidDOB(String userInput) {\n \n return Pattern.matches(Constants.DATE_VALIDATION, userInput);\n }", "public Boolean validateDate(String date_of_birth) {\n DateFormat format = new SimpleDateFormat(\"yyyy-MM-dd\");\n try {\n format.parse(date_of_birth);\n } catch (ParseException exception) {\n System.out.println(\"Invalid Input!\");\n return true;\n }\n return false;\n }", "void birthDateValidity(M person) {\n // Valid data\n assignValidData(person);\n assertDoesNotThrow(person::checkDataValidity);\n\n // Invalid data\n person.setBirthdate(null);\n assertThrows(InvalidFieldException.class, person::checkDataValidity);\n }", "private boolean employeeDobValid(EmployeeDto newEmpDto) {\n\t\treturn (newEmpDto.getDob().compareTo(Calendar.getInstance()) < 0) ? true : false ;\n\t}", "public Date checkDate() {\n // Create new sdf with format is dd/MM/yyyy\n SimpleDateFormat sdf = new SimpleDateFormat(\"dd/MM/yyyy\");\n sdf.setLenient(false); // Check special day\n Date date = null; // Create date\n boolean isOK = true; // Condition loop\n\n while (isOK) {\n try {\n String dateStr = checkEmpty(\"DOB\"); // Call method to check input of dob\n date = sdf.parse(dateStr); // Convert string to date\n return date;\n\n } catch (ParseException e) {\n // Print error if date is invalid\n System.out.println(\"Date is invalid !\");\n System.out.print(\"Enter again (dd/MM/yyyy): \");\n }\n }\n return date; // Return date\n }", "@Test\n public void testInvalidBirthDate() {\n registerUser(username, password, password, email, email, forename, surname, \"01011990\");\n assertNull(userService.getUser(username));\n }", "public static boolean isValidBirthdate (String test) {\n try {\n LocalDate.parse(test);\n return isValidBirthdate(LocalDate.parse(test));\n } catch (DateTimeParseException e) {\n return false;\n }\n }", "@Test\n public void testconvertDateYearsLongueurPasValide() {\n FieldVerifier projet = new FieldVerifier();\n boolean longueurInvalideTest = projet.isValidDate(\"01/05/102\");\n assertEquals(false, longueurInvalideTest);\n }", "public void fillDateOfBirth(String value) {\n // Only sets main dob for testing results -- Not sufficient to test dob UI itself\n dateOfBirth.sendKeys(value);\n }", "public Boolean validarFecha(LocalDate fechaIngresada);", "public static void birthdateValidation(Date birthdate) throws Exception {\n if (birthdate.after(new Date())) {\n throw new Exception(\"Your birth date cannot be in the future\");\n }\n }", "@Test\n public void testMissingBirthDate() {\n registerUser(username, password, password, email, email, forename, surname, null);\n assertNotNull(userService.getUser(username));\n }", "private static boolean validateAge(String age) {\n return true;\n\n }", "public void dateOfBirthDropDownTest() {\r\n\t\tif(Step.Wait.forElementVisible(QuoteForm_ComponentObject.birthMonthDropDownLocator, \"Birth month drop-down\", 5)) {\r\n\t\t\tdropDownTest(QuoteForm_ComponentObject.birthMonthDropDownLocator,QuoteForm_ComponentObject.birthMonthDefaultLocator,\r\n\t\t\t\t\tQuoteForm_ComponentObject.birthMonthValidSelectionLocator, QuoteForm_ComponentObject.birthMonthInvalidSelectionLocator, \"MM\", \"June\");\r\n\t\t}\r\n\t\tif(Step.Wait.forElementVisible(QuoteForm_ComponentObject.birthDayDropDownLocator, \"Birth day drop-down\", 5)) {\r\n\t\t\tdropDownTest(QuoteForm_ComponentObject.birthDayDropDownLocator, QuoteForm_ComponentObject.birthDayDefaultLocator,\r\n\t\t\t\t\tQuoteForm_ComponentObject.birthDayValidSelectionLocator,QuoteForm_ComponentObject.birthDayInvalidSelectionLocator, \"DD\", \"14\");\r\n\t\t}\r\n\t\tif(Step.Wait.forElementVisible(QuoteForm_ComponentObject.birthYearDropDownLocator, \"Birth year drop-down\", 5)) {\r\n\t\t\tdropDownTest(QuoteForm_ComponentObject.birthYearDropDownLocator, QuoteForm_ComponentObject.birthYearDefaultLocator,\r\n\t\t\t\t\tQuoteForm_ComponentObject.birthYearValidSelectionLocator, QuoteForm_ComponentObject.birthYearInvalidSelectionLocator, \"YYYY\", \"1990\");\r\n\t\t}\r\n\t}", "@Test\n public void isValidFormat() {\n assertFalse(Deadline.isValidFormat(VALID_DAY_1));\n\n // Deadline with day and month dd/mm -> true\n assertTrue(Deadline.isValidFormat(VALID_1ST_JAN_WITHOUT_YEAR.toString()));\n\n // Deadline with all 3 fields dd/mm/yyyy -> true\n assertTrue(Deadline.isValidFormat(VALID_1ST_JAN_2018.toString()));\n }", "private boolean checkValidDate(String inputDate) {\n SimpleDateFormat date = new SimpleDateFormat(\"ddMMyy\");\n date.setLenient(false);\n try {\n date.parse(inputDate);\n return true;\n } catch (ParseException e) {\n return false;\n }\n }", "@Test\n public void testBirthDate() {\n registerUser(username, password, password, email, email, forename, surname, \"01/01/1990\");\n assertNotNull(userService.getUser(username));\n }", "private void validateDate() {\n if (dtpSightingDate.isEmpty()) {\n dtpSightingDate.setErrorMessage(\"This field cannot be left empty.\");\n dtpSightingDate.setInvalid(true);\n removeValidity();\n }\n // Check that the selected date is after research began (range check)\n else if (!validator.checkDateAfterMin(dtpSightingDate.getValue())) {\n dtpSightingDate.setErrorMessage(\"Please enter from \" + researchDetails.MIN_DATE + \" and afterwards. This is when the research period began.\");\n dtpSightingDate.setInvalid(true);\n removeValidity();\n }\n // Check that the selected date is not in the future (range check / logic check)\n else if (!validator.checkDateNotInFuture(dtpSightingDate.getValue())) {\n dtpSightingDate.setErrorMessage(\"Please enter a date from today or before. Sighting date cannot be in the future.\");\n dtpSightingDate.setInvalid(true);\n removeValidity();\n }\n }", "public void validar(Date fechaDesde, Date fechaHasta, int idOrganizacion)\r\n/* 43: */ throws ExcepcionAS2Financiero\r\n/* 44: */ {\r\n/* 45: 86 */ this.periodoDao.validar(fechaDesde, fechaHasta, idOrganizacion);\r\n/* 46: */ }", "private boolean checkDeadline(String d)\n\t{\n\t\t//yyyy/mm/dd\n\t\treturn Pattern.matches(\"[0-9][0-9][0-9][0-9]/[0-1][0-9]/[0-3][0-9]\", d);\n\t}", "Optional<Date> getBirthdate();", "@Test\r\n\tpublic void testYOBValid() {\r\n\t\tassertTrue(Activity5Query.isYOBCorrect(1880));\r\n\t\tassertTrue(Activity5Query.isYOBCorrect(2019));\r\n\t\tassertTrue(Activity5Query.isYOBCorrect(2018));\r\n\t\tassertTrue(Activity5Query.isYOBCorrect(1881));\r\n\t\tassertTrue(Activity5Query.isYOBCorrect(1960));\r\n\t\t\r\n\t}", "@Test\n @Disabled\n public void testValidateFecha() {\n assertTrue(RegExprMain.validateFecha(\"10/06/2022\"));\n assertTrue(RegExprMain.validateFecha(\"10/06/2011\"));\n assertTrue(RegExprMain.validateFecha(\"10/06/2015\"));\n assertTrue(RegExprMain.validateFecha(\"10/06/2016\"));\n assertTrue(RegExprMain.validateFecha(\"10/06/2021\"));\n assertTrue(RegExprMain.validateFecha(\"10/06/1999\"));\n assertTrue(RegExprMain.validateFecha(\"10/06/2007\"));\n assertTrue(RegExprMain.validateFecha(\"10/06/2000\"));\n assertTrue(RegExprMain.validateFecha(\"10/06/2002\"));\n assertFalse(RegExprMain.validateFecha(\"38/06/2009\"));\n assertFalse(RegExprMain.validateFecha(\"10/20/2010\"));\n \n \n\n }", "public boolean validarFechaNac() {\n\t\treturn fecha_nac != null;\n\t}", "public void makeValidDate() {\n\t\tdouble jd = swe_julday(this.year, this.month, this.day, this.hour, SE_GREG_CAL);\n\t\tIDate dt = swe_revjul(jd, SE_GREG_CAL);\n\t\tthis.year = dt.year;\n\t\tthis.month = dt.month;\n\t\tthis.day = dt.day;\n\t\tthis.hour = dt.hour;\n\t}", "protected final boolean ok_date (int year, int month, int day)\n {\n return ((year >= FIRST_YEAR) &&\n (1 <= month && month <= getLastMonthOfYear(year)) &&\n (1 <= day && day <= getLengthOfMonth (year, month)));\n }", "@Test\n public void isValidDeadline() {\n assertFalse(Deadline.isValidDeadline(INVALID_0_JAN_2018.toString()));\n assertFalse(Deadline.isValidDeadline(INVALID_1ST_0_2018.toString()));\n\n // Valid deadline -> returns true\n assertTrue(Deadline.isValidDeadline(VALID_1ST_JAN_2018.toString()));\n\n // Valid deadline for february -> returns true\n assertTrue(Deadline.isValidDeadline(VALID_28TH_FEB_2018.toString()));\n\n // Invalid deadline for february in common year -> returns false\n assertFalse(Deadline.isValidDeadline(INVALID_29TH_FEB_2018.toString()));\n\n // Valid deadline for february during leap year -> returns true\n assertTrue(Deadline.isValidDeadline(VALID_29TH_FEB_2020.toString()));\n\n // Invalid deadline for february during leap year -> returns false\n assertFalse(Deadline.isValidDeadline(INVALID_30TH_FEB_2020.toString()));\n\n // Valid deadline for months with 30 days -> returns true\n assertTrue(Deadline.isValidDeadline(VALID_30TH_APR_2018.toString()));\n\n // Invalid deadline for months with 30 days -> returns false\n assertFalse(Deadline.isValidDeadline(INVALID_31ST_APR_2018.toString()));\n\n // Valid deadline for months with 31 days -> returns true\n assertTrue(Deadline.isValidDeadline(VALID_31ST_JAN_2018.toString()));\n\n // Invalid deadline for months with 31 days -> returns false\n assertFalse(Deadline.isValidDeadline(INVALID_32ND_JAN_2018.toString()));\n\n // Invalid month -> returns false\n assertFalse(Deadline.isValidDeadline(INVALID_1ST_0_2018.toString()));\n assertFalse(Deadline.isValidDeadline(INVALID_1ST_13_2018.toString()));\n\n // Valid month -> returns true\n assertTrue(Deadline.isValidDeadline(VALID_1ST_APR_2018.toString()));\n\n // Valid year -> returns true\n assertTrue(Deadline.isValidDeadline(VALID_1ST_JAN_9999.toString()));\n\n // Invalid year -> returns false\n assertFalse(Deadline.isValidDeadline(INVALID_1ST_JAN_2017.toString()));\n assertFalse(Deadline.isValidDeadline(INVALID_1ST_JAN_10000.toString()));\n\n // Valid date without year -> returns true\n assertTrue(Deadline.isValidDeadline(VALID_1ST_JAN_WITHOUT_YEAR.toString()));\n\n // Invalid date without year -> returns false\n assertFalse(Deadline.isValidDeadline(INVALID_32ND_JAN_WITHOUT_YEAR.toString()));\n }", "public static void isValidCreditCardExpirationDate(String userInput) {\n\t\tDateTimeFormatter formatter = DateTimeFormatter.ofPattern(\"MM/yy\");\n\t\ttry {\n\t\t\t// Try to parse a YearMonth from the input, then check to make sure it is not in\n\t\t\t// the past.\n\t\t\tif (YearMonth.parse(userInput, formatter).isBefore(YearMonth.now())) {\n\t\t\t\tthrow new IllegalArgumentException(\"Expiration date must be in the future! Please try again:\");\n\t\t\t}\n\t\t} catch (DateTimeException dte) {\n\t\t\tthrow new IllegalArgumentException(\"Expiration date format must be mm/yy. Please try again:\");\n\t\t}\n\n\t}", "private boolean dateValidation(String userDate){\n SimpleDateFormat sdf = new SimpleDateFormat(\"dd/MM/yyyy\");\n sdf.setLenient(false);\n\n try {\n\n //if not valid, it will throw ParseException\n Date date = sdf.parse(userDate);\n System.out.println(date);\n\n } catch (ParseException e) {\n\n e.printStackTrace();\n return false;\n }\n\n return true;\n }", "LocalDate getDateOfBirth();", "@Test public void Month_name_0__day__year__bad_day()\t\t\t{tst_date_(\"Mar 32 2001\"\t\t\t, \"Invalid day: 32\");}", "public boolean checkBirthDay(java.util.Date birthdate) {\r\n\r\n Calendar calendar = GregorianCalendar.getInstance();\r\n calendar.setTime(new java.util.Date());\r\n int currentYear = calendar.get(Calendar.YEAR);\r\n\r\n calendar.setTime(birthdate);\r\n int birthYear = calendar.get(Calendar.YEAR);\r\n if ((currentYear - birthYear) < 18) {\r\n return false;\r\n }\r\n return true;\r\n\r\n }", "@Test(expected = IllegalArgumentException.class)\r\n public void testIncorrectYear() {\r\n SimpleDate d1 = new SimpleDate(\"3/1/1700\");\r\n }", "public void setDob(Date dob) throws ConstraintViolationException {\n\t\tif (dob.before(DToolkit.MIN_DOB)) {\n\t\t\tthrow new ConstraintViolationException(DExCode.INVALID_DOB, dob);\n\t\t}\n\n\t\tthis.dob = dob;\n\t}", "Person(String fullName, LocalDate birthdate) throws IllegalArgumentException{\n this.fullName = fullName;\n this.setBirthdate(birthdate);\n }", "public void setDob(Date dob) {\n this.dob = dob;\n }", "@Test\n public void testSsnvalidatorNull(){\n assertFalse(register.ssnValidator(\"\")); // a date can`t start with 70\n }", "public DateValidator(Integer Day,Integer Month,Integer Year) throws InvalidDateException\n\t{\n\t\t\n\t\t\tiDay = Day;\n\t\t\tiMonth = Month;\n\t\t\tiYear = Year;\n\t\t\t//create Calendar object for current date\n\t\t\tCalendar now = Calendar.getInstance ( );\n\t\t\t//create Calendar Object to test\n\t\t\tCalendar test = Calendar.getInstance( );\n\t\t\t//set the attributes of test Calendar\n\t\t\ttest.set (iYear,iMonth,iDay);\n\t\t\t\n\t\t\tboolean leap = true;//holds the boolean value of leap year \n\t\t\t\n\t\t\t/* test year for proper input*/\n\t\t\tif (iYear + 120 < now.get (Calendar.YEAR) || now.before (test))\n\t\t\t{\t\n\t\t\t\tthrow new InvalidDateException(\"year\");\n\t\t\t}\n\t\t\t/* Test the month for proper input*/\n\t\t\tif (iMonth < 0 || iMonth > 12)\n\t\t\t{\t\n\t\t\t\tthrow new InvalidDateException(\"month\");\n\t\t\t}\n\t\t\t\n\t\t\t//algorithm to determine if it is a leap year\n\t\t\tif (iYear % 400 == 0)\n\t\t\t\tleap = true;\n\t\t\telse if (iYear % 100 == 0)\n\t\t\t\tleap = false;\n\t\t\telse if (iYear % 4 == 0)\n\t\t\t\tleap = true;\n\t\t\telse\n\t\t\t\tleap = false;\n\t\t\t\n\t\t\t/*Test to see if user has entered a\n\t\t\t * valid day for that particular month\n\t\t\t */\n\t\t\t\n\t\t\t//if the day entered for February is greater then 29 in a leap year it is invalid\n\t\t\tif ( leap == true && iMonth == 2)\n\t\t\t{\n\t\t\t\tif ( iDay < 0 || iDay > 29 )\n\t\t\t\t{\t\n\t\t\t\t\tthrow new InvalidDateException(\"day\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t//if the day entered for February is greater then 28 in a non leap year it is invalid\n\t\t\tif ( leap == false && iMonth == 2)\n\t\t\t{\n\t\t\t\tif ( iDay < 0 || iDay > 28)\n\t\t\t\t{\t\n\t\t\t\t\tthrow new InvalidDateException(\"day\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t//in the months of Apr, Jun, Sep, or Nov a day greater then 30 is invalid\n\t\t\tif( iMonth == 4 ||\n\t\t\t\tiMonth == 6 ||\n\t\t\t\tiMonth == 9 ||\n\t\t\t\tiMonth == 11 )\n\t\t\t{\n\t\t\t\tif( iDay < 0 || iDay > 30)\n\t\t\t\t{\t\n\t\t\t\t\tthrow new InvalidDateException(\"day\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t//in the remaining months a day greater than 31 is invalid\n\t\t\tif (iDay < 0 || iDay > 31)\n\t\t\t{\t\n\t\t\t\tthrow new InvalidDateException(\"day\");\n\t\t\t}\n\t}", "@SuppressWarnings(\"static-access\")\r\n\tpublic boolean isBirthday()\r\n\t{\r\n\t\tGregorianCalendar now = new GregorianCalendar();\r\n\t\tboolean isBirthday = false;\r\n\t\tif (now.MONTH == bDate.MONTH && now.DATE == bDate.DATE)\r\n\t\t{\r\n\t\t\tisBirthday = true;\r\n\t\t}\r\n\t\treturn isBirthday;\r\n\t}", "Date getBirthDate();", "@Override\n public boolean isValid() {\n return dateFrom != null && dateTo != null;\n }", "public static void setDOB(String dob){\n setUserProperty(Constants.ZeTarget_keyForUserPropertyDOB,dob);\n int year = Integer.valueOf(dob.substring(0,4));\n int month = Integer.valueOf(dob.substring(4,6));\n int day = Integer.valueOf(dob.substring(6,8));\n Calendar cal =Calendar.getInstance();\n int currentYear = cal.get(Calendar.YEAR);\n int currentMonth = cal.get(Calendar.MONTH);\n int currentDay = cal.get(Calendar.DAY_OF_MONTH);\n int age = currentYear - year;\n if(month<currentMonth||(month==currentMonth&&day<currentDay)){\n age--;\n }\n setAge(age + \"\");\n }", "@Override\n public boolean isInputDateValid(String dateStr) {\n DateFormat sdf = new SimpleDateFormat(this.date);\n sdf.setLenient(false);\n try {\n sdf.parse(dateStr);\n } catch (ParseException e) {\n return false;\n }\n return true;\n }", "public void validate_the_Date_of_Birth_of_Security_in_Customer_Tab(String DateofBirth)throws Exception {\n\t\tVerifyElementPresent(Desktop_XPATH_Verify_Customer_Page_Security.replaceAll(\"M_Header\", \"Security\").replaceAll(\"M_Category\", \"Date of Birth\").replaceAll(\"M_InnerText\", DateofBirth), \"Date of Birth - \"+DateofBirth, false);\n\t}", "public void setBirthday(String birthday) {\n if(birthday.length()==10)\n this.birthday = birthday;\n else this.birthday =\"undefined\";\n\n }", "public boolean isValidDate(String valD) { //Checks if date is in proper format\n String valDWithoutSpace = valD.replaceAll(\"\\\\s\", \"\");\n return valDWithoutSpace.length() == 8;\n}", "@Test\n public void test0() {\n chkDate(\"> '2013'\", true);\n\n }", "boolean isValidFor (@Nonnull DATATYPE aDate);", "private void passengerDoesNotHaveDOB(final Passenger eachPassenger)\r\n {\r\n if (adultPassengers(eachPassenger) && !StringUtils.isEmpty(eachPassenger.getDateOfBirth()))\r\n {\r\n eachPassenger.setDateOfBirth(null);\r\n }\r\n }", "@Test\n public void testGetDateCreated() throws ParseException {\n System.out.println(\"getDateCreated Test (Passing value)\");\n Date expResult = new SimpleDateFormat(\"yyyy-MM-dd HH:mm:ss\").parse(\"1955-11-05 06:00:00\");\n Date result = user.getDateCreated();\n // Check for and print any violations of validation annotations\n Set<ConstraintViolation<User>> violations = validator.validate(user);\n String message =\n violations.iterator().hasNext() ? violations.iterator().next().getMessage() : \"\";\n if (!violations.isEmpty()) {\n System.out.println(\"Violation caught: \" + message);\n }\n // Test method\n assertEquals(expResult, result);\n }", "@Test\r\n\tpublic void testYOBInvalid() {\r\n\t\tassertFalse(Activity5Query.isYOBCorrect(1879));\r\n\t\tassertFalse(Activity5Query.isYOBCorrect(1878));\r\n\t\tassertFalse(Activity5Query.isYOBCorrect(2020));\r\n\t\tassertFalse(Activity5Query.isYOBCorrect(-1879));\r\n\t\tassertFalse(Activity5Query.isYOBCorrect(3000));\r\n\t\tassertFalse(Activity5Query.isYOBCorrect(0));\r\n\t}", "@Override\r\n\tpublic void setBirthDay(Calendar bday) {\n\t\tif (bday == null) {\r\n\t\t\tthrow new IllegalArgumentException(\"Null argument is not allowed\");\r\n\t\t}\r\n\t\tif (bday.equals(\"\")) {\r\n\t\t\tthrow new IllegalArgumentException(\"Empty argument is not allowed\");\r\n\t\t}\r\n\t\tthis.birthday = bday;\r\n\t}", "public T dob(LocalDate birthday) {\n dccObject.set(\"dob\", jsonNodeFactory.textNode(toIsoDate(birthday)));\n requiredNotSet.remove(RequiredFieldsBase.dob);\n return getThis();\n }", "public String verifyDateInput(String object, String data) {\n logger.debug(\"verifying Date in Input\");\n try {\n Boolean flag = false;\n String actual = wait.until(explicitWaitForElement(By.xpath(OR.getProperty(object)))).getAttribute(\"value\");\n String expected = data.replace(\",\", \"/\");\n logger.debug(actual);\n logger.debug(expected);\n if (actual.trim().equals(expected.trim()))\n flag = true;\n else\n flag = false;\n\n if (flag)\n return Constants.KEYWORD_PASS + \"--Date Inputs Matched\";\n else\n return Constants.KEYWORD_FAIL + \"--Date Input is not matched\";\n\n } \ncatch(TimeoutException ex)\n\t\t\n\t\t{\n\t\t\treturn Constants.KEYWORD_FAIL +\"Cause: \"+ ex.getCause();\n\t\t}\n catch (Exception ex) {\n \t\n return Constants.KEYWORD_FAIL + ex.getLocalizedMessage();\n }\n }", "public Date getBirthday();", "private static boolean validDate(String date) {\n\t\t SimpleDateFormat formatter = new SimpleDateFormat(\"MM/dd/yy\");\n\t\tformatter.setLenient(false);\n\t\tDate tryDate = null; \n\t\t\ttry\n\t\t{\n\t\t\ttryDate = formatter.parse(date);\n\t\t}catch (ParseException e) {\n\t\t\treturn false;\n\t\t}\n\t\tformatDate(tryDate);\n\t\treturn true; \n\t\t\n\t}", "public void setBirthday(Date birthday);", "@Test(expected = IllegalArgumentException.class)\r\n public void testIncorrectLeapYear() {\r\n SimpleDate d1 = new SimpleDate(\"2/29/2000\");\r\n }", "public boolean isValid() {\n if (this.month >= 1 && this.month <= 12 && this.day >= 1 && this.day < 32) {\n\n if ((this.month == 1 || this.month == 3 || this.month == 5 || this.month == 7 || this.month == 8\n || this.month == 10 || this.month == 12) && this.day > 30) {\n return false;\n } else if (this.month == 2 && this.day > 29) {\n return false;\n } else if (this.month == 2 && this.day > 28 && !isLeap(this.year)) {\n return false;\n } else {\n return true;\n }\n\n } else {\n return false;\n }\n }", "public BirthDate(String date) throws InvalidDateException {\n this.date = stringToDate(date);\n checkDate();\n }", "private boolean checkValidDay() {\n return numDays >= 0 && numDays <= 7;\n }", "String isOoseChangeDateAllowed(Record inputRecord);", "public Date getBirthDate();", "public boolean checkPastDate(boolean said)\n {\n try\n {\n if( date==null ){\n if(this.getDateString()!=null) date = DateHelper.stringToDate(this.getDateString());\n if(super.isMandatory() && date==null)\n {\n message = FacesHelper.getBundleMessage(\"validator_dateformat\", new Object[]{Constants.CommonFormat.DATE_FORMAT_TIP});\n return false;\n } }\n\n }\n catch (Exception e)\n {\n message = FacesHelper.getBundleMessage(\"validator_dateformat\", new Object[]{Constants.CommonFormat.DATE_FORMAT_TIP});\n return false;\n }\n\n if(date==null)\n {\n if(said)\n {\n super.setMessage(\"Date is no correct\");\n }\n return false;\n }\n if(!date.before(currentDate))\n {\n if(said)\n {\n super.setMessage(\"Date is no correct\");\n }\n return false;\n\n }\n else\n {\n return true;\n }\n }", "public CpFldValidDate() { super(10018, 1); }", "@Test\n public void isLeapYear() {\n assertFalse(Deadline.isLeapYear(Integer.parseInt(VALID_YEAR_2018)));\n\n // Valid leap year -> returns true\n assertTrue(Deadline.isLeapYear(Integer.parseInt(LEAP_YEAR_2020)));\n\n // Valid year divisible by 4 but is common year -> returns false\n assertFalse(Deadline.isLeapYear(Integer.parseInt(NON_LEAP_YEAR_2100)));\n\n // Valid year divisible by 100 but is leap year -> returns true\n assertTrue(Deadline.isLeapYear(Integer.parseInt(LEAP_YEAR_2400)));\n }", "public void setValidUntil(Date validUntil);", "public interface DateValidator {\n\n boolean isDateValid(String date);\n}", "public void date_not_before_createdAt_date(FacesContext context, UIComponent comp, Object value) {\n if (charge.getCreatedAt() != null) {\n Date paidAt = (Date) value;\n\n if (paidAt != null) {\n if (paidAt.before(charge.getCreatedAt())) {\n FacesMessage FMessage = new FacesMessage(FacesMessage.SEVERITY_ERROR, message.translate(\"msg.error\"), message.translate(\"msg.validation.notBeforeCreatedAt\"));\n throw new ValidatorException(FMessage);\n }\n }\n }\n }", "boolean checkNumberFormat (String birthDate){\r\n for (int i = 0; i < birthDate.length(); i++) {\r\n if ((birthDate.charAt(i) < 48 && birthDate.charAt(i) != 32 \r\n && birthDate.charAt(i) != 10) \r\n || birthDate.charAt(i) > 57){\r\n return false;\r\n }\r\n }\r\n return true;\r\n }", "public void setValidFrom(Date validFrom);", "public boolean isDate (int year, int doy)\n {\n return ((year >= FIRST_YEAR)\n && (1 <= doy && doy <= getLengthOfYear (year)));\n }", "public boolean validateDate() {\r\n\t\tDate now = new Date();\r\n\t\t// expire date should be in the future\r\n\t\tif (now.compareTo(getExpireDate()) != -1)\r\n\t\t\treturn false;\r\n\t\treturn true;\r\n\t}", "private static boolean isValid(int m, int d, int y) {\r\n\t\tif (m < 1 || m > 12)\r\n\t\t\treturn false;\r\n\t\tif (d < 1 || d > DAYS[m])\r\n\t\t\treturn false;\r\n\t\tif (m == 2 && d == 29 && !isLeapYear(y))\r\n\t\t\treturn false;\r\n\t\treturn true;\r\n\t}", "public void setDOB(String strdateofbirth){\n\t\tdriver.findElement(dateofbirth).sendKeys(strdateofbirth);;\n\t}", "private static boolean isValid(int m, int d, int y) {\n if (m < 1 || m > 12) return false;\n if (d < 1 || d > DAYS[m]) return false;\n if (m == 2 && d == 29 && !isLeapYear(y)) return false;\n return true;\n }", "@Test\n public void testSsnvalidatorFalse(){\n assertFalse(register.ssnValidator(\"70091212345\")); // a date can`t start with 70\n }", "private boolean validateEventStartDate(){\n //get event start date\n String eventStartDateInput = eventStartDateTV.getText().toString().trim();\n\n //if event start date == null\n if(eventStartDateInput.isEmpty())\n {\n eventStartDateTV.setError(\"Please set the start date for the event\");\n return false;\n }\n else{\n eventStartDateTV.setError(null);\n return true;\n }\n }", "private boolean validateEventEndDate(){\n //get event end date\n String eventEndDateInput = eventEndDateTV.getText().toString().trim();\n\n //if event end date == null\n if(eventEndDateInput.isEmpty())\n {\n eventEndDateTV.setError(\"Please set the end date for the event\");\n return false;\n }\n else{\n eventEndDateTV.setError(null);\n return true;\n }\n }", "public Date getValidFrom();", "public void setDate_of_birth(String date_of_birth) {\n this.date_of_birth = date_of_birth;\n }", "@Override\n\t@FXML\n\tpublic boolean validate() {\n\t\t\n\t\tboolean isDataEntered = true;\n\t\tLocalDate startDate = Database.getInstance().getStartingDate();\n\t\tSystem.out.println();\n\t\tif(amountField.getText() == null || amountField.getText().trim().isEmpty())\n\t\t\tisDataEntered = setErrorTxt(\"You left the amount field empty.\");\n\t\telse if(!(Validation.validateAmount(amountField.getText())))\n\t\t\tisDataEntered = setErrorTxt(\"Please enter a valid amount\");\n\t\telse if(creditTextField.getText() == null || creditTextField.getText().trim().isEmpty())\n\t\t\tisDataEntered = setErrorTxt(\"You left the credit text field empty.\");\n\t\telse if(!(Validation.validateChars(creditTextField.getText())))\n\t\t\tisDataEntered = setErrorTxt(\"Please only enter valid characters\");\n\t\telse if(dateField.getValue() == null) {\n\t\t\tisDataEntered = setErrorTxt(\"You left the date field empty.\");\t\t\t\n\t\t}\n\t\telse if(dateField.getValue().isBefore(startDate))\n\t\t\tisDataEntered = setErrorTxt(\"Sorry, the date you entered is before the starting date.\");\n\t\treturn isDataEntered;\n\t}", "public boolean validatePatient() {\n\t\tif (dateOfBirth == null)\n\t\t\treturn false;\n\t\tif (insuranceProvider == null)\n\t\t\treturn false;\n\t\tif (subscriberID == null)\n\t\t\treturn false;\n\n\t\treturn true;\n\t}", "public boolean checkDate() {\n\t\tboolean cd = checkDate(this.year, this.month, this.day, this.hour);\n\t\treturn cd;\n\t}", "private static boolean isValid(int m, int d, int y) {\n\t\t\tif (m < 1 || m > 12) return false;\n\t\t\tif (d < 1 || d > DAYS[m]) return false;\n\t\t\tif (m == 2 && d == 29 && !isLeapYear(y)) return false;\n\t\t\treturn true;\n\t\t}", "public Event validateBooking(RequestContext context) {\n\tBooking booking = (Booking) context.getFlowScope().get(\"booking\");\n\tCalendar calendar = Calendar.getInstance();\n\tcalendar.add(Calendar.DAY_OF_MONTH, -1);\n\tif (booking.getCheckinDate().before(calendar.getTime())) {\n\t context.getMessageContext().addMessage(\n\t\t Messages.text(\"checkinDate\", \"Check in date must be a future date\", Severity.ERROR));\n\t return error();\n\t} else if (!booking.getCheckinDate().before(booking.getCheckoutDate())) {\n\t context.getMessageContext().addMessage(\n\t\t Messages.text(\"checkoutDate\", \"Check out date must be later than check in date\", Severity.ERROR));\n\t return error();\n\t}\n\treturn success();\n }", "public boolean verificarFechaEspecifica(Date fecha){\n if(fecha==null|| fecha.equals(\"\")){\n return false;\n }else{\n return true;\n }\n }", "@Test\n public void testSetDateCreatedNull() {\n System.out.println(\"setDateCreated Test (Null value)\");\n Date dateCreated = null;\n user.setDateCreated(dateCreated);\n // Check for and print any violations of validation annotations\n Set<ConstraintViolation<User>> violations = validator.validate(user);\n String message =\n violations.iterator().hasNext() ? violations.iterator().next().getMessage() : \"\";\n if (!violations.isEmpty()) {\n System.out.println(\"Violation caught: \" + message);\n }\n // Test method\n assertFalse(violations.isEmpty());\n }", "public final void testNoDate() {\n testTransaction1.setDate(null);\n assertFalse(testTransaction1.isValidTransaction());\n }", "@Test\n public void testSetDateCreated() throws ParseException {\n System.out.println(\"setDateCreated Test (Passing value)\");\n Date dateCreated = new SimpleDateFormat(\"yyyy-MM-dd HH:mm:ss\").parse(\"1955-11-05 06:00:00\");\n user.setDateCreated(dateCreated);\n // Check for and print any violations of validation annotations\n Set<ConstraintViolation<User>> violations = validator.validate(user);\n String message =\n violations.iterator().hasNext() ? violations.iterator().next().getMessage() : \"\";\n if (!violations.isEmpty()) {\n System.out.println(\"Violation caught: \" + message);\n }\n // Test method\n assertTrue(violations.isEmpty());\n }", "public boolean isAdult( String dob ){\n StringTokenizer tokenizer = new StringTokenizer( dob, \"/\" );\n String bmonth = tokenizer.nextToken(); \n String bdate = tokenizer.nextToken();\n String byear = tokenizer.nextToken();\n \n int month = Integer.parseInt(bmonth);\n int date = Integer.parseInt(bdate);\n int year = Integer.parseInt(byear);\n\n // Test for age limit of 19 or older\n Calendar c = Calendar.getInstance();\n int curYear = c.get( Calendar.YEAR );\n \n // Get cut off date\n c.set( Calendar.YEAR, curYear - 19 );\n Date cutOffDate = c.getTime();\n \n // Get birth date\n c.set( year, month-1, date );\n Date birthDate = c.getTime();\n \n if ( birthDate.compareTo(cutOffDate) <= 0 ) return true;\n else return false;\n }", "public DateInputVerifier(String df)\n {\n super();\n sdf = new SimpleDateFormat(df);\n errmsg = new String();\n dfstr = df;\n }", "private void checkDate(String strDate, LocalDate localDate) {\n if (Integer.parseInt(strDate.substring(0, 4)) != localDate.getYear()\n || Integer.parseInt(strDate.substring(5, 7)) != localDate.getMonthValue()\n || Integer.parseInt(strDate.substring(8,10)) != localDate.getDayOfMonth()) {\n throw new IllegalArgumentException(\"Illegal date: date dose not exist.\");\n }\n }", "public Builder setBirthDate(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n birthDate_ = value;\n onChanged();\n return this;\n }", "private void checkYearDeviation() {\n val yearDeviation = config.getInt(\"year_deviation\");\n\n checkArgument(yearDeviation > 0, \"year_deviation is less than or equal to 0!\");\n }", "public boolean validarFecha(Date fecha) {\n\t\tif(!fecha.before(Calendar.getInstance().getTime())) {\n\t\t\tJOptionPane.showMessageDialog(null, \"La fecha introducida es invalida\",\"Fecha invalida\", JOptionPane.INFORMATION_MESSAGE);\n\t\t\treturn false;\n\t\t}else return true; \n\t}", "public void setBirthDate(Date birthDate);", "abstract void firstNameValidity();", "@Override\n public boolean isValidExpression(String expr) {\n final Pattern pattern1 = Pattern.compile(DATE_REGEX_FULL);\n final Pattern pattern2 = Pattern.compile(DATE_REGEX_FULL_2);\n final Matcher matcher1 = pattern1.matcher(expr);\n final Matcher matcher2 = pattern2.matcher(expr);\n return matcher1.matches() ^ matcher2.matches();\n }" ]
[ "0.6953997", "0.685507", "0.66319615", "0.65676236", "0.6389493", "0.636624", "0.6274649", "0.6140624", "0.6129099", "0.6059045", "0.60448676", "0.60385364", "0.6012945", "0.6012056", "0.6007751", "0.6000319", "0.597049", "0.59296405", "0.59222054", "0.59206045", "0.59050655", "0.5901666", "0.5891484", "0.5891376", "0.5890929", "0.587845", "0.58344084", "0.58123875", "0.5807594", "0.5800607", "0.57967675", "0.57926524", "0.5782661", "0.5757067", "0.5723377", "0.57149065", "0.57107055", "0.57098615", "0.56990147", "0.5689319", "0.5681344", "0.5678256", "0.5673277", "0.5673027", "0.56648755", "0.5643136", "0.56308275", "0.5623045", "0.56134033", "0.5595394", "0.55520725", "0.55519044", "0.55444014", "0.55364144", "0.55340815", "0.5521814", "0.5511536", "0.55071473", "0.5497277", "0.5489114", "0.54853797", "0.54834545", "0.54752946", "0.54706466", "0.5463708", "0.54571694", "0.5453755", "0.5449564", "0.5446128", "0.544511", "0.5432719", "0.5432276", "0.5416985", "0.54044694", "0.5400769", "0.5396074", "0.5385245", "0.53840864", "0.538181", "0.5376754", "0.5374555", "0.53740907", "0.53726125", "0.5364921", "0.5364719", "0.5357153", "0.53561145", "0.53401566", "0.5339585", "0.5333997", "0.5324406", "0.5323227", "0.5313279", "0.52983737", "0.5295073", "0.5293393", "0.5291887", "0.5291694", "0.5289038", "0.52860624" ]
0.7376015
0
shortening search string to load hints partial search string
public void partialSearchDriver(String DRIVER_NAME, String DRIVER_NUMBER, ActivityTestRule<MainActivity> mActivityRule) { String driverSearchString= DRIVER_NAME.substring(0,2).toLowerCase(); // Type text and then press the call button. enterDriverNameToSearch(driverSearchString); selectDriverAndCall(DRIVER_NAME,DRIVER_NUMBER,mActivityRule); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getSearchHint();", "public String getSearchString() {\r\n return super.getSearchString();\r\n \r\n// String searchStr = \"\";\r\n// //put exact phrase at the very beginning\r\n// if(exactphrase != null && exactphrase.length() > 0)\r\n// {\r\n// searchStr += \"\\\"\" + exactphrase + \"\\\"\";\r\n// }\r\n//\r\n// String allwordsSearchStr = \"\";\r\n// if(allwords != null && allwords.length() > 0)\r\n// {\r\n// String [] words = allwords.split(\" \");\r\n// if(words.length > 0)\r\n// {\r\n// for(int i=0; i<words.length; i++)\r\n// {\r\n// allwordsSearchStr += \"+\" + words[i];\r\n// }\r\n// }\r\n// }\r\n//\r\n// String withoutwordsSearchStr = \"\";\r\n// if(withoutwords != null && withoutwords.length() > 0)\r\n// {\r\n// String [] words = withoutwords.split(\" \");\r\n// if(words.length > 0)\r\n// {\r\n// for(int i=0; i<words.length; i++)\r\n// {\r\n// withoutwordsSearchStr += \"+-\" + words[i];\r\n// }\r\n// }\r\n// }\r\n//\r\n// searchStr += allwordsSearchStr + withoutwordsSearchStr; //need to add other string\r\n// \r\n// String oneofwordsSearchStr = \"\";\r\n// if(oneofwords != null && oneofwords.length() > 0)\r\n// {\r\n// String [] words = oneofwords.split(\" \");\r\n// if(words.length > 0)\r\n// {\r\n// oneofwordsSearchStr = \"(\";\r\n// for(int i=0; i<words.length; i++)\r\n// {\r\n// oneofwordsSearchStr += words[i] + \" \";\r\n// }\r\n// oneofwordsSearchStr = oneofwordsSearchStr.trim();\r\n// oneofwordsSearchStr += \")\";\r\n// }\r\n// }\r\n// if(oneofwordsSearchStr.length() > 0)\r\n// {\r\n// searchStr += \"+\" + oneofwordsSearchStr;\r\n// }\r\n//\r\n// return searchStr;\r\n }", "@In String search();", "public abstract Search defaultSearch(StringBuilder sb);", "@GET(\"w/api.php?action=opensearch&format=json&suggest&redirects=resolve\")\n Call<JsonElement> getSuggestionsFromSearch(@Query(\"search\") String search);", "protected String getSearchHint() {\n if (!isMessageListReady()) {\n return \"\";\n }\n Account account = getMessageListFragment().getAccount();\n Mailbox mailbox = getSearchableMailbox();\n\n if (mailbox == null) {\n return \"\";\n }\n\n if (shouldDoGlobalSearch(account, mailbox)) {\n return mActivity.getString(R.string.search_hint);\n }\n\n // Regular mailbox, or IMAP - search within that mailbox.\n String mailboxName = FolderProperties.getInstance(mActivity).getDisplayName(mailbox);\n return String.format(\n mActivity.getString(R.string.search_mailbox_hint),\n mailboxName);\n }", "PersonFinder whereNameContains(String fragment);", "private static String getSuggestion(String s) {\r\n // Find suggestion\r\n String titlePattern = \"(?i)class=p><b><i>([^<]+)\";\r\n Pattern pt = Pattern.compile(titlePattern);\r\n Matcher mt = pt.matcher(ConnectHelper.Connect(connection, server,\r\n file + s, port, maxContentLength));\r\n\r\n if (mt.find()) {\r\n return mt.group(1);\r\n }\r\n return null;\r\n }", "public ArrayList<String> findSimilarStringsLiterals(String s, double score){\n\t\t\n\t\tsetForSuggestions.clear();\n\t\t\n\t\t// ArrayList for match scores\n\t\tArrayList<StringScore> matchesScores = new ArrayList<StringScore>(); \n\t\t\n\t\t// ArrayList for the matches\n\t\tArrayList<String> matches = new ArrayList<String>();\n\t\t\n\t\t// The trimmed string variable\n\t\tString trimmedString;\n\t\t\n\t\t// Check if it's not a literal\n\t\tif(!s.startsWith(\"\\\"\"))\n\t\t\treturn matches;\n\t\t\n\t\t// Extract what's between double quotes\n\t\ttrimmedString = s.substring(s.indexOf(\"\\\"\")+1,\n\t\t\t\ts.indexOf(\"\\\"\", s.indexOf(\"\\\"\")+1)).toLowerCase();\t// Just choose what is between brackets\n\t\t\n\t\t// Find similar literals withing 5 characters\n\t\tint minLength = trimmedString.length() - 2;\n\t\tint maxLength = trimmedString.length() + 3;\n\t\t\n\t\tint minIndex = Integer.MAX_VALUE;\n\t\tint maxIndex = -1;\n\t\t\n\t\t// Determine indices for search in bins\n\t\tfor(int i = 0; i < lengths.size(); ++i){\n\t\t\tif(lengths.get(i) > maxLength) {\n\t\t\t\tmaxIndex = indexes.get(i);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif(minLength >= lengths.get(i)) {\n\t\t\t\tminIndex = indexes.get(i);\n\t\t\t}\n\t\t}\n\t\t\n\t\t// Assign threads to search tasks\n\t\tint indexesPerThread = (maxIndex - minIndex) / (numOfCores - 1);\n\t\t\n\t\t// Arraylist to keep track of threads\n\t\tArrayList<Thread> threads = new ArrayList<Thread>();\n\t\t\n\t\tfor(int i = minIndex; i < maxIndex; i += indexesPerThread) {\n\t\t\tthreads.add(new Thread(new SuggestionTask(i, i + indexesPerThread, s, trimmedString, score)));\n\t\t}\n\t\t\n\t\t// Start threads\n\t\tfor(int i = 0; i < threads.size(); ++i) {\n\t\t\tthreads.get(i).start();\n\t\t}\n\t\t\n\t\t// Join threads before continue\n\t\tfor(int i = 0; i < threads.size(); ++i) {\n\t\t\ttry {\n\t\t\t\tthreads.get(i).join();\n\t\t\t} catch (InterruptedException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t}\n\t\t\n\t\t// Copy contents of the synchronized list into the matchesScores list\n\t\tfor(StringScore stringScore : setForSuggestions) {\n\t\t\tmatchesScores.add(stringScore);\n\t\t}\n\t\t\n\t\t// Sort the candidate matches based on score and return top 5\n\t\tjava.util.Collections.sort(matchesScores, new StringScoreComparator());\n\t\tfor(int i = 0; i < 5 && i < matchesScores.size(); ++i){\n\t\t\tmatches.add(matchesScores.get(i).getS());\n\t\t}\n\t\treturn matches;\n\t}", "void findSuggestions(String query) {\n \t\tif (suggestionsLoaderClient != null) {\n \t\t\tif (query.length() == 0) {\n \t\t\t\tsuggestionsLoaderClient.doLoadSuggestions(\"default-query\",\n \t\t\t\t\t\tlimit);\n \t\t\t} else {\n \t\t\t\tsuggestionsLoaderClient.doLoadSuggestions(query, limit);\n \t\t\t}\n \t\t}\n \t}", "private String getQueryHint() {\n return ApiProperties.getProperty(\n \"api.bigr.library.\" + ApiFunctions.shortClassName(getClass().getName()) + \".hint\");\n }", "public static void refreshStringSearchResults() {\n\t\tString fullSearchText = stringSearchTextField.getText();\n\t\tint fullSearchTextLength = fullSearchText.length();\n\t\t//get rid of any spaces, they're only good for loosening length verification\n\t\tchar[] searchText = fullSearchText.replace(\" \", \"\").toLowerCase().toCharArray();\n\t\tint searchTextLength = searchText.length;\n\t\tif (searchTextLength < 1)\n\t\t\tstringSearchResultsList.setEnabled(false);\n\t\telse {\n\t\t\tstringSearchResultsListModel.removeAllElements();\n\t\t\tsearchableStringsFoundIndices.clear();\n\t\t\t//go through every string and see if it matches the input\n\t\t\tint searchableStringsLength = searchableStrings.length;\n\t\t\tchar startChar = searchText[0];\n\t\t\tfor (int i = 0; i < searchableStringsLength; i++) {\n\t\t\t\tchar[] resultString = searchableStrings[i];\n\t\t\t\tint resultStringLength = resultString.length;\n\t\t\t\t//it can't start at an index if it would go past the end of the string\n\t\t\t\tint maxSearchIndex = resultStringLength - searchTextLength;\n\t\t\t\t//keep track of stats so that we can sort\n\t\t\t\tboolean stringPasses = false;\n\t\t\t\tint matchedLength = Integer.MAX_VALUE;\n\t\t\t\t//first, look for this char in the string\n\t\t\t\tfor (int k = 0; k <= maxSearchIndex; k++) {\n\t\t\t\t\t//we found a spot where it starts\n\t\t\t\t\t//now go through and see if we found our string here\n\t\t\t\t\t//if we find one, keep looking through the string to see if we can find a shorter match\n\t\t\t\t\tif (resultString[k] == startChar) {\n\t\t\t\t\t\t//1 character strings always match single characters\n\t\t\t\t\t\tif (searchTextLength == 1) {\n\t\t\t\t\t\t\tstringPasses = true;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tfor (int j = 1, newK = k + 1; newK < resultStringLength;) {\n\t\t\t\t\t\t\t\tif (searchText[j] == resultString[newK]) {\n\t\t\t\t\t\t\t\t\tj++;\n\t\t\t\t\t\t\t\t\t//if we got through all our characters, the string matches\n\t\t\t\t\t\t\t\t\tif (j == searchTextLength) {\n\t\t\t\t\t\t\t\t\t\tstringPasses = true;\n\t\t\t\t\t\t\t\t\t\tmatchedLength = Math.min(matchedLength, newK - k + 1);\n\t\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tnewK++;\n\t\t\t\t\t\t\t\t//the string appears not to match, stop searching here\n\t\t\t\t\t\t\t\tif (newK - k >= fullSearchTextLength * 2)\n\t\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (stringPasses)\n\t\t\t\t\tsearchableStringsFoundIndices.add(new mark(i, matchedLength, resultStringLength));\n\t\t\t}\n\t\t\tif (searchableStringsFoundIndices.size() <= MAX_SEARCH_RESULTS) {\n\t\t\t\tstringSearchResultsList.setEnabled(true);\n\t\t\t\tCollections.sort(searchableStringsFoundIndices);\n\t\t\t\tfor (mark foundIndexStats : searchableStringsFoundIndices)\n\t\t\t\t\tstringSearchResultsListModel.addElement(allStringsListModel.get(foundIndexStats.searchableStringFoundIndex));\n\t\t\t} else {\n\t\t\t\tstringSearchResultsList.setEnabled(false);\n\t\t\t\tstringSearchResultsListModel.addElement(\"Please narrow your search to no more than \" +\n\t\t\t\t\tMAX_SEARCH_RESULTS + \" results (got \" + searchableStringsFoundIndices.size() + \")\");\n\t\t\t}\n\t\t}\n\t}", "public String getSuggestion(String base) {\n\n\t\t// Do not work with empty strings\n\t\tif (base.isEmpty())\n\t\t\treturn \"\";\n\n\t\t// Temporary list with all strings that start with the base string\n\t\tArrayList<String> resultStrings = new ArrayList<String>();\n\n\t\t// Get all strings that start with the base string\n\t\t// and copy them to the temporary list\n\t\tfor (int i = 0; i < suggestions.length; i++) {\n\t\t\tif (suggestions[i].toLowerCase().startsWith(base.toLowerCase()))\n\t\t\t\tresultStrings.add(suggestions[i]);\n\t\t}\n\n\t\t// No string matches: return with an empty string\n\t\tif (resultStrings.isEmpty())\n\t\t\treturn \"\";\n\n\t\t// There was at least one string found in the list.\n\t\t// Start with this entry.\n\t\tString tempResult = resultStrings.get(0);\n\t\tString result = \"\";\n\n\t\t// Get that part of the all the strings, that is equal\n\t\tfor (String resultString : resultStrings) {\n\n\t\t\t// To compare two strings character by character, the minimum\n\t\t\t// length of both must be used for the loop\n\t\t\tint length = tempResult.length();\n\t\t\tif (resultString.length() < length)\n\t\t\t\tlength = resultString.length();\n\n\t\t\t// Compare both strings, and get the part, that is equal\n\t\t\tfor (int i = 0; i < length; i++) {\n\t\t\t\tif (tempResult.substring(0, i + 1).equalsIgnoreCase(resultString.substring(0, i + 1)))\n\t\t\t\t\tresult = tempResult.substring(0, i + 1);\n\n\t\t\t}\n\n\t\t\t// Use the result to compare it with the next entry\n\t\t\ttempResult = result;\n\t\t}\n\n\t\t// Return the result\n\t\treturn result;\n\t}", "static String search(String sentence) {\r\n\t\tString result = null;\r\n\t\tif (sentence.contains(\"search\")) {\r\n\t\t\tint index = sentence.indexOf(\"search\");\r\n\t\t\tString search = sentence.substring(index + 6);\r\n\t\t\tresult = googleSearch(search);\r\n\t\t} else if (sentence.contains(\"find\")) {\r\n\t\t\tint index = sentence.indexOf(\"find\");\r\n\t\t\tString search = sentence.substring(index + 6);\r\n\t\t\tresult = googleSearch(search);\r\n\t\t}\r\n\t\treturn result;\r\n\t}", "SpellResponse spellQuery(SearchRequest request, Map<SearchParam, String> params);", "String printListSearch(String searchString);", "private void searchQuery() {\n edit_search.addTextChangedListener(new TextWatcher() {\n @Override\n public void beforeTextChanged(CharSequence s, int start, int count, int after) {\n if (paletteComposition.getVisibility() == View.VISIBLE){\n paletteComposition.setVisibility(View.GONE);\n setComposer.setVisibility(View.VISIBLE);\n }\n }\n\n @Override\n public void onTextChanged(CharSequence s, int start, int before, int count) {\n setContactThatNameContains(s.toString().trim());\n }\n\n @Override\n public void afterTextChanged(Editable s) {\n\n }\n });\n }", "@Test\n\tpublic void testSearchWithLargeMinLength() throws Exception {\n\t\tdialog = getDialog();\n\t\tsetMinStringFieldValue(dialog, 100);\n\n\t\tStringTableProvider provider = performSearch();\n\t\tStringTableModel model = (StringTableModel) getInstanceField(\"stringModel\", provider);\n\t\ttoggleDefinedStateButtons(provider, true, true, true, true);\n\t\twaitForTableModel(model);\n\n\t\tassertRowCount(model, 0);\n\t}", "private void searchFunction() {\n\t\t\r\n\t}", "public void search( final String haystack ) {\n search( mNeedle, haystack );\n }", "public void doSearch(String searchText){\n }", "public static void searchLongestAnagrams(String str, int minLength, int maxSources, boolean includeIncompleteEndings) {\n\t\tSubstitutionMutualEvolve.initSources();\n\t\tSystem.out.println(\"Done source init.\");\n\t\tCorpusBase.SHOW_INFO = false;\n\t\tlong sources = 0;\n\t\tboolean go = true;\n\t\twhile (go) {\n\t\t\tsources++;\n\t\t\tgo = !SubstitutionMutualEvolve.randomSource();\n\t\t\tSystem.out.println(\"File: \" + CorpusBase.file);\n\t\t\t//System.out.println(Arrays.toString(tokens));\n\t\t\tsearch(tokens, str, minLength, includeIncompleteEndings);\n\t\t\tif (sources >= maxSources) break;\n\t\t}\n\t}", "@Override\n\tprotected void rethinkSearchStrings() {\n\t\tsearchStrings = new String[world.getNumItemBases()];\n\t\tint i = 0;\n\t\tfor (Map.Entry<String, ItemBase> entry : world.getItemBaseMap().entrySet()) {\n\t\t\tsearchStrings[i] = entry.getValue().getFilePath();\n\t\t\ti++;\n\t\t}\n\t}", "public abstract boolean getSensitiveSearch();", "HasValue<String> getSearchString();", "@Test\n\tpublic void testSearchBasedOnRequest2() {\n\t\tsearchBasedOnRequestSetup();\n\t\t\n\t\tPreference prefs = prefManager.getUserPreference();\n\t\tprefs.setThreshold(10000);\n\t\t\n\t\tList<Suggestion> sugg = dm.searchBasedOnRequest(\"lokeyanhao\", prefs, true);\n\t\tassertTrue(sugg.size() > 0);\n\t\tassertTrue(sugg.get(0).getType() == Suggestion.ENTITY);\n\t}", "public interface SearchParams {\r\n\r\n\tpublic static final String LYRICS_FOR = \"lyrics for\";\r\n\tpublic static final String SITES = \"site:\";\r\n}", "void search( RealLocalizable reference );", "public BuildHeaderSearchString() { }", "public String showSearchBegin(String begin, ArrayList<String> wordWithBegins) {\n StringBuilder stringBuilder = new StringBuilder();\n stringBuilder.append((wordWithBegins.size() == 1) ? \"This is a word that has \" : \"These are words that have \");\n stringBuilder.append(\"the beginning \" + begin + \"\\n\");\n for (String s : wordWithBegins) {\n stringBuilder.append(s + \"\\n\");\n }\n return stringBuilder.toString();\n }", "void searchProbed (Search search);", "public void execFuzzySearchVariationFunc(){\n\n\n Map map = new HashMap();\n\n if(this.searchParam != null && this.searchParam.length()> 0 ){\n System.out.println(this.searchParam );\n if(this.searchParam.contains(\":\")==true || this.searchParam.startsWith(\"chr\") == true) {\n String chrom = \"\";\n int pstart = -1;\n int pend = -1;\n if (this.searchParam.indexOf(\":\") > -1) {\n int idex = this.searchParam.indexOf(\":\");\n chrom = this.searchParam.substring(0, idex );\n System.out.println(\"chrom=\" + chrom);\n map.put(\"chrom\", chrom);\n if (this.searchParam.indexOf(\"-\") > -1) {\n int idex1 = this.searchParam.indexOf(\"-\");\n pstart = Integer.parseInt(this.searchParam.substring(idex + 1, idex1 ));\n pend = Integer.parseInt(this.searchParam.substring(idex1 + 1, this.searchParam.length()));\n map.put(\"startpos\", pstart);\n map.put(\"endpos\", pend);\n } else {\n pstart = Integer.parseInt(this.searchParam.substring(idex + 1, this.searchParam.length()));\n map.put(\"startpos\", pstart);\n }\n\n } else if (this.searchParam.startsWith(\"chr\") == true) {\n map.put(\"chrom\", this.searchParam);\n }\n }\n\n map.put(\"searchParam\",this.searchParam);\n }\n\n if(this.searchSpecies!= null && this.searchSpecies.equals(\"null\") ==false && this.searchSpecies.equals(\"all\") == false){\n map.put(\"gwas\",\"gwas\") ;\n map.put(\"gwasend\",\"gwasend\") ;\n map.put(\"species\",this.searchSpecies);\n }\n\n if(this.searchTrait != null&& this.searchTrait.equals(\"null\") ==false && this.searchTrait.length()>0){\n\n map.put(\"gwas\",\"gwas\") ;\n map.put(\"gwasend\",\"gwasend\") ;\n map.put(\"searchTrait\", this.searchTrait) ;\n }\n\n if(this.pvalue != null&& this.pvalue.equals(\"null\") ==false && this.pvalue.length()>0){\n\n map.put(\"gwas\",\"gwas\") ;\n map.put(\"gwasend\",\"gwasend\") ;\n map.put(\"psitu\", this.psitu);\n map.put(\"pval\", this.pvalue) ;\n }\n\n\n //here, parse search param and get genotype information\n genotypeBeanList = (List<GenotypeBean>) baseService.findResultList(\"cn.big.gvk.dm.Genotype.selectGenotypeByPos\",map);\n if(genotypeBeanList != null && genotypeBeanList.size() > 0 ){\n for(GenotypeBean tbean :genotypeBeanList ){\n List genotypelist = new ArrayList();\n genotypelist.add(tbean.getGenotypeId()) ;\n\n Map t = new HashMap();\n t.put(\"genotypelist\",genotypelist);\n List<GenotypeAnnotateGeneView> annotateview = baseService.findResultList(\"cn.big.gvk.dm.Genotype.selectGenotypeByList\",t);\n if(annotateview != null && annotateview.size()>0 ){\n //here we need to filter the result\n Map filtermap = new HashMap();\n for(GenotypeAnnotateGeneView tview : annotateview){\n String fkey = tview.getMapGeneId()+\"_\"+tview.getConseqtype();\n if(filtermap.containsKey(fkey) == false){\n filtermap.put(fkey,tview);\n }\n }\n\n if(filtermap.size()>0){\n List<GenotypeAnnotateGeneView> alist = new ArrayList<GenotypeAnnotateGeneView>();\n Iterator it = filtermap.entrySet().iterator();\n while(it.hasNext()){\n Map.Entry entry = (Map.Entry) it.next();\n GenotypeAnnotateGeneView val = (GenotypeAnnotateGeneView) entry.getValue();\n alist.add(val);\n }\n\n tbean.setGenotypeAnnotateGeneView(alist);\n }\n\n\n }\n\n //find association count\n GwasAssociationBean gwas = (GwasAssociationBean) baseService.findObjectByObject(\"cn.big.gvk.dm.GwasAssociation.selectAssociationCountByGenotypeid\",tbean.getGenotypeId());\n if(gwas != null){\n tbean.setTraitCount(gwas.getGwasCount());\n }\n\n //find studycount\n Map cmap = new HashMap();\n cmap.put(\"genotypeId\",tbean.getGenotypeId());\n if(this.searchSpecies!= null && this.searchSpecies.equals(\"all\") == false){\n cmap.put(\"species\",this.searchSpecies);\n }\n\n\n GwasAssociationBean tg_bean1 = (GwasAssociationBean)baseService.findObjectByObject(\"cn.big.gvk.dm.GwasAssociation.selectStudyCountByGenotypeid\",cmap);\n if(tg_bean1 != null ){\n tbean.setStudyCount(tg_bean1.getGwasCount());\n }\n\n }\n\n\n\n }\n\n StringBuffer sb = new StringBuffer() ;\n\n if(genotypeBeanList != null && genotypeBeanList.size()>0){\n for(GenotypeBean genotype: genotypeBeanList){\n sb.append(genotype.getVarId()).append(\"\\t\").append(genotype.getChrom()).append(\":\")\n .append(genotype.getStartPos()).append(\"\\t\").append(genotype.getTraitCount())\n .append(\"\\t\").append(genotype.getStudyCount()).append(\"\\n\");\n }\n }\n\n if(format == 1 ){ //export txt\n this.response.reset();\n this.response.setHeader(\"Content-Disposition\",\n \"attachment;filename=export.txt\");\n this.response.setContentType(\"application/ms-txt\");\n try {\n PrintWriter pr = this.response.getWriter();\n pr.print(sb.toString());\n pr.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n\n }", "PersonFinder whereFirstNameStartsWith(String prefix);", "@Test\n public void testFieldAlias() throws Exception {\n String[] files = new String[]{\n \"support/solr_test_documents/max_length_doc.txt\", \n };\n SolrServerUnitTestUtil.indexFiles(files);\n //Thread.sleep(1000000000L); \n \n //Find the post. Notice 255 characters seems to be Solr maximum token-size when searching\n SolrQuery query = new SolrQuery(\n //First 250 characters, wildcard search 1234567890......*\n \"1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890*\"\n );\n QueryResponse response = solrServer.query(query);\n assertEquals(1L, response.getResults().getNumFound());\n \n \n }", "public MyAnnotator(String name, Properties props){\r\n sch = props.getProperty(\"Search.string\",\"the\"); //gets search string if specified, else defaults to \"the\"\r\n }", "private String keywordFound(){\r\n\t\tString rtn = \"\";\r\n\t\tString tmp = \"\";\r\n\t\tint carr_pos = getCaretPosition();\r\n\t\t//estract part of text for keyword search\r\n\t\ttry { \r\n\t\tif(carr_pos>50)\r\n\t\t\ttmp = doc.getText(carr_pos-50,50);\r\n\t\telse\r\n\t\t\ttmp = doc.getText(0,carr_pos);\r\n\t\t}catch(BadLocationException a){\r\n\t\t\tSystem.out.println(\"exception\");\r\n\t\t\treturn rtn;\r\n\t\t};\r\n\t\t//Start check\r\n\t\tint i = 0;\r\n\t\tif(tmp.length() >= 2)i = tmp.length()-2;\t\r\n\t\twhile(checkOperator(tmp.charAt(i)) && i > 0){\r\n\t\t\trtn += tmp.charAt(i);\r\n\t\t\ti--;\r\n\t\t}\r\n\t\tif(i == 0)rtn += tmp.charAt(i);\t\t\r\n\t\treturn mirrorString(rtn);\r\n\t}", "public void execFuzzySearchRangeFunc(){\n\n Map map = new HashMap();\n\n if(this.searchParam != null && this.searchParam.length()> 0 ){\n if(this.searchParam.contains(\":\")==true || this.searchParam.startsWith(\"chr\") == true){\n String chrom = \"\";\n int pstart = -1;\n int pend = -1;\n if(this.searchParam.indexOf(\":\") > -1 ){\n int idex = this.searchParam.indexOf(\":\");\n chrom = this.searchParam.substring(0,idex );\n System.out.println(\"chrom=\"+chrom);\n map.put(\"chrom\",chrom);\n if(this.searchParam.indexOf(\"-\") > -1 ){\n int idex1 = this.searchParam.indexOf(\"-\");\n pstart = Integer.parseInt(this.searchParam.substring(idex+1, idex1));\n pend = Integer.parseInt(this.searchParam.substring(idex1+1, this.searchParam.length()));\n map.put(\"startpos\",pstart);\n map.put(\"endpos\",pend);\n }else {\n pstart = Integer.parseInt(this.searchParam.substring(idex+1, this.searchParam.length()));\n map.put(\"startpos\",pstart);\n }\n\n }else if(this.searchParam.startsWith(\"chr\") == true){\n map.put(\"chrom\",this.searchParam);\n\n\n }\n }\n }\n\n int idenfilter = 0;\n if(this.searchSpecies!= null && this.searchSpecies.equals(\"all\") == false){\n idenfilter =1;\n map.put(\"gwas\",\"gwas\") ;\n map.put(\"gwasend\",\"gwasend\") ;\n map.put(\"species\",this.searchSpecies);\n }\n\n if(this.searchTrait != null&& this.searchTrait.equals(\"null\")==false && this.searchTrait.length()>0){\n idenfilter =1;\n map.put(\"gwas\",\"gwas\") ;\n map.put(\"gwasend\",\"gwasend\") ;\n map.put(\"searchTrait\", this.searchTrait) ;\n }\n\n if(this.pvalue != null&& this.pvalue.equals(\"null\")==false && this.pvalue.length()>0){\n idenfilter =1;\n map.put(\"gwas\",\"gwas\") ;\n map.put(\"gwasend\",\"gwasend\") ;\n map.put(\"psitu\", this.psitu);\n map.put(\"pval\", this.pvalue) ;\n }\n\n List<SearchItemBean> searchlist = (List<SearchItemBean>) baseService.findResultList(\"cn.big.gvk.dm.Search.selectRangeBySearch\",map);\n if( searchlist != null ){\n genotypeBeanList = new ArrayList<GenotypeBean>();\n mapGeneBeanList = new ArrayList<MapGeneBean>();\n for(SearchItemBean tmpbean : searchlist){\n if(tmpbean.getItemType() == 1){ //variant\n Map cmp = new HashMap();\n cmp.put(\"genotypeid\",tmpbean.getItemId());\n GenotypeBean tbean = (GenotypeBean) baseService.findObjectByObject(\"cn.big.gvk.dm.Genotype.selectGenotypeByPos\",cmp);\n if(tbean != null ){\n List genotypelist = new ArrayList();\n genotypelist.add(tbean.getGenotypeId()) ;\n\n Map t = new HashMap();\n t.put(\"genotypelist\",genotypelist);\n List<GenotypeAnnotateGeneView> annotateview = baseService.findResultList(\"cn.big.gvk.dm.Genotype.selectGenotypeByList\",t);\n if(annotateview != null && annotateview.size()>0 ){\n //here we need to filter the result\n Map filtermap = new HashMap();\n for(GenotypeAnnotateGeneView tview : annotateview){\n String fkey = tview.getMapGeneId()+\"_\"+tview.getConseqtype();\n if(filtermap.containsKey(fkey) == false){\n filtermap.put(fkey,tview);\n }\n }\n\n if(filtermap.size()>0){\n List<GenotypeAnnotateGeneView> alist = new ArrayList<GenotypeAnnotateGeneView>();\n Iterator it = filtermap.entrySet().iterator();\n while(it.hasNext()){\n Map.Entry entry = (Map.Entry) it.next();\n GenotypeAnnotateGeneView val = (GenotypeAnnotateGeneView) entry.getValue();\n alist.add(val);\n }\n\n tbean.setGenotypeAnnotateGeneView(alist);\n }\n\n\n }\n\n //find association count\n GwasAssociationBean gwas = (GwasAssociationBean) baseService.findObjectByObject(\"cn.big.gvk.dm.GwasAssociation.selectAssociationCountByGenotypeid\",tbean.getGenotypeId());\n if(gwas != null){\n tbean.setTraitCount(gwas.getGwasCount());\n }\n\n //find studycount\n Map cmap = new HashMap();\n cmap.put(\"genotypeId\",tbean.getGenotypeId());\n if(this.searchSpecies!= null && this.searchSpecies.equals(\"all\") == false){\n cmap.put(\"species\",this.searchSpecies);\n }\n\n\n GwasAssociationBean tg_bean1 = (GwasAssociationBean)baseService.findObjectByObject(\"cn.big.gvk.dm.GwasAssociation.selectStudyCountByGenotypeid\",cmap);\n if(tg_bean1 != null ){\n tbean.setStudyCount(tg_bean1.getGwasCount());\n }\n\n genotypeBeanList.add(tbean) ;\n }\n\n\n\n\n }else if(tmpbean.getItemType() == 2){//gene\n\n Map cmp = new HashMap();\n cmp.put(\"gid\",tmpbean.getItemId()) ;\n MapGeneBean mgb = (MapGeneBean) baseService.findObjectByObject(\"cn.big.gvk.dm.MapGene.selectMapGeneCount\",cmp);\n if(mgb != null ){\n Map t = new HashMap();\n t.put(\"gId\",mgb.getGid()) ;\n t.put(\"count\",\"count\");\n\n //trait count\n GwasAssociationView gwas = (GwasAssociationView) baseService.findObjectByObject(\"cn.big.gvk.dm.GwasAssociation.selectGwasViewByGeneInfo\",t);\n if(gwas != null){\n mgb.setTraitCount(gwas.getTraitCount());\n }\n\n //study count\n StudyBean study = (StudyBean) baseService.findObjectByObject(\"cn.big.gvk.dm.study.selectStudyByMapGeneId\",t);\n if(study != null ){\n mgb.setStudyCount(study.getStudyCount());\n }\n\n //publication count\n PublicationBean publication = (PublicationBean)baseService.findObjectByObject(\"cn.big.gvk.dm.publication.selectPubByGeneId\",t);\n if (publication != null ){\n mgb.setPublicationCount(publication.getPublicationCount());\n }\n mapGeneBeanList.add(mgb) ;\n\n }\n\n\n }\n }\n }\n StringBuffer sb = new StringBuffer();\n //generate hidden html table and then use tableExport.js export\n if(genotypeBeanList != null && genotypeBeanList.size()>0){\n for(GenotypeBean genotype: genotypeBeanList){\n sb.append(genotype.getVarId()).append(\"\\t\").append(genotype.getChrom()).append(\":\")\n .append(genotype.getStartPos()).append(\"\\t\").append(genotype.getTraitCount())\n .append(\"\\t\").append(genotype.getStudyCount()).append(\"\\n\");\n }\n }\n\n if(mapGeneBeanList != null && mapGeneBeanList.size()>0){\n for(MapGeneBean mapgene: mapGeneBeanList){\n sb.append(mapgene.getMapGeneId()).append(\"\\t\").append(mapgene.getMapGeneChrom()).append(\":\")\n .append(mapgene.getMapGeneStart()).append(\"-\").append(mapgene.getMapGeneEnd()).append(\"\\t\").append(mapgene.getTraitCount()).append(\"\\t\")\n .append(mapgene.getStudyCount()).append(\"\\n\");\n }\n }\n\n\n if(format == 1 ){ //export txt\n this.response.reset();\n this.response.setHeader(\"Content-Disposition\",\n \"attachment;filename=export.txt\");\n this.response.setContentType(\"application/ms-txt\");\n try {\n PrintWriter pr = this.response.getWriter();\n pr.print(sb.toString());\n pr.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n\n }", "DoSearch extension(String... extensions);", "PersonFinder whereNameStartsWith(String prefix);", "public List<Ve> searchVe(String maSearch);", "void search();", "void search();", "Search getSearch();", "protected abstract String createSnpSearchQueryStr(HashMap<String,String> paramMap);", "@Test\n\tpublic void testSearchBasedOnRequest1() {\n\t\tsearchBasedOnRequestSetup();\n\t\t\n\t\tPreference prefs = prefManager.getUserPreference();\n\t\tprefs.setThreshold(10000);\n\t\t\n\t\tList<Suggestion> sugg = dm.searchBasedOnRequest(\"Flavorful\", prefs, true);\n\t\tassertTrue(sugg.size() > 0);\n\t\tassertTrue(sugg.get(0).getType() == Suggestion.SENTENCE);\n\t}", "CampusSearchQuery generateQuery();", "public String prepareTextQuery(String name) {\n String formattedName = name.replaceAll(\"[^a-zA-Z0-9 ]\", \"\").replaceAll(\" \",\"+\");\n return \"https://maps.googleapis.com/maps/api/place/textsearch/json?query=\" +\n formattedName +\n \"&location=\" + lat + \",\" + lng +\n \"&key=\" + apikey;\n }", "private String doUsedIn(SlingHttpServletRequest request) {\n String usedin[] = request.getParameterValues(\"usedin\");\n if (usedin != null && usedin.length > 0) {\n StringBuilder sb = new StringBuilder();\n\n for (String u : usedin) {\n sb.append(\"jcr:contains(@sakai:linkpaths,\\\"\").append(u).append(\"\\\") or \");\n }\n\n String usedinClause = sb.toString();\n int i = usedinClause.lastIndexOf(\" or \");\n if (i > -1) {\n usedinClause = usedinClause.substring(0, i);\n }\n if (usedinClause.length() > 0) {\n usedinClause = \" and (\" + usedinClause + \")\";\n return usedinClause;\n }\n }\n return \"\";\n }", "private String getSuggestions() {\r\n\t\tDbHandler dbHandler = new DbHandler(new AndroidFileIO(this));\r\n\t\tTable data;\r\n\t\ttry {\r\n\t\t\tdata = dbHandler.generateDataTable(\"mentalrate\");\r\n\t\t} catch (Exception e) {\r\n\t\t\te.printStackTrace();\r\n\t\t\treturn \"\";\r\n\t\t}\r\n\r\n\t\tRulesFinder finder = new RulesFinder(data);\r\n\t\tIterator<Rule> rulesIter = finder.findRules().iterator();\r\n\r\n\t\tString msg = \"\";\r\n\t\twhile (rulesIter.hasNext()) {\r\n\t\t msg += RuleTranslator.humanReadable(rulesIter.next())+\"\\n\";\r\n\t\t}\r\n\t System.out.println(msg);\r\n\t\treturn msg;\r\n\t}", "private String findFrom(String from) {\n\t\tPattern UNIT = Pattern.compile(\"^\\\\w+.\\\\w+(?=\\\\ )\"); // Match two words\n\t\tMatcher m = UNIT.matcher(from);\n\t\twhile (m.find()) {\n\t\t\tfrom = m.group(0);\n\t\t}\n\t\treturn from;\n\t}", "@Override\n public void onPartialResult(Hypothesis hypothesis) {\n if (hypothesis == null)\n return;\n\n String text = hypothesis.getHypstr();\n //\n if (text.equals(KEYPHRASE))\n switchSearch(MENU_SEARCH);\n else if (text.equals(DIGITS_SEARCH))\n switchSearch(DIGITS_SEARCH);\n else if (text.equals(ANIMAL_SEARCH))\n switchSearch(ANIMAL_SEARCH);\n else\n ((TextView) findViewById(R.id.result_text)).setText(text);\n }", "java.lang.String getSearchValue();", "private void searchSong() {\n String keyword = keywordEdt.getText().toString().trim();\n if (TextUtils.isEmpty(keyword)) {\n } else {\n keyword = keyword.toLowerCase();\n\n }\n\n midiRecommendAdapter.notifyDataSetChanged();\n }", "private String getSearchUrl(String url ){\n String params = searchEditText.getText().toString();\n params = params.replace(\" \",\"+\");\n url += params + \"&filter=ebooks&prettyPrint=false\";\n return url;\n }", "@ActionTrigger(action=\"KEY-ENTQRY\", function=KeyFunction.SEARCH)\n\t\tpublic void spriden_Search()\n\t\t{\n\t\t\t\n\t\t\t\texecuteAction(\"QUERY\");\n\t\t\t\tgetTask().getGoqrpls().gCheckFailure();\n\t\t\t}", "public void setSearchText(String s) {\n\t\t\tthis.searchString = \".*\" + s + \".*\";\n\t\t}", "String escapeReservedWords(String query);", "@Override\n public void doComplete(CompletionInfo completions, String partial, int flags) {\n if (caseInsensitive) {\n partial = partial.toLowerCase();\n }\n for (String str : valueMap.keySet()) {\n if (str.startsWith(partial)) {\n completions.addCompletion(str);\n }\n }\n }", "public static void main(String[] args) {\n\n\t\tSolution49 s49 = new Solution49();\n\t\tint result=s49.strstr1(\"bcabc\", \"ab\");\n\t\tSystem.out.println(result);\n\t\tresult=s49.strstr2(\"bcabc\", \"aab\");\n\t\tSystem.out.println(result);\n\t\treturn;\n\t}", "private String fixWordStarts(final String line) {\n final String[] parts = line.split(\" \");\n\n final StringBuilder lineBuilder = new StringBuilder();\n\n for (int i = 0; i < parts.length; i++) {\n String part = parts[i];\n\n // I prefer a space between a - and the word, when the word starts with a dash\n if (part.matches(\"-[0-9a-zA-Z']+\")) {\n final String word = part.substring(1);\n part = \"- \" + word;\n }\n\n // yes this can be done in 1 if, no I'm not doing it\n if (startsWithAny(part, \"lb\", \"lc\", \"ld\", \"lf\", \"lg\", \"lh\", \"lj\", \"lk\", \"ll\", \"lm\", \"ln\", \"lp\", \"lq\", \"lr\",\n \"ls\", \"lt\", \"lv\", \"lw\", \"lx\", \"lz\")) {\n // some words are incorrectly fixed (llama for instance, and some Spanish stuff)\n if (startsWithAny(part, \"ll\") && isOnIgnoreList(part)) {\n lineBuilder.append(part);\n } else {\n // I starting a word\n part = part.replaceFirst(\"l\", \"I\");\n lineBuilder.append(part);\n }\n } else if (\"l.\".equals(part)) {\n // I at the end of a sentence.\n lineBuilder.append(\"I.\");\n } else if (\"l,\".equals(part)) {\n // I, just before a comma\n lineBuilder.append(\"I,\");\n } else if (\"l?\".equals(part)) {\n // I? Wut? Me? Moi?\n lineBuilder.append(\"I?\");\n } else if (\"l!\".equals(part)) {\n // I! 't-was me!\n lineBuilder.append(\"I!\");\n } else if (\"l..\".equals(part)) {\n // I.. think?\n lineBuilder.append(\"I..\");\n } else if (\"l...\".equals(part)) {\n // I... like dots.\n lineBuilder.append(\"I...\");\n } else if (\"i\".equals(part)) {\n // i suck at spelling.\n lineBuilder.append(\"I\");\n } else if (part.startsWith(\"i'\")) {\n // i also suck at spelling.\n part = part.replaceFirst(\"i\", \"I\");\n lineBuilder.append(part);\n } else {\n // nothing special to do\n lineBuilder.append(part);\n }\n\n // add trailing space if it is not the last part\n if (i != parts.length - 1) {\n lineBuilder.append(\" \");\n }\n }\n\n return lineBuilder.toString();\n }", "public static void main(String[] args){\n String str = \"aasdfasdfasdfasdfas\";\n String pattern = \"aasdf.*asdf.*asdf.*asdf.*s\";\n// String str = \"mississippi\";\n// String pattern = \"mis*is*ip*.\";\n// String pattern = \"mis*is*p*.\";\n// String pattern = \"mis*is*ip*.\";\n// String str = \"aaaaaaaaaaaaac\";\n// String pattern = \"a*a*a*a*a*a*a*a*a*a*c\";\n long time = System.currentTimeMillis();\n// String str = \"aaaaaaaaaaaaab\";\n// String pattern = \"a*a*a*a*a*a*a*a*a*a*b\";\n System.out.println(find(str,pattern));\n System.out.println(\"time: \" + (System.currentTimeMillis() - time));\n }", "@Test\n\tpublic void testSearchBasedOnRequest4() {\n\t\tsearchBasedOnRequestSetup();\n\t\t\n\t\tList<Suggestion> sugg = dm.searchBasedOnRequest(\"Flavorful\", null, true);\n\t\tassertTrue(sugg.size() == 0);\n\t}", "@Test\n public void testBeginsWith() {\n String aSearchParam = \"hallo\";\n String expResult = \"hallo%\";\n ApplicationInfo.info(\n DatabaseHelperTest.class, ApplicationInfo.TEST, ApplicationInfo.UNIT_TEST, \"testBeginsWith\", aSearchParam);\n String result = DatabaseHelper.beginsWith(aSearchParam);\n assertEquals(expResult, result);\n }", "public String bestMatch(String prefix) {\n\t\tif(prefix != null){\n\t\t\tfor(int i = 0; i < data.getRawList().size();i++){\n\t\t\t\tif(data.getRawList().get(i).getWord().startsWith(prefix)){\n\t\t\t\t\treturn data.getRawList().get(i).getWord();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}", "public SearchResult search(String text, String subText);", "private void searchGuide(EditText searchBar, boolean forward)\n \t{\t\n \t\t//private ArrayList<View> guideTextViews;\n \t\t//private int guideIndex;\n \t\t//private int textBlockIndex;\n \t\t\n \t\tString query = searchBar.getText().toString().toLowerCase(AlgorithmContainer.CURRENT_LOCALE);\n \t\tScrollView scrollBar = (ScrollView) findViewById(R.id.scroll_bar);\n \t\t\n \t\twhile(guideIndex >= 0 && guideIndex < guideTextViews.size())\n \t\t{\n \t\t\tView view = guideTextViews.get(guideIndex);\n \t\t\tTextView block = null;\n \t\t\tString textBlock = null;\n \t\t\t\n \t\t\tif(view instanceof TextView)\n \t\t\t{\n \t\t\t\tblock = (TextView) view;\n \t\t\t}\n \t\t\telse\n \t\t\t{\n \t\t\t\tsearchBar.setHint(\"An error has occurred\");\n \t\t\t\treturn;\n \t\t\t}\n \t\t\t\n \t\t\ttextBlock = (String) block.getText().toString().toLowerCase(AlgorithmContainer.CURRENT_LOCALE);\n \t\t\t\n \t\t\t\n \t\t\t//Search the given block of text\n \t\t\twhile(textBlockIndex < textBlock.length())\n \t\t\t{\n \t\t\t\ttextBlockIndex = textBlock.indexOf(query,textBlockIndex);\n \t\t\t\tif(textBlockIndex == -1)\n \t\t\t\t{\n \t\t\t\t\ttextBlockIndex = 0;\n \t\t\t\t\tbreak;\n \t\t\t\t}\n \t\t\t\telse\n \t\t\t\t{\n \t\t\t\t\tint loc[] = {0,1};\n \t\t\t\t\tblock.getLocationInWindow(loc);\n \t\t\t\t\tscrollBar.scrollTo(loc[0],loc[1]);\n \t\t\t\t\tif(forward)\n \t\t\t\t\t{\tsearchBar.clearFocus();\n \t\t\t\t\t\tblock.requestFocus(View.FOCUS_DOWN);\n \t\t\t\t\t\treturn;\n \t\t\t\t\t}\n \t\t\t\t\telse\n \t\t\t\t\t{\n \t\t\t\t\t\tsearchBar.clearFocus();\n \t\t\t\t\t\tblock.requestFocus(View.FOCUS_UP);\n \t\t\t\t\t\treturn;\n \t\t\t\t\t}\n \t\t\t\t\t\n \t\t\t\t}\n \t\t\t}\n \t\t\ttextBlockIndex = 0;\n \t\t\tif(forward)\n \t\t\t{\n \t\t\t\t++guideIndex;\n \t\t\t}\n \t\t\telse\n \t\t\t{\n \t\t\t\t--guideIndex;\n \t\t\t}\n \t\t}\n \t\tif(guideIndex >= guideTextViews.size() || guideIndex < 0)\n \t\t{\n \t\t\tsearchBar.setText(\"Reached end for \\\"\" + query + \"\\\"\");\n \t\t\tif(forward)\n \t\t\t{\n \t\t\t\tguideIndex = 0;\n \t\t\t}\n \t\t\telse\n \t\t\t{\n \t\t\t\tguideIndex = guideTextViews.size() - 1;\n \t\t\t}\n \t\t}\n \t\t\n \t\treturn;\n \t}", "protected static void searchForSentence(String searchedUserInput,\n HashMap<String, HashMap<String, LinkedList<Integer>>> contentOfFiles) {\n wordsOfSearchedSentence = Util.createWords(searchedUserInput);\n short percentage;\n for(String fileName : contentOfFiles.keySet()) {\n HashMap<String, LinkedList<Integer>> fileContent = contentOfFiles.get(fileName);\n percentage = getPercentage(fileContent);\n System.out.println(fileName + \":%\" + percentage);\n }\n }", "List<Product> getProductsContainingProductNameOrShortDescription(String productSearchString);", "private Search() {}", "private void invoke(String searchStr) {\n String userInput = concatWithNewLineFeed(searchStr,replacementStr,srcFile.getAbsolutePath(),destFile.getAbsolutePath());\n System.setIn(new ByteArrayInputStream(userInput.getBytes()));\n FindAndReplace.main(null);\n }", "public static String generateAristocratHint(String plaintext) {\n String[] words = plaintext.split(\" \");\n int freqhigh = 1;\n String mostfreq = null;\n for(String w : words) {\n int wf = freq(words,w);\n if (wf > freqhigh) {\n freqhigh = wf;\n mostfreq = w;\n }\n }\n int hintid = 0;\n if (mostfreq != null) {\n int choice = (int)(Math.random()*3);\n hintid = choice;\n } else {\n int choice = (int)(Math.random()*2);\n hintid = choice*2;\n }\n String hint = \"\";\n if (hintid == 0) {\n int variant = (int)(Math.random()*4);\n if (variant == 0) {\n hint = \"The first word is \" + words[0];\n } else if (variant == 1) {\n hint = \"The second word is \" + words[1];\n } else if (variant == 2) {\n hint = \"The third word is \" + words[2];\n } else if (variant == 3) {\n hint = \"The last word is \" + words[words.length-1];\n }\n } else if (hintid == 1) {\n hint = \"The word \" + mostfreq + \" appears \" + getNumWord(freqhigh);\n } else if (hintid == 2) {\n hint = \"The two most common letters are \" + mostCommonTwo(plaintext)[0] + \" and \" + mostCommonTwo(plaintext)[1];\n }\n return hint;\n }", "private void searchWord()\n {\n String inputWord = searchField.getText();\n \n if(inputWord.isEmpty())\n queryResult = null;\n \n else\n {\n char firstLetter = inputWord.toUpperCase().charAt(0);\n \n for(int i = 0 ; i < lexiNodeTrees.size() ; i++)\n {\n if(lexiNodeTrees.get(i).getCurrentCharacter() == firstLetter)\n {\n queryResult = lexiNodeTrees.get(i).searchWord(inputWord, false);\n i = lexiNodeTrees.size(); // escape the loop\n }\n }\n }\n \n // update the list on the GUI\n if(queryResult != null)\n {\n ArrayList<String> words = new ArrayList<>();\n for(WordDefinition word : queryResult)\n {\n words.add(word.getWord());\n }\n \n // sort the list of words alphabetically \n Collections.sort(words);\n \n // display the list of wordsin the UI\n DefaultListModel model = new DefaultListModel();\n for(String word : words)\n {\n model.addElement(word);\n }\n\n this.getSearchSuggestionList().setModel(model);\n }\n \n else\n this.getSearchSuggestionList().setModel( new DefaultListModel() );\n }", "private void search() {\n \t\tString searchString = m_searchEditText.getText().toString();\n \n \t\t// Remove the refresh if it's scheduled\n \t\tm_handler.removeCallbacks(m_refreshRunnable);\n \t\t\n\t\tif ((searchString != null) && (!searchString.equals(\"\"))) {\n \t\t\tLog.d(TAG, \"Searching string: \\\"\" + searchString + \"\\\"\");\n \n \t\t\t// Save the search string\n \t\t\tm_lastSearch = searchString;\n \n \t\t\t// Disable the Go button to show that the search is in progress\n \t\t\tm_goButton.setEnabled(false);\n \n \t\t\t// Remove the keyboard to better show results\n \t\t\t((InputMethodManager) this\n \t\t\t\t\t.getSystemService(Service.INPUT_METHOD_SERVICE))\n \t\t\t\t\t.hideSoftInputFromWindow(m_searchEditText.getWindowToken(),\n \t\t\t\t\t\t\t0);\n \n \t\t\t// Start the search task\n \t\t\tnew HTTPTask().execute(searchString);\n \t\t\t\n \t\t\t// Schedule the refresh\n \t\t\tm_handler.postDelayed(m_refreshRunnable, REFRESH_DELAY);\n \t\t} else {\n \t\t\tLog.d(TAG, \"Ignoring null or empty search string.\");\n \t\t}\n \t}", "@Override\r\n\tpublic void search() {\n\r\n\t}", "public String dispaly(String result, String which) {\n String fword=\"\";\n String dump=result;\n Log.i(\"result \"+which,result);\n if(result!=null){\n result=result.replaceAll(\"lang=en\",\"\");\n String ts;\n if(result.contains(\"[[\")||result.contains(\"{{\"))\n {\tdump=dump.replaceAll(\"[^a-zA-Z0-9.\\\\[\\\\]|,;}\\\\s+]\", \"\").trim();\n if(dump.startsWith(\"[[\"))\n {\n int i=result.indexOf(\"[[\");\n int j=result.indexOf(\"]]\");\n fword=result.substring(i,j);\n int k=fword.indexOf('|');\n fword=fword.substring(k+1);\n //System.out.println(\"First Word \"+fword);\n //System.out.println(\"FIND \"+result);\n result=result.substring(j+2);\n //\tSystem.out.println(\"FIND \"+result);\n result=fword.concat(result);\n result=result.replace('|',' ');\n\n }\n else\n {\n System.out.println(\"Esle called \"+result);\n dump=dump.replaceAll(\"[^a-zA-Z0-9.\\\\[\\\\]|,;}\\\\s+]\", \"\").trim();\n String arr[]=dump.split(\" \");\n for(int aa=0;aa<arr.length;aa++)\n {\n\n if(arr[aa].contains(\"[[\")&&arr[aa].contains(\"|\"))\n {\n //System.out.println(arr[aa]);\n String min=arr[aa];\n //System.out.println(\"MINNN \"+min);\n int x=min.indexOf(\"[[\");\n int y=min.indexOf(\"|\");\n min=min.substring(y+1);\n //System.out.println(min);\n result=result.replace(arr[aa], min);\n }\n }\n result=result.replace('|',' ');\n }\n }\n //if(result.matches(\"[[[a-zA-Z|]\"))\n send+=\"<h3>\"+which+\"</h3>\"+\"\\n\";\n // System.out.println(\"Meaning for \"+which);\n if(result.contains(\"}}\"))\n {\n int resultindex=result.indexOf(\"}}\");\n //\t System.out.println(resultindex);\n result=result.substring(resultindex);\n }\n\n result = result.replaceAll(\"[^a-zA-Z0-9.,;\\\\s+]\", \"\");\n result=result.replaceAll(\";\",\".\\n\");\n\n // result.endsWith(\".\");\n // System.out.println(result);\n int newline=0;\n for(int i=0;i<result.length();i++)\n {\n if(result.charAt(i)=='\\n')\n {\n newline++;\n }\n }\n\n // System.out.println(\"New Line \"+newline);\n for(int i=0;i<newline;i++)\n {\n int nn=result.indexOf(\"\\n\");\n // System.out.println(\"First line \"+nn);\n String res=result.substring(0,nn);\n result=result.substring(nn+1);\n // System.out.println(res);\n send+=res+\"\\n\";\n }\n int nn=result.indexOf(\"\\n\");\n\n\n result=result.substring(nn+1);\n send+=result+\"\\n\";\n // System.out.println(result);\n /* fword=fword.trim();\n if(!fword.isEmpty())\n {\n\n fword=fword.concat(\" \");\n // send=fword+send;\n send=fword.concat(send);\n\n // System.out.println(\"Called\");\n return send;\n }*/\n\n\n\n }\n /*else {\n result1.setText(\"Wrorng\");\n send+=\"Enter Correct word\";\n // System.out.println(\"Enter correct word\");\n return \"Wrong\";\n }*/\n\n return send;\n }", "@Override\n\tpublic void search() {\n\t}", "String init() {\n StringBuilder output = new StringBuilder();\n output.setLength(0);\n for (String word: wordList) {\n boolean hasMultipleMatches = false;\n boolean hasAmbiguousMatch = false;\n String bestMatch = null;\n List<String> matches = findExactMatches(word);\n if (matches.size()==1) {\n bestMatch = matches.get(0);\n } else if (matches.size()>1) { // One or more exact matches were found.\n // Multiple matches found. Check to see if there is one which is shorted than the others\n List<String> multipleSameLengthMatches = findLongestMatch(matches);\n bestMatch = multipleSameLengthMatches.get(0);\n if (multipleSameLengthMatches.size()>1) {\n hasMultipleMatches = true;\n }\n } else { // No exact match was found, find longest matching substring\n bestMatch = findBestMatch(word);\n hasAmbiguousMatch = true;\n }\n output.append(bestMatch);\n output.append(hasMultipleMatches?\"!\":\"\");\n output.append(hasAmbiguousMatch?\"?\":\"\");\n output.append(\"\\n\");\n }\n return output.toString();\n }", "private String getSearchString(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tString phrase = null;\n\t\t\n\t\tSystem.out.print(\"Please enter the search phrase: \");\n\t\tphrase = scanner.nextLine();\n\t\t\n\t\tscanner.close();\n\t\t\n\t\treturn phrase;\n\t}", "@Override\n public void onTextChanged(CharSequence s, int start, int before, int count) {\n\n List<String> suggest = new ArrayList<String>();\n //Loop in The Suggest List\n for (String search:suggestList)\n {\n if (search.toLowerCase().contains(materialSearchBar.getText().toLowerCase()))\n suggest.add(search);\n }\n materialSearchBar.setLastSuggestions(suggest);\n\n }", "public String streetScan(String input) throws IOException {\n\t\tString strLine;\n\t\tString street = \"\"; \n\t\twhile((strLine = brStreet.readLine()) != null) {\n\t\t\tString regex = \".*?\\\\b\" + strLine.toLowerCase().replaceAll(\"é\", \"e\") + \"\\\\b.*?\";\n\t\t\tif(input.replaceAll(\"é\", \"e\").matches(regex) && strLine.length() > street.length())\n\t\t\t\tstreet = strLine;\n\t\t}\n\t\treturn street;\n\t}", "public static String search(String obj) {\n\t\tMap<String, Object> map = objectMapper.parser().parseMap(obj);\n\t\tif (map.keySet().containsAll(reqQuery)){\n\t\t\treturn objectMapper.toJson(ValueIndexEngine.search(map));\n\t\t}\n\t\treturn badresp;\n\t}", "void loadSearch(UserSearch search);", "public static void main(String[] args) {\n HashMap<String, String> dict1 = new HashMap<>();\n dict1.put(\"a\", \"x\");\n System.out.println(resolve(\"<%a%>\", dict1)); // x\n\n /* test case 2 */\n HashMap<String, String> dict2 = new HashMap<>();\n dict2.put(\"a\", \"x\");\n System.out.println(resolve(\"<%%>\", dict2)); // <%%>\n\n /* test case 3 */\n HashMap<String, String> dict3 = new HashMap<>();\n dict3.put(\"a\", \"x\");\n System.out.println(resolve(\"x<%a%>x\", dict3)); // xxx\n\n /* test case 4 */\n HashMap<String, String> dict4 = new HashMap<>();\n dict4.put(\"b\", \"y\");\n dict4.put(\"c\", \"z\");\n System.out.println(resolve(\"aaaaa<%%>bbbbb<%b%>ccccc<%c%>\", dict4)); // aaaaa<%%>bbbbbycccccz\n\n /* test case 5 */\n HashMap<String, String> dict5 = new HashMap<>();\n dict5.put(\"a\", \"x\");\n dict5.put(\"b\", \"y\");\n dict5.put(\"c\", \"z\");\n System.out.println(resolve(\"aaaaa<%a%>bbbbb<%b%>ccccc<%c%>\", dict5)); // aaaaaxbbbbbycccccz\n\n /* test case 6 */\n HashMap<String, String> dict6 = new HashMap<>();\n dict6.put(\"aa\", \"x\");\n dict6.put(\"b\", \"y\");\n dict6.put(\"c\", \"z\");\n System.out.println(resolve(\"aaaaa<%aa%>bbbbb<%b%>ccccc<%c%>\", dict6)); // aaaaaxbbbbbycccccz\n\n /* test case 7 */\n HashMap<String, String> dict7 = new HashMap<>();\n dict7.put(\"a\", \"x\");\n System.out.println(resolve(\"aaaaa<%a%>bbbbb<%a%>ccccc<%a%>\", dict7)); // aaaaaxbbbbbxcccccx\n\n /* test case 8 */\n HashMap<String, String> dict8 = new HashMap<>();\n dict8.put(\"a\", \"x\");\n dict8.put(\"b\", \"y\");\n dict8.put(\"c\", \"z\");\n System.out.println(resolve(\"aaaaa<%dd%>bbbbb<%b%>ccccc<%c%>\", dict8)); // aaaaa<%dd%>bbbbbycccccz\n }", "private String searchString(String inWord)\n {\n String line = null;\n StringBuffer rtn = new StringBuffer();\n int len = inWord.length();\n boolean found = false;\n\n if(len == 1)\n {\n if(Character.isDigit(inWord.charAt(0)))\n {\n rtn.append(inWord).append(\"I\");\n found = true;\n } // fi\n\n else if(Character.isLetter(inWord.charAt(0)))\n {\n rtn.append(inWord.toLowerCase()).append(\"S\");\n found = true;\n } // else fi\n } // fi\n\n if(!found)\n {\n int\tnum_A = 0; // Upper case\n int\tnum_L = 0; // Lower case\n int\tnum_N = 0; // Numbers\n int\tnum_P = 0; // Punctuation (numeric)\n int\tnum_Q = 0; // Quotes\n int\tnum_O = 0; // Other\n char last_ch = ' ';\n\n for(int i = 0; i < len; i++)\n {\n if((i == 0) && (inWord.charAt(i) == '-'))\n num_L++;\n\n else if(Character.isLowerCase(inWord.charAt(i)))\n num_L++;\n\n else if(Character.isUpperCase(inWord.charAt(i)))\n num_A++;\n\n else if(Character.isDigit(inWord.charAt(i)))\n num_N++;\n\n else if((inWord.charAt(i) == '=')||(inWord.charAt(i) == ':') ||\n (inWord.charAt(i) == '+')||(inWord.charAt(i) == '.') ||\n (inWord.charAt(i) == ','))\n num_P++;\n\n else if((inWord.charAt(i) == '\\'') ||\n (inWord.charAt(i) == '`') || (inWord.charAt(i) == '\"'))\n num_Q++;\n\n else\n num_O++;\n\n last_ch = inWord.charAt(i);\n } // for\n\n int pos = 0;\n if((len - ntail) > 0)\n pos = len - ntail;\n\n rtn.append(inWord.substring(pos).toLowerCase());\n\n if((num_L + num_Q) == len)\n rtn.append(\"\");\n\n else if((num_A + num_Q) == len)\n rtn.append(\"A\");\n\n else if((num_N + num_P + num_Q) == len)\n rtn.append(\"N\");\n\n else if((num_L + num_A + num_Q) == len)\n rtn.append(\"B\");\n\n else if((num_A + num_N + num_P + num_Q) == len)\n rtn.append(\"C\");\n\n else if((num_L + num_N + num_P + num_Q) == len)\n rtn.append(\"E\");\n\n else if((num_A + num_L + num_N + num_P + num_Q) == len)\n rtn.append(\"D\");\n\n else if((num_O == 0) && (last_ch == '+'))\n rtn.append(\"F\");\n\n else\n rtn.append(\"O\");\n } // else\n\n rtn.append(\"_\");\n\n return(rtn.toString());\n }", "@Override\n protected void setHint(String hint) {\n }", "private void searchCode() {\n }", "abstract public void search();", "static String question(String sentence) {\r\n\t\tString result = null;\r\n\t\tif (sentence.contains(\"can you tell me\")) {\r\n\t\t\tint index = sentence.indexOf(\"can you tell me\");\r\n\t\t\tString search = sentence.substring(index + 15);\r\n\t\t\tresult = googleFind(search);\r\n\t\t} else if (sentence.contains(\"do you know\")) {\r\n\t\t\tint index = sentence.indexOf(\"do you know\");\r\n\t\t\tString search = sentence.substring(index + \"do you know\".length());\r\n\t\t\tresult = googleFind(search);\r\n\t\t}\r\n\t\treturn result;\r\n\t}", "@Override\n public void onTextChanged(CharSequence s, int start, int before, int count) {\n\n List<String> suggest = new ArrayList<String>();\n //Loop in The Suggest List\n for (String search:suggestList)\n {\n if (search.toLowerCase().contains(materialSearchBar.getText().toLowerCase()))\n suggest.add(search);\n }\n materialSearchBar.setLastSuggestions(suggest);\n\n }", "@Override\n public List<String> getSuggestions(CommandSource arg0, String arg1, Location<World> arg2) throws CommandException {\n return Collections.emptyList();\n }", "public StringSearch(String pattern, String target) {\n/* 190 */ super(null, null); throw new RuntimeException(\"Stub!\");\n/* */ }", "List<DataTerm> search(String searchTerm);", "public String getCorrectionWord(String misspell);", "@Override\n public void onTextChanged(CharSequence s, int start, int before, int count) {\n List<String> suggest = new ArrayList<String>();\n for (String search : suggestionList) {\n if (search.toLowerCase().contains(product_list_search_bar.getText().toLowerCase().trim()))\n suggest.add(search);\n }\n product_list_search_bar.setLastSuggestions(suggest);\n\n }", "@Test(timeout = 4000)\n public void test58() throws Throwable {\n LovinsStemmer lovinsStemmer0 = new LovinsStemmer();\n String string0 = lovinsStemmer0.stemString(\"The WWW Universal Resource Locator that points to the item being referenced. This often is used for technical reports to point to the ftp site where the postscript source of the report is located.\");\n assertEquals(\"th www univers resourc loc that point to th item being refer. th oft is us for techn report to point to th ftp sit whes th postscript sourc of th report is loc.\", string0);\n }", "public void search(final String editable){\n CountDownTimer timer = new CountDownTimer(500, 100) {\n @Override\n public void onTick(long l) {\n\n }\n public void onFinish() {\n updateResults(editable.toString());\n adapter.notifyDataSetChanged();\n }};\n timer.start();\n }", "void suggest(T value);", "public interface ISimpleSuggestionPluginProvider extends ISuggestionPluginProvider {\n\n Collection<String> getSuggestions(String input, SuggestionRequestContext context);\n\n}", "public void vaguesearch(int i,String x, String req,Student st){\n int p=0;\n for (int j=0;j<req.length();j++){\n char ch1=req.charAt(j);\n for(int k=0;k<x.length();k++){\n char ch2=x.charAt(k);\n if(ch1==ch2) p++;\n }\n }\n // if all points are above a certain level, I accept it and display this similar result\n if (p>=req.length()-1)\n this.printTable(st,i);\n }", "public static void main(String[] args) {\n\t\tString[] words = {\"at\",\"\",\"\",\"\",\"ball\",\"\",\"\",\"\",\"car\",\"\",\"\",\"\"};\n\t\tString searchWord = \"at\";\n\n\t\tsearch(words,searchWord,0,words.length-1);\n\n\t}", "@Override\n public void onSearchConfirmed(CharSequence text) {\n startSearch(text);\n }" ]
[ "0.68164784", "0.6262593", "0.5965188", "0.58396566", "0.57521415", "0.5573719", "0.5548056", "0.5532281", "0.5513346", "0.5429325", "0.5408295", "0.5407258", "0.5346511", "0.53389424", "0.5316535", "0.5279304", "0.5245917", "0.5229029", "0.52102613", "0.5193893", "0.5167572", "0.5145474", "0.51286566", "0.5124139", "0.5119673", "0.5112689", "0.5111776", "0.5104931", "0.50911564", "0.5086029", "0.5078586", "0.5070085", "0.50695986", "0.5066293", "0.50646716", "0.5062964", "0.5053414", "0.5051424", "0.5037577", "0.50329286", "0.502215", "0.502215", "0.5018061", "0.50165147", "0.50132525", "0.50063336", "0.49983206", "0.49799448", "0.49765086", "0.49694082", "0.49640265", "0.49481726", "0.49433014", "0.4942736", "0.4927466", "0.4917184", "0.49157354", "0.4908939", "0.49040103", "0.49019733", "0.49001917", "0.48986143", "0.48948753", "0.48876214", "0.4887476", "0.48835936", "0.48796144", "0.48757198", "0.4873842", "0.48737437", "0.48718208", "0.48706087", "0.48582208", "0.48549506", "0.48540545", "0.48536405", "0.4853098", "0.48522058", "0.48517823", "0.4846501", "0.48438436", "0.48432136", "0.48379213", "0.48346135", "0.4823551", "0.4814175", "0.48119614", "0.4810813", "0.48056597", "0.48046494", "0.48033398", "0.48020846", "0.48014095", "0.48006815", "0.4790205", "0.47870857", "0.47863764", "0.47809714", "0.47756422", "0.47730756", "0.47726572" ]
0.0
-1
Type text and then press the call button.
public void searchDriver(String DRIVER_NAME, String DRIVER_NUMBER, ActivityTestRule<MainActivity> mActivityRule) { enterDriverNameToSearch(DRIVER_NAME); selectDriverAndCall(DRIVER_NAME,DRIVER_NUMBER,mActivityRule); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tif(phone_num_edt.getText().length() != 0){\n\t\t\t\t\tIntent callIntent = new Intent(Intent.ACTION_CALL);\n\t\t\t\t callIntent.setData(Uri.parse(\"tel:\" + phone_num_edt.getText().toString()));\n\t\t\t\t startActivity(callIntent);\n\t\t\t\t}else{\n\t\t\t\t\tphone_num_edt.setText(list.get(0).getCallnumber());\n\t\t\t\t\tphone_num_edt.setSelection(phone_num_edt.getText().length());\n\t\t\t\t}\n\t\t\t}", "private void Call()\n {\n Intent i = new Intent();\n i.setAction(Intent.ACTION_DIAL);\n i.setData(Uri.parse(\"tel:\" + number[index]));\n startActivity(i);\n Toast.makeText(this, \"Option call Chosen...\", Toast.LENGTH_LONG).show();\n }", "private void callContactByName() {\n final ContactBook cb = ContactBook.getSharedInstance();\n words = text.split(\" \");\n try {\n if (words[0].contains(\"ing\")) {\n intent = new Intent(Intent.ACTION_CALL);\n String searchString = \"\";\n for (int i = 1; i < words.length; i++) {\n searchString += words[i] + \" \";\n }\n contact = cb.getClosestMatch(searchString);\n }\n if (contact != null) {\n if (contact.getDefaultNumber() != null && contact.getName() != null) {\n intent.setData(Uri.parse(\"tel:\" + contact.getDefaultNumber()));\n TextToSpeechUtility.readAloud(\"ringer \" + contact.getName());\n while (TextToSpeechUtility.isSpeaking()) {\n Thread.sleep(100);\n }\n startActivity(intent);\n finish();\n }\n }\n } catch (Throwable t) {\n }\n\n }", "@NeedsPermission(Manifest.permission.CALL_PHONE)\n public void handleACall(String text) {\n Intent intent = new Intent(Intent.ACTION_CALL);\n\n intent.setData(Uri.parse(\"tel:\" + text));\n\n if (ActivityCompat.checkSelfPermission(getContext(), Manifest.permission.CALL_PHONE) != PackageManager.PERMISSION_GRANTED) {\n handleCopyingTextToClipboard(text);\n return;\n }\n\n getContext().startActivity(intent);\n\n }", "@Override\r\n\tpublic void call() {\n\t\tSystem.out.println(\"通过语音打电话\");\r\n\t}", "@And(\"^I press \\\"([^\\\"]*)\\\"$\")\n public void iPress(String arg0) throws Throwable {\n home.clickGetAQuote();\n //throw new PendingException();\n }", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1091\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\n\tpublic void Call() {\n\t\tSystem.out.println( phoneName+\"'s Call.\");\n\t}", "@Override\r\n \t\t\tpublic void onClick(View v) {\n \t\tIntent phoneIntent = new Intent(Intent.ACTION_CALL);\r\n phoneIntent.setData(Uri.parse(\"tel:\"+phoneNumber));\r\n startActivity(Intent.createChooser(phoneIntent, \"Calling number...\"));\r\n \t\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1072\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "public void clickOnText(String text);", "public void enterAnswer(String text) {\n\t\ttextBox.clear();\n\t\ttextBox.sendKeys(text);\n\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:9753057542\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:101\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tif(!skypeid.equals(\"not available\"))\n\t\t\t\tcallviaSkype(edittext_skypeId.getText().toString());\n\t\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1073\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:102\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:103\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:100\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\n public void onClick(View v) {\n new TerminalThread(etInput.getText().toString(), 2).start();\n }", "private void MakeCall() {\n String number = content_txt.getText().toString();\n if (number.trim().length() > 0) {\n int permissionCheck = ContextCompat.checkSelfPermission(this, Manifest.permission.CALL_PHONE);\n\n if (permissionCheck != PackageManager.PERMISSION_GRANTED) {\n ActivityCompat.requestPermissions(\n this,\n new String[]{Manifest.permission.CALL_PHONE},\n 123);\n } else {\n String dial = \"tel:\" + number;\n Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(dial));\n startActivity(intent);\n }\n }\n }", "public void ipcallButtonPressed() {\n\t\tdialButtonPressed(true) ;\n\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1031\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\n\tpublic void onClick(View arg0) {\n\t\t\n\t\tIntent callIntent = new Intent(Intent.ACTION_DIAL, Uri.parse(\"tel:555-2345\"));\n\t\tstartActivity(callIntent);\n\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:104\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Step\r\n\tpublic void enterPhone(String phone) {\r\n\t\tLOGGER.info(\"Entering phone: \" + phone);\r\n\t\tphoneInput.type(phone);\r\n\t}", "public void askForSpeaker(){\n System.out.println(\"Enter the speaker username\");\n }", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1071\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\n public void onClick(View view) {\n Intent intent = new Intent(Intent.ACTION_DIAL, Uri.fromParts(\"tel\", tv_desc.getText().toString(), null));\n startActivity(intent);\n }", "@Override\n public void onClick(View view) {\n String phoneNumber = supplierPhoneEditText.getText().toString().trim();\n Intent intent = new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:\" + phoneNumber));\n startActivity(intent);\n }", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:108\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "void showOtherUserTyping();", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1407\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\n\t\t\tpublic void onClick(View arg0) {\n\t\t\t\tIntent intent = new Intent(Intent.ACTION_CALL, Uri.parse(\"tel:\"\n\t\t\t\t\t\t+ phoneCode));\n\t\t\t\tmContext.startActivity(intent);\n\t\t\t}", "protected void type(String text, Finder<WebElement, WebDriver> inputFinder) {\n \t\tcontext.type(text, inputFinder);\n \t}", "@Override\n\t\t\t\tpublic void onClick(DialogInterface arg0, int arg1) {\n\t\t\t\t\tUri uri=Uri.parse(\"tel:\"+ mPhone.getText()); //拨打电话号码的URI格式\n\t\t\t\t\tIntent it=new Intent(); //实例化Intent\n\t\t\t\t\tit.setAction(Intent.ACTION_CALL); //指定Action\n\t\t\t\t\tit.setData(uri); //设置数据\n\t\t\t\t\tstartActivity(it);//启动Acitivity\n\t\t\t\t}", "public void speak(String text);", "@Override\n public void onClick(View v) {\n Uri number = Uri.parse(\"tel: 08963451822\");\n Intent call = new Intent(Intent.ACTION_DIAL);\n call.setData(number);\n startActivity(call);\n }", "private void handleOnClickEvent(String text) {\n if (Classifiers.isPhoneNumber(text)) {\n new AlertDialog.Builder(getContext())\n .setTitle(R.string.TITLE_PHONE_ITEM)\n .setMessage(\"\\n\")\n .setCancelable(false)\n .setPositiveButton(R.string.ITEM_OPTION_CALL, (dialog, which) -> HistoryFragmentPermissionsDispatcher.handleACallWithCheck(this, text))\n .setNegativeButton(R.string.ITEM_OPTION_COPY, (dialog, which) -> handleCopyingTextToClipboard(text))\n .show();\n return;\n }\n\n handleCopyingTextToClipboard(text);\n }", "private void when_clickButtonVoice() {\n onView(withId(R.id.buttonVoice))\n .perform(click());\n }", "private void acceptCall() {\n\t\ttry {\n\t\t\tupdateText(\"Pratar med \", call.getPeerProfile().getUserName());\n\t\t\tcall.answerCall(30);\n\t\t\tcall.startAudio();\n\t\t\tif (call.isMuted()) {\n\t\t\t\tcall.toggleMute();\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\tif (call != null) {\n\t\t\t\tcall.close();\n\t\t\t}\n\n\t\t}\n\t}", "public void launchPhone(){\n\t\tIntent sendIntent = new Intent(Intent.ACTION_DIAL);\n \tsendIntent.setData(Uri.parse(\"tel:\"));\n \t\n \tfinal ResolveInfo mInfo = pacman.resolveActivity(sendIntent, 0);\n \tString s = pacman.getApplicationLabel(mInfo.activityInfo.applicationInfo).toString();\n \t\n \tif (s != null && s.length() > 2) {\n startActivity(sendIntent);\n return;\n } else {\n \tToast.makeText(context, \"No Phone Call App Availible\", Toast.LENGTH_SHORT).show();\n \treturn;\n }\n\t}", "private void clickEnter(){\n\t\tString commandInput = textInput.getText();\n\t\tString feedback;\n\n\t\tif (commandIsClear(commandInput)) {\n\t\t\tusedCommands.addFirst(commandInput);\n\t\t\tclearLinkedDisplay();\n\n\t\t} else {\n\t\t\tif (commandInput.trim().isEmpty()) {\n\t\t\t\tfeedback = \"Empty command\";\n\t\t\t} else {\n\t\t\t\ttry {\n\t\t\t\t\tusedCommands.addFirst(commandInput);\n\t\t\t\t\tParser parser = new Parser(commandInput);\n\t\t\t\t\tTask currentTask = parser.parseInput();\n\t\t\t\t\t\n\t\t\t\t\tif (currentTask.getOpCode() == OPCODE.EXIT) {\n\t\t\t\t\t\tWindow frame = findWindow(widgetPanel);\n\t\t\t\t\t\tframe.dispatchEvent(new WindowEvent(frame, WindowEvent.WINDOW_CLOSING));\n\t\t\t\t\t\tframe.dispose();\n\t\t\t\t\t}\n\t\t\t\t\tif (currentTask.getOpCode() == OPCODE.HELP) {\n\t\t\t\t\t\tfeedback = currentTask.getHelpMessage();\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfeedback = GUIAbstract.getLogic().executeTask(currentTask);\n\t\t\t\t\t}\n\t\t\t\t} catch (Exception e) {\n\t\t\t\t\tfeedback = e.getMessage();\n\t\t\t\t}\n\t\t\t}\n\t\t\tlinkedDisplay.displayFeedback(feedback);\n\t\t\tfor (TasksWidget widget : linkedOptionalDisplays) {\n\t\t\t\twidget.doActionOnClick();\n\t\t\t}\n\t\t}\n\t\tclearTextInput();\n\t}", "public void onClick(View v) {\n\t\t\t\t\t\ttry {\n\t\t \t\t\t\tString phoneNumber = textViewsdt.getText().toString();\n\t\t \t\t\t \n\t\t \t\t\t\t\tIntent it = new Intent(Intent.ACTION_CALL);\n\t\t \t\t\t\t\tit.setData(Uri.parse(\"tel:\" + phoneNumber));\n\t\t \t\t\t\t\tstartActivity(it);\n\t\t \t\t\t\t}\n\t\t \t\t\t\tcatch (ActivityNotFoundException e) {\n\t\t \t\t\t\t\t// Exceptions\n\t\t \t\t\t\t}\n\t\t\t\t\t}", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tIntent intent=new Intent(Intent.ACTION_CALL);\n\t\t\t\tintent.setData(Uri.parse(\"tel:+8801744955241\"));\n\t\t\t\tstartActivity(intent);\n\t\t\t}", "@Override\n public void interact() {\n System.out.print(\"Halo aku ikan di bawah laut dalam lho, aku punya lampu supaya aku\" \n + \"bisa tetap melihat di kegelapan\");\n }", "@AbstractCustomGlobal.GlobalMethod(menuText=\"Echo\")\n public void echo() {\n // Query the user for an input\n String answer = JOptionPane.showInputDialog(null, \"This is an example.\\nType in any text to echo.\");\n // Show an information message\n JOptionPane.showMessageDialog(null, \"You typed '\" + answer + \"'\", \"Example Echo\", JOptionPane.INFORMATION_MESSAGE);\n }", "private void askSpeechInput() {\n Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);\n intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,\n RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);\n intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, Locale.getDefault());\n intent.putExtra(RecognizerIntent.EXTRA_PROMPT,\n \"Hi speak something\");\n speakOut(\"Open Mic\");\n try {\n startActivityForResult(intent, REQ_CODE_SPEECH_INPUT);\n } catch (ActivityNotFoundException a) {\n\n }\n }", "public void communicate() {\r\n System.out.println(\"This iPhone is making a phone call.\");\r\n }", "public abstract void requestFocusToTernaryPhone();", "public void clickBookCall(){\r\n\t\tclickXPath(BOOKCALL_XPATH);\r\n\t\tReporter.log(\"Book call was clicked <br>\", true);\r\n\t}", "public void accept()\n { ua.accept();\n changeStatus(UA_ONCALL);\n if (ua_profile.hangup_time>0) automaticHangup(ua_profile.hangup_time); \n printOut(\"press 'enter' to hangup\"); \n }", "public String interact() {\n return \"Nguiikk!\";\n }", "public void sendText(View view)\n {\n String toSay = editText.getText().toString();\n editText.getText().clear();\n findViewById(R.id.main_layout).requestFocus();\n InputMethodManager imm = (InputMethodManager) getSystemService(Activity.INPUT_METHOD_SERVICE);\n imm.hideSoftInputFromWindow(view.getWindowToken(), 0);\n logicController.ConnectToServer(toSay, false);\n //ttsCont.speakThis(toSay);\n //toastWithTimer(toSay, true);\n }", "public void enterSubText(String value) {\r\n\r\n\t\treportStep(\"About to enter the SubText \" + value, \"INFO\");\r\n\r\n\t\tif(enterTextInChrome(appNotificationSubText,value)) {\r\n\r\n\t\t\treportStep(\"Successfully entered the SubText \" + value, \"PASS\");\r\n\r\n\t\t}else {\r\n\r\n\t\t\treportStep(\"Failed to enter the subText as : \" + value, \"FAIL\");\r\n\r\n\t\t}\r\n\t}", "@Override\n\t\t\tpublic void onClick(View arg0) {\n\t\t\t\tUri uri = Uri.parse(\"tel:6581890\");\n\t\t\t\tIntent intent = new Intent(Intent.ACTION_DIAL, uri);\n\t\t\t\tstartActivity(intent);\n\t\t\t}", "@Step\n public void enterPhoneNumberForPurchase(String number){\n actionWithWebElements.enterTextIntoInput(phoneNumberInput, number);\n }", "private void handleTextInputCallback(TextInputCallback tic)\n throws IOException {\n System.out.print(tic.getPrompt());\n System.out.flush();\n tic.setText((new BufferedReader\n (new InputStreamReader(System.in))).readLine());\n }", "void userPressConnectButton();", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tIntent callIntent = new Intent(Intent.ACTION_CALL);\n\t\t\t\tcallIntent.setData(Uri.parse(\"tel:\" + getIntent().getLongExtra(\"phone\", 0)));\n\t\t\t\tstartActivity(callIntent);\n\t\t\t}", "public void dialButtonPressed(boolean isIpCall) {\n if (isDigitsEmpty()) { // No number entered.\n if (phoneIsCdma() && phoneIsOffhook()) {\n // This is really CDMA specific. On GSM is it possible\n // to be off hook and wanted to add a 3rd party using\n // the redial feature.\n startActivity(newFlashIntent());\n } else {\n if (!TextUtils.isEmpty(mLastNumberDialed)) {\n // Recall the last number dialed.\n mDigits.setText(mLastNumberDialed);\n\n // ...and move the cursor to the end of the digits string,\n // so you'll be able to delete digits using the Delete\n // button (just as if you had typed the number manually.)\n //\n // Note we use mDigits.getText().length() here, not\n // mLastNumberDialed.length(), since the EditText widget now\n // contains a *formatted* version of mLastNumberDialed (due to\n // mTextWatcher) and its length may have changed.\n mDigits.setSelection(mDigits.getText().length());\n } else {\n // There's no \"last number dialed\" or the\n // background query is still running. There's\n // nothing useful for the Dial button to do in\n // this case. Note: with a soft dial button, this\n // can never happens since the dial button is\n // disabled under these conditons.\n playTone(ToneGenerator.TONE_PROP_NACK);\n }\n }\n } else {\n final String number = mDigits.getText().toString();\n\n // \"persist.radio.otaspdial\" is a temporary hack needed for one carrier's automated\n // test equipment.\n // TODO: clean it up.\n if (number != null\n && !TextUtils.isEmpty(mProhibitedPhoneNumberRegexp)\n && number.matches(mProhibitedPhoneNumberRegexp)\n && (SystemProperties.getInt(\"persist.radio.otaspdial\", 0) != 1)) {\n Log.i(TAG, \"The phone number is prohibited explicitly by a rule.\");\n if (getActivity() != null) {\n DialogFragment dialogFragment = ErrorDialogFragment.newInstance(\n R.string.dialog_phone_call_prohibited_title);\n dialogFragment.show(getFragmentManager(), \"phone_prohibited_dialog\");\n }\n\n // Clear the digits just in case.\n mDigits.getText().clear();\n } else {\n final Intent intent = newDialNumberIntent(number);\n if (getActivity() instanceof DialtactsActivity) {\n intent.putExtra(DialtactsActivity.EXTRA_CALL_ORIGIN,\n DialtactsActivity.CALL_ORIGIN_DIALTACTS);\n }\n\t\t if(isIpCall){\n\t\t \tintent.putExtra(IP_CALL_MODE_KEY,isIpCall) ;\n\t\t }\n startActivity(intent);\n mDigits.getText().clear(); // TODO: Fix bug 1745781\n getActivity().finish();\n }\n }\n }", "@Override\n\t\t\tpublic void onClick(View v) \n\t\t\t{\n\t\t\t\tISpeechServiceProxy iss = new SpeechServiceProxy() ;\n\t\t\t\tiss.textToSpeech(ServiceAction.TTS_ACTION, ReadTextActivity.this, inputText.getText().toString()) ;\n\t\t\t}", "public void onPressNumber(View view) {\r\n CallHelper.callNumber(this, event.contactNumber);\r\n }", "@OnClick(R.id.converter_organization_phone_iv)\n public void callToOrg() {\n if (ActivityCompat.checkSelfPermission(CashApplication.getContext(), Manifest.permission.CALL_PHONE) != PackageManager.PERMISSION_GRANTED) {\n new DialogInfoCall(mContext);\n } else {\n Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(\"tel:\" +\n mMainListForActions.get(mPositionOfCurInList).getOrganizations().get(mPositionOfOrgInList).getPhone()));\n intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n startActivity(intent);\n }\n }", "@Override\r\n\tpublic void onClick(View arg0) {\n\t\tIntent i = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);\r\n\t\ti.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);\r\n\t\ti.putExtra(RecognizerIntent.EXTRA_PROMPT, \"Please Speak Now !\");\r\n\t\tstartActivityForResult(i, check);\r\n\t}", "private void makePhoneCall(View root){\n Log.d(TAG, \"makePhoneCall: call the teacher \" + tvTeachersFirstName + \" \" + tvTeachersLastName);\n // Checks if the app have permission to make a phone call\n if(ContextCompat.checkSelfPermission(root.getContext(),\n Manifest.permission.CALL_PHONE) != PackageManager.PERMISSION_GRANTED){\n ActivityCompat.requestPermissions(getActivity(),\n new String[] {Manifest.permission.CALL_PHONE}, REQUEST_CALL);\n }\n else{\n if(tvTeachersPhoneNumber.getText().toString().contains(\"-\")) {\n tvTeachersPhoneNumber.getText().toString().replace(\"-\", \"\");\n }\n\n String dial = \"tel:\" + tvTeachersPhoneNumber.getText().toString();\n Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(dial));\n startActivity(intent);\n }\n }", "public abstract void requestFocusToPrimaryPhone();", "@Override\n public void onClick(View v) {\n\n try {\n Intent intent = new Intent(Intent.ACTION_CALL, Uri.fromParts(\"tel\", current_number, null));\n startActivity(intent);\n }\n catch (Exception e)\n {\n\n }\n }", "@Override\n public void onClick(View v) {\n try {\n Intent callIntent = new Intent(Intent.ACTION_CALL);\n callIntent.setData(Uri.parse(\"tel:\" + books.getBuy()));\n context.startActivity(callIntent);\n\n } catch (ActivityNotFoundException e) {\n Log.e(\"helloandroid dialing \", \"Call failed\", e);\n }\n }", "protected void dialog() {\n TextInputDialog textInput = new TextInputDialog(\"\");\n textInput.setTitle(\"Text Input Dialog\");\n textInput.getDialogPane().setContentText(\"Nyt bord nr: \");\n textInput.showAndWait()\n .ifPresent(response -> {\n if (!response.isEmpty()) {\n newOrderbutton(response.toUpperCase());\n }\n });\n }", "@Override\n public void onClick(View v) {\n switch (v.getId()) {\n case R.id.call_phone_1:\n if (cellNums != null) {\n showNumDialog(cellNums);\n } else {\n callPhone(personInfoCellphone.getText().toString().trim());\n }\n break;\n case R.id.call_phone_2:\n if (telNums != null) {\n showNumDialog(telNums);\n } else {\n /*callPhone(personInfoTelphone.getText().toString().trim());*/\n }\n break;\n case R.id.btn_resumeinfo_note:\n showNoteDialog();\n break;\n }\n\n }", "public void callSellerButton(View Button){\n Intent i = getIntent();\n String contact = i.getStringExtra(\"contact\").toString();\n Intent callIntent = new Intent(Intent.ACTION_CALL);\n callIntent.setData(Uri.parse(\"tel:\"+contact));\n startActivity(callIntent);\n }", "public void onCallBellPressed(MessageReason reason);", "public void program1Pressed() {\n // display\n TextLCD.print(PROGRAM1);\n }", "private void speak() {\n Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);\n intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,\n RecognizerIntent.LANGUAGE_MODEL_FREE_FORM) ;\n intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, Locale.getDefault());\n intent.putExtra(RecognizerIntent.EXTRA_PROMPT, \"Speak the Item\");\n\n startActivityForResult(intent, SPEECH_REQUEST_CODE);\n\n }", "void focus();", "void focus();", "@Override\n public void onClick(View v) {\n Intent intent = new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:041-746-8795\"));\n startActivity(intent);\n }", "void onInput(Terminal terminal, int numChars, String current);", "@Override\n public void onClick(View v) {\n Intent intent = new Intent(Intent.ACTION_CALL);\n intent.setData(Uri.parse(\"tel:\" + mItem.getNumber()));\n try {\n startActivity(intent);\n } catch (SecurityException e) {\n // Swallow exception\n }\n }", "public void showCallDialog() {\n new AlertDialog.Builder(this)\n .setTitle(getString(R.string.ms_callDIalog_call_ask)).setMessage(getString(R.string.ms_callDialog_call_contact) + \" \" + user.getNom() + \" \" + user.getPrenom() + \" \" + getString(R.string.ms_callDialog_call_end))\n .setPositiveButton(getString(R.string.ms_callDialog_call), new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(getString(R.string.ms_callDialog_phone) + \" \" + user.getTelephone()));\n try {\n startActivity(intent);\n }\n catch(SecurityException e) {\n e.printStackTrace();\n }\n }\n })\n .setNegativeButton(getString(R.string.ms_callDialog_stop), new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n dialog.dismiss();\n }\n }).show();\n }", "public void actionButton(String text);", "public void submitText() {\r\n \t\tthis.dialog.clickOK();\r\n \t}", "@Override\n public void onClick(View v) {\n String inputFieldText = ((TextView) findViewById(R.id.inputField)).getText().toString();\n\n // Set text to custom text, or if custom text is empty set to default hint\n if (inputFieldText.isEmpty()) {\n ((TextView) findViewById(R.id.text)).setText(\"Enter your OWN text!\");\n } else {\n ((TextView) findViewById(R.id.text)).setText(inputFieldText);\n }\n }", "protected void enterText(InputHandler input)\n\t{\n\t\tif (clearCharBuffer)\n\t\t{\n\t\t\tinput.consumeLastTypedChar();\n\t\t\tclearCharBuffer = false;\n\t\t}\n\t\tchar c = input.consumeLastTypedChar();\n\t\tif (c == '\\b')\n\t\t{\n\t\t\t// Remove a character if the key was backspace\n\t\t\tremoveChar();\n\t\t}\n\t\telse if (c == '\\n')\n\t\t{\n\t\t\t// Call the enter method if the enter key was pressed\n\t\t\tenterPressed();\n\t\t}\n\t\telse if (c != 0)\n\t\t{\n\t\t\t// Add a character to the text field\n\t\t\tputChar(c);\n\t\t}\n\t}", "private void modifyCallFunc(String number) {\n Intent intent = new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:\" + number));\n startActivity(intent);\n }", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tString number = listdata.get(position).getCallnumber();\n\t\t\t\tIntent callIntent = new Intent(Intent.ACTION_CALL);\n\t\t\t callIntent.setData(Uri.parse(\"tel:\" + number));\n\t\t\t startActivity(callIntent);\n\t\t\t}", "public String enterPressed();", "public void enterTextInToInput(WebElement input, String text) {\r\n try {\r\n input.clear();\r\n input.sendKeys(text);\r\n logger.info(text + \" was inputed to input \");\r\n } catch (Exception e) {\r\n logger.error(\"Cannot work with input\");\r\n Assert.fail(\"Cannot work with input\");\r\n }\r\n\r\n\r\n }", "@Generated\n @Selector(\"playInputClick\")\n public native void playInputClick();", "public void pressTVButton() {\n System.out.println(\"Home: You must pick an app to show movies.\\n\");\n }", "public void type(String string) {\n\t\tthis.search.sendKeys(string);;\r\n\t}", "@When(\"user clicks on search button and types{string}\")\r\n\tpublic void user_clicks_on_search_button_and_types(String string) {\n\t driver.findElement(By.xpath(\"//*[@id=\\\"myInput\\\"]\")).sendKeys(\"HeadPhone\");\r\n\t}", "public void beginPress();", "private void IntentSuggestions() {\n\n if (isValidPhone(content_txt.getText().toString())) {\n sugg_button.setText(\"Call\");\n\n }\n else {\n isValidURL(content_txt.getText().toString());\n sugg_button.setText(\"Open in Browser\");\n\n }\n }", "protected void type(WebElement element, String text) {\n waitForElementToBeVisible(element);\n element.clear();\n element.sendKeys(text);\n }", "@Override\n\tpublic void onClick(View arg0) {\n\t\tswitch (arg0.getId()) {\n\t\tcase R.id.bGo:\n\t\t\tInputMethodManager mgr = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);\n\t\t\tmgr.hideSoftInputFromWindow(inputText.getWindowToken(), 0);\n\t\t\tString theWebsite = inputText.getText().toString();\n\t\t\ttheBrow.loadUrl((\"http:\" + theWebsite));\n\t\t\tinputText.setCursorVisible(false);\n\n\t\t\tbreak;\n\t\tcase R.id.editUrl:\n\t\t\tinputText.setCursorVisible(true);\n\t\t\tbreak;\n\t\tcase R.id.bBack:\n\t\t\tif (theBrow.canGoBack()) {\n\t\t\t\ttheBrow.goBack();\n\t\t\t}\n\t\t\tbreak;\n\t\tcase R.id.brefresh:\n\t\t\ttheBrow.reload();\n\t\t\tbreak;\n\t\tcase R.id.bForward:\n\t\t\tif (theBrow.canGoForward()) {\n\t\t\t\ttheBrow.goForward();\n\t\t\t}\n\t\t\tbreak;\n\t\t}\n\t}", "@Override\n public void pressTVButton() {\n System.out.println(\"Home: You must pick an app to show tv shows.\");\n }", "public void onClick(View v) {\n\t\t\tcallPhone();\n\t\t}", "public void onClick(View arg0)\n\t\t\t\t{\n\t\t\t\t\tshowDialog(13,\"???? ??????\");\n\t\t\t\t}", "public void showSpeechInput(View v) {\n\n Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);\n intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);\n intent.putExtra(RecognizerIntent.EXTRA_PROMPT, \"Say something\");\n intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, Locale.getDefault());\n\n try {\n startActivityForResult(intent, REQ_CODE_SPEECH_INPUT);\n } catch (ActivityNotFoundException a) {\n Toast.makeText(this, \"Speech To Text not supported\", Toast.LENGTH_LONG).show();\n }\n }" ]
[ "0.642707", "0.6398816", "0.63634306", "0.63459915", "0.62474865", "0.62206435", "0.61794764", "0.6153703", "0.61276764", "0.6124437", "0.61154336", "0.60729086", "0.60700756", "0.60300237", "0.6024817", "0.60168904", "0.60111666", "0.599526", "0.59847414", "0.5976256", "0.5947372", "0.5940338", "0.5924243", "0.59174854", "0.59155184", "0.5908558", "0.5898832", "0.5873531", "0.5867047", "0.58665586", "0.5839878", "0.58372235", "0.5834995", "0.58318454", "0.5831787", "0.5825363", "0.5811943", "0.57900894", "0.57817316", "0.57768744", "0.57743317", "0.5769334", "0.5766601", "0.5763144", "0.5746437", "0.5736902", "0.57304806", "0.57278603", "0.5727409", "0.5705911", "0.5703208", "0.5688103", "0.568077", "0.56719464", "0.5657799", "0.5655876", "0.5649212", "0.56426096", "0.5636313", "0.5628717", "0.56184214", "0.561277", "0.5609436", "0.56087285", "0.5602898", "0.5596043", "0.5588292", "0.5586314", "0.55808544", "0.5571959", "0.5553009", "0.55499846", "0.55399114", "0.55352676", "0.55300236", "0.55288273", "0.55288273", "0.55279607", "0.5516945", "0.55165535", "0.5515065", "0.55099", "0.55045354", "0.5502406", "0.55007124", "0.5488216", "0.54734296", "0.5468681", "0.54656255", "0.5452639", "0.54450023", "0.54319656", "0.5430306", "0.5430003", "0.54264724", "0.54264444", "0.5418779", "0.5417193", "0.5416409", "0.5409643", "0.5403519" ]
0.0
-1
select the 2nd result (via the name) from the list
public void selectSearchResultByText(String DRIVER_NAME, ActivityTestRule<MainActivity> mActivityRule) { onView(withText(DRIVER_NAME)) .inRoot(withDecorView(not(is(mActivityRule.getActivity().getWindow().getDecorView())))) .perform(click()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "List<SecondSlideshow> selectByExample(SecondSlideshowExample example);", "SearchResult findNext(SearchResult result);", "public static Finder<WebElement, WebDriver> second(final Finder<WebElement, WebDriver> finder) {\n \t\treturn new BaseFinder<WebElement, WebDriver>() {\n \t\t\t\n \t\t\t@Override\n \t\t\tpublic Collection<WebElement> findFrom(WebDriver context) {\n \t\t\t\tCollection<WebElement> collection = super.findFrom(context);\n \t\t\t\tif (collection.size() > 1) {\n \t\t\t\t\tIterator<WebElement> iter = collection.iterator();\n \t\t\t\t\titer.next();\n \t\t\t\t\treturn Collections.singletonList(iter.next());\n \t\t\t\t} else {\n \t\t\t\t\treturn collection;\n \t\t\t\t}\n \t\t\t}\n \t\t\t\n \t\t\tprotected Collection<WebElement> extractFrom(WebDriver context) {\n \t\t\t\treturn finder.findFrom(context);\n \t\t\t}\n \t\t\t\n \t\t\tprotected void describeTargetTo(Description description) {\n \t\t\t\tdescription.appendText(\"second \");\n \t\t\t\tfinder.describeTo(description);\n \t\t\t}\n \t\t};\n \t}", "public static <C> C SECOND(LIST<C> L) {\n C x = null;\n if ( ! isNull( L ) ) {\n x = L.list.get(2);\n }\n return x;\n }", "public E queryOne() {\n limit(2);\n List<E> result = queryList();\n if (result.size() != 1) {\n return null;\n } else {\n return result.get(0);\n }\n }", "public Object get(ListField list, int index) {\nif ( list == _lfBoys ) {\nreturn _listBoys.elementAt(index);\n} else {\nreturn _listGirls.elementAt(index);\n}\n}", "People getUser(int index);", "public Product selectProduct(String productName)\n {\n Product aProduct = new Product();\n for (int index = 0; index < listOfProduct.size(); index++)\n {\n if (productName.equals(listOfProduct.get(index).getProductName()))\n return listOfProduct.get(index);\n }\n return aProduct;\n }", "@Override\n\tpublic List<Order1> selOrder1(String name, String foodname, String time) {\n\t\treturn order1Mapper.selOrder1(name, foodname, time);\n\t}", "public Item getFirst();", "List<NjOrderWork2> selectByExample(NjOrderWork2Example example);", "ArrayList<Bet> selectBetsWithResult(Account account, int result) throws DAOException;", "public T get(String name, int start) {\n\t\tint sz = size();\n\t\tfor (int i = start; i < sz; i++) {\n\t\t\tString n = getName(i);\n\t\t\tif (name == null) {\n\t\t\t\tif (n == null)\n\t\t\t\t\treturn getVal(i);\n\t\t\t} else if (name.equals(n)) {\n\t\t\t\treturn getVal(i);\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}", "@Override\n\tpublic Object selectOne2(Object p_idx) {\n\t\t\n\t\tPlayVo vo = session.selectOne(\"play.select_play\",p_idx); \n//\t\tSystem.out.println(vo.getP_idx());\n//\t\tSystem.out.println(vo.getP_rts());\n//\t\tSystem.out.println(vo.getP_rts());\n\t\t\n\t\t\n\t\treturn vo;\n\t}", "public static Rubric getSpecificRubric(String rubricName, ArrayList<Rubric> rubric) {\n Rubric specificRubric = null;\n \n for(Rubric search: rubric)\n {\n if(search.getRubricName().equalsIgnoreCase(rubricName))\n {\n \n specificRubric= search;\n }\n\n }\n \n return specificRubric;\n}", "public String getChoice2(int a){\n String choice1 = choices[a][1];\n return choice1;\n }", "public ListWord findAList(String name) {\n for (ListWord list: list) {\n if (list.getName().equals(name)) {\n return list;\n }\n }\n return null;\n }", "Road findByName(String toFind, ArrayList<Road> list)\n\t{\n\t\tRoad tmp;\n\t\tIterator<Road> it = list.iterator();\n\t\twhile(it.hasNext())\n\t\t{\n\t\t\ttmp = it.next();\n\t\t\tif(tmp.getName().equals(toFind))\n\t\t\t{\n\t\t\t\treturn tmp;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}", "private void cbo_iniNameItemStateChanged(java.awt.event.ItemEvent evt) {//GEN-FIRST:event_cbo_iniNameItemStateChanged\n if(listLoaded) {\n String sql = \"select * from item where iName=?\";\n \n try {\n pst = conn.prepareStatement(sql);\n pst.setString(1,cbo_iniName.getSelectedItem().toString());\n rs = pst.executeQuery();\n rs.next(); //Move resultset to the first pointer\n\n txt_iniId.setText(rs.getString(1));\n\n }catch(Exception e) {\n JOptionPane.showMessageDialog(null,\"Item details cannot be found\");\n }finally {\n try{\n rs.close();\n pst.close();\n }catch(Exception e) {}\n }\n }\n }", "public static MyStudent SecondHighest (List<MyStudent> list) {\n\t\t\t\n\t\t\treturn list.stream().sorted(Comparator.comparing(MyStudent::getScore)).skip(list.size()-2).findFirst().get();\n\t\t\t\n\t\t}", "public static void findNameAndindex(List<String> list1, String name){\n\t\tboolean found = false;\n\t\tfor(String s: list1){\n\t\t\tif(s.contains(name)){\n\t\t\t\tJOptionPane.showMessageDialog(null,\"Found \" + s + \" at index \" + list1.indexOf(name));\n\t\t\t\tfound = true;\n\t\t\t}\t\t\n\t\t}\n\t\tif(!found)\n\t\t\tJOptionPane.showMessageDialog(null, \"Name not found\");\n\t\t\n\t}", "public List<Product> findByName(String name, int index) {\r\n return em.createQuery(\"SELECT p FROM Product p \"\r\n + \"WHERE p.name IS NOT NULL AND p.name \"\r\n + \"LIKE :name ORDER BY p.price\")\r\n .setParameter(\"name\", \"%\" + name + \"%\")\r\n .setFirstResult(index)\r\n .setMaxResults(3)\r\n .getResultList();\r\n }", "String getOne_or_more();", "public Match findMatchFromTeamName(String name1, String name2){\r\n Iterator<Match> itr = this.resultsTree.iterator();\r\n Match m;\r\n while (itr.hasNext()) {\r\n m = itr.next();\r\n if (m.getTeam1().getName().equals(name1) \r\n && m.getTeam2().getName().equals(name2)){\r\n return m;\r\n }\r\n }\r\n return null;\r\n }", "public Player getPlayerFromList(String name){\n for (Player player : players){\n if (player.getName().equals(name)){\n return player;\n }\n }\n return null; //This will never happen. Will always be found. Only called from the takeoverTerritory method\n }", "private Element findByIndex(int index) {\n\t\tElement e = head;\n\t\tfor (int i = 0; i < index; i++) {\n\t\t\te = e.next;\n\t\t}\n\t\treturn e;\n\t}", "T select(T t1, T t2);", "void select(int index) throws InvalidValueException;", "public Recipe findRecipeDetails(String selectedRecipeName){\r\n for (int i = 0; i < listOfRecipes.size(); i++) {\r\n if (listOfRecipes.get(i).getRecipeName().equals(selectedRecipeName)) {\r\n Recipe recipeToAdjust = listOfRecipes.get(i);\r\n printAdjustedRecipeDetails(recipeToAdjust);\r\n }\r\n }\r\n return recipeToAdjust;\r\n }", "public NameRecord getName(int index){\n\t\treturn list.get(index);\n\t}", "@Override\r\n\t\tpublic S getSecond() {\n\t\t\treturn pair.getSecond();\r\n\t\t}", "private static void fun2(List<String> ac1, List<List<String>> result, int index) {\n\t\tString key = ac1.get(0);\r\n\t\tfor(int i=index;i<result.size();i++){\r\n\t\t\tList<String> res=result.get(i);\r\n\t\t\tif(res.get(0).equals(key)){\r\n\t\t\t\t//check if any one of the value is repeated\r\n\t\t\t\tboolean check=fun3(res,ac1);\r\n\t\t\t\tif(check){\r\n\t\t\t\t\tfor(int j=1;j<ac1.size();j++){\r\n\t\t\t\t\t\tres.add(ac1.get(i));\r\n\t\t\t\t\t}\r\n\t\t\t\t\tbreak;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}", "String first(String collection);", "private TupleList InDirectSelect(String[] p){\n TupleList tpl= new TupleList();\n String classname = p[3];\n String attrname = p[4];\n String crossname = p[2];\n String[] attrtype = new String[1];\n String[] con =new String[3];\n con[0] = p[6];\n con[1] = p[7];\n con[2] = p[8];\n\n int classid = 0;\n int crossid = 0;\n String crossattrtype = null;\n int crossattrid = 0;\n for(ClassTableItem item : classt.classTable){\n if(item.classname.equals(classname)){\n classid = item.classid;\n if(attrname.equals(item.attrname))\n attrtype[0]=item.attrtype;\n }\n if(item.classname.equals(crossname)){\n crossid = item.classid;\n if(item.attrname.equals(con[0])) {\n crossattrtype = item.attrtype;\n crossattrid = item.attrid;\n }\n }\n }\n\n for(ObjectTableItem item1:topt.objectTable){\n if(item1.classid == crossid){\n Tuple tuple = GetTuple(item1.blockid,item1.offset);\n if(Condition(crossattrtype,tuple,crossattrid,con[2])){\n for(BiPointerTableItem item3: biPointerT.biPointerTable){\n if(item1.tupleid == item3.objectid&&item3.deputyid == classid){\n for(ObjectTableItem item2: topt.objectTable){\n if(item2.tupleid == item3.deputyobjectid){\n Tuple ituple = GetTuple(item2.blockid,item2.offset);\n tpl.addTuple(ituple);\n }\n }\n }\n }\n\n }\n }\n\n }\n String[] name = new String[1];\n name[0] = attrname;\n int[] id = new int[1];\n id[0] = 0;\n PrintSelectResult(tpl,name,id,attrtype);\n return tpl;\n\n\n\n\n }", "public int getFirst();", "int getItems(int index);", "List<Shareholder> selectByExample(ShareholderExample example);", "public Item resolveByName(String name, ItemSelector selector)\n {\n List<Item> items=_names.get(name);\n return resolveAmbiguity(name,items,selector);\n }", "protected static Ssh getSshServerFromList(List<Ssh> list,String nome){\n\t\tif (list!=null){\n\t\t\tfor (Ssh currSsh : list){\n\t\t\t\tif (currSsh!=null){\n\t\t\t\t\tif (!StringUtils.isEmpty(currSsh.getName()) && !StringUtils.isEmpty(nome)){\n\t\t\t\t\t\t// se non sono vuoti i 2 nomi\n\t\t\t\t\t\tif (currSsh.getName().equalsIgnoreCase(nome)){\n\t\t\t\t\t\t\t// se i nomi sono uguali restituisco il server\n\t\t\t\t\t\t\treturn currSsh;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}", "abstract protected Entity selectNextEntity();", "public void select();", "public ChosenItemPage rememberElementAndFindIt(){\n showxButton.click(); //делает выпадющее меню количества выбора показываемых товаров\n waitVisibilityOf(showx12Button); \n showx12Button.click(); //выбираем показывать по 12\n WebElement firstItem=results.get(0);\n waitVisibilityOf(firstItem);\n String name=firstItem.getText(); //name of the product in the first item\n\n Assert.assertEquals(\"Показывать по 12 не установлено\",\n \"Показывать по 12\", showx.getText());\n\n Stash.put(Stash.firstItemName, name); //remeber first item\n fillField(name,headerSearch);\n headerSearch.sendKeys(Keys.ENTER);\n return new ChosenItemPage();\n }", "public static <T extends Searchable> T lookup(final String nameOrIndex, final List<T> items) {\n final String name = nameOrIndex;\n int index = -1;\n try {\n index = Integer.parseInt(nameOrIndex) - 1;\n } catch (final NumberFormatException e) {\n Entity.LOGGER.log(Level.FINE, e.getMessage(), e);\n }\n if (index >= 0 && index < items.size()) {\n return items.get(index);\n }\n\n return items.stream().filter(i -> i.getNameLookup().equals(name)).findFirst().orElse(null);\n }", "public NodeList<T> search(T info){\n NodeList<T> f = first;\n\n while (f != null){\n if(f.getInfo().equals(info)){\n return f;\n }\n f = f.getNext();\n }\n return null;\n }", "public List<NoSQLResult> getNextResultGroup() {\n return getNextResultsGroupFromIterator(resultsIterator);\n }", "SearchResult getBestResult(List<SearchResult> results, SearchQuery query);", "protected Tuple fetchNext() throws NoSuchElementException, TransactionAbortedException, DbException {\n\t\t// some code goes here\n\t\tTuple ret;\n\t\twhile (childOperator.hasNext()) {\n\t\t\tret = childOperator.next();\n\t\t\tif (pred.filter(ret))\n\t\t\t\treturn ret;\n\t\t}\n\t\treturn null;\n\t}", "public List<IndexerState> select(int maxResult);", "List selectByExample(TResearchTeachExample example);", "public void getEventByName()\r\n {\r\n \r\n boolean b=false;\r\n \r\n \r\n String output = \"\";\r\n output=\"Id \"+\"Event Name \"+\"Organizer \"+\"Date \"+\" Fees($)\"+\"\\n\"; \r\n \r\n \r\n List<Event> list2=new ArrayList();\r\n do{\r\n \r\n List<Event> list1=fillArrayList();\r\n \r\n \r\n String string=JOptionPane.showInputDialog(\"Enter Event Name to search Event by Name\");\r\n \r\n for(Event e:list1)\r\n {\r\n if(e.getName().equals(string))\r\n {\r\n list2.add(e);\r\n b=true;\r\n break;\r\n }\r\n else\r\n {\r\n \r\n b=false;\r\n }\r\n }\r\n if(!b)\r\n JOptionPane.showMessageDialog(null,\"Event \"+string+\" Does not exist! please try again\",\"Error\",JOptionPane.ERROR_MESSAGE);\r\n }while(!b);\r\n \r\n \r\n for(int i = 0; i<list2.size(); i++){\r\n \r\n String everything2 = list2.get(i).toString();\r\n\r\n output += everything2+\"\\n\"; \r\n }\r\n JOptionPane.showMessageDialog(null,output,\"Event\",JOptionPane.INFORMATION_MESSAGE);\r\n \r\n allMenuClass.userMenu();\r\n }", "public A getName()\n {\n return first;\n }", "private Node<Pair<K, V>> findItem(K key) {\n Node<Pair<K, V>> result = null;\n\n int hash1 = hash1(key);\n\n if (table[hash1] != null) {\n Node<Pair<K, V>> node = search(table[hash1].list, key);\n\n if (node != null) {\n result = node;\n }\n }\n\n int hash2 = hash2(key);\n\n if (table[hash2] != null && result == null) {\n Node<Pair<K, V>> node = search(table[hash2].list, key);\n\n if (node != null) {\n result = node;\n }\n }\n\n return result;\n }", "List<DishDTO> findFirst5ByName(String name);", "SearchResult findNext(SearchOptions searchOptions);", "private Node getNode(String name) {\n for(Iterator<Node> i = nodes.iterator(); i.hasNext();) {\n Node n = i.next();\n if(n.getName().equalsIgnoreCase(name)){\n return n;\n };\n }\n return null;\n }", "List<Abum> selectByExample(AbumExample example);", "private TupleList DirectSelect(String[] p){\n TupleList tpl = new TupleList();\n int attrnumber = Integer.parseInt(p[1]);\n String[] attrname = new String[attrnumber];\n int[] attrid = new int[attrnumber];\n String[] attrtype= new String[attrnumber];\n String classname = p[2+4*attrnumber];\n int classid = 0;\n for(int i = 0;i < attrnumber;i++){\n for (ClassTableItem item:classt.classTable) {\n if (item.classname.equals(classname) && item.attrname.equals(p[2+4*i])) {\n classid = item.classid;\n attrid[i] = item.attrid;\n attrtype[i] = item.attrtype;\n attrname[i] = p[5+4*i];\n //重命名\n\n break;\n }\n }\n }\n\n\n int sattrid = 0;\n String sattrtype = null;\n for (ClassTableItem item:classt.classTable) {\n if (item.classid == classid && item.attrname.equals(p[3+4*attrnumber])) {\n sattrid = item.attrid;\n sattrtype = item.attrtype;\n break;\n }\n }\n\n\n for(ObjectTableItem item : topt.objectTable){\n if(item.classid == classid){\n Tuple tuple = GetTuple(item.blockid,item.offset);\n if(Condition(sattrtype,tuple,sattrid,p[4*attrnumber+5])){\n //Switch\n\n for(int j = 0;j<attrnumber;j++){\n if(Integer.parseInt(p[3+4*j])==1){\n int value = Integer.parseInt(p[4+4*j]);\n int orivalue = Integer.parseInt((String)tuple.tuple[attrid[j]]);\n Object ob = value+orivalue;\n tuple.tuple[attrid[j]] = ob;\n }\n\n }\n\n\n\n tpl.addTuple(tuple);\n }\n }\n }\n for(int i =0;i<attrnumber;i++){\n attrid[i]=i;\n }\n PrintSelectResult(tpl,attrname,attrid,attrtype);\n return tpl;\n\n }", "public Iterator<R> reservationsByName(String name){\n // Return an iterator of active reservations for a name.\n //loop through the arrayList\n for(Reservation r: listR){\n //if we find the name that equals our given name, add that reservation to our temp list\n if(r.getName().equals(name)){\n newList.add(r);\n }\n }\n //return iterator for temp list\n IterName iter = new IterName();\n return iter;\n }", "People getFriendList(int index);", "@Override\n\tpublic Tuple next(){\n\t\t//Delete the lines below and add your code here\n\t\tTuple temp;\n\t\tTuple t = child.next();\n\t\tint s = -1;\n\t\tString s1;\n\t\tString s2;\n\t\tif(sorted==false){\n\t\t\tif(t!=null){\n\t\t\t\tfor(s=0; s<t.attributeList.size(); s++){\n\t\t\t\t\tif(t.attributeList.get(s).attributeName.equals(orderPredicate)){\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\twhile(t!=null){\n\t\t\t\ttuplesResult.add(t);\n\t\t\t\tt = child.next();\n\t\t\t}\n\t\t\tfor(int i=0; i<tuplesResult.size(); i++){\n\t\t\t\ts1 = tuplesResult.get(i).attributeList.get(s).attributeValue.toString();\n\t\t\t\tfor(int j=i+1; j<tuplesResult.size(); j++){\n\t\t\t\t\ts2 = tuplesResult.get(j).attributeList.get(s).attributeValue.toString();\n\t\t\t\t\tif(s1.compareTo(s2) > 0){\n\t\t\t\t\t\ttemp=tuplesResult.get(i);\n\t\t\t\t\t\ttuplesResult.set(i, tuplesResult.get(j));\n\t\t\t\t\t\ttuplesResult.set(j, temp);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tsorted=true;\n\t\t}\n\t\tif(tuplesResult.size()>0){\n\t\t\treturn tuplesResult.remove(0);\n\t\t}\n\t\telse{\n\t\t\treturn null;\n\t\t}\n\t}", "public Object get(int index) {\n Node answer = first;\n for (int i = 0; i < index; i++) {\n answer = answer.next;\n }\n return answer.data;\n }", "public T getByIndex(int index) {\n\n return this.myList[index];\n }", "public Object getFirst()\n {\n if(first == null){\n throw new NoSuchElementException();}\n \n \n \n return first.data;\n }", "List<Prueba> selectByExample(PruebaExample example);", "public SimilarResult get(int index) {\n lock();\n return results.get(index);\n }", "public NautiLODResult get(String NautiLODName) {\n for (NautiLODResult NautiLODI : this)\n if (NautiLODI.name.equals(NautiLODName))\n // Found an instance with the specified name\n return NautiLODI;\n // No matching instance for specified name\n return null;\n }", "@Override\r\n\tpublic user selectByName(String name) {\n\t\treturn userM.selectByName(name);\r\n\t\r\n\t}", "public E getFirst();", "public static Item getItem(String itemName)\n {\n Item temp = null;\n for (Item inventory1 : inventory) {\n if (inventory1.getName().equals(itemName)) {\n temp = inventory1;\n }\n }\n return temp;\n }", "List<MockHolder> select(T selection, List<MockHolder> mocks);", "private Artista loadNext(ResultSet resultSet)\r\n\t\t\tthrows SQLException {\n\t\tint i = 1;\r\n\t\tLong codArtista = resultSet.getLong(i++);\t \r\n\t\tString nomeArtista = resultSet.getString(i++);\r\n\r\n\t\t// Rellena el objeto\r\n\t\tArtista a = new Artista();\r\n\t\ta.setCodArtista(codArtista);\r\n\t\ta.setNomeArtista(nomeArtista);\r\n\t\treturn a;\r\n\t}", "private int findNthElement(int index) {\n if (head == null)\n return 0;\n ListNode pointer1 = head;\n ListNode pointer2 = head;\n int count = 0;\n while (count < index) {\n pointer1 = pointer1.next;\n count++;\n }\n while (pointer1.next != null) {\n pointer1 = pointer1.next;\n pointer2 = pointer2.next;\n }\n return pointer2.data;\n }", "@Override\n\tpublic List<StudentVO> selectName(String name) {\n\t\treturn null;\n\t}", "public abstract Collection<T> getMatches(T first);", "public void select() {}", "public User getPlayer(String name) {\n\t\tUser ret = null;\n\t\tList<User> searchResult = this.players.stream().filter(x->x.name.equals(name)).collect(Collectors.toList());\n\t\tif (!searchResult.isEmpty()) {\n\t\t\tret = searchResult.get(0);\n\t\t}\n\t\treturn ret;\n\t}", "java.lang.String getList(int index);", "int getItem(int index);", "List<Kaiwa> selectByExample(KaiwaExample example);", "@Override\n public Ares2ClusterDO selectOneByQuery(Ares2ClusterQuery query) {\n query.setPageNo(1);\n query.setPageSize(1);\n List<Ares2ClusterDO> topList = selectByQuery(query);\n if (topList != null && topList.size() > 0) {\n return topList.get(0);\n }\n return null;\n }", "List<Online> selectByExample(OnlineExample example);", "void setFirstResult(int offset);", "public <T extends NameClass> T getObject(T[] elementList, String name) {\r\n for (T singleElement : elementList) {\r\n if (singleElement.getName().equalsIgnoreCase(name)) {\r\n return singleElement;\r\n }\r\n }\r\n return null;\r\n }", "List selectByExample(DisproductExample example);", "@Test\n public void getByIndex(){\n List <String> list = new ArrayList<>();\n list.add(\"hola\");\n list.add(\"tdd\");\n list.add(\"test\");\n\n assertEquals(\"tdd\",list.get(1));\n }", "public void getNextCriteria() {\n int mayor = -1;\n int pos = -1;\n Criteria criteria = new Criteria();\n for (Criteria c : criteriaList) {\n if (c.getOptionList().size() > mayor && criteriaLeft.contains(c.getKey())) {\n mayor = c.getOptionList().size();\n pos = criteriaList.indexOf(c);\n currentCriteria = pos;\n criteria = c;\n }\n }\n try {\n criteriaLeft.remove(criteriaLeft.indexOf(criteria.getKey()));\n } catch (Exception e) {\n }\n try {\n ((TextView) findViewById(R.id.txtCriteria)).setText(criteriaList.get(pos).getDescription());\n } catch (Exception e) {\n }\n }", "public String getSelectedIndex2() {\n return mSelectedIndex2;\n }", "public A getFirst() { return first; }", "public static Object first(Object o) {\n log.finer(\"getting first of list expression: \" + o);\n validateType(o, SPair.class);\n return ((SPair)o).getCar();\n }", "List<Tourst> selectByExample(TourstExample example);", "int getOtherIds(int index);", "public Movie findMovie(String name){\n\n Movie find = null ;\n\n for (Movie movie :movies) {\n\n if(movie.getTitle().equals(name)){\n\n find = movie;\n\n }\n\n }\n\n return find;\n\n }", "@Override\r\n public void select(String name, String origin, String destination) {\n }", "private IntentionCriminelle getSingle(List<IntentionCriminelle> intentionCriminelle) {\n if (intentionCriminelle.isEmpty()) {\n return null;\n }\n if (intentionCriminelle.size() > 1) {\n throw new IllegalStateException(\"Error : several ic with same name\");\n }\n return intentionCriminelle.get(0);\n }", "public T getFirst();", "public T getFirst();", "List<Table2> selectByExample(Table2Example example);", "@Override\n\tpublic Object selectOne(Object p_idx) {\n\t\t\n\t\t\n\t\tObject stadium = session.selectOne(\"play.select_stadium_team\",p_idx);\n\t\t\n\t\treturn stadium;\n\t}", "public Item get(int index) {\n int track = nextFirst; //It does not modify nextFirst\n track = moveForward(track, index + 1);\n return items[track];\n }", "public static IDescribable getFirst( Collection<? extends IDescribable> results )\r\n\t{\r\n\t if(( results == null ) || ( results.size() == 0 ))\r\n\t return null;\r\n\t return results.iterator().next();\r\n\t}", "public T getNextItem();" ]
[ "0.5780959", "0.55460054", "0.55226064", "0.52738696", "0.52616507", "0.5216083", "0.52155095", "0.52041817", "0.51945287", "0.51762235", "0.5167178", "0.5157334", "0.51331276", "0.5102745", "0.5082705", "0.50700825", "0.504958", "0.5049124", "0.5030249", "0.5029598", "0.49560222", "0.49520215", "0.49506816", "0.49455118", "0.49320912", "0.49299228", "0.49153498", "0.49068826", "0.49058563", "0.4903352", "0.4881671", "0.48728213", "0.48715934", "0.48694178", "0.4861358", "0.48603594", "0.48593915", "0.48575848", "0.48523358", "0.4848578", "0.4847999", "0.4840204", "0.48243484", "0.48219356", "0.48208693", "0.48198783", "0.48194325", "0.4807876", "0.48044023", "0.4801758", "0.48009115", "0.47986552", "0.47942019", "0.47909558", "0.47896495", "0.4789567", "0.47742942", "0.47724316", "0.4771594", "0.47688457", "0.47672033", "0.4766181", "0.47645152", "0.47635105", "0.47508296", "0.47459427", "0.47450516", "0.47428355", "0.4742614", "0.4742127", "0.47415704", "0.47381163", "0.47378966", "0.47364166", "0.4730126", "0.4727761", "0.47275257", "0.4724855", "0.47229394", "0.47218025", "0.4721004", "0.4720121", "0.47162753", "0.47081587", "0.47020715", "0.46923956", "0.46920183", "0.46867916", "0.46858525", "0.46804136", "0.46696055", "0.46668822", "0.46638462", "0.466182", "0.46548396", "0.46548396", "0.465441", "0.46531108", "0.46526718", "0.4650985", "0.46503085" ]
0.0
-1
Click on Call Button
public void callDriver() { onView(withId(R.id.fab)) .perform(click()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n \t\t\tpublic void onClick(View v) {\n \t\tIntent phoneIntent = new Intent(Intent.ACTION_CALL);\r\n phoneIntent.setData(Uri.parse(\"tel:\"+phoneNumber));\r\n startActivity(Intent.createChooser(phoneIntent, \"Calling number...\"));\r\n \t\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1091\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:9753057542\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "public void callSellerButton(View Button){\n Intent i = getIntent();\n String contact = i.getStringExtra(\"contact\").toString();\n Intent callIntent = new Intent(Intent.ACTION_CALL);\n callIntent.setData(Uri.parse(\"tel:\"+contact));\n startActivity(callIntent);\n }", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tIntent intent=new Intent(Intent.ACTION_CALL);\n\t\t\t\tintent.setData(Uri.parse(\"tel:+8801744955241\"));\n\t\t\t\tstartActivity(intent);\n\t\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:108\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1407\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1073\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1072\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:101\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:103\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:100\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1031\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\n public void onClick(View v) {\n Intent intent=new Intent(Intent.ACTION_CALL_BUTTON);\n //intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n startActivity(intent);\n }", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:102\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:104\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\r\n\t\tpublic void onClick(View arg0) {\n\t\t Intent intent =new Intent(Intent.ACTION_CALL);\r\n\t\t intent.setData(Uri.parse(\"tel:1071\"));\r\n\t\t startActivity(intent);\r\n\t\t}", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tIntent callIntent = new Intent(Intent.ACTION_CALL);\n\t\t\t\tcallIntent.setData(Uri.parse(\"tel:\" + getIntent().getLongExtra(\"phone\", 0)));\n\t\t\t\tstartActivity(callIntent);\n\t\t\t}", "@Override\n\t\t\tpublic void onClick(View arg0) {\n\t\t\t\tIntent intent = new Intent(Intent.ACTION_CALL, Uri.parse(\"tel:\"\n\t\t\t\t\t\t+ phoneCode));\n\t\t\t\tmContext.startActivity(intent);\n\t\t\t}", "@Override\n\tpublic void onClick(View arg0) {\n\t\t\n\t\tIntent callIntent = new Intent(Intent.ACTION_DIAL, Uri.parse(\"tel:555-2345\"));\n\t\tstartActivity(callIntent);\n\t}", "public void onCallClicked(View view) {\n if (mCallEnd) {\n startCall();\n mCallEnd = false;\n mCallBtn.setImageResource(R.drawable.btn_endcall);\n } else {\n endCall();\n mCallEnd = true;\n mCallBtn.setImageResource(R.drawable.btn_startcall);\n }\n showButtons(!mCallEnd);\n }", "@Override\n public void onClick(View view) {\n if (ContextCompat.checkSelfPermission(PhoneDialerActivity.this, Manifest.permission.CALL_PHONE) != PackageManager.PERMISSION_GRANTED) {\n // cerem permisiuni de CALL\n ActivityCompat.requestPermissions(\n PhoneDialerActivity.this,\n new String[]{Manifest.permission.CALL_PHONE},\n Constants.PERMISSION_REQUEST_CALL_PHONE);\n // daca avem permisiunea de a efectua CALL\n } else {\n // generam o intentie pentru CALL\n Intent intent = new Intent(Intent.ACTION_CALL);\n intent.setData(Uri.parse(\"tel:\" + phoneNumberEditText.getText().toString()));\n // pornim activitatea de CALL\n startActivity(intent);\n }\n }", "@Override\n public void onClick(View v) {\n\n try {\n Intent intent = new Intent(Intent.ACTION_CALL, Uri.fromParts(\"tel\", current_number, null));\n startActivity(intent);\n }\n catch (Exception e)\n {\n\n }\n }", "@Override\n public void onClick(View v) {\n Uri number = Uri.parse(\"tel: 08963451822\");\n Intent call = new Intent(Intent.ACTION_DIAL);\n call.setData(number);\n startActivity(call);\n }", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tString number = listdata.get(position).getCallnumber();\n\t\t\t\tIntent callIntent = new Intent(Intent.ACTION_CALL);\n\t\t\t callIntent.setData(Uri.parse(\"tel:\" + number));\n\t\t\t startActivity(callIntent);\n\t\t\t}", "private void Call()\n {\n Intent i = new Intent();\n i.setAction(Intent.ACTION_DIAL);\n i.setData(Uri.parse(\"tel:\" + number[index]));\n startActivity(i);\n Toast.makeText(this, \"Option call Chosen...\", Toast.LENGTH_LONG).show();\n }", "@OnClick({R.id.phone_img, R.id.phone})\n void OnClickPhone() {\n Intent intent=new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:\" + getString(R.string.here_comes_phone_no)));\n if (intent.resolveActivity(getPackageManager()) != null) {\n startActivity(intent);\n }\n }", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tif(phone_num_edt.getText().length() != 0){\n\t\t\t\t\tIntent callIntent = new Intent(Intent.ACTION_CALL);\n\t\t\t\t callIntent.setData(Uri.parse(\"tel:\" + phone_num_edt.getText().toString()));\n\t\t\t\t startActivity(callIntent);\n\t\t\t\t}else{\n\t\t\t\t\tphone_num_edt.setText(list.get(0).getCallnumber());\n\t\t\t\t\tphone_num_edt.setSelection(phone_num_edt.getText().length());\n\t\t\t\t}\n\t\t\t}", "public void onClick(View v) {\n\t\t\t\t\t\ttry {\n\t\t \t\t\t\tString phoneNumber = textViewsdt.getText().toString();\n\t\t \t\t\t \n\t\t \t\t\t\t\tIntent it = new Intent(Intent.ACTION_CALL);\n\t\t \t\t\t\t\tit.setData(Uri.parse(\"tel:\" + phoneNumber));\n\t\t \t\t\t\t\tstartActivity(it);\n\t\t \t\t\t\t}\n\t\t \t\t\t\tcatch (ActivityNotFoundException e) {\n\t\t \t\t\t\t\t// Exceptions\n\t\t \t\t\t\t}\n\t\t\t\t\t}", "@Override\n public void onClick(View v) {\n try {\n Intent callIntent = new Intent(Intent.ACTION_CALL);\n callIntent.setData(Uri.parse(\"tel:\" + books.getBuy()));\n context.startActivity(callIntent);\n\n } catch (ActivityNotFoundException e) {\n Log.e(\"helloandroid dialing \", \"Call failed\", e);\n }\n }", "@Override\n public void onClick(View v) {\n Intent intent = new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:041-746-8795\"));\n startActivity(intent);\n }", "@Override\n public void onClick(View v) {\n Intent intent = new Intent(Intent.ACTION_CALL, Uri\n .parse(\"tel://\"\n + number));\n startActivity(intent);\n alert.dismiss();\n }", "@Override\n public void onClick(View v) {\n Intent intent = new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:\" + friend.getPhoneNo()));\n\n context.startActivity(intent);\n }", "public void clickBookCall(){\r\n\t\tclickXPath(BOOKCALL_XPATH);\r\n\t\tReporter.log(\"Book call was clicked <br>\", true);\r\n\t}", "public void showCallDialog() {\n new AlertDialog.Builder(this)\n .setTitle(getString(R.string.ms_callDIalog_call_ask)).setMessage(getString(R.string.ms_callDialog_call_contact) + \" \" + user.getNom() + \" \" + user.getPrenom() + \" \" + getString(R.string.ms_callDialog_call_end))\n .setPositiveButton(getString(R.string.ms_callDialog_call), new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(getString(R.string.ms_callDialog_phone) + \" \" + user.getTelephone()));\n try {\n startActivity(intent);\n }\n catch(SecurityException e) {\n e.printStackTrace();\n }\n }\n })\n .setNegativeButton(getString(R.string.ms_callDialog_stop), new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n dialog.dismiss();\n }\n }).show();\n }", "public void onClick(View v) {\n\t\t\tcallPhone();\n\t\t}", "@Override\n\t\t\tpublic void onClick(View arg0) {\n\t\t\t\tUri uri = Uri.parse(\"tel:6581890\");\n\t\t\t\tIntent intent = new Intent(Intent.ACTION_DIAL, uri);\n\t\t\t\tstartActivity(intent);\n\t\t\t}", "private void when_clickButtonVoice() {\n onView(withId(R.id.buttonVoice))\n .perform(click());\n }", "@Override\n public void onClick(View v) {\n Intent intent = new Intent(Intent.ACTION_CALL);\n intent.setData(Uri.parse(\"tel:\" + mItem.getNumber()));\n try {\n startActivity(intent);\n } catch (SecurityException e) {\n // Swallow exception\n }\n }", "@Override\n\t\t\t\tpublic void onClick(DialogInterface arg0, int arg1) {\n\t\t\t\t\tUri uri=Uri.parse(\"tel:\"+ mPhone.getText()); //拨打电话号码的URI格式\n\t\t\t\t\tIntent it=new Intent(); //实例化Intent\n\t\t\t\t\tit.setAction(Intent.ACTION_CALL); //指定Action\n\t\t\t\t\tit.setData(uri); //设置数据\n\t\t\t\t\tstartActivity(it);//启动Acitivity\n\t\t\t\t}", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tif(!skypeid.equals(\"not available\"))\n\t\t\t\tcallviaSkype(edittext_skypeId.getText().toString());\n\t\t\t}", "@OnClick(R.id.converter_organization_phone_iv)\n public void callToOrg() {\n if (ActivityCompat.checkSelfPermission(CashApplication.getContext(), Manifest.permission.CALL_PHONE) != PackageManager.PERMISSION_GRANTED) {\n new DialogInfoCall(mContext);\n } else {\n Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(\"tel:\" +\n mMainListForActions.get(mPositionOfCurInList).getOrganizations().get(mPositionOfOrgInList).getPhone()));\n intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n startActivity(intent);\n }\n }", "public void onCallClicked(View view) {\n if (mUIState == UIState.DISCONNECTED) {\n // Prior to joining the channel, ensure audio is muted.\n setAudioState(true);\n\n // Join the channel.\n String token = getString(R.string.agora_access_token);\n if (TextUtils.isEmpty(token) || TextUtils.equals(token, \"#YOUR ACCESS TOKEN#\")) {\n token = null; // default, no token\n }\n mRtcEngine.joinChannel(token, mChannelText.getEditableText().toString(), \"Extra Optional Data\", 0);\n setUIState(UIState.CONNECTED_SPLITSCREEN);\n } else {\n // Leave the channel.\n mRemoteCameraUid = 0;\n removeRemoteCamera();\n removeRemoteShare();\n mRtcEngine.leaveChannel();\n mLogView.logI(\"Left channel\");\n setUIState(UIState.DISCONNECTED);\n }\n }", "public void onClick(View v) {\n Intent intent = new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:4089242222\"));\n startActivity(intent);\n }", "@Override\n public void onClick(DialogInterface dialog, int which) {\n Intent callOnwerIntent = new Intent(Intent.ACTION_DIAL,\n Uri.parse(\"tel:\"+gym.getOwnerMobile().toString()));\n startActivity(callOnwerIntent);\n }", "public void onClick(View v) {\n Intent intent = new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:4082778911\"));\n startActivity(intent);\n }", "@RequiresApi(api = Build.VERSION_CODES.M)\r\n @Override\r\n public void onClick(View view) {\r\n switch (view.getId()) {\r\n case R.id.imgCall1:\r\n callToHelplineNumber(AppConstants.CUSTOMER_CARE_NUMBER);\r\n break;\r\n case R.id.imgCall2:\r\n callToHelplineNumber(AppConstants.TOLL_FREE_NUMBER);\r\n break;\r\n case R.id.imgEmail:\r\n sendEmailWithoutChooser();\r\n break;\r\n }\r\n }", "@Override\n public void onClick(View v) {\n switch (v.getId()) {\n case R.id.call_phone_1:\n if (cellNums != null) {\n showNumDialog(cellNums);\n } else {\n callPhone(personInfoCellphone.getText().toString().trim());\n }\n break;\n case R.id.call_phone_2:\n if (telNums != null) {\n showNumDialog(telNums);\n } else {\n /*callPhone(personInfoTelphone.getText().toString().trim());*/\n }\n break;\n case R.id.btn_resumeinfo_note:\n showNoteDialog();\n break;\n }\n\n }", "public void clickedButton(View view) {\n\n switch (view.getId()) {\n case R.id.contactBook:\n intent = new Intent(this, ContactBookActivity.class);\n startActivity(intent);\n break;\n case R.id.message:\n intent = new Intent(this, SMS_Activity.class);\n startActivity(intent);\n break;\n case R.id.fav_contacts:\n intent = new Intent(this, ContactGridActivity.class);\n startActivity(intent);\n break;\n case R.id.lastCall:\n intent = new Intent(this, LatestCallsActivity.class);\n startActivity(intent);\n break;\n case R.id.microphone:\n SpeechRecognitionHelper.run(this);\n break;\n }\n }", "public void onPressNumber(View view) {\r\n CallHelper.callNumber(this, event.contactNumber);\r\n }", "@Override\n public void onClick(View v) {\n sendMessage(phone_from_intent);\n }", "public void onClick(DialogInterface dialog, int id) {\n Intent intent = new Intent( Intent.ACTION_CALL, Uri.parse( \"tel:17\" ) );\n activity.startActivity(intent);\n }", "public void clickContactUS() {\n\t\tSystem.out.println(\"Clicked contactus link\");\n\t}", "public void onClick(View v) {\n\t\t\t\tphoneListener = new mPhoneCallListener();\n\t\t\t\t/**\n\t\t\t\t * 设置TelephonyManager去抓取telephone service\n\t\t\t\t */\n\t\t\t\ttelMgr = (TelephonyManager) getSystemService(TELEPHONY_SERVICE);\n\t\t\t\t/* Listen Call */\n\t\t\t\ttelMgr.listen(phoneListener, mPhoneCallListener.LISTEN_CALL_STATE);\n\t\t\t\tshowDialog(0);\n\t\t\t}", "@Override\n public void onClick(View v) {\n Intent intent = new Intent(Intent.ACTION_DIAL);\n //Se envian datos asociados a ese Intent\n intent.setData(Uri.parse(\"tel:88854764\"));\n //Se envia el intent\n startActivity(intent);\n }", "@SuppressLint(\"NewApi\")\n\t\t\t@Override\n\t\t\tpublic void onClick(View v) {\n\n\t\t\t\tif (contact_no.equalsIgnoreCase(\"null\") || contact_no.length() == 0\n\t\t\t\t\t\t|| contact_no.isEmpty()) {\n\t\t\t\tToast.makeText(SingleShop.this,\"No Contact details \", Toast.LENGTH_SHORT).show();\n\t\t\t\t\t/* toast */\n\t\t\t\t} else {\n\t\t\t\t\tString phn_no = \"tel:\" + contact_no;\n\t\t\t\t\tIntent callIntent = new Intent(Intent.ACTION_CALL);\n\t\t\t\t\tcallIntent.setData(Uri.parse(phn_no));\n\t\t\t\t\tstartActivity(callIntent);\n\t\t\t\t}\n\n\t\t\t}", "@Override\n public void onClick(View v) {\n\n try {\n if (Utils.isNetWorkConnected(ErpCustomerDetailActivity.this)) {\n makeCall(number);\n } else {\n Toast.makeText(ErpCustomerDetailActivity.this, \"网络错误,请重试!\",\n Toast.LENGTH_LONG).show();\n }\n alert.dismiss();\n//\t\t\t\t\teditText_phone_number.setText(\"\");\n } catch (Exception e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n\n }", "@Override\n public void onClick(View view) {\n String phoneNumber = supplierPhoneEditText.getText().toString().trim();\n Intent intent = new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:\" + phoneNumber));\n startActivity(intent);\n }", "private void MakeCall() {\n String number = content_txt.getText().toString();\n if (number.trim().length() > 0) {\n int permissionCheck = ContextCompat.checkSelfPermission(this, Manifest.permission.CALL_PHONE);\n\n if (permissionCheck != PackageManager.PERMISSION_GRANTED) {\n ActivityCompat.requestPermissions(\n this,\n new String[]{Manifest.permission.CALL_PHONE},\n 123);\n } else {\n String dial = \"tel:\" + number;\n Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(dial));\n startActivity(intent);\n }\n }\n }", "@Override\n public void onClick(View view) {\n Intent intent = new Intent(Intent.ACTION_DIAL, Uri.fromParts(\"tel\", tv_desc.getText().toString(), null));\n startActivity(intent);\n }", "private void makePhoneCall(View root){\n Log.d(TAG, \"makePhoneCall: call the teacher \" + tvTeachersFirstName + \" \" + tvTeachersLastName);\n // Checks if the app have permission to make a phone call\n if(ContextCompat.checkSelfPermission(root.getContext(),\n Manifest.permission.CALL_PHONE) != PackageManager.PERMISSION_GRANTED){\n ActivityCompat.requestPermissions(getActivity(),\n new String[] {Manifest.permission.CALL_PHONE}, REQUEST_CALL);\n }\n else{\n if(tvTeachersPhoneNumber.getText().toString().contains(\"-\")) {\n tvTeachersPhoneNumber.getText().toString().replace(\"-\", \"\");\n }\n\n String dial = \"tel:\" + tvTeachersPhoneNumber.getText().toString();\n Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(dial));\n startActivity(intent);\n }\n }", "public void clickLikeBtn() {\n likeBtn.click();\n }", "@Override\n public void onItemClick(AdapterView<?> parent, View view, int position, long id)\n {\n Contact currentContact = contacts[position];\n String cName = currentContact.getContactName();\n final String cNumber = currentContact.getContactNumber();\n\n AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());\n builder.setMessage(\"Would you like to call \" + cName + \"?\")\n .setPositiveButton(\"Yes\", new DialogInterface.OnClickListener()\n {\n @Override\n public void onClick(DialogInterface dialog, int which)\n {\n //Call contact here\n Intent callIntent = new Intent(Intent.ACTION_CALL);\n callIntent.setData(Uri.parse(\"tel:\" + cNumber));\n startActivity(callIntent);\n }\n })\n .setNegativeButton(\"No\", null)\n .show();\n }", "public void onClick(View v) {\n\n\t\t\t\ttelMgr.listen(phoneListener, mPhoneCallListener.LISTEN_NONE);\n\t\t\t\tshowDialog(0);\n\t\t\t}", "public void onClick(View view) {\n\t\t\tsendSMSMessage(profile_silent,phoneNo);\n\t\t\tGoHome();\n }", "@Override\n public void onClick(View v)\n {\n phoneAuthentication();\n }", "@Override\n\tpublic void Call() {\n\t\tSystem.out.println( phoneName+\"'s Call.\");\n\t}", "public void launchPhone(){\n\t\tIntent sendIntent = new Intent(Intent.ACTION_DIAL);\n \tsendIntent.setData(Uri.parse(\"tel:\"));\n \t\n \tfinal ResolveInfo mInfo = pacman.resolveActivity(sendIntent, 0);\n \tString s = pacman.getApplicationLabel(mInfo.activityInfo.applicationInfo).toString();\n \t\n \tif (s != null && s.length() > 2) {\n startActivity(sendIntent);\n return;\n } else {\n \tToast.makeText(context, \"No Phone Call App Availible\", Toast.LENGTH_SHORT).show();\n \treturn;\n }\n\t}", "public void onCallBellPressed(MessageReason reason);", "public void onContactClick(View v){\n // Launch the Contact activity\n onAnyClick(Contact.class);\n }", "@Override\n public void onClick(View view) {\n String identification = etIdentification.getText().toString();\n String address = etAddress.getText().toString();\n Integer port = Integer.parseInt(etPort.getText().toString());\n\n launchChatActivity(identification, address, port);\n }", "public void clickGoToYourAccountButton() {\n\t\telement(signUpObjects.getOTPButton).click();\n\t}", "public void onClick(View view) {\n sendSMSMessage(profile_general,phoneNo);\n GoHome();\n }", "@Override\n\tpublic void callButton(TrafficSignal TS) {\n\t\t\n\t}", "public void clickCallTemplate(String template){\r\n\t\tString xpath = \"//div[contains(@class,'x-gadget')]//div[contains(@class,'helpdesk-newcall')]//div[contains(text(),'\"+template+\"')]\";\r\n\t\tnew WebDriverWait(driver, 30).until(ExpectedConditions.visibilityOfElementLocated(By.xpath(xpath)));\r\n\t\tnew WebDriverWait(driver, 30).until(ExpectedConditions.elementToBeClickable(By.xpath(xpath)));\r\n\t\tdriver.findElement(By.xpath(xpath)).click();\r\n\t\tReporter.log(\"Click call template <br>\", true);\r\n\t}", "public void ipcallButtonPressed() {\n\t\tdialButtonPressed(true) ;\n\t}", "@Override\n\t public void onClick(View v) {\n\t \t SendReqToPebble();\n\t }", "public void dialButtonPressed(boolean isIpCall) {\n if (isDigitsEmpty()) { // No number entered.\n if (phoneIsCdma() && phoneIsOffhook()) {\n // This is really CDMA specific. On GSM is it possible\n // to be off hook and wanted to add a 3rd party using\n // the redial feature.\n startActivity(newFlashIntent());\n } else {\n if (!TextUtils.isEmpty(mLastNumberDialed)) {\n // Recall the last number dialed.\n mDigits.setText(mLastNumberDialed);\n\n // ...and move the cursor to the end of the digits string,\n // so you'll be able to delete digits using the Delete\n // button (just as if you had typed the number manually.)\n //\n // Note we use mDigits.getText().length() here, not\n // mLastNumberDialed.length(), since the EditText widget now\n // contains a *formatted* version of mLastNumberDialed (due to\n // mTextWatcher) and its length may have changed.\n mDigits.setSelection(mDigits.getText().length());\n } else {\n // There's no \"last number dialed\" or the\n // background query is still running. There's\n // nothing useful for the Dial button to do in\n // this case. Note: with a soft dial button, this\n // can never happens since the dial button is\n // disabled under these conditons.\n playTone(ToneGenerator.TONE_PROP_NACK);\n }\n }\n } else {\n final String number = mDigits.getText().toString();\n\n // \"persist.radio.otaspdial\" is a temporary hack needed for one carrier's automated\n // test equipment.\n // TODO: clean it up.\n if (number != null\n && !TextUtils.isEmpty(mProhibitedPhoneNumberRegexp)\n && number.matches(mProhibitedPhoneNumberRegexp)\n && (SystemProperties.getInt(\"persist.radio.otaspdial\", 0) != 1)) {\n Log.i(TAG, \"The phone number is prohibited explicitly by a rule.\");\n if (getActivity() != null) {\n DialogFragment dialogFragment = ErrorDialogFragment.newInstance(\n R.string.dialog_phone_call_prohibited_title);\n dialogFragment.show(getFragmentManager(), \"phone_prohibited_dialog\");\n }\n\n // Clear the digits just in case.\n mDigits.getText().clear();\n } else {\n final Intent intent = newDialNumberIntent(number);\n if (getActivity() instanceof DialtactsActivity) {\n intent.putExtra(DialtactsActivity.EXTRA_CALL_ORIGIN,\n DialtactsActivity.CALL_ORIGIN_DIALTACTS);\n }\n\t\t if(isIpCall){\n\t\t \tintent.putExtra(IP_CALL_MODE_KEY,isIpCall) ;\n\t\t }\n startActivity(intent);\n mDigits.getText().clear(); // TODO: Fix bug 1745781\n getActivity().finish();\n }\n }\n }", "private void clickInvite(){\n WebDriverHelper.clickElement(inviteButton);\n }", "@Override\r\n\t public void onClick(View v) {\n\t\tBundle bundle = new Bundle();\r\n\t\tbundle.putString(\"msgKind\", \"CALLLOG\");\r\n\t\tbundle.putStringArray(\"msgValue\", callLogStr);\r\n\t\tIntent intent = new Intent(DisplayChoice.this, Display.class);\r\n\t\tintent.putExtras(bundle);\r\n\t\tstartActivity(intent);\r\n\t }", "void onClick(Address addr);", "@Override\n public void onClick(View arg0) {\n Uri uri = Uri.parse(\"content://contacts\");\n Intent intent = new Intent(Intent.ACTION_PICK, uri);\n intent.setType(Phone.CONTENT_TYPE);\n startActivityForResult(intent, REQUEST_CODE);\n }", "private void clickContactLookup() {\n contactLookupIcon.click();\n }", "private void modifyCallFunc(String number) {\n Intent intent = new Intent(Intent.ACTION_DIAL);\n intent.setData(Uri.parse(\"tel:\" + number));\n startActivity(intent);\n }", "@Override\n public void onClick(DialogInterface dialog, int which) {\n Intent intent;\n switch (which){\n case DialogInterface.BUTTON_POSITIVE:\n //Yes button clicked\n intent = new Intent(CallIntent.ACCEPT_CALL);\n intent.putExtra(\"callId\", mCallId);\n LocalBroadcastManager.getInstance(getBaseContext()).sendBroadcast(\n intent);\n break;\n \n case DialogInterface.BUTTON_NEGATIVE:\n //No button clicked\n intent = new Intent(CallIntent.REJECT_CALL);\n intent.putExtra(\"callId\", mCallId);\n LocalBroadcastManager.getInstance(getBaseContext()).sendBroadcast(\n intent);\n break;\n }\n mAlertDialog.hide();\n finish();\n }", "@Override\n\t\t\tpublic void onClick(View v) {\n \tUri uri = Uri.parse(\"http://l-sls0483d.research.ltu.se/userdata/notes/\"+param1+\"/cchat.html\");\n \t\t\n \t\tIntent intent = new Intent(Intent.ACTION_VIEW, uri);\n \t\tstartActivity(intent);\n }", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tClickQuickCoupler();\n\t\t\t}", "public void contactBtnIntent(View view) {\n Intent intent = new Intent(Intent.ACTION_MAIN);\n intent.addCategory(Intent.CATEGORY_APP_MESSAGING);\n startActivity(intent);\n }", "public void contactOwnerBtnClicked() {\n if (contactOwnerButtonClickedOnceBefore) {\n String chatID = dataModel.findChatID(advertisement.getUniqueID());\n if (chatID != null) {\n openChat(chatID);\n } else {\n createNewChat();\n }\n } else {\n view.setOwnerButtonText();\n }\n\n contactOwnerButtonClickedOnceBefore = true;\n }", "public void clickContactUsLink()\n\t{\n \telementUtils.performElementClick(wbContactUsLink);\n\t}", "public void onClick(View v) {\n\t\tif (v.getId() == R.id.btn_speak) {\n\t\t\tstartVoiceRecognitionActivity();\n\t\t}\n\t}", "@Test\n public void test_call_Ambulance_Button_launches_Dialog() {\n onView(withText(\"I understand\")).perform(click());\n //Find the views and perform the action\n onView(withId(R.id.redFlag_call_ambulance)).perform(click());\n //Check if action returns desired outcome\n onView(withText(\"CALL AMBULANCE?\")).check(matches(isDisplayed()));\n\n }", "@Override\n public boolean isShowCallBtn(Object contactImpl)\n {\n if (contactImpl instanceof MetaContact) {\n MetaContact metaContact = (MetaContact) contactImpl;\n\n boolean isDomainJid = false;\n if (metaContact.getDefaultContact() != null)\n isDomainJid = metaContact.getDefaultContact().getJid() instanceof DomainBareJid;\n return isDomainJid || isShowButton(metaContact, OperationSetBasicTelephony.class);\n }\n return false;\n }", "@Override\n public void onClick(View view) {\n\n Intent intent=new Intent(context, Message_and_Dial.class);\n intent.putExtra(\"Contact Name\", contact.get(position).toString());\n intent.putExtra(\"Phone Number\", contact_num.get(position).toString());\n context.startActivity(intent);\n\n }", "@Override\n public void onClick(View view) {\n Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(\"http://sozialmusfest.scalingo.io/services\"));\n startActivity(browserIntent);\n }", "@Override\n public void onClick(View v) {\n switch (v.getId()) {\n case R.id.vs_contact_userlayout:// VS好友\n // MobclickAgent.onEvent(mContext, \"Con_WeiShuo\");\n // startActivity(new Intent(mContext, VsFriendActivity.class));\n break;\n }\n }", "@Override\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tString number = listdata.get(position).getCallnumber();\n\t\t\t\tIntent detailsActInt = new Intent(MainActivity.this, ContactDetailsActivity.class);\n\t\t\t\tdetailsActInt.putExtra(\"key_contact_name\", contactname);\n\t\t\t\tdetailsActInt.putExtra(\"key_contact_number\", callnumber);\n\t\t\t\tdetailsActInt.putExtra(\"key_contact_call_id\", contact_call_id);\n\t\t\t\tstartActivity(detailsActInt);\n\t\t\t\t//addCommentDialog(number);\n\t\t\t}", "public void speakbutton_clicked(View v) {\n\t\tstartVoiceRecognitionActivity();\n\t}", "public void onClick(View v) {\n\t\tstopSounds();\n\t\tif (v == acceptCall) {\n\t\t\tacceptCall();\n\t\t\tacceptCall.setClickable(false);\n\t\t\tacceptCall.setVisibility(View.INVISIBLE);\n\n\t\t} else if (v == denyCall) {\n\t\t\tfinish();\n\t\t}\n\t}", "@Override\r\n\t\t\t\tpublic void onClick(View v) {\n\t\t\t\t\tinviteContactList(v);\r\n\t\t\t\t}" ]
[ "0.7542077", "0.7451335", "0.7439794", "0.740139", "0.7377297", "0.7373571", "0.73595786", "0.73541886", "0.73332286", "0.7331838", "0.732029", "0.73028463", "0.72951967", "0.729146", "0.7278153", "0.7258349", "0.72418165", "0.72366387", "0.7177489", "0.7113713", "0.7084416", "0.70836383", "0.7063942", "0.6990578", "0.69794434", "0.68826014", "0.6880203", "0.68682283", "0.6862937", "0.68550014", "0.68457955", "0.68446", "0.6833907", "0.6833336", "0.6827019", "0.6826117", "0.6814862", "0.67877555", "0.6781292", "0.677008", "0.6741455", "0.6680516", "0.6674585", "0.6672847", "0.6670479", "0.66692555", "0.6669046", "0.6652725", "0.66450006", "0.6558338", "0.6554507", "0.655367", "0.6529849", "0.65242463", "0.65215784", "0.65105677", "0.6453933", "0.64405435", "0.6423971", "0.6420005", "0.64171684", "0.6366389", "0.6354095", "0.63376695", "0.632927", "0.62980485", "0.6284803", "0.62528574", "0.62428975", "0.6229818", "0.6224611", "0.6224375", "0.6210799", "0.6197838", "0.618804", "0.6164004", "0.61556315", "0.61423975", "0.6142049", "0.61287457", "0.60693395", "0.6052499", "0.6049743", "0.6047012", "0.6046959", "0.6040226", "0.5992894", "0.5986701", "0.59773135", "0.5970936", "0.5927633", "0.5923173", "0.59227425", "0.5915848", "0.59066296", "0.5901083", "0.5895046", "0.5893642", "0.5886313", "0.58666515" ]
0.58619386
100
come back to the app as user might do by pressing back button
public void goBackToAppHome() { UiObject topNavigationBar = mDevice.findObject(new UiSelector().text("mytaxi demo")); int backpressCounter = 0; //to avoid infinite loops while(!topNavigationBar.exists()) { mDevice.pressBack(); backpressCounter++; if(backpressCounter>10) break; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected void goBack() {\r\n\t\tfinish();\r\n\t}", "@Override\r\n\tpublic void onBackPressed() {\n\t\tfinish();\r\n\t}", "@Override\r\n\tpublic void onBackPressed() {\n\t\tfinish();\r\n\t}", "public void back() {\n Views.goBack();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\texitApplication().onClick(null);\n\t\tsuper.onBackPressed();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tfinish();\n\t\tsuper.onBackPressed();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tfinish();\n\t\tsuper.onBackPressed();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\tfinish();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\tfinish();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\tfinish();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tIntent intent = new Intent(Intent.ACTION_MAIN);\n intent.addCategory(Intent.CATEGORY_HOME);\n intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);\n startActivity(intent);\n finish();\n System.exit(0);\n\t}", "@Override\n public void onBackPressed() {\n confirmExit();\n }", "@Override\n public void onBackPressed() {\n this.finish();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\tthis.finish();\n\t\tsuper.onBackPressed();\n\t}", "@Override\n public void onBackPressed() {\n backToHome();\n }", "@Override\n public void onBackPressed() {\n\n finish();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\tthis.finish();\n\t}", "public static void goBack() {\n\t\tif (touchGUI.getTouchModel().getGuiModel().isDialogShown()) {\n\t\t\ttouchGUI.getTouchModel().getGuiModel().closeActiveDialog();\n\t\t} else {\n\t\t\t// else go to last view in history\n\t\t\tif (!appWidget.goBack()) {\n\t\t\t\t// if history is empty -> close app\n\t\t\t\tphoneGap.exitApp();\n\t\t\t}\n\t\t}\n\n\t\tlaf.updateUndoSaveButtons();\n\t\ttouchGUI.updateViewSizes();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\t finish();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\treturn;\n\t}", "@Override\n\tpublic void onBackPressed() {\n\treturn;\n\t}", "@Override\n\tpublic void onBackPressed() {\n\n\t\tnavigatetoAppointmentsListingScreen(\"false\");\n\t}", "@Override\n public void onBackPressed() {\n super.onBackPressed();\n this.finish();\n }", "@Override\n public void onBackPressed() {\n super.onBackPressed();\n this.finish();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\tBack();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tmoveTaskToBack(false);\n\t}", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n\n Intent homeIntent = new Intent(Intent.ACTION_MAIN);\n homeIntent.addCategory( Intent.CATEGORY_HOME );\n homeIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);\n startActivity(homeIntent);\n }", "@Override\n public void onBackPressed() {\n this.moveTaskToBack(true);\n }", "@Override\r\n\tpublic void onBackPressed() {\n\t\tIntent i = new Intent(this, MainActivity.class);\r\n\t\tstartActivity(i);\r\n\t}", "@Override\r\n\tpublic void onBackPressed() {\n\t\tmoveTaskToBack(true);\r\n\t\tsuper.onBackPressed();\r\n\t}", "@Override\n public void onBackPressed()\n {\n Intent intent = new Intent(this, MainActivity.class);\n intent.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);\n startActivity(intent);\n finish();\n }", "@Override\r\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\r\n\t\tdoBack();\r\n\t}", "@Override\n public void onBackPressed() {\n super.onBackPressed();\n finish();\n }", "@Override\n\tpublic void onBackPressed()\n\t\t{\n\t\tbackPressed();\n\t\t}", "@Override\n public void onBackPressed() {\n finish();\n\n }", "@Override\n public void onBackPressed() {\n \tsetResult(RESULT_OK, getIntent());\n \tfinish();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\treturn;\n\t}", "@Override\n public void onBackPressed() {\n super.onBackPressed();\n finish();\n startActivity(new Intent(getApplicationContext(), MainActivity.class));\n }", "public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\r\n public void onBackPressed() {\n setResult(Activity.RESULT_OK);\r\n this.finish();\r\n super.onBackPressed();\r\n }", "@Override\n public void onBackPressed() {\n Intent intent = getIntent();\n setResult(0,intent);\n\n super.onBackPressed();\n }", "@Override\n public void onBackPressed() {\n Intent i = new Intent(StockAdjustmentList.this, ActivityHomeScreen.class);\n startActivity(i);\n i.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);\n startActivity(i);\n finish();\n }", "@Override\n public void onBackPressed() {\n return;\n }", "@Override\n public void onBackPressed() {\n return;\n }", "@Override\n public void onBackPressed() {\n return;\n }", "@Override\n public void onBackPressed() {\n return;\n }", "@Override\r\n public void onBackPressed() {\n moveTaskToBack(true);\r\n }", "private void returnBack()\n {\n getActivity().onBackPressed();\n }", "@Override\n public void onBackPressed() {\n showQuitDialog();\n }", "@Override\n public void onBackPressed() {\n return;\n }", "@Override\r\n\tpublic void onBackPressed() {\n\t\tbackButtonHandler();\r\n\t\treturn;\r\n\t}", "@Override\n public void onBackPressed() {\n Intent intent = new Intent(this, WorkSpace.class);\n intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);\n intent.putExtra(\"Close this app\", true);\n startActivity(intent);\n finish();\n }", "private void backToMain() {\n // https://stackoverflow.com/questions/5446565\n // Checks to see if they are still on this activity\n if (getWindow().getDecorView().getRootView().isShown()) {\n onBackPressed();\n }\n }", "@Override\r\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\r\n\t\tstartActivity(new Intent(SignActivity.this,MainActivity.class));\r\n\t\tfinish();\r\n\t}", "@Override\n public void onBackPressed() {\n Intent intent = new Intent(this, MainActivity.class);\n startActivity(intent);\n }", "@Override\n public void onBackPressed() {\n Intent intent = new Intent(this, MainActivity.class);\n startActivity(intent);\n }", "@Override\n public void onBackPressed() {\n Intent intent = new Intent(this, MainActivity.class);\n startActivity(intent);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n public void onBackPressed() {\n moveTaskToBack(true);\n }", "@Override\n\tpublic void onBackPressed() {\n\t\t\n\t}", "private void onBack() {\n\t\tIntent startMain = new Intent(Intent.ACTION_MAIN);\r\n\t\tstartMain.addCategory(Intent.CATEGORY_HOME);\r\n\t\tstartMain.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); // //FLAG_ACTIVITY_NEW_TASK\r\n\t\tstartActivity(startMain);\r\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\tstartActivity(new Intent(getApplicationContext(),\tLauncher.class));\n\t}", "public void onBackPressed() {\n\t\tLog.d(USER_TAG, \"onBackPressed\");\n\t\tmoveTaskToBack(true);\n\t}", "@Override\n public void onBackPressed(){\n Intent intent = new Intent(this, MainActivity.class);\n startActivity(intent);\n }", "@Override\n public void onBackPressed() {\n Intent intent = new Intent(Intent.ACTION_MAIN);\n intent.addCategory(Intent.CATEGORY_HOME);\n intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n startActivity(intent);\n }", "@Override\n public void onBackPressed() {\n Intent intent = new Intent(Intent.ACTION_MAIN);\n intent.addCategory(Intent.CATEGORY_HOME);\n intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\n startActivity(intent);\n }", "@Override\r\n public void onBackPressed() {\r\n \t// Handle the back button click event such that if user \r\n \t// is performing an IMCI or CCM assessment then a confirmation dialog \r\n \t// will be displayed to confirm that the user wishes to exit the \r\n \t// patient assessment\r\n \texitAssessmentDialogHandler();\r\n }", "public void onBackPressed(){\n finish();\n }", "@Override\n public void onBackPressed() {\n Intent intent = new Intent(this, SplashActivity.class);\n startActivity(intent);\n }", "public void onBackPressed() {\n backbutton();\n }", "@Override\r\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\r\n\t}", "@Override\r\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\r\n\t}", "@Override\n public void onBackPressed() {\n exitReveal();\n\n super.onBackPressed();\n }", "@Override\n public void onBackPressed()\n {\n\n }", "private void goBackToWelcome(){\n\t\tsetResult(RESULT_OK);\n\t\tfinish();\n\t}", "@Override\n public void onBackPressed() {}", "@Override\r\n\tpublic void onBackPressed(){\r\n\t\tLog.d(TAG, \"Back Button Pushed\");\r\n\t\tIntent goHomeIntent = new Intent(Intent.ACTION_MAIN);\r\n\t\tgoHomeIntent.addCategory(Intent.CATEGORY_HOME);\r\n\t\tgoHomeIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\r\n\t\tstartActivity(goHomeIntent);\r\n\t}", "@Override\r\n public void onBackPressed() {\n }", "@Override\n public void onBackPressed() {\n Intent intent = new Intent(BillofLandingActivity.this, HomeActivity.class);\n startActivity(intent);\n finish();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\t Intent intent3=new Intent(LoginActivity.this,MainActivity.class);\n\t\t\tstartActivity(intent3);\n\t\t\t\n\t}", "@Override\r\n\tpublic void onBackPressed() {\n\r\n\t}" ]
[ "0.8341285", "0.83283323", "0.83283323", "0.82230127", "0.81377554", "0.81177485", "0.81177485", "0.81035924", "0.81035924", "0.81035924", "0.80728877", "0.80624396", "0.80383366", "0.8025391", "0.80120313", "0.80116236", "0.80109197", "0.80087507", "0.79976773", "0.798937", "0.7975218", "0.797048", "0.7962199", "0.7962199", "0.7954805", "0.79479223", "0.7945697", "0.7945697", "0.7945697", "0.7945697", "0.7945697", "0.7945697", "0.7945697", "0.7914573", "0.791308", "0.78951037", "0.7893797", "0.7889433", "0.7881936", "0.78696597", "0.78604037", "0.78549814", "0.7854327", "0.785195", "0.7851143", "0.7849559", "0.78462505", "0.78448147", "0.78447616", "0.7841373", "0.7841373", "0.7841373", "0.7841373", "0.7837453", "0.78057474", "0.7802813", "0.78026277", "0.7792254", "0.77791435", "0.77754486", "0.7770995", "0.7757679", "0.7757679", "0.7757679", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.77544045", "0.7744679", "0.77444965", "0.77371013", "0.77362907", "0.7727658", "0.7724703", "0.7724703", "0.7724433", "0.77186793", "0.7713205", "0.7704019", "0.7699197", "0.7699197", "0.7693417", "0.7689059", "0.7687861", "0.7684255", "0.7672862", "0.7670277", "0.7670145", "0.7665113", "0.7663763" ]
0.0
-1
This method is used to load data from file location.
public static PropertyDocument fromFileLocation(final String location) throws IOException, ConfigIOParseException { loadParser(); return parser_.readConfig(location); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void loadData() throws FileNotFoundException {\n\t\tthis.getPromoShare();\n\t}", "protected abstract void loadData();", "protected void loadData()\n {\n }", "@Override\n void load(String data) {\n }", "public abstract void loadData();", "public abstract void loadData();", "@Override\n\t\tvoid loadData() throws IOException {\n\t\t\tsuper.loadData();\n\t\t}", "private void loadData() {\n FileInputStream fis;\n\n try {\n fis = openFileInput(DATA_FILE);\n user = (User) new JsonReader(fis).readObject();\n fis.close();\n } catch(Exception e) {\n Log.i(\"Exception :\", e.toString());\n }\n }", "private void loadData() {\n\t\tlogger.trace(\"loadData() is called\");\n\t\t\n\t\ttry {\n\t\t\tFileInputStream fileIn = new FileInputStream(\"server-info.dat\");\n\t\t\tObjectInputStream in = new ObjectInputStream(fileIn);\n\t\t\tjokeFile = (String ) in.readObject();\n\t\t\tkkServerPort = (int) in.readObject();\n\t\t\tin.close();\n\t\t} catch (Exception e) {\n\t\t\tjokeFile = \"kk-jokes.txt\";\n\t\t\tkkServerPort = 5555;\n\t\t\t//e.printStackTrace();\n\t\t\tSystem.err.println(\"server-info.dat file is likely missing but it should be created automatically when this app is closed.\");\n\t\t\tlogger.info(\"server-info.dat file is likely missing but it should be created automatically when this app is closed.\");\n\t\t}\t\n\t}", "void massiveModeLoading( File dataPath );", "private void loadData() {\n\n \tInputStream inputStream = this.getClass().getResourceAsStream(propertyFilePath);\n \n //Read configuration.properties file\n try {\n //prop.load(new FileInputStream(propertyFilePath));\n \tprop.load(inputStream);\n //prop.load(this.getClass().getClassLoader().getResourceAsStream(\"configuration.properties\"));\n } catch (IOException e) {\n System.out.println(\"Configuration properties file cannot be found\");\n }\n \n //Get properties from configuration.properties\n browser = prop.getProperty(\"browser\");\n testsiteurl = prop.getProperty(\"testsiteurl\");\n defaultUserName = prop.getProperty(\"defaultUserName\");\n defaultPassword = prop.getProperty(\"defaultPassword\");\n }", "public abstract void load() throws IOException;", "public void readData() throws FileNotFoundException {\n this.plane = readPlaneDimensions();\n this.groupBookingsList = readBookingsList();\n }", "File getLoadLocation();", "public void readFromFile() {\n\n\t}", "public FileData(String file_path) {\n\t\tpath = file_path;\n\t\ttry {\n\t\t\topenAndReadFile();\n\t\t}\n\t\tcatch (IOException anything) {\n\t\t\tSystem.out.println(\"Couldn't open and read \" + file_path + \". Error: \" + anything.getMessage());\n\t\t}\n\t}", "void loadData();", "void loadData();", "public void loadData ( ) {\n\t\tinvokeSafe ( \"loadData\" );\n\t}", "private Data readFromFileData() {//Context context) {\n try {\n FileInputStream fileInputStream = openFileInput(fileNameData);\n ObjectInputStream objectInputStream = new ObjectInputStream(fileInputStream);\n Data.userData = (Data) objectInputStream.readObject();\n objectInputStream.close();\n fileInputStream.close();\n } catch (IOException e) {\n e.printStackTrace();\n } catch (ClassNotFoundException e) {\n e.printStackTrace();\n }\n return Data.userData;\n }", "private void load(FileInputStream input) {\n\t\t\r\n\t}", "public void load (File file) throws Exception;", "public void loadDataFromFile() {\n startX = 0;\n startY = 540;\n\n }", "private void loadData(){\n try (BufferedReader br = new BufferedReader(new FileReader(this.fileName))) {\n String line;\n while((line=br.readLine())!=null){\n E e = createEntity(line);\n super.save(e);\n }\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "private void reloadData() {\n if (DataFile == null)\n DataFile = new File(dataFolder, DATAFILENAME);\n Data = YamlConfiguration.loadConfiguration(DataFile);\n }", "public void load() {\n }", "protected void loadDataFromFile() throws IOException {\n \t\tInputStream is = null;\n \n \t\ttry {\n \t\t\tis = new BufferedInputStream(new GZIPInputStream(\n \t\t\t\t\tnew FileInputStream(this.dataFile)));\n \n \t\t\tint dataOffset = 0;\n \t\t\tByteArrayOutputStream os = new ByteArrayOutputStream();\n \n \t\t\twhile (true) {\n \t\t\t\tint b = is.read();\n \n \t\t\t\tif (b == 0) {\n \t\t\t\t\t// field separator reached.\n \t\t\t\t\tif (this.componentId == null) {\n \t\t\t\t\t\tbyte[] encoded = os.toByteArray();\n \t\t\t\t\t\tdataOffset += encoded.length;\n \t\t\t\t\t\tdataOffset += 1; // include the separator field\n \t\t\t\t\t\tcomponentId = new String(URLEncoding.decode(encoded),\n \t\t\t\t\t\t\t\t\"UTF-8\");\n \t\t\t\t\t} else if (this.query == null) {\n \t\t\t\t\t\tbyte[] encoded = os.toByteArray();\n \t\t\t\t\t\tdataOffset += encoded.length;\n \t\t\t\t\t\tdataOffset += 1; // include the separator field\n \n \t\t\t\t\t\ttry {\n \t\t\t\t\t\t\tString queryXml = new String(URLEncoding\n \t\t\t\t\t\t\t\t\t.decode(encoded), \"UTF-8\");\n \n \t\t\t\t\t\t\t// parse the query.\n \t\t\t\t\t\t\tSAXReader reader = new SAXReader();\n \t\t\t\t\t\t\tElement root = reader.read(\n \t\t\t\t\t\t\t\t\tnew StringReader(queryXml))\n \t\t\t\t\t\t\t\t\t.getRootElement();\n \t\t\t\t\t\t\tthis.query = root.getText();\n \t\t\t\t\t\t} catch (Exception e) {\n \t\t\t\t\t\t\tthrow new IOException(\n \t\t\t\t\t\t\t\t\t\"Cannot unmarshall cached query.\");\n \t\t\t\t\t\t}\n \t\t\t\t\t} else if (this.optionalParams == null) {\n \t\t\t\t\t\tbyte[] encoded = os.toByteArray();\n \t\t\t\t\t\tdataOffset += encoded.length;\n \t\t\t\t\t\tdataOffset += 1; // include the separator field\n \n \t\t\t\t\t\tif (encoded.length > 0) {\n \t\t\t\t\t\t\tMap optionalParams = new HashMap();\n \t\t\t\t\t\t\tString urlEncoded = new String(URLEncoding\n \t\t\t\t\t\t\t\t\t.decode(encoded), \"UTF-8\");\n \t\t\t\t\t\t\tStringTokenizer tokenizer = new StringTokenizer(\n\t\t\t\t\t\t\t\t\turlEncoded, \"&\", false);\n \n \t\t\t\t\t\t\twhile (tokenizer.hasMoreTokens()) {\n String param = tokenizer.nextToken();\n\t\t\t\t\t\t\t\tString key = param.substring(0, param.indexOf('='));\n\t\t\t\t\t\t\t\tString value = param.substring(param.indexOf('=')+1);\n \t\t\t\t\t\t\t\toptionalParams.put(key, value);\n \t\t\t\t\t\t\t}\n \t\t\t\t\t\t\tthis.optionalParams = optionalParams;\n \t\t\t\t\t\t} else {\n \t\t\t\t\t\t\tthis.optionalParams = null;\n \t\t\t\t\t\t}\n \n \t\t\t\t\t\tthis.dataOffset = dataOffset;\n \t\t\t\t\t\treturn;\n \t\t\t\t\t}\n \n \t\t\t\t\tos.reset();\n \t\t\t\t} else if (b == -1) {\n \t\t\t\t\tthrow new IOException(\"Premature end of cached file.\");\n \t\t\t\t} else {\n \t\t\t\t\tos.write(b);\n \t\t\t\t}\n \t\t\t}\n \t\t} finally {\n \t\t\tif (is != null) {\n \t\t\t\ttry {\n \t\t\t\t\tis.close();\n \t\t\t\t} catch (IOException e) {\n \t\t\t\t\tlog.error(\"Cannot close input cache file: \"\n \t\t\t\t\t\t\t+ this.dataFile.getAbsolutePath());\n \t\t\t\t}\n \t\t\t}\n \t\t}\n \t}", "@Override\n protected File getDataFile(String relFilePath) {\n return new File(getDataDir(), relFilePath);\n }", "public void load(File source);", "public void load() ;", "private void loadData(final String filePath)\r\n {\r\n try\r\n {\r\n File fXMLFile = new File(filePath);\r\n DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();\r\n DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();\r\n Document doc = dBuilder.parse(fXMLFile);\r\n parseXMLDocument(doc);\r\n }\r\n catch (ParserConfigurationException ex)\r\n {\r\n System.err.println(\"\\t ParserConfigurationException caught at XMLReader.loadData\");\r\n ex.printStackTrace();\r\n }\r\n catch (SAXException ex)\r\n {\r\n System.err.println(\"\\t SAXException caught at XMLReader.loadData\");\r\n ex.printStackTrace();\r\n }\r\n catch (IOException ex)\r\n {\r\n System.err.println(\"\\t IOException caught at XMLReader.loadData\");\r\n ex.printStackTrace();\r\n }\r\n }", "private void loadData() {\n\t\tOptional<ServerData> loaded_data = dataSaver.load();\n\t\tif (loaded_data.isPresent()) {\n\t\t\tdata = loaded_data.get();\n\t\t} else {\n\t\t\tdata = new ServerData();\n\t\t}\n\t}", "public abstract void load();", "public static void load(){\n StringBuilder maleNamesString = new StringBuilder();\n try (Scanner maleNamesFile = new Scanner(mnames)){\n while (maleNamesFile.hasNext()) {\n maleNamesString.append(maleNamesFile.next());\n }\n }\n catch(FileNotFoundException e){\n e.printStackTrace();\n return;\n }\n\n //Create a string from the fnames.json file\n StringBuilder femaleNamesString = new StringBuilder();\n try (Scanner femaleNamesFile = new Scanner(fnames)){\n while (femaleNamesFile.hasNext()) {\n femaleNamesString.append(femaleNamesFile.next());\n }\n }\n catch(FileNotFoundException e){\n e.printStackTrace();\n return;\n }\n\n //Create a string from the snames.json file\n StringBuilder surNamesString = new StringBuilder();\n try (Scanner surNamesFile = new Scanner(snames)){\n while (surNamesFile.hasNext()) {\n surNamesString.append(surNamesFile.next());\n }\n\n }\n catch(FileNotFoundException e){\n e.printStackTrace();\n return;\n }\n\n //Create a string from the locations.json file\n StringBuilder locationsString = new StringBuilder();\n try (Scanner locationsFile = new Scanner(locationsJson)){\n while (locationsFile.hasNext()) {\n locationsString.append(locationsFile.next());\n }\n\n }\n catch(FileNotFoundException e){\n e.printStackTrace();\n return;\n }\n\n maleNames = (Names)convertJsonToObject(maleNamesString.toString(), new Names());\n\n femaleNames = (Names)convertJsonToObject(femaleNamesString.toString(), new Names());\n\n surNames = (Names)convertJsonToObject(surNamesString.toString(), new Names());\n\n locations = (Locations)convertJsonToObject(locationsString.toString(), new Locations());\n }", "public void load() {\n\t}", "void loadFromFile() {\n\t\ttry {\n\t\t\tFile directory = GameApplication.getInstance().getExternalFilesDir(Environment.DIRECTORY_DOCUMENTS);\n\t\t\tFile source = new File(directory, FILE_NAME);\n\t\t\tMap<String, Scoreboard> scoreboards = new HashMap<String, Scoreboard>();\n\t\t\tif (source.exists()) {\n\t\t\t\tJsonReader reader = new JsonReader(new FileReader(source));\n\t\t\t\treader.beginArray();\n\t\t\t\twhile (reader.hasNext()) {\n\t\t\t\t\tScoreboard scoreboard = readScoreboard(reader);\n\t\t\t\t\tscoreboards.put(scoreboard.getName(), scoreboard);\n\t\t\t\t}\n\t\t\t\treader.endArray();\n\t\t\t\treader.close();\n\t\t\t} else {\n\t\t\t\tsource.createNewFile();\n\t\t\t}\n\t\t\tthis.scoreboards = scoreboards;\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public void load(){\n Player temp;\n try{\n FileInputStream inputFile = new FileInputStream(\"./data.sec\");\n ObjectInputStream objectIn = new ObjectInputStream(inputFile);\n temp = (Player)objectIn.readObject();\n Arena.CUR_PLAYER = temp;\n objectIn.close();\n inputFile.close(); \n }\n catch(FileNotFoundException e ){\n System.err.print(\"data.sec not found\");\n }\n catch(IOException e){\n System.out.println(\"Error 201\");\n }\n catch(ClassNotFoundException e){\n System.out.println(\"Error 202\");\n }\n }", "public void load(){\n // Recover docIDs\n try(Reader reader = new FileReader(\"postings/docIDs.json\")){\n this.docIDs = (new Gson()).fromJson(reader,\n new TypeToken<Map<String, String>>(){}.getType());\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n try(Reader reader = new FileReader(\"postings/docLengths.json\")){\n this.docLengths = (new Gson()).fromJson(reader,\n new TypeToken<Map<String, Integer>>(){}.getType());\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n try(Reader reader = new FileReader(\"postings/titleToNumber.json\")){\n this.titleToNumber = (new Gson()).fromJson(reader,\n new TypeToken<Map<String, Integer>>(){}.getType());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "private void readSourceData() throws Exception {\n\t\tthis.fileDataList = new ArrayList<String>();\n\t\tReader reader = new Reader(this.procPath);\n\t\treader.running();\n\t\tthis.fileDataList = reader.getFileDataList();\n\t}", "void load(File file);", "private void readData() {\n try (BufferedReader br = new BufferedReader(new InputStreamReader(getClass().getClassLoader().getResourceAsStream(fileName)))) {\n String line;\n while ((line = br.readLine()) != null) {\n String[] parts = line.split(\",\");\n int zip = Integer.parseInt(parts[0]);\n String name = parts[1];\n\n zipMap.put(zip, name);\n }\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "public DataInput( String filepath)\r\n {\r\n this.filepath = filepath;\r\n }", "private void loadFromFile() {\n try {\n FileInputStream fis = openFileInput(FILENAME);\n InputStreamReader isr = new InputStreamReader(fis);\n BufferedReader reader = new BufferedReader(isr);\n Gson gson = new Gson();\n Type listFeelingType = new TypeToken<ArrayList<Feeling>>(){}.getType();\n recordedFeelings.clear();\n ArrayList<Feeling> tmp = gson.fromJson(reader, listFeelingType);\n recordedFeelings.addAll(tmp);\n fis.close();\n\n } catch (FileNotFoundException e) {\n // TODO Auto-generated catch block\n recordedFeelings = new ArrayList<Feeling>();\n e.printStackTrace();\n } catch (IOException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n }", "@Override\n public void load(String keyWord, String fileName){\n FileReader loadDetails;\n String record;\n try{\n loadDetails=new FileReader(fileName);\n BufferedReader bin=new BufferedReader(loadDetails);\n while (((record=bin.readLine()) != null)){\n if ((record).contentEquals(keyWord)){\n setUsername(record);\n setPassword(bin.readLine());\n setFirstname(bin.readLine());\n setLastname(bin.readLine());\n setDoB((Date)DMY.parse(bin.readLine()));\n setContactNumber(bin.readLine());\n setEmail(bin.readLine());\n setSalary(Float.valueOf(bin.readLine()));\n setPositionStatus(bin.readLine());\n homeAddress.load(bin);\n }//end if\n }//end while\n bin.close();\n }//end try\n catch (IOException ioe){}//end catch\n catch (ParseException ex) {\n Logger.getLogger(Product.class.getName()).log(Level.SEVERE, null, ex);\n }\n }", "@Override\n void loadData() {\n langConfigFile = new File(plugin.getDataFolder() + \"/messages.yml\");\n // Attempt to read the config in the config file.\n langConfig = YamlConfiguration.loadConfiguration(langConfigFile);\n // If the config file is null (due to the config file being invalid or not there) create a new one.\n // If the file doesnt exist, populate it from the template.\n if (!langConfigFile.exists()) {\n langConfigFile = new File(plugin.getDataFolder() + \"/messages.yml\");\n langConfig = YamlConfiguration.loadConfiguration(new InputStreamReader(plugin.getResource(\"messages.yml\")));\n saveData();\n }\n }", "public void loadJobDataFromFile(File file) {\n try {\n\n JAXBContext context = JAXBContext.newInstance(JobListWrapper.class);\n Unmarshaller um = context.createUnmarshaller();\n\n // Reading XML from the file and unmarshalling.\n JobListWrapper wrapper = (JobListWrapper) um.unmarshal(file);\n\n jobData.clear();\n jobData.addAll(wrapper.getJobs());\n\n // Save the file path to the registry.\n setJobFilePath(file);\n\n } catch (Exception e) { // catches ANY exception\n Alert alert = new Alert(Alert.AlertType.ERROR);\n alert.setTitle(\"Error\");\n alert.setHeaderText(\"Could not load data\");\n alert.setContentText(\"Could not load data from file:\\n\" + file.getPath());\n\n alert.showAndWait();\n }\n }", "public static void load() {\n }", "@Override\n\tpublic Object load(String file) {\n\t\treturn null;\n\t}", "private void loadFromFile() {\n try {\n /* Load in the data from the file */\n FileInputStream fIn = openFileInput(FILENAME);\n BufferedReader inRead = new BufferedReader(new InputStreamReader(fIn));\n\n /*\n * access from the GSON file\n * Taken from lonelyTwitter lab code\n */\n Gson gson = new Gson();\n Type listType = new TypeToken<ArrayList<Counter>>() {}.getType();\n counters = gson.fromJson(inRead, listType);\n\n } catch (FileNotFoundException e) {\n counters = new ArrayList<Counter>();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "public void load (IFile file) throws Exception;", "@Override\r\n\tpublic void load() {\n\t\ts.load();\r\n\r\n\t}", "@PostConstruct\n public void loaddata() throws IOException {\n File file = ResourceUtils.getFile(configProvider.getFilePath());\n Reader in = new FileReader(file.getPath());\n Iterable<CSVRecord> records = CSVFormat.RFC4180.withHeader(\n \"locationid\", \"Applicant\", \"FacilityType\", \"cnn\", \"LocationDescription\", \"Address\", \"blocklot\", \"block\", \"lot\",\n \"permit\", \"Status\", \"FoodItems\", \"X\", \"Y\", \"Latitude\", \"Longitude\", \"Schedule\",\n \"dayshours\", \"NOISent\", \"Approved\", \"Received\", \"PriorPermit\", \"ExpirationDate\",\n \"Location\", \"Fire Prevention Districts\", \"Police Districts\",\n \"Supervisor Districts\", \"Zip Codes\", \"Neighborhoods (old)\"\n ).parse(in);\n\n Iterator<CSVRecord> iterator = records.iterator();\n iterator.next();\n // use our own ids because of how atomic integers work, we can't have a 0 for an id, so can't rely on outside sources.\n int i = 0;\n while (iterator.hasNext()) {\n CSVRecord record = iterator.next();\n FoodTruck truck = new FoodTruck(Float.parseFloat(record.get(\"Latitude\")), Float.parseFloat(record.get(\"Longitude\")),\n record.get(\"Address\"), record.get(\"FoodItems\"), ++i);\n //add food truck to datastore\n truckDataStore.addTruck(truck.getId(), truck);\n\n final Rectangle rect = new Rectangle(truck.getLat(), truck.getLon(),\n truck.getLat(), truck.getLon());\n //add food truck location + id to location data store.\n locationDataStore.getSpatialIndex().add(rect, truck.getId());\n }\n }", "@Override\n public D loadInBackground() {\n mData = SerializeUtils.readSerializableObject(mContext, mFilename);\n return mData;\n }", "@Override\n public void load() throws IOException, ClassNotFoundException {\n \n }", "private void loadFromFile() {\n try {\n FileInputStream fis = openFileInput(FILENAME);\n BufferedReader in = new BufferedReader(new InputStreamReader(fis));\n\n Gson gson = new Gson();\n Type listType = new TypeToken<ArrayList<Sub>>(){}.getType();\n subList = gson.fromJson(in, listType);\n\n } catch (FileNotFoundException e) {\n subList = new ArrayList<Sub>();\n }\n }", "public File getDataFile();", "public void load();", "public void load();", "private void loadUser() {\n File dataFile = new File(getFilesDir().getPath() + \"/\" + DATA_FILE);\n\n if(dataFile.exists()) {\n loadData();\n } else { // First time CigCount is launched\n user = new User();\n }\n }", "String [][] importData (String path);", "protected SimulationData(final File givenPath) {\n\t\ttry {\n\t\t\tclassLoader =\n\t\t\t\t\tnew URLClassLoader(new URL[] {givenPath.toURI()\n\t\t\t\t\t\t\t.toURL()});\n\t\t} catch (MalformedURLException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "private void loadDataFromFile() {\n boolean isLoggedInNew = na.isLoggedIn();\n boolean isLoggedIn = uL.isLoggedIn();\n // load data for new users after sucsessful new account creation\n if (isLoggedInNew) {\n String username = na.getUsername();\n String fileExt = \"_data.txt\";\n String workingDirectory = System.getProperty(\"user.dir\");\n String filePath = workingDirectory + \"\\\\\" + username + fileExt;\n File file = new File(filePath);\n try {\n FileReader fr = new FileReader(file);\n BufferedReader br = new BufferedReader(fr);\n DefaultTableModel model = (DefaultTableModel) remindersTable.getModel();\n Object[] lines = br.lines().toArray();\n for (int i = 0; i < lines.length; i++) {\n String[] row = lines[i].toString().split(\"\\t\");\n model.addRow(row);\n }\n } catch (FileNotFoundException ex) {\n Logger.getLogger(MoneyMinderDesktopMainGui.class.getName()).log(Level.SEVERE, null, ex);\n }\n }\n // load data for existing users after sucsessful login\n if (isLoggedIn) {\n String username = uL.getUsername();\n String fileExt = \"_data.txt\";\n String workingDirectory = System.getProperty(\"user.dir\");\n String filePath = workingDirectory + \"\\\\\" + username + fileExt;\n File file = new File(filePath);\n try {\n FileReader fr = new FileReader(file);\n BufferedReader br = new BufferedReader(fr);\n DefaultTableModel model = (DefaultTableModel) remindersTable.getModel();\n Object[] lines = br.lines().toArray();\n for (int i = 0; i < lines.length; i++) {\n String[] row = lines[i].toString().split(\"\\t\");\n model.addRow(row);\n }\n } catch (FileNotFoundException ex) {\n Logger.getLogger(MoneyMinderDesktopMainGui.class.getName()).log(Level.SEVERE, null, ex);\n }\n }\n }", "public void getData() {\n\t\tfileIO.importRewards();\n\t\tfileIO.getPrefs();\n\t}", "private static void load(){\n }", "public void loadData() {\n Path path= Paths.get(filename);\n Stream<String> lines;\n try {\n lines= Files.lines(path);\n lines.forEach(ln->{\n String[] s=ln.split(\";\");\n if(s.length==3){\n try {\n super.save(new Teme(Integer.parseInt(s[0]),Integer.parseInt(s[1]),s[2]));\n } catch (ValidationException e) {\n e.printStackTrace();\n } catch (SQLException e) {\n e.printStackTrace();\n }\n }else\n System.out.println(\"linie corupta in fisierul teme.txt\");});\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "public FileData(String filePath) {\r\n //path = this.getClass().getResource(filePath).getPath();\r\n path = filePath;\r\n \r\n if (path.contains(\"%20\")) {\r\n path = path.replaceAll(\"%20\", \" \");\r\n }\r\n\r\n if (filePath.substring(filePath.length() - 4, filePath.length()).equals(\".txt\")) { // txt file\r\n try {\r\n BufferedReader br = new BufferedReader(new InputStreamReader(\r\n new FileInputStream(path), \"UTF-8\"));\r\n\r\n String line;\r\n while ((line = br.readLine()) != null) {\r\n data.add(line);\r\n }\r\n\r\n for (int i = 0; i < data.size(); i++) {\r\n dataTag.add(0);\r\n }\r\n br.close();\r\n } catch (FileNotFoundException ex) {\r\n System.out.println(\"FileData not found - \" + path);\r\n } catch (IOException ex) {\r\n System.out.println(\"IOExeption in Constructor : FileData\");\r\n }\r\n } else { // folder\r\n File folder = new File(path);\r\n for (File fileEntry : folder.listFiles()) {\r\n data.add(fileEntry.getName());\r\n }\r\n }\r\n }", "public void load() {\n handleLoad(false, false);\n }", "@Override\r\n\tprotected void load() {\n\t\t\r\n\t}", "@Override\n public void load() {\n }", "private void fileRead(String path)\n\t{\n\t\ttry\n\t\t{\n\t\t\t// create file\n\t\t\tFile file = new File(path);\n\t\t\tFileInputStream fileStream = new FileInputStream(file);\n\t\t\t\n\t\t\t// data read\n\t\t\tthis.dataContent = new byte[(int)file.length()];\n\t\t\tint ret = fileStream.read(this.dataContent, 0, (int)file.length());\n\t\t}\n\t\tcatch(FileNotFoundException e)\n\t\t{\n\t\t\tSystem.out.println(\"File Not Found : \" + e.getMessage());\n\t\t}\n\t\tcatch(IOException e)\n\t\t{\n\t\t\tSystem.out.println(\"Failed File Read : \" + e.getMessage());\n\t\t}\n\t\t\n\t}", "public void loadFile(File p_file) throws IOException;", "private void read() {\n\n\t\t\t\tString road=getActivity().getFilesDir().getAbsolutePath()+\"product\"+\".txt\";\n\n\t\t\t\ttry {\n\t\t\t\t\tFile file = new File(road); \n\t\t\t\t\tFileInputStream fis = new FileInputStream(file); \n\t\t\t\t\tint length = fis.available(); \n\t\t\t\t\tbyte [] buffer = new byte[length]; \n\t\t\t\t\tfis.read(buffer); \n\t\t\t\t\tString res1 = EncodingUtils.getString(buffer, \"UTF-8\"); \n\t\t\t\t\tfis.close(); \n\t\t\t\t\tjson(res1.toString());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t// TODO Auto-generated catch block\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t} \n\t\t\t}", "@Override\r\n\tpublic void initialLoad() throws IOException {\n\t\t\r\n\t}", "private void reloadData() throws IOException\n {\n /* Reload data from file, if it is modified after last scan */\n long mtime = loader.getModificationTime();\n if (mtime < lastKnownMtime) {\n return;\n }\n lastKnownMtime = mtime;\n\n InputStream in = loader.getInputStream();\n BufferedReader bin = new BufferedReader(new InputStreamReader(in));\n cache.clear();\n String line;\n while ((line = bin.readLine()) != null) {\n try {\n Map<String, Object> tuple = reader.readValue(line);\n updateLookupCache(tuple);\n } catch (JsonProcessingException parseExp) {\n logger.info(\"Unable to parse line {}\", line);\n }\n }\n IOUtils.closeQuietly(bin);\n IOUtils.closeQuietly(in);\n }", "@Override\n public void load() {\n }", "public void loadPersistence() {\n\t\tFile file = new File(\"data.txt\");\n\t\tif (file.length() == 0) { // no persistent data to use\n\t\t\treturn;\n\t\t}\n\t\tdeserializeFile(file);\n\t\tloadPersistentSettings();\n\t}", "protected void loadFile(String resourcePath) {\n // Locate the resource in the classpath\n //URL fileUrl = this.getClass().getResource(resourcePath);\n //File f = new File(fileUrl.getFile());\n List<String[]> data = new LinkedList<>();\n String readLine;\n String[] splitLine;\n\n InputStream in = this.getClass().getResourceAsStream(resourcePath);\n BufferedReader reader = new BufferedReader(new InputStreamReader(in));\n\n /*\n Attempt to read the data from the csv file, provided the input stream was\n actually opened and store the String[] by splitting.\n */\n try {\n log.info(\"Reading data from {}\", resourcePath);\n while((readLine = reader.readLine()) != null) {\n splitLine = readLine.split(DELIMITER);\n\n if (this.validateData(splitLine))\n data.add(splitLine);\n else\n log.error(\"Skipping {}\", readLine);\n }\n }\n catch(IOException e) {\n log.debug(e.getLocalizedMessage());\n }\n finally {\n IOUtils.closeQuietly(reader);\n IOUtils.closeQuietly(in);\n }\n\n //Using toMap collector to provide a keyMapper function that serves as a test for duplicates based on the passenger ID.\n //https://stackoverflow.com/questions/52148400/remove-duplicates-from-a-list-of-string-array\n //This will use the first element as a key and the currently selected element as the value for mapping\n this.lines = new LinkedList<>(\n data.stream().collect(Collectors.toMap(arr -> arr[0], Function.identity(),\n (a, b) -> a)).values());\n\n log.info(\"File {} with {} lines has been loaded\", resourcePath, lines.size());\n }", "public FileStorage(File path) {\n dataFolder = path;\n }", "private void loadFromFile(){\n try {\n FileInputStream fis = openFileInput(FILENAME);\n BufferedReader in = new BufferedReader(new InputStreamReader(fis));\n Gson gson = new Gson();\n Type listType = new TypeToken<ArrayList<Countbook>>() {}.getType();\n countbookList = gson.fromJson(in, listType);\n } catch (FileNotFoundException e) {\n countbookList = new ArrayList<Countbook>();\n }\n }", "void singleModeLoading( File dataPath, File resultsPath, int scenarioNumber );", "private void loadFromFile(String fileName) {\n try {\n InputStream inputStream = this.openFileInput(fileName);\n if (inputStream != null) {\n ObjectInputStream input = new ObjectInputStream(inputStream);\n boardManager = (BoardManager) input.readObject();\n inputStream.close();\n }\n } catch (FileNotFoundException e) {\n Log.e(\"login activity\", \"File not found: \" + e.toString());\n } catch (IOException e) {\n Log.e(\"login activity\", \"Can not read file: \" + e.toString());\n } catch (ClassNotFoundException e) {\n Log.e(\"login activity\", \"File contained unexpected data type: \" + e.toString());\n }\n }", "protected abstract void loader() throws IOException;", "@SuppressWarnings(\"unchecked\")\r\n\tprivate void readMapFromFile() {\r\n\t\ttry {\r\n\t\t\tType type = new TypeToken<HashMap<String, Country>>() {}.getType();\r\n\t\t\tthis.daoMap = (HashMap<String, Country>) gson.fromJson(new FileReader(path), type);\r\n\t\t} catch (JsonSyntaxException | JsonIOException | FileNotFoundException e) {\r\n\t\t\te.printStackTrace();\r\n\t\t\t\r\n\t\t}\r\n\r\n\t}", "public void loadData () {\n // create an ObjectInputStream for the file we created before\n ObjectInputStream ois;\n try {\n ois = new ObjectInputStream(new FileInputStream(\"DB/Guest.ser\"));\n\n int noOfOrdRecords = ois.readInt();\n Guest.setMaxID(ois.readInt());\n System.out.println(\"GuestController: \" + noOfOrdRecords + \" Entries Loaded\");\n for (int i = 0; i < noOfOrdRecords; i++) {\n guestList.add((Guest) ois.readObject());\n //orderList.get(i).getTable().setAvailable(false);\n }\n } catch (IOException | ClassNotFoundException e1) {\n // TODO Auto-generated catch block\n e1.printStackTrace();\n }\n }", "public void loadObjectData(String datafile) {\n\t\tProperties databaseAddData = new Properties();\n\t\ttry {\n\t\t\tdatabaseAddData.load(new FileInputStream(langFile));\n\t\t} catch (Exception e) {}\n\t\t//put values from the properties file into hashmap\n\t\tthis.properties.put(\"PROPERTY\", databaseAddData.getProperty(\"PROPERTY\"));\n\t}", "public static void loadFromFile() {\n\t\tloadFromFile(Main.getConfigFile(), Main.instance.getServer());\n\t}", "@Override\n\tpublic void init(String file_name) { deserialize(file_name); }", "@PostConstruct\n private void loadFiles() {\n \n\n File dir = new File(Constants.DIR_PATH);\n File[] files = dir.listFiles(); //stores list of files in given paths\n String line=\"\";\n\n for(File file : files){\n try {\n br = new BufferedReader(new FileReader(file));\n br.readLine();\n while((line=br.readLine())!=null){\n\n String []token=line.split(Constants.DELIMETER);\n String fileName=file.getName().toUpperCase();\n\n FlightData newflight = new FlightData(fileName.substring(0,fileName.lastIndexOf(\".\")),token[0],token[1],token[2],token[3],token[4],token[5],Double.parseDouble(token[6]),token[7],token[8]);\n flightDataDao.insertFlightData(newflight);\n }\n\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n\n }", "public Moment[] loadMomentsFile(){\n //Log.v(\"loadMain\", getApplicationContext().getFilesDir().getAbsolutePath());\n FileInputStream fin = null;\n Moment []pup = null;\n try {\n fin = openFileInput(MomentsFragment.MOMENTS_FILENAME);\n ObjectInputStream ois = new ObjectInputStream(fin);\n pup = (Moment [])ois.readObject();\n ois.close();\n fin.close();\n }catch (FileNotFoundException e) {\n //e.printStackTrace();\n Log.w(LOG_TAG, \"File not found, will be created once data is inserted\");\n } catch (IOException e) {\n e.printStackTrace();\n } catch (ClassNotFoundException e) {\n e.printStackTrace();\n }finally {\n if (pup == null)\n return new Moment[0];\n return pup;\n }\n }", "@Override\n\tprotected void load() {\n\t\t\n\t}", "@Override\n\tprotected void load() {\n\t\t\n\t}", "@Override\n\tprotected void load() {\n\t\t\n\t}", "private void initData() {\n\t\tnamesInfo = new NameSurferDataBase(fileName);\n\n\t}", "public void load (String argFileName) throws IOException;", "public AggregateReferenceFileLoader(String scenarioFile) throws AggregateFileInitializationException {\n \t\tdataFile = scenarioFile;\n \t\tscenarioData = new File(dataFile);\n \t\tif(!isDataFile(scenarioData)) {\n\t\t\tthrow new AggregateFileInitializationException(\"Not a valid data file, must be .csv or .txt \"+dataFile);\n \t\t} \n \t\taggregateData = processFile();\n \t}", "public abstract void readFromFile(String key, String value);", "public void loadFromDatabase(){\r\n /**\r\n * Open the file streams to the three files\r\n * Recover the state of data structures\r\n * Close the file streams\r\n */\r\n\r\n try{\r\n //Recover the state of unfinished set from unfinished.dat\r\n unfinishedFileInputStream = new FileInputStream(UNFINISHED_FILE_PATH);\r\n unfinishedSetInputStream = new ObjectInputStream(unfinishedFileInputStream);\r\n unfinished = (Set<Task>)unfinishedSetInputStream.readObject();\r\n unfinishedSetInputStream.close();\r\n unfinishedFileInputStream.close();\r\n\r\n //Recover the state of finished list from finished.dat\r\n finishedFileInputStream = new FileInputStream(FINISHED_FILE_PATH);\r\n finishedListInputStream = new ObjectInputStream(finishedFileInputStream);\r\n finished = (ArrayList<Task>)finishedListInputStream.readObject();\r\n finishedListInputStream.close();\r\n finishedFileInputStream.close();\r\n\r\n //Recover the state of activities list from activities.dat\r\n activitiesFileInputStream = new FileInputStream(ACTIVITIES_FILE_PATH);\r\n activitiesListInputStream = new ObjectInputStream(activitiesFileInputStream);\r\n activities = (ArrayList<Activity>)activitiesListInputStream.readObject();\r\n activitiesListInputStream.close();\r\n activitiesFileInputStream.close();\r\n\r\n generateWeeklySchedule();\r\n }\r\n catch(Exception e){\r\n System.out.println(e.getMessage());\r\n }\r\n }", "public interface ReaderFromFile {\n\t\n\tpublic List<Data> readDataFromFile (String filename);\n}", "public static void load(FileIO fileIO) \r\n\t{\n\t\t\r\n\t}", "public void load()\n\t{\n\t\tfor(String s : playerData.getConfig().getKeys(false))\n\t\t{\n\t\t\tPlayerData pd = new PlayerData(playerData, s);\n\t\t\tpd.load();\n\t\t\tdataMap.put(s, pd);\n\t\t}\n\t}", "void load();" ]
[ "0.73896027", "0.70179", "0.6945323", "0.68981844", "0.684605", "0.684605", "0.6683791", "0.66593486", "0.6634085", "0.662715", "0.6624891", "0.6624816", "0.66247207", "0.6595153", "0.653407", "0.6526196", "0.65251863", "0.65251863", "0.64969563", "0.6486671", "0.642179", "0.64118516", "0.64117014", "0.641019", "0.6363166", "0.6352317", "0.6339756", "0.6330364", "0.6323235", "0.63222885", "0.628563", "0.62775636", "0.62646246", "0.62494385", "0.62402266", "0.62110734", "0.619253", "0.6190367", "0.6182201", "0.61325693", "0.6130926", "0.61240846", "0.61096287", "0.60980123", "0.6095004", "0.6090772", "0.60885596", "0.60835534", "0.60774976", "0.60668576", "0.6050187", "0.6042751", "0.6041596", "0.60394937", "0.60369766", "0.6029757", "0.6021639", "0.6021639", "0.5997014", "0.59896255", "0.5981101", "0.59788734", "0.5974032", "0.5971438", "0.5970975", "0.5962945", "0.59566724", "0.5956095", "0.5947671", "0.5940092", "0.59369844", "0.5929606", "0.59286815", "0.59239715", "0.5921067", "0.5920872", "0.59082234", "0.5905317", "0.58959126", "0.5890293", "0.58869463", "0.5869705", "0.5868871", "0.5859186", "0.5858174", "0.5857448", "0.58557004", "0.5841877", "0.583654", "0.58302605", "0.58302605", "0.58302605", "0.5828911", "0.58265406", "0.58177054", "0.5816051", "0.5814766", "0.5813635", "0.5805857", "0.580533", "0.58025795" ]
0.0
-1
This method is used to load data from resouces.
public static PropertyDocument fromResources(final String location) throws IOException, ConfigIOParseException { InputStream stream = LoadFileLocation.class.getResourceAsStream(location); if(stream == null) throw new FileNotFoundException(String.format("Resource not found: %s", location)); try { loadParser(); return parser_.readConfig(stream); } finally { stream.close(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected void loadData()\n {\n }", "public abstract ResourceDataSet loadResources() ;", "private void loadResourcesData(){\n //showResourceListView();\n\n String [] resourceData = new String [20];\n\n for(int stringCount = 1; stringCount <= 20; stringCount++) {\n resourceData[stringCount - 1] = \"Title \" + stringCount;\n }\n\n mResourceListAdapter.setResourceData(resourceData);\n }", "private void loadData() {\n\t\tOptional<ServerData> loaded_data = dataSaver.load();\n\t\tif (loaded_data.isPresent()) {\n\t\t\tdata = loaded_data.get();\n\t\t} else {\n\t\t\tdata = new ServerData();\n\t\t}\n\t}", "protected abstract void loadData();", "private JPPFResourceWrapper loadResourceData(Map<String, Object> map, boolean asResource) throws ClassNotFoundException\n\t{\n\t\tJPPFResourceWrapper resource = null;\n\t\ttry\n\t\t{\n\t\t\tif (debugEnabled) log.debug(\"loading remote definition for resource [\" + map.get(\"name\") + \"]\");\n\t\t\tresource = loadResourceData0(map, asResource);\n\t\t}\n\t\tcatch(IOException e)\n\t\t{\n\t\t\tif (debugEnabled) log.debug(\"connection with class server ended, re-initializing\");\n\t\t\tinit();\n\t\t\ttry\n\t\t\t{\n\t\t\t\tresource = loadResourceData0(map, asResource);\n\t\t\t}\n\t\t\tcatch(ClassNotFoundException ex)\n\t\t\t{\n\t\t\t\tthrow ex;\n\t\t\t}\n\t\t\tcatch(Exception ex)\n\t\t\t{\n\t\t\t\tif (debugEnabled) log.debug(e.getMessage(), e);\n\t\t\t}\n\t\t}\n\t\tcatch(ClassNotFoundException e)\n\t\t{\n\t\t\tthrow e;\n\t\t}\n\t\tcatch(Exception e)\n\t\t{\n\t\t\tif (debugEnabled) log.debug(e.getMessage(), e);\n\t\t}\n\t\treturn resource;\n\t}", "public abstract void loadData();", "public abstract void loadData();", "private JPPFResourceWrapper loadResourceData0(Map<String, Object> map, boolean asResource) throws Exception\n\t{\n\t\tif (debugEnabled) log.debug(\"loading remote definition for resource [\" + map.get(\"name\") + \"], requestUuid = \" + requestUuid);\n\t\tJPPFResourceWrapper resource = loadRemoteData(map, false);\n\t\tif (debugEnabled) log.debug(\"remote definition for resource [\" + map.get(\"name\") + \"] \"+ (resource.getDefinition()==null ? \"not \" : \"\") + \"found\");\n\t\treturn resource;\n\t}", "public void loadData ( ) {\n\t\tinvokeSafe ( \"loadData\" );\n\t}", "private void loadData(){\n updateDateTimeText();\n\n mLoadingDialog = DialogUtil.createLoadingDialog(getActivity(), getString(R.string.loading_dialog_in_progress));\n mLoadingDialog.show();\n // Call API to get the schedules\n mPresenter.loadAllExaminationSchedulesForSpecificDate(mMyDate.generateDateString(AppConstants.DATE_FORMAT_YYYY_MM_DD));\n }", "void loadData();", "void loadData();", "private void loadData() {\n Log.d(LOG_TAG, \"loadData()\");\n /* If the device does not have an internet connection, then... */\n if (!NetworkUtils.hasInternetConnection(this)){\n showErrorMessage(true);\n return;\n }\n /* Make the View for the data visible and hide the error message */\n showDataView();\n\n /* Fetch the data from the web asynchronous using Retrofit */\n TMDBApi the_movie_database_api = new TMDBApi(new FetchDataTaskCompleteListener());\n /* Start the network transactions */\n the_movie_database_api.start(sortOrderCurrent);\n\n /* Display the loading indicator */\n displayLoadingIndicator(true);\n }", "private void loadData() {\n FileInputStream fis;\n\n try {\n fis = openFileInput(DATA_FILE);\n user = (User) new JsonReader(fis).readObject();\n fis.close();\n } catch(Exception e) {\n Log.i(\"Exception :\", e.toString());\n }\n }", "public void loadData() {\n\t\tbookingRequestList = bookingRequestDAO.getAllBookingRequests();\n\t\tcabDetailList = cabDAO.getAllCabs();\n\t}", "public static List<DataItem> importFromResource(Context context){\n InputStreamReader reader = null;\n InputStream inputStream = null;\n\n try {\n //Instantiate InputStream with static raw file the assign it to InputStreamReader\n inputStream = context.getResources().openRawResource(R.raw.menuitems);\n reader = new InputStreamReader(inputStream);\n //Populate DataItems class and return result\n Gson gson = new Gson();\n DataItems dataItems = gson.fromJson(reader, DataItems.class);\n return dataItems.getDataItems();\n }finally {\n //close both classes\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n if (inputStream != null) {\n try {\n inputStream.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n\n }\n }", "public void load(){\n // Recover docIDs\n try(Reader reader = new FileReader(\"postings/docIDs.json\")){\n this.docIDs = (new Gson()).fromJson(reader,\n new TypeToken<Map<String, String>>(){}.getType());\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n try(Reader reader = new FileReader(\"postings/docLengths.json\")){\n this.docLengths = (new Gson()).fromJson(reader,\n new TypeToken<Map<String, Integer>>(){}.getType());\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n try(Reader reader = new FileReader(\"postings/titleToNumber.json\")){\n this.titleToNumber = (new Gson()).fromJson(reader,\n new TypeToken<Map<String, Integer>>(){}.getType());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "@Override\n\tpublic void loadData() throws FileNotFoundException {\n\t\tthis.getPromoShare();\n\t}", "@Override\n protected void loadData() {\n setUpLoadingViewVisibility(true);\n callImageList = RetrofitGenerator.createService(ApiService.class)\n .getAllPubImage();\n callImageList.enqueue(callbackImageList);\n }", "private void loadData() {\n //load general data\n Settings.loadSettings();\n\n this.spCrawlTimeout.setValue(Settings.CRAWL_TIMEOUT / 1000);\n this.spRetryPolicy.setValue(Settings.RETRY_POLICY);\n this.spRecrawlInterval.setValue(Settings.RECRAWL_TIME / 3600000);\n this.spRecrawlCheckTime.setValue(Settings.RECRAWL_CHECK_TIME / 60000);\n }", "@Override\r\n\tprotected void load() {\n\t\t\r\n\t}", "public void loadResources();", "private void loadContent()\n {\n // locking the function to prevent the adapter\n // from calling multiples async requests with\n // the same definitions which produces duplicate\n // data.\n locker.lock();\n\n // this function contruct a GraphRequest to the next paging-cursor from previous GraphResponse.\n GraphRequest nextGraphRequest = lastGraphResponse.getRequestForPagedResults(GraphResponse.PagingDirection.NEXT);\n\n // if we reached the end of our pages, the above method 'getRequestForPagedResults'\n // return 'null' object\n if(nextGraphRequest != null)\n {\n // for clarificating and formatting purposes\n // I declared the callback besides the members\n // variables.\n nextGraphRequest.setCallback(callback);\n nextGraphRequest.executeAsync();\n }\n }", "@Override\n public void load() {\n }", "protected abstract JPPFResourceWrapper loadRemoteData(Map<String, Object> map, boolean asResource) throws Exception;", "@Override\n \tpublic EMFModel loadResourceData(IProgress progress) throws ResourceLoadingCancelledException, ResourceDependencyLoopException,\n \t\t\tFileNotFoundException, FlexoException {\n \t\ttry {\n \t\t\tgetEMFResource().load(null);\n \t\t\tEMFModelConverter converter = new EMFModelConverter();\n \t\t\tEMFModel resourceData = converter.convertModel(getMetaModelResource().getMetaModelData(), getEMFResource());\n \t\t\tsetResourceData(resourceData);\n \t\t\treturn resourceData;\n \t\t} catch (IOException e) {\n \t\t\te.printStackTrace();\n \t\t\treturn null;\n \t\t}\n \t}", "public void getData() {\n\t\tfileIO.importRewards();\n\t\tfileIO.getPrefs();\n\t}", "private void initDataLoader() {\n\t}", "private void initData() {\n requestServerToGetInformation();\n }", "@Override\n\t\t\tprotected PaginationResponseData load() {\n\t\t\t\treturn null;\n\n\t\t\t}", "@Override\r\n public void loadResources() {\n\r\n }", "public void load() {\n\t}", "public void load() {\n }", "public void retrieveData(){\n\t\tloaderImage.loadingStart();\n\t\tJsonClient js = new JsonClient();\n\t\tjs.retrieveData(JSON_URL, this);\n\t}", "@Override\n public void load() {\n }", "@Override\n\tprotected void load() {\n\t\t\n\t}", "@Override\n\tprotected void load() {\n\t\t\n\t}", "@Override\n\tprotected void load() {\n\t\t\n\t}", "@Override\n public void onLoadResources() {\n }", "@Override\n/// @XmlElement(name = \"resource\", namespace = Namespaces.SRV)\n public Collection<DataIdentification> getResources() {\n return resources = nonNullCollection(resources, DataIdentification.class);\n }", "private void initdata() {\n\t\tProgressDialogUtil.showProgressDlg(this, \"加载数据\");\n\t\tProdDetailRequest req = new ProdDetailRequest();\n\t\treq.id = prodInfo.id+\"\";\n\t\tRequestParams params = new RequestParams();\n\t\ttry {\n\t\t\tparams.setBodyEntity(new StringEntity(req.toJson()));\n\t\t} catch (UnsupportedEncodingException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\tnew HttpUtils().send(HttpMethod.POST, Api.GETGOODSDETAIL, params, new RequestCallBack<String>() {\n\t\t\t@Override\n\t\t\tpublic void onFailure(HttpException arg0, String arg1) {\n\t\t\t\tProgressDialogUtil.dismissProgressDlg();\n\t\t\t\tT.showNetworkError(CommodityInfosActivity.this);\n\t\t\t}\n\n\t\t\t@Override\n\t\t\tpublic void onSuccess(ResponseInfo<String> resp) {\n\t\t\t\tProgressDialogUtil.dismissProgressDlg();\n\t\t\t\tProdDetailResponse bean = new Gson().fromJson(resp.result, ProdDetailResponse.class);\n\t\t\t\tLog.e(\"\", \"\"+resp.result);\n\t\t\t\tif(Api.SUCCEED == bean.result_code && bean.data != null) {\n\t\t\t\t\tupview(bean.data);\n\t\t\t\t\tdatas = bean.data;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}", "private void loadFromBundle() {\n Bundle data = getIntent().getExtras();\n if (data == null)\n return;\n Resource resource = (Resource) data.getSerializable(PARAMETERS.RESOURCE);\n if (resource != null) {\n String geoStoreUrl = data.getString(PARAMETERS.GEOSTORE_URL);\n loadGeoStoreResource(resource, geoStoreUrl);\n }\n\n }", "@Override\n\tprotected void load() {\n\n\t}", "@Override\n\tprotected void load() {\n\n\t}", "private void loadData() {\n SharedPreferences sharedPreferences = PreferenceManager.getDefaultSharedPreferences(this);\n String fromSymbols = sharedPreferences.getString(getString(R.string.cryto_key), getString(R.string.cryto_value));\n String toSymbols = sharedPreferences.getString(getString(R.string.currencies_key), getString(R.string.currencies_value));\n new FetchUrlTask().execute(fromSymbols, toSymbols);\n sharedPreferences.registerOnSharedPreferenceChangeListener(this);\n }", "public void load() {\n handleLoad(false, false);\n }", "@Override\n\tpublic void loadData(Bundle bundle) {\n\t}", "@Override\r\n\tpublic void load() {\n\t\ts.load();\r\n\r\n\t}", "public synchronized RD getImportedData() throws FileNotFoundException, ProjectLoadingCancelledException, FlexoException {\n\t\tif (_resourceData == null) {\n\t\t\ttry {\n\t\t\t\t// logger.info(\"getImportedData() in \"+this);\n\t\t\t\tupdate();\n\t\t\t\t_resourceData = importResourceData();\n\t\t\t} catch (LoadResourceException e) {\n\t\t\t\t// Warns about the exception\n\t\t\t\tif (logger.isLoggable(Level.WARNING)) {\n\t\t\t\t\tlogger.warning(\"Could not load resource data for resource \" + getResourceIdentifier());\n\t\t\t\t}\n\t\t\t\te.printStackTrace();\n\t\t\t} catch (ResourceDependencyLoopException e) {\n\t\t\t\tif (logger.isLoggable(Level.SEVERE)) {\n\t\t\t\t\tlogger.log(Level.SEVERE, \"Loop in dependant resources of \" + this + \"!\", e);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn _resourceData;\n\t}", "public void initializeData() {\n _currentDataAll = _purityReportData.getAll();\n }", "public void load() ;", "void loadData() throws SerializerException;", "@Override\r\n\tpublic void load() {\n\t}", "@Override\n void load(String data) {\n }", "private static void load(){\n }", "@Override\n\t\tvoid loadData() throws IOException {\n\t\t\tsuper.loadData();\n\t\t}", "public void loadData() {\n SharedPreferences sharedPreferences = getSharedPreferences(SHARED_PREFS, MODE_PRIVATE);\n Gson gson = new Gson();\n String jsonItem = sharedPreferences.getString(REMINDER_ITEM, null);\n\n Type typeItem = new TypeToken<ArrayList<ReminderItem>>() {}.getType();\n\n reminderItems = gson.fromJson(jsonItem, typeItem);\n\n // In case reminderItems is null, reassign it.\n if (reminderItems == null) {\n reminderItems = new ArrayList<>();\n }\n }", "private void readData() {\n try (BufferedReader br = new BufferedReader(new InputStreamReader(getClass().getClassLoader().getResourceAsStream(fileName)))) {\n String line;\n while ((line = br.readLine()) != null) {\n String[] parts = line.split(\",\");\n int zip = Integer.parseInt(parts[0]);\n String name = parts[1];\n\n zipMap.put(zip, name);\n }\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "public void loadData(){\n JsonArrayRequest request = new JsonArrayRequest(\"http://www.efstratiou.info/projects/newsfeed/getList.php\", netListener, errorListener);\n\n //submit request\n ArticlesApp.getInstance().getRequestQueue().add(request);\n\n }", "private void initData() {\n\t}", "@Override\r\n\tpublic void load() {\n\r\n\t}", "private void initData() {\n }", "private void initializeData() {\n String[] storeTitles = getResources().getStringArray(R.array.store_titles);\n String[] storeDescriptions = getResources().getStringArray(R.array.store_descriptions);\n TypedArray storeImages = getResources().obtainTypedArray(R.array.stores_images);\n\n //Clear existing data to avoid duplication\n storeData.clear();\n\n //Create an array list of dessert recipes with title, description and images\n for(int i = 0; i < storeTitles.length; i++){\n storeData.add(new Store(storeImages.getResourceId(i,0), storeTitles[i],storeDescriptions[i]));\n }\n\n //Clear up data in the typed array\n storeImages.recycle();\n\n //Notify the adapter of the change in the data set\n storeAdapter.notifyDataSetChanged();\n }", "public void initData() {\n ConnectivityManager connMgr = (ConnectivityManager)\n getActivity().getSystemService(Context.CONNECTIVITY_SERVICE);\n\n // Get details on the currently active default data network\n NetworkInfo networkInfo = connMgr.getActiveNetworkInfo();\n\n // If there is a network connection, fetch data\n if (networkInfo != null && networkInfo.isConnected()) {\n // Get a reference to the LoaderManager, in order to interact with loaders.\n LoaderManager loaderManager = getLoaderManager();\n\n // number the loaderManager with mPage as may be requesting up to three lots of JSON for each tab\n loaderManager.initLoader(FETCH_STOCK_PICKING_LOADER_ID, null, loadStockPickingFromServerListener);\n } else {\n // Otherwise, display error\n // First, hide loading indicator so error message will be visible\n View loadingIndicator = getView().findViewById(R.id.loading_spinner);\n loadingIndicator.setVisibility(View.GONE);\n\n // Update empty state with no connection error message\n mEmptyStateTextView.setText(R.string.error_no_internet_connection);\n }\n }", "private void loadData()\r\n\t{\r\n\t\taddProduct(\"Area\", \"Education\");\r\n\t\taddProduct(\"Area\", \"Environment\");\r\n\t\taddProduct(\"Area\", \"Health\");\r\n\r\n\t\taddProduct(\"Domain\", \"Documentation\");\r\n\t\taddProduct(\"Domain\", \"Project Activity\");\r\n\t\taddProduct(\"Domain\", \"Technology\");\r\n\r\n\t\taddProduct(\"City\", \"Bangalore\");\r\n\t\taddProduct(\"City\", \"Hyderabad\");\r\n\t\taddProduct(\"City\", \"Lucknow\");\r\n\r\n\t\taddProduct(\"Activity_Type\", \"Onsite\");\r\n\t\taddProduct(\"Activity_Type\", \"Offsite\");\r\n\r\n\t}", "abstract void initializeNeededData();", "private void loadData() {\n this.financeDataList = new ArrayList<>();\n }", "public static void load() {\n }", "private void loadDataOnFirst(){\n updateDateTimeText();\n\n mPbLoading.setVisibility(View.VISIBLE);\n mCalendarListView.setVisibility(View.GONE);\n\n // Call API to get the schedules\n mPresenter.loadAllExaminationSchedulesForSpecificDate(mMyDate.generateDateString(AppConstants.DATE_FORMAT_YYYY_MM_DD));\n }", "public void loadRutinas() {\n\t\trutinas = rutBuss.getRutinas();\n\t}", "private void initData() {\n\n }", "@Override\n public D loadInBackground() {\n mData = SerializeUtils.readSerializableObject(mContext, mFilename);\n return mData;\n }", "public void load();", "public void load();", "private void initializeData() {\n\n TypedArray sportsImageResources = getResources().obtainTypedArray(R.array.sports_images);\n String[] sportsList = getResources().getStringArray(R.array.sports_title);\n String[] sportsInfo = getResources().getStringArray(R.array.sports_info);\n\n //clear the existing data(to avoid the duplication)\n mSportsData.clear();\n\n //create the arraylist of sports objects with titles and information\n for(int i = 0; i<sportsList.length;i++){\n mSportsData.add(new Sport(sportsList[i], sportsInfo[i], sportsImageResources.getResourceId(i, 0)));\n }\n\n //Notify the change to the adapter\n mAdapter.notifyDataSetChanged();\n sportsImageResources.recycle(); //avoid duplication, works fine without it\n }", "private void doLoad( InputStream res )\n {\n try\n {\n String str = IOUtils.toString( res, UTF_8 );\n String md5 = DigestUtils.md5Hex( str ).toUpperCase();\n if ( md5.equals( md5Hex ) )\n {\n logger.info( \"Skip, NO_CHANGE\" );\n return;\n }\n\n ProxyConfiguration parsed = parseConfig( str );\n logger.info( \"Loaded: {}\", parsed );\n\n if ( parsed.readTimeout != null )\n {\n this.readTimeout = parsed.readTimeout;\n }\n\n if ( this.retry == null )\n {\n this.retry = parsed.retry;\n }\n else if ( parsed.retry != null )\n {\n this.retry.copyFrom( parsed.retry );\n }\n\n if ( parsed.services != null )\n {\n parsed.services.forEach( sv -> {\n overrideIfPresent( sv );\n } );\n }\n\n if ( md5Hex != null )\n {\n bus.publish( EVENT_PROXY_CONFIG_CHANGE, \"\" );\n }\n\n md5Hex = md5;\n }\n catch ( IOException e )\n {\n logger.error( \"Load failed\", e );\n }\n }", "@Override\n protected void load(ScanningContext context) {\n ResourceItem item = getRepository().getResourceItem(mType, mResourceName);\n\n // add this file to the list of files generating this resource item.\n item.add(this);\n\n // Ask for an ID refresh since we're adding an item that will generate an ID\n context.requestFullAapt();\n }", "private void LoadContent()\n {\n \n }", "private void initData() {\n\t\tmImageLoader = VolleyUtil.getInstance(this).getImageLoader();\n\t\tmNetworkImageView.setImageUrl(Pictures.pictures[3], mImageLoader);\n\t\tmNetworkImageView.setErrorImageResId(R.drawable.ic_pic_error);\n\t\tmNetworkImageView.setDefaultImageResId(R.drawable.ic_pic_default);\n\t}", "@Override\n\tpublic D loadInBackground() {\n\t\tmData = createData();\n\t\treturn mData;\n\t}", "protected void loadData() {\n refreshview.setRefreshing(true);\n //小区ID\\t帐号\\t消息类型ID\\t开始时间\\t结束时间\n // ZganLoginService.toGetServerData(26, 0, 2, String.format(\"%s\\t%s\\t%s\\t%s\\t%d\", PreferenceUtil.getUserName(), msgtype, \"2015-01-01\", nowdate, pageindex), handler);\n //ZganCommunityService.toGetServerData(26, 0, 2, String.format(\"%s\\t%s\\t%s\\t%s\\t%d\", PreferenceUtil.getUserName(), msgtype, \"2015-01-01\", nowdate, pageindex), handler);\n ZganCommunityService.toGetServerData(40, String.format(\"%s\\t%s\\t%s\\t%s\", PreferenceUtil.getUserName(), funcPage.gettype_id(), String.format(\"@id=22,@page_id=%s,@page=%s\",funcPage.getpage_id(),pageindex), \"22\"), handler);\n }", "private synchronized void initializeData() {\n\n System.out.println(\"En inicializar datos\");\n // Only perform initialization once per app lifetime. If initialization has already been\n // performed, we have nothing to do in this method.\n if (mInitialized) return;\n mInitialized = true;\n\n mExecutors.diskIO().execute(() -> {\n if (isFetchNeeded()) {\n System.out.println(\"Se necesita actualizar, fetch is needed\");\n startFetchPublicacionService();\n }\n });\n }", "private void loadResource() {\n\t\ttry {\n\t\t\ttarmacTexture = scaleResourceImagePaint(\"/textures/tarmac2.jpg\", 300, 300);\n\t\t\tgrassTexture = scaleResourceImagePaint(\"/textures/grass.jpg\", 300, 300);\n\t\t\tstopwayTexture = scaleResourceImagePaint(\"/textures/stopway.jpg\", 300, 300);\n\t\t} catch (IOException e) {\n\t\t\tsetUsingTextures(false);\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public void initData() {\n }", "public void initData() {\n }", "public void loadData () {\n // create an ObjectInputStream for the file we created before\n ObjectInputStream ois;\n try {\n ois = new ObjectInputStream(new FileInputStream(\"DB/Guest.ser\"));\n\n int noOfOrdRecords = ois.readInt();\n Guest.setMaxID(ois.readInt());\n System.out.println(\"GuestController: \" + noOfOrdRecords + \" Entries Loaded\");\n for (int i = 0; i < noOfOrdRecords; i++) {\n guestList.add((Guest) ois.readObject());\n //orderList.get(i).getTable().setAvailable(false);\n }\n } catch (IOException | ClassNotFoundException e1) {\n // TODO Auto-generated catch block\n e1.printStackTrace();\n }\n }", "private void InitData() {\n\t}", "public void loadData() {\n\t\tempsList.add(\"Pankaj\");\r\n\t\tempsList.add(\"Raj\");\r\n\t\tempsList.add(\"David\");\r\n\t\tempsList.add(\"Lisa\");\r\n\t}", "private void initData() {\n\t\tnamesInfo = new NameSurferDataBase(fileName);\n\n\t}", "private void loadMoviesData()\n {\n showMoviesDataView();\n new FetchMovieData(this, new FetchMovieDataCompleteListener()).execute(MOVIE_DB_URL_POPULAR+API_Key);\n\n }", "@Override\n protected void onResume() {\n super.onResume();\n loadData();\n }", "@Override\n protected void onResume() {\n super.onResume();\n loadData();\n }", "private void loadDataFromMemory(String filename){\n shoppingList.clear();\n new ReadFromMemoryAsync(filename, getCurrentContext(), new ReadFromMemoryAsync.AsyncResponse(){\n\n @Override\n public void processFinish(List<ShoppingItem> output) {\n shoppingList.addAll(output);\n sortItems();\n }\n }).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);\n// for (ShoppingItem item: items) {\n// shoppingList.add(item);\n// }\n// sortItems();\n }", "private void initializeData() {\n String[] sportsList = getResources().getStringArray(R.array.track_title);\n String[] sportsInfo = getResources().getStringArray(R.array.track_category);\n\n // Clear the existing data (to avoid duplication).\n mSportsData.clear();\n\n TypedArray trackImageResources =\n getResources().obtainTypedArray(R.array.track_image);\n\n // Create the ArrayList of Sports objects with titles and\n // information about each sport.\n for (int i = 0; i < sportsList.length; i++) {\n for (int j = 0; j < workout.size(); j++) {\n if (workout.get(j).equals(sportsList[i])) {\n mSportsData.add(new Track(sportsList[i], sportsInfo[i], trackImageResources.getResourceId(i, 0)));\n }\n }\n }\n\n // Notify the adapter of the change.\n mAdapter.notifyDataSetChanged();\n\n trackImageResources.recycle();\n }", "private void loadData() {\r\n\t\talert(\"Loading data ...\\n\");\r\n \r\n // ---- categories------\r\n my.addCategory(new Category(\"1\", \"VIP\"));\r\n my.addCategory(new Category(\"2\", \"Regular\"));\r\n my.addCategory(new Category(\"3\", \"Premium\"));\r\n my.addCategory(new Category(\"4\", \"Mierder\"));\r\n \r\n my.loadData();\r\n \r\n\t }", "public static void populateData() {\n\n }", "private void loadData() {\n reminderData.loadDataFromSharedPreferences();\n reminderText.setText(reminderData.getNotificationText());\n timePicker.setMinute(reminderData.getMinutes());\n timePicker.setHour(reminderData.getHours());\n }", "@Override\r\n\tprotected void initLoad() {\n\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}" ]
[ "0.69829565", "0.68312496", "0.67324024", "0.6687591", "0.6662413", "0.6493425", "0.6377825", "0.6377825", "0.63108104", "0.62900954", "0.62672305", "0.6246165", "0.6246165", "0.62397486", "0.6148235", "0.6144889", "0.61405426", "0.6108601", "0.61049354", "0.6079683", "0.6053426", "0.6047151", "0.6038035", "0.6033825", "0.6028289", "0.6016118", "0.6004959", "0.6003606", "0.5990038", "0.59765244", "0.596411", "0.59360784", "0.593369", "0.59325427", "0.5925969", "0.5888697", "0.58835894", "0.58835894", "0.58835894", "0.5872577", "0.5864574", "0.5864414", "0.5862697", "0.5859981", "0.5859981", "0.5840687", "0.5832939", "0.5826785", "0.5803359", "0.57982826", "0.57958907", "0.578982", "0.57892144", "0.5782189", "0.57810545", "0.5779374", "0.57778275", "0.5769507", "0.57539344", "0.57500905", "0.57475054", "0.5743842", "0.5738769", "0.5725042", "0.5723413", "0.57182425", "0.5711575", "0.57075876", "0.5707275", "0.5704881", "0.57014406", "0.570086", "0.5670695", "0.5658061", "0.5658061", "0.5657838", "0.56464005", "0.5645023", "0.564216", "0.5624832", "0.56085175", "0.5603438", "0.5602787", "0.5600243", "0.55952054", "0.55952054", "0.55951095", "0.55945295", "0.55922645", "0.5591467", "0.5591391", "0.5582421", "0.5582421", "0.5581471", "0.5570913", "0.5566774", "0.5566161", "0.5565413", "0.5562604", "0.5562475", "0.5562475" ]
0.0
-1
This method is used to write data to file
static void writeFile(final PropertyArray data, final String file, boolean prettyPrint) throws IOException { if(data == null || data.isEmpty() || file == null || file.isEmpty()) throw new IOException("data or file path is null or empty."); if(prettyPrint) { writeFile(data, file, 2); return; } writeFile(data, file, 0); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void writeDataToTxtFile() {\n\n }", "protected abstract void writeFile();", "public void Write_data() {\n // add-write text into file\n try {\n FileOutputStream fileout=openFileOutput(\"savedata11.txt\", MODE_PRIVATE);\n OutputStreamWriter outputWriter=new OutputStreamWriter(fileout);\n outputWriter.write(Integer.toString(_cnt));\n outputWriter.close();\n\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public void writeFile(String data){\n\t\t\n\t\tcurrentLine = data;\n\t\t\n\t\t\ttry{ \n\t\t\t\tFile file = new File(\"/Users/bpfruin/Documents/CSPP51036/hw3-bpfruin/src/phfmm/output.txt\");\n \n\t\t\t\t//if file doesnt exists, then create it\n\t\t\t\tif(!file.exists()){\n\t\t\t\t\tfile.createNewFile();\n\t\t\t\t}\n \n\t\t\t\t//true = append file\n\t\t\t\tFileWriter fileWriter = new FileWriter(file,true);\n \t \tBufferedWriter bufferWriter = new BufferedWriter(fileWriter);\n \t \tbufferWriter.write(data);\n \t \tbufferWriter.close();\n \n \n\t\t\t}catch(IOException e){\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\n\t\t\n\t}", "public void save() {\n UTILS.write(FILE.getAbsolutePath(), data);\n }", "public abstract void writeToFile( );", "static void writeFile(String path , String data) throws IOException{\n\t\tFileOutputStream fo = new FileOutputStream(path,true);\n\t\tfo.write(data.getBytes());\n\t\tfo.close();\n\t\tSystem.out.println(\"Done...\");\n\t}", "public boolean writeDataFile();", "private void writeToFile(final String data, final File outFile) {\n try {\n FileOutputStream foutStream = new FileOutputStream(outFile);\n OutputStreamWriter outputStreamWriter = new OutputStreamWriter(foutStream);\n outputStreamWriter.write(data);\n outputStreamWriter.close();\n foutStream.close();\n } catch (IOException e) {\n Log.e(\"Exception\", \"File write failed: \" + e.toString());\n }\n }", "public abstract boolean writeDataToFile(String fileName, boolean overwrite);", "private void writeToFile() throws IOException {\n\t\tFileWriter write = new FileWriter(path);\n\t\tPrintWriter print_line = new PrintWriter(write);\n\t\t\n\t\tEnumeration<String> fd_key_Enum = fileData.keys();\n\t\tEnumeration<String> fd_value_Enum = fileData.elements();\n\t\twhile (fd_key_Enum.hasMoreElements() && fd_value_Enum.hasMoreElements()) {\n\t\t\tprint_line.printf(\"%s\" + \"%n\", fd_key_Enum.nextElement() + \":\" + fd_value_Enum.nextElement());\n\t\t}\n\t\t\n\t\tprint_line.close();\n\t\twrite.close();\n\t}", "private void writeToFile(Contacts _data, String _filename) throws IOException {\n\n File mydir = this.getDir(\"mydir\", Context.MODE_PRIVATE); //Creating an internal dir;\n File fileWithinMyDir = new File(mydir, _filename); //Getting a file within the dir.\n FileOutputStream out = new FileOutputStream(fileWithinMyDir); //Use the stream as usual to write into the file.\n ObjectOutputStream oos = new ObjectOutputStream(out);\n\n if (mContacts == null){\n mContacts = new Contacts();\n }\n mContacts.setData(_data);\n oos.writeObject(mContacts);\n oos.close();\n\n }", "@Override\n public void run(){\n int status = 0;\n try{\n FileWriter writer = new FileWriter(file);\n writer.append(data);\n writer.flush();\n writer.close();\n Log.d(\"MainActivity\",\"File saved to \"+file.getAbsolutePath());\n //Log.v(\"DataActivity\", data);\n status = 1;\n }catch (IOException e){\n Log.e(\"Exception\", \"File write failed: \" + e.toString());\n }\n Message msg = new Message();\n msg.what = status;\n msg.obj = file.getAbsolutePath();\n msg.arg1 = type;\n Log.d(\"File\", file.getAbsolutePath());\n if (writeToFileHandler != null){\n writeToFileHandler.sendMessage(msg);\n }\n }", "public void writeFile(String filename,String data) {\n\n BufferedWriter out = null;\n if (filename.trim().length() > 0) {\n try {\n out = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(filename,true)));\n out.write(data);\n out.close();\n } catch (IOException e) {\n System.out.println(\"I/O Error\");\n }\n } else {\n System.out.println(\"Enter a filename:\");\n }\n }", "@Override\n public void write() {\n\n }", "private void saveToFileData() {//Context context) {\n try {\n FileOutputStream fileOutputStream = openFileOutput(fileNameData, Context.MODE_PRIVATE);\n ObjectOutputStream objectOutputStream = new ObjectOutputStream(fileOutputStream);\n objectOutputStream.writeObject(Data.userData);\n objectOutputStream.close();\n fileOutputStream.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "private void saveData( ) throws IOException {\n \tString FILENAME = \"data_file\";\n String stringT = Long.toString((SystemClock.elapsedRealtime() - timer.getBase())/1000)+\"\\n\";\n String stringS = textView.getText().toString()+\"\\n\";\n String stringD = Long.toString(System.currentTimeMillis())+\"\\n\";\n FileOutputStream fos;\n\t\ttry {\n\t\t\tfos = openFileOutput(FILENAME, Context.MODE_APPEND); //MODE_APPEND\n\t\t\tfos.write(stringS.getBytes());\n\t\t\tfos.write(stringT.getBytes());\n\t\t\tfos.write(stringD.getBytes());\n\t\t\tfos.close();\n\t\t} catch (FileNotFoundException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n }", "void Writer(String data, String FileName, Context context) {\n FileOutputStream outputStream = null;\n try {\n outputStream = context.openFileOutput(FileName,Context.MODE_PRIVATE);\n outputStream.write(data.getBytes());\n\n } catch (Exception e) {\n e.printStackTrace();\n }finally{\n if (outputStream != null){\n try {\n outputStream.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n }\n }", "private void writeToFile(String data,Context context) {\n try {\n OutputStreamWriter outputStreamWriter = new OutputStreamWriter(context.openFileOutput(\"config.txt\", Context.MODE_PRIVATE));\n outputStreamWriter.write(data);\n outputStreamWriter.close();\n }\n catch (IOException e) {\n Log.e(\"Exception\", \"File write failed: \" + e.toString());\n }\n }", "public void reWriteFile(String filename,String data) {\n\n if (filename.trim().length() > 0) {\n try {\n PrintWriter output = new PrintWriter(filename);\n\n output.write(data);\n\n output.close();\n } catch (IOException e) {\n System.out.println(\"I/O Error\");\n }\n } else {\n System.out.println(\"Enter a filename:\");\n }\n }", "public void save() {\r\n File distDataFile = new File(path);\r\n\r\n //String basePath = path;\r\n String endOfPath = path.substring(path.lastIndexOf(\"/\"));\r\n\r\n File rootDataFile;\r\n if (!path.contains(\"artists\")) {\r\n rootDataFile = new File(BASEDIR + \"/resources/data\" + endOfPath);\r\n } else {\r\n rootDataFile = new File(BASEDIR + \"/resources/data/artists\" + endOfPath);\r\n }\r\n\r\n File distTempFile = new File(path.substring(0, path.lastIndexOf(\"/\")) + \"/myTempFile.txt\");\r\n\r\n File rootTempFile;\r\n if (!path.contains(\"artists\")) {\r\n rootTempFile = new File(BASEDIR + \"/resources/data/myTempFile.txt\");\r\n } else {\r\n rootTempFile = new File(BASEDIR + \"/resources/data/artists/myTempFile.txt\");\r\n }\r\n \r\n try {\r\n BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(\r\n new FileOutputStream(distTempFile), \"UTF-8\"));\r\n\r\n for (String line : data) {\r\n bw.write(line);\r\n bw.newLine();\r\n }\r\n\r\n bw.close();\r\n distDataFile.delete();\r\n distTempFile.renameTo(distDataFile);\r\n\r\n BufferedWriter bw2 = new BufferedWriter(new OutputStreamWriter(\r\n new FileOutputStream(rootTempFile), \"UTF-8\"));\r\n\r\n for (String line : data) {\r\n bw2.write(line);\r\n bw2.newLine();\r\n }\r\n\r\n bw2.close();\r\n rootDataFile.delete();\r\n rootTempFile.renameTo(rootDataFile);\r\n } catch (IOException ex) {\r\n System.out.println(\"IOExceptoin in save1 : FileData\");\r\n }\r\n }", "private void saveData() {\n\t\tdataSaver.save(data);\n\t}", "private void writeToFile() {\n try {\n FileOutputStream fos = new FileOutputStream(f);\n String toWrite = myJSON.toString(4);\n byte[] b = toWrite.getBytes();\n fos.write(b);\n fos.close();\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public void saveData() {\n try {\n JsonWriter jw = new JsonWriter(openFileOutput(DATA_FILE, Context.MODE_PRIVATE));\n jw.write(user);\n jw.close();\n } catch(Exception e) {\n Log.i(\"Exception :\", e.toString());\n }\n }", "public void writeToFile(File file) {\n\n\t}", "private void toFile(OutputData data) {\n if(data == null) {\r\n JOptionPane.showMessageDialog(this, \"Dane wynikowe nie zostały jeszcze umieszczone w pamieci\");\r\n return;\r\n }\r\n\r\n // Sprawdzenie sciezki zapisu\r\n String filePath = this.outputFileSelector.getPath();\r\n if(filePath.length() <= 5) {\r\n JOptionPane.showMessageDialog(this, \"Nie można zapisać wyniku w wybranej lokacji!\");\r\n return;\r\n }\r\n\r\n // Zapisujemy plik na dysk\r\n try{\r\n PrintWriter writer = new PrintWriter(filePath, \"UTF-8\");\r\n OutputDataFormatter odf = new OutputDataFormatter(this.outputData);\r\n\r\n String userPattern = this.outputFormatPanel.getPattern();\r\n writer.write(odf.getParsedString(userPattern.length() < 2 ? defaultFormatting : userPattern));\r\n\r\n writer.close();\r\n } catch (IOException e) {\r\n JOptionPane.showMessageDialog(this, \"Wystąpił błąd IO podczas zapisu.\");\r\n }\r\n\r\n }", "public void save(Cacheable[] data) throws IOException, NullPointerException {\n validate(data);\n\n // write the header\n writeHeader(data);\n\n // write the data\n writeData(data);\n\n // close the file\n close();\n }", "@Override\r\n\tpublic void write() {\n\t\t\r\n\t}", "public void writeFile() {\n try {\n FileWriter writer = new FileWriter(writeFile, true);\n writer.write(user + \" \" + password);\n writer.write(\"\\r\\n\"); // write new line\n writer.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n \n }", "public void writeFile() {\n\t\ttry {\n\t\t\tFile dir = Environment.getExternalStorageDirectory();\n\t\t\tFile myFile = new File(dir.toString() + File.separator + FILENAME);\n\t\t\tLog.i(\"MyMovies\", \"SeSus write : \" + myFile.toString());\n\t\t\tmyFile.createNewFile();\n\t\t\tFileOutputStream fOut = new FileOutputStream(myFile);\n\t\t\tOutputStreamWriter myOutWriter = \n\t\t\t\t\tnew OutputStreamWriter(fOut);\n\t\t\tfor (Map.Entry<String, ValueElement> me : hm.entrySet()) {\n\t\t\t\tString refs = (me.getValue().cRefMovies>0? \"MOVIE\" : \"\");\n\t\t\t\trefs += (me.getValue().cRefBooks>0? \"BOOK\" : \"\");\n\t\t\t\tString line = me.getKey() + DELIMITER + me.getValue().zweiteZeile \n\t\t\t\t\t\t //+ DELIMITER\n\t\t\t\t\t\t //+ me.getValue().count\n\t\t\t\t\t \t+ DELIMITER\n\t\t\t\t\t \t+ refs\n\t\t\t\t\t \t + System.getProperty(\"line.separator\");\n\t\t\t\t//Log.i(\"MyMovies\", \"SeSus extracted : \" + line);\n\t\t\t\tmyOutWriter.write(line);\n\t\t\t}\n\t\t\tmyOutWriter.close();\n\t\t\tfOut.close();\n\t\t} catch (IOException e) {\n\t\t\t//\n\t\t\tLog.i(\"MyMovies\", \"SeSus write Exception : \");\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "private void createSaveData(){\n try {\n File f = new File(filePath, highScores);\n FileWriter output = new FileWriter(f);\n BufferedWriter writer = new BufferedWriter(output);\n\n writer.write(\"0-0-0-0-0\");\n writer.newLine();\n writer.write(\".....-.....-.....-.....-.....\");\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public abstract void writeData(DataOutput dout) throws IOException;", "public void SerialWriteFile() {\r\n\r\n PrintWriter pwrite = null;\r\n File fileObject = new File(getName());\r\n QuizPlayer q = new QuizPlayer(getName(), getNickname(), getTotalScore());\r\n\r\n try {\r\n ObjectOutputStream outputStream =\r\n new ObjectOutputStream(new FileOutputStream(fileObject));\r\n\r\n outputStream.writeObject(q); //Writes the object to the serialized file.\r\n outputStream.close();\r\n\r\n\r\n } catch (IOException e) {\r\n System.out.println(\"Problem with file output.\");\r\n }\r\n\r\n }", "public static void main(String[] args) throws Exception {\n FileOutputStream fos=new FileOutputStream(\"e:/data/contents.txt\");\r\n //step-2 (write data)\r\n String s=\"Something We want To Write To A File\";\r\n byte b[]=s.getBytes();\r\n //fos.write(b);\r\n fos.write(b, 3, 10);\r\n //step-3 (close file)\r\n fos.close();\r\n System.out.println(\"DATA STORED\");\r\n }", "protected void fileSet() throws IOException {\n//\t\tfos = new FileOutputStream(outFile, false);\n//\t\tdos = new DataOutputStream(fos);\n\t\trealWriter = new BufferedWriter(new FileWriter(outFile.getAbsolutePath()));\n\t}", "private void saveData() {\n\t\tlogger.trace(\"saveData() is called\");\n\t\t\n\t\tObjectOutputStream out = null;\n\t\ttry {\n\t\t\tFileOutputStream fileOut = new FileOutputStream(\"server-info.dat\");\n\t\t\tout = new ObjectOutputStream(fileOut);\n\t\t\tout.writeObject(jokeFile);\n\t\t\tout.writeObject(kkServerPort);\n\t\t\tout.flush();\n\t\t} catch (FileNotFoundException e) {\n\t\t\tSystem.err.println(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t\tlogger.error(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\tSystem.err.println(\"saving server-info.dat file is encountering an error for some reason.\");\t\n\t\t\tlogger.error(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t} \n\t\tfinally {\n\t\t\tif (out != null){\n\t\t\t\ttry{\n\t\t\t\t\tout.close();\n\t\t\t\t}\n\t\t\t\tcatch (IOException e){\n\t\t\t\t\tSystem.err.println(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t\t\t\tlogger.error(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public abstract void saveToFile(PrintWriter out);", "@Override\n\tpublic void write(Object obj, File file) throws IJunitException {\n\t\t\n\t}", "public void saveFile(String path, String data) throws IOException {\n\n FileWriter writer = new FileWriter(getFile(path));\n writer.write(data);\n writer.flush();\n }", "private void writeToFile(){\n try(BufferedWriter br = new BufferedWriter(new FileWriter(filename))){\n for(Teme x:getAll())\n br.write(x.toString()+\"\\n\");\n br.close();\n }catch (IOException e){\n e.printStackTrace();\n }\n }", "public static void writeFile(String file, Vector<String> data) {\n\n //write details to the current file\n try {\n PrintWriter pw = new PrintWriter(file);\n for(int i = 0; i < data.size(); i++){\n pw.println(data.get(i));\n }\n pw.flush();\n pw.close();\n } catch (FileNotFoundException fnfe){\n System.out.println(fnfe);\n }\n }", "public void writeData(UserInfo info)\n\t{\n\t\tSystem.out.println(\"file has been written!\");\n\t\tuserinfos.add(info);\n\t}", "public void write() {\n\t\tint xDist, yDist;\r\n\t\ttry {\r\n\t\t\tif (Pipes.getPipes().get(0).getX() - b.getX() < 0) { // check if pipes are behind bird\r\n\t\t\t\txDist = Pipes.getPipes().get(1).getX() - b.getX();\r\n\t\t\t\tyDist = Pipes.getPipes().get(1).getY() - b.getY() + Pipes.height;\r\n\t\t\t} else {\r\n\t\t\t\txDist = Pipes.getPipes().get(0).getX() - b.getX();\r\n\t\t\t\tyDist = Pipes.getPipes().get(0).getY() - b.getY() + Pipes.height;\r\n\t\t\t}\r\n\t\t} catch (Exception e) {\r\n\t\t\txDist = -6969;\r\n\t\t\tyDist = -6969;\r\n\t\t\te.printStackTrace();\r\n\t\t\tSystem.out.println(\"Pipe out of bounds\");\r\n\t\t}\r\n\t\ttry {\r\n\t\t\tFile file = new File(\"DATA.txt\");\r\n\t\t\tFileWriter fr = new FileWriter(file, true);\r\n\t\t\tfr.write(xDist + \",\" + yDist + \",\" + b.getYVel() + \",\" + didJump);\r\n\t\t\tfr.write(System.getProperty(\"line.separator\")); // makes a new line\r\n\t\t\tfr.close();\r\n\t\t} catch (Exception e) {\r\n\t\t\tSystem.out.println(\"Wtrie file error\");\r\n\t\t}\r\n\t}", "private void insertIntoFile(String data){\n\t\tOutputStream os = null;\n try {\n os = new FileOutputStream(file);\n os.write(data.getBytes(), 0, data.length());\n } catch (IOException e) {\n e.printStackTrace();\n }\n\t}", "public void write(DataOutput dataOutput) throws IOException {\n }", "private void writeToFile(E entity){\n try (BufferedWriter bw = new BufferedWriter(new FileWriter(this.fileName,true))) {\n bw.write(entity.toFile());\n bw.newLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "private void createFile(String outputData, File file) {\n try {\n FileWriter writer = new FileWriter(file);\n writer.write(outputData);\n writer.close();\n } catch (IOException e) {\n e.getSuppressed();\n }\n }", "private void writeToFile(){\n Calendar c = Calendar.getInstance();\n String dateMedTaken = DateFormat.getDateInstance(DateFormat.FULL).format(c);\n FileOutputStream fos = null;\n\n try {\n fos = openFileOutput(FILE_NAME, MODE_APPEND);\n fos.write(dateMedTaken.getBytes());\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n } finally {\n if(fos != null){\n try {\n fos.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n }\n\n }", "public void writeFile() \r\n\t{\r\n\t\tStringBuilder builder = new StringBuilder();\r\n\t\tfor(String str : scorers)\r\n\t\t\tbuilder.append(str).append(\",\");\r\n\t\tbuilder.deleteCharAt(builder.length() - 1);\r\n\t\t\r\n\t\ttry(DataOutputStream output = new DataOutputStream(new FileOutputStream(HIGHSCORERS_FILE)))\r\n\t\t{\r\n\t\t\toutput.writeChars(builder.toString());\r\n\t\t} \r\n\t\tcatch (FileNotFoundException e) \r\n\t\t{\r\n\t\t\te.printStackTrace();\r\n\t\t\tSystem.err.println(\"[ERROR]:[FileManager] File \" + HIGHSCORERS_FILE + \" was not found \" \r\n\t\t\t\t\t+ \"while writing.\");\r\n\t\t} \r\n\t\tcatch (IOException e) \r\n\t\t{\r\n\t\t\te.printStackTrace();\r\n\t\t\tSystem.err.println(\"[ERROR]:[FileManager] Error while reading the file \" + HIGHSCORERS_FILE);\r\n\t\t}\r\n\t}", "public static void storeDataIntoFile() {\n\r\n try {\r\n FileWriter writer = new FileWriter(\"DetailsOfVaccination.txt.txt\");\r\n writer.write(\"Vaccination booth info - First names-\" + Arrays.toString(firstName)); //Write the patients first name\r\n writer.write(\"\\n Patient's surnames - \" + Arrays.toString(surname)); //Write the patients surname\r\n writer.write(\"\\n Number of remaining vaccines = \" + vaccines); //Write the remaining of vaccines in stock\r\n writer.close();\r\n System.out.println(\"Successfully stored data into the file.\");\r\n }\r\n catch (IOException e) { //Runs if there was an error in file\r\n System.out.println(\"An error occurred while storing data into the file. Please try again.\");\r\n e.printStackTrace(); //Tool used to handle exceptions and errors (gives the line number and class name where exception happened)\r\n }\r\n }", "private void saveDataToFile() {\n boolean isLoggedInNew = na.isLoggedIn();\n boolean isLoggedIn = uL.isLoggedIn();\n // path for new accounts after sucsessful new account creation\n if (isLoggedInNew) {\n String username = na.getUsername();\n String fileExt = \"_data.txt\";\n String workingDirectory = System.getProperty(\"user.dir\");\n String filePath = workingDirectory + \"\\\\\" + username + fileExt;\n File file = new File(filePath);\n try {\n try (FileWriter fw = new FileWriter(file);\n BufferedWriter bw = new BufferedWriter(fw)) {\n for (int i = 0; i < remindersTable.getRowCount(); i++) { // rows\n for (int j = 0; j < remindersTable.getColumnCount(); j++) { // cols\n bw.write(remindersTable.getValueAt(i, j).toString() + \"\\t\");\n }\n bw.newLine();\n }\n }\n } catch (IOException ex) {\n Logger.getLogger(MoneyMinderDesktopMainGui.class.getName()).log(Level.SEVERE, null, ex);\n }\n }\n // path for existing accounts after sucsessful login\n if (isLoggedIn) {\n String username = uL.getUsername();\n String fileExt = \"_data.txt\";\n String workingDirectory = System.getProperty(\"user.dir\");\n String filePath = workingDirectory + \"\\\\\" + username + fileExt;\n File file = new File(filePath);\n try {\n try (FileWriter fw = new FileWriter(file);\n BufferedWriter bw = new BufferedWriter(fw)) {\n for (int i = 0; i < remindersTable.getRowCount(); i++) { // rows\n for (int j = 0; j < remindersTable.getColumnCount(); j++) { // cols\n bw.write(remindersTable.getValueAt(i, j).toString() + \"\\t\");\n }\n bw.newLine();\n }\n }\n } catch (IOException ex) {\n Logger.getLogger(MoneyMinderDesktopMainGui.class.getName()).log(Level.SEVERE, null, ex);\n }\n }\n }", "public static void saveDataToFile() {\n DateFormat dateFormat = new SimpleDateFormat(\"yyyy MM dd, HH mm\");\n Date date = new Date();\n String fileName= dateFormat.format(date)+\".txt\";\n\n try {\n PrintWriter writer = new PrintWriter(fileName, \"UTF-8\");\n writer.print(\"Wins: \");\n writer.println(wins);\n writer.print(\"Draws: \");\n writer.println(draws);\n writer.print(\"Losses: \");\n writer.println(loses);\n writer.close();\n System.out.println(\"File Write Successful\");\n } catch (IOException e) {\n\n }\n\n\n }", "public abstract void addFileToWrite(AsynchronousFileWriter.FileData fileData, CompilerMessageLogger logger);", "public void writeToFile(List<Float> x, List<Float> y, List<Float> z, List<Float> x_g, List<Float> y_g, List<Float> z_g, int minVal) {\n File file = new File(PATH + \"/data.txt\");\n //File acc_file = new File(PATH + \"/accData.txt\");\n //File gyro_file = new File(PATH + \"/gyroData.txt\");\n FileOutputStream fOut = null;\n //FileOutputStream accfOut = null;\n //FileOutputStream gyrofOut = null;\n\n try {\n fOut = new FileOutputStream(file, true);\n //accfOut = new FileOutputStream(acc_file, true);\n //gyrofOut = new FileOutputStream(gyro_file, true);\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n for(int i=0; i<minVal; i++){\n String x_acc= Float.toString(x.get(i));\n String y_acc= Float.toString(y.get(i));\n String z_acc= Float.toString(z.get(i));\n\n String x_gyro = Float.toString(x_g.get(i));\n String y_gyro = Float.toString(y_g.get(i));\n String z_gyro = Float.toString(z_g.get(i));\n try {\n fOut.write((x_acc+\",\").getBytes());\n fOut.write((y_acc+\",\").getBytes());\n fOut.write((z_acc+\",\").getBytes());\n fOut.write((x_gyro+\",\").getBytes());\n fOut.write((y_gyro+\",\").getBytes());\n fOut.write((z_gyro+\",\").getBytes());\n fOut.write((subject+\",\").getBytes());\n fOut.write((activity_label+\"\\n\").getBytes());\n\n Log.d(\"Data\", \"Data Written\");\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n try {\n fOut.close();\n //accfOut.close();\n //gyrofOut.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "String saveToFile(Object data, String fileName, FileFormat fileFormat) throws IOException;", "@Override\r\n public void writeData(String fileName, Map map) {\r\n File file = new File(fileName);\r\n \r\n if (!file.exists()) {\r\n try {\r\n file.createNewFile();\r\n } catch (IOException e) {\r\n System.out.println(e.getMessage());\r\n }\r\n }\r\n \r\n try (BufferedWriter bufferedWriter =\r\n new BufferedWriter(new FileWriter(file))) {\r\n bufferedWriter.write(map.toString());\r\n } catch(IOException e) {\r\n System.out.println(e.getMessage());\r\n }\r\n }", "private void writeData(String data) throws IOException\n {\n this.writer.println(data);\n this.writer.flush();\n }", "private static void writeToFile(String[] data) {\n\t\t// Regatta hasn't been calculated.\n\t\tif(r == null) {\n\t\t\tSystem.out.println(\"\\nYou haven't processed a regatta yet! \\nUse regatta to begin processing.\\n\");\n\t\t\treturn;\n\t\t}\n\t\t\n\t\t// Just the command was specified, we need to get the filename.\n\t\tif(data.length == 1) {\n\t\t\tSystem.out.println(\"Oops, looks like you didn't specify an output file.\\n\");\n\t\t\tinitializeOutput(getFilename());\n\t\t}\n\n\t\t// Filename was specified but is invalid. Need to get another one.\n\t\tif(!isValidFileName(data[1])) {\n\t\t\tSystem.out.println(\"Looks like your filename is incorrect.\\n\");\n\t\t\tinitializeOutput(getFilename());\n\t\t}\n\n\t\tinitializeOutput(data[1]);\n\n\t\t// Write out.\n\t\tfileOutput.print(r.podium());\n\t\tfileOutput.close();\n\t}", "static void writeFile(){\n try{\n Path contactsListPath = Paths.get(\"contacts\",\"contacts.txt\");\n Files.write(contactsListPath, contactList);\n } catch(IOException ioe){\n ioe.printStackTrace();\n }\n //refreshes list of Contact objs\n fileToContactObjs();\n }", "public static void write(String fname){\r\n\t\t\ttry {\r\n\t\t\t\tFile file = new File(fname);\r\n\t\t\t\t\r\n\t\t\t\tFileWriter fw = new FileWriter(file.getAbsoluteFile());\r\n\t\t\t\tBufferedWriter bw = new BufferedWriter(fw);\r\n\t\t\t\t//establish variable str and call to write header row\r\n\t\t\t\tString str = \"Employee Name, Employee Number, State, Zip, Age, Sex\\n\";\r\n\t\t\t\tbw.write(str);\r\n\t\t\t\t//parse the array list and retrieve data for employees of age 30 or less\r\n\t\t\t\tfor(int i=0;i<data.size();i++){\r\n\t\t\t\t\tif(data.get(i).Age <= 30) {\r\n\t\t\t\t\t//call the information stored in the arraylist in each particular index and then call to write\r\n\t\t\t\t\tbw.write(data.get(i).Name+\",\"+data.get(i).Num + \",\" + data.get(i).State + \",\" + data.get(i).Zip + \",\" + data.get(i).Age + \",\" + data.get(i).Sex + \"\\n\");\r\n\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tbw.close();\r\n\t\t\t\tfw.close();\r\n\t\t\t} catch (IOException e) {\r\n\t\t\t\te.printStackTrace();\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tSystem.out.println(\"Finish writing data to file \"+ fname);\r\n\t\t}", "public File exportData() {\n File zephyrlogFolder = new File(Environment.getExternalStorageDirectory(), \"QuestionnaireActs\");\n\n boolean dirExists = zephyrlogFolder.exists();\n //if the directory doesn't exist, create it\n if (!dirExists) {\n dirExists = zephyrlogFolder.mkdirs();\n //if it still doesn't exist, give up and exit\n if (!dirExists) {\n Toast.makeText(this, \"Could not create ZephyrLogs directory!\", Toast.LENGTH_LONG).show();\n }\n }\n\n\n //create a data file and write into it\n File file = new File(zephyrlogFolder, \"Questionnaire_\"+promptName+\".txt\");\n try {\n FileWriter writer;\n if(!file.exists()){\n boolean created = file.createNewFile();\n if (!created) throw new IOException(\"Could not create data file\");\n writer = new FileWriter(file, true);\n //if this is a new file, write the CSV format at the top\n writer.write(\"Ονοματεπώνυμο: \"+promptName+\"\\n\"+\"Score: \"+myscore+\"\\n\\n\");\n } else {\n writer = new FileWriter(file, true);\n }\n writer.write(\"Ονοματεπώνυμο: \"+promptName+\"\\n\"+\"Score: \"+myscore+\"\\n\\n\");\n writer.close();\n } catch (FileNotFoundException e) {\n Toast.makeText(this, \"Could not create logging file!\", Toast.LENGTH_LONG).show();\n e.printStackTrace();\n } catch (UnsupportedEncodingException e) {\n Toast.makeText(this, \"Unsupported encoding exception thrown trying to write file!\", Toast.LENGTH_LONG).show();\n e.printStackTrace();\n } catch (IOException e) {\n Toast.makeText(this, \"IO Exception trying to write to data file!\", Toast.LENGTH_LONG).show();\n e.printStackTrace();\n }\n return file;\n }", "public void saveToFile(Map<String, T> data) throws IOException{\n\t\tOutputStream file = new FileOutputStream(filePath);\n OutputStream buffer = new BufferedOutputStream(file);\n ObjectOutput output = new ObjectOutputStream(buffer);\n\n // serialize the Map\n output.writeObject(data);\n output.close();\n\t}", "private static void writeData(String file, String writable)\n\t\t\tthrows IOException {\n\t\tFileWriter fw = new FileWriter(FILE_PATH + file + \".txt\", true);\n\t\ttry {\n\t\t\tfw.write(getTime() + writable + \"\\t\");\n\t\t\tfw.write(System.lineSeparator());\n\t\t\tfw.close();\n\t\t} catch (Exception e) {\n\t\t\tfw.write(\"Error processing data: \" + e);\n\t\t}\n\t}", "public void writeData(IOService fileIO) {\n if (fileIO.equals(IOService.CONSOLE_IO)) {\n System.out.println(employeePayrollDataList);\n } else if (fileIO.equals(IOService.FILE_IO)) {\n new EmployeePayrollFileIOService().writeDataToFile(employeePayrollDataList);\n }\n }", "public void printDataToFile(){\n\ttry {\n\t File file = new File(\"media/gameOutput.txt\");\n \n\t // if file doesnt exists, then create it\n\t if (!file.exists()) {\n\t\tfile.createNewFile();\n\t }\n \n\t FileWriter fw = new FileWriter(file.getAbsoluteFile());\n\t BufferedWriter bw = new BufferedWriter(fw);\n\t bw.write(printString);\n\t bw.close();\n\t} catch (IOException e) {\n\t e.printStackTrace();\n\t}\n }", "private void saveInFile() {\n try {\n FileOutputStream fos = openFileOutput(FILENAME,\n Context.MODE_PRIVATE);//goes stream based on filename\n BufferedWriter out = new BufferedWriter(new OutputStreamWriter(fos)); //create buffer writer\n Gson gson = new Gson();\n gson.toJson(countbookList, out);//convert java object to json string & save in output\n out.flush();\n fos.close();\n } catch (FileNotFoundException e) {\n throw new RuntimeException();\n } catch (IOException e) {\n throw new RuntimeException();\n }\n }", "private void writeFile(String path)\n {\n FileIO fileIO = new FileIO();\n StringBuffer stringBuf = new StringBuffer();\n for(int i = 0; i< getDrivers().getSize(); i++) // go through each driver in the collection\n {\n stringBuf.append(getDrivers().getDriver(i).getName() + \",\" + getDrivers().getDriver(i).getRanking() \n + \",\" + getDrivers().getDriver(i).getSpecialSkill() + ((i == (getDrivers().getSize() - 1)) ? \"\" :\"\\n\")); // append details to buffer\n }\n fileIO.setFileName(path);\n fileIO.writeFile(stringBuf.toString());\n }", "public abstract void writeToStream(DataOutputStream dataOutputStream);", "private void saveData() {\n }", "public abstract void write(T dataElement);", "public void writeCSVFile(File file, String data) throws Exception{\n BufferedWriter bufferWritter = new BufferedWriter(new FileWriter(file));\n bufferWritter.write(data);\n bufferWritter.close();\n }", "@Override\n public void write(final byte[] data) throws IOException {\n write(data, 0, data.length);\n }", "public void write(WriteOnly data) {\n\t\tdata.writeData(\"new data\"); // Ok\n\t}", "public void writeFile(Context inContext, String Name, String Category, String ObjectType, String Latitude, String Longitude){\n\r\n\t\tFileWriter fWriter;\r\n\r\n\t\t\r\n\t\t\r\n\t\ttry{\r\n\t\t\tfWriter = new FileWriter(\"/sdcard/data/filename.txt\");\r\n\r\n\t\t\tString newLine = System.getProperty(\"line.separator\");\r\n\t\t\t\r\n\t\t\t//Read all lines in txt file until strikes empty line and writes on that line\r\n\r\n\t\t\tFileInputStream fstream = new FileInputStream(\"filename.txt\");\r\n\t\t\t// Get the object of DataInputStream\r\n\t\t\tDataInputStream in = new DataInputStream(fstream);\r\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(in));\r\n\t\t\tString strLine;\r\n\t\t\t\r\n\t\t\t//Read File Line By Line\r\n\t\t\twhile ((strLine = br.readLine()) == null) {\r\n\t\t\t\t// Print the content on the console\r\n\t\t\t\tSystem.out.println (strLine);\r\n\t\t\t\tfWriter.write(\"penis\" + newLine);\r\n\t\t\t}\r\n\r\n\t\t\t//System.out.println(\"if\"+i);\r\n\t\t\tfWriter.write(Name + \":\" + Category + \":\" + ObjectType + \":\" + Latitude + \":\" + Longitude + \";\");\r\n\t\t\tfWriter.flush();\r\n\t\t\tfWriter.close();\r\n\t\t}\r\n\t\tcatch(Exception e){\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\r\n\t}", "public static void write(byte[] data, File file) throws IOException {\n write(data, file, false);\n }", "public void serialize() {\n FileOutputStream fileOutput = null;\n ObjectOutputStream outStream = null;\n // attempts to write the object to a file\n try {\n clearFile();\n fileOutput = new FileOutputStream(data);\n outStream = new ObjectOutputStream(fileOutput);\n outStream.writeObject(this);\n } catch (Exception e) {\n } finally {\n try {\n if (outStream != null)\n outStream.close();\n } catch (Exception e) {\n }\n }\n }", "private void writeToFile(String data, Context context) throws FileNotFoundException\r\n{\n if (fileExists(this, \"todolist.txt\"))\r\n {\r\n\r\n FileOutputStream fOut = openFileOutput(\"todolist.txt\", MODE_APPEND);\r\n OutputStreamWriter osw = new OutputStreamWriter(fOut);\r\n try {\r\n osw.write(\"\\n\");\r\n osw.write(data);\r\n osw.flush();\r\n osw.close();\r\n } catch (IOException e) {\r\n Log.e(\"Exception\", \"File write failed: \" + e.toString());\r\n }\r\n }\r\n // otherwise make the file\r\n else\r\n {\r\n FileOutputStream fos = null;\r\n\r\n fos = openFileOutput(\"todolist.txt\", MODE_PRIVATE);\r\n try {\r\n fos.write(data.getBytes());\r\n // Toast.makeText(this, getFilesDir() + \"/\" + \"todolist.txt\", Toast.LENGTH_LONG).show();\r\n } catch (IOException e) {\r\n e.printStackTrace();\r\n } finally {\r\n if (fos != null) {\r\n try {\r\n fos.close();\r\n } catch (IOException e) {\r\n e.printStackTrace();\r\n }\r\n }\r\n }\r\n}\r\n}", "void write();", "public void saveData(int argLowAlpha, int argHighAlpha, int argLowBeta, int argHighBeta, int argLowGamma, int argMidGamma, int argDelta, int argTheta) {\n\n try {\n File sdCard = Environment.getExternalStorageDirectory();\n File dir = new File(sdCard.getAbsolutePath() + \"/cerebro_files/\");\n dir.mkdirs();\n\n if (fileCountFlag == 0) {\n File[] files = dir.listFiles();\n int numberOfFiles = files.length;\n String index = new Integer(numberOfFiles + 1).toString();\n Toast.makeText(getApplicationContext(), \"Number of files is: \"+index, Toast.LENGTH_SHORT).show();\n filename = \"file\" + index + \".csv\";\n fileCountFlag = 1;\n }\n\n //File file = new File(dir, \"filename1.csv\"+index);\n File file = new File(dir, filename);\n //Toast.makeText(getApplicationContext(), \"init file\",Toast.LENGTH_SHORT).show();\n\n FileOutputStream f = new FileOutputStream(file, true);\n\n //Toast.makeText(getApplicationContext(), \"got output stream\",Toast.LENGTH_SHORT).show();\n\n //String strLowAlpha = new Integer(lowAlpha).toString();\n String strHighAlpha = new Integer(argHighAlpha).toString();\n String strLowBeta = new Integer(argLowBeta).toString();\n String strHighBeta = new Integer(argHighBeta).toString();\n String strLowGamma = new Integer(argLowGamma).toString();\n String strMidGamma = new Integer(argMidGamma).toString();\n String strDelta = new Integer(argDelta).toString();\n String strTheta = new Integer(argTheta).toString();\n\n //string1 = string1 + \"\\n\";\n\n String strCSV = new Integer(argLowAlpha).toString();\n\n strCSV = strCSV+','+strHighAlpha+','+strLowBeta+','+strHighBeta+','+strLowGamma+','+strMidGamma+','+strDelta+','+strTheta+'\\n';\n\n //f.write(string.getBytes());\n //bf.write(passData.getBytes());\n f.write(strCSV.getBytes());\n //Toast.makeText(getApplicationContext(), \"Done writing\",Toast.LENGTH_SHORT).show();\n f.close();\n //Toast.makeText(getApplicationContext(), \"File buffer closed\",Toast.LENGTH_SHORT).show();\n } catch (Exception e) {\n e.printStackTrace();\n Toast.makeText(getApplicationContext(), \"failed to write\",Toast.LENGTH_SHORT).show();\n }\n }", "public void saveToFile(String datafile) throws java.io.FileNotFoundException, java.io.UnsupportedEncodingException {\n try {\n FileWriter writer = new FileWriter(\"test.html\");\n writer.write(datafile);\n writer.flush();\n writer.close();\n } catch (IOException ioe) {\n System.out.println(\"Error writing file\");\n }\n }", "public static void writeFile(ArrayList<Integer> data, String path) {\n\t\ttry {\n\t\t\tFileOutputStream fos = new FileOutputStream(path);\n\t\t\tOutputStreamWriter osw = new OutputStreamWriter(fos);\n\t\t\tBufferedWriter bw = new BufferedWriter(osw);\n\n//\t\t\tfor (String dt : data) {\n//\t\t\t\tbw.write(dt);\n//\t\t\t\tbw.newLine();\n//\t\t\t}\n\n\t\t\tfor (int i = 0; i < data.size(); i++) {\n\t\t\t\tbw.write(data.get(i).toString());\n\t\t\t\tif (i < data.size() - 1)\n\t\t\t\t\tbw.write(\", \");\n\n\t\t\t\t// bw.newLine();\n\t\t\t}\n\t\t\tbw.newLine();\n\t\t\tbw.close();\n\t\t\tosw.close();\n\t\t\tfos.close();\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\r\n public void write(byte[] buffer) throws IOException {\r\n inWrite1 = true;\r\n try {\r\n super.write(buffer);\r\n if (!inWrite3) {\r\n /*if (!Helper.NEW_IO_HANDLING \r\n && null != IoNotifier.fileNotifier) {\r\n IoNotifier.fileNotifier.notifyWrite(recId, buffer.length);\r\n } else {*/\r\n if (null != RecorderFrontend.instance) {\r\n RecorderFrontend.instance.writeIo(recId, \r\n null, buffer.length, StreamType.FILE);\r\n }\r\n //}\r\n }\r\n inWrite1 = false;\r\n } catch (IOException e) {\r\n inWrite1 = false;\r\n throw e;\r\n }\r\n }", "public void saveData() {\n\t\t//place to save notes e.g to file\n\t}", "static void writeOperations(){\n \ttry{\n \t\t\n\t\t\t// Create file \n\t\t\tFileWriter fstream = new FileWriter(FILE_FILEOP);\n\t\t\tBufferedWriter out = new BufferedWriter(fstream);\n\t \tfor (int i=0; i < operations.size(); i++){\n\t \t\tout.write(operations.get(i).getDetails() );\n\t \t}\n\t\t\t\n\t\t\t//Close the output stream\n\t\t\tout.close();\n\t\t}\n \tcatch (Exception e){//Catch exception if any\n\t\t\tSystem.err.println(\"Error: \" + e.getMessage());\n\t\t}\n\t\tSystem.out.print(\"Operations file written.\\n\");\n\n \t\n }", "public void saveToFile() throws InterruptedException\n {\n //generate data\n StringBuilder data = new StringBuilder();\n data.append(\"X,Y,Z,GPS,Timestamp\");\n //loop voor de hardcoded data die wordt aangemaakt in de loop.\n for (int i = 0; i < 5; i++)\n {\n Long currentTime = System.currentTimeMillis();\n data.append(\"\\n\" + i + \",\" + i * i + \",\" + (i + i) + \",\" + (i+i+i)*i + \",\" + currentTime);\n TimeUnit.SECONDS.sleep(1);\n }\n\n FileOutputStream fos = null;\n try\n {\n //saving the file into device\n fos = this.mainActivity.openFileOutput(MainActivity.FILE_NAME, Context.MODE_PRIVATE);\n fos.write(data.toString().getBytes());\n mEditText.getText().clear();\n Toast.makeText(this.mainActivity, \"Saved to\" + mainActivity.getFilesDir() + \"/\" + MainActivity.FILE_NAME, Toast.LENGTH_LONG).show();\n }\n catch (FileNotFoundException e)\n {\n e.printStackTrace();\n }\n catch (IOException e)\n {\n e.printStackTrace();\n }\n finally\n {\n if (fos != null)\n {\n try\n {\n fos.close();\n }\n catch (IOException e)\n {\n e.printStackTrace();\n }\n }\n }\n }", "public void writeToRestaurantFile()\r\n {\r\n\ttry(ObjectOutputStream toRestaurantFile = \r\n new ObjectOutputStream(new FileOutputStream(\"listfiles/restaurant.dta\")))\r\n\t{\r\n toRestaurantFile.writeObject(restaurant);\r\n\t}\r\n\tcatch(NotSerializableException nse)\r\n\t{\r\n JOptionPane.showMessageDialog(null, \"Restaurant objektene er ikke \"\r\n + \"serialiserbare.\\nIngen registrering på fil!\"\r\n + nse.getMessage(), \"Feilmelding\", \r\n JOptionPane.ERROR_MESSAGE);\r\n\t}\r\n\tcatch(IOException ioe)\r\n\t{\r\n JOptionPane.showMessageDialog(null, \"Det oppsto en feil ved skriving \"\r\n + \"til fil.\\n\" + ioe.getMessage());\r\n\t}\r\n }", "private static String writeToFile(String data, String fileName, Context context) {\n try {\n File documentsPath = new File(context.getExternalFilesDir(null).toString());\n if (!documentsPath.exists()) {\n documentsPath.mkdirs();\n }\n File myExternalFile = new File(documentsPath, fileName);\n FileOutputStream fileOutputStream = new FileOutputStream(myExternalFile);\n OutputStreamWriter outputStreamWriter = new OutputStreamWriter(fileOutputStream);\n outputStreamWriter.write(data);\n outputStreamWriter.close();\n fileOutputStream.close();\n return myExternalFile.getAbsolutePath();\n } catch (IOException e) {\n writeLog(LOG_LEVEL.ERROR, \"File write failed: \" + e.toString());\n }\n return \"\";\n }", "private void writeToFile() {\n boolean flag = true;\n int expectedPacket = (lastPacket)? sequenceNo: Constants.WINDOW_SIZE;\n for (int i = 0; i < expectedPacket; i++) {\n if(!receivedPacketList.containsKey(i)) {\n flag = false;\n }\n }\n if (flag) {\n System.out.println(\"Time: \" + System.currentTimeMillis() + \"\\t\" + \"Write to file Possible\");\n try (BufferedOutputStream stream = new BufferedOutputStream(new FileOutputStream(fileSavePath, true))) {\n for (int i = 0; i < receivedPacketList.size(); i++) {\n //System.out.println(new String(receivedPacketList.get(i)));\n stream.write(receivedPacketList.get(i));\n }\n receivedPacketList.clear();\n stream.close();\n } catch (FileNotFoundException ex) {\n \n } catch (IOException ex) {\n \n }\n receivedPacketList.clear();\n expectedList.clear();\n }\n }", "protected void saveData(File file) throws Exception{\n\t\t\n\n\t \n\t\t// Build the DataThing map from the resultReferencesMap\n\t\t// First convert map of references to objects into a map of real result objects\n\t\tMap<String, Object> resultMap = new HashMap<String, Object>();\n\t\tfor (Iterator<String> i = chosenReferences.keySet().iterator(); i.hasNext();) {\n\t\t\tString portName = (String) i.next();\n\t\t\tT2Reference reference = chosenReferences.get(portName);\n\t\t\tObject obj = convertReferencesToObjects(reference);\n\t\t\tresultMap.put(portName, obj);\n\t\t}\n\t\tMap<String, DataThing> dataThings = bakeDataThingMap(resultMap);\n\t\t\n\t\tfor (String portName : dataThings.keySet()) {\n\t\t\tDataThing thing = dataThings.get(portName);\n\t\t\tthing.writeToFileSystem(file, portName);\n\t\t}\n\t}", "public void writeInfoTofile() throws IOException\n\t{\n\t\tFileWriter fstream = new FileWriter(\"booking.txt\",true);\n BufferedWriter out = new BufferedWriter(fstream); //buffer class name out\n out.append(\"name : \"+this.customer_name);\n out.newLine();\n out.append(hotelInfo.getName());// Writing all customer info\n out.newLine();\n out.append(\"country : \"+hotelInfo.getCountry());\n out.newLine();\n out.append(\"Hotel rating : \"+hotelInfo.getStar());\n out.newLine(); \n out.append(\"check-in date : \"+this.checkin_date);\n out.newLine();\n out.append(\"check-out date: \"+this.checkout_date);\n out.newLine();\n out.append(\"Total price : \"+this.totalPrice);\n out.newLine();\n out.close();\n System.out.println(\"Writting successful.\");\n\t}", "void saveAs() {\n writeFile.Export();\n }", "public void writeChannel() {\n try {\n java.io.FileWriter chWriter = new java.io.FileWriter(chFile);\n chWriter.write(chStored);\n chWriter.close();\n JTVProg.logPrint(this, 3, \"файл канала [\" + this.chName + \"] успешно сохранен\");\n } catch (IOException ex) {\n JTVProg.logPrint(this, 0, \"ошибка записи файла канала [\" + this.chName + \"]\");\n } finally {\n JTVProg.configer.markWrited(this.chFillOrder - 1);\n }\n }", "public void writeKeyData(File f) throws IOException;", "public void writeToFile() {\n try {\n // stworz plik\n File file = new File(\"../Alice.ids\");\n // stworz bufor zapisu do pliku\n FileWriter fileWriter = new FileWriter(file);\n for(int i = 0; i < identificationNumbers.length; i++) {\n for(int j = 0; j < identificationNumbers[i].length; j++)\n fileWriter.write(Integer.toString(identificationNumbers[i][j]));\n\t\t\t fileWriter.write(\"\\n\");\n }\n\t\t\tfileWriter.flush();\n\t\t\tfileWriter.close();\n } catch(Exception e) {\n e.printStackTrace();\n }\n }", "public void writeFile()\n\t{\n\t\t//Printwriter object\n\t\tPrintWriter writer = FileUtils.openToWrite(\"TobaccoUse.txt\");\n\t\twriter.print(\"Year, State, Abbreviation, Percentage of Tobacco Use\\n\");\n\t\tfor(int i = 0; i < tobacco.size(); i++)\n\t\t{\n\t\t\tStateTobacco state = tobacco.get(i);\n\t\t\tString name = state.getState();\n\t\t\tString abbr = state.getAbbreviation();\n\t\t\tdouble percent = state.getPercentUse();\n\t\t\tint year = state.getYear();\n\t\t\twriter.print(\"\"+ year + \", \" + name + \", \" + abbr + \", \" + percent + \"\\n\");\n\t\t} \n\t\twriter.close(); //closes printwriter object\n\t}", "public void writeObject(RandomAccessFile arq) throws IOException{\n byte[] dados = this.getByteArray();\n arq.writeChar(' ');\n arq.writeShort(dados.length);\n arq.write(dados);\n }", "public static void writeData(String data, String path) throws IOException {\n try {\n Files.write(data, new File(path), Charsets.UTF_8);\n } catch (IOException ex) {\n LoggerFactory.getLogger(Resources.class).error(\"Unable to write file to \" + path + \".\", ex);\n throw ex;\n }\n }", "void writeToFile() throws IOException{\n\t\tString fileName = f.getTitle() + \".txt\";\n\t\tfileWrite = new BufferedWriter( new FileWriter(fileName));\n\t\tfileWrite.write(history);\n\t\tSystem.out.println(fileName + \" File Writing Successful!!\");\n\t\tSystem.out.println(\"Data in file :\\n\" + history);\n\t\tfileWrite.flush();\n\t\tFile file = new File(fileName);\n\t\tjava.awt.Desktop.getDesktop().open(file);\n\n\t}", "public abstract void write(DataOutput out) throws IOException;", "private void updateDatFile() {\n\t\tIOService<?> ioManager = new IOService<Entity>();\n\t\ttry {\n\t\t\tioManager.writeToFile(FileDataWrapper.productMap.values(), new Product());\n\t\t\tioManager = null;\n\t\t} catch (Exception ex) {\n\t\t\tDisplayUtil.displayValidationError(buttonPanel, StoreConstants.ERROR + \" saving new product\");\n\t\t\tioManager = null;\n\t\t}\n\t}", "public static boolean writeData(File actualFile, Vector<MyData> data) {\n\t\ttry {\n\t\t\tObjectOutputStream out = new ObjectOutputStream(new BufferedOutputStream(new FileOutputStream(actualFile)));\n\t\t\tout.writeObject(data);\n\t\t\tout.close();\n\t\t\treturn true;\n\t\t}\n\t\tcatch (IOException e) {\n\t\t\treturn false;\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn false;\n\t}" ]
[ "0.77589905", "0.74050176", "0.735944", "0.73483187", "0.7285985", "0.7187541", "0.71306413", "0.70636576", "0.70375484", "0.700516", "0.698671", "0.6862496", "0.68519783", "0.68496156", "0.6823283", "0.68044716", "0.6801744", "0.6793582", "0.676087", "0.67054397", "0.6700461", "0.6697123", "0.6696389", "0.66915953", "0.6688606", "0.66786486", "0.66745454", "0.66625506", "0.6643346", "0.6636455", "0.6600079", "0.6584438", "0.65807486", "0.6571936", "0.6545373", "0.6541962", "0.65088725", "0.6503317", "0.6486028", "0.6485177", "0.6478615", "0.6467651", "0.6466843", "0.64652294", "0.64472157", "0.6442018", "0.64225864", "0.64216584", "0.6414783", "0.6412136", "0.6410733", "0.64044756", "0.6403306", "0.6401011", "0.63962114", "0.6394977", "0.6389665", "0.63789076", "0.6375874", "0.63748044", "0.636902", "0.6358805", "0.6349", "0.634165", "0.6332319", "0.6332028", "0.6323072", "0.6310431", "0.6307062", "0.63069123", "0.63028884", "0.63024527", "0.629209", "0.6284779", "0.6271656", "0.62653685", "0.62646455", "0.626445", "0.6254264", "0.62475884", "0.6245325", "0.6242485", "0.62187535", "0.62070477", "0.620331", "0.6202077", "0.6191162", "0.61821616", "0.617854", "0.616675", "0.61470336", "0.6144685", "0.6143847", "0.6143343", "0.6142014", "0.6140975", "0.61390394", "0.61353296", "0.6129994", "0.6129597", "0.61269426" ]
0.0
-1
This method is used to write data to file
private static void writeFile(final PropertyArray data, final String file, int indent) throws IOException { loadParser(); parser_.setIndent(indent); parser_.writeConfig(data, file); parser_.setIndent(0); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void writeDataToTxtFile() {\n\n }", "protected abstract void writeFile();", "public void Write_data() {\n // add-write text into file\n try {\n FileOutputStream fileout=openFileOutput(\"savedata11.txt\", MODE_PRIVATE);\n OutputStreamWriter outputWriter=new OutputStreamWriter(fileout);\n outputWriter.write(Integer.toString(_cnt));\n outputWriter.close();\n\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public void writeFile(String data){\n\t\t\n\t\tcurrentLine = data;\n\t\t\n\t\t\ttry{ \n\t\t\t\tFile file = new File(\"/Users/bpfruin/Documents/CSPP51036/hw3-bpfruin/src/phfmm/output.txt\");\n \n\t\t\t\t//if file doesnt exists, then create it\n\t\t\t\tif(!file.exists()){\n\t\t\t\t\tfile.createNewFile();\n\t\t\t\t}\n \n\t\t\t\t//true = append file\n\t\t\t\tFileWriter fileWriter = new FileWriter(file,true);\n \t \tBufferedWriter bufferWriter = new BufferedWriter(fileWriter);\n \t \tbufferWriter.write(data);\n \t \tbufferWriter.close();\n \n \n\t\t\t}catch(IOException e){\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\n\t\t\n\t}", "public void save() {\n UTILS.write(FILE.getAbsolutePath(), data);\n }", "public abstract void writeToFile( );", "static void writeFile(String path , String data) throws IOException{\n\t\tFileOutputStream fo = new FileOutputStream(path,true);\n\t\tfo.write(data.getBytes());\n\t\tfo.close();\n\t\tSystem.out.println(\"Done...\");\n\t}", "public boolean writeDataFile();", "private void writeToFile(final String data, final File outFile) {\n try {\n FileOutputStream foutStream = new FileOutputStream(outFile);\n OutputStreamWriter outputStreamWriter = new OutputStreamWriter(foutStream);\n outputStreamWriter.write(data);\n outputStreamWriter.close();\n foutStream.close();\n } catch (IOException e) {\n Log.e(\"Exception\", \"File write failed: \" + e.toString());\n }\n }", "public abstract boolean writeDataToFile(String fileName, boolean overwrite);", "private void writeToFile() throws IOException {\n\t\tFileWriter write = new FileWriter(path);\n\t\tPrintWriter print_line = new PrintWriter(write);\n\t\t\n\t\tEnumeration<String> fd_key_Enum = fileData.keys();\n\t\tEnumeration<String> fd_value_Enum = fileData.elements();\n\t\twhile (fd_key_Enum.hasMoreElements() && fd_value_Enum.hasMoreElements()) {\n\t\t\tprint_line.printf(\"%s\" + \"%n\", fd_key_Enum.nextElement() + \":\" + fd_value_Enum.nextElement());\n\t\t}\n\t\t\n\t\tprint_line.close();\n\t\twrite.close();\n\t}", "private void writeToFile(Contacts _data, String _filename) throws IOException {\n\n File mydir = this.getDir(\"mydir\", Context.MODE_PRIVATE); //Creating an internal dir;\n File fileWithinMyDir = new File(mydir, _filename); //Getting a file within the dir.\n FileOutputStream out = new FileOutputStream(fileWithinMyDir); //Use the stream as usual to write into the file.\n ObjectOutputStream oos = new ObjectOutputStream(out);\n\n if (mContacts == null){\n mContacts = new Contacts();\n }\n mContacts.setData(_data);\n oos.writeObject(mContacts);\n oos.close();\n\n }", "@Override\n public void run(){\n int status = 0;\n try{\n FileWriter writer = new FileWriter(file);\n writer.append(data);\n writer.flush();\n writer.close();\n Log.d(\"MainActivity\",\"File saved to \"+file.getAbsolutePath());\n //Log.v(\"DataActivity\", data);\n status = 1;\n }catch (IOException e){\n Log.e(\"Exception\", \"File write failed: \" + e.toString());\n }\n Message msg = new Message();\n msg.what = status;\n msg.obj = file.getAbsolutePath();\n msg.arg1 = type;\n Log.d(\"File\", file.getAbsolutePath());\n if (writeToFileHandler != null){\n writeToFileHandler.sendMessage(msg);\n }\n }", "public void writeFile(String filename,String data) {\n\n BufferedWriter out = null;\n if (filename.trim().length() > 0) {\n try {\n out = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(filename,true)));\n out.write(data);\n out.close();\n } catch (IOException e) {\n System.out.println(\"I/O Error\");\n }\n } else {\n System.out.println(\"Enter a filename:\");\n }\n }", "@Override\n public void write() {\n\n }", "private void saveToFileData() {//Context context) {\n try {\n FileOutputStream fileOutputStream = openFileOutput(fileNameData, Context.MODE_PRIVATE);\n ObjectOutputStream objectOutputStream = new ObjectOutputStream(fileOutputStream);\n objectOutputStream.writeObject(Data.userData);\n objectOutputStream.close();\n fileOutputStream.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "private void saveData( ) throws IOException {\n \tString FILENAME = \"data_file\";\n String stringT = Long.toString((SystemClock.elapsedRealtime() - timer.getBase())/1000)+\"\\n\";\n String stringS = textView.getText().toString()+\"\\n\";\n String stringD = Long.toString(System.currentTimeMillis())+\"\\n\";\n FileOutputStream fos;\n\t\ttry {\n\t\t\tfos = openFileOutput(FILENAME, Context.MODE_APPEND); //MODE_APPEND\n\t\t\tfos.write(stringS.getBytes());\n\t\t\tfos.write(stringT.getBytes());\n\t\t\tfos.write(stringD.getBytes());\n\t\t\tfos.close();\n\t\t} catch (FileNotFoundException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n }", "void Writer(String data, String FileName, Context context) {\n FileOutputStream outputStream = null;\n try {\n outputStream = context.openFileOutput(FileName,Context.MODE_PRIVATE);\n outputStream.write(data.getBytes());\n\n } catch (Exception e) {\n e.printStackTrace();\n }finally{\n if (outputStream != null){\n try {\n outputStream.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n }\n }", "private void writeToFile(String data,Context context) {\n try {\n OutputStreamWriter outputStreamWriter = new OutputStreamWriter(context.openFileOutput(\"config.txt\", Context.MODE_PRIVATE));\n outputStreamWriter.write(data);\n outputStreamWriter.close();\n }\n catch (IOException e) {\n Log.e(\"Exception\", \"File write failed: \" + e.toString());\n }\n }", "public void reWriteFile(String filename,String data) {\n\n if (filename.trim().length() > 0) {\n try {\n PrintWriter output = new PrintWriter(filename);\n\n output.write(data);\n\n output.close();\n } catch (IOException e) {\n System.out.println(\"I/O Error\");\n }\n } else {\n System.out.println(\"Enter a filename:\");\n }\n }", "public void save() {\r\n File distDataFile = new File(path);\r\n\r\n //String basePath = path;\r\n String endOfPath = path.substring(path.lastIndexOf(\"/\"));\r\n\r\n File rootDataFile;\r\n if (!path.contains(\"artists\")) {\r\n rootDataFile = new File(BASEDIR + \"/resources/data\" + endOfPath);\r\n } else {\r\n rootDataFile = new File(BASEDIR + \"/resources/data/artists\" + endOfPath);\r\n }\r\n\r\n File distTempFile = new File(path.substring(0, path.lastIndexOf(\"/\")) + \"/myTempFile.txt\");\r\n\r\n File rootTempFile;\r\n if (!path.contains(\"artists\")) {\r\n rootTempFile = new File(BASEDIR + \"/resources/data/myTempFile.txt\");\r\n } else {\r\n rootTempFile = new File(BASEDIR + \"/resources/data/artists/myTempFile.txt\");\r\n }\r\n \r\n try {\r\n BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(\r\n new FileOutputStream(distTempFile), \"UTF-8\"));\r\n\r\n for (String line : data) {\r\n bw.write(line);\r\n bw.newLine();\r\n }\r\n\r\n bw.close();\r\n distDataFile.delete();\r\n distTempFile.renameTo(distDataFile);\r\n\r\n BufferedWriter bw2 = new BufferedWriter(new OutputStreamWriter(\r\n new FileOutputStream(rootTempFile), \"UTF-8\"));\r\n\r\n for (String line : data) {\r\n bw2.write(line);\r\n bw2.newLine();\r\n }\r\n\r\n bw2.close();\r\n rootDataFile.delete();\r\n rootTempFile.renameTo(rootDataFile);\r\n } catch (IOException ex) {\r\n System.out.println(\"IOExceptoin in save1 : FileData\");\r\n }\r\n }", "private void saveData() {\n\t\tdataSaver.save(data);\n\t}", "private void writeToFile() {\n try {\n FileOutputStream fos = new FileOutputStream(f);\n String toWrite = myJSON.toString(4);\n byte[] b = toWrite.getBytes();\n fos.write(b);\n fos.close();\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public void saveData() {\n try {\n JsonWriter jw = new JsonWriter(openFileOutput(DATA_FILE, Context.MODE_PRIVATE));\n jw.write(user);\n jw.close();\n } catch(Exception e) {\n Log.i(\"Exception :\", e.toString());\n }\n }", "public void writeToFile(File file) {\n\n\t}", "private void toFile(OutputData data) {\n if(data == null) {\r\n JOptionPane.showMessageDialog(this, \"Dane wynikowe nie zostały jeszcze umieszczone w pamieci\");\r\n return;\r\n }\r\n\r\n // Sprawdzenie sciezki zapisu\r\n String filePath = this.outputFileSelector.getPath();\r\n if(filePath.length() <= 5) {\r\n JOptionPane.showMessageDialog(this, \"Nie można zapisać wyniku w wybranej lokacji!\");\r\n return;\r\n }\r\n\r\n // Zapisujemy plik na dysk\r\n try{\r\n PrintWriter writer = new PrintWriter(filePath, \"UTF-8\");\r\n OutputDataFormatter odf = new OutputDataFormatter(this.outputData);\r\n\r\n String userPattern = this.outputFormatPanel.getPattern();\r\n writer.write(odf.getParsedString(userPattern.length() < 2 ? defaultFormatting : userPattern));\r\n\r\n writer.close();\r\n } catch (IOException e) {\r\n JOptionPane.showMessageDialog(this, \"Wystąpił błąd IO podczas zapisu.\");\r\n }\r\n\r\n }", "public void save(Cacheable[] data) throws IOException, NullPointerException {\n validate(data);\n\n // write the header\n writeHeader(data);\n\n // write the data\n writeData(data);\n\n // close the file\n close();\n }", "@Override\r\n\tpublic void write() {\n\t\t\r\n\t}", "public void writeFile() {\n try {\n FileWriter writer = new FileWriter(writeFile, true);\n writer.write(user + \" \" + password);\n writer.write(\"\\r\\n\"); // write new line\n writer.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n \n }", "public void writeFile() {\n\t\ttry {\n\t\t\tFile dir = Environment.getExternalStorageDirectory();\n\t\t\tFile myFile = new File(dir.toString() + File.separator + FILENAME);\n\t\t\tLog.i(\"MyMovies\", \"SeSus write : \" + myFile.toString());\n\t\t\tmyFile.createNewFile();\n\t\t\tFileOutputStream fOut = new FileOutputStream(myFile);\n\t\t\tOutputStreamWriter myOutWriter = \n\t\t\t\t\tnew OutputStreamWriter(fOut);\n\t\t\tfor (Map.Entry<String, ValueElement> me : hm.entrySet()) {\n\t\t\t\tString refs = (me.getValue().cRefMovies>0? \"MOVIE\" : \"\");\n\t\t\t\trefs += (me.getValue().cRefBooks>0? \"BOOK\" : \"\");\n\t\t\t\tString line = me.getKey() + DELIMITER + me.getValue().zweiteZeile \n\t\t\t\t\t\t //+ DELIMITER\n\t\t\t\t\t\t //+ me.getValue().count\n\t\t\t\t\t \t+ DELIMITER\n\t\t\t\t\t \t+ refs\n\t\t\t\t\t \t + System.getProperty(\"line.separator\");\n\t\t\t\t//Log.i(\"MyMovies\", \"SeSus extracted : \" + line);\n\t\t\t\tmyOutWriter.write(line);\n\t\t\t}\n\t\t\tmyOutWriter.close();\n\t\t\tfOut.close();\n\t\t} catch (IOException e) {\n\t\t\t//\n\t\t\tLog.i(\"MyMovies\", \"SeSus write Exception : \");\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "private void createSaveData(){\n try {\n File f = new File(filePath, highScores);\n FileWriter output = new FileWriter(f);\n BufferedWriter writer = new BufferedWriter(output);\n\n writer.write(\"0-0-0-0-0\");\n writer.newLine();\n writer.write(\".....-.....-.....-.....-.....\");\n writer.close();\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "public abstract void writeData(DataOutput dout) throws IOException;", "public void SerialWriteFile() {\r\n\r\n PrintWriter pwrite = null;\r\n File fileObject = new File(getName());\r\n QuizPlayer q = new QuizPlayer(getName(), getNickname(), getTotalScore());\r\n\r\n try {\r\n ObjectOutputStream outputStream =\r\n new ObjectOutputStream(new FileOutputStream(fileObject));\r\n\r\n outputStream.writeObject(q); //Writes the object to the serialized file.\r\n outputStream.close();\r\n\r\n\r\n } catch (IOException e) {\r\n System.out.println(\"Problem with file output.\");\r\n }\r\n\r\n }", "public static void main(String[] args) throws Exception {\n FileOutputStream fos=new FileOutputStream(\"e:/data/contents.txt\");\r\n //step-2 (write data)\r\n String s=\"Something We want To Write To A File\";\r\n byte b[]=s.getBytes();\r\n //fos.write(b);\r\n fos.write(b, 3, 10);\r\n //step-3 (close file)\r\n fos.close();\r\n System.out.println(\"DATA STORED\");\r\n }", "protected void fileSet() throws IOException {\n//\t\tfos = new FileOutputStream(outFile, false);\n//\t\tdos = new DataOutputStream(fos);\n\t\trealWriter = new BufferedWriter(new FileWriter(outFile.getAbsolutePath()));\n\t}", "private void saveData() {\n\t\tlogger.trace(\"saveData() is called\");\n\t\t\n\t\tObjectOutputStream out = null;\n\t\ttry {\n\t\t\tFileOutputStream fileOut = new FileOutputStream(\"server-info.dat\");\n\t\t\tout = new ObjectOutputStream(fileOut);\n\t\t\tout.writeObject(jokeFile);\n\t\t\tout.writeObject(kkServerPort);\n\t\t\tout.flush();\n\t\t} catch (FileNotFoundException e) {\n\t\t\tSystem.err.println(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t\tlogger.error(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\tSystem.err.println(\"saving server-info.dat file is encountering an error for some reason.\");\t\n\t\t\tlogger.error(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t} \n\t\tfinally {\n\t\t\tif (out != null){\n\t\t\t\ttry{\n\t\t\t\t\tout.close();\n\t\t\t\t}\n\t\t\t\tcatch (IOException e){\n\t\t\t\t\tSystem.err.println(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t\t\t\tlogger.error(\"saving server-info.dat file is encountering an error for some reason.\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public abstract void saveToFile(PrintWriter out);", "@Override\n\tpublic void write(Object obj, File file) throws IJunitException {\n\t\t\n\t}", "public void saveFile(String path, String data) throws IOException {\n\n FileWriter writer = new FileWriter(getFile(path));\n writer.write(data);\n writer.flush();\n }", "private void writeToFile(){\n try(BufferedWriter br = new BufferedWriter(new FileWriter(filename))){\n for(Teme x:getAll())\n br.write(x.toString()+\"\\n\");\n br.close();\n }catch (IOException e){\n e.printStackTrace();\n }\n }", "public static void writeFile(String file, Vector<String> data) {\n\n //write details to the current file\n try {\n PrintWriter pw = new PrintWriter(file);\n for(int i = 0; i < data.size(); i++){\n pw.println(data.get(i));\n }\n pw.flush();\n pw.close();\n } catch (FileNotFoundException fnfe){\n System.out.println(fnfe);\n }\n }", "public void writeData(UserInfo info)\n\t{\n\t\tSystem.out.println(\"file has been written!\");\n\t\tuserinfos.add(info);\n\t}", "public void write() {\n\t\tint xDist, yDist;\r\n\t\ttry {\r\n\t\t\tif (Pipes.getPipes().get(0).getX() - b.getX() < 0) { // check if pipes are behind bird\r\n\t\t\t\txDist = Pipes.getPipes().get(1).getX() - b.getX();\r\n\t\t\t\tyDist = Pipes.getPipes().get(1).getY() - b.getY() + Pipes.height;\r\n\t\t\t} else {\r\n\t\t\t\txDist = Pipes.getPipes().get(0).getX() - b.getX();\r\n\t\t\t\tyDist = Pipes.getPipes().get(0).getY() - b.getY() + Pipes.height;\r\n\t\t\t}\r\n\t\t} catch (Exception e) {\r\n\t\t\txDist = -6969;\r\n\t\t\tyDist = -6969;\r\n\t\t\te.printStackTrace();\r\n\t\t\tSystem.out.println(\"Pipe out of bounds\");\r\n\t\t}\r\n\t\ttry {\r\n\t\t\tFile file = new File(\"DATA.txt\");\r\n\t\t\tFileWriter fr = new FileWriter(file, true);\r\n\t\t\tfr.write(xDist + \",\" + yDist + \",\" + b.getYVel() + \",\" + didJump);\r\n\t\t\tfr.write(System.getProperty(\"line.separator\")); // makes a new line\r\n\t\t\tfr.close();\r\n\t\t} catch (Exception e) {\r\n\t\t\tSystem.out.println(\"Wtrie file error\");\r\n\t\t}\r\n\t}", "private void insertIntoFile(String data){\n\t\tOutputStream os = null;\n try {\n os = new FileOutputStream(file);\n os.write(data.getBytes(), 0, data.length());\n } catch (IOException e) {\n e.printStackTrace();\n }\n\t}", "public void write(DataOutput dataOutput) throws IOException {\n }", "private void writeToFile(E entity){\n try (BufferedWriter bw = new BufferedWriter(new FileWriter(this.fileName,true))) {\n bw.write(entity.toFile());\n bw.newLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "private void createFile(String outputData, File file) {\n try {\n FileWriter writer = new FileWriter(file);\n writer.write(outputData);\n writer.close();\n } catch (IOException e) {\n e.getSuppressed();\n }\n }", "private void writeToFile(){\n Calendar c = Calendar.getInstance();\n String dateMedTaken = DateFormat.getDateInstance(DateFormat.FULL).format(c);\n FileOutputStream fos = null;\n\n try {\n fos = openFileOutput(FILE_NAME, MODE_APPEND);\n fos.write(dateMedTaken.getBytes());\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n } finally {\n if(fos != null){\n try {\n fos.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n }\n\n }", "public void writeFile() \r\n\t{\r\n\t\tStringBuilder builder = new StringBuilder();\r\n\t\tfor(String str : scorers)\r\n\t\t\tbuilder.append(str).append(\",\");\r\n\t\tbuilder.deleteCharAt(builder.length() - 1);\r\n\t\t\r\n\t\ttry(DataOutputStream output = new DataOutputStream(new FileOutputStream(HIGHSCORERS_FILE)))\r\n\t\t{\r\n\t\t\toutput.writeChars(builder.toString());\r\n\t\t} \r\n\t\tcatch (FileNotFoundException e) \r\n\t\t{\r\n\t\t\te.printStackTrace();\r\n\t\t\tSystem.err.println(\"[ERROR]:[FileManager] File \" + HIGHSCORERS_FILE + \" was not found \" \r\n\t\t\t\t\t+ \"while writing.\");\r\n\t\t} \r\n\t\tcatch (IOException e) \r\n\t\t{\r\n\t\t\te.printStackTrace();\r\n\t\t\tSystem.err.println(\"[ERROR]:[FileManager] Error while reading the file \" + HIGHSCORERS_FILE);\r\n\t\t}\r\n\t}", "public static void storeDataIntoFile() {\n\r\n try {\r\n FileWriter writer = new FileWriter(\"DetailsOfVaccination.txt.txt\");\r\n writer.write(\"Vaccination booth info - First names-\" + Arrays.toString(firstName)); //Write the patients first name\r\n writer.write(\"\\n Patient's surnames - \" + Arrays.toString(surname)); //Write the patients surname\r\n writer.write(\"\\n Number of remaining vaccines = \" + vaccines); //Write the remaining of vaccines in stock\r\n writer.close();\r\n System.out.println(\"Successfully stored data into the file.\");\r\n }\r\n catch (IOException e) { //Runs if there was an error in file\r\n System.out.println(\"An error occurred while storing data into the file. Please try again.\");\r\n e.printStackTrace(); //Tool used to handle exceptions and errors (gives the line number and class name where exception happened)\r\n }\r\n }", "private void saveDataToFile() {\n boolean isLoggedInNew = na.isLoggedIn();\n boolean isLoggedIn = uL.isLoggedIn();\n // path for new accounts after sucsessful new account creation\n if (isLoggedInNew) {\n String username = na.getUsername();\n String fileExt = \"_data.txt\";\n String workingDirectory = System.getProperty(\"user.dir\");\n String filePath = workingDirectory + \"\\\\\" + username + fileExt;\n File file = new File(filePath);\n try {\n try (FileWriter fw = new FileWriter(file);\n BufferedWriter bw = new BufferedWriter(fw)) {\n for (int i = 0; i < remindersTable.getRowCount(); i++) { // rows\n for (int j = 0; j < remindersTable.getColumnCount(); j++) { // cols\n bw.write(remindersTable.getValueAt(i, j).toString() + \"\\t\");\n }\n bw.newLine();\n }\n }\n } catch (IOException ex) {\n Logger.getLogger(MoneyMinderDesktopMainGui.class.getName()).log(Level.SEVERE, null, ex);\n }\n }\n // path for existing accounts after sucsessful login\n if (isLoggedIn) {\n String username = uL.getUsername();\n String fileExt = \"_data.txt\";\n String workingDirectory = System.getProperty(\"user.dir\");\n String filePath = workingDirectory + \"\\\\\" + username + fileExt;\n File file = new File(filePath);\n try {\n try (FileWriter fw = new FileWriter(file);\n BufferedWriter bw = new BufferedWriter(fw)) {\n for (int i = 0; i < remindersTable.getRowCount(); i++) { // rows\n for (int j = 0; j < remindersTable.getColumnCount(); j++) { // cols\n bw.write(remindersTable.getValueAt(i, j).toString() + \"\\t\");\n }\n bw.newLine();\n }\n }\n } catch (IOException ex) {\n Logger.getLogger(MoneyMinderDesktopMainGui.class.getName()).log(Level.SEVERE, null, ex);\n }\n }\n }", "public static void saveDataToFile() {\n DateFormat dateFormat = new SimpleDateFormat(\"yyyy MM dd, HH mm\");\n Date date = new Date();\n String fileName= dateFormat.format(date)+\".txt\";\n\n try {\n PrintWriter writer = new PrintWriter(fileName, \"UTF-8\");\n writer.print(\"Wins: \");\n writer.println(wins);\n writer.print(\"Draws: \");\n writer.println(draws);\n writer.print(\"Losses: \");\n writer.println(loses);\n writer.close();\n System.out.println(\"File Write Successful\");\n } catch (IOException e) {\n\n }\n\n\n }", "public abstract void addFileToWrite(AsynchronousFileWriter.FileData fileData, CompilerMessageLogger logger);", "public void writeToFile(List<Float> x, List<Float> y, List<Float> z, List<Float> x_g, List<Float> y_g, List<Float> z_g, int minVal) {\n File file = new File(PATH + \"/data.txt\");\n //File acc_file = new File(PATH + \"/accData.txt\");\n //File gyro_file = new File(PATH + \"/gyroData.txt\");\n FileOutputStream fOut = null;\n //FileOutputStream accfOut = null;\n //FileOutputStream gyrofOut = null;\n\n try {\n fOut = new FileOutputStream(file, true);\n //accfOut = new FileOutputStream(acc_file, true);\n //gyrofOut = new FileOutputStream(gyro_file, true);\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n for(int i=0; i<minVal; i++){\n String x_acc= Float.toString(x.get(i));\n String y_acc= Float.toString(y.get(i));\n String z_acc= Float.toString(z.get(i));\n\n String x_gyro = Float.toString(x_g.get(i));\n String y_gyro = Float.toString(y_g.get(i));\n String z_gyro = Float.toString(z_g.get(i));\n try {\n fOut.write((x_acc+\",\").getBytes());\n fOut.write((y_acc+\",\").getBytes());\n fOut.write((z_acc+\",\").getBytes());\n fOut.write((x_gyro+\",\").getBytes());\n fOut.write((y_gyro+\",\").getBytes());\n fOut.write((z_gyro+\",\").getBytes());\n fOut.write((subject+\",\").getBytes());\n fOut.write((activity_label+\"\\n\").getBytes());\n\n Log.d(\"Data\", \"Data Written\");\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n try {\n fOut.close();\n //accfOut.close();\n //gyrofOut.close();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "String saveToFile(Object data, String fileName, FileFormat fileFormat) throws IOException;", "@Override\r\n public void writeData(String fileName, Map map) {\r\n File file = new File(fileName);\r\n \r\n if (!file.exists()) {\r\n try {\r\n file.createNewFile();\r\n } catch (IOException e) {\r\n System.out.println(e.getMessage());\r\n }\r\n }\r\n \r\n try (BufferedWriter bufferedWriter =\r\n new BufferedWriter(new FileWriter(file))) {\r\n bufferedWriter.write(map.toString());\r\n } catch(IOException e) {\r\n System.out.println(e.getMessage());\r\n }\r\n }", "private void writeData(String data) throws IOException\n {\n this.writer.println(data);\n this.writer.flush();\n }", "private static void writeToFile(String[] data) {\n\t\t// Regatta hasn't been calculated.\n\t\tif(r == null) {\n\t\t\tSystem.out.println(\"\\nYou haven't processed a regatta yet! \\nUse regatta to begin processing.\\n\");\n\t\t\treturn;\n\t\t}\n\t\t\n\t\t// Just the command was specified, we need to get the filename.\n\t\tif(data.length == 1) {\n\t\t\tSystem.out.println(\"Oops, looks like you didn't specify an output file.\\n\");\n\t\t\tinitializeOutput(getFilename());\n\t\t}\n\n\t\t// Filename was specified but is invalid. Need to get another one.\n\t\tif(!isValidFileName(data[1])) {\n\t\t\tSystem.out.println(\"Looks like your filename is incorrect.\\n\");\n\t\t\tinitializeOutput(getFilename());\n\t\t}\n\n\t\tinitializeOutput(data[1]);\n\n\t\t// Write out.\n\t\tfileOutput.print(r.podium());\n\t\tfileOutput.close();\n\t}", "static void writeFile(){\n try{\n Path contactsListPath = Paths.get(\"contacts\",\"contacts.txt\");\n Files.write(contactsListPath, contactList);\n } catch(IOException ioe){\n ioe.printStackTrace();\n }\n //refreshes list of Contact objs\n fileToContactObjs();\n }", "public static void write(String fname){\r\n\t\t\ttry {\r\n\t\t\t\tFile file = new File(fname);\r\n\t\t\t\t\r\n\t\t\t\tFileWriter fw = new FileWriter(file.getAbsoluteFile());\r\n\t\t\t\tBufferedWriter bw = new BufferedWriter(fw);\r\n\t\t\t\t//establish variable str and call to write header row\r\n\t\t\t\tString str = \"Employee Name, Employee Number, State, Zip, Age, Sex\\n\";\r\n\t\t\t\tbw.write(str);\r\n\t\t\t\t//parse the array list and retrieve data for employees of age 30 or less\r\n\t\t\t\tfor(int i=0;i<data.size();i++){\r\n\t\t\t\t\tif(data.get(i).Age <= 30) {\r\n\t\t\t\t\t//call the information stored in the arraylist in each particular index and then call to write\r\n\t\t\t\t\tbw.write(data.get(i).Name+\",\"+data.get(i).Num + \",\" + data.get(i).State + \",\" + data.get(i).Zip + \",\" + data.get(i).Age + \",\" + data.get(i).Sex + \"\\n\");\r\n\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tbw.close();\r\n\t\t\t\tfw.close();\r\n\t\t\t} catch (IOException e) {\r\n\t\t\t\te.printStackTrace();\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tSystem.out.println(\"Finish writing data to file \"+ fname);\r\n\t\t}", "public File exportData() {\n File zephyrlogFolder = new File(Environment.getExternalStorageDirectory(), \"QuestionnaireActs\");\n\n boolean dirExists = zephyrlogFolder.exists();\n //if the directory doesn't exist, create it\n if (!dirExists) {\n dirExists = zephyrlogFolder.mkdirs();\n //if it still doesn't exist, give up and exit\n if (!dirExists) {\n Toast.makeText(this, \"Could not create ZephyrLogs directory!\", Toast.LENGTH_LONG).show();\n }\n }\n\n\n //create a data file and write into it\n File file = new File(zephyrlogFolder, \"Questionnaire_\"+promptName+\".txt\");\n try {\n FileWriter writer;\n if(!file.exists()){\n boolean created = file.createNewFile();\n if (!created) throw new IOException(\"Could not create data file\");\n writer = new FileWriter(file, true);\n //if this is a new file, write the CSV format at the top\n writer.write(\"Ονοματεπώνυμο: \"+promptName+\"\\n\"+\"Score: \"+myscore+\"\\n\\n\");\n } else {\n writer = new FileWriter(file, true);\n }\n writer.write(\"Ονοματεπώνυμο: \"+promptName+\"\\n\"+\"Score: \"+myscore+\"\\n\\n\");\n writer.close();\n } catch (FileNotFoundException e) {\n Toast.makeText(this, \"Could not create logging file!\", Toast.LENGTH_LONG).show();\n e.printStackTrace();\n } catch (UnsupportedEncodingException e) {\n Toast.makeText(this, \"Unsupported encoding exception thrown trying to write file!\", Toast.LENGTH_LONG).show();\n e.printStackTrace();\n } catch (IOException e) {\n Toast.makeText(this, \"IO Exception trying to write to data file!\", Toast.LENGTH_LONG).show();\n e.printStackTrace();\n }\n return file;\n }", "public void saveToFile(Map<String, T> data) throws IOException{\n\t\tOutputStream file = new FileOutputStream(filePath);\n OutputStream buffer = new BufferedOutputStream(file);\n ObjectOutput output = new ObjectOutputStream(buffer);\n\n // serialize the Map\n output.writeObject(data);\n output.close();\n\t}", "private static void writeData(String file, String writable)\n\t\t\tthrows IOException {\n\t\tFileWriter fw = new FileWriter(FILE_PATH + file + \".txt\", true);\n\t\ttry {\n\t\t\tfw.write(getTime() + writable + \"\\t\");\n\t\t\tfw.write(System.lineSeparator());\n\t\t\tfw.close();\n\t\t} catch (Exception e) {\n\t\t\tfw.write(\"Error processing data: \" + e);\n\t\t}\n\t}", "public void writeData(IOService fileIO) {\n if (fileIO.equals(IOService.CONSOLE_IO)) {\n System.out.println(employeePayrollDataList);\n } else if (fileIO.equals(IOService.FILE_IO)) {\n new EmployeePayrollFileIOService().writeDataToFile(employeePayrollDataList);\n }\n }", "private void saveInFile() {\n try {\n FileOutputStream fos = openFileOutput(FILENAME,\n Context.MODE_PRIVATE);//goes stream based on filename\n BufferedWriter out = new BufferedWriter(new OutputStreamWriter(fos)); //create buffer writer\n Gson gson = new Gson();\n gson.toJson(countbookList, out);//convert java object to json string & save in output\n out.flush();\n fos.close();\n } catch (FileNotFoundException e) {\n throw new RuntimeException();\n } catch (IOException e) {\n throw new RuntimeException();\n }\n }", "public void printDataToFile(){\n\ttry {\n\t File file = new File(\"media/gameOutput.txt\");\n \n\t // if file doesnt exists, then create it\n\t if (!file.exists()) {\n\t\tfile.createNewFile();\n\t }\n \n\t FileWriter fw = new FileWriter(file.getAbsoluteFile());\n\t BufferedWriter bw = new BufferedWriter(fw);\n\t bw.write(printString);\n\t bw.close();\n\t} catch (IOException e) {\n\t e.printStackTrace();\n\t}\n }", "private void writeFile(String path)\n {\n FileIO fileIO = new FileIO();\n StringBuffer stringBuf = new StringBuffer();\n for(int i = 0; i< getDrivers().getSize(); i++) // go through each driver in the collection\n {\n stringBuf.append(getDrivers().getDriver(i).getName() + \",\" + getDrivers().getDriver(i).getRanking() \n + \",\" + getDrivers().getDriver(i).getSpecialSkill() + ((i == (getDrivers().getSize() - 1)) ? \"\" :\"\\n\")); // append details to buffer\n }\n fileIO.setFileName(path);\n fileIO.writeFile(stringBuf.toString());\n }", "public abstract void writeToStream(DataOutputStream dataOutputStream);", "private void saveData() {\n }", "public abstract void write(T dataElement);", "public void writeCSVFile(File file, String data) throws Exception{\n BufferedWriter bufferWritter = new BufferedWriter(new FileWriter(file));\n bufferWritter.write(data);\n bufferWritter.close();\n }", "@Override\n public void write(final byte[] data) throws IOException {\n write(data, 0, data.length);\n }", "public void write(WriteOnly data) {\n\t\tdata.writeData(\"new data\"); // Ok\n\t}", "public void writeFile(Context inContext, String Name, String Category, String ObjectType, String Latitude, String Longitude){\n\r\n\t\tFileWriter fWriter;\r\n\r\n\t\t\r\n\t\t\r\n\t\ttry{\r\n\t\t\tfWriter = new FileWriter(\"/sdcard/data/filename.txt\");\r\n\r\n\t\t\tString newLine = System.getProperty(\"line.separator\");\r\n\t\t\t\r\n\t\t\t//Read all lines in txt file until strikes empty line and writes on that line\r\n\r\n\t\t\tFileInputStream fstream = new FileInputStream(\"filename.txt\");\r\n\t\t\t// Get the object of DataInputStream\r\n\t\t\tDataInputStream in = new DataInputStream(fstream);\r\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(in));\r\n\t\t\tString strLine;\r\n\t\t\t\r\n\t\t\t//Read File Line By Line\r\n\t\t\twhile ((strLine = br.readLine()) == null) {\r\n\t\t\t\t// Print the content on the console\r\n\t\t\t\tSystem.out.println (strLine);\r\n\t\t\t\tfWriter.write(\"penis\" + newLine);\r\n\t\t\t}\r\n\r\n\t\t\t//System.out.println(\"if\"+i);\r\n\t\t\tfWriter.write(Name + \":\" + Category + \":\" + ObjectType + \":\" + Latitude + \":\" + Longitude + \";\");\r\n\t\t\tfWriter.flush();\r\n\t\t\tfWriter.close();\r\n\t\t}\r\n\t\tcatch(Exception e){\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\r\n\t}", "public static void write(byte[] data, File file) throws IOException {\n write(data, file, false);\n }", "public void serialize() {\n FileOutputStream fileOutput = null;\n ObjectOutputStream outStream = null;\n // attempts to write the object to a file\n try {\n clearFile();\n fileOutput = new FileOutputStream(data);\n outStream = new ObjectOutputStream(fileOutput);\n outStream.writeObject(this);\n } catch (Exception e) {\n } finally {\n try {\n if (outStream != null)\n outStream.close();\n } catch (Exception e) {\n }\n }\n }", "void write();", "private void writeToFile(String data, Context context) throws FileNotFoundException\r\n{\n if (fileExists(this, \"todolist.txt\"))\r\n {\r\n\r\n FileOutputStream fOut = openFileOutput(\"todolist.txt\", MODE_APPEND);\r\n OutputStreamWriter osw = new OutputStreamWriter(fOut);\r\n try {\r\n osw.write(\"\\n\");\r\n osw.write(data);\r\n osw.flush();\r\n osw.close();\r\n } catch (IOException e) {\r\n Log.e(\"Exception\", \"File write failed: \" + e.toString());\r\n }\r\n }\r\n // otherwise make the file\r\n else\r\n {\r\n FileOutputStream fos = null;\r\n\r\n fos = openFileOutput(\"todolist.txt\", MODE_PRIVATE);\r\n try {\r\n fos.write(data.getBytes());\r\n // Toast.makeText(this, getFilesDir() + \"/\" + \"todolist.txt\", Toast.LENGTH_LONG).show();\r\n } catch (IOException e) {\r\n e.printStackTrace();\r\n } finally {\r\n if (fos != null) {\r\n try {\r\n fos.close();\r\n } catch (IOException e) {\r\n e.printStackTrace();\r\n }\r\n }\r\n }\r\n}\r\n}", "public void saveData(int argLowAlpha, int argHighAlpha, int argLowBeta, int argHighBeta, int argLowGamma, int argMidGamma, int argDelta, int argTheta) {\n\n try {\n File sdCard = Environment.getExternalStorageDirectory();\n File dir = new File(sdCard.getAbsolutePath() + \"/cerebro_files/\");\n dir.mkdirs();\n\n if (fileCountFlag == 0) {\n File[] files = dir.listFiles();\n int numberOfFiles = files.length;\n String index = new Integer(numberOfFiles + 1).toString();\n Toast.makeText(getApplicationContext(), \"Number of files is: \"+index, Toast.LENGTH_SHORT).show();\n filename = \"file\" + index + \".csv\";\n fileCountFlag = 1;\n }\n\n //File file = new File(dir, \"filename1.csv\"+index);\n File file = new File(dir, filename);\n //Toast.makeText(getApplicationContext(), \"init file\",Toast.LENGTH_SHORT).show();\n\n FileOutputStream f = new FileOutputStream(file, true);\n\n //Toast.makeText(getApplicationContext(), \"got output stream\",Toast.LENGTH_SHORT).show();\n\n //String strLowAlpha = new Integer(lowAlpha).toString();\n String strHighAlpha = new Integer(argHighAlpha).toString();\n String strLowBeta = new Integer(argLowBeta).toString();\n String strHighBeta = new Integer(argHighBeta).toString();\n String strLowGamma = new Integer(argLowGamma).toString();\n String strMidGamma = new Integer(argMidGamma).toString();\n String strDelta = new Integer(argDelta).toString();\n String strTheta = new Integer(argTheta).toString();\n\n //string1 = string1 + \"\\n\";\n\n String strCSV = new Integer(argLowAlpha).toString();\n\n strCSV = strCSV+','+strHighAlpha+','+strLowBeta+','+strHighBeta+','+strLowGamma+','+strMidGamma+','+strDelta+','+strTheta+'\\n';\n\n //f.write(string.getBytes());\n //bf.write(passData.getBytes());\n f.write(strCSV.getBytes());\n //Toast.makeText(getApplicationContext(), \"Done writing\",Toast.LENGTH_SHORT).show();\n f.close();\n //Toast.makeText(getApplicationContext(), \"File buffer closed\",Toast.LENGTH_SHORT).show();\n } catch (Exception e) {\n e.printStackTrace();\n Toast.makeText(getApplicationContext(), \"failed to write\",Toast.LENGTH_SHORT).show();\n }\n }", "public void saveToFile(String datafile) throws java.io.FileNotFoundException, java.io.UnsupportedEncodingException {\n try {\n FileWriter writer = new FileWriter(\"test.html\");\n writer.write(datafile);\n writer.flush();\n writer.close();\n } catch (IOException ioe) {\n System.out.println(\"Error writing file\");\n }\n }", "public static void writeFile(ArrayList<Integer> data, String path) {\n\t\ttry {\n\t\t\tFileOutputStream fos = new FileOutputStream(path);\n\t\t\tOutputStreamWriter osw = new OutputStreamWriter(fos);\n\t\t\tBufferedWriter bw = new BufferedWriter(osw);\n\n//\t\t\tfor (String dt : data) {\n//\t\t\t\tbw.write(dt);\n//\t\t\t\tbw.newLine();\n//\t\t\t}\n\n\t\t\tfor (int i = 0; i < data.size(); i++) {\n\t\t\t\tbw.write(data.get(i).toString());\n\t\t\t\tif (i < data.size() - 1)\n\t\t\t\t\tbw.write(\", \");\n\n\t\t\t\t// bw.newLine();\n\t\t\t}\n\t\t\tbw.newLine();\n\t\t\tbw.close();\n\t\t\tosw.close();\n\t\t\tfos.close();\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\r\n public void write(byte[] buffer) throws IOException {\r\n inWrite1 = true;\r\n try {\r\n super.write(buffer);\r\n if (!inWrite3) {\r\n /*if (!Helper.NEW_IO_HANDLING \r\n && null != IoNotifier.fileNotifier) {\r\n IoNotifier.fileNotifier.notifyWrite(recId, buffer.length);\r\n } else {*/\r\n if (null != RecorderFrontend.instance) {\r\n RecorderFrontend.instance.writeIo(recId, \r\n null, buffer.length, StreamType.FILE);\r\n }\r\n //}\r\n }\r\n inWrite1 = false;\r\n } catch (IOException e) {\r\n inWrite1 = false;\r\n throw e;\r\n }\r\n }", "public void saveData() {\n\t\t//place to save notes e.g to file\n\t}", "static void writeOperations(){\n \ttry{\n \t\t\n\t\t\t// Create file \n\t\t\tFileWriter fstream = new FileWriter(FILE_FILEOP);\n\t\t\tBufferedWriter out = new BufferedWriter(fstream);\n\t \tfor (int i=0; i < operations.size(); i++){\n\t \t\tout.write(operations.get(i).getDetails() );\n\t \t}\n\t\t\t\n\t\t\t//Close the output stream\n\t\t\tout.close();\n\t\t}\n \tcatch (Exception e){//Catch exception if any\n\t\t\tSystem.err.println(\"Error: \" + e.getMessage());\n\t\t}\n\t\tSystem.out.print(\"Operations file written.\\n\");\n\n \t\n }", "public void saveToFile() throws InterruptedException\n {\n //generate data\n StringBuilder data = new StringBuilder();\n data.append(\"X,Y,Z,GPS,Timestamp\");\n //loop voor de hardcoded data die wordt aangemaakt in de loop.\n for (int i = 0; i < 5; i++)\n {\n Long currentTime = System.currentTimeMillis();\n data.append(\"\\n\" + i + \",\" + i * i + \",\" + (i + i) + \",\" + (i+i+i)*i + \",\" + currentTime);\n TimeUnit.SECONDS.sleep(1);\n }\n\n FileOutputStream fos = null;\n try\n {\n //saving the file into device\n fos = this.mainActivity.openFileOutput(MainActivity.FILE_NAME, Context.MODE_PRIVATE);\n fos.write(data.toString().getBytes());\n mEditText.getText().clear();\n Toast.makeText(this.mainActivity, \"Saved to\" + mainActivity.getFilesDir() + \"/\" + MainActivity.FILE_NAME, Toast.LENGTH_LONG).show();\n }\n catch (FileNotFoundException e)\n {\n e.printStackTrace();\n }\n catch (IOException e)\n {\n e.printStackTrace();\n }\n finally\n {\n if (fos != null)\n {\n try\n {\n fos.close();\n }\n catch (IOException e)\n {\n e.printStackTrace();\n }\n }\n }\n }", "public void writeToRestaurantFile()\r\n {\r\n\ttry(ObjectOutputStream toRestaurantFile = \r\n new ObjectOutputStream(new FileOutputStream(\"listfiles/restaurant.dta\")))\r\n\t{\r\n toRestaurantFile.writeObject(restaurant);\r\n\t}\r\n\tcatch(NotSerializableException nse)\r\n\t{\r\n JOptionPane.showMessageDialog(null, \"Restaurant objektene er ikke \"\r\n + \"serialiserbare.\\nIngen registrering på fil!\"\r\n + nse.getMessage(), \"Feilmelding\", \r\n JOptionPane.ERROR_MESSAGE);\r\n\t}\r\n\tcatch(IOException ioe)\r\n\t{\r\n JOptionPane.showMessageDialog(null, \"Det oppsto en feil ved skriving \"\r\n + \"til fil.\\n\" + ioe.getMessage());\r\n\t}\r\n }", "private static String writeToFile(String data, String fileName, Context context) {\n try {\n File documentsPath = new File(context.getExternalFilesDir(null).toString());\n if (!documentsPath.exists()) {\n documentsPath.mkdirs();\n }\n File myExternalFile = new File(documentsPath, fileName);\n FileOutputStream fileOutputStream = new FileOutputStream(myExternalFile);\n OutputStreamWriter outputStreamWriter = new OutputStreamWriter(fileOutputStream);\n outputStreamWriter.write(data);\n outputStreamWriter.close();\n fileOutputStream.close();\n return myExternalFile.getAbsolutePath();\n } catch (IOException e) {\n writeLog(LOG_LEVEL.ERROR, \"File write failed: \" + e.toString());\n }\n return \"\";\n }", "private void writeToFile() {\n boolean flag = true;\n int expectedPacket = (lastPacket)? sequenceNo: Constants.WINDOW_SIZE;\n for (int i = 0; i < expectedPacket; i++) {\n if(!receivedPacketList.containsKey(i)) {\n flag = false;\n }\n }\n if (flag) {\n System.out.println(\"Time: \" + System.currentTimeMillis() + \"\\t\" + \"Write to file Possible\");\n try (BufferedOutputStream stream = new BufferedOutputStream(new FileOutputStream(fileSavePath, true))) {\n for (int i = 0; i < receivedPacketList.size(); i++) {\n //System.out.println(new String(receivedPacketList.get(i)));\n stream.write(receivedPacketList.get(i));\n }\n receivedPacketList.clear();\n stream.close();\n } catch (FileNotFoundException ex) {\n \n } catch (IOException ex) {\n \n }\n receivedPacketList.clear();\n expectedList.clear();\n }\n }", "protected void saveData(File file) throws Exception{\n\t\t\n\n\t \n\t\t// Build the DataThing map from the resultReferencesMap\n\t\t// First convert map of references to objects into a map of real result objects\n\t\tMap<String, Object> resultMap = new HashMap<String, Object>();\n\t\tfor (Iterator<String> i = chosenReferences.keySet().iterator(); i.hasNext();) {\n\t\t\tString portName = (String) i.next();\n\t\t\tT2Reference reference = chosenReferences.get(portName);\n\t\t\tObject obj = convertReferencesToObjects(reference);\n\t\t\tresultMap.put(portName, obj);\n\t\t}\n\t\tMap<String, DataThing> dataThings = bakeDataThingMap(resultMap);\n\t\t\n\t\tfor (String portName : dataThings.keySet()) {\n\t\t\tDataThing thing = dataThings.get(portName);\n\t\t\tthing.writeToFileSystem(file, portName);\n\t\t}\n\t}", "public void writeInfoTofile() throws IOException\n\t{\n\t\tFileWriter fstream = new FileWriter(\"booking.txt\",true);\n BufferedWriter out = new BufferedWriter(fstream); //buffer class name out\n out.append(\"name : \"+this.customer_name);\n out.newLine();\n out.append(hotelInfo.getName());// Writing all customer info\n out.newLine();\n out.append(\"country : \"+hotelInfo.getCountry());\n out.newLine();\n out.append(\"Hotel rating : \"+hotelInfo.getStar());\n out.newLine(); \n out.append(\"check-in date : \"+this.checkin_date);\n out.newLine();\n out.append(\"check-out date: \"+this.checkout_date);\n out.newLine();\n out.append(\"Total price : \"+this.totalPrice);\n out.newLine();\n out.close();\n System.out.println(\"Writting successful.\");\n\t}", "void saveAs() {\n writeFile.Export();\n }", "public void writeChannel() {\n try {\n java.io.FileWriter chWriter = new java.io.FileWriter(chFile);\n chWriter.write(chStored);\n chWriter.close();\n JTVProg.logPrint(this, 3, \"файл канала [\" + this.chName + \"] успешно сохранен\");\n } catch (IOException ex) {\n JTVProg.logPrint(this, 0, \"ошибка записи файла канала [\" + this.chName + \"]\");\n } finally {\n JTVProg.configer.markWrited(this.chFillOrder - 1);\n }\n }", "public void writeToFile() {\n try {\n // stworz plik\n File file = new File(\"../Alice.ids\");\n // stworz bufor zapisu do pliku\n FileWriter fileWriter = new FileWriter(file);\n for(int i = 0; i < identificationNumbers.length; i++) {\n for(int j = 0; j < identificationNumbers[i].length; j++)\n fileWriter.write(Integer.toString(identificationNumbers[i][j]));\n\t\t\t fileWriter.write(\"\\n\");\n }\n\t\t\tfileWriter.flush();\n\t\t\tfileWriter.close();\n } catch(Exception e) {\n e.printStackTrace();\n }\n }", "public void writeKeyData(File f) throws IOException;", "public void writeFile()\n\t{\n\t\t//Printwriter object\n\t\tPrintWriter writer = FileUtils.openToWrite(\"TobaccoUse.txt\");\n\t\twriter.print(\"Year, State, Abbreviation, Percentage of Tobacco Use\\n\");\n\t\tfor(int i = 0; i < tobacco.size(); i++)\n\t\t{\n\t\t\tStateTobacco state = tobacco.get(i);\n\t\t\tString name = state.getState();\n\t\t\tString abbr = state.getAbbreviation();\n\t\t\tdouble percent = state.getPercentUse();\n\t\t\tint year = state.getYear();\n\t\t\twriter.print(\"\"+ year + \", \" + name + \", \" + abbr + \", \" + percent + \"\\n\");\n\t\t} \n\t\twriter.close(); //closes printwriter object\n\t}", "public void writeObject(RandomAccessFile arq) throws IOException{\n byte[] dados = this.getByteArray();\n arq.writeChar(' ');\n arq.writeShort(dados.length);\n arq.write(dados);\n }", "public static void writeData(String data, String path) throws IOException {\n try {\n Files.write(data, new File(path), Charsets.UTF_8);\n } catch (IOException ex) {\n LoggerFactory.getLogger(Resources.class).error(\"Unable to write file to \" + path + \".\", ex);\n throw ex;\n }\n }", "void writeToFile() throws IOException{\n\t\tString fileName = f.getTitle() + \".txt\";\n\t\tfileWrite = new BufferedWriter( new FileWriter(fileName));\n\t\tfileWrite.write(history);\n\t\tSystem.out.println(fileName + \" File Writing Successful!!\");\n\t\tSystem.out.println(\"Data in file :\\n\" + history);\n\t\tfileWrite.flush();\n\t\tFile file = new File(fileName);\n\t\tjava.awt.Desktop.getDesktop().open(file);\n\n\t}", "public abstract void write(DataOutput out) throws IOException;", "private void updateDatFile() {\n\t\tIOService<?> ioManager = new IOService<Entity>();\n\t\ttry {\n\t\t\tioManager.writeToFile(FileDataWrapper.productMap.values(), new Product());\n\t\t\tioManager = null;\n\t\t} catch (Exception ex) {\n\t\t\tDisplayUtil.displayValidationError(buttonPanel, StoreConstants.ERROR + \" saving new product\");\n\t\t\tioManager = null;\n\t\t}\n\t}", "public static boolean writeData(File actualFile, Vector<MyData> data) {\n\t\ttry {\n\t\t\tObjectOutputStream out = new ObjectOutputStream(new BufferedOutputStream(new FileOutputStream(actualFile)));\n\t\t\tout.writeObject(data);\n\t\t\tout.close();\n\t\t\treturn true;\n\t\t}\n\t\tcatch (IOException e) {\n\t\t\treturn false;\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn false;\n\t}" ]
[ "0.77593255", "0.74043745", "0.73595726", "0.7347997", "0.7287272", "0.7187234", "0.71302694", "0.70641035", "0.7038429", "0.70052004", "0.6986823", "0.68636703", "0.6851339", "0.6849876", "0.68242586", "0.68052864", "0.68015635", "0.67937577", "0.6761309", "0.6705213", "0.6700447", "0.66991305", "0.6697392", "0.6692938", "0.668936", "0.66789", "0.6675718", "0.66634095", "0.66433114", "0.6636441", "0.66005504", "0.65846163", "0.6581148", "0.6572167", "0.65454566", "0.65437293", "0.65098053", "0.65041786", "0.64861643", "0.64849776", "0.6478806", "0.6467854", "0.6467849", "0.64641345", "0.64480954", "0.6442231", "0.6422326", "0.6421593", "0.6415557", "0.64133567", "0.6411874", "0.64052737", "0.6401938", "0.6400576", "0.6396803", "0.63955414", "0.6390455", "0.63787895", "0.63769066", "0.63760036", "0.63697034", "0.635956", "0.63499486", "0.6342905", "0.63326305", "0.6332579", "0.63227993", "0.6310702", "0.63088226", "0.6306709", "0.6303299", "0.63028276", "0.6292576", "0.6284595", "0.6271902", "0.6266606", "0.6264868", "0.62643266", "0.62538093", "0.62481844", "0.6244898", "0.62425804", "0.6220306", "0.6206631", "0.6203343", "0.62032413", "0.6191451", "0.6182513", "0.6179715", "0.6167476", "0.61485684", "0.61447227", "0.6143556", "0.6143492", "0.61422616", "0.6140276", "0.61396587", "0.6135817", "0.61299765", "0.61293733", "0.61277544" ]
0.0
-1
This method is used to load parser.
private static void loadParser() { if(parser_ == null) parser_ = ConfigIOFactory.getInstance("json"); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void initParser() {;\r\n lp = DependencyParser.loadFromModelFile(\"edu/stanford/nlp/models/parser/nndep/english_SD.gz\");\r\n tokenizerFactory = PTBTokenizer\r\n .factory(new CoreLabelTokenFactory(), \"\");\r\n }", "private Parser () { }", "public Parser() {}", "CParser getParser();", "public Parser() {\n\t\tpopulateMaps();\n\t}", "protected Parser getParser() throws TemplateException {\n try {\n return (Parser) _broker.getValue(\"parser\",\"wm\"); \n } catch (Exception e) {\n Engine.log.exception(e);\n throw new TemplateException(\"Could not load parser type \\\"\" + \n _parserName + \"\\\": \" + e);\n }\n }", "protected Parser getParser() {\n\t\treturn myParser;\n\t}", "public void load() {\n ClassLoader loader;\n Class c;\n Mapper result;\n Method m;\n Object[] tables;\n\n if (isLoaded()) {\n return;\n }\n loader = Mapper.class.getClassLoader();\n try {\n c = loader.loadClass(name);\n } catch (ClassNotFoundException e) {\n throw new IllegalStateException(e.toString());\n }\n try {\n m = c.getMethod(\"load\", new Class[]{});\n } catch (NoSuchMethodException e) {\n throw new IllegalStateException(e.toString());\n }\n try {\n tables = (Object[]) m.invoke(null, new Object[] {});\n } catch (InvocationTargetException e) {\n throw new IllegalStateException(e.getTargetException().toString());\n } catch (IllegalAccessException e) {\n throw new IllegalStateException(e.toString());\n }\n parser = (Parser) tables[0];\n oag = (Oag) tables[1];\n }", "@Before\n\tpublic void initParser() {\n\t\tXMLTagParser.init(file);\n\t}", "@Override\n\t\t\t\tpublic boolean hasParser() {\n\t\t\t\t\treturn true;\n\t\t\t\t}", "public Parser(String parserFilename, String dataFilename)\n/* */ {\n/* 57 */ initComponents();\n/* */ \n/* 59 */ this.parserPanel = new ParserPanel();\n/* 60 */ getContentPane().add(\"Center\", this.parserPanel);\n/* 61 */ if (parserFilename != null) {\n/* 62 */ this.parserPanel.loadParser(parserFilename);\n/* */ }\n/* 64 */ if (dataFilename != null) {\n/* 65 */ this.parserPanel.loadFile(dataFilename);\n/* */ }\n/* 67 */ pack();\n/* */ }", "void setParser(CParser parser);", "public void parse() {\n }", "public parser(Scanner s) {super(s);}", "public interface Parser {\n\n}", "public interface IParser {\n\n /**\n * Coco/R generated function. It is used to inform parser about semantic errors.\n */\n void SemErr(String str);\n\n /**\n * Coco/R generated function for parsing input. The signature was changes in parsers' frame files so that it\n * receives source argument.\n *\n * @param source source to be parsed\n */\n void Parse(Source source);\n\n /**\n * Resets the parser but not the {@link NodeFactory} instance it holds. This way it can be used multiple times with\n * storing current state (mainly identifiers table). This is useful for parsing unit files before parsing the actual\n * source.\n */\n void reset();\n\n /**\n * Returns whether there were any errors throughout the parsing of the last source.\n */\n boolean hadErrors();\n\n /**\n * Sets support for extended goto. If this option is turned on, the parser will generate {@link cz.cuni.mff.d3s.trupple.language.nodes.statement.ExtendedBlockNode}s\n * instead of {@link cz.cuni.mff.d3s.trupple.language.nodes.statement.BlockNode}s.\n */\n void setExtendedGoto(boolean extendedGoto);\n\n /**\n * Returns true if the support for Turbo Pascal extensions is turned on.\n */\n boolean isUsingTPExtension();\n\n /**\n * Reutnrs the root node of the last parsed source.\n */\n RootNode getRootNode();\n\n}", "public void setupParser(InputStream is) {\r\n inputSource = new InputSource(is);\r\n }", "public Parser()\n {\n //nothing to do\n }", "public static PackerFileParser get() {\r\n\t\tif(parser==null) {\r\n\t\t\tIterator<PackerFileParser> packerFileParseIterator = \r\n\t\t\t\t\tServiceLoader.load(PackerFileParser.class).iterator();\r\n\t\t\t\r\n\t\t\tif(packerFileParseIterator.hasNext()) {\r\n\t\t\t\tparser = packerFileParseIterator.next();\r\n\t\t\t} else {\r\n\t\t\t\tparser = new PackerFileParserImpl();\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\treturn parser;\r\n\t}", "public ResolveByExtension() {\n this.parsers = new HashMap<>();\n }", "void load ()\n {\n String name = this.getName();\n try\n {\n\tObject value = Class.forName (className).newInstance ();\n if (value instanceof Syntax)\n\t {\n\t loaded = (Syntax) value;\t\n\t if (name != null && loaded.getName() == null)\n\t loaded.setName(name);\n\t }\n\telse\n\t throw_error (\"failed to autoload valid syntax object \");\n }\n catch (ClassNotFoundException ex)\n {\tthrow_error (\"failed to find class \"); }\n catch (InstantiationException ex)\n { throw_error (\"failed to instantiate class \"); }\n catch (IllegalAccessException ex)\n { throw_error (\"illegal access in class \"); }\n catch (UnboundLocationException e)\n { throw_error (\"missing symbol '\" + e.getMessage () + \"' \"); }\n catch (WrongArguments ex)\n { throw_error (\"type error\"); }\n }", "public GosuParser getParser()\n {\n return _parser;\n }", "private void parse() {\n if (workingDirectory != null) {\n Parser.initConstants(this, workingDirectory, remainderFile);\n Parser.parseIt();\n workingDirectory = null;\n remainderFile = null;\n jbParse.setEnabled(false);\n }\n }", "private Parser() {\n objetos = new ListaEnlazada();\n }", "public Parser(URL url) {\n \t\t\ttry {\n \t\t\t\tload(url.openStream());\n \t\t\t} catch (Exception e) {\n \t\t\t\t// continue ... actual parsing will report errors\n \t\t\t}\n \t\t}", "@Before\n public void buildParser() throws Exception {\n parser = new com.putable.siteriter.msmith19.SDLParserImpl();\n }", "@Before public void initParser() {\n\t\tparser = new CliParserImpl(\"-\", \"--\");\n\t}", "@Override\n public Class<? extends FileParser> resolveFileParser(Path file) {\n // getting file extension\n String filename = file.getFileName().toString();\n String[] filenameParts = filename.split(\"\\\\.\");\n String extension = filenameParts[filenameParts.length - 1];\n\n // get the class of the file parser\n return parsers.get(extension);\n }", "public StringParser getStringParser();", "public static void load() {\n }", "public void init() {\r\n\t\ttry {\r\n\t\t\tSAXParserFactory factory = SAXParserFactory.newInstance();\r\n\t\t\t//factory.setValidating(true);\r\n\t\t\t//factory.setFeature(\r\n\t\t\t//\t\t\"http://apache.org/xml/features/validation/schema\", true);\r\n\t\t\tfactory.setNamespaceAware(true);\r\n\t\t\t_parser = factory.newSAXParser();\r\n\t\t} catch (Exception e) {\r\n\t\t\tlog.error(e.getMessage());\r\n\t\t\te.printStackTrace();\r\n\t\t\tLoggerUtilsServlet.logErrors(e);\r\n\t\t}\r\n\t}", "public EPPSchemaCachingParser() {\n\t\ttry {\n\t\t\tinit();\n\t\t}\n\t\t catch (EPPParserException e) {\n\t\t\tcat.error(\"Couldn't instantiate parser instance\", e);\n\t\t}\n\t}", "public interface Parser {\n\t\n\t/**\n\t * A method to parse the file\n\t * @param file the file\n\t * @return the content\n\t */\n\tpublic String parse(File file);\n\t\n}", "public void initParser(String file) {\n if (checkFileExists(file)) {\n parseXml(file);\n }\n }", "Parse createParse();", "private Parser[] getParsers() {\n return new Parser[]{new OpenDocumentParser()};\n }", "public void parse()\n throws ClassNotFoundException, IllegalAccessException,\n\t InstantiationException, IOException, SAXException,\n\t ParserConfigurationException\n {\n\tSAXParser saxParser = SAXParserFactory.newInstance().newSAXParser();\n\txmlReader = saxParser.getXMLReader();\n\txmlReader.setContentHandler(this);\n\txmlReader.setEntityResolver(this);\n\txmlReader.setErrorHandler(this);\n\txmlReader.setDTDHandler(this);\n\txmlReader.parse(xmlSource);\n\t}", "public static Parser getInstance() {\n return instance;\n }", "public OnionooParser() {\n\n\t}", "public Parser()\n{\n //nothing to do\n}", "public static DirectoryParser getParser() {\n return DirectoryParser.INSTANCE;\n }", "void parse();", "public AParser(String RootPath) {\n\t\tthis.mngr = new AFileManager(RootPath, true);\n\t\tthis.parrsedArray = new ArrayList<String>();\n\t}", "private void load() {\n if (loaded) {\n return;\n }\n loaded = true;\n\n if(useDefault){\n ConfigFileLoader.setSource(\n new MhttpdBaseConfigurationSource(\n Bootstrap.getMhttpdBaseFile(), \"server-embed.xml\"));\n }else {\n ConfigFileLoader.setSource(\n new MhttpdBaseConfigurationSource(\n Bootstrap.getMhttpdBaseFile(), getConfigFile()));\n }\n Digester digester = createStartDigester();\n try (ConfigurationSource.Resource resource = ConfigFileLoader.getSource().getServerXml()) {\n InputStream inputStream = resource.getInputStream();\n InputSource inputSource = new InputSource(resource.getUri().toURL().toString());\n inputSource.setByteStream(inputStream);\n digester.push(this);\n digester.parse(inputSource);\n } catch (Exception e) {\n return;\n }\n\n }", "@Override\n\tpublic void parse() throws IOException {\n\t}", "private GraphParser(){ \n\t}", "@Override\n public void load() throws IOException, ClassNotFoundException {\n \n }", "private Parser makeParser(String input) throws LexicalException {\r\n\t\tshow(input); //Display the input \r\n\t\tScanner scanner = new Scanner(input).scan(); //Create a Scanner and initialize it\r\n\t\tshow(scanner); //Display the Scanner\r\n\t\tParser parser = new Parser(scanner);\r\n\t\treturn parser;\r\n\t}", "public abstract ArgumentParser makeParser();", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "public parser(java_cup.runtime.Scanner s) {super(s);}", "private ParseInterface getParser(String sid) {\n if (parseMap.containsKey(sid)) {\n return parseMap.get(sid);\n } else {\n Log.d(TAG, \"Could not instantiate \" + sid + \"parser\");\n }\n return null;\n }", "public boolean isLoaded() {\n return parser != null;\n }", "public static void setParser(PackerFileParser newParser) {\r\n\t\tparser = newParser;\r\n\t}", "private TwigcsResultParser getParser() {\n\t\tif (parser == null) {\n\t\t\tparser = new TwigcsResultParser();\n\t\t}\n\t\treturn parser;\n\t}", "private void init() throws EPPParserException {\n\t\tcat.debug(\"init() enter\");\n\n\t\tcat.info(\"Creating parser instance with symbol table size: \"\n\t\t\t\t + symbolTableSize);\n\n\t\t// Explicitly providing an XMLConfiguration here\n\t\t// prevents Xerces from going out and looking up\n\t\t// the default parser configuration from the System properties\n\t\t// If the symbol table size is 0 then don't create a symbol table. Just\n\t\t// use the default constructor for the XMLConfiguration. The default from\n\t\t// the XMLConfiguration will be used\n\t\tif (symbolTableSize == 0) {\n\t\t\t/**\n\t\t\t * @todo change the configuration that's instantiated to be\n\t\t\t * \t\t configurable\n\t\t\t */\n\t\t\tparserImpl = new DOMParser(new XMLGrammarCachingConfiguration());\n\t\t}\n\t\telse {\n\t\t\tSymbolTable symbolTable = new SymbolTable(symbolTableSize);\n\n\t\t\t/**\n\t\t\t * @todo change the configuration that's instantiated to be\n\t\t\t * \t\t configurable\n\t\t\t */\n\t\t\tparserImpl = new DOMParser(new XML11Configuration(symbolTable));\n\t\t}\n\n\t\t// Register this instance with the entity resolver\n\t\tEPPSchemaCachingEntityResolver resolver =\n\t\t\tnew EPPSchemaCachingEntityResolver(this);\n\n\t\tparserImpl.setEntityResolver(resolver);\n\n\t\t// setup the default behavior for this parser\n\t\tcat.debug(\"Setting default parser features. Namespaces and Schema validation are on\");\n\n\t\ttry {\n\n if (EPPEnv.getValidating()) {\n parserImpl.setFeature(VALIDATION_FEATURE_ID, true);\n parserImpl.setFeature(SCHEMA_VALIDATION_FEATURE_ID, true);\n }\n\n if (EPPEnv.getFullSchemaChecking()) {\n parserImpl.setFeature(SCHEMA_FULL_CHECKING_FEATURE_ID, true);\n }\n\n // set other properties of the parser -\n parserImpl.setFeature(LOAD_EXTERNAL_DTD, false);\n parserImpl.setFeature(LOAD_DTD_GRAMMAR, false);\n parserImpl.setFeature(CREATE_ENTITY_REF_NODES, false);\n parserImpl.setFeature(INCLUDE_IGNORABLE_WHITE_SPACE, false);\n parserImpl.setFeature(EXTERNAL_GENERAL_ENTITIES, false);\n parserImpl.setFeature(EXTERNAL_PARAMETER_ENTITIES, false);\n\n\t\t\tparserImpl.setFeature(NAMESPACES_FEATURE_ID, true);\n \t\tparserImpl.setFeature(DEFER_NODE_EXPANSION, false);\n\t\t}\n catch (SAXException e) {\n\t\t\tcat.error(\"setting features of parserImpl failed\", e);\n\t\t\tthrow new EPPParserException(e);\n\t\t}\n \n // Pre-load the XML schemas based on the registerd EPPMapFactory \n // and EPPExtFactory instances.\n Set theSchemas = EPPFactory.getInstance().getXmlSchemas();\n Iterator theSchemasIter = theSchemas.iterator();\n while (theSchemasIter.hasNext()) {\n \tString theSchemaName = (String) theSchemasIter.next();\n \t\n \tcat.debug(\"init(): Pre-loading XML schema \\\"\" + theSchemaName + \"\\\"\");\n \t\n \t\t// lookup the file name in this classes's classpath under \"schemas\"\n \t\tInputStream theSchemaStream =\n \t\t\tgetClass().getClassLoader().getResourceAsStream(\"schemas/\"\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t+ theSchemaName);\n\n \t\n \tthis.addSchemaToCache(new XMLInputSource(theSchemaName, theSchemaName, theSchemaName, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttheSchemaStream, null));\n }\n \n \n\t\tcat.debug(\"init() exit\");\n\t}", "public void load() {\n }", "void initBeforeParsing() {\r\n }", "public static XML.ObjectLoader getLoader() {\n return new Loader();\n }", "public void parse(String filename);", "private static void load(){\n }", "public DOMParser() { ; }", "public StringParser() {\n this(ParserOptions.DEFAULT);\n }", "public CommandParser(){\n setLanguage(\"ENGLISH\");\n commandTranslations = getPatterns(new String[] {TRANSLATION});\n commands = new ArrayList<>();\n addErrors();\n }", "public void setEditorParser( GosuParser parser )\n {\n _parser = parser;\n }", "abstract protected Parser createSACParser();", "public void parse(Lexer lex);", "public void load() throws ClassNotFoundException, IOException;", "@Override\n public void load() {\n }", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public Parser(java_cup.runtime.Scanner s) {super(s);}", "public abstract void parse() throws IOException;", "public synchronized void init() throws IOException\n {\n parserIn = new PipedOutputStream();\n PipedInputStream in = new PipedInputStream();\n parserIn.connect( in );\n antlrSchemaConverterLexer lexer = new antlrSchemaConverterLexer( in );\n parser = new antlrSchemaConverterParser( lexer );\n }", "public interface Parser<T> {\n\t\n\t/**\n\t * Il metodo che deve essere completato per poter analizzare la stringa\n\t * @param value la stringa da analizzare\n\t * @return il tipo di dato voluto\n\t */\n\tpublic T parse(String value);\n\t\n}", "protected StreamParser()\n {\n }", "public OrotParser() {\n createPackagesJson();\n }", "@Test\n void testParser() {\n VmParsingHelper.DEFAULT.parse(VM_SRC);\n }", "public OptionParser getParser() {\n\t\treturn parser;\n\t}", "private void init(){\r\n\t\t// already checked that this is a valid file and reader\r\n\t\ttokenizer = new StreamTokenizer(reader);\r\n\t\ttokenizer.slashSlashComments(true);\r\n\t\ttokenizer.slashStarComments(true);\r\n\t\ttokenizer.wordChars('_', '_');\r\n\t\ttokenizer.wordChars('.', '.');\r\n\t\ttokenizer.ordinaryChar('/');\r\n\t\ttokenizer.ordinaryChar('-');\r\n\t\tfillKeywords();\r\n\t\t//tokenChoose = new TokenChooser();\r\n\t}", "@SuppressWarnings(\"unchecked\")\n\tprivate StaticBasicParserPool getParserPool() {\n\t\ttry {\n\t\t\tStaticBasicParserPool parserPool = new StaticBasicParserPool();\n\t\t\tparserPool.setBuilderFeatures(Collections.singletonMap(\"http://apache.org/xml/features/dom/defer-node-expansion\", false));\n\t\t\tparserPool.initialize();\n\t\t\treturn parserPool;\n\t\t} catch (XMLParserException e) {\n\t\t\tthrow new RuntimeException(\"Error while initilizing parse pool\", e);\n\t\t}\n\t}", "public OptionParser() {\n\n\t}", "@Bean(initMethod = \"initialize\")\n public StaticBasicParserPool parserPool() {\n return new StaticBasicParserPool();\n }", "public ModemPMParser()\n\t{\n\t\tsuper();\n\t}", "public void parse(String fileName) throws Exception;", "private SAXParser getSAXParser() {\n\t SAXParserFactory saxParserFactory = SAXParserFactory.newInstance();\n\t if (saxParserFactory == null) {\n\t return null;\n\t }\n\t SAXParser saxParser = null;\n\t try {\n\t saxParser = saxParserFactory.newSAXParser();\n\t } catch (Exception e) {\n\t }\n\t return saxParser;\n\t }", "void Parse(Source source);", "public CommandManager(String path) {\n\n myParser = new TextParser(path);\n myTracker = new VariableTracker();\n preloadCommands();\n\n }", "public ArticParser(String pathToXML) throws OmniPageParsingException, IOException {\n super(pathToXML);\n setPageSettings();\n }", "public void open(){\n\t\ttry {\n\t\t\tdocFactory = DocumentBuilderFactory.newInstance();\n\t\t\tdocBuilder = docFactory.newDocumentBuilder();\n\t\t\tdoc = docBuilder.parse(ManipXML.class.getResourceAsStream(path));\n\t\t\t\n\t\t} catch (ParserConfigurationException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (SAXException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "@Override\r\n\tprotected void load() {\n\t\t\r\n\t}" ]
[ "0.690513", "0.68508226", "0.68303776", "0.6741229", "0.67371833", "0.66854835", "0.6627771", "0.64917874", "0.630544", "0.6296009", "0.6251412", "0.6203552", "0.61736554", "0.61385614", "0.6093905", "0.6093772", "0.60768783", "0.6043454", "0.6030305", "0.60219073", "0.6013649", "0.5994863", "0.59699756", "0.59337294", "0.5931702", "0.5914054", "0.59094065", "0.58988345", "0.5886279", "0.58538514", "0.583437", "0.5832491", "0.58287185", "0.58262616", "0.5813951", "0.58061916", "0.5793094", "0.5787244", "0.5776137", "0.57638246", "0.5757351", "0.57560635", "0.57320595", "0.5731306", "0.5730694", "0.5713504", "0.5705663", "0.5704948", "0.5702348", "0.5688266", "0.5688266", "0.5688266", "0.5688266", "0.5688266", "0.5688266", "0.5688266", "0.5688266", "0.56826943", "0.56724125", "0.5633954", "0.5633573", "0.5626209", "0.56230325", "0.5615417", "0.56000495", "0.5592764", "0.5585015", "0.5578413", "0.55743843", "0.5563303", "0.5562949", "0.55610293", "0.55571955", "0.55526847", "0.55517614", "0.55491936", "0.55491936", "0.55491936", "0.55491936", "0.55491936", "0.55491936", "0.55482167", "0.5547771", "0.554567", "0.55445904", "0.55300295", "0.55272746", "0.552566", "0.5517112", "0.55163515", "0.5501275", "0.5498434", "0.5497932", "0.5495052", "0.5489028", "0.54808486", "0.5478723", "0.5476208", "0.54743594", "0.54724246" ]
0.7844189
0
Initialize number of ways to express x as nth powers of different natural numbers
private int calc(int x, int n, int i, int sum) { int ways = 0; // Calling power of 'i' raised to 'n' int p = (int) Math.pow(i, n); while (p + sum < x) { // Recursively check all greater values of i ways += calc(x, n, i + 1, p + sum); i++; p = (int) Math.pow(i, n); } // If sum of powers is equal to x // then increase the value of result. if (p + sum == x) ways++; // Return the final result return ways; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int pow (int x, int n) {\n\tif (n == 0)\n\t\treturn 1;\n\tif (n == 1)\n\t\treturn x;\n\tint t = pow (x, n/2);\n\tt *= t;\n\tif (n % 2 == 1)\n\t\tt *= x;\n\treturn t;\n}", "private int nextPowerOf2(int n)\n {\n if (n > 0 && (n & (n - 1)) == 0)\n return n;\n \n int count = 0;\n for (;n != 0; n = n >> 1)\n count += 1;\n \n return 1 << count;\n }", "public static int recursivePowers(int x, int n) {\n\t\t// base case\n\t\tif (n == 0) {\n\t\t\treturn 1;\n\t\t}\n\t\t\n\t\t// recursive case\n\t\treturn x * recursivePowers(x, n-1);\n\t}", "private static BigInteger[][] power(BigInteger[][] base, long n)\n {\n if (n == 0 || n == 1) return atom;\n \n BigInteger fib[][] = power(base, n/2);\n fib = Fibonacci.multiply(fib, fib);\n if (n%2 == 1) fib = Fibonacci.multiply(fib, base);\n \n return fib;\n }", "static int gen(int n)\n{ \n int []S = new int [n + 1];\n \n S[0] = 0;\n if(n != 0)\n S[1] = 1;\n \n for (int i = 2; i <= n; i++)\n { \n \n // S(2 * n) = 4 * S(n)\n if (i % 2 == 0)\n S[i] = 4 * S[i / 2];\n \n // S(2 * n + 1) = 4 * S(n) + 1\n else\n S[i] = 4 * S[i/2] + 1;\n }\n \n return S[n];\n}", "public double myPow(double x, int n) {\n if (n == 0) {\n \treturn 1;\n }\n if (n == 1) {\n \treturn x;\n }\n if (n == -1) {\n \treturn 1 / x;\n }\n double num = myPow(x, n / 2);\n return num * num * myPow(x, n % 2);\n }", "public double myPowIter(double x, int n) {\n\t\tif (n == 0)\n\t\t\treturn 1;\n\n\t\tif (n < 0) {\n\t\t\tn = -n;\n\t\t\tx = 1 / x;\n\t\t}\n\t\tdouble ans = 1;\n\t\twhile (n > 0) {\n\t\t\tif ((n & 1) == 1)\n\t\t\t\tans *= x;\n\t\t\tx *= x;\n\t\t\tn >>= 1;\n\t\t}\n\t\treturn ans;\n\t}", "private static int fact(int n) {\n\t\tint prod = 1;\n\t\tfor (int i = 1; i <= n; prod *= i++)\n\t\t\t;\n\t\treturn prod;\n\t}", "public Solver() {\n\t\t// TODO: Initialize the powersOf2 array with the first 16 powers of 2.\n\t}", "void init(int n);", "void init(int n);", "public static int nextPowerOfTwo(int x) {\n if (x == 0) return 1;\n x--;\n x |= x >> 1;\n x |= x >> 2;\n x |= x >> 4;\n x |= x >> 8;\n return (x | x >> 16) + 1;\n }", "void pow(int n){\n\t\tif(n > 1){\n\t\t\tpow(n/2); //Calling pow recursively\n\t\t\tM = MatrixMultiply(M,M); //Climbing up by squares\n\t\t}\n\t\t\n\t\tif(n % 2 == 1){//n is odd\n\t\t\tM = MatrixMultiply(M,unitMatrix); //If n is odd than one unit matrix is missed so we are multiplying\n\t\t}\n\t}", "public double myPow(double x, int n) {\n // write your code here\n boolean neg = false;\n if (n < 0) {\n x = 1 / x;\n n = - (n + 1);\n neg = true;\n }\n\n double ans = 1, base = x;\n while (n > 0) {\n if (n % 2 == 1) {\n ans *= base;\n }\n base *= base;\n n /= 2;\n }\n\n if (neg) ans *= x;\n return ans;\n }", "public static long nextPowerOfTwo(long x) {\n if (x == 0) return 1;\n x--;\n x |= x >> 1;\n x |= x >> 2;\n x |= x >> 4;\n x |= x >> 8;\n x |= x >> 16;\n return (x | x >> 32) + 1;\n }", "static void power(BigInteger F[][], int n) \n\t { \n\t if( n == 0 || n == 1) \n\t return; \n\t \t \n\t power(F, n/2); \n\t multiply(F, F); \n\t \n\t if (n%2 != 0) \n\t multiply(F, M); \n\t }", "public static List<Integer> solution(int n) {\n List<Integer> result = new ArrayList<Integer>();\n for (int i = 0; i < (1 << n); i++) {\n result.add(i ^ (i >> 1));\n }\n return result;\n }", "private static int setBits(int n) {\r\n int highestBitValue = 1;\r\n int c = 0;\r\n\r\n while (highestBitValue < n) {\r\n highestBitValue = highestBitValue * 2;\r\n }\r\n\r\n \r\n int currentBitValue = highestBitValue;\r\n while (currentBitValue > 0) {\r\n if (currentBitValue <= n) {\r\n\r\n n -= currentBitValue;\r\n c++;\r\n }\r\n currentBitValue = currentBitValue / 2;\r\n }\r\n\r\n return c;\r\n }", "public static void Perfectpower(int n) {\n\t\tlong valuecheck = 0;\n\t\t\n\t\tPriorityQueue<PerfectNumber> pq = new PriorityQueue<>(new Comparator<PerfectNumber>() {\n\t\t\t@Override\n\t\t\tpublic int compare(PerfectNumber o1, PerfectNumber o2) {\n\t\t\t\treturn (int) (o1.value - o2.value);\n\t\t\t}\n\t\t});\n\n\t\t//base condition\n\t\tpq.add(new PerfectNumber(2, 2));\n\t\t\n\t\twhile (!pq.isEmpty()) {\n\t\t\t\n\t\t\tPerfectNumber z = pq.remove();\n\t\t\t\n\t\t\t//return when a^b >n \n\t\t\tif(Math.pow(z.a, z.b)>n){\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\n\t\t\t//to avoid duplicacy\n\t\t\tif(valuecheck!=z.value){\n\t\t\t\tresult.add(z.value);\n\t\t\t\tvaluecheck = z.value;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t// add next elements in priorrity queue\n\t\t\tif (z.a == 2) {\n\t\t\t\tpq.add(new PerfectNumber(2, z.b + 1));\n\t\t\t\tpq.add(new PerfectNumber(3, z.b));\n\n\t\t\t} else {\n\t\t\t\tpq.add(new PerfectNumber(z.a + 1, z.b));\n\t\t\t} \n\t\t}\n\n\t}", "public int nthUglyNumber(int n) {\n TreeSet<Long> set = new TreeSet<>();\n set.add(1L);\n long current = 1;\n for(int i = 0; i < n; i++){\n current = set.pollFirst();\n set.add(current*2);\n set.add(current*3);\n set.add(current*5);\n }\n return (int)current;\n }", "public static int next(int n)\n { \n int x = 0;\n if(n%2 == 0)\n {\n return n/2;\n }\n else\n {\n return (3*n)+1;\n }\n }", "public int power3(int n) {\n if (n==0)\n return 1;\n else {\n int p = power3(n/2);\n p *= p;\n System.out.println(\"#\");\n\n if (n % 2 == 1) {\n p *= 3;\n System.out.println(\"#\");\n }\n\n return p;\n }\n }", "public double pow(double x, int n) {\n if (n == Integer.MIN_VALUE) {\n return 0.0; // Cannot use -n to make it positive, so n%2 is -1 at first, then the result is 1. \n }\n \n if (n < 0) {\n return 1 / powHelper(x, -n); \n } else {\n return powHelper(x, n); \n }\n }", "public static double pow(double x, int n) {\n\t\treturn powLong(x,n);\n }", "public void generatePowerSets(List<Integer> input) {\n\t\t// validation. 2 power n should be in integer range .\n\t\tif (input.size() >= 31) {\n\t\t\treturn;\n\t\t}\n\t\tInteger maxLimit = 1 << input.size();\n\n\t\tList<Integer> result = new ArrayList<>();\n\t\tint index = 0;\n\t\tint count = 0;\n\t\tfor (int i = 0; i < maxLimit; i++) {\n\t\t\tint j = i;\n\t\t\tresult = new ArrayList<>();\n\t\t\twhile (j > 0) {\n\t\t\t\tindex = getBit(j & ~(j - 1));\n\t\t\t\tj = j & j - 1;\n\t\t\t\tresult.add(input.get(index - 1));\n\t\t\t}\n\t\t\t// print arraylist and get it ready for gc.\n\t\t\tSystem.out.print(count++ + \": \");\n\t\t\tfor (int x : result) {\n\t\t\t\tSystem.out.print(x + \",\");\n\t\t\t}\n\t\t\tSystem.out.println(\"\");\n\t\t\tresult = null;\n\t\t}\n\n\t}", "private Binomial(int n) {\n N = n;\n }", "public static double power(double a, int n) {\n\t double result=1;\n\t for(int i=0;i<n;i++) {\n\t result=result*a;\n\t }\n\t return result;\n\t }", "private static int numWays(int N, ArrayList<Integer> x) {\n /* Base Cases */\n if (N == 0) {\n return 1;\n }\n int count = 0;\n\n for (int num : x) {\n if (N - num >= 0) {\n count += numWays(N-num, x);\n }\n }\n\n return count;\n }", "public static Set<Set<Object>> createPowerset(int n) {\n Set<Set<Object>> power_set = new HashSet<Set<Object>>(); //power set\n List<Object> set_list = new ArrayList<Object>(); //set\n \n double power_set_size;\n int mask;\n \n //determine the size of a power set\n power_set_size = Math.pow(2, n);\n \n //create a list containing all numbers from 1 to n\n for (int i = 0; i < n; i++) {\n set_list.add(i+1);\n }\n \n //create a powerset based on the set\n for(int i = 0; i < power_set_size; i++){\n \n Set<Object> subset = new HashSet<Object>();\n mask = 1;\n \n for(int j = 0; j < n; j++){\n \n if((mask & i) != 0){\n subset.add(set_list.get(j));\n }\n mask = mask << 1;\n }\n power_set.add(subset);\n }\n return power_set;\n }", "public static double mathConst(double x, int n){\n double result = 0;\n double item;\n double nominator = 1;\n for(int i = 0; i <= n; i++){\n if(i == 0){\n nominator = 1;\n }else {\n nominator = nominator * x;\n }\n item = nominator / factorial(i);\n result = result + item;\n }\n return result;\n }", "public static double power1(double x, int n) {\n if (n == 0)\n return 1;\n else\n return x * power1(x, n - 1);\n }", "public static void main(String[] args) {\n\t\t\n\t\tint n = 10;\n\t\tint[] lookUp = new int[n+1];\n\t\tArrays.fill(lookUp, 0);\n\t\tSystem.out.println(numberOfWaysRecursive(n));\n\t\tSystem.out.println(numberOfWaysDynamic(n,lookUp));\n\n\t}", "double rpow(int x, int n) {\r\n\t\tif (n == 0)\r\n\t\t\treturn 1.0;\r\n\t\treturn x * rpow(x, n - 1);\r\n\t}", "public int incrementPower(int count);", "private int factorialUsingStreams(int n) {\r\n return IntStream.rangeClosed(1, n).reduce(1, (int x, int y) -> x * y);\r\n }", "public double pow(double x, int n) {\n\n double result = 1.0;\n if (n == 0) {\n return result;\n }\n\n boolean neg = false;\n if (n < 0) {\n neg = true;\n n = -n;\n }\n\n while (n > 0) {\n if ((n % 2) == 1) {\n result *= x;\n }\n n = n / 2;\n x = x * x;\n }\n return neg ? 1.0 / result : result;\n }", "public static long optimalPolynomial(int x, int n)\r\n\t{\r\n\t\tlong result = 0;\r\n\t\tfor (int j = 1; j <= n; j++)\r\n\t\t{\r\n\t\t\tlong current = u(j);\r\n\r\n\t\t\t// perform the multiplications first to avoid any issues with\r\n\t\t\t// rounding.\r\n\t\t\tfor (int k = 1; k <= n; k++)\r\n\t\t\t{\r\n\t\t\t\tif (j == k)\r\n\t\t\t\t{\r\n\t\t\t\t\tcontinue;\r\n\t\t\t\t}\r\n\t\t\t\tcurrent *= (x - k);\r\n\t\t\t}\r\n\t\t\tfor (int k = 1; k <= n; k++)\r\n\t\t\t{\r\n\t\t\t\tif (j == k)\r\n\t\t\t\t{\r\n\t\t\t\t\tcontinue;\r\n\t\t\t\t}\r\n\t\t\t\tcurrent /= (j - k);\r\n\t\t\t}\r\n\t\t\tresult += current;\r\n\t\t}\r\n\r\n\t\treturn result;\r\n\t}", "static BigInteger Product(int N) { \n BigInteger f = new BigInteger(\"1\"); \n for (int i = 2; i <= N; i++) \n f = f.multiply(BigInteger.valueOf(i)); \n \treturn f; \n }", "public int numTrees(int n) {\n if(n<=1)\n return 1;\n int[] dp = new int[n+1];\n dp[0] = 1;\n dp[1] = 1;\n dp[2] = 2;\n \n for(int i=3;i<=n;i++){\n int sum = 0;\n for(int a=0;a<i;a++){\n sum+=dp[0+a]*dp[i-1-a];\n }\n dp[i] = sum;\n //if i is odd then add the i/2 dp after you multiply by 2\n }\n return dp[n];\n }", "public PermutationGenerator (int n) {\n\t\tif (n < 1 && n > 20) {\tthrow new IllegalArgumentException (\"PermutationGenerator can only accept argument n >= 1 && n <=20\"); }\n total = getFactorial(n);\n initialize(n);\n }", "private static int betterSolution(int n) {\n return n*n*n;\n }", "public static long[][] power(long F[][], long n){\n if(n == 0){\n return new long[][]{{1,1},{1,0}};\n }\n if(n == 1){\n return F;\n }\n if(n % 2 == 0){\n return power(multiply(F,F), n/2);\n }else{\n return multiply(F, power(multiply(F,F), (n-1)/2));\n }\n }", "public static void extraLongFactorials(int n) {\r\n BigInteger fact = BigInteger.valueOf(1);\r\n for (int i = 1; i <= n; i++) {\r\n fact = fact.multiply(BigInteger.valueOf(i));\r\n }\r\n System.out.println(fact);\r\n }", "public double alternatingSequence(int n)\r\n {\r\n double sum = 0;\r\n\r\n for (int i = 1; i <= n; i++)\r\n sum += Math.pow(-1, i - 1)/i;\r\n\r\n return sum;\r\n }", "private int rs(final int x) {\n assert(! leaf(x));\n return Math.min(2*x+2, n);\n }", "static BigInteger fact(int n)\n {\n BigInteger res = BigInteger.ONE;\n for (int i = 2; i <= n; i++)\n res = res.multiply(BigInteger.valueOf(i));\n return res;\n }", "static int solve(int n) \n\t{ \n\t // base case \n\t if (n < 0) \n\t return 0; \n\t if (n == 0) \n\t return 1; \n\t \n\t return solve(n-1) + solve(n-3) + solve(n-5); \n\t}", "private static int numberOfWaysDynamic(int n, int[] lookUp) {\n\t\tif(n<0)\n\t\t\treturn 0;\n\t\telse if(n==0)\n\t\t\treturn 1;\n\t\telse if(lookUp[n]>0)\n\t\t\treturn lookUp[n];\n\t\telse{\n\t\t\tlookUp[n] = numberOfWaysDynamic(n-1,lookUp)+ numberOfWaysDynamic(n-2,lookUp)+ numberOfWaysDynamic(n-3,lookUp); \n\t\t\treturn lookUp[n];\n\t\t}\n\t}", "private static BigInteger getFactorial(int n) {\n BigInteger fact = BigInteger.ONE;\n for (int i = n; i > 1; i--) {\n fact = fact.multiply(new BigInteger(Integer.toString(i)));\n }\n return fact;\n }", "private ArrayList<int[]> buildPermutations(int n) {\n mPermutations = new ArrayList();\n mPermuteArray = new int[n];\n for (int i = 0; i < n; i++)\n mPermuteArray[i] = i;\n generate(n);\n return mPermutations;\n }", "int catalanDP(int n) {\n int[] catalan = new int[n+1]; \n \n // Initialize first two values in table \n catalan[0] = catalan[1] = 1; \n\n // Fill entries in catalan[] using recursive formula \n for (int i=2; i<=n; i++) { \n catalan[i] = 0; \n for (int j=0; j<i; j++) \n catalan[i] += catalan[j] * catalan[i-j-1]; \n } \n \n // Return last entry \n return catalan[n]; \n }", "private int Sigma0(int x) {\n int a = ROTR(7, x);\n int b = ROTR(18, x);\n int c = x >>> 3;\n int ret = a ^ b ^ c;\n return ret;\n }", "public abstract int getNFactor();", "public static boolean IsPowOfN(int value, int n) {\n\t\t\n\t\tif (value == 0) return false;\n\t\t\n\t\twhile (value % n == 0) {\n\t\t\tvalue /= n;\n\t\t}\n\t\t\n\t\treturn value == 1;\n\t}", "int main(){\n int n, f = 1;\n cin>>n;\n for(int i = 1;i <= n;i++)\n f*=i;\n cout<<f;\n}", "static int findLargestPowerOf2InRange(int N){\n N = N| (N>>1);\n N = N| (N>>2);\n N = N| (N>>4);\n N = N| (N>>8);\n\n\n //as now the number is 2 * x-1, where x is required answer, so adding 1 and dividing it by\n\n return (N+1)>>1;\n }", "int catalan(int n) { \n int res = 0; \n \n // Base case \n if (n <= 1) { \n return 1; \n } \n for (int i = 0; i < n; i++) { \n res += catalan(i) * catalan(n - i - 1); \n } \n return res; \n }", "public int generalSolution(int n, Set<Integer> x) {\n\t\treturn generalSolutionRecurse(n+1, x);\n\t}", "static List<Permutation> genPermutations(int n) {\n List<Permutation> result = IntStream.rangeClosed(0, n - 2)\n .parallel()\n .mapToObj(fixed -> {\n List<Permutation> ls = new ArrayList<>();\n\n // Recall our logic about permutation configurations:\n //\n // N = fixed + l_1 + l_2 + ... + l_k\n //\n // Since we know the `fixed`, we need to generate the list\n // of l_i, we just need to generate all the list of numbers\n // that sum to N-fixed.\n List<int[]> cyclesList = numbersSumToN(n - fixed);\n\n for (int[] cycles : cyclesList) {\n Permutation p = makePermutation(n, fixed, cycles);\n ls.add(p);\n }\n return ls;\n })\n .flatMap(Collection::stream)\n .collect(Collectors.toList());\n\n // Our result would be incomplete without the identity permutation.\n result.add(new Permutation(n, new int[0], ONE));\n return result;\n }", "public int nthUglyNumber2(int n) {\n Queue<Long> choushu = new PriorityQueue<>();\n if (n == 1)\n return 1;\n choushu.offer((long) 1);\n int[] factor = {2, 3, 5};\n for (int i = 2; i <= n; i++) {\n long num = choushu.poll();\n for (int f : factor) {\n long tmp = f * num;\n if (!choushu.contains(tmp))\n choushu.offer(tmp);\n }\n System.out.println(MessageFormat.format(\"num:{0},list:{1}\", num, printQueue(choushu)));\n }\n return choushu.poll().intValue();\n }", "public static double power2(double x, int n) {\n if (n == 0)\n return 1;\n else {\n double partial = power2(x, n / 2); // rely on truncated division of n\n double result = partial * partial;\n if (n % 2 == 1) // if n odd, include extra factor of x\n result *= x;\n return result;\n }\n }", "public static void toPower(int size, int power){\nsize = 4;\npower = 2;\n\nInteger powerArray[] = new Integer[size];\nfor (int i = 0; i < size; i++){\n powerArray[i] = (int)Math.pow(i, power);\n}\nSystem.out.println(Arrays.toString(powerArray));\n }", "private double factorial(int n) {\n if (n < 0 || n > 32) {\n return -1;\n }\n return factorials[n];\n }", "private double binomeN_I(int n, int i) {\n double ni;\n double a1 = factorial(n);\n double a2 = factorial(i);\n double a3 = factorial(n - i);\n ni = a1 / (a2 * a3);\n return ni;\n }", "public static BigInteger calcuateFactorial(int x ){\n BigInteger res=new BigInteger(\"1\");\n for (int i=1;i<=x;i++){\n res=res.multiply(BigInteger.valueOf(i));\n }\n return res;\n\n }", "private int xtimes(int x){\r\n\t\tx = x << 1;\r\n\t\tif(x >= 0x100)\r\n\t\t\tx = x ^ 0x14d;\r\n\t\treturn x;\r\n\t}", "public static void main(String[] args) {\n\t\t\n\t\tSystem.out.println(\"27 is pow of 3 = \" + IsPowOfN(27, 3));\n\t\tSystem.out.println(\"1 is pow of 5 = \" + IsPowOfN(1, 5));\n\t\tSystem.out.println(\"5 is pow of 5 = \" + IsPowOfN(5, 5));\n\t\tSystem.out.println(\"625 is pow of 5 = \" + IsPowOfN(625, 5));\n\t\tSystem.out.println(\"16807 is pow of 7 = \" + IsPowOfN(16807, 7));\n\t\tSystem.out.println(\"1 is pow of 7 = \" + IsPowOfN(1, 7));\n\t\tSystem.out.println(\"0 is pow of 3 = \" + IsPowOfN(0, 3));\n\t\t\n\t\t\n\t\t\n\n\t}", "public static void main(String[] args)\n\t{\n\t\tint n = 3;\n\t\tint m = 8;\n\t\t\n\t\tint tmp = m;\n\t\t\n\t\tif( (tmp >> (n-1) & 1) == 1)\n\t\t\ttmp &=~(1 << (n-1)) ;\n\t\telse\n\t\t\ttmp |=(1 << (n-1)) ;\n\t\t\n\t\tSystem.out.println(tmp);\n\t\t\n\t\tSystem.out.println(m ^= (1<<n-1));\n\t}", "public static int FermatPT(int n) {\n\n for (int i = 2; i < (n/3); i++) {\n\n if((longPow(i,n-1,n))!=1){\n return i;\n }\n\n }\n\n\t\treturn 0;\n\t}", "public static int numTrees(int n){\n int[] dp = new int[n+1];\n dp[0] = 1;\n for (int i = 1; i <= n; i++){\n for (int j = 0; j < i; j++){\n dp[i] += dp[j] * dp[i-1-j];\n }\n }\n\n return dp[n];\n }", "public static void main(String[] args) {\n int a = 2; // starting number\n int r = 2; // Common ratio\n int n = 5; // N th term to be find\n\n int curr_term;\n for (int i = 0; i < n; i++) {\n curr_term = a * (int)Math.pow(r, i);\n System.out.print(curr_term + \" \");\n }\n\n }", "public int checkPowerOfTwo(int n) {\r\n\t\tint powerOfTwo=1;\r\n\t\tif(n==0){\r\n\t\t\tpowerOfTwo=1;\r\n\t\t}\r\n\t\telse{\r\n\t\tfor(int i=0;i<n;i++){\r\n\t\t\tpowerOfTwo =powerOfTwo*2 ;\r\n\t\t}\r\n\t\t}\r\n\t\t\r\n\t\treturn powerOfTwo;\r\n\t }", "@Override\n public Z computeNext() {\n int n = size();\n if (n <= 2) {\n return Z.valueOf(mInits[n]);\n }\n final int pow2 = Integer.highestOneBit(n);\n final int j = n - pow2;\n Z result = a(j).multiply(mFaj0).add(a(j + 1).multiply(mFaj1));\n if (j == pow2 - 1) {\n result = result.add(1);\n }\n return result;\n \n }", "public static long u(int n)\r\n\t{\r\n\t\tlong result = 0;\r\n\t\tlong current = 1;\r\n\t\tfor (int i = 0; i <= 10; i++)\r\n\t\t{\r\n\t\t\tif (i % 2 == 0)\r\n\t\t\t{\r\n\t\t\t\tresult += current;\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\tresult -= current;\r\n\t\t\t}\r\n\t\t\tcurrent *= n;\r\n\t\t}\r\n\r\n\t\treturn result;\r\n\t}", "public static List<Integer> solution2(int n) {\n List<Integer> rs=new ArrayList<Integer>();\n rs.add(0);\n for(int i=0;i<n;i++){\n int size=rs.size();\n for(int k=size-1;k>=0;k--)\n rs.add(rs.get(k) | 1<<i);\n }\n return rs;\n }", "public static void main(String[] args) {\n\n int a = 3, n = 4;\n\n int calculPutere = 1;\n\n for(int i = 0; i < n; i++){\n\n calculPutere *= a;\n }\n\n System.out.println(a+ \" la puterea \" + n + \" = \" + calculPutere);\n\n\n\n }", "public int numTrees(int n) {\n if (n==0) return 1;\n int[] dp = new int[n+1];\n dp[0] = dp[1] = 1;\n for (int i=2;i<=n;i++) {\n for (int j=1;j<=i;j++) {\n dp[i] += dp[j-1] * dp[i-j];\n }\n }\n return dp[n];\n }", "public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int n = in.nextInt();\n int lonelyNumber = 0;\n int a[] = new int[n];\n for(int a_i=0; a_i < n; a_i++){\n a[a_i] = in.nextInt();\n }\n \n for (int index = 0; index < a.length; index++) {\n lonelyNumber ^= a[index];\n }\n \n System.out.println(lonelyNumber);\n }", "public static int solve() {\n int count = 9;\n expSearch: for (int exp = 2;; exp++) {\n for (int base = 9; base >= 1; base--) {\n BigInteger bPow = BigInteger.valueOf(base).pow(exp);\n // num digits cannot be greater than exp\n int nDigits = Maths.numDigits(bPow);\n if (nDigits < exp) {\n if (base == 9) {\n break expSearch;\n } else {\n break;\n }\n } else {\n count++;\n }\n }\n }\n return count;\n }", "public static void multTable(int n) {\n\t\tfinal int NUMBER_OF_TIMES=10;\r\n\t\tfor(int i=1;i<=NUMBER_OF_TIMES;i++)\r\n\t\t{\r\n\t\t\tint t=n*i;\r\n\t\t\tSystem.out.println(n+\" * \"+i+\" = \"+t);\r\n\t\t}\r\n\t}", "int main(){\n int f =1,n,i;\n cin>>n;\n for(i=2;i<=n;i++)\n f *= i;\n cout<<f;\n return 0;\n \n}", "public static int makeChange(int n, int denom)\n {\n int next_denom = 0;\n switch(denom)\n {\n case 25: next_denom = 10; break;\n case 10: next_denom = 5; break;\n case 5:next_denom = 1; break;\n case 1:return 1;\n }\n int ways=0;\n for(int i=0;i*denom<n;i++)\n {\n ways=ways+makeChange(n-i*denom, next_denom);\n }\n return ways;\n }", "private static int getNumberOfWays(int n, int[] dp) {\n\t\t\r\n\t\tif(n==0) {\r\n\t\t\tdp[n] = 0; \r\n\t\t\treturn 0;\r\n\t\t}\r\n\t\t\r\n\t\tif(n == 1) {\r\n\t\t\tdp[1] = 1;\r\n\t\t\treturn 1;\r\n\t\t}\r\n\t\t\r\n\t\tif(n == 2) {\r\n\t\t\tdp[2] = 2;\r\n\t\t\treturn 2;\r\n\t\t}\r\n\t\t\r\n\t\tif(dp[n] == 0){\r\n\t\t\tdp[n] = getNumberOfWays(n-1, dp) + getNumberOfWays(n-2, dp);\r\n\t\t}\r\n\t\treturn dp[n];\r\n\t}", "public int anchoX(int n) {\n\n if (n == 6) {\n return 300;\n }\n if (n == 5) {\n return 180;\n }\n if (n == 4) {\n return 130;\n }\n if (n == 3) {\n return 80;\n }\n if (n == 2) {\n return 30;\n }\n if (n == 1) {\n return 0;\n }\n return 0;\n }", "public static double powLong(double x, long n) {\n if(n==0) return 1;\n if(n==1) return x;\n if(n<0) return 1/(powLong(x,-n));\n \n double tmp = powLong(x, n/2);\n return tmp*tmp*(powLong(x, n%2));\n }", "static int fact(int n)\n\n {\n\n int res = 1;\n\n for (int i = 2; i <= n; i++)\n\n res = res * i;\n\n return res;\n\n }", "private static int numWaysDP(int N, ArrayList<Integer> x) {\n /* Base Cases */\n if (N == 0) {\n return 1;\n }\n\n int count;\n int[] counts = new int[N + 1];\n counts[0] = 1;\n for (int i = 1; i <= N; i++) {\n count = 0;\n for (int num : x) {\n if (i - num >= 0) {\n count += counts[i - num];\n }\n }\n counts[i] = count;\n }\n\n return counts[N];\n }", "public static void main(String[] args) throws Exception {\n Scanner scan = new Scanner(System.in);\n int x = scan.nextInt();\n int n = scan.nextInt();\n System.out.println(power(x,n));\n \n }", "public static int getBruteForce(int n){\n\t\t\n\t\tif(n<=2) \n\t\t\treturn n;\n\t\telse \n\t\t\treturn getBruteForce(n-1) + getBruteForce(n-2);\n\t}", "static int exp(int base, long n) {\n\n // 2^3=8 , 2^x=8 -> x = ln8/ln2 , otherwise x=Math.log(8)/Math/log(2)\n\n return (int) ( Math.log(n)/Math.log(base) );\n }", "private static int makeTaps(int n) throws IllegalArgumentException {\n\t\t\t// There is no easy algorithm to generate the taps as a function of n.\n\t\t\t// Instead simply have to rely on known results.\n\t\t\t// The values below are all taken from http://homepage.mac.com/afj/taplist.html\n\t\t\t// (except for case 2; I think that I figured that one out myself).\n\t\t\t// A less complete reference is http://en.wikipedia.org/wiki/Linear_feedback_shift_register#Some_Polynomials_for_Maximal_LFSRs\n\t\tswitch (n) {\n\t\t\tcase 2: return (1 << 1) | (1 << 0);\t// i.e. 2 1\n\t\t\tcase 3: return (1 << 2) | (1 << 1);\t// i.e. 3 2\n\t\t\tcase 4: return (1 << 3) | (1 << 2);\t// i.e. 4 3\n\t\t\tcase 5: return (1 << 4) | (1 << 2);\t// i.e. 5 3\n\t\t\tcase 6: return (1 << 5) | (1 << 4);\t// i.e. 6 5\n\t\t\tcase 7: return (1 << 6) | (1 << 5);\t// i.e. 7 6\n\t\t\tcase 8: return (1 << 7) | (1 << 6) | (1 << 5) | (1 << 0);\t// i.e. 8 7 6 1\n\t\t\tcase 9: return (1 << 8) | (1 << 4);\t// i.e. 9 5\n\t\t\tcase 10: return (1 << 9) | (1 << 6);\t// i.e. 10 7\n\t\t\tcase 11: return (1 << 10) | (1 << 8);\t// i.e. 11 9\n\t\t\tcase 12: return (1 << 11) | (1 << 10) | (1 << 9) | (1 << 3);\t// i.e. 12 11 10 4\n\t\t\tcase 13: return (1 << 12) | (1 << 11) | (1 << 10) | (1 << 7);\t// i.e. 13 12 11 8\n\t\t\tcase 14: return (1 << 13) | (1 << 12) | (1 << 11) | (1 << 1);\t// i.e. 14 13 12 2\n\t\t\tcase 15: return (1 << 14) | (1 << 13);\t// i.e. 15 14\n\t\t\tcase 16: return (1 << 15) | (1 << 14) | (1 << 12) | (1 << 3);\t// i.e. 16 15 13 4\n\t\t\tcase 17: return (1 << 16) | (1 << 13);\t// i.e. 17 14\n\t\t\tcase 18: return (1 << 17) | (1 << 10);\t// i.e. 18 11\n\t\t\tcase 19: return (1 << 18) | (1 << 17) | (1 << 16) | (1 << 13);\t// i.e. 19 18 17 14\n\t\t\tcase 20: return (1 << 19) | (1 << 16);\t// i.e. 20 17\n\t\t\tcase 21: return (1 << 20) | (1 << 18);\t// i.e. 21 19\n\t\t\tcase 22: return (1 << 21) | (1 << 20);\t// i.e. 22 21\n\t\t\tcase 23: return (1 << 22) | (1 << 17);\t// i.e. 23 18\n\t\t\tcase 24: return (1 << 23) | (1 << 22) | (1 << 21) | (1 << 16);\t// i.e. 24 23 22 17\n\t\t\tcase 25: return (1 << 24) | (1 << 21);\t// i.e. 25 22\n\t\t\tcase 26: return (1 << 25) | (1 << 24) | (1 << 23) | (1 << 19);\t// i.e. 26 25 24 20\n\t\t\tcase 27: return (1 << 26) | (1 << 25) | (1 << 24) | (1 << 21);\t// i.e. 27 26 25 22\n\t\t\tcase 28: return (1 << 27) | (1 << 24);\t// i.e. 28 25\n\t\t\tcase 29: return (1 << 28) | (1 << 26);\t// i.e. 29 27\n\t\t\tcase 30: return (1 << 29) | (1 << 28) | (1 << 27) | (1 << 6);\t// i.e. 30 29 28 7\n\t\t\tcase 31: return (1 << 30) | (1 << 27);\t// i.e. 31 28\n\t\t\tcase 32: return (1 << 31) | (1 << 30) | (1 << 29) | (1 << 9);\t// i.e. 32 31 30 10\n\t\t\t\n\t\t\tdefault: throw new IllegalArgumentException(\"n = \" + n + \" is an illegal value\");\n\t\t}\n\t}", "public int numTrees(int n) {\n if(n == 0 || n == 1 || n == 2)\n return n;\n int[] c = new int[n + 1];\n c[2] = 2;\n c[3] = 5;\n for(int i = 4; i < n + 1; i++){\n for(int j = 2; j < i; j++)\n c[i] += 2 * (c[j]);\n }\n return c[n];\n }", "private static int xorOperation(int n, int start) {\n\t\tint num = start;\n\t\tint ans = start;\n\t\tfor (int i = 1; i < n; i++) {\n\t\t\tnum = start + 2*i;\n\t\t\tans = ans^num;\n\t\t}\n\t\treturn ans;\n\t}", "static void printTable(int pow) {\n\t\tint res = 1;\n\t\tfor (int i=1; i<=pow; i++) {\n\t\t\tres = res * 2; // 2 is the base\n\t\t\tSystem.out.println(res);\n\t\t}\n\t}", "private int toPower(int base, int exponent)\n\t {\n\t \t if(exponent > 0)\n\t {\n\t return toPower(base, exponent - 1) * base;\n\t }\n\t return 1;\n\t }", "@Test\n public void testPowerMod_0_0_2() {\n NaturalNumber n = new NaturalNumber2(0);\n NaturalNumber p = new NaturalNumber2(0);\n NaturalNumber m = new NaturalNumber2(2);\n CryptoUtilities.powerMod(n, p, m);\n assertEquals(\"1\", n.toString());\n assertEquals(\"0\", p.toString());\n assertEquals(\"2\", m.toString());\n }", "public static int calculate()\n {\n final List<Integer> oneToNine = IntStream.iterate(1, n -> n + 1)\n .limit(9)\n .boxed()\n .collect(toList());\n final List<List<Integer>> permutations = HeapPermutations.of(oneToNine);\n\n // System.out.println(permutations.size());\n //2- for each permutation\n // a. find all breaking 2 points to break\n // b. check first two sections' third is equal to the last section\n // c. if yes, add combintion to result, otherwise skip\n\n return permutations.stream()\n .flatMap(toTriples()) //find all combinations xx X yy = zz\n .filter(isPandigital()) // allow pandigital tripes through\n .map(Triple::getThird) // get the product\n .distinct() // get distinct products only given the problem statement does not allow repetition (see hint)\n .mapToInt(i -> i) // convert to primitive\n .sum(); // and finally get the sum\n }", "@Override\n public int generateNumber(int n) {\n if (n == 0) {\n return 0;\n } else if (n == 1) {\n return 1;\n } else {\n // We need the following nums to do the calculation by themselves\n int num1 = 0;\n int num2 = 1;\n int num3 = 0;\n // Starting from i = 1 is because we have done the first two in num1 and num2\n for (int i = 1; i < n; i++) {\n num3 = num1 + num2;\n num1 = num2;\n num2 = num3;\n }\n return num3;\n }\n }", "public static void main(String[] args) {\n\tint base=3 ,exponent=4 , result =1;\r\n\twhile (exponent!=0)\r\n\t{\r\n\t\tresult = result*base;\r\n\t\t--exponent;\r\n\t\t\t}\r\nSystem.out.println(\"the answer is \"+ result);\t\r\n\r\n\t}", "private static double fact(int n) {\n\t\tdouble sum = 1;\n\t\tfor(int i = 1; i <= n; i++) {\n\t\t\tsum *= i;\n\t\t}\n\t\treturn sum;\n\t}" ]
[ "0.6256223", "0.6046084", "0.60121423", "0.59799355", "0.5979453", "0.59489936", "0.5885389", "0.5881288", "0.5868055", "0.58649886", "0.58649886", "0.5860197", "0.58570987", "0.5814993", "0.57897896", "0.577947", "0.5767805", "0.5756406", "0.5719502", "0.5712993", "0.5704299", "0.5695831", "0.56621563", "0.5628854", "0.5628511", "0.56093025", "0.56026477", "0.5585152", "0.55761117", "0.5575139", "0.5563848", "0.55620295", "0.55463403", "0.5531579", "0.5526059", "0.55241275", "0.5518239", "0.5475566", "0.54545987", "0.5454018", "0.54532456", "0.5426754", "0.5406151", "0.5397602", "0.5365019", "0.5360915", "0.5354747", "0.5349546", "0.53372955", "0.5332044", "0.5329153", "0.5325832", "0.53233767", "0.531447", "0.5306945", "0.5305603", "0.528506", "0.52818346", "0.5276877", "0.5274613", "0.5274575", "0.52692974", "0.526795", "0.5261873", "0.5260452", "0.52547395", "0.5249318", "0.5241616", "0.52368987", "0.5228373", "0.5227592", "0.5221781", "0.52193004", "0.52101153", "0.5208952", "0.520401", "0.5202931", "0.5200778", "0.5199756", "0.5195417", "0.51801634", "0.51787364", "0.5178642", "0.51773596", "0.5166771", "0.51643085", "0.5162663", "0.515977", "0.5156237", "0.51410145", "0.5139105", "0.5138075", "0.5135206", "0.51291114", "0.51192904", "0.5118256", "0.5113233", "0.5109817", "0.51094836", "0.5105819" ]
0.53556824
46
Package interface extends the notion of container in a more logical entity in artifact assortment. It follows the Eclipse project/package logic.
public interface Package extends Container { /** * Returns all top-level--non-recursive-- {@link Package}s contained under this package. allows the * * @return the top-level {@link Package}s in the package. */ public Collection<Package> getPackages(); /** * Adds a {@link Package} to the package hierarchy. * */ /** adding packages can be done via {@link #addArtifact(Workspace,Artifact)} */ //@Deprecated //public void addPackage(Workspace workspace, Package pack); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface ExportedPackageHolder {\n\n /**\n * \n * @return the name of the package being exported\n */\n public String getPackageName();\n\n /**\n * \n * @return the <code>Version</code> that the package is exported at as a String.\n */\n public String getVersion();\n \n /**\n * \n * @return the {@link BundleHolder} that provides this <code>ExportedPackageHolder</code>\n */\n public BundleHolder getExportingBundle();\n \n /**\n * \n * @return A list {@link ImportedPackageHolder}s that are consuming this export\n */\n public List<ImportedPackageHolder> getConsumers();\n \n /**\n * Returns the directives for a header.\n * \n * @return a map containing the directives\n */\n Map<String, String> getDirectives();\n\n /**\n * Returns the attributes for a header.\n * \n * @return a map containing the attributes\n */\n Map<String, String> getAttributes();\n \n}", "public interface GoatInfrastructurePackage extends EPackage\n{\n /**\n * The package name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNAME = \"goatInfrastructure\";\n\n /**\n * The package namespace URI.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_URI = \"http://www.sysma.com/goat/eclipse_plugin/GoatInfrastructure\";\n\n /**\n * The package namespace name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_PREFIX = \"goatInfrastructure\";\n\n /**\n * The singleton instance of the package.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n GoatInfrastructurePackage eINSTANCE = com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl.init();\n\n /**\n * The meta object id for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.InfrastructureImpl <em>Infrastructure</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.InfrastructureImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getInfrastructure()\n * @generated\n */\n int INFRASTRUCTURE = 0;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INFRASTRUCTURE__NAME = 0;\n\n /**\n * The number of structural features of the '<em>Infrastructure</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INFRASTRUCTURE_FEATURE_COUNT = 1;\n\n /**\n * The meta object id for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.SingleServerImpl <em>Single Server</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.SingleServerImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getSingleServer()\n * @generated\n */\n int SINGLE_SERVER = 1;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SINGLE_SERVER__NAME = INFRASTRUCTURE__NAME;\n\n /**\n * The feature id for the '<em><b>Server</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SINGLE_SERVER__SERVER = INFRASTRUCTURE_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Timeout</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SINGLE_SERVER__TIMEOUT = INFRASTRUCTURE_FEATURE_COUNT + 1;\n\n /**\n * The number of structural features of the '<em>Single Server</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SINGLE_SERVER_FEATURE_COUNT = INFRASTRUCTURE_FEATURE_COUNT + 2;\n\n /**\n * The meta object id for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.ClusterImpl <em>Cluster</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.ClusterImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getCluster()\n * @generated\n */\n int CLUSTER = 2;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CLUSTER__NAME = INFRASTRUCTURE__NAME;\n\n /**\n * The feature id for the '<em><b>Message queue</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CLUSTER__MESSAGE_QUEUE = INFRASTRUCTURE_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Registration</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CLUSTER__REGISTRATION = INFRASTRUCTURE_FEATURE_COUNT + 1;\n\n /**\n * The feature id for the '<em><b>Mid assigner</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CLUSTER__MID_ASSIGNER = INFRASTRUCTURE_FEATURE_COUNT + 2;\n\n /**\n * The feature id for the '<em><b>Nodes</b></em>' attribute list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CLUSTER__NODES = INFRASTRUCTURE_FEATURE_COUNT + 3;\n\n /**\n * The number of structural features of the '<em>Cluster</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CLUSTER_FEATURE_COUNT = INFRASTRUCTURE_FEATURE_COUNT + 4;\n\n /**\n * The meta object id for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.RingImpl <em>Ring</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.RingImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getRing()\n * @generated\n */\n int RING = 3;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RING__NAME = INFRASTRUCTURE__NAME;\n\n /**\n * The feature id for the '<em><b>Registration</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RING__REGISTRATION = INFRASTRUCTURE_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Mid assigner</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RING__MID_ASSIGNER = INFRASTRUCTURE_FEATURE_COUNT + 1;\n\n /**\n * The feature id for the '<em><b>Nodes</b></em>' attribute list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RING__NODES = INFRASTRUCTURE_FEATURE_COUNT + 2;\n\n /**\n * The number of structural features of the '<em>Ring</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RING_FEATURE_COUNT = INFRASTRUCTURE_FEATURE_COUNT + 3;\n\n /**\n * The meta object id for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.TreeImpl <em>Tree</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.TreeImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getTree()\n * @generated\n */\n int TREE = 4;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TREE__NAME = INFRASTRUCTURE__NAME;\n\n /**\n * The feature id for the '<em><b>Registration</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TREE__REGISTRATION = INFRASTRUCTURE_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Root</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TREE__ROOT = INFRASTRUCTURE_FEATURE_COUNT + 1;\n\n /**\n * The number of structural features of the '<em>Tree</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TREE_FEATURE_COUNT = INFRASTRUCTURE_FEATURE_COUNT + 2;\n\n /**\n * The meta object id for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.TreeNodeImpl <em>Tree Node</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.TreeNodeImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getTreeNode()\n * @generated\n */\n int TREE_NODE = 5;\n\n /**\n * The feature id for the '<em><b>Address</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TREE_NODE__ADDRESS = 0;\n\n /**\n * The feature id for the '<em><b>Children</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TREE_NODE__CHILDREN = 1;\n\n /**\n * The number of structural features of the '<em>Tree Node</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TREE_NODE_FEATURE_COUNT = 2;\n\n\n /**\n * Returns the meta object for class '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Infrastructure <em>Infrastructure</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Infrastructure</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Infrastructure\n * @generated\n */\n EClass getInfrastructure();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Infrastructure#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Infrastructure#getName()\n * @see #getInfrastructure()\n * @generated\n */\n EAttribute getInfrastructure_Name();\n\n /**\n * Returns the meta object for class '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.SingleServer <em>Single Server</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Single Server</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.SingleServer\n * @generated\n */\n EClass getSingleServer();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.SingleServer#getServer <em>Server</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Server</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.SingleServer#getServer()\n * @see #getSingleServer()\n * @generated\n */\n EAttribute getSingleServer_Server();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.SingleServer#getTimeout <em>Timeout</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Timeout</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.SingleServer#getTimeout()\n * @see #getSingleServer()\n * @generated\n */\n EAttribute getSingleServer_Timeout();\n\n /**\n * Returns the meta object for class '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster <em>Cluster</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Cluster</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster\n * @generated\n */\n EClass getCluster();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster#getMessage_queue <em>Message queue</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Message queue</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster#getMessage_queue()\n * @see #getCluster()\n * @generated\n */\n EAttribute getCluster_Message_queue();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster#getRegistration <em>Registration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Registration</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster#getRegistration()\n * @see #getCluster()\n * @generated\n */\n EAttribute getCluster_Registration();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster#getMid_assigner <em>Mid assigner</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Mid assigner</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster#getMid_assigner()\n * @see #getCluster()\n * @generated\n */\n EAttribute getCluster_Mid_assigner();\n\n /**\n * Returns the meta object for the attribute list '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster#getNodes <em>Nodes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute list '<em>Nodes</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Cluster#getNodes()\n * @see #getCluster()\n * @generated\n */\n EAttribute getCluster_Nodes();\n\n /**\n * Returns the meta object for class '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Ring <em>Ring</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Ring</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Ring\n * @generated\n */\n EClass getRing();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Ring#getRegistration <em>Registration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Registration</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Ring#getRegistration()\n * @see #getRing()\n * @generated\n */\n EAttribute getRing_Registration();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Ring#getMid_assigner <em>Mid assigner</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Mid assigner</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Ring#getMid_assigner()\n * @see #getRing()\n * @generated\n */\n EAttribute getRing_Mid_assigner();\n\n /**\n * Returns the meta object for the attribute list '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Ring#getNodes <em>Nodes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute list '<em>Nodes</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Ring#getNodes()\n * @see #getRing()\n * @generated\n */\n EAttribute getRing_Nodes();\n\n /**\n * Returns the meta object for class '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Tree <em>Tree</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Tree</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Tree\n * @generated\n */\n EClass getTree();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Tree#getRegistration <em>Registration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Registration</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Tree#getRegistration()\n * @see #getTree()\n * @generated\n */\n EAttribute getTree_Registration();\n\n /**\n * Returns the meta object for the containment reference '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.Tree#getRoot <em>Root</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Root</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.Tree#getRoot()\n * @see #getTree()\n * @generated\n */\n EReference getTree_Root();\n\n /**\n * Returns the meta object for class '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.TreeNode <em>Tree Node</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Tree Node</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.TreeNode\n * @generated\n */\n EClass getTreeNode();\n\n /**\n * Returns the meta object for the attribute '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.TreeNode#getAddress <em>Address</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Address</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.TreeNode#getAddress()\n * @see #getTreeNode()\n * @generated\n */\n EAttribute getTreeNode_Address();\n\n /**\n * Returns the meta object for the containment reference list '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.TreeNode#getChildren <em>Children</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Children</em>'.\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.TreeNode#getChildren()\n * @see #getTreeNode()\n * @generated\n */\n EReference getTreeNode_Children();\n\n /**\n * Returns the factory that creates the instances of the model.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the factory that creates the instances of the model.\n * @generated\n */\n GoatInfrastructureFactory getGoatInfrastructureFactory();\n\n /**\n * <!-- begin-user-doc -->\n * Defines literals for the meta objects that represent\n * <ul>\n * <li>each class,</li>\n * <li>each feature of each class,</li>\n * <li>each enum,</li>\n * <li>and each data type</li>\n * </ul>\n * <!-- end-user-doc -->\n * @generated\n */\n interface Literals\n {\n /**\n * The meta object literal for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.InfrastructureImpl <em>Infrastructure</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.InfrastructureImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getInfrastructure()\n * @generated\n */\n EClass INFRASTRUCTURE = eINSTANCE.getInfrastructure();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute INFRASTRUCTURE__NAME = eINSTANCE.getInfrastructure_Name();\n\n /**\n * The meta object literal for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.SingleServerImpl <em>Single Server</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.SingleServerImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getSingleServer()\n * @generated\n */\n EClass SINGLE_SERVER = eINSTANCE.getSingleServer();\n\n /**\n * The meta object literal for the '<em><b>Server</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute SINGLE_SERVER__SERVER = eINSTANCE.getSingleServer_Server();\n\n /**\n * The meta object literal for the '<em><b>Timeout</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute SINGLE_SERVER__TIMEOUT = eINSTANCE.getSingleServer_Timeout();\n\n /**\n * The meta object literal for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.ClusterImpl <em>Cluster</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.ClusterImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getCluster()\n * @generated\n */\n EClass CLUSTER = eINSTANCE.getCluster();\n\n /**\n * The meta object literal for the '<em><b>Message queue</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute CLUSTER__MESSAGE_QUEUE = eINSTANCE.getCluster_Message_queue();\n\n /**\n * The meta object literal for the '<em><b>Registration</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute CLUSTER__REGISTRATION = eINSTANCE.getCluster_Registration();\n\n /**\n * The meta object literal for the '<em><b>Mid assigner</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute CLUSTER__MID_ASSIGNER = eINSTANCE.getCluster_Mid_assigner();\n\n /**\n * The meta object literal for the '<em><b>Nodes</b></em>' attribute list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute CLUSTER__NODES = eINSTANCE.getCluster_Nodes();\n\n /**\n * The meta object literal for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.RingImpl <em>Ring</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.RingImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getRing()\n * @generated\n */\n EClass RING = eINSTANCE.getRing();\n\n /**\n * The meta object literal for the '<em><b>Registration</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute RING__REGISTRATION = eINSTANCE.getRing_Registration();\n\n /**\n * The meta object literal for the '<em><b>Mid assigner</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute RING__MID_ASSIGNER = eINSTANCE.getRing_Mid_assigner();\n\n /**\n * The meta object literal for the '<em><b>Nodes</b></em>' attribute list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute RING__NODES = eINSTANCE.getRing_Nodes();\n\n /**\n * The meta object literal for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.TreeImpl <em>Tree</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.TreeImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getTree()\n * @generated\n */\n EClass TREE = eINSTANCE.getTree();\n\n /**\n * The meta object literal for the '<em><b>Registration</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute TREE__REGISTRATION = eINSTANCE.getTree_Registration();\n\n /**\n * The meta object literal for the '<em><b>Root</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference TREE__ROOT = eINSTANCE.getTree_Root();\n\n /**\n * The meta object literal for the '{@link com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.TreeNodeImpl <em>Tree Node</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.TreeNodeImpl\n * @see com.sysma.goat.eclipse_plugin.goatInfrastructure.impl.GoatInfrastructurePackageImpl#getTreeNode()\n * @generated\n */\n EClass TREE_NODE = eINSTANCE.getTreeNode();\n\n /**\n * The meta object literal for the '<em><b>Address</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute TREE_NODE__ADDRESS = eINSTANCE.getTreeNode_Address();\n\n /**\n * The meta object literal for the '<em><b>Children</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference TREE_NODE__CHILDREN = eINSTANCE.getTreeNode_Children();\n\n }\n\n}", "Package createPackage();", "protected abstract JPackage getPackage( JPackage pkg, Aspect a );", "EPackage createEPackage();", "public interface XPackage {\n\t\n\t/**\n\t * \n\t * @return\n\t * @throws IOException\n\t * @throws FileNotFoundException\n\t */\n\tpublic XCollection<XClass> getClasses();\n\n\t/**\n\t * \n\t * @param recursively\n\t * @return\n\t */\n\tpublic XCollection<XClass> getClasses(boolean recursively);\n\n\t/**\n\t * \n\t * @return\n\t */\n\tpublic XPackage getParentPackage();\n\n\t/**\n\t * \n\t * @return\n\t */\n\tpublic XCollection<XPackage> getChildPackages();\n\n\t/**\n\t * \n\t * @return\n\t */\n\tpublic XCollection<XPackage> getChildPackages(boolean recursively);\n\n\t/**\n\t * \n\t * @param packageName\n\t * @return\n\t */\n\tpublic XPackage find(String packageName);\n\n}", "public interface AppDslPackage extends EPackage\n{\n /**\n * The package name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNAME = \"appDsl\";\n\n /**\n * The package namespace URI.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_URI = \"http://www.fhj.at/gaar/androidapp/AppDsl\";\n\n /**\n * The package namespace name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_PREFIX = \"appDsl\";\n\n /**\n * The singleton instance of the package.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n AppDslPackage eINSTANCE = at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl.init();\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.AndroidAppProjectImpl <em>Android App Project</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.AndroidAppProjectImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getAndroidAppProject()\n * @generated\n */\n int ANDROID_APP_PROJECT = 0;\n\n /**\n * The feature id for the '<em><b>Applications</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ANDROID_APP_PROJECT__APPLICATIONS = 0;\n\n /**\n * The number of structural features of the '<em>Android App Project</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ANDROID_APP_PROJECT_FEATURE_COUNT = 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationImpl <em>Application</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplication()\n * @generated\n */\n int APPLICATION = 1;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION__ATTRIBUTES = 1;\n\n /**\n * The number of structural features of the '<em>Application</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_FEATURE_COUNT = 2;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationAttributeImpl <em>Application Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationAttribute()\n * @generated\n */\n int APPLICATION_ATTRIBUTE = 2;\n\n /**\n * The number of structural features of the '<em>Application Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_ATTRIBUTE_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationMinSdkImpl <em>Application Min Sdk</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationMinSdkImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationMinSdk()\n * @generated\n */\n int APPLICATION_MIN_SDK = 3;\n\n /**\n * The feature id for the '<em><b>Min Sdk</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_MIN_SDK__MIN_SDK = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Application Min Sdk</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_MIN_SDK_FEATURE_COUNT = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationTargetSdkImpl <em>Application Target Sdk</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationTargetSdkImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationTargetSdk()\n * @generated\n */\n int APPLICATION_TARGET_SDK = 4;\n\n /**\n * The feature id for the '<em><b>Target Sdk</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_TARGET_SDK__TARGET_SDK = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Application Target Sdk</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_TARGET_SDK_FEATURE_COUNT = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationCompileSdkImpl <em>Application Compile Sdk</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationCompileSdkImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationCompileSdk()\n * @generated\n */\n int APPLICATION_COMPILE_SDK = 5;\n\n /**\n * The feature id for the '<em><b>Compile Sdk</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_COMPILE_SDK__COMPILE_SDK = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Application Compile Sdk</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_COMPILE_SDK_FEATURE_COUNT = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationPermissionListImpl <em>Application Permission List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationPermissionListImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationPermissionList()\n * @generated\n */\n int APPLICATION_PERMISSION_LIST = 6;\n\n /**\n * The feature id for the '<em><b>Permissions</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_PERMISSION_LIST__PERMISSIONS = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Application Permission List</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_PERMISSION_LIST_FEATURE_COUNT = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationElementListImpl <em>Application Element List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationElementListImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationElementList()\n * @generated\n */\n int APPLICATION_ELEMENT_LIST = 7;\n\n /**\n * The feature id for the '<em><b>Elements</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_ELEMENT_LIST__ELEMENTS = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Application Element List</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_ELEMENT_LIST_FEATURE_COUNT = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationMainActivityImpl <em>Application Main Activity</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationMainActivityImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationMainActivity()\n * @generated\n */\n int APPLICATION_MAIN_ACTIVITY = 8;\n\n /**\n * The feature id for the '<em><b>Launcher Activity</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_MAIN_ACTIVITY__LAUNCHER_ACTIVITY = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Application Main Activity</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_MAIN_ACTIVITY_FEATURE_COUNT = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.PermissionImpl <em>Permission</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.PermissionImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getPermission()\n * @generated\n */\n int PERMISSION = 9;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PERMISSION__NAME = 0;\n\n /**\n * The number of structural features of the '<em>Permission</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PERMISSION_FEATURE_COUNT = 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationElementImpl <em>Application Element</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationElementImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationElement()\n * @generated\n */\n int APPLICATION_ELEMENT = 10;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_ELEMENT__NAME = 0;\n\n /**\n * The number of structural features of the '<em>Application Element</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int APPLICATION_ELEMENT_FEATURE_COUNT = 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActivityImpl <em>Activity</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActivityImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActivity()\n * @generated\n */\n int ACTIVITY = 11;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTIVITY__NAME = APPLICATION_ELEMENT__NAME;\n\n /**\n * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTIVITY__ATTRIBUTES = APPLICATION_ELEMENT_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Activity</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTIVITY_FEATURE_COUNT = APPLICATION_ELEMENT_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverImpl <em>Broadcast Receiver</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getBroadcastReceiver()\n * @generated\n */\n int BROADCAST_RECEIVER = 12;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BROADCAST_RECEIVER__NAME = APPLICATION_ELEMENT__NAME;\n\n /**\n * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BROADCAST_RECEIVER__ATTRIBUTES = APPLICATION_ELEMENT_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Broadcast Receiver</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BROADCAST_RECEIVER_FEATURE_COUNT = APPLICATION_ELEMENT_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ServiceImpl <em>Service</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ServiceImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getService()\n * @generated\n */\n int SERVICE = 13;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SERVICE__NAME = APPLICATION_ELEMENT__NAME;\n\n /**\n * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SERVICE__ATTRIBUTES = APPLICATION_ELEMENT_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Service</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SERVICE_FEATURE_COUNT = APPLICATION_ELEMENT_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActivityAttributeImpl <em>Activity Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActivityAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActivityAttribute()\n * @generated\n */\n int ACTIVITY_ATTRIBUTE = 14;\n\n /**\n * The number of structural features of the '<em>Activity Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTIVITY_ATTRIBUTE_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverAttributeImpl <em>Broadcast Receiver Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getBroadcastReceiverAttribute()\n * @generated\n */\n int BROADCAST_RECEIVER_ATTRIBUTE = 15;\n\n /**\n * The number of structural features of the '<em>Broadcast Receiver Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BROADCAST_RECEIVER_ATTRIBUTE_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ServiceAttributeImpl <em>Service Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ServiceAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getServiceAttribute()\n * @generated\n */\n int SERVICE_ATTRIBUTE = 16;\n\n /**\n * The number of structural features of the '<em>Service Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SERVICE_ATTRIBUTE_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ElementEnabledAttributeImpl <em>Element Enabled Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ElementEnabledAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getElementEnabledAttribute()\n * @generated\n */\n int ELEMENT_ENABLED_ATTRIBUTE = 17;\n\n /**\n * The feature id for the '<em><b>Enabled</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_ENABLED_ATTRIBUTE__ENABLED = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Element Enabled Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_ENABLED_ATTRIBUTE_FEATURE_COUNT = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ElementExportedAttributeImpl <em>Element Exported Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ElementExportedAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getElementExportedAttribute()\n * @generated\n */\n int ELEMENT_EXPORTED_ATTRIBUTE = 18;\n\n /**\n * The feature id for the '<em><b>Exported</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_EXPORTED_ATTRIBUTE__EXPORTED = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Element Exported Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_EXPORTED_ATTRIBUTE_FEATURE_COUNT = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ElementLabelAttributeImpl <em>Element Label Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ElementLabelAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getElementLabelAttribute()\n * @generated\n */\n int ELEMENT_LABEL_ATTRIBUTE = 19;\n\n /**\n * The feature id for the '<em><b>Title</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_LABEL_ATTRIBUTE__TITLE = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Element Label Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_LABEL_ATTRIBUTE_FEATURE_COUNT = APPLICATION_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ElementIntentListImpl <em>Element Intent List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ElementIntentListImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getElementIntentList()\n * @generated\n */\n int ELEMENT_INTENT_LIST = 20;\n\n /**\n * The feature id for the '<em><b>Intents</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_INTENT_LIST__INTENTS = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Element Intent List</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_INTENT_LIST_FEATURE_COUNT = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.IntentImpl <em>Intent</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.IntentImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getIntent()\n * @generated\n */\n int INTENT = 21;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INTENT__NAME = 0;\n\n /**\n * The number of structural features of the '<em>Intent</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INTENT_FEATURE_COUNT = 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActivityParentAttributeImpl <em>Activity Parent Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActivityParentAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActivityParentAttribute()\n * @generated\n */\n int ACTIVITY_PARENT_ATTRIBUTE = 22;\n\n /**\n * The feature id for the '<em><b>Parent</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTIVITY_PARENT_ATTRIBUTE__PARENT = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Activity Parent Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTIVITY_PARENT_ATTRIBUTE_FEATURE_COUNT = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActivityLayoutAttributeImpl <em>Activity Layout Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActivityLayoutAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActivityLayoutAttribute()\n * @generated\n */\n int ACTIVITY_LAYOUT_ATTRIBUTE = 23;\n\n /**\n * The feature id for the '<em><b>Layout Elements</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTIVITY_LAYOUT_ATTRIBUTE__LAYOUT_ELEMENTS = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Activity Layout Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTIVITY_LAYOUT_ATTRIBUTE_FEATURE_COUNT = ACTIVITY_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.LayoutElementImpl <em>Layout Element</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.LayoutElementImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getLayoutElement()\n * @generated\n */\n int LAYOUT_ELEMENT = 24;\n\n /**\n * The number of structural features of the '<em>Layout Element</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int LAYOUT_ELEMENT_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ButtonImpl <em>Button</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ButtonImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getButton()\n * @generated\n */\n int BUTTON = 25;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BUTTON__NAME = LAYOUT_ELEMENT_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BUTTON__ATTRIBUTES = LAYOUT_ELEMENT_FEATURE_COUNT + 1;\n\n /**\n * The number of structural features of the '<em>Button</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BUTTON_FEATURE_COUNT = LAYOUT_ELEMENT_FEATURE_COUNT + 2;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ButtonAttributeImpl <em>Button Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ButtonAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getButtonAttribute()\n * @generated\n */\n int BUTTON_ATTRIBUTE = 26;\n\n /**\n * The number of structural features of the '<em>Button Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BUTTON_ATTRIBUTE_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ButtonLabelAttributeImpl <em>Button Label Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ButtonLabelAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getButtonLabelAttribute()\n * @generated\n */\n int BUTTON_LABEL_ATTRIBUTE = 27;\n\n /**\n * The feature id for the '<em><b>Title</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BUTTON_LABEL_ATTRIBUTE__TITLE = BUTTON_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Button Label Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BUTTON_LABEL_ATTRIBUTE_FEATURE_COUNT = BUTTON_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ButtonActionAttributeImpl <em>Button Action Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ButtonActionAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getButtonActionAttribute()\n * @generated\n */\n int BUTTON_ACTION_ATTRIBUTE = 28;\n\n /**\n * The feature id for the '<em><b>Action</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BUTTON_ACTION_ATTRIBUTE__ACTION = BUTTON_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Button Action Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BUTTON_ACTION_ATTRIBUTE_FEATURE_COUNT = BUTTON_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.SpacerImpl <em>Spacer</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.SpacerImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getSpacer()\n * @generated\n */\n int SPACER = 29;\n\n /**\n * The number of structural features of the '<em>Spacer</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SPACER_FEATURE_COUNT = LAYOUT_ELEMENT_FEATURE_COUNT + 0;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.TextImpl <em>Text</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.TextImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getText()\n * @generated\n */\n int TEXT = 30;\n\n /**\n * The feature id for the '<em><b>Text</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TEXT__TEXT = LAYOUT_ELEMENT_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Text</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TEXT_FEATURE_COUNT = LAYOUT_ELEMENT_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.LayoutElementClickActionImpl <em>Layout Element Click Action</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.LayoutElementClickActionImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getLayoutElementClickAction()\n * @generated\n */\n int LAYOUT_ELEMENT_CLICK_ACTION = 31;\n\n /**\n * The number of structural features of the '<em>Layout Element Click Action</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int LAYOUT_ELEMENT_CLICK_ACTION_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverActionAttributeImpl <em>Broadcast Receiver Action Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverActionAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getBroadcastReceiverActionAttribute()\n * @generated\n */\n int BROADCAST_RECEIVER_ACTION_ATTRIBUTE = 32;\n\n /**\n * The feature id for the '<em><b>Action</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BROADCAST_RECEIVER_ACTION_ATTRIBUTE__ACTION = BROADCAST_RECEIVER_ATTRIBUTE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Broadcast Receiver Action Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BROADCAST_RECEIVER_ACTION_ATTRIBUTE_FEATURE_COUNT = BROADCAST_RECEIVER_ATTRIBUTE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverActionImpl <em>Broadcast Receiver Action</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverActionImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getBroadcastReceiverAction()\n * @generated\n */\n int BROADCAST_RECEIVER_ACTION = 33;\n\n /**\n * The number of structural features of the '<em>Broadcast Receiver Action</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int BROADCAST_RECEIVER_ACTION_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActionShowToastImpl <em>Action Show Toast</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActionShowToastImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActionShowToast()\n * @generated\n */\n int ACTION_SHOW_TOAST = 34;\n\n /**\n * The feature id for the '<em><b>Toast Text</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_SHOW_TOAST__TOAST_TEXT = LAYOUT_ELEMENT_CLICK_ACTION_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Action Show Toast</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_SHOW_TOAST_FEATURE_COUNT = LAYOUT_ELEMENT_CLICK_ACTION_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActionStartActivityImpl <em>Action Start Activity</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActionStartActivityImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActionStartActivity()\n * @generated\n */\n int ACTION_START_ACTIVITY = 35;\n\n /**\n * The feature id for the '<em><b>Activity</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_START_ACTIVITY__ACTIVITY = LAYOUT_ELEMENT_CLICK_ACTION_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Action Start Activity</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_START_ACTIVITY_FEATURE_COUNT = LAYOUT_ELEMENT_CLICK_ACTION_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActionStartServiceImpl <em>Action Start Service</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActionStartServiceImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActionStartService()\n * @generated\n */\n int ACTION_START_SERVICE = 36;\n\n /**\n * The feature id for the '<em><b>Service</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_START_SERVICE__SERVICE = LAYOUT_ELEMENT_CLICK_ACTION_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Action Start Service</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_START_SERVICE_FEATURE_COUNT = LAYOUT_ELEMENT_CLICK_ACTION_FEATURE_COUNT + 1;\n\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.AndroidAppProject <em>Android App Project</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Android App Project</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.AndroidAppProject\n * @generated\n */\n EClass getAndroidAppProject();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.AndroidAppProject#getApplications <em>Applications</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Applications</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.AndroidAppProject#getApplications()\n * @see #getAndroidAppProject()\n * @generated\n */\n EReference getAndroidAppProject_Applications();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.Application <em>Application</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Application\n * @generated\n */\n EClass getApplication();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.Application#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Application#getName()\n * @see #getApplication()\n * @generated\n */\n EAttribute getApplication_Name();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.Application#getAttributes <em>Attributes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Attributes</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Application#getAttributes()\n * @see #getApplication()\n * @generated\n */\n EReference getApplication_Attributes();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ApplicationAttribute <em>Application Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationAttribute\n * @generated\n */\n EClass getApplicationAttribute();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ApplicationMinSdk <em>Application Min Sdk</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application Min Sdk</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationMinSdk\n * @generated\n */\n EClass getApplicationMinSdk();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.ApplicationMinSdk#getMinSdk <em>Min Sdk</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Min Sdk</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationMinSdk#getMinSdk()\n * @see #getApplicationMinSdk()\n * @generated\n */\n EAttribute getApplicationMinSdk_MinSdk();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ApplicationTargetSdk <em>Application Target Sdk</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application Target Sdk</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationTargetSdk\n * @generated\n */\n EClass getApplicationTargetSdk();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.ApplicationTargetSdk#getTargetSdk <em>Target Sdk</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Target Sdk</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationTargetSdk#getTargetSdk()\n * @see #getApplicationTargetSdk()\n * @generated\n */\n EAttribute getApplicationTargetSdk_TargetSdk();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ApplicationCompileSdk <em>Application Compile Sdk</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application Compile Sdk</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationCompileSdk\n * @generated\n */\n EClass getApplicationCompileSdk();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.ApplicationCompileSdk#getCompileSdk <em>Compile Sdk</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Compile Sdk</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationCompileSdk#getCompileSdk()\n * @see #getApplicationCompileSdk()\n * @generated\n */\n EAttribute getApplicationCompileSdk_CompileSdk();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ApplicationPermissionList <em>Application Permission List</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application Permission List</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationPermissionList\n * @generated\n */\n EClass getApplicationPermissionList();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.ApplicationPermissionList#getPermissions <em>Permissions</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Permissions</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationPermissionList#getPermissions()\n * @see #getApplicationPermissionList()\n * @generated\n */\n EReference getApplicationPermissionList_Permissions();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ApplicationElementList <em>Application Element List</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application Element List</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationElementList\n * @generated\n */\n EClass getApplicationElementList();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.ApplicationElementList#getElements <em>Elements</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Elements</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationElementList#getElements()\n * @see #getApplicationElementList()\n * @generated\n */\n EReference getApplicationElementList_Elements();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ApplicationMainActivity <em>Application Main Activity</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application Main Activity</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationMainActivity\n * @generated\n */\n EClass getApplicationMainActivity();\n\n /**\n * Returns the meta object for the reference '{@link at.fhj.gaar.androidapp.appDsl.ApplicationMainActivity#getLauncherActivity <em>Launcher Activity</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Launcher Activity</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationMainActivity#getLauncherActivity()\n * @see #getApplicationMainActivity()\n * @generated\n */\n EReference getApplicationMainActivity_LauncherActivity();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.Permission <em>Permission</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Permission</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Permission\n * @generated\n */\n EClass getPermission();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.Permission#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Permission#getName()\n * @see #getPermission()\n * @generated\n */\n EAttribute getPermission_Name();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ApplicationElement <em>Application Element</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application Element</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationElement\n * @generated\n */\n EClass getApplicationElement();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.ApplicationElement#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ApplicationElement#getName()\n * @see #getApplicationElement()\n * @generated\n */\n EAttribute getApplicationElement_Name();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.Activity <em>Activity</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Activity</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Activity\n * @generated\n */\n EClass getActivity();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.Activity#getAttributes <em>Attributes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Attributes</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Activity#getAttributes()\n * @see #getActivity()\n * @generated\n */\n EReference getActivity_Attributes();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.BroadcastReceiver <em>Broadcast Receiver</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Broadcast Receiver</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.BroadcastReceiver\n * @generated\n */\n EClass getBroadcastReceiver();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.BroadcastReceiver#getAttributes <em>Attributes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Attributes</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.BroadcastReceiver#getAttributes()\n * @see #getBroadcastReceiver()\n * @generated\n */\n EReference getBroadcastReceiver_Attributes();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.Service <em>Service</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Service</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Service\n * @generated\n */\n EClass getService();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.Service#getAttributes <em>Attributes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Attributes</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Service#getAttributes()\n * @see #getService()\n * @generated\n */\n EReference getService_Attributes();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ActivityAttribute <em>Activity Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Activity Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActivityAttribute\n * @generated\n */\n EClass getActivityAttribute();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.BroadcastReceiverAttribute <em>Broadcast Receiver Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Broadcast Receiver Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.BroadcastReceiverAttribute\n * @generated\n */\n EClass getBroadcastReceiverAttribute();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ServiceAttribute <em>Service Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Service Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ServiceAttribute\n * @generated\n */\n EClass getServiceAttribute();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ElementEnabledAttribute <em>Element Enabled Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Element Enabled Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ElementEnabledAttribute\n * @generated\n */\n EClass getElementEnabledAttribute();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.ElementEnabledAttribute#isEnabled <em>Enabled</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Enabled</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ElementEnabledAttribute#isEnabled()\n * @see #getElementEnabledAttribute()\n * @generated\n */\n EAttribute getElementEnabledAttribute_Enabled();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ElementExportedAttribute <em>Element Exported Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Element Exported Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ElementExportedAttribute\n * @generated\n */\n EClass getElementExportedAttribute();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.ElementExportedAttribute#isExported <em>Exported</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Exported</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ElementExportedAttribute#isExported()\n * @see #getElementExportedAttribute()\n * @generated\n */\n EAttribute getElementExportedAttribute_Exported();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ElementLabelAttribute <em>Element Label Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Element Label Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ElementLabelAttribute\n * @generated\n */\n EClass getElementLabelAttribute();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.ElementLabelAttribute#getTitle <em>Title</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Title</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ElementLabelAttribute#getTitle()\n * @see #getElementLabelAttribute()\n * @generated\n */\n EAttribute getElementLabelAttribute_Title();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ElementIntentList <em>Element Intent List</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Element Intent List</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ElementIntentList\n * @generated\n */\n EClass getElementIntentList();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.ElementIntentList#getIntents <em>Intents</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Intents</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ElementIntentList#getIntents()\n * @see #getElementIntentList()\n * @generated\n */\n EReference getElementIntentList_Intents();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.Intent <em>Intent</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Intent</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Intent\n * @generated\n */\n EClass getIntent();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.Intent#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Intent#getName()\n * @see #getIntent()\n * @generated\n */\n EAttribute getIntent_Name();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ActivityParentAttribute <em>Activity Parent Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Activity Parent Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActivityParentAttribute\n * @generated\n */\n EClass getActivityParentAttribute();\n\n /**\n * Returns the meta object for the reference '{@link at.fhj.gaar.androidapp.appDsl.ActivityParentAttribute#getParent <em>Parent</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Parent</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActivityParentAttribute#getParent()\n * @see #getActivityParentAttribute()\n * @generated\n */\n EReference getActivityParentAttribute_Parent();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ActivityLayoutAttribute <em>Activity Layout Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Activity Layout Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActivityLayoutAttribute\n * @generated\n */\n EClass getActivityLayoutAttribute();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.ActivityLayoutAttribute#getLayoutElements <em>Layout Elements</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Layout Elements</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActivityLayoutAttribute#getLayoutElements()\n * @see #getActivityLayoutAttribute()\n * @generated\n */\n EReference getActivityLayoutAttribute_LayoutElements();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.LayoutElement <em>Layout Element</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Layout Element</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.LayoutElement\n * @generated\n */\n EClass getLayoutElement();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.Button <em>Button</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Button</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Button\n * @generated\n */\n EClass getButton();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.Button#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Button#getName()\n * @see #getButton()\n * @generated\n */\n EAttribute getButton_Name();\n\n /**\n * Returns the meta object for the containment reference list '{@link at.fhj.gaar.androidapp.appDsl.Button#getAttributes <em>Attributes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Attributes</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Button#getAttributes()\n * @see #getButton()\n * @generated\n */\n EReference getButton_Attributes();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ButtonAttribute <em>Button Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Button Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ButtonAttribute\n * @generated\n */\n EClass getButtonAttribute();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ButtonLabelAttribute <em>Button Label Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Button Label Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ButtonLabelAttribute\n * @generated\n */\n EClass getButtonLabelAttribute();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.ButtonLabelAttribute#getTitle <em>Title</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Title</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ButtonLabelAttribute#getTitle()\n * @see #getButtonLabelAttribute()\n * @generated\n */\n EAttribute getButtonLabelAttribute_Title();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ButtonActionAttribute <em>Button Action Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Button Action Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ButtonActionAttribute\n * @generated\n */\n EClass getButtonActionAttribute();\n\n /**\n * Returns the meta object for the containment reference '{@link at.fhj.gaar.androidapp.appDsl.ButtonActionAttribute#getAction <em>Action</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Action</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ButtonActionAttribute#getAction()\n * @see #getButtonActionAttribute()\n * @generated\n */\n EReference getButtonActionAttribute_Action();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.Spacer <em>Spacer</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Spacer</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Spacer\n * @generated\n */\n EClass getSpacer();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.Text <em>Text</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Text</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Text\n * @generated\n */\n EClass getText();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.Text#getText <em>Text</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Text</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.Text#getText()\n * @see #getText()\n * @generated\n */\n EAttribute getText_Text();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.LayoutElementClickAction <em>Layout Element Click Action</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Layout Element Click Action</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.LayoutElementClickAction\n * @generated\n */\n EClass getLayoutElementClickAction();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.BroadcastReceiverActionAttribute <em>Broadcast Receiver Action Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Broadcast Receiver Action Attribute</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.BroadcastReceiverActionAttribute\n * @generated\n */\n EClass getBroadcastReceiverActionAttribute();\n\n /**\n * Returns the meta object for the containment reference '{@link at.fhj.gaar.androidapp.appDsl.BroadcastReceiverActionAttribute#getAction <em>Action</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Action</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.BroadcastReceiverActionAttribute#getAction()\n * @see #getBroadcastReceiverActionAttribute()\n * @generated\n */\n EReference getBroadcastReceiverActionAttribute_Action();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.BroadcastReceiverAction <em>Broadcast Receiver Action</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Broadcast Receiver Action</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.BroadcastReceiverAction\n * @generated\n */\n EClass getBroadcastReceiverAction();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ActionShowToast <em>Action Show Toast</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Action Show Toast</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActionShowToast\n * @generated\n */\n EClass getActionShowToast();\n\n /**\n * Returns the meta object for the attribute '{@link at.fhj.gaar.androidapp.appDsl.ActionShowToast#getToastText <em>Toast Text</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Toast Text</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActionShowToast#getToastText()\n * @see #getActionShowToast()\n * @generated\n */\n EAttribute getActionShowToast_ToastText();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ActionStartActivity <em>Action Start Activity</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Action Start Activity</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActionStartActivity\n * @generated\n */\n EClass getActionStartActivity();\n\n /**\n * Returns the meta object for the reference '{@link at.fhj.gaar.androidapp.appDsl.ActionStartActivity#getActivity <em>Activity</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Activity</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActionStartActivity#getActivity()\n * @see #getActionStartActivity()\n * @generated\n */\n EReference getActionStartActivity_Activity();\n\n /**\n * Returns the meta object for class '{@link at.fhj.gaar.androidapp.appDsl.ActionStartService <em>Action Start Service</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Action Start Service</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActionStartService\n * @generated\n */\n EClass getActionStartService();\n\n /**\n * Returns the meta object for the reference '{@link at.fhj.gaar.androidapp.appDsl.ActionStartService#getService <em>Service</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Service</em>'.\n * @see at.fhj.gaar.androidapp.appDsl.ActionStartService#getService()\n * @see #getActionStartService()\n * @generated\n */\n EReference getActionStartService_Service();\n\n /**\n * Returns the factory that creates the instances of the model.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the factory that creates the instances of the model.\n * @generated\n */\n AppDslFactory getAppDslFactory();\n\n /**\n * <!-- begin-user-doc -->\n * Defines literals for the meta objects that represent\n * <ul>\n * <li>each class,</li>\n * <li>each feature of each class,</li>\n * <li>each enum,</li>\n * <li>and each data type</li>\n * </ul>\n * <!-- end-user-doc -->\n * @generated\n */\n interface Literals\n {\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.AndroidAppProjectImpl <em>Android App Project</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.AndroidAppProjectImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getAndroidAppProject()\n * @generated\n */\n EClass ANDROID_APP_PROJECT = eINSTANCE.getAndroidAppProject();\n\n /**\n * The meta object literal for the '<em><b>Applications</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ANDROID_APP_PROJECT__APPLICATIONS = eINSTANCE.getAndroidAppProject_Applications();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationImpl <em>Application</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplication()\n * @generated\n */\n EClass APPLICATION = eINSTANCE.getApplication();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute APPLICATION__NAME = eINSTANCE.getApplication_Name();\n\n /**\n * The meta object literal for the '<em><b>Attributes</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference APPLICATION__ATTRIBUTES = eINSTANCE.getApplication_Attributes();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationAttributeImpl <em>Application Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationAttribute()\n * @generated\n */\n EClass APPLICATION_ATTRIBUTE = eINSTANCE.getApplicationAttribute();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationMinSdkImpl <em>Application Min Sdk</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationMinSdkImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationMinSdk()\n * @generated\n */\n EClass APPLICATION_MIN_SDK = eINSTANCE.getApplicationMinSdk();\n\n /**\n * The meta object literal for the '<em><b>Min Sdk</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute APPLICATION_MIN_SDK__MIN_SDK = eINSTANCE.getApplicationMinSdk_MinSdk();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationTargetSdkImpl <em>Application Target Sdk</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationTargetSdkImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationTargetSdk()\n * @generated\n */\n EClass APPLICATION_TARGET_SDK = eINSTANCE.getApplicationTargetSdk();\n\n /**\n * The meta object literal for the '<em><b>Target Sdk</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute APPLICATION_TARGET_SDK__TARGET_SDK = eINSTANCE.getApplicationTargetSdk_TargetSdk();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationCompileSdkImpl <em>Application Compile Sdk</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationCompileSdkImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationCompileSdk()\n * @generated\n */\n EClass APPLICATION_COMPILE_SDK = eINSTANCE.getApplicationCompileSdk();\n\n /**\n * The meta object literal for the '<em><b>Compile Sdk</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute APPLICATION_COMPILE_SDK__COMPILE_SDK = eINSTANCE.getApplicationCompileSdk_CompileSdk();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationPermissionListImpl <em>Application Permission List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationPermissionListImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationPermissionList()\n * @generated\n */\n EClass APPLICATION_PERMISSION_LIST = eINSTANCE.getApplicationPermissionList();\n\n /**\n * The meta object literal for the '<em><b>Permissions</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference APPLICATION_PERMISSION_LIST__PERMISSIONS = eINSTANCE.getApplicationPermissionList_Permissions();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationElementListImpl <em>Application Element List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationElementListImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationElementList()\n * @generated\n */\n EClass APPLICATION_ELEMENT_LIST = eINSTANCE.getApplicationElementList();\n\n /**\n * The meta object literal for the '<em><b>Elements</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference APPLICATION_ELEMENT_LIST__ELEMENTS = eINSTANCE.getApplicationElementList_Elements();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationMainActivityImpl <em>Application Main Activity</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationMainActivityImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationMainActivity()\n * @generated\n */\n EClass APPLICATION_MAIN_ACTIVITY = eINSTANCE.getApplicationMainActivity();\n\n /**\n * The meta object literal for the '<em><b>Launcher Activity</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference APPLICATION_MAIN_ACTIVITY__LAUNCHER_ACTIVITY = eINSTANCE.getApplicationMainActivity_LauncherActivity();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.PermissionImpl <em>Permission</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.PermissionImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getPermission()\n * @generated\n */\n EClass PERMISSION = eINSTANCE.getPermission();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PERMISSION__NAME = eINSTANCE.getPermission_Name();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ApplicationElementImpl <em>Application Element</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ApplicationElementImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getApplicationElement()\n * @generated\n */\n EClass APPLICATION_ELEMENT = eINSTANCE.getApplicationElement();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute APPLICATION_ELEMENT__NAME = eINSTANCE.getApplicationElement_Name();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActivityImpl <em>Activity</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActivityImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActivity()\n * @generated\n */\n EClass ACTIVITY = eINSTANCE.getActivity();\n\n /**\n * The meta object literal for the '<em><b>Attributes</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTIVITY__ATTRIBUTES = eINSTANCE.getActivity_Attributes();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverImpl <em>Broadcast Receiver</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getBroadcastReceiver()\n * @generated\n */\n EClass BROADCAST_RECEIVER = eINSTANCE.getBroadcastReceiver();\n\n /**\n * The meta object literal for the '<em><b>Attributes</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference BROADCAST_RECEIVER__ATTRIBUTES = eINSTANCE.getBroadcastReceiver_Attributes();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ServiceImpl <em>Service</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ServiceImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getService()\n * @generated\n */\n EClass SERVICE = eINSTANCE.getService();\n\n /**\n * The meta object literal for the '<em><b>Attributes</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference SERVICE__ATTRIBUTES = eINSTANCE.getService_Attributes();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActivityAttributeImpl <em>Activity Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActivityAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActivityAttribute()\n * @generated\n */\n EClass ACTIVITY_ATTRIBUTE = eINSTANCE.getActivityAttribute();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverAttributeImpl <em>Broadcast Receiver Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getBroadcastReceiverAttribute()\n * @generated\n */\n EClass BROADCAST_RECEIVER_ATTRIBUTE = eINSTANCE.getBroadcastReceiverAttribute();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ServiceAttributeImpl <em>Service Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ServiceAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getServiceAttribute()\n * @generated\n */\n EClass SERVICE_ATTRIBUTE = eINSTANCE.getServiceAttribute();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ElementEnabledAttributeImpl <em>Element Enabled Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ElementEnabledAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getElementEnabledAttribute()\n * @generated\n */\n EClass ELEMENT_ENABLED_ATTRIBUTE = eINSTANCE.getElementEnabledAttribute();\n\n /**\n * The meta object literal for the '<em><b>Enabled</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ELEMENT_ENABLED_ATTRIBUTE__ENABLED = eINSTANCE.getElementEnabledAttribute_Enabled();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ElementExportedAttributeImpl <em>Element Exported Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ElementExportedAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getElementExportedAttribute()\n * @generated\n */\n EClass ELEMENT_EXPORTED_ATTRIBUTE = eINSTANCE.getElementExportedAttribute();\n\n /**\n * The meta object literal for the '<em><b>Exported</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ELEMENT_EXPORTED_ATTRIBUTE__EXPORTED = eINSTANCE.getElementExportedAttribute_Exported();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ElementLabelAttributeImpl <em>Element Label Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ElementLabelAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getElementLabelAttribute()\n * @generated\n */\n EClass ELEMENT_LABEL_ATTRIBUTE = eINSTANCE.getElementLabelAttribute();\n\n /**\n * The meta object literal for the '<em><b>Title</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ELEMENT_LABEL_ATTRIBUTE__TITLE = eINSTANCE.getElementLabelAttribute_Title();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ElementIntentListImpl <em>Element Intent List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ElementIntentListImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getElementIntentList()\n * @generated\n */\n EClass ELEMENT_INTENT_LIST = eINSTANCE.getElementIntentList();\n\n /**\n * The meta object literal for the '<em><b>Intents</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ELEMENT_INTENT_LIST__INTENTS = eINSTANCE.getElementIntentList_Intents();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.IntentImpl <em>Intent</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.IntentImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getIntent()\n * @generated\n */\n EClass INTENT = eINSTANCE.getIntent();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute INTENT__NAME = eINSTANCE.getIntent_Name();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActivityParentAttributeImpl <em>Activity Parent Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActivityParentAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActivityParentAttribute()\n * @generated\n */\n EClass ACTIVITY_PARENT_ATTRIBUTE = eINSTANCE.getActivityParentAttribute();\n\n /**\n * The meta object literal for the '<em><b>Parent</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTIVITY_PARENT_ATTRIBUTE__PARENT = eINSTANCE.getActivityParentAttribute_Parent();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActivityLayoutAttributeImpl <em>Activity Layout Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActivityLayoutAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActivityLayoutAttribute()\n * @generated\n */\n EClass ACTIVITY_LAYOUT_ATTRIBUTE = eINSTANCE.getActivityLayoutAttribute();\n\n /**\n * The meta object literal for the '<em><b>Layout Elements</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTIVITY_LAYOUT_ATTRIBUTE__LAYOUT_ELEMENTS = eINSTANCE.getActivityLayoutAttribute_LayoutElements();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.LayoutElementImpl <em>Layout Element</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.LayoutElementImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getLayoutElement()\n * @generated\n */\n EClass LAYOUT_ELEMENT = eINSTANCE.getLayoutElement();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ButtonImpl <em>Button</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ButtonImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getButton()\n * @generated\n */\n EClass BUTTON = eINSTANCE.getButton();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute BUTTON__NAME = eINSTANCE.getButton_Name();\n\n /**\n * The meta object literal for the '<em><b>Attributes</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference BUTTON__ATTRIBUTES = eINSTANCE.getButton_Attributes();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ButtonAttributeImpl <em>Button Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ButtonAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getButtonAttribute()\n * @generated\n */\n EClass BUTTON_ATTRIBUTE = eINSTANCE.getButtonAttribute();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ButtonLabelAttributeImpl <em>Button Label Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ButtonLabelAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getButtonLabelAttribute()\n * @generated\n */\n EClass BUTTON_LABEL_ATTRIBUTE = eINSTANCE.getButtonLabelAttribute();\n\n /**\n * The meta object literal for the '<em><b>Title</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute BUTTON_LABEL_ATTRIBUTE__TITLE = eINSTANCE.getButtonLabelAttribute_Title();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ButtonActionAttributeImpl <em>Button Action Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ButtonActionAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getButtonActionAttribute()\n * @generated\n */\n EClass BUTTON_ACTION_ATTRIBUTE = eINSTANCE.getButtonActionAttribute();\n\n /**\n * The meta object literal for the '<em><b>Action</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference BUTTON_ACTION_ATTRIBUTE__ACTION = eINSTANCE.getButtonActionAttribute_Action();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.SpacerImpl <em>Spacer</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.SpacerImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getSpacer()\n * @generated\n */\n EClass SPACER = eINSTANCE.getSpacer();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.TextImpl <em>Text</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.TextImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getText()\n * @generated\n */\n EClass TEXT = eINSTANCE.getText();\n\n /**\n * The meta object literal for the '<em><b>Text</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute TEXT__TEXT = eINSTANCE.getText_Text();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.LayoutElementClickActionImpl <em>Layout Element Click Action</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.LayoutElementClickActionImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getLayoutElementClickAction()\n * @generated\n */\n EClass LAYOUT_ELEMENT_CLICK_ACTION = eINSTANCE.getLayoutElementClickAction();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverActionAttributeImpl <em>Broadcast Receiver Action Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverActionAttributeImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getBroadcastReceiverActionAttribute()\n * @generated\n */\n EClass BROADCAST_RECEIVER_ACTION_ATTRIBUTE = eINSTANCE.getBroadcastReceiverActionAttribute();\n\n /**\n * The meta object literal for the '<em><b>Action</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference BROADCAST_RECEIVER_ACTION_ATTRIBUTE__ACTION = eINSTANCE.getBroadcastReceiverActionAttribute_Action();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverActionImpl <em>Broadcast Receiver Action</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.BroadcastReceiverActionImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getBroadcastReceiverAction()\n * @generated\n */\n EClass BROADCAST_RECEIVER_ACTION = eINSTANCE.getBroadcastReceiverAction();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActionShowToastImpl <em>Action Show Toast</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActionShowToastImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActionShowToast()\n * @generated\n */\n EClass ACTION_SHOW_TOAST = eINSTANCE.getActionShowToast();\n\n /**\n * The meta object literal for the '<em><b>Toast Text</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ACTION_SHOW_TOAST__TOAST_TEXT = eINSTANCE.getActionShowToast_ToastText();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActionStartActivityImpl <em>Action Start Activity</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActionStartActivityImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActionStartActivity()\n * @generated\n */\n EClass ACTION_START_ACTIVITY = eINSTANCE.getActionStartActivity();\n\n /**\n * The meta object literal for the '<em><b>Activity</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTION_START_ACTIVITY__ACTIVITY = eINSTANCE.getActionStartActivity_Activity();\n\n /**\n * The meta object literal for the '{@link at.fhj.gaar.androidapp.appDsl.impl.ActionStartServiceImpl <em>Action Start Service</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see at.fhj.gaar.androidapp.appDsl.impl.ActionStartServiceImpl\n * @see at.fhj.gaar.androidapp.appDsl.impl.AppDslPackageImpl#getActionStartService()\n * @generated\n */\n EClass ACTION_START_SERVICE = eINSTANCE.getActionStartService();\n\n /**\n * The meta object literal for the '<em><b>Service</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTION_START_SERVICE__SERVICE = eINSTANCE.getActionStartService_Service();\n\n }\n\n}", "public void createPackageContents() {\n\t\tif (isCreated) return;\n\t\tisCreated = true;\n\n\t\t// Create classes and their features\n\t\tarrayOfStringEClass = createEClass(ARRAY_OF_STRING);\n\t\tcreateEAttribute(arrayOfStringEClass, ARRAY_OF_STRING__VALUES);\n\n\t\tcontainerEClass = createEClass(CONTAINER);\n\t\tcreateEAttribute(containerEClass, CONTAINER__NAME);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CONTAINERID);\n\t\tcreateEAttribute(containerEClass, CONTAINER__IMAGE);\n\t\tcreateEAttribute(containerEClass, CONTAINER__BUILD);\n\t\tcreateEAttribute(containerEClass, CONTAINER__COMMAND);\n\t\tcreateEAttribute(containerEClass, CONTAINER__PORTS);\n\t\tcreateEAttribute(containerEClass, CONTAINER__EXPOSE);\n\t\tcreateEAttribute(containerEClass, CONTAINER__VOLUMES);\n\t\tcreateEAttribute(containerEClass, CONTAINER__ENVIRONMENT);\n\t\tcreateEAttribute(containerEClass, CONTAINER__ENV_FILE);\n\t\tcreateEAttribute(containerEClass, CONTAINER__NET);\n\t\tcreateEAttribute(containerEClass, CONTAINER__DNS);\n\t\tcreateEAttribute(containerEClass, CONTAINER__DNS_SEARCH);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CAP_ADD);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CAP_DROP);\n\t\tcreateEAttribute(containerEClass, CONTAINER__WORKING_DIR);\n\t\tcreateEAttribute(containerEClass, CONTAINER__ENTRYPOINT);\n\t\tcreateEAttribute(containerEClass, CONTAINER__USER);\n\t\tcreateEAttribute(containerEClass, CONTAINER__DOMAIN_NAME);\n\t\tcreateEAttribute(containerEClass, CONTAINER__MEM_LIMIT);\n\t\tcreateEAttribute(containerEClass, CONTAINER__MEMORY_SWAP);\n\t\tcreateEAttribute(containerEClass, CONTAINER__PRIVILEGED);\n\t\tcreateEAttribute(containerEClass, CONTAINER__RESTART);\n\t\tcreateEAttribute(containerEClass, CONTAINER__STDIN_OPEN);\n\t\tcreateEAttribute(containerEClass, CONTAINER__INTERACTIVE);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CPU_SHARES);\n\t\tcreateEAttribute(containerEClass, CONTAINER__PID);\n\t\tcreateEAttribute(containerEClass, CONTAINER__IPC);\n\t\tcreateEAttribute(containerEClass, CONTAINER__ADD_HOST);\n\t\tcreateEAttribute(containerEClass, CONTAINER__MAC_ADDRESS);\n\t\tcreateEAttribute(containerEClass, CONTAINER__RM);\n\t\tcreateEAttribute(containerEClass, CONTAINER__SECURITY_OPT);\n\t\tcreateEAttribute(containerEClass, CONTAINER__DEVICE);\n\t\tcreateEAttribute(containerEClass, CONTAINER__LXC_CONF);\n\t\tcreateEAttribute(containerEClass, CONTAINER__PUBLISH_ALL);\n\t\tcreateEAttribute(containerEClass, CONTAINER__READ_ONLY);\n\t\tcreateEAttribute(containerEClass, CONTAINER__MONITORED);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CPU_USED);\n\t\tcreateEAttribute(containerEClass, CONTAINER__MEMORY_USED);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CPU_PERCENT);\n\t\tcreateEAttribute(containerEClass, CONTAINER__MEMORY_PERCENT);\n\t\tcreateEAttribute(containerEClass, CONTAINER__DISK_USED);\n\t\tcreateEAttribute(containerEClass, CONTAINER__DISK_PERCENT);\n\t\tcreateEAttribute(containerEClass, CONTAINER__BANDWIDTH_USED);\n\t\tcreateEAttribute(containerEClass, CONTAINER__BANDWIDTH_PERCENT);\n\t\tcreateEAttribute(containerEClass, CONTAINER__MONITORING_INTERVAL);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CPU_MAX_VALUE);\n\t\tcreateEAttribute(containerEClass, CONTAINER__MEMORY_MAX_VALUE);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CORE_MAX);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CPU_SET_CPUS);\n\t\tcreateEAttribute(containerEClass, CONTAINER__CPU_SET_MEMS);\n\t\tcreateEAttribute(containerEClass, CONTAINER__TTY);\n\t\tcreateEOperation(containerEClass, CONTAINER___CREATE);\n\t\tcreateEOperation(containerEClass, CONTAINER___STOP);\n\t\tcreateEOperation(containerEClass, CONTAINER___RUN);\n\t\tcreateEOperation(containerEClass, CONTAINER___PAUSE);\n\t\tcreateEOperation(containerEClass, CONTAINER___UNPAUSE);\n\t\tcreateEOperation(containerEClass, CONTAINER___KILL__STRING);\n\n\t\tlinkEClass = createEClass(LINK);\n\t\tcreateEAttribute(linkEClass, LINK__ALIAS);\n\n\t\tnetworklinkEClass = createEClass(NETWORKLINK);\n\n\t\tvolumesfromEClass = createEClass(VOLUMESFROM);\n\t\tcreateEAttribute(volumesfromEClass, VOLUMESFROM__MODE);\n\n\t\tcontainsEClass = createEClass(CONTAINS);\n\n\t\tmachineEClass = createEClass(MACHINE);\n\t\tcreateEAttribute(machineEClass, MACHINE__NAME);\n\t\tcreateEAttribute(machineEClass, MACHINE__ENGINE_INSTALL_URL);\n\t\tcreateEAttribute(machineEClass, MACHINE__ENGINE_OPT);\n\t\tcreateEAttribute(machineEClass, MACHINE__ENGINE_INSECURE_REGISTRY);\n\t\tcreateEAttribute(machineEClass, MACHINE__ENGINE_REGISTRY_MIRROR);\n\t\tcreateEAttribute(machineEClass, MACHINE__ENGINE_LABEL);\n\t\tcreateEAttribute(machineEClass, MACHINE__ENGINE_STORAGE_DRIVER);\n\t\tcreateEAttribute(machineEClass, MACHINE__ENGINE_ENV);\n\t\tcreateEAttribute(machineEClass, MACHINE__SWARM);\n\t\tcreateEAttribute(machineEClass, MACHINE__SWARM_IMAGE);\n\t\tcreateEAttribute(machineEClass, MACHINE__SWARM_MASTER);\n\t\tcreateEAttribute(machineEClass, MACHINE__SWARM_DISCOVERY);\n\t\tcreateEAttribute(machineEClass, MACHINE__SWARM_STRATEGY);\n\t\tcreateEAttribute(machineEClass, MACHINE__SWARM_OPT);\n\t\tcreateEAttribute(machineEClass, MACHINE__SWARM_HOST);\n\t\tcreateEAttribute(machineEClass, MACHINE__SWARM_ADDR);\n\t\tcreateEAttribute(machineEClass, MACHINE__SWARM_EXPERIMENTAL);\n\t\tcreateEAttribute(machineEClass, MACHINE__TLS_SAN);\n\t\tcreateEOperation(machineEClass, MACHINE___STARTALL);\n\n\t\tvolumeEClass = createEClass(VOLUME);\n\t\tcreateEAttribute(volumeEClass, VOLUME__DRIVER);\n\t\tcreateEAttribute(volumeEClass, VOLUME__LABELS);\n\t\tcreateEAttribute(volumeEClass, VOLUME__OPTIONS);\n\t\tcreateEAttribute(volumeEClass, VOLUME__SOURCE);\n\t\tcreateEAttribute(volumeEClass, VOLUME__DESTINATION);\n\t\tcreateEAttribute(volumeEClass, VOLUME__MODE);\n\t\tcreateEAttribute(volumeEClass, VOLUME__RW);\n\t\tcreateEAttribute(volumeEClass, VOLUME__PROPAGATION);\n\t\tcreateEAttribute(volumeEClass, VOLUME__NAME);\n\n\t\tnetworkEClass = createEClass(NETWORK);\n\t\tcreateEAttribute(networkEClass, NETWORK__NETWORK_ID);\n\t\tcreateEAttribute(networkEClass, NETWORK__NAME);\n\t\tcreateEAttribute(networkEClass, NETWORK__AUX_ADDRESS);\n\t\tcreateEAttribute(networkEClass, NETWORK__DRIVER);\n\t\tcreateEAttribute(networkEClass, NETWORK__GATEWAY);\n\t\tcreateEAttribute(networkEClass, NETWORK__INTERNAL);\n\t\tcreateEAttribute(networkEClass, NETWORK__IP_RANGE);\n\t\tcreateEAttribute(networkEClass, NETWORK__IPAM_DRIVER);\n\t\tcreateEAttribute(networkEClass, NETWORK__IPAM_OPT);\n\t\tcreateEAttribute(networkEClass, NETWORK__IPV6);\n\t\tcreateEAttribute(networkEClass, NETWORK__OPT);\n\t\tcreateEAttribute(networkEClass, NETWORK__SUBNET);\n\n\t\tmachinegenericEClass = createEClass(MACHINEGENERIC);\n\t\tcreateEAttribute(machinegenericEClass, MACHINEGENERIC__ENGINE_PORT);\n\t\tcreateEAttribute(machinegenericEClass, MACHINEGENERIC__IP_ADDRESS);\n\t\tcreateEAttribute(machinegenericEClass, MACHINEGENERIC__SSH_KEY);\n\t\tcreateEAttribute(machinegenericEClass, MACHINEGENERIC__SSH_USER);\n\t\tcreateEAttribute(machinegenericEClass, MACHINEGENERIC__SSH_PORT);\n\n\t\tmachineamazonec2EClass = createEClass(MACHINEAMAZONEC2);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__ACCESS_KEY);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__AMI);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__INSTANCE_TYPE);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__REGION);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__ROOT_SIZE);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__SECRET_KEY);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__SECURITY_GROUP);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__SESSION_TOKEN);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__SUBNET_ID);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__VPC_ID);\n\t\tcreateEAttribute(machineamazonec2EClass, MACHINEAMAZONEC2__ZONE);\n\n\t\tmachinedigitaloceanEClass = createEClass(MACHINEDIGITALOCEAN);\n\t\tcreateEAttribute(machinedigitaloceanEClass, MACHINEDIGITALOCEAN__ACCESS_TOKEN);\n\t\tcreateEAttribute(machinedigitaloceanEClass, MACHINEDIGITALOCEAN__IMAGE);\n\t\tcreateEAttribute(machinedigitaloceanEClass, MACHINEDIGITALOCEAN__REGION);\n\t\tcreateEAttribute(machinedigitaloceanEClass, MACHINEDIGITALOCEAN__SIZE);\n\n\t\tmachinegooglecomputeengineEClass = createEClass(MACHINEGOOGLECOMPUTEENGINE);\n\t\tcreateEAttribute(machinegooglecomputeengineEClass, MACHINEGOOGLECOMPUTEENGINE__ZONE);\n\t\tcreateEAttribute(machinegooglecomputeengineEClass, MACHINEGOOGLECOMPUTEENGINE__MACHINE_TYPE);\n\t\tcreateEAttribute(machinegooglecomputeengineEClass, MACHINEGOOGLECOMPUTEENGINE__USERNAME);\n\t\tcreateEAttribute(machinegooglecomputeengineEClass, MACHINEGOOGLECOMPUTEENGINE__INSTANCE_NAME);\n\t\tcreateEAttribute(machinegooglecomputeengineEClass, MACHINEGOOGLECOMPUTEENGINE__PROJECT);\n\n\t\tmachineibmsoftlayerEClass = createEClass(MACHINEIBMSOFTLAYER);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__API_ENDPOINT);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__USER);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__API_KEY);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__CPU);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__DISK_SIZE);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__DOMAIN);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__HOURLY_BILLING);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__IMAGE);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__LOCAL_DISK);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__PRIVATE_NET_ONLY);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__REGION);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__PUBLIC_VLAN_ID);\n\t\tcreateEAttribute(machineibmsoftlayerEClass, MACHINEIBMSOFTLAYER__PRIVATE_VLAN_ID);\n\n\t\tmachinemicrosoftazureEClass = createEClass(MACHINEMICROSOFTAZURE);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__SUBSCRIPTION_ID);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__SUBSCRIPTION_CERT);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__ENVIRONMENT);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__MACHINE_LOCATION);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__RESOURCE_GROUP);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__SIZE);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__SSH_USER);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__VNET);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__SUBNET);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__SUBNET_PREFIX);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__AVAILABILITY_SET);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__OPEN_PORT);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__PRIVATE_IP_ADDRESS);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__NO_PUBLIC_IP);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__STATIC_PUBLIC_IP);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__DOCKER_PORT);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__USE_PRIVATE_IP);\n\t\tcreateEAttribute(machinemicrosoftazureEClass, MACHINEMICROSOFTAZURE__IMAGE);\n\n\t\tmachinemicrosofthypervEClass = createEClass(MACHINEMICROSOFTHYPERV);\n\t\tcreateEAttribute(machinemicrosofthypervEClass, MACHINEMICROSOFTHYPERV__VIRTUAL_SWITCH);\n\t\tcreateEAttribute(machinemicrosofthypervEClass, MACHINEMICROSOFTHYPERV__BOOT2DOCKER_URL);\n\t\tcreateEAttribute(machinemicrosofthypervEClass, MACHINEMICROSOFTHYPERV__DISK_SIZE);\n\t\tcreateEAttribute(machinemicrosofthypervEClass, MACHINEMICROSOFTHYPERV__STATIC_MAC_ADDRESS);\n\t\tcreateEAttribute(machinemicrosofthypervEClass, MACHINEMICROSOFTHYPERV__VLAN_ID);\n\n\t\tmachineopenstackEClass = createEClass(MACHINEOPENSTACK);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__FLAVOR_ID);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__FLAVOR_NAME);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__IMAGE_ID);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__IMAGE_NAME);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__AUTH_URL);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__USERNAME);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__PASSWORD);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__TENANT_NAME);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__TENANT_ID);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__REGION);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__ENDPOINT_TYPE);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__NET_ID);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__NET_NAME);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__SEC_GROUPS);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__FLOATING_IP_POOL);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__ACTIVE_TIME_OUT);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__AVAILABILITY_ZONE);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__DOMAIN_ID);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__DOMAIN_NAME);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__INSECURE);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__IP_VERSION);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__KEYPAIR_NAME);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__PRIVATE_KEY_FILE);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__SSH_PORT);\n\t\tcreateEAttribute(machineopenstackEClass, MACHINEOPENSTACK__SSH_USER);\n\n\t\tmachinerackspaceEClass = createEClass(MACHINERACKSPACE);\n\t\tcreateEAttribute(machinerackspaceEClass, MACHINERACKSPACE__USERNAME);\n\t\tcreateEAttribute(machinerackspaceEClass, MACHINERACKSPACE__API_KEY);\n\t\tcreateEAttribute(machinerackspaceEClass, MACHINERACKSPACE__REGION);\n\t\tcreateEAttribute(machinerackspaceEClass, MACHINERACKSPACE__END_POINT_TYPE);\n\t\tcreateEAttribute(machinerackspaceEClass, MACHINERACKSPACE__IMAGE_ID);\n\t\tcreateEAttribute(machinerackspaceEClass, MACHINERACKSPACE__FLAVOR_ID);\n\t\tcreateEAttribute(machinerackspaceEClass, MACHINERACKSPACE__SSH_USER);\n\t\tcreateEAttribute(machinerackspaceEClass, MACHINERACKSPACE__SSH_PORT);\n\t\tcreateEAttribute(machinerackspaceEClass, MACHINERACKSPACE__DOCKER_INSTALL);\n\n\t\tmachinevirtualboxEClass = createEClass(MACHINEVIRTUALBOX);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__BOOT2DOCKER_URL);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__DISK_SIZE);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__HOST_DNS_RESOLVER);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__IMPORT_BOOT2_DOCKER_VM);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__HOST_ONLY_CIDR);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__HOST_ONLY_NIC_TYPE);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__HOST_ONLY_NIC_PROMISC);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__NO_SHARE);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__NO_DNS_PROXY);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__NO_VTX_CHECK);\n\t\tcreateEAttribute(machinevirtualboxEClass, MACHINEVIRTUALBOX__SHARE_FOLDER);\n\n\t\tmachinevmwarefusionEClass = createEClass(MACHINEVMWAREFUSION);\n\t\tcreateEAttribute(machinevmwarefusionEClass, MACHINEVMWAREFUSION__BOOT2DOCKER_URL);\n\t\tcreateEAttribute(machinevmwarefusionEClass, MACHINEVMWAREFUSION__DISK_SIZE);\n\t\tcreateEAttribute(machinevmwarefusionEClass, MACHINEVMWAREFUSION__MEMORY_SIZE);\n\t\tcreateEAttribute(machinevmwarefusionEClass, MACHINEVMWAREFUSION__NO_SHARE);\n\n\t\tmachinevmwarevcloudairEClass = createEClass(MACHINEVMWAREVCLOUDAIR);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__USERNAME);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__PASSWORD);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__CATALOG);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__CATALOG_ITEM);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__COMPUTE_ID);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__CPU_COUNT);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__DOCKER_PORT);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__EDGEGATEWAY);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__MEMORY_SIZE);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__VAPP_NAME);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__ORGVDCNETWORK);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__PROVISION);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__PUBLIC_IP);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__SSH_PORT);\n\t\tcreateEAttribute(machinevmwarevcloudairEClass, MACHINEVMWAREVCLOUDAIR__VDC_ID);\n\n\t\tmachinevmwarevsphereEClass = createEClass(MACHINEVMWAREVSPHERE);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__USERNAME);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__PASSWORD);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__BOOT2DOCKER_URL);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__COMPUTE_IP);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__CPU_COUNT);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__DATACENTER);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__DATASTORE);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__DISK_SIZE);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__MEMORY_SIZE);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__NETWORK);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__POOL);\n\t\tcreateEAttribute(machinevmwarevsphereEClass, MACHINEVMWAREVSPHERE__VCENTER);\n\n\t\tmachineexoscaleEClass = createEClass(MACHINEEXOSCALE);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__URL);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__API_KEY);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__API_SECRET_KEY);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__INSTANCE_PROFILE);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__IMAGE);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__SECURITY_GROUP);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__AVAILABILITY_ZONE);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__SSH_USER);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__USER_DATA);\n\t\tcreateEAttribute(machineexoscaleEClass, MACHINEEXOSCALE__AFFINITY_GROUP);\n\n\t\tmachinegrid5000EClass = createEClass(MACHINEGRID5000);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__USERNAME);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__PASSWORD);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__SITE);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__WALLTIME);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__SSH_PRIVATE_KEY);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__SSH_PUBLIC_KEY);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__IMAGE);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__RESOURCE_PROPERTIES);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__USE_JOB_RESERVATION);\n\t\tcreateEAttribute(machinegrid5000EClass, MACHINEGRID5000__HOST_TO_PROVISION);\n\n\t\tclusterEClass = createEClass(CLUSTER);\n\t\tcreateEAttribute(clusterEClass, CLUSTER__NAME);\n\n\t\t// Create enums\n\t\tmodeEEnum = createEEnum(MODE);\n\t}", "public interface ConfigurationProvider extends ContainerProvider, PackageProvider {\n}", "JPackage _package();", "MystPackage getMystPackage();", "public interface RefProject extends RefEntity {\n RefPackage getDefaultPackage();\n}", "@Override\n public boolean isPackaged() {\n return false;\n }", "EisPackage getEisPackage();", "@Remote\npublic interface ExplorerService {\n\n /**\n * Return a list of items for the specified Path. The Path can be either:-\n * - A Project Root (i.e. folder containing pom.xml and parent of folder containing kmodule.xml)\n * - Within a Project Package (i.e. folder within Project Root and src/main/resources)\n * - Within a Project but outside of a Package (i.e. between pom.xml and src/main/resources)\n * - Other\n * @param path\n * @return\n */\n ExplorerContent getContentInScope( final Path path );\n\n}", "public interface ManagerPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"manager\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"org.openecomp.dcae.controller.service.common.vm.manager\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"manager\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tManagerPackage eINSTANCE = org.openecomp.dcae.controller.service.common.vm.manager.impl.ManagerPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link org.openecomp.dcae.controller.service.common.vm.manager.impl.CommonVmManagerImpl <em>Common Vm Manager</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.openecomp.dcae.controller.service.common.vm.manager.impl.CommonVmManagerImpl\n\t * @see org.openecomp.dcae.controller.service.common.vm.manager.impl.ManagerPackageImpl#getCommonVmManager()\n\t * @generated\n\t */\n\tint COMMON_VM_MANAGER = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Input Streams</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__INPUT_STREAMS = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER__INPUT_STREAMS;\n\n\t/**\n\t * The feature id for the '<em><b>Output Streams</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__OUTPUT_STREAMS = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER__OUTPUT_STREAMS;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__CONFIGURATION = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Component</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__COMPONENT = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER__COMPONENT;\n\n\t/**\n\t * The feature id for the '<em><b>Script</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__SCRIPT = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Configure Timeout</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__CONFIGURE_TIMEOUT = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Test Timeout</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__TEST_TIMEOUT = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Suspend Timeout</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__SUSPEND_TIMEOUT = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Resume Timeout</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__RESUME_TIMEOUT = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Vm Configuration</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER__VM_CONFIGURATION = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of structural features of the '<em>Common Vm Manager</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER_FEATURE_COUNT = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER_FEATURE_COUNT + 6;\n\n\t/**\n\t * The operation id for the '<em>Test</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___TEST = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___TEST;\n\n\t/**\n\t * The operation id for the '<em>Suspend</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___SUSPEND = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___SUSPEND;\n\n\t/**\n\t * The operation id for the '<em>Resume</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___RESUME = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___RESUME;\n\n\t/**\n\t * The operation id for the '<em>Public Key</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___PUBLIC_KEY = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___PUBLIC_KEY;\n\n\t/**\n\t * The operation id for the '<em>Configuration Changed</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___CONFIGURATION_CHANGED = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___CONFIGURATION_CHANGED;\n\n\t/**\n\t * The operation id for the '<em>Update Streams</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___UPDATE_STREAMS__ELIST_ELIST = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___UPDATE_STREAMS__ELIST_ELIST;\n\n\t/**\n\t * The operation id for the '<em>Logs</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___LOGS__JSONOBJECT_ELIST = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___LOGS__JSONOBJECT_ELIST;\n\n\t/**\n\t * The operation id for the '<em>Metrics</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___METRICS__JSONOBJECT_ELIST = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___METRICS__JSONOBJECT_ELIST;\n\n\t/**\n\t * The operation id for the '<em>Properties</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___PROPERTIES__JSONOBJECT_ELIST = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___PROPERTIES__JSONOBJECT_ELIST;\n\n\t/**\n\t * The operation id for the '<em>Upload Info</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___UPLOAD_INFO__JSONOBJECT_ELIST = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___UPLOAD_INFO__JSONOBJECT_ELIST;\n\n\t/**\n\t * The operation id for the '<em>Get Values</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___GET_VALUES__JSONOBJECT_STRING_LONG_LONG_METRICVALUEOPTION_BOOLEAN = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___GET_VALUES__JSONOBJECT_STRING_LONG_LONG_METRICVALUEOPTION_BOOLEAN;\n\n\t/**\n\t * The operation id for the '<em>Get Values All</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___GET_VALUES_ALL__JSONOBJECT_STRING_ELIST_LONG_LONG_METRICVALUEOPTION_BOOLEAN = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___GET_VALUES_ALL__JSONOBJECT_STRING_ELIST_LONG_LONG_METRICVALUEOPTION_BOOLEAN;\n\n\t/**\n\t * The operation id for the '<em>Get Messages</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___GET_MESSAGES__JSONOBJECT_STRING_LONG_LONG = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___GET_MESSAGES__JSONOBJECT_STRING_LONG_LONG;\n\n\t/**\n\t * The operation id for the '<em>Get Request Logger</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___GET_REQUEST_LOGGER__STRING_STRING_STRING_JSONOBJECT = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___GET_REQUEST_LOGGER__STRING_STRING_STRING_JSONOBJECT;\n\n\t/**\n\t * The operation id for the '<em>Evaluate</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___EVALUATE__STRING_FUNCTION = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___EVALUATE__STRING_FUNCTION;\n\n\t/**\n\t * The operation id for the '<em>Update</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER___UPDATE__STRING_FUNCTION = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER___UPDATE__STRING_FUNCTION;\n\n\t/**\n\t * The number of operations of the '<em>Common Vm Manager</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_VM_MANAGER_OPERATION_COUNT = VmmanagerPackage.VIRTUAL_MACHINE_MANAGER_OPERATION_COUNT + 0;\n\n\n\t/**\n\t * Returns the meta object for class '{@link org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager <em>Common Vm Manager</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Common Vm Manager</em>'.\n\t * @see org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager\n\t * @generated\n\t */\n\tEClass getCommonVmManager();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getScript <em>Script</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Script</em>'.\n\t * @see org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getScript()\n\t * @see #getCommonVmManager()\n\t * @generated\n\t */\n\tEAttribute getCommonVmManager_Script();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getConfigureTimeout <em>Configure Timeout</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Configure Timeout</em>'.\n\t * @see org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getConfigureTimeout()\n\t * @see #getCommonVmManager()\n\t * @generated\n\t */\n\tEAttribute getCommonVmManager_ConfigureTimeout();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getTestTimeout <em>Test Timeout</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Test Timeout</em>'.\n\t * @see org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getTestTimeout()\n\t * @see #getCommonVmManager()\n\t * @generated\n\t */\n\tEAttribute getCommonVmManager_TestTimeout();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getSuspendTimeout <em>Suspend Timeout</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Suspend Timeout</em>'.\n\t * @see org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getSuspendTimeout()\n\t * @see #getCommonVmManager()\n\t * @generated\n\t */\n\tEAttribute getCommonVmManager_SuspendTimeout();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getResumeTimeout <em>Resume Timeout</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Resume Timeout</em>'.\n\t * @see org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getResumeTimeout()\n\t * @see #getCommonVmManager()\n\t * @generated\n\t */\n\tEAttribute getCommonVmManager_ResumeTimeout();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getVmConfiguration <em>Vm Configuration</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Vm Configuration</em>'.\n\t * @see org.openecomp.dcae.controller.service.common.vm.manager.CommonVmManager#getVmConfiguration()\n\t * @see #getCommonVmManager()\n\t * @generated\n\t */\n\tEReference getCommonVmManager_VmConfiguration();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tManagerFactory getManagerFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link org.openecomp.dcae.controller.service.common.vm.manager.impl.CommonVmManagerImpl <em>Common Vm Manager</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.openecomp.dcae.controller.service.common.vm.manager.impl.CommonVmManagerImpl\n\t\t * @see org.openecomp.dcae.controller.service.common.vm.manager.impl.ManagerPackageImpl#getCommonVmManager()\n\t\t * @generated\n\t\t */\n\t\tEClass COMMON_VM_MANAGER = eINSTANCE.getCommonVmManager();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Script</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute COMMON_VM_MANAGER__SCRIPT = eINSTANCE.getCommonVmManager_Script();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Configure Timeout</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute COMMON_VM_MANAGER__CONFIGURE_TIMEOUT = eINSTANCE.getCommonVmManager_ConfigureTimeout();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Test Timeout</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute COMMON_VM_MANAGER__TEST_TIMEOUT = eINSTANCE.getCommonVmManager_TestTimeout();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Suspend Timeout</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute COMMON_VM_MANAGER__SUSPEND_TIMEOUT = eINSTANCE.getCommonVmManager_SuspendTimeout();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Resume Timeout</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute COMMON_VM_MANAGER__RESUME_TIMEOUT = eINSTANCE.getCommonVmManager_ResumeTimeout();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Vm Configuration</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference COMMON_VM_MANAGER__VM_CONFIGURATION = eINSTANCE.getCommonVmManager_VmConfiguration();\n\n\t}\n\n}", "io.deniffel.dsl.useCase.useCase.Package getPackage();", "public interface Packager {\n /**\n * A package is created using this method. The body of the package is\n * obtained from the given body source, while the resources or references\n * to the resources are obtained from the ApplicationContext's\n * PackageResources instance.\n *\n * @param context the request context associated with the packaging\n * operation\n * @param bodySource the source of the package's body content\n * @param bodyContext a contextual object of relevance to the package\n * bodySource\n */\n void createPackage(MarinerRequestContext context,\n PackageBodySource bodySource,\n Object bodyContext)\n throws PackagingException;\n}", "public interface AndroidPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"android\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://www.eclipse.org/acceleo/example/android\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"android\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tAndroidPackage eINSTANCE = org.eclipse.ese.android.model.android.impl.AndroidPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ese.android.model.android.impl.ApplicationImpl <em>Application</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ese.android.model.android.impl.ApplicationImpl\n\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getApplication()\n\t * @generated\n\t */\n\tint APPLICATION = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPLICATION__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Activities</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPLICATION__ACTIVITIES = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Application</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPLICATION_FEATURE_COUNT = 2;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ese.android.model.android.impl.ActivityImpl <em>Activity</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ese.android.model.android.impl.ActivityImpl\n\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getActivity()\n\t * @generated\n\t */\n\tint ACTIVITY = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVITY__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Widgets</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVITY__WIDGETS = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Activity</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVITY_FEATURE_COUNT = 2;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ese.android.model.android.Widget <em>Widget</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ese.android.model.android.Widget\n\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getWidget()\n\t * @generated\n\t */\n\tint WIDGET = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint WIDGET__NAME = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Widget</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint WIDGET_FEATURE_COUNT = 1;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ese.android.model.android.impl.TextImpl <em>Text</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ese.android.model.android.impl.TextImpl\n\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getText()\n\t * @generated\n\t */\n\tint TEXT = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TEXT__NAME = WIDGET__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Text</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TEXT_FEATURE_COUNT = WIDGET_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ese.android.model.android.impl.SpinnerImpl <em>Spinner</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ese.android.model.android.impl.SpinnerImpl\n\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getSpinner()\n\t * @generated\n\t */\n\tint SPINNER = 4;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SPINNER__NAME = WIDGET__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Spinner</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SPINNER_FEATURE_COUNT = WIDGET_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ese.android.model.android.impl.LinkImpl <em>Link</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ese.android.model.android.impl.LinkImpl\n\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getLink()\n\t * @generated\n\t */\n\tint LINK = 5;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINK__NAME = WIDGET__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Activity</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINK__ACTIVITY = WIDGET_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Link</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINK_FEATURE_COUNT = WIDGET_FEATURE_COUNT + 1;\n\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ese.android.model.android.Application <em>Application</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Application</em>'.\n\t * @see org.eclipse.ese.android.model.android.Application\n\t * @generated\n\t */\n\tEClass getApplication();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ese.android.model.android.Application#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see org.eclipse.ese.android.model.android.Application#getName()\n\t * @see #getApplication()\n\t * @generated\n\t */\n\tEAttribute getApplication_Name();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link org.eclipse.ese.android.model.android.Application#getActivities <em>Activities</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Activities</em>'.\n\t * @see org.eclipse.ese.android.model.android.Application#getActivities()\n\t * @see #getApplication()\n\t * @generated\n\t */\n\tEReference getApplication_Activities();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ese.android.model.android.Activity <em>Activity</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Activity</em>'.\n\t * @see org.eclipse.ese.android.model.android.Activity\n\t * @generated\n\t */\n\tEClass getActivity();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ese.android.model.android.Activity#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see org.eclipse.ese.android.model.android.Activity#getName()\n\t * @see #getActivity()\n\t * @generated\n\t */\n\tEAttribute getActivity_Name();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link org.eclipse.ese.android.model.android.Activity#getWidgets <em>Widgets</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Widgets</em>'.\n\t * @see org.eclipse.ese.android.model.android.Activity#getWidgets()\n\t * @see #getActivity()\n\t * @generated\n\t */\n\tEReference getActivity_Widgets();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ese.android.model.android.Widget <em>Widget</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Widget</em>'.\n\t * @see org.eclipse.ese.android.model.android.Widget\n\t * @generated\n\t */\n\tEClass getWidget();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ese.android.model.android.Widget#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see org.eclipse.ese.android.model.android.Widget#getName()\n\t * @see #getWidget()\n\t * @generated\n\t */\n\tEAttribute getWidget_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ese.android.model.android.Text <em>Text</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Text</em>'.\n\t * @see org.eclipse.ese.android.model.android.Text\n\t * @generated\n\t */\n\tEClass getText();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ese.android.model.android.Spinner <em>Spinner</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Spinner</em>'.\n\t * @see org.eclipse.ese.android.model.android.Spinner\n\t * @generated\n\t */\n\tEClass getSpinner();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ese.android.model.android.Link <em>Link</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Link</em>'.\n\t * @see org.eclipse.ese.android.model.android.Link\n\t * @generated\n\t */\n\tEClass getLink();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.eclipse.ese.android.model.android.Link#getActivity <em>Activity</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Activity</em>'.\n\t * @see org.eclipse.ese.android.model.android.Link#getActivity()\n\t * @see #getLink()\n\t * @generated\n\t */\n\tEReference getLink_Activity();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tAndroidFactory getAndroidFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ese.android.model.android.impl.ApplicationImpl <em>Application</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ese.android.model.android.impl.ApplicationImpl\n\t\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getApplication()\n\t\t * @generated\n\t\t */\n\t\tEClass APPLICATION = eINSTANCE.getApplication();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute APPLICATION__NAME = eINSTANCE.getApplication_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Activities</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference APPLICATION__ACTIVITIES = eINSTANCE.getApplication_Activities();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ese.android.model.android.impl.ActivityImpl <em>Activity</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ese.android.model.android.impl.ActivityImpl\n\t\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getActivity()\n\t\t * @generated\n\t\t */\n\t\tEClass ACTIVITY = eINSTANCE.getActivity();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ACTIVITY__NAME = eINSTANCE.getActivity_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Widgets</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ACTIVITY__WIDGETS = eINSTANCE.getActivity_Widgets();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ese.android.model.android.Widget <em>Widget</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ese.android.model.android.Widget\n\t\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getWidget()\n\t\t * @generated\n\t\t */\n\t\tEClass WIDGET = eINSTANCE.getWidget();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute WIDGET__NAME = eINSTANCE.getWidget_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ese.android.model.android.impl.TextImpl <em>Text</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ese.android.model.android.impl.TextImpl\n\t\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getText()\n\t\t * @generated\n\t\t */\n\t\tEClass TEXT = eINSTANCE.getText();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ese.android.model.android.impl.SpinnerImpl <em>Spinner</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ese.android.model.android.impl.SpinnerImpl\n\t\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getSpinner()\n\t\t * @generated\n\t\t */\n\t\tEClass SPINNER = eINSTANCE.getSpinner();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ese.android.model.android.impl.LinkImpl <em>Link</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ese.android.model.android.impl.LinkImpl\n\t\t * @see org.eclipse.ese.android.model.android.impl.AndroidPackageImpl#getLink()\n\t\t * @generated\n\t\t */\n\t\tEClass LINK = eINSTANCE.getLink();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Activity</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference LINK__ACTIVITY = eINSTANCE.getLink_Activity();\n\n\t}\n\n}", "PiviPackage getPiviPackage();", "ModulePackage createModulePackage();", "public interface FlowDesignerPackage extends EPackage {\n /**\n * The package name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNAME = \"FlowDesigner\";\n\n /**\n * The package namespace URI.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_URI = \"http://piece-framework.com/piece-ide/flowdesigner/1.0\";\n\n /**\n * The package namespace name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_PREFIX = \"FlowDesigner\";\n\n /**\n * The singleton instance of the package.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n FlowDesignerPackage eINSTANCE = FlowDesigner.impl.FlowDesignerPackageImpl.init();\n\n /**\n * The meta object id for the '{@link FlowDesigner.Source <em>Source</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.Source\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getSource()\n * @generated\n */\n int SOURCE = 5;\n\n /**\n * The feature id for the '<em><b>Events</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SOURCE__EVENTS = 0;\n\n /**\n * The number of structural features of the '<em>Source</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int SOURCE_FEATURE_COUNT = 1;\n\n /**\n * The meta object id for the '{@link FlowDesigner.impl.InitialStateImpl <em>Initial State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.InitialStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getInitialState()\n * @generated\n */\n int INITIAL_STATE = 0;\n\n /**\n * The feature id for the '<em><b>Events</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INITIAL_STATE__EVENTS = SOURCE__EVENTS;\n\n /**\n * The feature id for the '<em><b>Initialize</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INITIAL_STATE__INITIALIZE = SOURCE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Initial State</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INITIAL_STATE_FEATURE_COUNT = SOURCE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link FlowDesigner.Target <em>Target</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.Target\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getTarget()\n * @generated\n */\n int TARGET = 6;\n\n /**\n * The number of structural features of the '<em>Target</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int TARGET_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link FlowDesigner.impl.FinalStateImpl <em>Final State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.FinalStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getFinalState()\n * @generated\n */\n int FINAL_STATE = 1;\n\n /**\n * The feature id for the '<em><b>Finalize</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int FINAL_STATE__FINALIZE = TARGET_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Final State</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int FINAL_STATE_FEATURE_COUNT = TARGET_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link FlowDesigner.impl.NamedStateImpl <em>Named State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.NamedStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getNamedState()\n * @generated\n */\n int NAMED_STATE = 7;\n\n /**\n * The feature id for the '<em><b>Events</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NAMED_STATE__EVENTS = SOURCE__EVENTS;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NAMED_STATE__NAME = SOURCE_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Activity</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NAMED_STATE__ACTIVITY = SOURCE_FEATURE_COUNT + 1;\n\n /**\n * The feature id for the '<em><b>Exit</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NAMED_STATE__EXIT = SOURCE_FEATURE_COUNT + 2;\n\n /**\n * The feature id for the '<em><b>Entry</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NAMED_STATE__ENTRY = SOURCE_FEATURE_COUNT + 3;\n\n /**\n * The number of structural features of the '<em>Named State</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NAMED_STATE_FEATURE_COUNT = SOURCE_FEATURE_COUNT + 4;\n\n /**\n * The meta object id for the '{@link FlowDesigner.impl.ActionStateImpl <em>Action State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.ActionStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getActionState()\n * @generated\n */\n int ACTION_STATE = 2;\n\n /**\n * The feature id for the '<em><b>Events</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_STATE__EVENTS = NAMED_STATE__EVENTS;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_STATE__NAME = NAMED_STATE__NAME;\n\n /**\n * The feature id for the '<em><b>Activity</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_STATE__ACTIVITY = NAMED_STATE__ACTIVITY;\n\n /**\n * The feature id for the '<em><b>Exit</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_STATE__EXIT = NAMED_STATE__EXIT;\n\n /**\n * The feature id for the '<em><b>Entry</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_STATE__ENTRY = NAMED_STATE__ENTRY;\n\n /**\n * The number of structural features of the '<em>Action State</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_STATE_FEATURE_COUNT = NAMED_STATE_FEATURE_COUNT + 0;\n\n /**\n * The meta object id for the '{@link FlowDesigner.impl.ViewStateImpl <em>View State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.ViewStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getViewState()\n * @generated\n */\n int VIEW_STATE = 3;\n\n /**\n * The feature id for the '<em><b>Events</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int VIEW_STATE__EVENTS = NAMED_STATE__EVENTS;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int VIEW_STATE__NAME = NAMED_STATE__NAME;\n\n /**\n * The feature id for the '<em><b>Activity</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int VIEW_STATE__ACTIVITY = NAMED_STATE__ACTIVITY;\n\n /**\n * The feature id for the '<em><b>Exit</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int VIEW_STATE__EXIT = NAMED_STATE__EXIT;\n\n /**\n * The feature id for the '<em><b>Entry</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int VIEW_STATE__ENTRY = NAMED_STATE__ENTRY;\n\n /**\n * The feature id for the '<em><b>View</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int VIEW_STATE__VIEW = NAMED_STATE_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>View State</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int VIEW_STATE_FEATURE_COUNT = NAMED_STATE_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link FlowDesigner.impl.EventImpl <em>Event</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.EventImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getEvent()\n * @generated\n */\n int EVENT = 4;\n\n /**\n * The feature id for the '<em><b>Event</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int EVENT__EVENT = 0;\n\n /**\n * The feature id for the '<em><b>Next State</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int EVENT__NEXT_STATE = 1;\n\n /**\n * The feature id for the '<em><b>Action</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int EVENT__ACTION = 2;\n\n /**\n * The feature id for the '<em><b>Guard</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int EVENT__GUARD = 3;\n\n /**\n * The number of structural features of the '<em>Event</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int EVENT_FEATURE_COUNT = 4;\n\n /**\n * The meta object id for the '{@link FlowDesigner.impl.FlowImpl <em>Flow</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.FlowImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getFlow()\n * @generated\n */\n int FLOW = 8;\n\n /**\n * The feature id for the '<em><b>Initial State</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int FLOW__INITIAL_STATE = 0;\n\n /**\n * The feature id for the '<em><b>States</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int FLOW__STATES = 1;\n\n /**\n * The feature id for the '<em><b>Final State</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int FLOW__FINAL_STATE = 2;\n\n /**\n * The number of structural features of the '<em>Flow</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int FLOW_FEATURE_COUNT = 3;\n\n /**\n * The meta object id for the '<em>Action</em>' data type.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see java.lang.String\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getAction()\n * @generated\n */\n int ACTION = 9;\n\n\n /**\n * Returns the meta object for class '{@link FlowDesigner.InitialState <em>Initial State</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Initial State</em>'.\n * @see FlowDesigner.InitialState\n * @generated\n */\n EClass getInitialState();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.InitialState#getInitialize <em>Initialize</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Initialize</em>'.\n * @see FlowDesigner.InitialState#getInitialize()\n * @see #getInitialState()\n * @generated\n */\n EAttribute getInitialState_Initialize();\n\n /**\n * Returns the meta object for class '{@link FlowDesigner.FinalState <em>Final State</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Final State</em>'.\n * @see FlowDesigner.FinalState\n * @generated\n */\n EClass getFinalState();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.FinalState#getFinalize <em>Finalize</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Finalize</em>'.\n * @see FlowDesigner.FinalState#getFinalize()\n * @see #getFinalState()\n * @generated\n */\n EAttribute getFinalState_Finalize();\n\n /**\n * Returns the meta object for class '{@link FlowDesigner.ActionState <em>Action State</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Action State</em>'.\n * @see FlowDesigner.ActionState\n * @generated\n */\n EClass getActionState();\n\n /**\n * Returns the meta object for class '{@link FlowDesigner.ViewState <em>View State</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>View State</em>'.\n * @see FlowDesigner.ViewState\n * @generated\n */\n EClass getViewState();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.ViewState#getView <em>View</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>View</em>'.\n * @see FlowDesigner.ViewState#getView()\n * @see #getViewState()\n * @generated\n */\n EAttribute getViewState_View();\n\n /**\n * Returns the meta object for class '{@link FlowDesigner.Event <em>Event</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Event</em>'.\n * @see FlowDesigner.Event\n * @generated\n */\n EClass getEvent();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.Event#getEvent <em>Event</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Event</em>'.\n * @see FlowDesigner.Event#getEvent()\n * @see #getEvent()\n * @generated\n */\n EAttribute getEvent_Event();\n\n /**\n * Returns the meta object for the reference '{@link FlowDesigner.Event#getNextState <em>Next State</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Next State</em>'.\n * @see FlowDesigner.Event#getNextState()\n * @see #getEvent()\n * @generated\n */\n EReference getEvent_NextState();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.Event#getAction <em>Action</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Action</em>'.\n * @see FlowDesigner.Event#getAction()\n * @see #getEvent()\n * @generated\n */\n EAttribute getEvent_Action();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.Event#getGuard <em>Guard</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Guard</em>'.\n * @see FlowDesigner.Event#getGuard()\n * @see #getEvent()\n * @generated\n */\n EAttribute getEvent_Guard();\n\n /**\n * Returns the meta object for class '{@link FlowDesigner.Source <em>Source</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Source</em>'.\n * @see FlowDesigner.Source\n * @generated\n */\n EClass getSource();\n\n /**\n * Returns the meta object for the containment reference list '{@link FlowDesigner.Source#getEvents <em>Events</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Events</em>'.\n * @see FlowDesigner.Source#getEvents()\n * @see #getSource()\n * @generated\n */\n EReference getSource_Events();\n\n /**\n * Returns the meta object for class '{@link FlowDesigner.Target <em>Target</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Target</em>'.\n * @see FlowDesigner.Target\n * @generated\n */\n EClass getTarget();\n\n /**\n * Returns the meta object for class '{@link FlowDesigner.NamedState <em>Named State</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Named State</em>'.\n * @see FlowDesigner.NamedState\n * @generated\n */\n EClass getNamedState();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.NamedState#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see FlowDesigner.NamedState#getName()\n * @see #getNamedState()\n * @generated\n */\n EAttribute getNamedState_Name();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.NamedState#getActivity <em>Activity</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Activity</em>'.\n * @see FlowDesigner.NamedState#getActivity()\n * @see #getNamedState()\n * @generated\n */\n EAttribute getNamedState_Activity();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.NamedState#getExit <em>Exit</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Exit</em>'.\n * @see FlowDesigner.NamedState#getExit()\n * @see #getNamedState()\n * @generated\n */\n EAttribute getNamedState_Exit();\n\n /**\n * Returns the meta object for the attribute '{@link FlowDesigner.NamedState#getEntry <em>Entry</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Entry</em>'.\n * @see FlowDesigner.NamedState#getEntry()\n * @see #getNamedState()\n * @generated\n */\n EAttribute getNamedState_Entry();\n\n /**\n * Returns the meta object for class '{@link FlowDesigner.Flow <em>Flow</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Flow</em>'.\n * @see FlowDesigner.Flow\n * @generated\n */\n EClass getFlow();\n\n /**\n * Returns the meta object for the containment reference '{@link FlowDesigner.Flow#getInitialState <em>Initial State</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Initial State</em>'.\n * @see FlowDesigner.Flow#getInitialState()\n * @see #getFlow()\n * @generated\n */\n EReference getFlow_InitialState();\n\n /**\n * Returns the meta object for the containment reference list '{@link FlowDesigner.Flow#getStates <em>States</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>States</em>'.\n * @see FlowDesigner.Flow#getStates()\n * @see #getFlow()\n * @generated\n */\n EReference getFlow_States();\n\n /**\n * Returns the meta object for the containment reference '{@link FlowDesigner.Flow#getFinalState <em>Final State</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Final State</em>'.\n * @see FlowDesigner.Flow#getFinalState()\n * @see #getFlow()\n * @generated\n */\n EReference getFlow_FinalState();\n\n /**\n * Returns the meta object for data type '{@link java.lang.String <em>Action</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for data type '<em>Action</em>'.\n * @see java.lang.String\n * @model instanceClass=\"java.lang.String\"\n * @generated\n */\n EDataType getAction();\n\n /**\n * Returns the factory that creates the instances of the model.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the factory that creates the instances of the model.\n * @generated\n */\n FlowDesignerFactory getFlowDesignerFactory();\n\n /**\n * <!-- begin-user-doc -->\n * Defines literals for the meta objects that represent\n * <ul>\n * <li>each class,</li>\n * <li>each feature of each class,</li>\n * <li>each enum,</li>\n * <li>and each data type</li>\n * </ul>\n * <!-- end-user-doc -->\n * @generated\n */\n interface Literals {\n /**\n * The meta object literal for the '{@link FlowDesigner.impl.InitialStateImpl <em>Initial State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.InitialStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getInitialState()\n * @generated\n */\n EClass INITIAL_STATE = eINSTANCE.getInitialState();\n\n /**\n * The meta object literal for the '<em><b>Initialize</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute INITIAL_STATE__INITIALIZE = eINSTANCE.getInitialState_Initialize();\n\n /**\n * The meta object literal for the '{@link FlowDesigner.impl.FinalStateImpl <em>Final State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.FinalStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getFinalState()\n * @generated\n */\n EClass FINAL_STATE = eINSTANCE.getFinalState();\n\n /**\n * The meta object literal for the '<em><b>Finalize</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute FINAL_STATE__FINALIZE = eINSTANCE.getFinalState_Finalize();\n\n /**\n * The meta object literal for the '{@link FlowDesigner.impl.ActionStateImpl <em>Action State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.ActionStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getActionState()\n * @generated\n */\n EClass ACTION_STATE = eINSTANCE.getActionState();\n\n /**\n * The meta object literal for the '{@link FlowDesigner.impl.ViewStateImpl <em>View State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.ViewStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getViewState()\n * @generated\n */\n EClass VIEW_STATE = eINSTANCE.getViewState();\n\n /**\n * The meta object literal for the '<em><b>View</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute VIEW_STATE__VIEW = eINSTANCE.getViewState_View();\n\n /**\n * The meta object literal for the '{@link FlowDesigner.impl.EventImpl <em>Event</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.EventImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getEvent()\n * @generated\n */\n EClass EVENT = eINSTANCE.getEvent();\n\n /**\n * The meta object literal for the '<em><b>Event</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute EVENT__EVENT = eINSTANCE.getEvent_Event();\n\n /**\n * The meta object literal for the '<em><b>Next State</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference EVENT__NEXT_STATE = eINSTANCE.getEvent_NextState();\n\n /**\n * The meta object literal for the '<em><b>Action</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute EVENT__ACTION = eINSTANCE.getEvent_Action();\n\n /**\n * The meta object literal for the '<em><b>Guard</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute EVENT__GUARD = eINSTANCE.getEvent_Guard();\n\n /**\n * The meta object literal for the '{@link FlowDesigner.Source <em>Source</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.Source\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getSource()\n * @generated\n */\n EClass SOURCE = eINSTANCE.getSource();\n\n /**\n * The meta object literal for the '<em><b>Events</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference SOURCE__EVENTS = eINSTANCE.getSource_Events();\n\n /**\n * The meta object literal for the '{@link FlowDesigner.Target <em>Target</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.Target\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getTarget()\n * @generated\n */\n EClass TARGET = eINSTANCE.getTarget();\n\n /**\n * The meta object literal for the '{@link FlowDesigner.impl.NamedStateImpl <em>Named State</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.NamedStateImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getNamedState()\n * @generated\n */\n EClass NAMED_STATE = eINSTANCE.getNamedState();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute NAMED_STATE__NAME = eINSTANCE.getNamedState_Name();\n\n /**\n * The meta object literal for the '<em><b>Activity</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute NAMED_STATE__ACTIVITY = eINSTANCE.getNamedState_Activity();\n\n /**\n * The meta object literal for the '<em><b>Exit</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute NAMED_STATE__EXIT = eINSTANCE.getNamedState_Exit();\n\n /**\n * The meta object literal for the '<em><b>Entry</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute NAMED_STATE__ENTRY = eINSTANCE.getNamedState_Entry();\n\n /**\n * The meta object literal for the '{@link FlowDesigner.impl.FlowImpl <em>Flow</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see FlowDesigner.impl.FlowImpl\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getFlow()\n * @generated\n */\n EClass FLOW = eINSTANCE.getFlow();\n\n /**\n * The meta object literal for the '<em><b>Initial State</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FLOW__INITIAL_STATE = eINSTANCE.getFlow_InitialState();\n\n /**\n * The meta object literal for the '<em><b>States</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FLOW__STATES = eINSTANCE.getFlow_States();\n\n /**\n * The meta object literal for the '<em><b>Final State</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference FLOW__FINAL_STATE = eINSTANCE.getFlow_FinalState();\n\n /**\n * The meta object literal for the '<em>Action</em>' data type.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see java.lang.String\n * @see FlowDesigner.impl.FlowDesignerPackageImpl#getAction()\n * @generated\n */\n EDataType ACTION = eINSTANCE.getAction();\n\n }\n\n}", "ApiPackage getApiPackage();", "public void createPackageContents() {\n\t\tif (isCreated)\n\t\t\treturn;\n\t\tisCreated = true;\n\n\t\t// Create classes and their features\n\t\tprojectEClass = createEClass(PROJECT);\n\t\tcreateEReference(projectEClass, PROJECT__PLUGINS);\n\t\tcreateEAttribute(projectEClass, PROJECT__NAME);\n\t\tcreateEReference(projectEClass, PROJECT__REPOSITORIES);\n\t\tcreateEReference(projectEClass, PROJECT__DEPENDENCIES);\n\t\tcreateEReference(projectEClass, PROJECT__VIEWS);\n\t\tcreateEReference(projectEClass, PROJECT__PROPERTIES);\n\n\t\tpluginEClass = createEClass(PLUGIN);\n\t\tcreateEReference(pluginEClass, PLUGIN__REPOSITORIES);\n\t\tcreateEReference(pluginEClass, PLUGIN__OUTPUT_PORTS);\n\t\tcreateEReference(pluginEClass, PLUGIN__DISPLAYS);\n\n\t\tportEClass = createEClass(PORT);\n\t\tcreateEAttribute(portEClass, PORT__NAME);\n\t\tcreateEAttribute(portEClass, PORT__EVENT_TYPES);\n\t\tcreateEAttribute(portEClass, PORT__ID);\n\n\t\tinputPortEClass = createEClass(INPUT_PORT);\n\t\tcreateEReference(inputPortEClass, INPUT_PORT__PARENT);\n\n\t\toutputPortEClass = createEClass(OUTPUT_PORT);\n\t\tcreateEReference(outputPortEClass, OUTPUT_PORT__SUBSCRIBERS);\n\t\tcreateEReference(outputPortEClass, OUTPUT_PORT__PARENT);\n\n\t\tpropertyEClass = createEClass(PROPERTY);\n\t\tcreateEAttribute(propertyEClass, PROPERTY__NAME);\n\t\tcreateEAttribute(propertyEClass, PROPERTY__VALUE);\n\n\t\tfilterEClass = createEClass(FILTER);\n\t\tcreateEReference(filterEClass, FILTER__INPUT_PORTS);\n\n\t\treaderEClass = createEClass(READER);\n\n\t\trepositoryEClass = createEClass(REPOSITORY);\n\n\t\tdependencyEClass = createEClass(DEPENDENCY);\n\t\tcreateEAttribute(dependencyEClass, DEPENDENCY__FILE_PATH);\n\n\t\trepositoryConnectorEClass = createEClass(REPOSITORY_CONNECTOR);\n\t\tcreateEAttribute(repositoryConnectorEClass, REPOSITORY_CONNECTOR__NAME);\n\t\tcreateEReference(repositoryConnectorEClass, REPOSITORY_CONNECTOR__REPOSITORY);\n\t\tcreateEAttribute(repositoryConnectorEClass, REPOSITORY_CONNECTOR__ID);\n\n\t\tdisplayEClass = createEClass(DISPLAY);\n\t\tcreateEAttribute(displayEClass, DISPLAY__NAME);\n\t\tcreateEReference(displayEClass, DISPLAY__PARENT);\n\t\tcreateEAttribute(displayEClass, DISPLAY__ID);\n\n\t\tviewEClass = createEClass(VIEW);\n\t\tcreateEAttribute(viewEClass, VIEW__NAME);\n\t\tcreateEAttribute(viewEClass, VIEW__DESCRIPTION);\n\t\tcreateEReference(viewEClass, VIEW__DISPLAY_CONNECTORS);\n\t\tcreateEAttribute(viewEClass, VIEW__ID);\n\n\t\tdisplayConnectorEClass = createEClass(DISPLAY_CONNECTOR);\n\t\tcreateEAttribute(displayConnectorEClass, DISPLAY_CONNECTOR__NAME);\n\t\tcreateEReference(displayConnectorEClass, DISPLAY_CONNECTOR__DISPLAY);\n\t\tcreateEAttribute(displayConnectorEClass, DISPLAY_CONNECTOR__ID);\n\n\t\tanalysisComponentEClass = createEClass(ANALYSIS_COMPONENT);\n\t\tcreateEAttribute(analysisComponentEClass, ANALYSIS_COMPONENT__NAME);\n\t\tcreateEAttribute(analysisComponentEClass, ANALYSIS_COMPONENT__CLASSNAME);\n\t\tcreateEReference(analysisComponentEClass, ANALYSIS_COMPONENT__PROPERTIES);\n\t\tcreateEAttribute(analysisComponentEClass, ANALYSIS_COMPONENT__ID);\n\t}", "public abstract String getTargetPackage();", "public abstract String getTargetPackage();", "public interface AtomPackage extends EPackage {\n /**\n * The package name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNAME = \"atom\";\n\n /**\n * The package namespace URI.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_URI = \"http://bip2/ujf/verimag/bip/component/atom/1.0\";\n\n /**\n * The package namespace name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_PREFIX = \"bip2.ujf.verimag.bip.component.atom\";\n\n /**\n * The singleton instance of the package.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n AtomPackage eINSTANCE = bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl\n .init();\n\n /**\n * The meta object id for the '{@link bip2.ujf.verimag.bip.component.atom.AtomInternalExternalPortDeclaration <em>Internal External Port Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.AtomInternalExternalPortDeclaration\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomInternalExternalPortDeclaration()\n * @generated\n */\n int ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION = 0;\n\n /**\n * The feature id for the '<em><b>Port Type</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__PORT_TYPE = PortPackage.PORT_DECLARATION__PORT_TYPE;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__NAME = PortPackage.PORT_DECLARATION__NAME;\n\n /**\n * The feature id for the '<em><b>Data Parameters</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__DATA_PARAMETERS = PortPackage.PORT_DECLARATION__DATA_PARAMETERS;\n\n /**\n * The feature id for the '<em><b>Bip Annotations</b></em>' map.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__BIP_ANNOTATIONS = PortPackage.PORT_DECLARATION_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Internal External Port Declaration</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION_FEATURE_COUNT = PortPackage.PORT_DECLARATION_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link bip2.ujf.verimag.bip.component.atom.impl.AtomInternalPortDeclarationImpl <em>Internal Port Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomInternalPortDeclarationImpl\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomInternalPortDeclaration()\n * @generated\n */\n int ATOM_INTERNAL_PORT_DECLARATION = 1;\n\n /**\n * The feature id for the '<em><b>Port Type</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_PORT_DECLARATION__PORT_TYPE = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__PORT_TYPE;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_PORT_DECLARATION__NAME = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__NAME;\n\n /**\n * The feature id for the '<em><b>Data Parameters</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_PORT_DECLARATION__DATA_PARAMETERS = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__DATA_PARAMETERS;\n\n /**\n * The feature id for the '<em><b>Bip Annotations</b></em>' map.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_PORT_DECLARATION__BIP_ANNOTATIONS = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__BIP_ANNOTATIONS;\n\n /**\n * The number of structural features of the '<em>Internal Port Declaration</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_PORT_DECLARATION_FEATURE_COUNT = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION_FEATURE_COUNT + 0;\n\n /**\n * The meta object id for the '{@link bip2.ujf.verimag.bip.component.atom.impl.AtomExternalPortDeclarationImpl <em>External Port Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomExternalPortDeclarationImpl\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomExternalPortDeclaration()\n * @generated\n */\n int ATOM_EXTERNAL_PORT_DECLARATION = 2;\n\n /**\n * The feature id for the '<em><b>Port Type</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXTERNAL_PORT_DECLARATION__PORT_TYPE = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__PORT_TYPE;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXTERNAL_PORT_DECLARATION__NAME = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__NAME;\n\n /**\n * The feature id for the '<em><b>Data Parameters</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXTERNAL_PORT_DECLARATION__DATA_PARAMETERS = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__DATA_PARAMETERS;\n\n /**\n * The feature id for the '<em><b>Bip Annotations</b></em>' map.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXTERNAL_PORT_DECLARATION__BIP_ANNOTATIONS = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION__BIP_ANNOTATIONS;\n\n /**\n * The feature id for the '<em><b>Backend Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXTERNAL_PORT_DECLARATION__BACKEND_NAME = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Policy</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXTERNAL_PORT_DECLARATION__POLICY = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION_FEATURE_COUNT + 1;\n\n /**\n * The number of structural features of the '<em>External Port Declaration</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXTERNAL_PORT_DECLARATION_FEATURE_COUNT = ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION_FEATURE_COUNT + 2;\n\n /**\n * The meta object id for the '{@link bip2.ujf.verimag.bip.component.atom.impl.AtomInternalDataDeclarationImpl <em>Internal Data Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomInternalDataDeclarationImpl\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomInternalDataDeclaration()\n * @generated\n */\n int ATOM_INTERNAL_DATA_DECLARATION = 3;\n\n /**\n * The feature id for the '<em><b>Bip Annotations</b></em>' map.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_DATA_DECLARATION__BIP_ANNOTATIONS = DataPackage.EXPLICIT_DATA_DECLARATION__BIP_ANNOTATIONS;\n\n /**\n * The feature id for the '<em><b>Data Type</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_DATA_DECLARATION__DATA_TYPE = DataPackage.EXPLICIT_DATA_DECLARATION__DATA_TYPE;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_DATA_DECLARATION__NAME = DataPackage.EXPLICIT_DATA_DECLARATION__NAME;\n\n /**\n * The feature id for the '<em><b>Value</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_DATA_DECLARATION__VALUE = DataPackage.EXPLICIT_DATA_DECLARATION__VALUE;\n\n /**\n * The feature id for the '<em><b>Const</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_DATA_DECLARATION__CONST = DataPackage.EXPLICIT_DATA_DECLARATION__CONST;\n\n /**\n * The feature id for the '<em><b>Exported</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_DATA_DECLARATION__EXPORTED = DataPackage.EXPLICIT_DATA_DECLARATION_FEATURE_COUNT + 0;\n\n /**\n * The number of structural features of the '<em>Internal Data Declaration</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_INTERNAL_DATA_DECLARATION_FEATURE_COUNT = DataPackage.EXPLICIT_DATA_DECLARATION_FEATURE_COUNT + 1;\n\n /**\n * The meta object id for the '{@link bip2.ujf.verimag.bip.component.atom.impl.AtomExportPortDeclarationImpl <em>Export Port Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomExportPortDeclarationImpl\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomExportPortDeclaration()\n * @generated\n */\n int ATOM_EXPORT_PORT_DECLARATION = 4;\n\n /**\n * The feature id for the '<em><b>Port Type</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXPORT_PORT_DECLARATION__PORT_TYPE = PortPackage.PORT_DECLARATION__PORT_TYPE;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXPORT_PORT_DECLARATION__NAME = PortPackage.PORT_DECLARATION__NAME;\n\n /**\n * The feature id for the '<em><b>Data Parameters</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXPORT_PORT_DECLARATION__DATA_PARAMETERS = PortPackage.PORT_DECLARATION__DATA_PARAMETERS;\n\n /**\n * The feature id for the '<em><b>Bip Annotations</b></em>' map.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXPORT_PORT_DECLARATION__BIP_ANNOTATIONS = PortPackage.PORT_DECLARATION_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Port Declaration References</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXPORT_PORT_DECLARATION__PORT_DECLARATION_REFERENCES = PortPackage.PORT_DECLARATION_FEATURE_COUNT + 1;\n\n /**\n * The number of structural features of the '<em>Export Port Declaration</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATOM_EXPORT_PORT_DECLARATION_FEATURE_COUNT = PortPackage.PORT_DECLARATION_FEATURE_COUNT + 2;\n\n /**\n * The meta object id for the '{@link bip2.ujf.verimag.bip.component.atom.EventConsumptionPolicy <em>Event Consumption Policy</em>}' enum.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.EventConsumptionPolicy\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getEventConsumptionPolicy()\n * @generated\n */\n int EVENT_CONSUMPTION_POLICY = 5;\n\n /**\n * Returns the meta object for class '{@link bip2.ujf.verimag.bip.component.atom.AtomInternalExternalPortDeclaration <em>Internal External Port Declaration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Internal External Port Declaration</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.AtomInternalExternalPortDeclaration\n * @generated\n */\n EClass getAtomInternalExternalPortDeclaration();\n\n /**\n * Returns the meta object for class '{@link bip2.ujf.verimag.bip.component.atom.AtomInternalPortDeclaration <em>Internal Port Declaration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Internal Port Declaration</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.AtomInternalPortDeclaration\n * @generated\n */\n EClass getAtomInternalPortDeclaration();\n\n /**\n * Returns the meta object for class '{@link bip2.ujf.verimag.bip.component.atom.AtomExternalPortDeclaration <em>External Port Declaration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>External Port Declaration</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.AtomExternalPortDeclaration\n * @generated\n */\n EClass getAtomExternalPortDeclaration();\n\n /**\n * Returns the meta object for the attribute '{@link bip2.ujf.verimag.bip.component.atom.AtomExternalPortDeclaration#getBackendName <em>Backend Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Backend Name</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.AtomExternalPortDeclaration#getBackendName()\n * @see #getAtomExternalPortDeclaration()\n * @generated\n */\n EAttribute getAtomExternalPortDeclaration_BackendName();\n\n /**\n * Returns the meta object for the attribute '{@link bip2.ujf.verimag.bip.component.atom.AtomExternalPortDeclaration#getPolicy <em>Policy</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Policy</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.AtomExternalPortDeclaration#getPolicy()\n * @see #getAtomExternalPortDeclaration()\n * @generated\n */\n EAttribute getAtomExternalPortDeclaration_Policy();\n\n /**\n * Returns the meta object for class '{@link bip2.ujf.verimag.bip.component.atom.AtomInternalDataDeclaration <em>Internal Data Declaration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Internal Data Declaration</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.AtomInternalDataDeclaration\n * @generated\n */\n EClass getAtomInternalDataDeclaration();\n\n /**\n * Returns the meta object for the attribute '{@link bip2.ujf.verimag.bip.component.atom.AtomInternalDataDeclaration#isExported <em>Exported</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Exported</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.AtomInternalDataDeclaration#isExported()\n * @see #getAtomInternalDataDeclaration()\n * @generated\n */\n EAttribute getAtomInternalDataDeclaration_Exported();\n\n /**\n * Returns the meta object for class '{@link bip2.ujf.verimag.bip.component.atom.AtomExportPortDeclaration <em>Export Port Declaration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Export Port Declaration</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.AtomExportPortDeclaration\n * @generated\n */\n EClass getAtomExportPortDeclaration();\n\n /**\n * Returns the meta object for the reference list '{@link bip2.ujf.verimag.bip.component.atom.AtomExportPortDeclaration#getPortDeclarationReferences <em>Port Declaration References</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Port Declaration References</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.AtomExportPortDeclaration#getPortDeclarationReferences()\n * @see #getAtomExportPortDeclaration()\n * @generated\n */\n EReference getAtomExportPortDeclaration_PortDeclarationReferences();\n\n /**\n * Returns the meta object for enum '{@link bip2.ujf.verimag.bip.component.atom.EventConsumptionPolicy <em>Event Consumption Policy</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for enum '<em>Event Consumption Policy</em>'.\n * @see bip2.ujf.verimag.bip.component.atom.EventConsumptionPolicy\n * @generated\n */\n EEnum getEventConsumptionPolicy();\n\n /**\n * Returns the factory that creates the instances of the model.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the factory that creates the instances of the model.\n * @generated\n */\n AtomFactory getAtomFactory();\n\n /**\n * <!-- begin-user-doc -->\n * Defines literals for the meta objects that represent\n * <ul>\n * <li>each class,</li>\n * <li>each feature of each class,</li>\n * <li>each enum,</li>\n * <li>and each data type</li>\n * </ul>\n * <!-- end-user-doc -->\n * @generated\n */\n interface Literals {\n /**\n * The meta object literal for the '{@link bip2.ujf.verimag.bip.component.atom.AtomInternalExternalPortDeclaration <em>Internal External Port Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.AtomInternalExternalPortDeclaration\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomInternalExternalPortDeclaration()\n * @generated\n */\n EClass ATOM_INTERNAL_EXTERNAL_PORT_DECLARATION = eINSTANCE\n .getAtomInternalExternalPortDeclaration();\n\n /**\n * The meta object literal for the '{@link bip2.ujf.verimag.bip.component.atom.impl.AtomInternalPortDeclarationImpl <em>Internal Port Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomInternalPortDeclarationImpl\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomInternalPortDeclaration()\n * @generated\n */\n EClass ATOM_INTERNAL_PORT_DECLARATION = eINSTANCE\n .getAtomInternalPortDeclaration();\n\n /**\n * The meta object literal for the '{@link bip2.ujf.verimag.bip.component.atom.impl.AtomExternalPortDeclarationImpl <em>External Port Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomExternalPortDeclarationImpl\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomExternalPortDeclaration()\n * @generated\n */\n EClass ATOM_EXTERNAL_PORT_DECLARATION = eINSTANCE\n .getAtomExternalPortDeclaration();\n\n /**\n * The meta object literal for the '<em><b>Backend Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ATOM_EXTERNAL_PORT_DECLARATION__BACKEND_NAME = eINSTANCE\n .getAtomExternalPortDeclaration_BackendName();\n\n /**\n * The meta object literal for the '<em><b>Policy</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ATOM_EXTERNAL_PORT_DECLARATION__POLICY = eINSTANCE\n .getAtomExternalPortDeclaration_Policy();\n\n /**\n * The meta object literal for the '{@link bip2.ujf.verimag.bip.component.atom.impl.AtomInternalDataDeclarationImpl <em>Internal Data Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomInternalDataDeclarationImpl\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomInternalDataDeclaration()\n * @generated\n */\n EClass ATOM_INTERNAL_DATA_DECLARATION = eINSTANCE\n .getAtomInternalDataDeclaration();\n\n /**\n * The meta object literal for the '<em><b>Exported</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ATOM_INTERNAL_DATA_DECLARATION__EXPORTED = eINSTANCE\n .getAtomInternalDataDeclaration_Exported();\n\n /**\n * The meta object literal for the '{@link bip2.ujf.verimag.bip.component.atom.impl.AtomExportPortDeclarationImpl <em>Export Port Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomExportPortDeclarationImpl\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getAtomExportPortDeclaration()\n * @generated\n */\n EClass ATOM_EXPORT_PORT_DECLARATION = eINSTANCE\n .getAtomExportPortDeclaration();\n\n /**\n * The meta object literal for the '<em><b>Port Declaration References</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ATOM_EXPORT_PORT_DECLARATION__PORT_DECLARATION_REFERENCES = eINSTANCE\n .getAtomExportPortDeclaration_PortDeclarationReferences();\n\n /**\n * The meta object literal for the '{@link bip2.ujf.verimag.bip.component.atom.EventConsumptionPolicy <em>Event Consumption Policy</em>}' enum.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see bip2.ujf.verimag.bip.component.atom.EventConsumptionPolicy\n * @see bip2.ujf.verimag.bip.component.atom.impl.AtomPackageImpl#getEventConsumptionPolicy()\n * @generated\n */\n EEnum EVENT_CONSUMPTION_POLICY = eINSTANCE.getEventConsumptionPolicy();\n\n }\n\n}", "public interface GraphPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"graph\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"org.openecomp.ncomp.sirius.manager.graph\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"graph\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tGraphPackage eINSTANCE = org.openecomp.ncomp.sirius.manager.graph.impl.GraphPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphImpl <em>Gui Graph</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphImpl\n\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GraphPackageImpl#getGuiGraph()\n\t * @generated\n\t */\n\tint GUI_GRAPH = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Nodes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH__NODES = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Edges</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH__EDGES = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Gui Graph</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_FEATURE_COUNT = 2;\n\n\t/**\n\t * The number of operations of the '<em>Gui Graph</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphItemImpl <em>Gui Graph Item</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphItemImpl\n\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GraphPackageImpl#getGuiGraphItem()\n\t * @generated\n\t */\n\tint GUI_GRAPH_ITEM = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_ITEM__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Tooltip</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_ITEM__TOOLTIP = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Url</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_ITEM__URL = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Gui Graph Item</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_ITEM_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Gui Graph Item</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_ITEM_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphNodeImpl <em>Gui Graph Node</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphNodeImpl\n\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GraphPackageImpl#getGuiGraphNode()\n\t * @generated\n\t */\n\tint GUI_GRAPH_NODE = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_NODE__NAME = GUI_GRAPH_ITEM__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Tooltip</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_NODE__TOOLTIP = GUI_GRAPH_ITEM__TOOLTIP;\n\n\t/**\n\t * The feature id for the '<em><b>Url</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_NODE__URL = GUI_GRAPH_ITEM__URL;\n\n\t/**\n\t * The feature id for the '<em><b>X</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_NODE__X = GUI_GRAPH_ITEM_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Y</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_NODE__Y = GUI_GRAPH_ITEM_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>H</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_NODE__H = GUI_GRAPH_ITEM_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>W</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_NODE__W = GUI_GRAPH_ITEM_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Gui Graph Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_NODE_FEATURE_COUNT = GUI_GRAPH_ITEM_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of operations of the '<em>Gui Graph Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_NODE_OPERATION_COUNT = GUI_GRAPH_ITEM_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphEdgeImpl <em>Gui Graph Edge</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphEdgeImpl\n\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GraphPackageImpl#getGuiGraphEdge()\n\t * @generated\n\t */\n\tint GUI_GRAPH_EDGE = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_EDGE__NAME = GUI_GRAPH_ITEM__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Tooltip</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_EDGE__TOOLTIP = GUI_GRAPH_ITEM__TOOLTIP;\n\n\t/**\n\t * The feature id for the '<em><b>Url</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_EDGE__URL = GUI_GRAPH_ITEM__URL;\n\n\t/**\n\t * The feature id for the '<em><b>X</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_EDGE__X = GUI_GRAPH_ITEM_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Y</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_EDGE__Y = GUI_GRAPH_ITEM_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Gui Graph Edge</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_EDGE_FEATURE_COUNT = GUI_GRAPH_ITEM_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of operations of the '<em>Gui Graph Edge</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GUI_GRAPH_EDGE_OPERATION_COUNT = GUI_GRAPH_ITEM_OPERATION_COUNT + 0;\n\n\n\t/**\n\t * Returns the meta object for class '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraph <em>Gui Graph</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Gui Graph</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraph\n\t * @generated\n\t */\n\tEClass getGuiGraph();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraph#getNodes <em>Nodes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Nodes</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraph#getNodes()\n\t * @see #getGuiGraph()\n\t * @generated\n\t */\n\tEReference getGuiGraph_Nodes();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraph#getEdges <em>Edges</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Edges</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraph#getEdges()\n\t * @see #getGuiGraph()\n\t * @generated\n\t */\n\tEReference getGuiGraph_Edges();\n\n\t/**\n\t * Returns the meta object for class '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphItem <em>Gui Graph Item</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Gui Graph Item</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphItem\n\t * @generated\n\t */\n\tEClass getGuiGraphItem();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphItem#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphItem#getName()\n\t * @see #getGuiGraphItem()\n\t * @generated\n\t */\n\tEAttribute getGuiGraphItem_Name();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphItem#getTooltip <em>Tooltip</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Tooltip</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphItem#getTooltip()\n\t * @see #getGuiGraphItem()\n\t * @generated\n\t */\n\tEAttribute getGuiGraphItem_Tooltip();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphItem#getUrl <em>Url</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Url</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphItem#getUrl()\n\t * @see #getGuiGraphItem()\n\t * @generated\n\t */\n\tEAttribute getGuiGraphItem_Url();\n\n\t/**\n\t * Returns the meta object for class '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode <em>Gui Graph Node</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Gui Graph Node</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode\n\t * @generated\n\t */\n\tEClass getGuiGraphNode();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode#getX <em>X</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>X</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode#getX()\n\t * @see #getGuiGraphNode()\n\t * @generated\n\t */\n\tEAttribute getGuiGraphNode_X();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode#getY <em>Y</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Y</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode#getY()\n\t * @see #getGuiGraphNode()\n\t * @generated\n\t */\n\tEAttribute getGuiGraphNode_Y();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode#getH <em>H</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>H</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode#getH()\n\t * @see #getGuiGraphNode()\n\t * @generated\n\t */\n\tEAttribute getGuiGraphNode_H();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode#getW <em>W</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>W</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphNode#getW()\n\t * @see #getGuiGraphNode()\n\t * @generated\n\t */\n\tEAttribute getGuiGraphNode_W();\n\n\t/**\n\t * Returns the meta object for class '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphEdge <em>Gui Graph Edge</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Gui Graph Edge</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphEdge\n\t * @generated\n\t */\n\tEClass getGuiGraphEdge();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphEdge#getX <em>X</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>X</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphEdge#getX()\n\t * @see #getGuiGraphEdge()\n\t * @generated\n\t */\n\tEReference getGuiGraphEdge_X();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.openecomp.ncomp.sirius.manager.graph.GuiGraphEdge#getY <em>Y</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Y</em>'.\n\t * @see org.openecomp.ncomp.sirius.manager.graph.GuiGraphEdge#getY()\n\t * @see #getGuiGraphEdge()\n\t * @generated\n\t */\n\tEReference getGuiGraphEdge_Y();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tGraphFactory getGraphFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphImpl <em>Gui Graph</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphImpl\n\t\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GraphPackageImpl#getGuiGraph()\n\t\t * @generated\n\t\t */\n\t\tEClass GUI_GRAPH = eINSTANCE.getGuiGraph();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Nodes</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference GUI_GRAPH__NODES = eINSTANCE.getGuiGraph_Nodes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Edges</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference GUI_GRAPH__EDGES = eINSTANCE.getGuiGraph_Edges();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphItemImpl <em>Gui Graph Item</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphItemImpl\n\t\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GraphPackageImpl#getGuiGraphItem()\n\t\t * @generated\n\t\t */\n\t\tEClass GUI_GRAPH_ITEM = eINSTANCE.getGuiGraphItem();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GUI_GRAPH_ITEM__NAME = eINSTANCE.getGuiGraphItem_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Tooltip</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GUI_GRAPH_ITEM__TOOLTIP = eINSTANCE.getGuiGraphItem_Tooltip();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Url</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GUI_GRAPH_ITEM__URL = eINSTANCE.getGuiGraphItem_Url();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphNodeImpl <em>Gui Graph Node</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphNodeImpl\n\t\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GraphPackageImpl#getGuiGraphNode()\n\t\t * @generated\n\t\t */\n\t\tEClass GUI_GRAPH_NODE = eINSTANCE.getGuiGraphNode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>X</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GUI_GRAPH_NODE__X = eINSTANCE.getGuiGraphNode_X();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Y</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GUI_GRAPH_NODE__Y = eINSTANCE.getGuiGraphNode_Y();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>H</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GUI_GRAPH_NODE__H = eINSTANCE.getGuiGraphNode_H();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>W</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GUI_GRAPH_NODE__W = eINSTANCE.getGuiGraphNode_W();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphEdgeImpl <em>Gui Graph Edge</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GuiGraphEdgeImpl\n\t\t * @see org.openecomp.ncomp.sirius.manager.graph.impl.GraphPackageImpl#getGuiGraphEdge()\n\t\t * @generated\n\t\t */\n\t\tEClass GUI_GRAPH_EDGE = eINSTANCE.getGuiGraphEdge();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>X</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference GUI_GRAPH_EDGE__X = eINSTANCE.getGuiGraphEdge_X();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Y</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference GUI_GRAPH_EDGE__Y = eINSTANCE.getGuiGraphEdge_Y();\n\n\t}\n\n}", "public interface FSProjectManager extends ProjectManager {\n}", "public interface QuestionarioPackage extends EPackage {\r\n\t/**\r\n\t * The package name.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tString eNAME = \"questionario\";\r\n\r\n\t/**\r\n\t * The package namespace URI.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tString eNS_URI = \"http://www.example.org/questionario\";\r\n\r\n\t/**\r\n\t * The package namespace name.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tString eNS_PREFIX = \"questionario\";\r\n\r\n\t/**\r\n\t * The singleton instance of the package.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tQuestionarioPackage eINSTANCE = br.org.cursomde.exemplo2.questionario.impl.QuestionarioPackageImpl.init();\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link br.org.cursomde.exemplo2.questionario.impl.QuestionarioImpl <em>Questionario</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see br.org.cursomde.exemplo2.questionario.impl.QuestionarioImpl\r\n\t * @see br.org.cursomde.exemplo2.questionario.impl.QuestionarioPackageImpl#getQuestionario()\r\n\t * @generated\r\n\t */\r\n\tint QUESTIONARIO = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Titulo</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint QUESTIONARIO__TITULO = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Descricao</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint QUESTIONARIO__DESCRICAO = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Tempo</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint QUESTIONARIO__TEMPO = 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Perguntas</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint QUESTIONARIO__PERGUNTAS = 3;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Questionario</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint QUESTIONARIO_FEATURE_COUNT = 4;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Questionario</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint QUESTIONARIO_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link br.org.cursomde.exemplo2.questionario.impl.ItemImpl <em>Item</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see br.org.cursomde.exemplo2.questionario.impl.ItemImpl\r\n\t * @see br.org.cursomde.exemplo2.questionario.impl.QuestionarioPackageImpl#getItem()\r\n\t * @generated\r\n\t */\r\n\tint ITEM = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Mensagem</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ITEM__MENSAGEM = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Alternativas</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ITEM__ALTERNATIVAS = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Inicio</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ITEM__INICIO = 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Fim</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ITEM__FIM = 3;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Item</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ITEM_FEATURE_COUNT = 4;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Item</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ITEM_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link br.org.cursomde.exemplo2.questionario.impl.RespostaImpl <em>Resposta</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see br.org.cursomde.exemplo2.questionario.impl.RespostaImpl\r\n\t * @see br.org.cursomde.exemplo2.questionario.impl.QuestionarioPackageImpl#getResposta()\r\n\t * @generated\r\n\t */\r\n\tint RESPOSTA = 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Proxima Pergunta</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RESPOSTA__PROXIMA_PERGUNTA = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Texto</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RESPOSTA__TEXTO = 1;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Resposta</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RESPOSTA_FEATURE_COUNT = 2;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Resposta</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RESPOSTA_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link br.org.cursomde.exemplo2.questionario.Questionario <em>Questionario</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Questionario</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Questionario\r\n\t * @generated\r\n\t */\r\n\tEClass getQuestionario();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link br.org.cursomde.exemplo2.questionario.Questionario#getTitulo <em>Titulo</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Titulo</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Questionario#getTitulo()\r\n\t * @see #getQuestionario()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getQuestionario_Titulo();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link br.org.cursomde.exemplo2.questionario.Questionario#getDescricao <em>Descricao</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Descricao</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Questionario#getDescricao()\r\n\t * @see #getQuestionario()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getQuestionario_Descricao();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link br.org.cursomde.exemplo2.questionario.Questionario#getTempo <em>Tempo</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Tempo</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Questionario#getTempo()\r\n\t * @see #getQuestionario()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getQuestionario_Tempo();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link br.org.cursomde.exemplo2.questionario.Questionario#getPerguntas <em>Perguntas</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Perguntas</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Questionario#getPerguntas()\r\n\t * @see #getQuestionario()\r\n\t * @generated\r\n\t */\r\n\tEReference getQuestionario_Perguntas();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link br.org.cursomde.exemplo2.questionario.Item <em>Item</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Item</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Item\r\n\t * @generated\r\n\t */\r\n\tEClass getItem();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link br.org.cursomde.exemplo2.questionario.Item#isInicio <em>Inicio</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Inicio</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Item#isInicio()\r\n\t * @see #getItem()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getItem_Inicio();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link br.org.cursomde.exemplo2.questionario.Item#isFim <em>Fim</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Fim</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Item#isFim()\r\n\t * @see #getItem()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getItem_Fim();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link br.org.cursomde.exemplo2.questionario.Item#getMensagem <em>Mensagem</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Mensagem</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Item#getMensagem()\r\n\t * @see #getItem()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getItem_Mensagem();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link br.org.cursomde.exemplo2.questionario.Item#getAlternativas <em>Alternativas</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Alternativas</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Item#getAlternativas()\r\n\t * @see #getItem()\r\n\t * @generated\r\n\t */\r\n\tEReference getItem_Alternativas();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link br.org.cursomde.exemplo2.questionario.Resposta <em>Resposta</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Resposta</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Resposta\r\n\t * @generated\r\n\t */\r\n\tEClass getResposta();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link br.org.cursomde.exemplo2.questionario.Resposta#getProximaPergunta <em>Proxima Pergunta</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Proxima Pergunta</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Resposta#getProximaPergunta()\r\n\t * @see #getResposta()\r\n\t * @generated\r\n\t */\r\n\tEReference getResposta_ProximaPergunta();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link br.org.cursomde.exemplo2.questionario.Resposta#getTexto <em>Texto</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Texto</em>'.\r\n\t * @see br.org.cursomde.exemplo2.questionario.Resposta#getTexto()\r\n\t * @see #getResposta()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getResposta_Texto();\r\n\r\n\t/**\r\n\t * Returns the factory that creates the instances of the model.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the factory that creates the instances of the model.\r\n\t * @generated\r\n\t */\r\n\tQuestionarioFactory getQuestionarioFactory();\r\n\r\n\t/**\r\n\t * <!-- begin-user-doc -->\r\n\t * Defines literals for the meta objects that represent\r\n\t * <ul>\r\n\t * <li>each class,</li>\r\n\t * <li>each feature of each class,</li>\r\n\t * <li>each operation of each class,</li>\r\n\t * <li>each enum,</li>\r\n\t * <li>and each data type</li>\r\n\t * </ul>\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tinterface Literals {\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link br.org.cursomde.exemplo2.questionario.impl.QuestionarioImpl <em>Questionario</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see br.org.cursomde.exemplo2.questionario.impl.QuestionarioImpl\r\n\t\t * @see br.org.cursomde.exemplo2.questionario.impl.QuestionarioPackageImpl#getQuestionario()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass QUESTIONARIO = eINSTANCE.getQuestionario();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Titulo</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute QUESTIONARIO__TITULO = eINSTANCE.getQuestionario_Titulo();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Descricao</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute QUESTIONARIO__DESCRICAO = eINSTANCE.getQuestionario_Descricao();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Tempo</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute QUESTIONARIO__TEMPO = eINSTANCE.getQuestionario_Tempo();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Perguntas</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference QUESTIONARIO__PERGUNTAS = eINSTANCE.getQuestionario_Perguntas();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link br.org.cursomde.exemplo2.questionario.impl.ItemImpl <em>Item</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see br.org.cursomde.exemplo2.questionario.impl.ItemImpl\r\n\t\t * @see br.org.cursomde.exemplo2.questionario.impl.QuestionarioPackageImpl#getItem()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass ITEM = eINSTANCE.getItem();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Inicio</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute ITEM__INICIO = eINSTANCE.getItem_Inicio();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Fim</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute ITEM__FIM = eINSTANCE.getItem_Fim();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Mensagem</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute ITEM__MENSAGEM = eINSTANCE.getItem_Mensagem();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Alternativas</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ITEM__ALTERNATIVAS = eINSTANCE.getItem_Alternativas();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link br.org.cursomde.exemplo2.questionario.impl.RespostaImpl <em>Resposta</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see br.org.cursomde.exemplo2.questionario.impl.RespostaImpl\r\n\t\t * @see br.org.cursomde.exemplo2.questionario.impl.QuestionarioPackageImpl#getResposta()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass RESPOSTA = eINSTANCE.getResposta();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Proxima Pergunta</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference RESPOSTA__PROXIMA_PERGUNTA = eINSTANCE.getResposta_ProximaPergunta();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Texto</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute RESPOSTA__TEXTO = eINSTANCE.getResposta_Texto();\r\n\r\n\t}\r\n\r\n}", "public interface CoreGroup extends AbstractGroup {\r\n}", "private VarietyPackage() {}", "public interface PurchasePackage {\n\n }", "public interface QuestionnairePackage extends EPackage\r\n{\r\n /**\r\n * The package name.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n String eNAME = \"questionnaire\";\r\n\r\n /**\r\n * The package namespace URI.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n String eNS_URI = \"http://www.ac.at/tuwien/big/Questionnaire\";\r\n\r\n /**\r\n * The package namespace name.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n String eNS_PREFIX = \"questionnaire\";\r\n\r\n /**\r\n * The singleton instance of the package.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n QuestionnairePackage eINSTANCE = at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl.init();\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.QuestionnaireImpl <em>Questionnaire</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnaireImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getQuestionnaire()\r\n * @generated\r\n */\r\n int QUESTIONNAIRE = 0;\r\n\r\n /**\r\n * The feature id for the '<em><b>Title</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int QUESTIONNAIRE__TITLE = 0;\r\n\r\n /**\r\n * The feature id for the '<em><b>Groups</b></em>' containment reference list.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int QUESTIONNAIRE__GROUPS = 1;\r\n\r\n /**\r\n * The number of structural features of the '<em>Questionnaire</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int QUESTIONNAIRE_FEATURE_COUNT = 2;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.GroupImpl <em>Group</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.GroupImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getGroup()\r\n * @generated\r\n */\r\n int GROUP = 1;\r\n\r\n /**\r\n * The feature id for the '<em><b>Questions</b></em>' containment reference list.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int GROUP__QUESTIONS = 0;\r\n\r\n /**\r\n * The number of structural features of the '<em>Group</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int GROUP_FEATURE_COUNT = 1;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.QuestionImpl <em>Question</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getQuestion()\r\n * @generated\r\n */\r\n int QUESTION = 2;\r\n\r\n /**\r\n * The feature id for the '<em><b>Name</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int QUESTION__NAME = 0;\r\n\r\n /**\r\n * The number of structural features of the '<em>Question</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int QUESTION_FEATURE_COUNT = 1;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.OpenQuestionImpl <em>Open Question</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.OpenQuestionImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getOpenQuestion()\r\n * @generated\r\n */\r\n int OPEN_QUESTION = 3;\r\n\r\n /**\r\n * The feature id for the '<em><b>Name</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int OPEN_QUESTION__NAME = QUESTION__NAME;\r\n\r\n /**\r\n * The number of structural features of the '<em>Open Question</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int OPEN_QUESTION_FEATURE_COUNT = QUESTION_FEATURE_COUNT + 0;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.ClosedQuestionImpl <em>Closed Question</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.ClosedQuestionImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getClosedQuestion()\r\n * @generated\r\n */\r\n int CLOSED_QUESTION = 4;\r\n\r\n /**\r\n * The feature id for the '<em><b>Name</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int CLOSED_QUESTION__NAME = QUESTION__NAME;\r\n\r\n /**\r\n * The feature id for the '<em><b>Answers</b></em>' containment reference.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int CLOSED_QUESTION__ANSWERS = QUESTION_FEATURE_COUNT + 0;\r\n\r\n /**\r\n * The number of structural features of the '<em>Closed Question</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int CLOSED_QUESTION_FEATURE_COUNT = QUESTION_FEATURE_COUNT + 1;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.LikertQuestionImpl <em>Likert Question</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.LikertQuestionImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getLikertQuestion()\r\n * @generated\r\n */\r\n int LIKERT_QUESTION = 5;\r\n\r\n /**\r\n * The feature id for the '<em><b>Name</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int LIKERT_QUESTION__NAME = QUESTION__NAME;\r\n\r\n /**\r\n * The feature id for the '<em><b>Lower</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int LIKERT_QUESTION__LOWER = QUESTION_FEATURE_COUNT + 0;\r\n\r\n /**\r\n * The feature id for the '<em><b>Higher</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int LIKERT_QUESTION__HIGHER = QUESTION_FEATURE_COUNT + 1;\r\n\r\n /**\r\n * The number of structural features of the '<em>Likert Question</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int LIKERT_QUESTION_FEATURE_COUNT = QUESTION_FEATURE_COUNT + 2;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.AnswersImpl <em>Answers</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.AnswersImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getAnswers()\r\n * @generated\r\n */\r\n int ANSWERS = 6;\r\n\r\n /**\r\n * The feature id for the '<em><b>Answers</b></em>' containment reference list.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int ANSWERS__ANSWERS = 0;\r\n\r\n /**\r\n * The feature id for the '<em><b>Defanswer</b></em>' containment reference.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int ANSWERS__DEFANSWER = 1;\r\n\r\n /**\r\n * The number of structural features of the '<em>Answers</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int ANSWERS_FEATURE_COUNT = 2;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.AnswerImpl <em>Answer</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.AnswerImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getAnswer()\r\n * @generated\r\n */\r\n int ANSWER = 7;\r\n\r\n /**\r\n * The feature id for the '<em><b>Name</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int ANSWER__NAME = 0;\r\n\r\n /**\r\n * The number of structural features of the '<em>Answer</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int ANSWER_FEATURE_COUNT = 1;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.OpenAnswerImpl <em>Open Answer</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.OpenAnswerImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getOpenAnswer()\r\n * @generated\r\n */\r\n int OPEN_ANSWER = 8;\r\n\r\n /**\r\n * The feature id for the '<em><b>Name</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int OPEN_ANSWER__NAME = ANSWER__NAME;\r\n\r\n /**\r\n * The number of structural features of the '<em>Open Answer</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int OPEN_ANSWER_FEATURE_COUNT = ANSWER_FEATURE_COUNT + 0;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.ClosedAnswerImpl <em>Closed Answer</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.ClosedAnswerImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getClosedAnswer()\r\n * @generated\r\n */\r\n int CLOSED_ANSWER = 9;\r\n\r\n /**\r\n * The feature id for the '<em><b>Name</b></em>' attribute.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int CLOSED_ANSWER__NAME = ANSWER__NAME;\r\n\r\n /**\r\n * The feature id for the '<em><b>Id</b></em>' reference list.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int CLOSED_ANSWER__ID = ANSWER_FEATURE_COUNT + 0;\r\n\r\n /**\r\n * The number of structural features of the '<em>Closed Answer</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int CLOSED_ANSWER_FEATURE_COUNT = ANSWER_FEATURE_COUNT + 1;\r\n\r\n /**\r\n * The meta object id for the '{@link at.ac.tuwien.big.questionnaire.impl.DefAnswerImpl <em>Def Answer</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.DefAnswerImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getDefAnswer()\r\n * @generated\r\n */\r\n int DEF_ANSWER = 10;\r\n\r\n /**\r\n * The feature id for the '<em><b>Id</b></em>' reference.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int DEF_ANSWER__ID = 0;\r\n\r\n /**\r\n * The number of structural features of the '<em>Def Answer</em>' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n * @ordered\r\n */\r\n int DEF_ANSWER_FEATURE_COUNT = 1;\r\n\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.Questionnaire <em>Questionnaire</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Questionnaire</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Questionnaire\r\n * @generated\r\n */\r\n EClass getQuestionnaire();\r\n\r\n /**\r\n * Returns the meta object for the attribute '{@link at.ac.tuwien.big.questionnaire.Questionnaire#getTitle <em>Title</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the attribute '<em>Title</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Questionnaire#getTitle()\r\n * @see #getQuestionnaire()\r\n * @generated\r\n */\r\n EAttribute getQuestionnaire_Title();\r\n\r\n /**\r\n * Returns the meta object for the containment reference list '{@link at.ac.tuwien.big.questionnaire.Questionnaire#getGroups <em>Groups</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the containment reference list '<em>Groups</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Questionnaire#getGroups()\r\n * @see #getQuestionnaire()\r\n * @generated\r\n */\r\n EReference getQuestionnaire_Groups();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.Group <em>Group</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Group</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Group\r\n * @generated\r\n */\r\n EClass getGroup();\r\n\r\n /**\r\n * Returns the meta object for the containment reference list '{@link at.ac.tuwien.big.questionnaire.Group#getQuestions <em>Questions</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the containment reference list '<em>Questions</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Group#getQuestions()\r\n * @see #getGroup()\r\n * @generated\r\n */\r\n EReference getGroup_Questions();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.Question <em>Question</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Question</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Question\r\n * @generated\r\n */\r\n EClass getQuestion();\r\n\r\n /**\r\n * Returns the meta object for the attribute '{@link at.ac.tuwien.big.questionnaire.Question#getName <em>Name</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the attribute '<em>Name</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Question#getName()\r\n * @see #getQuestion()\r\n * @generated\r\n */\r\n EAttribute getQuestion_Name();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.OpenQuestion <em>Open Question</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Open Question</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.OpenQuestion\r\n * @generated\r\n */\r\n EClass getOpenQuestion();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.ClosedQuestion <em>Closed Question</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Closed Question</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.ClosedQuestion\r\n * @generated\r\n */\r\n EClass getClosedQuestion();\r\n\r\n /**\r\n * Returns the meta object for the containment reference '{@link at.ac.tuwien.big.questionnaire.ClosedQuestion#getAnswers <em>Answers</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the containment reference '<em>Answers</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.ClosedQuestion#getAnswers()\r\n * @see #getClosedQuestion()\r\n * @generated\r\n */\r\n EReference getClosedQuestion_Answers();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.LikertQuestion <em>Likert Question</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Likert Question</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.LikertQuestion\r\n * @generated\r\n */\r\n EClass getLikertQuestion();\r\n\r\n /**\r\n * Returns the meta object for the attribute '{@link at.ac.tuwien.big.questionnaire.LikertQuestion#getLower <em>Lower</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the attribute '<em>Lower</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.LikertQuestion#getLower()\r\n * @see #getLikertQuestion()\r\n * @generated\r\n */\r\n EAttribute getLikertQuestion_Lower();\r\n\r\n /**\r\n * Returns the meta object for the attribute '{@link at.ac.tuwien.big.questionnaire.LikertQuestion#getHigher <em>Higher</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the attribute '<em>Higher</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.LikertQuestion#getHigher()\r\n * @see #getLikertQuestion()\r\n * @generated\r\n */\r\n EAttribute getLikertQuestion_Higher();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.Answers <em>Answers</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Answers</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Answers\r\n * @generated\r\n */\r\n EClass getAnswers();\r\n\r\n /**\r\n * Returns the meta object for the containment reference list '{@link at.ac.tuwien.big.questionnaire.Answers#getAnswers <em>Answers</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the containment reference list '<em>Answers</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Answers#getAnswers()\r\n * @see #getAnswers()\r\n * @generated\r\n */\r\n EReference getAnswers_Answers();\r\n\r\n /**\r\n * Returns the meta object for the containment reference '{@link at.ac.tuwien.big.questionnaire.Answers#getDefanswer <em>Defanswer</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the containment reference '<em>Defanswer</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Answers#getDefanswer()\r\n * @see #getAnswers()\r\n * @generated\r\n */\r\n EReference getAnswers_Defanswer();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.Answer <em>Answer</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Answer</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Answer\r\n * @generated\r\n */\r\n EClass getAnswer();\r\n\r\n /**\r\n * Returns the meta object for the attribute '{@link at.ac.tuwien.big.questionnaire.Answer#getName <em>Name</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the attribute '<em>Name</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.Answer#getName()\r\n * @see #getAnswer()\r\n * @generated\r\n */\r\n EAttribute getAnswer_Name();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.OpenAnswer <em>Open Answer</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Open Answer</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.OpenAnswer\r\n * @generated\r\n */\r\n EClass getOpenAnswer();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.ClosedAnswer <em>Closed Answer</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Closed Answer</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.ClosedAnswer\r\n * @generated\r\n */\r\n EClass getClosedAnswer();\r\n\r\n /**\r\n * Returns the meta object for the reference list '{@link at.ac.tuwien.big.questionnaire.ClosedAnswer#getId <em>Id</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the reference list '<em>Id</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.ClosedAnswer#getId()\r\n * @see #getClosedAnswer()\r\n * @generated\r\n */\r\n EReference getClosedAnswer_Id();\r\n\r\n /**\r\n * Returns the meta object for class '{@link at.ac.tuwien.big.questionnaire.DefAnswer <em>Def Answer</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for class '<em>Def Answer</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.DefAnswer\r\n * @generated\r\n */\r\n EClass getDefAnswer();\r\n\r\n /**\r\n * Returns the meta object for the reference '{@link at.ac.tuwien.big.questionnaire.DefAnswer#getId <em>Id</em>}'.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the meta object for the reference '<em>Id</em>'.\r\n * @see at.ac.tuwien.big.questionnaire.DefAnswer#getId()\r\n * @see #getDefAnswer()\r\n * @generated\r\n */\r\n EReference getDefAnswer_Id();\r\n\r\n /**\r\n * Returns the factory that creates the instances of the model.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @return the factory that creates the instances of the model.\r\n * @generated\r\n */\r\n QuestionnaireFactory getQuestionnaireFactory();\r\n\r\n /**\r\n * <!-- begin-user-doc -->\r\n * Defines literals for the meta objects that represent\r\n * <ul>\r\n * <li>each class,</li>\r\n * <li>each feature of each class,</li>\r\n * <li>each enum,</li>\r\n * <li>and each data type</li>\r\n * </ul>\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n interface Literals\r\n {\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.QuestionnaireImpl <em>Questionnaire</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnaireImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getQuestionnaire()\r\n * @generated\r\n */\r\n EClass QUESTIONNAIRE = eINSTANCE.getQuestionnaire();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Title</b></em>' attribute feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EAttribute QUESTIONNAIRE__TITLE = eINSTANCE.getQuestionnaire_Title();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Groups</b></em>' containment reference list feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EReference QUESTIONNAIRE__GROUPS = eINSTANCE.getQuestionnaire_Groups();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.GroupImpl <em>Group</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.GroupImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getGroup()\r\n * @generated\r\n */\r\n EClass GROUP = eINSTANCE.getGroup();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Questions</b></em>' containment reference list feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EReference GROUP__QUESTIONS = eINSTANCE.getGroup_Questions();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.QuestionImpl <em>Question</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getQuestion()\r\n * @generated\r\n */\r\n EClass QUESTION = eINSTANCE.getQuestion();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EAttribute QUESTION__NAME = eINSTANCE.getQuestion_Name();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.OpenQuestionImpl <em>Open Question</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.OpenQuestionImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getOpenQuestion()\r\n * @generated\r\n */\r\n EClass OPEN_QUESTION = eINSTANCE.getOpenQuestion();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.ClosedQuestionImpl <em>Closed Question</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.ClosedQuestionImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getClosedQuestion()\r\n * @generated\r\n */\r\n EClass CLOSED_QUESTION = eINSTANCE.getClosedQuestion();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Answers</b></em>' containment reference feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EReference CLOSED_QUESTION__ANSWERS = eINSTANCE.getClosedQuestion_Answers();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.LikertQuestionImpl <em>Likert Question</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.LikertQuestionImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getLikertQuestion()\r\n * @generated\r\n */\r\n EClass LIKERT_QUESTION = eINSTANCE.getLikertQuestion();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Lower</b></em>' attribute feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EAttribute LIKERT_QUESTION__LOWER = eINSTANCE.getLikertQuestion_Lower();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Higher</b></em>' attribute feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EAttribute LIKERT_QUESTION__HIGHER = eINSTANCE.getLikertQuestion_Higher();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.AnswersImpl <em>Answers</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.AnswersImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getAnswers()\r\n * @generated\r\n */\r\n EClass ANSWERS = eINSTANCE.getAnswers();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Answers</b></em>' containment reference list feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EReference ANSWERS__ANSWERS = eINSTANCE.getAnswers_Answers();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Defanswer</b></em>' containment reference feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EReference ANSWERS__DEFANSWER = eINSTANCE.getAnswers_Defanswer();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.AnswerImpl <em>Answer</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.AnswerImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getAnswer()\r\n * @generated\r\n */\r\n EClass ANSWER = eINSTANCE.getAnswer();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EAttribute ANSWER__NAME = eINSTANCE.getAnswer_Name();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.OpenAnswerImpl <em>Open Answer</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.OpenAnswerImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getOpenAnswer()\r\n * @generated\r\n */\r\n EClass OPEN_ANSWER = eINSTANCE.getOpenAnswer();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.ClosedAnswerImpl <em>Closed Answer</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.ClosedAnswerImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getClosedAnswer()\r\n * @generated\r\n */\r\n EClass CLOSED_ANSWER = eINSTANCE.getClosedAnswer();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Id</b></em>' reference list feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EReference CLOSED_ANSWER__ID = eINSTANCE.getClosedAnswer_Id();\r\n\r\n /**\r\n * The meta object literal for the '{@link at.ac.tuwien.big.questionnaire.impl.DefAnswerImpl <em>Def Answer</em>}' class.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @see at.ac.tuwien.big.questionnaire.impl.DefAnswerImpl\r\n * @see at.ac.tuwien.big.questionnaire.impl.QuestionnairePackageImpl#getDefAnswer()\r\n * @generated\r\n */\r\n EClass DEF_ANSWER = eINSTANCE.getDefAnswer();\r\n\r\n /**\r\n * The meta object literal for the '<em><b>Id</b></em>' reference feature.\r\n * <!-- begin-user-doc -->\r\n * <!-- end-user-doc -->\r\n * @generated\r\n */\r\n EReference DEF_ANSWER__ID = eINSTANCE.getDefAnswer_Id();\r\n\r\n }\r\n\r\n}", "java.lang.String getPackage();", "public void initializePackageContents() {\n\t\tif (isInitialized)\n\t\t\treturn;\n\t\tisInitialized = true;\n\n\t\t// Initialize package\n\t\tsetName(eNAME);\n\t\tsetNsPrefix(eNS_PREFIX);\n\t\tsetNsURI(eNS_URI);\n\n\t\t// Create type parameters\n\n\t\t// Set bounds for type parameters\n\n\t\t// Add supertypes to classes\n\t\tpluginEClass.getESuperTypes().add(this.getAnalysisComponent());\n\t\tinputPortEClass.getESuperTypes().add(this.getPort());\n\t\toutputPortEClass.getESuperTypes().add(this.getPort());\n\t\tfilterEClass.getESuperTypes().add(this.getPlugin());\n\t\treaderEClass.getESuperTypes().add(this.getPlugin());\n\t\trepositoryEClass.getESuperTypes().add(this.getAnalysisComponent());\n\n\t\t// Initialize classes and features; add operations and parameters\n\t\tinitEClass(projectEClass, MIProject.class, \"Project\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEReference(getProject_Plugins(), this.getPlugin(), null, \"plugins\", null, 0, -1, MIProject.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,\n\t\t\t\tIS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getProject_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, MIProject.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE,\n\t\t\t\t!IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getProject_Repositories(), this.getRepository(), null, \"repositories\", null, 0, -1, MIProject.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getProject_Dependencies(), this.getDependency(), null, \"dependencies\", null, 0, -1, MIProject.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getProject_Views(), this.getView(), null, \"views\", null, 0, -1, MIProject.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE,\n\t\t\t\t!IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getProject_Properties(), this.getProperty(), null, \"properties\", null, 0, -1, MIProject.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,\n\t\t\t\tIS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(pluginEClass, MIPlugin.class, \"Plugin\", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEReference(getPlugin_Repositories(), this.getRepositoryConnector(), null, \"repositories\", null, 0, -1, MIPlugin.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getPlugin_OutputPorts(), this.getOutputPort(), this.getOutputPort_Parent(), \"outputPorts\", null, 0, -1, MIPlugin.class, !IS_TRANSIENT,\n\t\t\t\t!IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getPlugin_Displays(), this.getDisplay(), this.getDisplay_Parent(), \"displays\", null, 0, -1, MIPlugin.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(portEClass, MIPort.class, \"Port\", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getPort_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, MIPort.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE,\n\t\t\t\t!IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getPort_EventTypes(), ecorePackage.getEString(), \"eventTypes\", null, 1, -1, MIPort.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,\n\t\t\t\t!IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getPort_Id(), ecorePackage.getEString(), \"id\", null, 1, 1, MIPort.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID,\n\t\t\t\tIS_UNIQUE, !IS_DERIVED, !IS_ORDERED);\n\n\t\tinitEClass(inputPortEClass, MIInputPort.class, \"InputPort\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEReference(getInputPort_Parent(), this.getFilter(), this.getFilter_InputPorts(), \"parent\", null, 1, 1, MIInputPort.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(outputPortEClass, MIOutputPort.class, \"OutputPort\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEReference(getOutputPort_Subscribers(), this.getInputPort(), null, \"subscribers\", null, 0, -1, MIOutputPort.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getOutputPort_Parent(), this.getPlugin(), this.getPlugin_OutputPorts(), \"parent\", null, 1, 1, MIOutputPort.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(propertyEClass, MIProperty.class, \"Property\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getProperty_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, MIProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,\n\t\t\t\t!IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getProperty_Value(), ecorePackage.getEString(), \"value\", null, 1, 1, MIProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,\n\t\t\t\t!IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(filterEClass, MIFilter.class, \"Filter\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEReference(getFilter_InputPorts(), this.getInputPort(), this.getInputPort_Parent(), \"inputPorts\", null, 0, -1, MIFilter.class, !IS_TRANSIENT,\n\t\t\t\t!IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(readerEClass, MIReader.class, \"Reader\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\n\t\tinitEClass(repositoryEClass, MIRepository.class, \"Repository\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\n\t\tinitEClass(dependencyEClass, MIDependency.class, \"Dependency\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getDependency_FilePath(), ecorePackage.getEString(), \"filePath\", null, 1, 1, MIDependency.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,\n\t\t\t\t!IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(repositoryConnectorEClass, MIRepositoryConnector.class, \"RepositoryConnector\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getRepositoryConnector_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, MIRepositoryConnector.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getRepositoryConnector_Repository(), this.getRepository(), null, \"repository\", null, 1, 1, MIRepositoryConnector.class, !IS_TRANSIENT,\n\t\t\t\t!IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getRepositoryConnector_Id(), ecorePackage.getEString(), \"id\", null, 1, 1, MIRepositoryConnector.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED);\n\n\t\tinitEClass(displayEClass, MIDisplay.class, \"Display\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getDisplay_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, MIDisplay.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE,\n\t\t\t\t!IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getDisplay_Parent(), this.getPlugin(), this.getPlugin_Displays(), \"parent\", null, 1, 1, MIDisplay.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getDisplay_Id(), ecorePackage.getEString(), \"id\", null, 1, 1, MIDisplay.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE,\n\t\t\t\tIS_ID, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED);\n\n\t\tinitEClass(viewEClass, MIView.class, \"View\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getView_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, MIView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE,\n\t\t\t\t!IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getView_Description(), ecorePackage.getEString(), \"description\", null, 0, 1, MIView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,\n\t\t\t\t!IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getView_DisplayConnectors(), this.getDisplayConnector(), null, \"displayConnectors\", null, 0, -1, MIView.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getView_Id(), ecorePackage.getEString(), \"id\", null, 1, 1, MIView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID,\n\t\t\t\tIS_UNIQUE, !IS_DERIVED, !IS_ORDERED);\n\n\t\tinitEClass(displayConnectorEClass, MIDisplayConnector.class, \"DisplayConnector\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getDisplayConnector_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, MIDisplayConnector.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getDisplayConnector_Display(), this.getDisplay(), null, \"display\", null, 1, 1, MIDisplayConnector.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getDisplayConnector_Id(), ecorePackage.getEString(), \"id\", null, 1, 1, MIDisplayConnector.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,\n\t\t\t\t!IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED);\n\n\t\tinitEClass(analysisComponentEClass, MIAnalysisComponent.class, \"AnalysisComponent\", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getAnalysisComponent_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, MIAnalysisComponent.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getAnalysisComponent_Classname(), ecorePackage.getEString(), \"classname\", null, 1, 1, MIAnalysisComponent.class, !IS_TRANSIENT, !IS_VOLATILE,\n\t\t\t\tIS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEReference(getAnalysisComponent_Properties(), this.getProperty(), null, \"properties\", null, 0, -1, MIAnalysisComponent.class, !IS_TRANSIENT,\n\t\t\t\t!IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getAnalysisComponent_Id(), ecorePackage.getEString(), \"id\", null, 1, 1, MIAnalysisComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,\n\t\t\t\t!IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED);\n\n\t\t// Create resource\n\t\tcreateResource(eNS_URI);\n\t}", "AliciaTest5Package getAliciaTest5Package();", "ImportedPackage createImportedPackage();", "public interface CloudwatchPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"cloudwatch\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://org.occiware/monitoring/cloudwatch/ecore\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"cloudwatch\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tCloudwatchPackage eINSTANCE = org.occiware.cloudwatch.impl.CloudwatchPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link org.occiware.cloudwatch.impl.JmxImpl <em>Jmx</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.occiware.cloudwatch.impl.JmxImpl\n\t * @see org.occiware.cloudwatch.impl.CloudwatchPackageImpl#getJmx()\n\t * @generated\n\t */\n\tint JMX = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__ID = MonitoringPackage.SENSOR__ID;\n\n\t/**\n\t * The feature id for the '<em><b>Title</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__TITLE = MonitoringPackage.SENSOR__TITLE;\n\n\t/**\n\t * The feature id for the '<em><b>Kind</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__KIND = MonitoringPackage.SENSOR__KIND;\n\n\t/**\n\t * The feature id for the '<em><b>Location</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__LOCATION = MonitoringPackage.SENSOR__LOCATION;\n\n\t/**\n\t * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__ATTRIBUTES = MonitoringPackage.SENSOR__ATTRIBUTES;\n\n\t/**\n\t * The feature id for the '<em><b>Mixins</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__MIXINS = MonitoringPackage.SENSOR__MIXINS;\n\n\t/**\n\t * The feature id for the '<em><b>Parts</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__PARTS = MonitoringPackage.SENSOR__PARTS;\n\n\t/**\n\t * The feature id for the '<em><b>Summary</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__SUMMARY = MonitoringPackage.SENSOR__SUMMARY;\n\n\t/**\n\t * The feature id for the '<em><b>Links</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__LINKS = MonitoringPackage.SENSOR__LINKS;\n\n\t/**\n\t * The feature id for the '<em><b>Rlinks</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__RLINKS = MonitoringPackage.SENSOR__RLINKS;\n\n\t/**\n\t * The feature id for the '<em><b>Occi Sensor Timebase</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__OCCI_SENSOR_TIMEBASE = MonitoringPackage.SENSOR__OCCI_SENSOR_TIMEBASE;\n\n\t/**\n\t * The feature id for the '<em><b>Occi Sensor Timestart</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__OCCI_SENSOR_TIMESTART = MonitoringPackage.SENSOR__OCCI_SENSOR_TIMESTART;\n\n\t/**\n\t * The feature id for the '<em><b>Occi Sensor Timestop</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__OCCI_SENSOR_TIMESTOP = MonitoringPackage.SENSOR__OCCI_SENSOR_TIMESTOP;\n\n\t/**\n\t * The feature id for the '<em><b>Occi Sensor Period</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__OCCI_SENSOR_PERIOD = MonitoringPackage.SENSOR__OCCI_SENSOR_PERIOD;\n\n\t/**\n\t * The feature id for the '<em><b>Occi Sensor Granularity</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__OCCI_SENSOR_GRANULARITY = MonitoringPackage.SENSOR__OCCI_SENSOR_GRANULARITY;\n\n\t/**\n\t * The feature id for the '<em><b>Occi Sensor Accuracy</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__OCCI_SENSOR_ACCURACY = MonitoringPackage.SENSOR__OCCI_SENSOR_ACCURACY;\n\n\t/**\n\t * The feature id for the '<em><b>Node Url</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__NODE_URL = MonitoringPackage.SENSOR_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Credentials Path</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX__CREDENTIALS_PATH = MonitoringPackage.SENSOR_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Jmx</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX_FEATURE_COUNT = MonitoringPackage.SENSOR_FEATURE_COUNT + 2;\n\n\t/**\n\t * The operation id for the '<em>Occi Create</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX___OCCI_CREATE = MonitoringPackage.SENSOR___OCCI_CREATE;\n\n\t/**\n\t * The operation id for the '<em>Occi Retrieve</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX___OCCI_RETRIEVE = MonitoringPackage.SENSOR___OCCI_RETRIEVE;\n\n\t/**\n\t * The operation id for the '<em>Occi Update</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX___OCCI_UPDATE = MonitoringPackage.SENSOR___OCCI_UPDATE;\n\n\t/**\n\t * The operation id for the '<em>Occi Delete</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX___OCCI_DELETE = MonitoringPackage.SENSOR___OCCI_DELETE;\n\n\t/**\n\t * The number of operations of the '<em>Jmx</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JMX_OPERATION_COUNT = MonitoringPackage.SENSOR_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.occiware.cloudwatch.impl.CloudautomationmetricImpl <em>Cloudautomationmetric</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.occiware.cloudwatch.impl.CloudautomationmetricImpl\n\t * @see org.occiware.cloudwatch.impl.CloudwatchPackageImpl#getCloudautomationmetric()\n\t * @generated\n\t */\n\tint CLOUDAUTOMATIONMETRIC = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Mixin</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLOUDAUTOMATIONMETRIC__MIXIN = OCCIPackage.MIXIN_BASE__MIXIN;\n\n\t/**\n\t * The feature id for the '<em><b>Entity</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLOUDAUTOMATIONMETRIC__ENTITY = OCCIPackage.MIXIN_BASE__ENTITY;\n\n\t/**\n\t * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLOUDAUTOMATIONMETRIC__ATTRIBUTES = OCCIPackage.MIXIN_BASE__ATTRIBUTES;\n\n\t/**\n\t * The feature id for the '<em><b>Metric Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLOUDAUTOMATIONMETRIC__METRIC_NAME = OCCIPackage.MIXIN_BASE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Metric</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLOUDAUTOMATIONMETRIC__METRIC = OCCIPackage.MIXIN_BASE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Cloudautomationmetric</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLOUDAUTOMATIONMETRIC_FEATURE_COUNT = OCCIPackage.MIXIN_BASE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The operation id for the '<em>Applies Constraint</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLOUDAUTOMATIONMETRIC___APPLIES_CONSTRAINT__DIAGNOSTICCHAIN_MAP = OCCIPackage.MIXIN_BASE_OPERATION_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Cloudautomationmetric</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLOUDAUTOMATIONMETRIC_OPERATION_COUNT = OCCIPackage.MIXIN_BASE_OPERATION_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link org.occiware.cloudwatch.impl.ActionpublisherImpl <em>Actionpublisher</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.occiware.cloudwatch.impl.ActionpublisherImpl\n\t * @see org.occiware.cloudwatch.impl.CloudwatchPackageImpl#getActionpublisher()\n\t * @generated\n\t */\n\tint ACTIONPUBLISHER = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Mixin</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIONPUBLISHER__MIXIN = OCCIPackage.MIXIN_BASE__MIXIN;\n\n\t/**\n\t * The feature id for the '<em><b>Entity</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIONPUBLISHER__ENTITY = OCCIPackage.MIXIN_BASE__ENTITY;\n\n\t/**\n\t * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIONPUBLISHER__ATTRIBUTES = OCCIPackage.MIXIN_BASE__ATTRIBUTES;\n\n\t/**\n\t * The feature id for the '<em><b>Action Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIONPUBLISHER__ACTION_NAME = OCCIPackage.MIXIN_BASE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Actionpublisher</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIONPUBLISHER_FEATURE_COUNT = OCCIPackage.MIXIN_BASE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The operation id for the '<em>Applies Constraint</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIONPUBLISHER___APPLIES_CONSTRAINT__DIAGNOSTICCHAIN_MAP = OCCIPackage.MIXIN_BASE_OPERATION_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Actionpublisher</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIONPUBLISHER_OPERATION_COUNT = OCCIPackage.MIXIN_BASE_OPERATION_COUNT + 2;\n\n\n\t/**\n\t * Returns the meta object for class '{@link org.occiware.cloudwatch.Jmx <em>Jmx</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Jmx</em>'.\n\t * @see org.occiware.cloudwatch.Jmx\n\t * @generated\n\t */\n\tEClass getJmx();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.occiware.cloudwatch.Jmx#getNodeUrl <em>Node Url</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Node Url</em>'.\n\t * @see org.occiware.cloudwatch.Jmx#getNodeUrl()\n\t * @see #getJmx()\n\t * @generated\n\t */\n\tEAttribute getJmx_NodeUrl();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.occiware.cloudwatch.Jmx#getCredentialsPath <em>Credentials Path</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Credentials Path</em>'.\n\t * @see org.occiware.cloudwatch.Jmx#getCredentialsPath()\n\t * @see #getJmx()\n\t * @generated\n\t */\n\tEAttribute getJmx_CredentialsPath();\n\n\t/**\n\t * Returns the meta object for class '{@link org.occiware.cloudwatch.Cloudautomationmetric <em>Cloudautomationmetric</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Cloudautomationmetric</em>'.\n\t * @see org.occiware.cloudwatch.Cloudautomationmetric\n\t * @generated\n\t */\n\tEClass getCloudautomationmetric();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.occiware.cloudwatch.Cloudautomationmetric#getMetricName <em>Metric Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Metric Name</em>'.\n\t * @see org.occiware.cloudwatch.Cloudautomationmetric#getMetricName()\n\t * @see #getCloudautomationmetric()\n\t * @generated\n\t */\n\tEAttribute getCloudautomationmetric_MetricName();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.occiware.cloudwatch.Cloudautomationmetric#getMetric <em>Metric</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Metric</em>'.\n\t * @see org.occiware.cloudwatch.Cloudautomationmetric#getMetric()\n\t * @see #getCloudautomationmetric()\n\t * @generated\n\t */\n\tEAttribute getCloudautomationmetric_Metric();\n\n\t/**\n\t * Returns the meta object for the '{@link org.occiware.cloudwatch.Cloudautomationmetric#appliesConstraint(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Applies Constraint</em>}' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the '<em>Applies Constraint</em>' operation.\n\t * @see org.occiware.cloudwatch.Cloudautomationmetric#appliesConstraint(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)\n\t * @generated\n\t */\n\tEOperation getCloudautomationmetric__AppliesConstraint__DiagnosticChain_Map_1();\n\n\t/**\n\t * Returns the meta object for the '{@link org.occiware.cloudwatch.Cloudautomationmetric#appliesConstraint(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Applies Constraint</em>}' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the '<em>Applies Constraint</em>' operation.\n\t * @see org.occiware.cloudwatch.Cloudautomationmetric#appliesConstraint(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)\n\t * @generated\n\t */\n\tEOperation getCloudautomationmetric__AppliesConstraint__DiagnosticChain_Map();\n\n\t/**\n\t * Returns the meta object for class '{@link org.occiware.cloudwatch.Actionpublisher <em>Actionpublisher</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Actionpublisher</em>'.\n\t * @see org.occiware.cloudwatch.Actionpublisher\n\t * @generated\n\t */\n\tEClass getActionpublisher();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.occiware.cloudwatch.Actionpublisher#getActionName <em>Action Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Action Name</em>'.\n\t * @see org.occiware.cloudwatch.Actionpublisher#getActionName()\n\t * @see #getActionpublisher()\n\t * @generated\n\t */\n\tEAttribute getActionpublisher_ActionName();\n\n\t/**\n\t * Returns the meta object for the '{@link org.occiware.cloudwatch.Actionpublisher#appliesConstraint(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Applies Constraint</em>}' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the '<em>Applies Constraint</em>' operation.\n\t * @see org.occiware.cloudwatch.Actionpublisher#appliesConstraint(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)\n\t * @generated\n\t */\n\tEOperation getActionpublisher__AppliesConstraint__DiagnosticChain_Map_1();\n\n\t/**\n\t * Returns the meta object for the '{@link org.occiware.cloudwatch.Actionpublisher#appliesConstraint(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map) <em>Applies Constraint</em>}' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the '<em>Applies Constraint</em>' operation.\n\t * @see org.occiware.cloudwatch.Actionpublisher#appliesConstraint(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)\n\t * @generated\n\t */\n\tEOperation getActionpublisher__AppliesConstraint__DiagnosticChain_Map();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tCloudwatchFactory getCloudwatchFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link org.occiware.cloudwatch.impl.JmxImpl <em>Jmx</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.occiware.cloudwatch.impl.JmxImpl\n\t\t * @see org.occiware.cloudwatch.impl.CloudwatchPackageImpl#getJmx()\n\t\t * @generated\n\t\t */\n\t\tEClass JMX = eINSTANCE.getJmx();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Node Url</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute JMX__NODE_URL = eINSTANCE.getJmx_NodeUrl();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Credentials Path</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute JMX__CREDENTIALS_PATH = eINSTANCE.getJmx_CredentialsPath();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.occiware.cloudwatch.impl.CloudautomationmetricImpl <em>Cloudautomationmetric</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.occiware.cloudwatch.impl.CloudautomationmetricImpl\n\t\t * @see org.occiware.cloudwatch.impl.CloudwatchPackageImpl#getCloudautomationmetric()\n\t\t * @generated\n\t\t */\n\t\tEClass CLOUDAUTOMATIONMETRIC = eINSTANCE.getCloudautomationmetric();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Metric Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CLOUDAUTOMATIONMETRIC__METRIC_NAME = eINSTANCE.getCloudautomationmetric_MetricName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Metric</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CLOUDAUTOMATIONMETRIC__METRIC = eINSTANCE.getCloudautomationmetric_Metric();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Applies Constraint</b></em>' operation.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEOperation CLOUDAUTOMATIONMETRIC___APPLIES_CONSTRAINT__DIAGNOSTICCHAIN_MAP_1 = eINSTANCE.getCloudautomationmetric__AppliesConstraint__DiagnosticChain_Map_1();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Applies Constraint</b></em>' operation.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEOperation CLOUDAUTOMATIONMETRIC___APPLIES_CONSTRAINT__DIAGNOSTICCHAIN_MAP = eINSTANCE.getCloudautomationmetric__AppliesConstraint__DiagnosticChain_Map();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.occiware.cloudwatch.impl.ActionpublisherImpl <em>Actionpublisher</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.occiware.cloudwatch.impl.ActionpublisherImpl\n\t\t * @see org.occiware.cloudwatch.impl.CloudwatchPackageImpl#getActionpublisher()\n\t\t * @generated\n\t\t */\n\t\tEClass ACTIONPUBLISHER = eINSTANCE.getActionpublisher();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Action Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ACTIONPUBLISHER__ACTION_NAME = eINSTANCE.getActionpublisher_ActionName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Applies Constraint</b></em>' operation.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEOperation ACTIONPUBLISHER___APPLIES_CONSTRAINT__DIAGNOSTICCHAIN_MAP_1 = eINSTANCE.getActionpublisher__AppliesConstraint__DiagnosticChain_Map_1();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Applies Constraint</b></em>' operation.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEOperation ACTIONPUBLISHER___APPLIES_CONSTRAINT__DIAGNOSTICCHAIN_MAP = eINSTANCE.getActionpublisher__AppliesConstraint__DiagnosticChain_Map();\n\n\t}\n\n}", "public interface Layout extends Alias {\n}", "public Container getContainer();", "public interface CommonLayer extends Layer {\n\n List<PlainFile> getCommonSources(String packageName);\n\n}", "EncorePackage getEncorePackage();", "public interface GamesPackage extends EPackage\n{\n /**\n * The package name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNAME = \"games\";\n\n /**\n * The package namespace URI.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_URI = \"http://www.enseeiht.fr/gls/projet404/Games\";\n\n /**\n * The package namespace name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_PREFIX = \"games\";\n\n /**\n * The singleton instance of the package.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n GamesPackage eINSTANCE = fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl.init();\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.GameImpl <em>Game</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.GameImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getGame()\n * @generated\n */\n int GAME = 0;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Player</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__PLAYER = 1;\n\n /**\n * The feature id for the '<em><b>Places</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__PLACES = 2;\n\n /**\n * The feature id for the '<em><b>Knowledge</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__KNOWLEDGE = 3;\n\n /**\n * The feature id for the '<em><b>People</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__PEOPLE = 4;\n\n /**\n * The feature id for the '<em><b>Items</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__ITEMS = 5;\n\n /**\n * The feature id for the '<em><b>Path</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__PATH = 6;\n\n /**\n * The feature id for the '<em><b>Recipes</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__RECIPES = 7;\n\n /**\n * The feature id for the '<em><b>Start Place</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__START_PLACE = 8;\n\n /**\n * The feature id for the '<em><b>End Place</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__END_PLACE = 9;\n\n /**\n * The feature id for the '<em><b>Difficulty</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME__DIFFICULTY = 10;\n\n /**\n * The number of structural features of the '<em>Game</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GAME_FEATURE_COUNT = 11;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.DifficultyImpl <em>Difficulty</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.DifficultyImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getDifficulty()\n * @generated\n */\n int DIFFICULTY = 1;\n\n /**\n * The feature id for the '<em><b>Lvl</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIFFICULTY__LVL = 0;\n\n /**\n * The feature id for the '<em><b>Size Max</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIFFICULTY__SIZE_MAX = 1;\n\n /**\n * The feature id for the '<em><b>Items</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIFFICULTY__ITEMS = 2;\n\n /**\n * The feature id for the '<em><b>Knowledges</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIFFICULTY__KNOWLEDGES = 3;\n\n /**\n * The number of structural features of the '<em>Difficulty</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIFFICULTY_FEATURE_COUNT = 4;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.PlayerImpl <em>Player</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PlayerImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getPlayer()\n * @generated\n */\n int PLAYER = 2;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLAYER__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Items</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLAYER__ITEMS = 1;\n\n /**\n * The feature id for the '<em><b>Knowledge</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLAYER__KNOWLEDGE = 2;\n\n /**\n * The number of structural features of the '<em>Player</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLAYER_FEATURE_COUNT = 3;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.ElementJeuFactImpl <em>Element Jeu Fact</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ElementJeuFactImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getElementJeuFact()\n * @generated\n */\n int ELEMENT_JEU_FACT = 3;\n\n /**\n * The feature id for the '<em><b>Description</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_JEU_FACT__DESCRIPTION = 0;\n\n /**\n * The feature id for the '<em><b>Visible</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_JEU_FACT__VISIBLE = 1;\n\n /**\n * The feature id for the '<em><b>Cond</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_JEU_FACT__COND = 2;\n\n /**\n * The number of structural features of the '<em>Element Jeu Fact</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ELEMENT_JEU_FACT_FEATURE_COUNT = 3;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.PeopleImpl <em>People</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PeopleImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getPeople()\n * @generated\n */\n int PEOPLE = 4;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PEOPLE__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Description</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PEOPLE__DESCRIPTION = 1;\n\n /**\n * The feature id for the '<em><b>Visible</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PEOPLE__VISIBLE = 2;\n\n /**\n * The feature id for the '<em><b>Conditions Visible</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PEOPLE__CONDITIONS_VISIBLE = 3;\n\n /**\n * The feature id for the '<em><b>Active</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PEOPLE__ACTIVE = 4;\n\n /**\n * The feature id for the '<em><b>Conditions Active</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PEOPLE__CONDITIONS_ACTIVE = 5;\n\n /**\n * The feature id for the '<em><b>Is Mandatory</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PEOPLE__IS_MANDATORY = 6;\n\n /**\n * The feature id for the '<em><b>Interaction</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PEOPLE__INTERACTION = 7;\n\n /**\n * The number of structural features of the '<em>People</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PEOPLE_FEATURE_COUNT = 8;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.PathImpl <em>Path</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PathImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getPath()\n * @generated\n */\n int PATH = 5;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Description</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__DESCRIPTION = 1;\n\n /**\n * The feature id for the '<em><b>Visible</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__VISIBLE = 2;\n\n /**\n * The feature id for the '<em><b>Condition Visible</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__CONDITION_VISIBLE = 3;\n\n /**\n * The feature id for the '<em><b>End Place</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__END_PLACE = 4;\n\n /**\n * The feature id for the '<em><b>Is Open</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__IS_OPEN = 5;\n\n /**\n * The feature id for the '<em><b>Conditions Opening</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__CONDITIONS_OPENING = 6;\n\n /**\n * The feature id for the '<em><b>Is Mandatory</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__IS_MANDATORY = 7;\n\n /**\n * The feature id for the '<em><b>Knowledge Given</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__KNOWLEDGE_GIVEN = 8;\n\n /**\n * The feature id for the '<em><b>Items Given</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__ITEMS_GIVEN = 9;\n\n /**\n * The feature id for the '<em><b>Items Consumed</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH__ITEMS_CONSUMED = 10;\n\n /**\n * The number of structural features of the '<em>Path</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PATH_FEATURE_COUNT = 11;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.ItemImpl <em>Item</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ItemImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getItem()\n * @generated\n */\n int ITEM = 6;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Size</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__SIZE = 1;\n\n /**\n * The feature id for the '<em><b>Description</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__DESCRIPTION = 2;\n\n /**\n * The feature id for the '<em><b>Visible</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__VISIBLE = 3;\n\n /**\n * The feature id for the '<em><b>Conditions Visible</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__CONDITIONS_VISIBLE = 4;\n\n /**\n * The feature id for the '<em><b>Active</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__ACTIVE = 5;\n\n /**\n * The feature id for the '<em><b>Conditions Active</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__CONDITIONS_ACTIVE = 6;\n\n /**\n * The feature id for the '<em><b>Can Put Down</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__CAN_PUT_DOWN = 7;\n\n /**\n * The feature id for the '<em><b>Conditions Put Down</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__CONDITIONS_PUT_DOWN = 8;\n\n /**\n * The feature id for the '<em><b>Conditions Give</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__CONDITIONS_GIVE = 9;\n\n /**\n * The feature id for the '<em><b>Conditions Consumed</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM__CONDITIONS_CONSUMED = 10;\n\n /**\n * The number of structural features of the '<em>Item</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM_FEATURE_COUNT = 11;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.ItemInSomethingImpl <em>Item In Something</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ItemInSomethingImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getItemInSomething()\n * @generated\n */\n int ITEM_IN_SOMETHING = 7;\n\n /**\n * The feature id for the '<em><b>Item</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM_IN_SOMETHING__ITEM = 0;\n\n /**\n * The feature id for the '<em><b>Quantite</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM_IN_SOMETHING__QUANTITE = 1;\n\n /**\n * The number of structural features of the '<em>Item In Something</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM_IN_SOMETHING_FEATURE_COUNT = 2;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.RecipeImpl <em>Recipe</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.RecipeImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getRecipe()\n * @generated\n */\n int RECIPE = 8;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RECIPE__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Objects Used</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RECIPE__OBJECTS_USED = 1;\n\n /**\n * The feature id for the '<em><b>Conditions</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RECIPE__CONDITIONS = 2;\n\n /**\n * The feature id for the '<em><b>Items Made</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RECIPE__ITEMS_MADE = 3;\n\n /**\n * The number of structural features of the '<em>Recipe</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RECIPE_FEATURE_COUNT = 4;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.KnowledgeImpl <em>Knowledge</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.KnowledgeImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getKnowledge()\n * @generated\n */\n int KNOWLEDGE = 9;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int KNOWLEDGE__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Description</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int KNOWLEDGE__DESCRIPTION = 1;\n\n /**\n * The feature id for the '<em><b>Visible</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int KNOWLEDGE__VISIBLE = 2;\n\n /**\n * The feature id for the '<em><b>Conditions Visible</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int KNOWLEDGE__CONDITIONS_VISIBLE = 3;\n\n /**\n * The feature id for the '<em><b>Active</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int KNOWLEDGE__ACTIVE = 4;\n\n /**\n * The feature id for the '<em><b>Conditions Active</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int KNOWLEDGE__CONDITIONS_ACTIVE = 5;\n\n /**\n * The feature id for the '<em><b>Conditions Give</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int KNOWLEDGE__CONDITIONS_GIVE = 6;\n\n /**\n * The number of structural features of the '<em>Knowledge</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int KNOWLEDGE_FEATURE_COUNT = 7;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.PlaceImpl <em>Place</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PlaceImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getPlace()\n * @generated\n */\n int PLACE = 10;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLACE__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Knowledges</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLACE__KNOWLEDGES = 1;\n\n /**\n * The feature id for the '<em><b>People</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLACE__PEOPLE = 2;\n\n /**\n * The feature id for the '<em><b>Paths</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLACE__PATHS = 3;\n\n /**\n * The feature id for the '<em><b>Objects</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLACE__OBJECTS = 4;\n\n /**\n * The number of structural features of the '<em>Place</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PLACE_FEATURE_COUNT = 5;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.ItemInConditionImpl <em>Item In Condition</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ItemInConditionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getItemInCondition()\n * @generated\n */\n int ITEM_IN_CONDITION = 11;\n\n /**\n * The feature id for the '<em><b>Item</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM_IN_CONDITION__ITEM = 0;\n\n /**\n * The feature id for the '<em><b>Quantity</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM_IN_CONDITION__QUANTITY = 1;\n\n /**\n * The feature id for the '<em><b>Must Be Exact</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM_IN_CONDITION__MUST_BE_EXACT = 2;\n\n /**\n * The number of structural features of the '<em>Item In Condition</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ITEM_IN_CONDITION_FEATURE_COUNT = 3;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.ConditionImpl <em>Condition</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ConditionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getCondition()\n * @generated\n */\n int CONDITION = 12;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CONDITION__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Player</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CONDITION__PLAYER = 1;\n\n /**\n * The feature id for the '<em><b>Know</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CONDITION__KNOW = 2;\n\n /**\n * The feature id for the '<em><b>Item</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CONDITION__ITEM = 3;\n\n /**\n * The number of structural features of the '<em>Condition</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int CONDITION_FEATURE_COUNT = 4;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.ActionImpl <em>Action</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ActionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getAction()\n * @generated\n */\n int ACTION = 13;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Val</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION__VAL = 1;\n\n /**\n * The feature id for the '<em><b>Inter Suivante</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION__INTER_SUIVANTE = 2;\n\n /**\n * The feature id for the '<em><b>Knowledge Given</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION__KNOWLEDGE_GIVEN = 3;\n\n /**\n * The feature id for the '<em><b>Items Given</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION__ITEMS_GIVEN = 4;\n\n /**\n * The feature id for the '<em><b>Items Consumed</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION__ITEMS_CONSUMED = 5;\n\n /**\n * The feature id for the '<em><b>Conditions Actions Available</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION__CONDITIONS_ACTIONS_AVAILABLE = 6;\n\n /**\n * The feature id for the '<em><b>Game</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION__GAME = 7;\n\n /**\n * The number of structural features of the '<em>Action</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ACTION_FEATURE_COUNT = 8;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.InteractionImpl <em>Interaction</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.InteractionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getInteraction()\n * @generated\n */\n int INTERACTION = 14;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INTERACTION__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Prop</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INTERACTION__PROP = 1;\n\n /**\n * The feature id for the '<em><b>Conditions Begin</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INTERACTION__CONDITIONS_BEGIN = 2;\n\n /**\n * The feature id for the '<em><b>Conditions End</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INTERACTION__CONDITIONS_END = 3;\n\n /**\n * The number of structural features of the '<em>Interaction</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int INTERACTION_FEATURE_COUNT = 4;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.impl.PropositionImpl <em>Proposition</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PropositionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getProposition()\n * @generated\n */\n int PROPOSITION = 15;\n\n /**\n * The feature id for the '<em><b>Value</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PROPOSITION__VALUE = 0;\n\n /**\n * The feature id for the '<em><b>Act</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PROPOSITION__ACT = 1;\n\n /**\n * The number of structural features of the '<em>Proposition</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int PROPOSITION_FEATURE_COUNT = 2;\n\n /**\n * The meta object id for the '{@link fr.enseeiht.gls.projet404.games.Actions <em>Actions</em>}' enum.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.Actions\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getActions()\n * @generated\n */\n int ACTIONS = 16;\n\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Game <em>Game</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Game</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game\n * @generated\n */\n EClass getGame();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Game#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getName()\n * @see #getGame()\n * @generated\n */\n EAttribute getGame_Name();\n\n /**\n * Returns the meta object for the containment reference '{@link fr.enseeiht.gls.projet404.games.Game#getPlayer <em>Player</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Player</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getPlayer()\n * @see #getGame()\n * @generated\n */\n EReference getGame_Player();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Game#getPlaces <em>Places</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Places</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getPlaces()\n * @see #getGame()\n * @generated\n */\n EReference getGame_Places();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Game#getKnowledge <em>Knowledge</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Knowledge</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getKnowledge()\n * @see #getGame()\n * @generated\n */\n EReference getGame_Knowledge();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Game#getPeople <em>People</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>People</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getPeople()\n * @see #getGame()\n * @generated\n */\n EReference getGame_People();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Game#getItems <em>Items</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Items</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getItems()\n * @see #getGame()\n * @generated\n */\n EReference getGame_Items();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Game#getPath <em>Path</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Path</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getPath()\n * @see #getGame()\n * @generated\n */\n EReference getGame_Path();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Game#getRecipes <em>Recipes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Recipes</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getRecipes()\n * @see #getGame()\n * @generated\n */\n EReference getGame_Recipes();\n\n /**\n * Returns the meta object for the reference '{@link fr.enseeiht.gls.projet404.games.Game#getStartPlace <em>Start Place</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Start Place</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getStartPlace()\n * @see #getGame()\n * @generated\n */\n EReference getGame_StartPlace();\n\n /**\n * Returns the meta object for the reference list '{@link fr.enseeiht.gls.projet404.games.Game#getEndPlace <em>End Place</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>End Place</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getEndPlace()\n * @see #getGame()\n * @generated\n */\n EReference getGame_EndPlace();\n\n /**\n * Returns the meta object for the containment reference '{@link fr.enseeiht.gls.projet404.games.Game#getDifficulty <em>Difficulty</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Difficulty</em>'.\n * @see fr.enseeiht.gls.projet404.games.Game#getDifficulty()\n * @see #getGame()\n * @generated\n */\n EReference getGame_Difficulty();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Difficulty <em>Difficulty</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Difficulty</em>'.\n * @see fr.enseeiht.gls.projet404.games.Difficulty\n * @generated\n */\n EClass getDifficulty();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Difficulty#getLvl <em>Lvl</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Lvl</em>'.\n * @see fr.enseeiht.gls.projet404.games.Difficulty#getLvl()\n * @see #getDifficulty()\n * @generated\n */\n EAttribute getDifficulty_Lvl();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Difficulty#getSizeMax <em>Size Max</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Size Max</em>'.\n * @see fr.enseeiht.gls.projet404.games.Difficulty#getSizeMax()\n * @see #getDifficulty()\n * @generated\n */\n EAttribute getDifficulty_SizeMax();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Difficulty#getItems <em>Items</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Items</em>'.\n * @see fr.enseeiht.gls.projet404.games.Difficulty#getItems()\n * @see #getDifficulty()\n * @generated\n */\n EReference getDifficulty_Items();\n\n /**\n * Returns the meta object for the reference list '{@link fr.enseeiht.gls.projet404.games.Difficulty#getKnowledges <em>Knowledges</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Knowledges</em>'.\n * @see fr.enseeiht.gls.projet404.games.Difficulty#getKnowledges()\n * @see #getDifficulty()\n * @generated\n */\n EReference getDifficulty_Knowledges();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Player <em>Player</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Player</em>'.\n * @see fr.enseeiht.gls.projet404.games.Player\n * @generated\n */\n EClass getPlayer();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Player#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Player#getName()\n * @see #getPlayer()\n * @generated\n */\n EAttribute getPlayer_Name();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Player#getItems <em>Items</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Items</em>'.\n * @see fr.enseeiht.gls.projet404.games.Player#getItems()\n * @see #getPlayer()\n * @generated\n */\n EReference getPlayer_Items();\n\n /**\n * Returns the meta object for the reference list '{@link fr.enseeiht.gls.projet404.games.Player#getKnowledge <em>Knowledge</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Knowledge</em>'.\n * @see fr.enseeiht.gls.projet404.games.Player#getKnowledge()\n * @see #getPlayer()\n * @generated\n */\n EReference getPlayer_Knowledge();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.ElementJeuFact <em>Element Jeu Fact</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Element Jeu Fact</em>'.\n * @see fr.enseeiht.gls.projet404.games.ElementJeuFact\n * @generated\n */\n EClass getElementJeuFact();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.ElementJeuFact#getDescription <em>Description</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Description</em>'.\n * @see fr.enseeiht.gls.projet404.games.ElementJeuFact#getDescription()\n * @see #getElementJeuFact()\n * @generated\n */\n EAttribute getElementJeuFact_Description();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.ElementJeuFact#getVisible <em>Visible</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Visible</em>'.\n * @see fr.enseeiht.gls.projet404.games.ElementJeuFact#getVisible()\n * @see #getElementJeuFact()\n * @generated\n */\n EAttribute getElementJeuFact_Visible();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.ElementJeuFact#getCond <em>Cond</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Cond</em>'.\n * @see fr.enseeiht.gls.projet404.games.ElementJeuFact#getCond()\n * @see #getElementJeuFact()\n * @generated\n */\n EReference getElementJeuFact_Cond();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.People <em>People</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>People</em>'.\n * @see fr.enseeiht.gls.projet404.games.People\n * @generated\n */\n EClass getPeople();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.People#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.People#getName()\n * @see #getPeople()\n * @generated\n */\n EAttribute getPeople_Name();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.People#getDescription <em>Description</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Description</em>'.\n * @see fr.enseeiht.gls.projet404.games.People#getDescription()\n * @see #getPeople()\n * @generated\n */\n EAttribute getPeople_Description();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.People#getVisible <em>Visible</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Visible</em>'.\n * @see fr.enseeiht.gls.projet404.games.People#getVisible()\n * @see #getPeople()\n * @generated\n */\n EAttribute getPeople_Visible();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.People#getConditionsVisible <em>Conditions Visible</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Visible</em>'.\n * @see fr.enseeiht.gls.projet404.games.People#getConditionsVisible()\n * @see #getPeople()\n * @generated\n */\n EReference getPeople_ConditionsVisible();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.People#getActive <em>Active</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Active</em>'.\n * @see fr.enseeiht.gls.projet404.games.People#getActive()\n * @see #getPeople()\n * @generated\n */\n EAttribute getPeople_Active();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.People#getConditionsActive <em>Conditions Active</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Active</em>'.\n * @see fr.enseeiht.gls.projet404.games.People#getConditionsActive()\n * @see #getPeople()\n * @generated\n */\n EReference getPeople_ConditionsActive();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.People#getIsMandatory <em>Is Mandatory</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Is Mandatory</em>'.\n * @see fr.enseeiht.gls.projet404.games.People#getIsMandatory()\n * @see #getPeople()\n * @generated\n */\n EAttribute getPeople_IsMandatory();\n\n /**\n * Returns the meta object for the containment reference '{@link fr.enseeiht.gls.projet404.games.People#getInteraction <em>Interaction</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Interaction</em>'.\n * @see fr.enseeiht.gls.projet404.games.People#getInteraction()\n * @see #getPeople()\n * @generated\n */\n EReference getPeople_Interaction();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Path <em>Path</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Path</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path\n * @generated\n */\n EClass getPath();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Path#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getName()\n * @see #getPath()\n * @generated\n */\n EAttribute getPath_Name();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Path#getDescription <em>Description</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Description</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getDescription()\n * @see #getPath()\n * @generated\n */\n EAttribute getPath_Description();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Path#getVisible <em>Visible</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Visible</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getVisible()\n * @see #getPath()\n * @generated\n */\n EAttribute getPath_Visible();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Path#getConditionVisible <em>Condition Visible</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Condition Visible</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getConditionVisible()\n * @see #getPath()\n * @generated\n */\n EReference getPath_ConditionVisible();\n\n /**\n * Returns the meta object for the reference '{@link fr.enseeiht.gls.projet404.games.Path#getEndPlace <em>End Place</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>End Place</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getEndPlace()\n * @see #getPath()\n * @generated\n */\n EReference getPath_EndPlace();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Path#getIsOpen <em>Is Open</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Is Open</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getIsOpen()\n * @see #getPath()\n * @generated\n */\n EAttribute getPath_IsOpen();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Path#getConditionsOpening <em>Conditions Opening</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Opening</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getConditionsOpening()\n * @see #getPath()\n * @generated\n */\n EReference getPath_ConditionsOpening();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Path#getIsMandatory <em>Is Mandatory</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Is Mandatory</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getIsMandatory()\n * @see #getPath()\n * @generated\n */\n EAttribute getPath_IsMandatory();\n\n /**\n * Returns the meta object for the reference list '{@link fr.enseeiht.gls.projet404.games.Path#getKnowledgeGiven <em>Knowledge Given</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Knowledge Given</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getKnowledgeGiven()\n * @see #getPath()\n * @generated\n */\n EReference getPath_KnowledgeGiven();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Path#getItemsGiven <em>Items Given</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Items Given</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getItemsGiven()\n * @see #getPath()\n * @generated\n */\n EReference getPath_ItemsGiven();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Path#getItemsConsumed <em>Items Consumed</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Items Consumed</em>'.\n * @see fr.enseeiht.gls.projet404.games.Path#getItemsConsumed()\n * @see #getPath()\n * @generated\n */\n EReference getPath_ItemsConsumed();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Item <em>Item</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Item</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item\n * @generated\n */\n EClass getItem();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Item#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getName()\n * @see #getItem()\n * @generated\n */\n EAttribute getItem_Name();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Item#getSize <em>Size</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Size</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getSize()\n * @see #getItem()\n * @generated\n */\n EAttribute getItem_Size();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Item#getDescription <em>Description</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Description</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getDescription()\n * @see #getItem()\n * @generated\n */\n EAttribute getItem_Description();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Item#getVisible <em>Visible</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Visible</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getVisible()\n * @see #getItem()\n * @generated\n */\n EAttribute getItem_Visible();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Item#getConditionsVisible <em>Conditions Visible</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Visible</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getConditionsVisible()\n * @see #getItem()\n * @generated\n */\n EReference getItem_ConditionsVisible();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Item#getActive <em>Active</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Active</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getActive()\n * @see #getItem()\n * @generated\n */\n EAttribute getItem_Active();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Item#getConditionsActive <em>Conditions Active</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Active</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getConditionsActive()\n * @see #getItem()\n * @generated\n */\n EReference getItem_ConditionsActive();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Item#getCanPutDown <em>Can Put Down</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Can Put Down</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getCanPutDown()\n * @see #getItem()\n * @generated\n */\n EAttribute getItem_CanPutDown();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Item#getConditionsPutDown <em>Conditions Put Down</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Put Down</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getConditionsPutDown()\n * @see #getItem()\n * @generated\n */\n EReference getItem_ConditionsPutDown();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Item#getConditionsGive <em>Conditions Give</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Give</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getConditionsGive()\n * @see #getItem()\n * @generated\n */\n EReference getItem_ConditionsGive();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Item#getConditionsConsumed <em>Conditions Consumed</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Consumed</em>'.\n * @see fr.enseeiht.gls.projet404.games.Item#getConditionsConsumed()\n * @see #getItem()\n * @generated\n */\n EReference getItem_ConditionsConsumed();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.ItemInSomething <em>Item In Something</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Item In Something</em>'.\n * @see fr.enseeiht.gls.projet404.games.ItemInSomething\n * @generated\n */\n EClass getItemInSomething();\n\n /**\n * Returns the meta object for the reference '{@link fr.enseeiht.gls.projet404.games.ItemInSomething#getItem <em>Item</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Item</em>'.\n * @see fr.enseeiht.gls.projet404.games.ItemInSomething#getItem()\n * @see #getItemInSomething()\n * @generated\n */\n EReference getItemInSomething_Item();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.ItemInSomething#getQuantite <em>Quantite</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Quantite</em>'.\n * @see fr.enseeiht.gls.projet404.games.ItemInSomething#getQuantite()\n * @see #getItemInSomething()\n * @generated\n */\n EAttribute getItemInSomething_Quantite();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Recipe <em>Recipe</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Recipe</em>'.\n * @see fr.enseeiht.gls.projet404.games.Recipe\n * @generated\n */\n EClass getRecipe();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Recipe#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Recipe#getName()\n * @see #getRecipe()\n * @generated\n */\n EAttribute getRecipe_Name();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Recipe#getObjectsUsed <em>Objects Used</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Objects Used</em>'.\n * @see fr.enseeiht.gls.projet404.games.Recipe#getObjectsUsed()\n * @see #getRecipe()\n * @generated\n */\n EReference getRecipe_ObjectsUsed();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Recipe#getConditions <em>Conditions</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions</em>'.\n * @see fr.enseeiht.gls.projet404.games.Recipe#getConditions()\n * @see #getRecipe()\n * @generated\n */\n EReference getRecipe_Conditions();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Recipe#getItemsMade <em>Items Made</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Items Made</em>'.\n * @see fr.enseeiht.gls.projet404.games.Recipe#getItemsMade()\n * @see #getRecipe()\n * @generated\n */\n EReference getRecipe_ItemsMade();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Knowledge <em>Knowledge</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Knowledge</em>'.\n * @see fr.enseeiht.gls.projet404.games.Knowledge\n * @generated\n */\n EClass getKnowledge();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Knowledge#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Knowledge#getName()\n * @see #getKnowledge()\n * @generated\n */\n EAttribute getKnowledge_Name();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Knowledge#getDescription <em>Description</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Description</em>'.\n * @see fr.enseeiht.gls.projet404.games.Knowledge#getDescription()\n * @see #getKnowledge()\n * @generated\n */\n EAttribute getKnowledge_Description();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Knowledge#getVisible <em>Visible</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Visible</em>'.\n * @see fr.enseeiht.gls.projet404.games.Knowledge#getVisible()\n * @see #getKnowledge()\n * @generated\n */\n EAttribute getKnowledge_Visible();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Knowledge#getConditionsVisible <em>Conditions Visible</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Visible</em>'.\n * @see fr.enseeiht.gls.projet404.games.Knowledge#getConditionsVisible()\n * @see #getKnowledge()\n * @generated\n */\n EReference getKnowledge_ConditionsVisible();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Knowledge#getActive <em>Active</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Active</em>'.\n * @see fr.enseeiht.gls.projet404.games.Knowledge#getActive()\n * @see #getKnowledge()\n * @generated\n */\n EAttribute getKnowledge_Active();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Knowledge#getConditionsActive <em>Conditions Active</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Active</em>'.\n * @see fr.enseeiht.gls.projet404.games.Knowledge#getConditionsActive()\n * @see #getKnowledge()\n * @generated\n */\n EReference getKnowledge_ConditionsActive();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Knowledge#getConditionsGive <em>Conditions Give</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Give</em>'.\n * @see fr.enseeiht.gls.projet404.games.Knowledge#getConditionsGive()\n * @see #getKnowledge()\n * @generated\n */\n EReference getKnowledge_ConditionsGive();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Place <em>Place</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Place</em>'.\n * @see fr.enseeiht.gls.projet404.games.Place\n * @generated\n */\n EClass getPlace();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Place#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Place#getName()\n * @see #getPlace()\n * @generated\n */\n EAttribute getPlace_Name();\n\n /**\n * Returns the meta object for the reference list '{@link fr.enseeiht.gls.projet404.games.Place#getKnowledges <em>Knowledges</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Knowledges</em>'.\n * @see fr.enseeiht.gls.projet404.games.Place#getKnowledges()\n * @see #getPlace()\n * @generated\n */\n EReference getPlace_Knowledges();\n\n /**\n * Returns the meta object for the reference list '{@link fr.enseeiht.gls.projet404.games.Place#getPeople <em>People</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>People</em>'.\n * @see fr.enseeiht.gls.projet404.games.Place#getPeople()\n * @see #getPlace()\n * @generated\n */\n EReference getPlace_People();\n\n /**\n * Returns the meta object for the reference list '{@link fr.enseeiht.gls.projet404.games.Place#getPaths <em>Paths</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Paths</em>'.\n * @see fr.enseeiht.gls.projet404.games.Place#getPaths()\n * @see #getPlace()\n * @generated\n */\n EReference getPlace_Paths();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Place#getObjects <em>Objects</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Objects</em>'.\n * @see fr.enseeiht.gls.projet404.games.Place#getObjects()\n * @see #getPlace()\n * @generated\n */\n EReference getPlace_Objects();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.ItemInCondition <em>Item In Condition</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Item In Condition</em>'.\n * @see fr.enseeiht.gls.projet404.games.ItemInCondition\n * @generated\n */\n EClass getItemInCondition();\n\n /**\n * Returns the meta object for the reference '{@link fr.enseeiht.gls.projet404.games.ItemInCondition#getItem <em>Item</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Item</em>'.\n * @see fr.enseeiht.gls.projet404.games.ItemInCondition#getItem()\n * @see #getItemInCondition()\n * @generated\n */\n EReference getItemInCondition_Item();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.ItemInCondition#getQuantity <em>Quantity</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Quantity</em>'.\n * @see fr.enseeiht.gls.projet404.games.ItemInCondition#getQuantity()\n * @see #getItemInCondition()\n * @generated\n */\n EAttribute getItemInCondition_Quantity();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.ItemInCondition#getMustBeExact <em>Must Be Exact</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Must Be Exact</em>'.\n * @see fr.enseeiht.gls.projet404.games.ItemInCondition#getMustBeExact()\n * @see #getItemInCondition()\n * @generated\n */\n EAttribute getItemInCondition_MustBeExact();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Condition <em>Condition</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Condition</em>'.\n * @see fr.enseeiht.gls.projet404.games.Condition\n * @generated\n */\n EClass getCondition();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Condition#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Condition#getName()\n * @see #getCondition()\n * @generated\n */\n EAttribute getCondition_Name();\n\n /**\n * Returns the meta object for the reference '{@link fr.enseeiht.gls.projet404.games.Condition#getPlayer <em>Player</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Player</em>'.\n * @see fr.enseeiht.gls.projet404.games.Condition#getPlayer()\n * @see #getCondition()\n * @generated\n */\n EReference getCondition_Player();\n\n /**\n * Returns the meta object for the reference list '{@link fr.enseeiht.gls.projet404.games.Condition#getKnow <em>Know</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Know</em>'.\n * @see fr.enseeiht.gls.projet404.games.Condition#getKnow()\n * @see #getCondition()\n * @generated\n */\n EReference getCondition_Know();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Condition#getItem <em>Item</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Item</em>'.\n * @see fr.enseeiht.gls.projet404.games.Condition#getItem()\n * @see #getCondition()\n * @generated\n */\n EReference getCondition_Item();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Action <em>Action</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Action</em>'.\n * @see fr.enseeiht.gls.projet404.games.Action\n * @generated\n */\n EClass getAction();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Action#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Action#getName()\n * @see #getAction()\n * @generated\n */\n EAttribute getAction_Name();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Action#getVal <em>Val</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Val</em>'.\n * @see fr.enseeiht.gls.projet404.games.Action#getVal()\n * @see #getAction()\n * @generated\n */\n EAttribute getAction_Val();\n\n /**\n * Returns the meta object for the containment reference '{@link fr.enseeiht.gls.projet404.games.Action#getInterSuivante <em>Inter Suivante</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Inter Suivante</em>'.\n * @see fr.enseeiht.gls.projet404.games.Action#getInterSuivante()\n * @see #getAction()\n * @generated\n */\n EReference getAction_InterSuivante();\n\n /**\n * Returns the meta object for the reference list '{@link fr.enseeiht.gls.projet404.games.Action#getKnowledgeGiven <em>Knowledge Given</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Knowledge Given</em>'.\n * @see fr.enseeiht.gls.projet404.games.Action#getKnowledgeGiven()\n * @see #getAction()\n * @generated\n */\n EReference getAction_KnowledgeGiven();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Action#getItemsGiven <em>Items Given</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Items Given</em>'.\n * @see fr.enseeiht.gls.projet404.games.Action#getItemsGiven()\n * @see #getAction()\n * @generated\n */\n EReference getAction_ItemsGiven();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Action#getItemsConsumed <em>Items Consumed</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Items Consumed</em>'.\n * @see fr.enseeiht.gls.projet404.games.Action#getItemsConsumed()\n * @see #getAction()\n * @generated\n */\n EReference getAction_ItemsConsumed();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Action#getConditionsActionsAvailable <em>Conditions Actions Available</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Actions Available</em>'.\n * @see fr.enseeiht.gls.projet404.games.Action#getConditionsActionsAvailable()\n * @see #getAction()\n * @generated\n */\n EReference getAction_ConditionsActionsAvailable();\n\n /**\n * Returns the meta object for the reference '{@link fr.enseeiht.gls.projet404.games.Action#getGame <em>Game</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Game</em>'.\n * @see fr.enseeiht.gls.projet404.games.Action#getGame()\n * @see #getAction()\n * @generated\n */\n EReference getAction_Game();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Interaction <em>Interaction</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Interaction</em>'.\n * @see fr.enseeiht.gls.projet404.games.Interaction\n * @generated\n */\n EClass getInteraction();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Interaction#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see fr.enseeiht.gls.projet404.games.Interaction#getName()\n * @see #getInteraction()\n * @generated\n */\n EAttribute getInteraction_Name();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Interaction#getProp <em>Prop</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Prop</em>'.\n * @see fr.enseeiht.gls.projet404.games.Interaction#getProp()\n * @see #getInteraction()\n * @generated\n */\n EReference getInteraction_Prop();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Interaction#getConditionsBegin <em>Conditions Begin</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions Begin</em>'.\n * @see fr.enseeiht.gls.projet404.games.Interaction#getConditionsBegin()\n * @see #getInteraction()\n * @generated\n */\n EReference getInteraction_ConditionsBegin();\n\n /**\n * Returns the meta object for the containment reference list '{@link fr.enseeiht.gls.projet404.games.Interaction#getConditionsEnd <em>Conditions End</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions End</em>'.\n * @see fr.enseeiht.gls.projet404.games.Interaction#getConditionsEnd()\n * @see #getInteraction()\n * @generated\n */\n EReference getInteraction_ConditionsEnd();\n\n /**\n * Returns the meta object for class '{@link fr.enseeiht.gls.projet404.games.Proposition <em>Proposition</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Proposition</em>'.\n * @see fr.enseeiht.gls.projet404.games.Proposition\n * @generated\n */\n EClass getProposition();\n\n /**\n * Returns the meta object for the attribute '{@link fr.enseeiht.gls.projet404.games.Proposition#getValue <em>Value</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Value</em>'.\n * @see fr.enseeiht.gls.projet404.games.Proposition#getValue()\n * @see #getProposition()\n * @generated\n */\n EAttribute getProposition_Value();\n\n /**\n * Returns the meta object for the containment reference '{@link fr.enseeiht.gls.projet404.games.Proposition#getAct <em>Act</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Act</em>'.\n * @see fr.enseeiht.gls.projet404.games.Proposition#getAct()\n * @see #getProposition()\n * @generated\n */\n EReference getProposition_Act();\n\n /**\n * Returns the meta object for enum '{@link fr.enseeiht.gls.projet404.games.Actions <em>Actions</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for enum '<em>Actions</em>'.\n * @see fr.enseeiht.gls.projet404.games.Actions\n * @generated\n */\n EEnum getActions();\n\n /**\n * Returns the factory that creates the instances of the model.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the factory that creates the instances of the model.\n * @generated\n */\n GamesFactory getGamesFactory();\n\n /**\n * <!-- begin-user-doc -->\n * Defines literals for the meta objects that represent\n * <ul>\n * <li>each class,</li>\n * <li>each feature of each class,</li>\n * <li>each enum,</li>\n * <li>and each data type</li>\n * </ul>\n * <!-- end-user-doc -->\n * @generated\n */\n interface Literals\n {\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.GameImpl <em>Game</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.GameImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getGame()\n * @generated\n */\n EClass GAME = eINSTANCE.getGame();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute GAME__NAME = eINSTANCE.getGame_Name();\n\n /**\n * The meta object literal for the '<em><b>Player</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__PLAYER = eINSTANCE.getGame_Player();\n\n /**\n * The meta object literal for the '<em><b>Places</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__PLACES = eINSTANCE.getGame_Places();\n\n /**\n * The meta object literal for the '<em><b>Knowledge</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__KNOWLEDGE = eINSTANCE.getGame_Knowledge();\n\n /**\n * The meta object literal for the '<em><b>People</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__PEOPLE = eINSTANCE.getGame_People();\n\n /**\n * The meta object literal for the '<em><b>Items</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__ITEMS = eINSTANCE.getGame_Items();\n\n /**\n * The meta object literal for the '<em><b>Path</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__PATH = eINSTANCE.getGame_Path();\n\n /**\n * The meta object literal for the '<em><b>Recipes</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__RECIPES = eINSTANCE.getGame_Recipes();\n\n /**\n * The meta object literal for the '<em><b>Start Place</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__START_PLACE = eINSTANCE.getGame_StartPlace();\n\n /**\n * The meta object literal for the '<em><b>End Place</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__END_PLACE = eINSTANCE.getGame_EndPlace();\n\n /**\n * The meta object literal for the '<em><b>Difficulty</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GAME__DIFFICULTY = eINSTANCE.getGame_Difficulty();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.DifficultyImpl <em>Difficulty</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.DifficultyImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getDifficulty()\n * @generated\n */\n EClass DIFFICULTY = eINSTANCE.getDifficulty();\n\n /**\n * The meta object literal for the '<em><b>Lvl</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute DIFFICULTY__LVL = eINSTANCE.getDifficulty_Lvl();\n\n /**\n * The meta object literal for the '<em><b>Size Max</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute DIFFICULTY__SIZE_MAX = eINSTANCE.getDifficulty_SizeMax();\n\n /**\n * The meta object literal for the '<em><b>Items</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference DIFFICULTY__ITEMS = eINSTANCE.getDifficulty_Items();\n\n /**\n * The meta object literal for the '<em><b>Knowledges</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference DIFFICULTY__KNOWLEDGES = eINSTANCE.getDifficulty_Knowledges();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.PlayerImpl <em>Player</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PlayerImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getPlayer()\n * @generated\n */\n EClass PLAYER = eINSTANCE.getPlayer();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PLAYER__NAME = eINSTANCE.getPlayer_Name();\n\n /**\n * The meta object literal for the '<em><b>Items</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PLAYER__ITEMS = eINSTANCE.getPlayer_Items();\n\n /**\n * The meta object literal for the '<em><b>Knowledge</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PLAYER__KNOWLEDGE = eINSTANCE.getPlayer_Knowledge();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.ElementJeuFactImpl <em>Element Jeu Fact</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ElementJeuFactImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getElementJeuFact()\n * @generated\n */\n EClass ELEMENT_JEU_FACT = eINSTANCE.getElementJeuFact();\n\n /**\n * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ELEMENT_JEU_FACT__DESCRIPTION = eINSTANCE.getElementJeuFact_Description();\n\n /**\n * The meta object literal for the '<em><b>Visible</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ELEMENT_JEU_FACT__VISIBLE = eINSTANCE.getElementJeuFact_Visible();\n\n /**\n * The meta object literal for the '<em><b>Cond</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ELEMENT_JEU_FACT__COND = eINSTANCE.getElementJeuFact_Cond();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.PeopleImpl <em>People</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PeopleImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getPeople()\n * @generated\n */\n EClass PEOPLE = eINSTANCE.getPeople();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PEOPLE__NAME = eINSTANCE.getPeople_Name();\n\n /**\n * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PEOPLE__DESCRIPTION = eINSTANCE.getPeople_Description();\n\n /**\n * The meta object literal for the '<em><b>Visible</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PEOPLE__VISIBLE = eINSTANCE.getPeople_Visible();\n\n /**\n * The meta object literal for the '<em><b>Conditions Visible</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PEOPLE__CONDITIONS_VISIBLE = eINSTANCE.getPeople_ConditionsVisible();\n\n /**\n * The meta object literal for the '<em><b>Active</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PEOPLE__ACTIVE = eINSTANCE.getPeople_Active();\n\n /**\n * The meta object literal for the '<em><b>Conditions Active</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PEOPLE__CONDITIONS_ACTIVE = eINSTANCE.getPeople_ConditionsActive();\n\n /**\n * The meta object literal for the '<em><b>Is Mandatory</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PEOPLE__IS_MANDATORY = eINSTANCE.getPeople_IsMandatory();\n\n /**\n * The meta object literal for the '<em><b>Interaction</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PEOPLE__INTERACTION = eINSTANCE.getPeople_Interaction();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.PathImpl <em>Path</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PathImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getPath()\n * @generated\n */\n EClass PATH = eINSTANCE.getPath();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PATH__NAME = eINSTANCE.getPath_Name();\n\n /**\n * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PATH__DESCRIPTION = eINSTANCE.getPath_Description();\n\n /**\n * The meta object literal for the '<em><b>Visible</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PATH__VISIBLE = eINSTANCE.getPath_Visible();\n\n /**\n * The meta object literal for the '<em><b>Condition Visible</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PATH__CONDITION_VISIBLE = eINSTANCE.getPath_ConditionVisible();\n\n /**\n * The meta object literal for the '<em><b>End Place</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PATH__END_PLACE = eINSTANCE.getPath_EndPlace();\n\n /**\n * The meta object literal for the '<em><b>Is Open</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PATH__IS_OPEN = eINSTANCE.getPath_IsOpen();\n\n /**\n * The meta object literal for the '<em><b>Conditions Opening</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PATH__CONDITIONS_OPENING = eINSTANCE.getPath_ConditionsOpening();\n\n /**\n * The meta object literal for the '<em><b>Is Mandatory</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PATH__IS_MANDATORY = eINSTANCE.getPath_IsMandatory();\n\n /**\n * The meta object literal for the '<em><b>Knowledge Given</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PATH__KNOWLEDGE_GIVEN = eINSTANCE.getPath_KnowledgeGiven();\n\n /**\n * The meta object literal for the '<em><b>Items Given</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PATH__ITEMS_GIVEN = eINSTANCE.getPath_ItemsGiven();\n\n /**\n * The meta object literal for the '<em><b>Items Consumed</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PATH__ITEMS_CONSUMED = eINSTANCE.getPath_ItemsConsumed();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.ItemImpl <em>Item</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ItemImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getItem()\n * @generated\n */\n EClass ITEM = eINSTANCE.getItem();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ITEM__NAME = eINSTANCE.getItem_Name();\n\n /**\n * The meta object literal for the '<em><b>Size</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ITEM__SIZE = eINSTANCE.getItem_Size();\n\n /**\n * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ITEM__DESCRIPTION = eINSTANCE.getItem_Description();\n\n /**\n * The meta object literal for the '<em><b>Visible</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ITEM__VISIBLE = eINSTANCE.getItem_Visible();\n\n /**\n * The meta object literal for the '<em><b>Conditions Visible</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ITEM__CONDITIONS_VISIBLE = eINSTANCE.getItem_ConditionsVisible();\n\n /**\n * The meta object literal for the '<em><b>Active</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ITEM__ACTIVE = eINSTANCE.getItem_Active();\n\n /**\n * The meta object literal for the '<em><b>Conditions Active</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ITEM__CONDITIONS_ACTIVE = eINSTANCE.getItem_ConditionsActive();\n\n /**\n * The meta object literal for the '<em><b>Can Put Down</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ITEM__CAN_PUT_DOWN = eINSTANCE.getItem_CanPutDown();\n\n /**\n * The meta object literal for the '<em><b>Conditions Put Down</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ITEM__CONDITIONS_PUT_DOWN = eINSTANCE.getItem_ConditionsPutDown();\n\n /**\n * The meta object literal for the '<em><b>Conditions Give</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ITEM__CONDITIONS_GIVE = eINSTANCE.getItem_ConditionsGive();\n\n /**\n * The meta object literal for the '<em><b>Conditions Consumed</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ITEM__CONDITIONS_CONSUMED = eINSTANCE.getItem_ConditionsConsumed();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.ItemInSomethingImpl <em>Item In Something</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ItemInSomethingImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getItemInSomething()\n * @generated\n */\n EClass ITEM_IN_SOMETHING = eINSTANCE.getItemInSomething();\n\n /**\n * The meta object literal for the '<em><b>Item</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ITEM_IN_SOMETHING__ITEM = eINSTANCE.getItemInSomething_Item();\n\n /**\n * The meta object literal for the '<em><b>Quantite</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ITEM_IN_SOMETHING__QUANTITE = eINSTANCE.getItemInSomething_Quantite();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.RecipeImpl <em>Recipe</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.RecipeImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getRecipe()\n * @generated\n */\n EClass RECIPE = eINSTANCE.getRecipe();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute RECIPE__NAME = eINSTANCE.getRecipe_Name();\n\n /**\n * The meta object literal for the '<em><b>Objects Used</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference RECIPE__OBJECTS_USED = eINSTANCE.getRecipe_ObjectsUsed();\n\n /**\n * The meta object literal for the '<em><b>Conditions</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference RECIPE__CONDITIONS = eINSTANCE.getRecipe_Conditions();\n\n /**\n * The meta object literal for the '<em><b>Items Made</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference RECIPE__ITEMS_MADE = eINSTANCE.getRecipe_ItemsMade();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.KnowledgeImpl <em>Knowledge</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.KnowledgeImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getKnowledge()\n * @generated\n */\n EClass KNOWLEDGE = eINSTANCE.getKnowledge();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute KNOWLEDGE__NAME = eINSTANCE.getKnowledge_Name();\n\n /**\n * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute KNOWLEDGE__DESCRIPTION = eINSTANCE.getKnowledge_Description();\n\n /**\n * The meta object literal for the '<em><b>Visible</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute KNOWLEDGE__VISIBLE = eINSTANCE.getKnowledge_Visible();\n\n /**\n * The meta object literal for the '<em><b>Conditions Visible</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference KNOWLEDGE__CONDITIONS_VISIBLE = eINSTANCE.getKnowledge_ConditionsVisible();\n\n /**\n * The meta object literal for the '<em><b>Active</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute KNOWLEDGE__ACTIVE = eINSTANCE.getKnowledge_Active();\n\n /**\n * The meta object literal for the '<em><b>Conditions Active</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference KNOWLEDGE__CONDITIONS_ACTIVE = eINSTANCE.getKnowledge_ConditionsActive();\n\n /**\n * The meta object literal for the '<em><b>Conditions Give</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference KNOWLEDGE__CONDITIONS_GIVE = eINSTANCE.getKnowledge_ConditionsGive();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.PlaceImpl <em>Place</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PlaceImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getPlace()\n * @generated\n */\n EClass PLACE = eINSTANCE.getPlace();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PLACE__NAME = eINSTANCE.getPlace_Name();\n\n /**\n * The meta object literal for the '<em><b>Knowledges</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PLACE__KNOWLEDGES = eINSTANCE.getPlace_Knowledges();\n\n /**\n * The meta object literal for the '<em><b>People</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PLACE__PEOPLE = eINSTANCE.getPlace_People();\n\n /**\n * The meta object literal for the '<em><b>Paths</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PLACE__PATHS = eINSTANCE.getPlace_Paths();\n\n /**\n * The meta object literal for the '<em><b>Objects</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PLACE__OBJECTS = eINSTANCE.getPlace_Objects();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.ItemInConditionImpl <em>Item In Condition</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ItemInConditionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getItemInCondition()\n * @generated\n */\n EClass ITEM_IN_CONDITION = eINSTANCE.getItemInCondition();\n\n /**\n * The meta object literal for the '<em><b>Item</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ITEM_IN_CONDITION__ITEM = eINSTANCE.getItemInCondition_Item();\n\n /**\n * The meta object literal for the '<em><b>Quantity</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ITEM_IN_CONDITION__QUANTITY = eINSTANCE.getItemInCondition_Quantity();\n\n /**\n * The meta object literal for the '<em><b>Must Be Exact</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ITEM_IN_CONDITION__MUST_BE_EXACT = eINSTANCE.getItemInCondition_MustBeExact();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.ConditionImpl <em>Condition</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ConditionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getCondition()\n * @generated\n */\n EClass CONDITION = eINSTANCE.getCondition();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute CONDITION__NAME = eINSTANCE.getCondition_Name();\n\n /**\n * The meta object literal for the '<em><b>Player</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference CONDITION__PLAYER = eINSTANCE.getCondition_Player();\n\n /**\n * The meta object literal for the '<em><b>Know</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference CONDITION__KNOW = eINSTANCE.getCondition_Know();\n\n /**\n * The meta object literal for the '<em><b>Item</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference CONDITION__ITEM = eINSTANCE.getCondition_Item();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.ActionImpl <em>Action</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.ActionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getAction()\n * @generated\n */\n EClass ACTION = eINSTANCE.getAction();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ACTION__NAME = eINSTANCE.getAction_Name();\n\n /**\n * The meta object literal for the '<em><b>Val</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ACTION__VAL = eINSTANCE.getAction_Val();\n\n /**\n * The meta object literal for the '<em><b>Inter Suivante</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTION__INTER_SUIVANTE = eINSTANCE.getAction_InterSuivante();\n\n /**\n * The meta object literal for the '<em><b>Knowledge Given</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTION__KNOWLEDGE_GIVEN = eINSTANCE.getAction_KnowledgeGiven();\n\n /**\n * The meta object literal for the '<em><b>Items Given</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTION__ITEMS_GIVEN = eINSTANCE.getAction_ItemsGiven();\n\n /**\n * The meta object literal for the '<em><b>Items Consumed</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTION__ITEMS_CONSUMED = eINSTANCE.getAction_ItemsConsumed();\n\n /**\n * The meta object literal for the '<em><b>Conditions Actions Available</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTION__CONDITIONS_ACTIONS_AVAILABLE = eINSTANCE.getAction_ConditionsActionsAvailable();\n\n /**\n * The meta object literal for the '<em><b>Game</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ACTION__GAME = eINSTANCE.getAction_Game();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.InteractionImpl <em>Interaction</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.InteractionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getInteraction()\n * @generated\n */\n EClass INTERACTION = eINSTANCE.getInteraction();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute INTERACTION__NAME = eINSTANCE.getInteraction_Name();\n\n /**\n * The meta object literal for the '<em><b>Prop</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference INTERACTION__PROP = eINSTANCE.getInteraction_Prop();\n\n /**\n * The meta object literal for the '<em><b>Conditions Begin</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference INTERACTION__CONDITIONS_BEGIN = eINSTANCE.getInteraction_ConditionsBegin();\n\n /**\n * The meta object literal for the '<em><b>Conditions End</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference INTERACTION__CONDITIONS_END = eINSTANCE.getInteraction_ConditionsEnd();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.impl.PropositionImpl <em>Proposition</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.impl.PropositionImpl\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getProposition()\n * @generated\n */\n EClass PROPOSITION = eINSTANCE.getProposition();\n\n /**\n * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute PROPOSITION__VALUE = eINSTANCE.getProposition_Value();\n\n /**\n * The meta object literal for the '<em><b>Act</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference PROPOSITION__ACT = eINSTANCE.getProposition_Act();\n\n /**\n * The meta object literal for the '{@link fr.enseeiht.gls.projet404.games.Actions <em>Actions</em>}' enum.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see fr.enseeiht.gls.projet404.games.Actions\n * @see fr.enseeiht.gls.projet404.games.impl.GamesPackageImpl#getActions()\n * @generated\n */\n EEnum ACTIONS = eINSTANCE.getActions();\n\n }\n\n}", "protected abstract String getPackageName();", "public void initializePackageContents() {\n\t\tif (isInitialized) return;\n\t\tisInitialized = true;\n\n\t\t// Initialize package\n\t\tsetName(eNAME);\n\t\tsetNsPrefix(eNS_PREFIX);\n\t\tsetNsURI(eNS_URI);\n\n\t\t// Obtain other dependent packages\n\t\tInfrastructurePackage theInfrastructurePackage = (InfrastructurePackage)EPackage.Registry.INSTANCE.getEPackage(InfrastructurePackage.eNS_URI);\n\t\tOCCIPackage theOCCIPackage = (OCCIPackage)EPackage.Registry.INSTANCE.getEPackage(OCCIPackage.eNS_URI);\n\n\t\t// Create type parameters\n\n\t\t// Set bounds for type parameters\n\n\t\t// Add supertypes to classes\n\t\tcontainerEClass.getESuperTypes().add(theInfrastructurePackage.getCompute());\n\t\tlinkEClass.getESuperTypes().add(theOCCIPackage.getLink());\n\t\tnetworklinkEClass.getESuperTypes().add(this.getLink());\n\t\tvolumesfromEClass.getESuperTypes().add(theOCCIPackage.getLink());\n\t\tcontainsEClass.getESuperTypes().add(theOCCIPackage.getLink());\n\t\tmachineEClass.getESuperTypes().add(theInfrastructurePackage.getCompute());\n\t\tvolumeEClass.getESuperTypes().add(theInfrastructurePackage.getStorage());\n\t\tnetworkEClass.getESuperTypes().add(theInfrastructurePackage.getNetwork());\n\t\tmachinegenericEClass.getESuperTypes().add(this.getMachine());\n\t\tmachineamazonec2EClass.getESuperTypes().add(this.getMachine());\n\t\tmachinedigitaloceanEClass.getESuperTypes().add(this.getMachine());\n\t\tmachinegooglecomputeengineEClass.getESuperTypes().add(this.getMachine());\n\t\tmachineibmsoftlayerEClass.getESuperTypes().add(this.getMachine());\n\t\tmachinemicrosoftazureEClass.getESuperTypes().add(this.getMachine());\n\t\tmachinemicrosofthypervEClass.getESuperTypes().add(this.getMachine());\n\t\tmachineopenstackEClass.getESuperTypes().add(this.getMachine());\n\t\tmachinerackspaceEClass.getESuperTypes().add(this.getMachine());\n\t\tmachinevirtualboxEClass.getESuperTypes().add(this.getMachine());\n\t\tmachinevmwarefusionEClass.getESuperTypes().add(this.getMachine());\n\t\tmachinevmwarevcloudairEClass.getESuperTypes().add(this.getMachine());\n\t\tmachinevmwarevsphereEClass.getESuperTypes().add(this.getMachine());\n\t\tmachineexoscaleEClass.getESuperTypes().add(this.getMachine());\n\t\tmachinegrid5000EClass.getESuperTypes().add(this.getMachine());\n\t\tclusterEClass.getESuperTypes().add(theInfrastructurePackage.getCompute());\n\n\t\t// Initialize classes, features, and operations; add parameters\n\t\tinitEClass(arrayOfStringEClass, ArrayOfString.class, \"ArrayOfString\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getArrayOfString_Values(), ecorePackage.getEString(), \"values\", null, 0, -1, ArrayOfString.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(containerEClass, org.eclipse.cmf.occi.docker.Container.class, \"Container\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getContainer_Name(), ecorePackage.getEString(), \"name\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Containerid(), ecorePackage.getEString(), \"containerid\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Image(), ecorePackage.getEString(), \"image\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Build(), ecorePackage.getEString(), \"build\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Command(), ecorePackage.getEString(), \"command\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Ports(), ecorePackage.getEString(), \"ports\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Expose(), ecorePackage.getEString(), \"expose\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Volumes(), ecorePackage.getEString(), \"volumes\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Environment(), ecorePackage.getEString(), \"environment\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_EnvFile(), ecorePackage.getEString(), \"envFile\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Net(), ecorePackage.getEString(), \"net\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Dns(), ecorePackage.getEString(), \"dns\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_DnsSearch(), ecorePackage.getEString(), \"dnsSearch\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_CapAdd(), ecorePackage.getEString(), \"capAdd\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_CapDrop(), ecorePackage.getEString(), \"capDrop\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_WorkingDir(), ecorePackage.getEString(), \"workingDir\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Entrypoint(), ecorePackage.getEString(), \"entrypoint\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_User(), ecorePackage.getEString(), \"user\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_DomainName(), ecorePackage.getEString(), \"domainName\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_MemLimit(), ecorePackage.getEBigInteger(), \"memLimit\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_MemorySwap(), ecorePackage.getEBigInteger(), \"memorySwap\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Privileged(), ecorePackage.getEBoolean(), \"privileged\", \"false\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Restart(), ecorePackage.getEString(), \"restart\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_StdinOpen(), ecorePackage.getEBoolean(), \"stdinOpen\", \"false\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Interactive(), ecorePackage.getEBoolean(), \"interactive\", \"false\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_CpuShares(), ecorePackage.getEBigInteger(), \"cpuShares\", \"0\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Pid(), ecorePackage.getEString(), \"pid\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Ipc(), ecorePackage.getEString(), \"ipc\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_AddHost(), ecorePackage.getEString(), \"addHost\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_MacAddress(), theInfrastructurePackage.getMac(), \"macAddress\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Rm(), ecorePackage.getEBoolean(), \"rm\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_SecurityOpt(), ecorePackage.getEString(), \"securityOpt\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Device(), ecorePackage.getEString(), \"device\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_LxcConf(), ecorePackage.getEString(), \"lxcConf\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_PublishAll(), ecorePackage.getEBoolean(), \"publishAll\", \"false\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_ReadOnly(), ecorePackage.getEBoolean(), \"readOnly\", \"false\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Monitored(), ecorePackage.getEBoolean(), \"monitored\", \"false\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_CpuUsed(), ecorePackage.getEBigInteger(), \"cpuUsed\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_MemoryUsed(), ecorePackage.getEBigInteger(), \"memoryUsed\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_CpuPercent(), ecorePackage.getEString(), \"cpuPercent\", \"0\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_MemoryPercent(), ecorePackage.getEString(), \"memoryPercent\", \"0\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_DiskUsed(), ecorePackage.getEBigInteger(), \"diskUsed\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_DiskPercent(), ecorePackage.getEString(), \"diskPercent\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_BandwidthUsed(), ecorePackage.getEBigInteger(), \"bandwidthUsed\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_BandwidthPercent(), ecorePackage.getEString(), \"bandwidthPercent\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_MonitoringInterval(), ecorePackage.getEBigInteger(), \"monitoringInterval\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_CpuMaxValue(), ecorePackage.getEBigInteger(), \"cpuMaxValue\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_MemoryMaxValue(), ecorePackage.getEBigInteger(), \"memoryMaxValue\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_CoreMax(), ecorePackage.getEBigInteger(), \"coreMax\", \"1\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_CpuSetCpus(), ecorePackage.getEString(), \"cpuSetCpus\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_CpuSetMems(), ecorePackage.getEString(), \"cpuSetMems\", null, 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getContainer_Tty(), ecorePackage.getEBoolean(), \"tty\", \"false\", 0, 1, org.eclipse.cmf.occi.docker.Container.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEOperation(getContainer__Create(), null, \"create\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tinitEOperation(getContainer__Stop(), null, \"stop\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tinitEOperation(getContainer__Run(), null, \"run\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tinitEOperation(getContainer__Pause(), null, \"pause\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tinitEOperation(getContainer__Unpause(), null, \"unpause\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tEOperation op = initEOperation(getContainer__Kill__String(), null, \"kill\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\t\taddEParameter(op, ecorePackage.getEString(), \"signal\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tinitEClass(linkEClass, Link.class, \"Link\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getLink_Alias(), ecorePackage.getEString(), \"alias\", null, 0, 1, Link.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(networklinkEClass, Networklink.class, \"Networklink\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\n\t\tinitEClass(volumesfromEClass, Volumesfrom.class, \"Volumesfrom\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getVolumesfrom_Mode(), this.getMode(), \"mode\", \"readWrite\", 0, 1, Volumesfrom.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(containsEClass, Contains.class, \"Contains\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\n\t\tinitEClass(machineEClass, Machine.class, \"Machine\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachine_Name(), ecorePackage.getEString(), \"name\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_EngineInstallURL(), ecorePackage.getEString(), \"engineInstallURL\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_EngineOpt(), ecorePackage.getEString(), \"engineOpt\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_EngineInsecureRegistry(), ecorePackage.getEString(), \"engineInsecureRegistry\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_EngineRegistryMirror(), ecorePackage.getEString(), \"engineRegistryMirror\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_EngineLabel(), ecorePackage.getEString(), \"engineLabel\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_EngineStorageDriver(), ecorePackage.getEString(), \"engineStorageDriver\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_EngineEnv(), ecorePackage.getEString(), \"engineEnv\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_Swarm(), ecorePackage.getEBoolean(), \"swarm\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_SwarmImage(), ecorePackage.getEString(), \"swarmImage\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_SwarmMaster(), ecorePackage.getEBoolean(), \"swarmMaster\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_SwarmDiscovery(), ecorePackage.getEString(), \"swarmDiscovery\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_SwarmStrategy(), ecorePackage.getEString(), \"swarmStrategy\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_SwarmOpt(), ecorePackage.getEString(), \"swarmOpt\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_SwarmHost(), ecorePackage.getEString(), \"swarmHost\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_SwarmAddr(), ecorePackage.getEString(), \"swarmAddr\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_SwarmExperimental(), ecorePackage.getEString(), \"swarmExperimental\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachine_TlsSan(), ecorePackage.getEString(), \"tlsSan\", null, 0, 1, Machine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEOperation(getMachine__Startall(), null, \"startall\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tinitEClass(volumeEClass, Volume.class, \"Volume\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getVolume_Driver(), ecorePackage.getEString(), \"driver\", \"local\", 0, 1, Volume.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getVolume_Labels(), ecorePackage.getEString(), \"labels\", null, 0, 1, Volume.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getVolume_Options(), ecorePackage.getEString(), \"options\", null, 0, 1, Volume.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getVolume_Source(), ecorePackage.getEString(), \"source\", null, 0, 1, Volume.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getVolume_Destination(), ecorePackage.getEString(), \"destination\", null, 0, 1, Volume.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getVolume_Mode(), ecorePackage.getEString(), \"mode\", null, 0, 1, Volume.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getVolume_Rw(), ecorePackage.getEString(), \"rw\", null, 0, 1, Volume.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getVolume_Propagation(), ecorePackage.getEString(), \"propagation\", null, 0, 1, Volume.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getVolume_Name(), ecorePackage.getEString(), \"name\", null, 0, 1, Volume.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(networkEClass, Network.class, \"Network\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getNetwork_NetworkId(), ecorePackage.getEString(), \"networkId\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_Name(), ecorePackage.getEString(), \"name\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_AuxAddress(), ecorePackage.getEString(), \"auxAddress\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_Driver(), ecorePackage.getEString(), \"driver\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_Gateway(), ecorePackage.getEString(), \"gateway\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_Internal(), ecorePackage.getEBoolean(), \"internal\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_IpRange(), ecorePackage.getEString(), \"ipRange\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_IpamDriver(), ecorePackage.getEString(), \"ipamDriver\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_IpamOpt(), ecorePackage.getEString(), \"ipamOpt\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_Ipv6(), ecorePackage.getEBoolean(), \"ipv6\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_Opt(), ecorePackage.getEString(), \"opt\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getNetwork_Subnet(), ecorePackage.getEString(), \"subnet\", null, 0, 1, Network.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinegenericEClass, Machinegeneric.class, \"Machinegeneric\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinegeneric_EnginePort(), ecorePackage.getEBigInteger(), \"enginePort\", null, 0, 1, Machinegeneric.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegeneric_IpAddress(), ecorePackage.getEString(), \"ipAddress\", null, 0, 1, Machinegeneric.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegeneric_SshKey(), ecorePackage.getEString(), \"sshKey\", null, 0, 1, Machinegeneric.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegeneric_SshUser(), ecorePackage.getEString(), \"sshUser\", null, 0, 1, Machinegeneric.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegeneric_SshPort(), ecorePackage.getEBigInteger(), \"sshPort\", \"22\", 0, 1, Machinegeneric.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machineamazonec2EClass, Machineamazonec2.class, \"Machineamazonec2\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachineamazonec2_AccessKey(), ecorePackage.getEString(), \"accessKey\", null, 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_Ami(), ecorePackage.getEString(), \"ami\", \"ami-4ae27e22\", 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_InstanceType(), ecorePackage.getEString(), \"instanceType\", \"t2.micro\", 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_Region(), ecorePackage.getEString(), \"region\", \"us-east-1\", 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_RootSize(), ecorePackage.getEBigInteger(), \"rootSize\", \"16\", 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_SecretKey(), ecorePackage.getEString(), \"secretKey\", null, 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_SecurityGroup(), ecorePackage.getEString(), \"securityGroup\", \"docker-machine\", 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_SessionToken(), ecorePackage.getEString(), \"sessionToken\", null, 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_SubnetId(), ecorePackage.getEString(), \"subnetId\", null, 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_VpcId(), ecorePackage.getEString(), \"vpcId\", null, 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineamazonec2_Zone(), ecorePackage.getEString(), \"zone\", \"a\", 0, 1, Machineamazonec2.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinedigitaloceanEClass, Machinedigitalocean.class, \"Machinedigitalocean\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinedigitalocean_AccessToken(), ecorePackage.getEString(), \"accessToken\", null, 0, 1, Machinedigitalocean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinedigitalocean_Image(), ecorePackage.getEString(), \"image\", \"docker\", 0, 1, Machinedigitalocean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinedigitalocean_Region(), ecorePackage.getEString(), \"region\", \"nyc3\", 0, 1, Machinedigitalocean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinedigitalocean_Size(), ecorePackage.getEString(), \"size\", \"512mb\", 0, 1, Machinedigitalocean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinegooglecomputeengineEClass, Machinegooglecomputeengine.class, \"Machinegooglecomputeengine\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinegooglecomputeengine_Zone(), ecorePackage.getEString(), \"zone\", \"us-central1-a\", 0, 1, Machinegooglecomputeengine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegooglecomputeengine_MachineType(), ecorePackage.getEString(), \"machineType\", \"f1-micro\", 0, 1, Machinegooglecomputeengine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegooglecomputeengine_Username(), ecorePackage.getEString(), \"username\", \"docker-user\", 0, 1, Machinegooglecomputeengine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegooglecomputeengine_InstanceName(), ecorePackage.getEString(), \"instanceName\", \"docker-machine\", 0, 1, Machinegooglecomputeengine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegooglecomputeengine_Project(), ecorePackage.getEString(), \"project\", null, 0, 1, Machinegooglecomputeengine.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machineibmsoftlayerEClass, Machineibmsoftlayer.class, \"Machineibmsoftlayer\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachineibmsoftlayer_ApiEndpoint(), ecorePackage.getEString(), \"apiEndpoint\", \"api.softlayer.com/rest/v3\", 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_User(), ecorePackage.getEString(), \"user\", null, 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_ApiKey(), ecorePackage.getEString(), \"apiKey\", null, 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_Cpu(), ecorePackage.getEBigInteger(), \"cpu\", null, 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_DiskSize(), ecorePackage.getEBigInteger(), \"diskSize\", null, 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_Domain(), ecorePackage.getEString(), \"domain\", null, 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_HourlyBilling(), ecorePackage.getEBoolean(), \"hourlyBilling\", \"false\", 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_Image(), ecorePackage.getEString(), \"image\", \"UBUNTU_LATEST\", 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_LocalDisk(), ecorePackage.getEBoolean(), \"localDisk\", \"false\", 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_PrivateNetOnly(), ecorePackage.getEBoolean(), \"privateNetOnly\", null, 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_Region(), ecorePackage.getEString(), \"region\", null, 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_PublicVlanId(), ecorePackage.getEString(), \"publicVlanId\", \"0\", 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineibmsoftlayer_PrivateVlanId(), ecorePackage.getEString(), \"privateVlanId\", \"0\", 0, 1, Machineibmsoftlayer.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinemicrosoftazureEClass, Machinemicrosoftazure.class, \"Machinemicrosoftazure\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinemicrosoftazure_SubscriptionId(), ecorePackage.getEString(), \"subscriptionId\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_SubscriptionCert(), ecorePackage.getEString(), \"subscriptionCert\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_Environment(), ecorePackage.getEString(), \"environment\", \"AzurePublicCloud\", 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_MachineLocation(), ecorePackage.getEString(), \"machineLocation\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_ResourceGroup(), ecorePackage.getEString(), \"resourceGroup\", \"docker-machine\", 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_Size(), ecorePackage.getEString(), \"size\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_SshUser(), ecorePackage.getEString(), \"sshUser\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_Vnet(), ecorePackage.getEString(), \"vnet\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_Subnet(), ecorePackage.getEString(), \"subnet\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_SubnetPrefix(), ecorePackage.getEString(), \"subnetPrefix\", \"192.168.0.0/16\", 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_AvailabilitySet(), ecorePackage.getEString(), \"availabilitySet\", \"docker-machine\", 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_OpenPort(), ecorePackage.getEBigInteger(), \"openPort\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_PrivateIpAddress(), ecorePackage.getEString(), \"privateIpAddress\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_NoPublicIp(), ecorePackage.getEString(), \"noPublicIp\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_StaticPublicIp(), ecorePackage.getEString(), \"staticPublicIp\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_DockerPort(), ecorePackage.getEString(), \"dockerPort\", \"2376\", 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_UsePrivateIp(), ecorePackage.getEString(), \"usePrivateIp\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosoftazure_Image(), ecorePackage.getEString(), \"image\", null, 0, 1, Machinemicrosoftazure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinemicrosofthypervEClass, Machinemicrosofthyperv.class, \"Machinemicrosofthyperv\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinemicrosofthyperv_VirtualSwitch(), ecorePackage.getEString(), \"virtualSwitch\", null, 0, 1, Machinemicrosofthyperv.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosofthyperv_Boot2dockerURL(), ecorePackage.getEString(), \"boot2dockerURL\", null, 0, 1, Machinemicrosofthyperv.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosofthyperv_DiskSize(), ecorePackage.getEBigInteger(), \"diskSize\", \"20000\", 0, 1, Machinemicrosofthyperv.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosofthyperv_StaticMacAddress(), theInfrastructurePackage.getMac(), \"staticMacAddress\", null, 0, 1, Machinemicrosofthyperv.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinemicrosofthyperv_VlanId(), ecorePackage.getEString(), \"vlanId\", null, 0, 1, Machinemicrosofthyperv.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machineopenstackEClass, Machineopenstack.class, \"Machineopenstack\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachineopenstack_FlavorId(), ecorePackage.getEString(), \"flavorId\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_FlavorName(), ecorePackage.getEString(), \"flavorName\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_ImageId(), ecorePackage.getEString(), \"imageId\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_ImageName(), ecorePackage.getEString(), \"imageName\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_AuthUrl(), ecorePackage.getEString(), \"authUrl\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_Username(), ecorePackage.getEString(), \"username\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_Password(), ecorePackage.getEString(), \"password\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_TenantName(), ecorePackage.getEString(), \"tenantName\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_TenantId(), ecorePackage.getEString(), \"tenantId\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_Region(), ecorePackage.getEString(), \"region\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_EndpointType(), ecorePackage.getEString(), \"endpointType\", \"publicURL\", 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_NetId(), ecorePackage.getEString(), \"netId\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_NetName(), ecorePackage.getEString(), \"netName\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_SecGroups(), ecorePackage.getEString(), \"secGroups\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_FloatingIpPool(), ecorePackage.getEString(), \"floatingIpPool\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_ActiveTimeOut(), ecorePackage.getEBigInteger(), \"activeTimeOut\", \"200\", 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_AvailabilityZone(), ecorePackage.getEString(), \"availabilityZone\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_DomainId(), ecorePackage.getEString(), \"domainId\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_DomainName(), ecorePackage.getEString(), \"domainName\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_Insecure(), ecorePackage.getEBoolean(), \"insecure\", \"false\", 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_IpVersion(), ecorePackage.getEBigInteger(), \"ipVersion\", \"4\", 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_KeypairName(), ecorePackage.getEString(), \"keypairName\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_PrivateKeyFile(), ecorePackage.getEString(), \"privateKeyFile\", null, 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_SshPort(), ecorePackage.getEBigInteger(), \"sshPort\", \"22\", 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineopenstack_SshUser(), ecorePackage.getEString(), \"sshUser\", \"root\", 0, 1, Machineopenstack.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinerackspaceEClass, Machinerackspace.class, \"Machinerackspace\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinerackspace_Username(), ecorePackage.getEString(), \"username\", null, 0, 1, Machinerackspace.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinerackspace_ApiKey(), ecorePackage.getEString(), \"apiKey\", null, 0, 1, Machinerackspace.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinerackspace_Region(), ecorePackage.getEString(), \"region\", null, 0, 1, Machinerackspace.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinerackspace_EndPointType(), ecorePackage.getEString(), \"endPointType\", \"publicURL\", 0, 1, Machinerackspace.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinerackspace_ImageId(), ecorePackage.getEString(), \"imageId\", \"59a3fadd-93e7-4674-886a-64883e17115f\", 0, 1, Machinerackspace.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinerackspace_FlavorId(), ecorePackage.getEString(), \"flavorId\", \"general1-1\", 0, 1, Machinerackspace.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinerackspace_SshUser(), ecorePackage.getEString(), \"sshUser\", \"root\", 0, 1, Machinerackspace.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinerackspace_SshPort(), ecorePackage.getEBigInteger(), \"sshPort\", \"22\", 0, 1, Machinerackspace.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinerackspace_DockerInstall(), ecorePackage.getEBoolean(), \"dockerInstall\", \"true\", 0, 1, Machinerackspace.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinevirtualboxEClass, Machinevirtualbox.class, \"Machinevirtualbox\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinevirtualbox_Boot2dockerURL(), ecorePackage.getEString(), \"boot2dockerURL\", null, 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_DiskSize(), ecorePackage.getEBigInteger(), \"diskSize\", \"20000\", 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_HostDNSResolver(), ecorePackage.getEBoolean(), \"hostDNSResolver\", \"false\", 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_ImportBoot2DockerVM(), ecorePackage.getEString(), \"importBoot2DockerVM\", null, 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_HostOnlyCIDR(), ecorePackage.getEString(), \"hostOnlyCIDR\", \"192.168.99.1/24\", 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_HostOnlyNICType(), ecorePackage.getEString(), \"hostOnlyNICType\", \"82540EM\", 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_HostOnlyNICPromisc(), ecorePackage.getEString(), \"hostOnlyNICPromisc\", \"deny\", 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_NoShare(), ecorePackage.getEBoolean(), \"noShare\", \"false\", 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_NoDNSProxy(), ecorePackage.getEBoolean(), \"noDNSProxy\", \"false\", 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_NoVTXCheck(), ecorePackage.getEBoolean(), \"noVTXCheck\", \"false\", 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevirtualbox_ShareFolder(), ecorePackage.getEString(), \"shareFolder\", null, 0, 1, Machinevirtualbox.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinevmwarefusionEClass, Machinevmwarefusion.class, \"Machinevmwarefusion\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinevmwarefusion_Boot2dockerURL(), ecorePackage.getEString(), \"boot2dockerURL\", null, 0, 1, Machinevmwarefusion.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarefusion_DiskSize(), ecorePackage.getEBigInteger(), \"diskSize\", \"20000\", 0, 1, Machinevmwarefusion.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarefusion_MemorySize(), ecorePackage.getEBigInteger(), \"memorySize\", \"1024\", 0, 1, Machinevmwarefusion.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarefusion_NoShare(), ecorePackage.getEBoolean(), \"noShare\", \"false\", 0, 1, Machinevmwarefusion.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinevmwarevcloudairEClass, Machinevmwarevcloudair.class, \"Machinevmwarevcloudair\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinevmwarevcloudair_Username(), ecorePackage.getEString(), \"username\", null, 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_Password(), ecorePackage.getEString(), \"password\", null, 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_Catalog(), ecorePackage.getEString(), \"catalog\", \"Public Catalog\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_CatalogItem(), ecorePackage.getEString(), \"catalogItem\", \"Ubuntu Server 12.04 LTS (amd64 20140927)\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_ComputeId(), ecorePackage.getEString(), \"computeId\", null, 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_CpuCount(), ecorePackage.getEBigInteger(), \"cpuCount\", \"1\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_DockerPort(), ecorePackage.getEBigInteger(), \"dockerPort\", \"2376\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_Edgegateway(), ecorePackage.getEString(), \"edgegateway\", \"&lt;vdcid>\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_MemorySize(), ecorePackage.getEBigInteger(), \"memorySize\", \"2048\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_VappName(), ecorePackage.getEString(), \"vappName\", \"&lt;autogenerated>\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_Orgvdcnetwork(), ecorePackage.getEString(), \"orgvdcnetwork\", \"&lt;vdcid>-default-routed\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_Provision(), ecorePackage.getEBoolean(), \"provision\", \"true\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_PublicIp(), ecorePackage.getEString(), \"publicIp\", null, 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_SshPort(), ecorePackage.getEBigInteger(), \"sshPort\", \"22\", 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevcloudair_VdcId(), ecorePackage.getEString(), \"vdcId\", null, 0, 1, Machinevmwarevcloudair.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinevmwarevsphereEClass, Machinevmwarevsphere.class, \"Machinevmwarevsphere\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinevmwarevsphere_Username(), ecorePackage.getEString(), \"username\", null, 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_Password(), ecorePackage.getEString(), \"password\", null, 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_Boot2dockerURL(), ecorePackage.getEString(), \"boot2dockerURL\", null, 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_ComputeIp(), ecorePackage.getEString(), \"computeIp\", null, 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_CpuCount(), ecorePackage.getEBigInteger(), \"cpuCount\", \"2\", 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_Datacenter(), ecorePackage.getEString(), \"datacenter\", null, 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_Datastore(), ecorePackage.getEString(), \"datastore\", null, 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_DiskSize(), ecorePackage.getEBigInteger(), \"diskSize\", \"20000\", 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_MemorySize(), ecorePackage.getEBigInteger(), \"memorySize\", \"2048\", 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_Network(), ecorePackage.getEString(), \"network\", null, 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_Pool(), ecorePackage.getEString(), \"pool\", null, 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinevmwarevsphere_Vcenter(), ecorePackage.getEString(), \"vcenter\", null, 0, 1, Machinevmwarevsphere.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machineexoscaleEClass, Machineexoscale.class, \"Machineexoscale\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachineexoscale_Url(), ecorePackage.getEString(), \"url\", \"https://api.exoscale.ch/compute\", 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineexoscale_ApiKey(), ecorePackage.getEString(), \"apiKey\", null, 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineexoscale_ApiSecretKey(), ecorePackage.getEString(), \"apiSecretKey\", null, 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineexoscale_InstanceProfile(), ecorePackage.getEString(), \"instanceProfile\", \"small\", 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineexoscale_Image(), ecorePackage.getEString(), \"image\", \"ubuntu-16.04\", 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineexoscale_SecurityGroup(), ecorePackage.getEString(), \"securityGroup\", null, 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineexoscale_AvailabilityZone(), ecorePackage.getEString(), \"availabilityZone\", null, 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineexoscale_SshUser(), ecorePackage.getEString(), \"sshUser\", \"ubuntu\", 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineexoscale_UserData(), ecorePackage.getEString(), \"userData\", null, 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachineexoscale_AffinityGroup(), ecorePackage.getEString(), \"affinityGroup\", \"docker-machine\", 0, 1, Machineexoscale.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(machinegrid5000EClass, Machinegrid5000.class, \"Machinegrid5000\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getMachinegrid5000_Username(), ecorePackage.getEString(), \"username\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegrid5000_Password(), ecorePackage.getEString(), \"password\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegrid5000_Site(), ecorePackage.getEString(), \"site\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegrid5000_Walltime(), ecorePackage.getEString(), \"walltime\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegrid5000_SshPrivateKey(), ecorePackage.getEString(), \"sshPrivateKey\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegrid5000_SshPublicKey(), ecorePackage.getEString(), \"sshPublicKey\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegrid5000_Image(), ecorePackage.getEString(), \"image\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegrid5000_ResourceProperties(), ecorePackage.getEString(), \"resourceProperties\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegrid5000_UseJobReservation(), ecorePackage.getEString(), \"useJobReservation\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getMachinegrid5000_HostToProvision(), ecorePackage.getEString(), \"hostToProvision\", null, 0, 1, Machinegrid5000.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(clusterEClass, Cluster.class, \"Cluster\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getCluster_Name(), ecorePackage.getEString(), \"name\", null, 0, 1, Cluster.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\t// Initialize enums and add enum literals\n\t\tinitEEnum(modeEEnum, Mode.class, \"Mode\");\n\t\taddEEnumLiteral(modeEEnum, Mode.READ_WRITE);\n\t\taddEEnumLiteral(modeEEnum, Mode.READ);\n\n\t\t// Create resource\n\t\tcreateResource(eNS_URI);\n\n\t\t// Create annotations\n\t\t// http://www.eclipse.org/emf/2002/Ecore\n\t\tcreateEcoreAnnotations();\n\t}", "public interface ContentPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"content\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://www.abchip.org/mimo/biz/model/content/content\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"biz-content\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tContentPackage eINSTANCE = org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentImpl <em>Content</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContent()\n\t * @generated\n\t */\n\tint CONTENT = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CREATED_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CREATED_TX_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__LAST_UPDATED_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CONTENT_ID = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Character Set</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CHARACTER_SET = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Child Branch Count</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CHILD_BRANCH_COUNT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Child Leaf Count</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CHILD_LEAF_COUNT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Content Attributes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CONTENT_ATTRIBUTES = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 8;\n\n\t/**\n\t * The feature id for the '<em><b>Content Keywords</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CONTENT_KEYWORDS = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 9;\n\n\t/**\n\t * The feature id for the '<em><b>Content Meta Datas</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CONTENT_META_DATAS = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 10;\n\n\t/**\n\t * The feature id for the '<em><b>Content Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CONTENT_NAME = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 11;\n\n\t/**\n\t * The feature id for the '<em><b>Content Purposes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CONTENT_PURPOSES = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 12;\n\n\t/**\n\t * The feature id for the '<em><b>Content Revisions</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CONTENT_REVISIONS = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 13;\n\n\t/**\n\t * The feature id for the '<em><b>Content Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CONTENT_TYPE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 14;\n\n\t/**\n\t * The feature id for the '<em><b>Created By User Login</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CREATED_BY_USER_LOGIN = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 15;\n\n\t/**\n\t * The feature id for the '<em><b>Created Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CREATED_DATE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 16;\n\n\t/**\n\t * The feature id for the '<em><b>Custom Method</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__CUSTOM_METHOD = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 17;\n\n\t/**\n\t * The feature id for the '<em><b>Data Resource</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__DATA_RESOURCE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 18;\n\n\t/**\n\t * The feature id for the '<em><b>Data Source</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__DATA_SOURCE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 19;\n\n\t/**\n\t * The feature id for the '<em><b>Decorator Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__DECORATOR_CONTENT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 20;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__DESCRIPTION = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 21;\n\n\t/**\n\t * The feature id for the '<em><b>From Comm Event Content Assocs</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__FROM_COMM_EVENT_CONTENT_ASSOCS = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 22;\n\n\t/**\n\t * The feature id for the '<em><b>Instance Of Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__INSTANCE_OF_CONTENT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 23;\n\n\t/**\n\t * The feature id for the '<em><b>Last Modified By User Login</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__LAST_MODIFIED_BY_USER_LOGIN = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 24;\n\n\t/**\n\t * The feature id for the '<em><b>Last Modified Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__LAST_MODIFIED_DATE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 25;\n\n\t/**\n\t * The feature id for the '<em><b>Locale String</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__LOCALE_STRING = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 26;\n\n\t/**\n\t * The feature id for the '<em><b>Mime Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__MIME_TYPE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 27;\n\n\t/**\n\t * The feature id for the '<em><b>Owner Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__OWNER_CONTENT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 28;\n\n\t/**\n\t * The feature id for the '<em><b>Privilege Enum</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__PRIVILEGE_ENUM = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 29;\n\n\t/**\n\t * The feature id for the '<em><b>Service Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__SERVICE_NAME = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 30;\n\n\t/**\n\t * The feature id for the '<em><b>Status</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__STATUS = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 31;\n\n\t/**\n\t * The feature id for the '<em><b>Template Data Resource</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT__TEMPLATE_DATA_RESOURCE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 32;\n\n\t/**\n\t * The number of structural features of the '<em>Content</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_FEATURE_COUNT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 33;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentApprovalImpl <em>Approval</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentApprovalImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentApproval()\n\t * @generated\n\t */\n\tint CONTENT_APPROVAL = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Approval Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__CONTENT_APPROVAL_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Approval Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__APPROVAL_DATE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Approval Status</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__APPROVAL_STATUS = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Comments</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__COMMENTS = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__CONTENT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The feature id for the '<em><b>Content Revision Seq Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__CONTENT_REVISION_SEQ_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 9;\n\n\t/**\n\t * The feature id for the '<em><b>Party</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__PARTY = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 10;\n\n\t/**\n\t * The feature id for the '<em><b>Role Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__ROLE_TYPE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 11;\n\n\t/**\n\t * The feature id for the '<em><b>Sequence Num</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL__SEQUENCE_NUM = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 12;\n\n\t/**\n\t * The number of structural features of the '<em>Approval</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_APPROVAL_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 13;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentAssocImpl <em>Assoc</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentAssocImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentAssoc()\n\t * @generated\n\t */\n\tint CONTENT_ASSOC = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__CREATED_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__CREATED_TX_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__LAST_UPDATED_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__CONTENT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Content Id To</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__CONTENT_ID_TO = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Content Assoc Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__CONTENT_ASSOC_TYPE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>From Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__FROM_DATE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Content Assoc Predicate</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__CONTENT_ASSOC_PREDICATE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 8;\n\n\t/**\n\t * The feature id for the '<em><b>Created By User Login</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__CREATED_BY_USER_LOGIN = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 9;\n\n\t/**\n\t * The feature id for the '<em><b>Created Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__CREATED_DATE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 10;\n\n\t/**\n\t * The feature id for the '<em><b>Data Source</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__DATA_SOURCE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 11;\n\n\t/**\n\t * The feature id for the '<em><b>Last Modified By User Login</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__LAST_MODIFIED_BY_USER_LOGIN = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 12;\n\n\t/**\n\t * The feature id for the '<em><b>Last Modified Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__LAST_MODIFIED_DATE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 13;\n\n\t/**\n\t * The feature id for the '<em><b>Left Coordinate</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__LEFT_COORDINATE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 14;\n\n\t/**\n\t * The feature id for the '<em><b>Map Key</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__MAP_KEY = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 15;\n\n\t/**\n\t * The feature id for the '<em><b>Sequence Num</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__SEQUENCE_NUM = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 16;\n\n\t/**\n\t * The feature id for the '<em><b>Thru Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__THRU_DATE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 17;\n\n\t/**\n\t * The feature id for the '<em><b>Upper Coordinate</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC__UPPER_COORDINATE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 18;\n\n\t/**\n\t * The number of structural features of the '<em>Assoc</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_FEATURE_COUNT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 19;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentAssocPredicateImpl <em>Assoc Predicate</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentAssocPredicateImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentAssocPredicate()\n\t * @generated\n\t */\n\tint CONTENT_ASSOC_PREDICATE = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_PREDICATE__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_PREDICATE__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_PREDICATE__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_PREDICATE__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Assoc Predicate Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_PREDICATE__CONTENT_ASSOC_PREDICATE_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_PREDICATE__DESCRIPTION = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of structural features of the '<em>Assoc Predicate</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_PREDICATE_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentAssocTypeImpl <em>Assoc Type</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentAssocTypeImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentAssocType()\n\t * @generated\n\t */\n\tint CONTENT_ASSOC_TYPE = 4;\n\n\t/**\n\t * The feature id for the '<em><b>Slots</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_TYPE__SLOTS = EntityPackage.ENTITY_TYPE__SLOTS;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_TYPE__CREATED_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_TYPE__CREATED_TX_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_TYPE__LAST_UPDATED_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_TYPE__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Assoc Type Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_TYPE__CONTENT_ASSOC_TYPE_ID = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_TYPE__DESCRIPTION = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of structural features of the '<em>Assoc Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ASSOC_TYPE_FEATURE_COUNT = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentAttributeImpl <em>Attribute</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentAttributeImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentAttribute()\n\t * @generated\n\t */\n\tint CONTENT_ATTRIBUTE = 5;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ATTRIBUTE__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ATTRIBUTE__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ATTRIBUTE__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ATTRIBUTE__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ATTRIBUTE__CONTENT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Attr Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ATTRIBUTE__ATTR_NAME = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Attr Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ATTRIBUTE__ATTR_DESCRIPTION = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Attr Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ATTRIBUTE__ATTR_VALUE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The number of structural features of the '<em>Attribute</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ATTRIBUTE_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentKeywordImpl <em>Keyword</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentKeywordImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentKeyword()\n\t * @generated\n\t */\n\tint CONTENT_KEYWORD = 6;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_KEYWORD__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_KEYWORD__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_KEYWORD__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_KEYWORD__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_KEYWORD__CONTENT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Keyword</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_KEYWORD__KEYWORD = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Relevancy Weight</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_KEYWORD__RELEVANCY_WEIGHT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The number of structural features of the '<em>Keyword</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_KEYWORD_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentMetaDataImpl <em>Meta Data</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentMetaDataImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentMetaData()\n\t * @generated\n\t */\n\tint CONTENT_META_DATA = 7;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_META_DATA__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_META_DATA__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_META_DATA__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_META_DATA__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_META_DATA__CONTENT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Meta Data Predicate</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_META_DATA__META_DATA_PREDICATE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Data Source</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_META_DATA__DATA_SOURCE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Meta Data Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_META_DATA__META_DATA_VALUE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The number of structural features of the '<em>Meta Data</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_META_DATA_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentOperationImpl <em>Operation</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentOperationImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentOperation()\n\t * @generated\n\t */\n\tint CONTENT_OPERATION = 8;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_OPERATION__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_OPERATION__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_OPERATION__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_OPERATION__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Operation Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_OPERATION__CONTENT_OPERATION_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_OPERATION__DESCRIPTION = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of structural features of the '<em>Operation</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_OPERATION_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentPurposeImpl <em>Purpose</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPurposeImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentPurpose()\n\t * @generated\n\t */\n\tint CONTENT_PURPOSE = 9;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE__CREATED_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE__CREATED_TX_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE__LAST_UPDATED_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE__CONTENT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Content Purpose Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE__CONTENT_PURPOSE_TYPE = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Sequence Num</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE__SEQUENCE_NUM = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 6;\n\n\t/**\n\t * The number of structural features of the '<em>Purpose</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_FEATURE_COUNT = EntityPackage.ENTITY_TYPED_FEATURE_COUNT + 7;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentPurposeOperationImpl <em>Purpose Operation</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPurposeOperationImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentPurposeOperation()\n\t * @generated\n\t */\n\tint CONTENT_PURPOSE_OPERATION = 10;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Purpose Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION__CONTENT_PURPOSE_TYPE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Content Operation</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION__CONTENT_OPERATION = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Role Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION__ROLE_TYPE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Status</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION__STATUS = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Privilege Enum</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION__PRIVILEGE_ENUM = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The number of structural features of the '<em>Purpose Operation</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_OPERATION_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 9;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentPurposeTypeImpl <em>Purpose Type</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPurposeTypeImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentPurposeType()\n\t * @generated\n\t */\n\tint CONTENT_PURPOSE_TYPE = 11;\n\n\t/**\n\t * The feature id for the '<em><b>Slots</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_TYPE__SLOTS = EntityPackage.ENTITY_TYPE__SLOTS;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_TYPE__CREATED_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_TYPE__CREATED_TX_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_TYPE__LAST_UPDATED_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_TYPE__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Purpose Type Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_TYPE__CONTENT_PURPOSE_TYPE_ID = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_TYPE__DESCRIPTION = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of structural features of the '<em>Purpose Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_PURPOSE_TYPE_FEATURE_COUNT = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentRevisionImpl <em>Revision</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentRevisionImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentRevision()\n\t * @generated\n\t */\n\tint CONTENT_REVISION = 12;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION__CONTENT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Content Revision Seq Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION__CONTENT_REVISION_SEQ_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Comments</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION__COMMENTS = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Committed By Party</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION__COMMITTED_BY_PARTY = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The number of structural features of the '<em>Revision</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentRevisionItemImpl <em>Revision Item</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentRevisionItemImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentRevisionItem()\n\t * @generated\n\t */\n\tint CONTENT_REVISION_ITEM = 13;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM__CONTENT_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Content Revision Seq Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM__CONTENT_REVISION_SEQ_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Item Content Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM__ITEM_CONTENT_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>New Data Resource</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM__NEW_DATA_RESOURCE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Old Data Resource</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM__OLD_DATA_RESOURCE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The number of structural features of the '<em>Revision Item</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_REVISION_ITEM_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 9;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentRoleImpl <em>Role</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentRoleImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentRole()\n\t * @generated\n\t */\n\tint CONTENT_ROLE = 14;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE__CONTENT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Party</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE__PARTY = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>From Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE__FROM_DATE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Role Type Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE__ROLE_TYPE_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Thru Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE__THRU_DATE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The number of structural features of the '<em>Role</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_ROLE_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 9;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentSearchConstraintImpl <em>Search Constraint</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentSearchConstraintImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentSearchConstraint()\n\t * @generated\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT = 15;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Search Result</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__CONTENT_SEARCH_RESULT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Constraint Seq Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__CONSTRAINT_SEQ_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Any Prefix</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__ANY_PREFIX = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Any Suffix</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__ANY_SUFFIX = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Constraint Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__CONSTRAINT_NAME = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The feature id for the '<em><b>High Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__HIGH_VALUE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 9;\n\n\t/**\n\t * The feature id for the '<em><b>Include Sub Categories</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__INCLUDE_SUB_CATEGORIES = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 10;\n\n\t/**\n\t * The feature id for the '<em><b>Info String</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__INFO_STRING = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 11;\n\n\t/**\n\t * The feature id for the '<em><b>Is And</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__IS_AND = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 12;\n\n\t/**\n\t * The feature id for the '<em><b>Low Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__LOW_VALUE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 13;\n\n\t/**\n\t * The feature id for the '<em><b>Remove Stems</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT__REMOVE_STEMS = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 14;\n\n\t/**\n\t * The number of structural features of the '<em>Search Constraint</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_CONSTRAINT_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 15;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentSearchResultImpl <em>Search Result</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentSearchResultImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentSearchResult()\n\t * @generated\n\t */\n\tint CONTENT_SEARCH_RESULT = 16;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Search Result Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__CONTENT_SEARCH_RESULT_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Content Search Constraints</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__CONTENT_SEARCH_CONSTRAINTS = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Is Ascending</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__IS_ASCENDING = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Num Results</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__NUM_RESULTS = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Order By Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__ORDER_BY_NAME = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The feature id for the '<em><b>Search Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__SEARCH_DATE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 9;\n\n\t/**\n\t * The feature id for the '<em><b>Seconds Total</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__SECONDS_TOTAL = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 10;\n\n\t/**\n\t * The feature id for the '<em><b>Visit Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT__VISIT_ID = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 11;\n\n\t/**\n\t * The number of structural features of the '<em>Search Result</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_SEARCH_RESULT_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 12;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentTypeImpl <em>Type</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentTypeImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentType()\n\t * @generated\n\t */\n\tint CONTENT_TYPE = 17;\n\n\t/**\n\t * The feature id for the '<em><b>Slots</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__SLOTS = EntityPackage.ENTITY_TYPE__SLOTS;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__CREATED_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__CREATED_TX_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__LAST_UPDATED_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Type Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__CONTENT_TYPE_ID = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Content Type Attrs</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__CONTENT_TYPE_ATTRS = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__DESCRIPTION = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Has Table</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__HAS_TABLE = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Parent Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE__PARENT_TYPE = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The number of structural features of the '<em>Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE_FEATURE_COUNT = EntityPackage.ENTITY_TYPE_FEATURE_COUNT + 9;\n\n\t/**\n\t * The meta object id for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentTypeAttrImpl <em>Type Attr</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentTypeAttrImpl\n\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentTypeAttr()\n\t * @generated\n\t */\n\tint CONTENT_TYPE_ATTR = 18;\n\n\t/**\n\t * The feature id for the '<em><b>Created Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE_ATTR__CREATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Created Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE_ATTR__CREATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE_ATTR__LAST_UPDATED_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Last Updated Tx Stamp</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE_ATTR__LAST_UPDATED_TX_STAMP = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Content Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE_ATTR__CONTENT_TYPE = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Attr Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE_ATTR__ATTR_NAME = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE_ATTR__DESCRIPTION = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The number of structural features of the '<em>Type Attr</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_TYPE_ATTR_FEATURE_COUNT = EntityPackage.ENTITY_IDENTIFIABLE_FEATURE_COUNT + 7;\n\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.Content <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content\n\t * @generated\n\t */\n\tEClass getContent();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.Content#getContentId <em>Content Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getContentId()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEAttribute getContent_ContentId();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getCharacterSet <em>Character Set</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Character Set</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getCharacterSet()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_CharacterSet();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.Content#getChildBranchCount <em>Child Branch Count</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Child Branch Count</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getChildBranchCount()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEAttribute getContent_ChildBranchCount();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.Content#getChildLeafCount <em>Child Leaf Count</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Child Leaf Count</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getChildLeafCount()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEAttribute getContent_ChildLeafCount();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link org.abchip.mimo.biz.model.content.content.Content#getContentAttributes <em>Content Attributes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Content Attributes</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getContentAttributes()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_ContentAttributes();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link org.abchip.mimo.biz.model.content.content.Content#getContentKeywords <em>Content Keywords</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Content Keywords</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getContentKeywords()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_ContentKeywords();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link org.abchip.mimo.biz.model.content.content.Content#getContentMetaDatas <em>Content Meta Datas</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Content Meta Datas</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getContentMetaDatas()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_ContentMetaDatas();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.Content#getContentName <em>Content Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Name</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getContentName()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEAttribute getContent_ContentName();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link org.abchip.mimo.biz.model.content.content.Content#getContentPurposes <em>Content Purposes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Content Purposes</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getContentPurposes()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_ContentPurposes();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link org.abchip.mimo.biz.model.content.content.Content#getContentRevisions <em>Content Revisions</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Content Revisions</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getContentRevisions()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_ContentRevisions();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getContentType <em>Content Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getContentType()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_ContentType();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getCreatedByUserLogin <em>Created By User Login</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Created By User Login</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getCreatedByUserLogin()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_CreatedByUserLogin();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.Content#getCreatedDate <em>Created Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Created Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getCreatedDate()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEAttribute getContent_CreatedDate();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getCustomMethod <em>Custom Method</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Custom Method</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getCustomMethod()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_CustomMethod();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getDataResource <em>Data Resource</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Data Resource</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getDataResource()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_DataResource();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getDataSource <em>Data Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Data Source</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getDataSource()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_DataSource();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getDecoratorContent <em>Decorator Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Decorator Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getDecoratorContent()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_DecoratorContent();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.Content#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getDescription()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEAttribute getContent_Description();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link org.abchip.mimo.biz.model.content.content.Content#getFromCommEventContentAssocs <em>From Comm Event Content Assocs</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>From Comm Event Content Assocs</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getFromCommEventContentAssocs()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_FromCommEventContentAssocs();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getInstanceOfContent <em>Instance Of Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Instance Of Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getInstanceOfContent()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_InstanceOfContent();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getLastModifiedByUserLogin <em>Last Modified By User Login</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Last Modified By User Login</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getLastModifiedByUserLogin()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_LastModifiedByUserLogin();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.Content#getLastModifiedDate <em>Last Modified Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Last Modified Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getLastModifiedDate()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEAttribute getContent_LastModifiedDate();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.Content#getLocaleString <em>Locale String</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Locale String</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getLocaleString()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEAttribute getContent_LocaleString();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getMimeType <em>Mime Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Mime Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getMimeType()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_MimeType();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getOwnerContent <em>Owner Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Owner Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getOwnerContent()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_OwnerContent();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getPrivilegeEnum <em>Privilege Enum</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Privilege Enum</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getPrivilegeEnum()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_PrivilegeEnum();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.Content#getServiceName <em>Service Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Service Name</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getServiceName()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEAttribute getContent_ServiceName();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getStatus <em>Status</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Status</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getStatus()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_Status();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.Content#getTemplateDataResource <em>Template Data Resource</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Template Data Resource</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.Content#getTemplateDataResource()\n\t * @see #getContent()\n\t * @generated\n\t */\n\tEReference getContent_TemplateDataResource();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentApproval <em>Approval</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Approval</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval\n\t * @generated\n\t */\n\tEClass getContentApproval();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentApproval#getContentApprovalId <em>Content Approval Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Approval Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval#getContentApprovalId()\n\t * @see #getContentApproval()\n\t * @generated\n\t */\n\tEAttribute getContentApproval_ContentApprovalId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentApproval#getApprovalDate <em>Approval Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Approval Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval#getApprovalDate()\n\t * @see #getContentApproval()\n\t * @generated\n\t */\n\tEAttribute getContentApproval_ApprovalDate();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentApproval#getApprovalStatus <em>Approval Status</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Approval Status</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval#getApprovalStatus()\n\t * @see #getContentApproval()\n\t * @generated\n\t */\n\tEReference getContentApproval_ApprovalStatus();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentApproval#getComments <em>Comments</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Comments</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval#getComments()\n\t * @see #getContentApproval()\n\t * @generated\n\t */\n\tEAttribute getContentApproval_Comments();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentApproval#getContent <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval#getContent()\n\t * @see #getContentApproval()\n\t * @generated\n\t */\n\tEReference getContentApproval_Content();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentApproval#getContentRevisionSeqId <em>Content Revision Seq Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Revision Seq Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval#getContentRevisionSeqId()\n\t * @see #getContentApproval()\n\t * @generated\n\t */\n\tEAttribute getContentApproval_ContentRevisionSeqId();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentApproval#getParty <em>Party</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Party</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval#getParty()\n\t * @see #getContentApproval()\n\t * @generated\n\t */\n\tEReference getContentApproval_Party();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentApproval#getRoleType <em>Role Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Role Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval#getRoleType()\n\t * @see #getContentApproval()\n\t * @generated\n\t */\n\tEReference getContentApproval_RoleType();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentApproval#getSequenceNum <em>Sequence Num</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Sequence Num</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentApproval#getSequenceNum()\n\t * @see #getContentApproval()\n\t * @generated\n\t */\n\tEAttribute getContentApproval_SequenceNum();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc <em>Assoc</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Assoc</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc\n\t * @generated\n\t */\n\tEClass getContentAssoc();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getContent <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getContent()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEReference getContentAssoc_Content();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getContentIdTo <em>Content Id To</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content Id To</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getContentIdTo()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEReference getContentAssoc_ContentIdTo();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getContentAssocType <em>Content Assoc Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content Assoc Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getContentAssocType()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEReference getContentAssoc_ContentAssocType();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getFromDate <em>From Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>From Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getFromDate()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEAttribute getContentAssoc_FromDate();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getContentAssocPredicate <em>Content Assoc Predicate</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content Assoc Predicate</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getContentAssocPredicate()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEReference getContentAssoc_ContentAssocPredicate();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getCreatedByUserLogin <em>Created By User Login</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Created By User Login</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getCreatedByUserLogin()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEReference getContentAssoc_CreatedByUserLogin();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getCreatedDate <em>Created Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Created Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getCreatedDate()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEAttribute getContentAssoc_CreatedDate();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getDataSource <em>Data Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Data Source</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getDataSource()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEReference getContentAssoc_DataSource();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getLastModifiedByUserLogin <em>Last Modified By User Login</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Last Modified By User Login</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getLastModifiedByUserLogin()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEReference getContentAssoc_LastModifiedByUserLogin();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getLastModifiedDate <em>Last Modified Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Last Modified Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getLastModifiedDate()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEAttribute getContentAssoc_LastModifiedDate();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getLeftCoordinate <em>Left Coordinate</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Left Coordinate</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getLeftCoordinate()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEAttribute getContentAssoc_LeftCoordinate();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getMapKey <em>Map Key</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Map Key</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getMapKey()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEAttribute getContentAssoc_MapKey();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getSequenceNum <em>Sequence Num</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Sequence Num</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getSequenceNum()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEAttribute getContentAssoc_SequenceNum();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getThruDate <em>Thru Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Thru Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getThruDate()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEAttribute getContentAssoc_ThruDate();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssoc#getUpperCoordinate <em>Upper Coordinate</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Upper Coordinate</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssoc#getUpperCoordinate()\n\t * @see #getContentAssoc()\n\t * @generated\n\t */\n\tEAttribute getContentAssoc_UpperCoordinate();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentAssocPredicate <em>Assoc Predicate</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Assoc Predicate</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssocPredicate\n\t * @generated\n\t */\n\tEClass getContentAssocPredicate();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssocPredicate#getContentAssocPredicateId <em>Content Assoc Predicate Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Assoc Predicate Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssocPredicate#getContentAssocPredicateId()\n\t * @see #getContentAssocPredicate()\n\t * @generated\n\t */\n\tEAttribute getContentAssocPredicate_ContentAssocPredicateId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssocPredicate#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssocPredicate#getDescription()\n\t * @see #getContentAssocPredicate()\n\t * @generated\n\t */\n\tEAttribute getContentAssocPredicate_Description();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentAssocType <em>Assoc Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Assoc Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssocType\n\t * @generated\n\t */\n\tEClass getContentAssocType();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssocType#getContentAssocTypeId <em>Content Assoc Type Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Assoc Type Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssocType#getContentAssocTypeId()\n\t * @see #getContentAssocType()\n\t * @generated\n\t */\n\tEAttribute getContentAssocType_ContentAssocTypeId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAssocType#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAssocType#getDescription()\n\t * @see #getContentAssocType()\n\t * @generated\n\t */\n\tEAttribute getContentAssocType_Description();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentAttribute <em>Attribute</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Attribute</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAttribute\n\t * @generated\n\t */\n\tEClass getContentAttribute();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentAttribute#getContent <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAttribute#getContent()\n\t * @see #getContentAttribute()\n\t * @generated\n\t */\n\tEReference getContentAttribute_Content();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAttribute#getAttrName <em>Attr Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Attr Name</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAttribute#getAttrName()\n\t * @see #getContentAttribute()\n\t * @generated\n\t */\n\tEAttribute getContentAttribute_AttrName();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAttribute#getAttrDescription <em>Attr Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Attr Description</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAttribute#getAttrDescription()\n\t * @see #getContentAttribute()\n\t * @generated\n\t */\n\tEAttribute getContentAttribute_AttrDescription();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentAttribute#getAttrValue <em>Attr Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Attr Value</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentAttribute#getAttrValue()\n\t * @see #getContentAttribute()\n\t * @generated\n\t */\n\tEAttribute getContentAttribute_AttrValue();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentKeyword <em>Keyword</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Keyword</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentKeyword\n\t * @generated\n\t */\n\tEClass getContentKeyword();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentKeyword#getContent <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentKeyword#getContent()\n\t * @see #getContentKeyword()\n\t * @generated\n\t */\n\tEReference getContentKeyword_Content();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentKeyword#getKeyword <em>Keyword</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Keyword</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentKeyword#getKeyword()\n\t * @see #getContentKeyword()\n\t * @generated\n\t */\n\tEAttribute getContentKeyword_Keyword();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentKeyword#getRelevancyWeight <em>Relevancy Weight</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Relevancy Weight</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentKeyword#getRelevancyWeight()\n\t * @see #getContentKeyword()\n\t * @generated\n\t */\n\tEAttribute getContentKeyword_RelevancyWeight();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentMetaData <em>Meta Data</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Meta Data</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentMetaData\n\t * @generated\n\t */\n\tEClass getContentMetaData();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentMetaData#getContent <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentMetaData#getContent()\n\t * @see #getContentMetaData()\n\t * @generated\n\t */\n\tEReference getContentMetaData_Content();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentMetaData#getMetaDataPredicate <em>Meta Data Predicate</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Meta Data Predicate</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentMetaData#getMetaDataPredicate()\n\t * @see #getContentMetaData()\n\t * @generated\n\t */\n\tEReference getContentMetaData_MetaDataPredicate();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentMetaData#getDataSource <em>Data Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Data Source</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentMetaData#getDataSource()\n\t * @see #getContentMetaData()\n\t * @generated\n\t */\n\tEReference getContentMetaData_DataSource();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentMetaData#getMetaDataValue <em>Meta Data Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Meta Data Value</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentMetaData#getMetaDataValue()\n\t * @see #getContentMetaData()\n\t * @generated\n\t */\n\tEAttribute getContentMetaData_MetaDataValue();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentOperation <em>Operation</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Operation</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentOperation\n\t * @generated\n\t */\n\tEClass getContentOperation();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentOperation#getContentOperationId <em>Content Operation Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Operation Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentOperation#getContentOperationId()\n\t * @see #getContentOperation()\n\t * @generated\n\t */\n\tEAttribute getContentOperation_ContentOperationId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentOperation#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentOperation#getDescription()\n\t * @see #getContentOperation()\n\t * @generated\n\t */\n\tEAttribute getContentOperation_Description();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentPurpose <em>Purpose</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Purpose</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurpose\n\t * @generated\n\t */\n\tEClass getContentPurpose();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentPurpose#getContent <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurpose#getContent()\n\t * @see #getContentPurpose()\n\t * @generated\n\t */\n\tEReference getContentPurpose_Content();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentPurpose#getContentPurposeType <em>Content Purpose Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content Purpose Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurpose#getContentPurposeType()\n\t * @see #getContentPurpose()\n\t * @generated\n\t */\n\tEReference getContentPurpose_ContentPurposeType();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentPurpose#getSequenceNum <em>Sequence Num</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Sequence Num</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurpose#getSequenceNum()\n\t * @see #getContentPurpose()\n\t * @generated\n\t */\n\tEAttribute getContentPurpose_SequenceNum();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentPurposeOperation <em>Purpose Operation</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Purpose Operation</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurposeOperation\n\t * @generated\n\t */\n\tEClass getContentPurposeOperation();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getContentPurposeType <em>Content Purpose Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content Purpose Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getContentPurposeType()\n\t * @see #getContentPurposeOperation()\n\t * @generated\n\t */\n\tEReference getContentPurposeOperation_ContentPurposeType();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getContentOperation <em>Content Operation</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content Operation</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getContentOperation()\n\t * @see #getContentPurposeOperation()\n\t * @generated\n\t */\n\tEReference getContentPurposeOperation_ContentOperation();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getRoleType <em>Role Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Role Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getRoleType()\n\t * @see #getContentPurposeOperation()\n\t * @generated\n\t */\n\tEReference getContentPurposeOperation_RoleType();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getStatus <em>Status</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Status</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getStatus()\n\t * @see #getContentPurposeOperation()\n\t * @generated\n\t */\n\tEReference getContentPurposeOperation_Status();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getPrivilegeEnum <em>Privilege Enum</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Privilege Enum</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurposeOperation#getPrivilegeEnum()\n\t * @see #getContentPurposeOperation()\n\t * @generated\n\t */\n\tEReference getContentPurposeOperation_PrivilegeEnum();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentPurposeType <em>Purpose Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Purpose Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurposeType\n\t * @generated\n\t */\n\tEClass getContentPurposeType();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentPurposeType#getContentPurposeTypeId <em>Content Purpose Type Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Purpose Type Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurposeType#getContentPurposeTypeId()\n\t * @see #getContentPurposeType()\n\t * @generated\n\t */\n\tEAttribute getContentPurposeType_ContentPurposeTypeId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentPurposeType#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentPurposeType#getDescription()\n\t * @see #getContentPurposeType()\n\t * @generated\n\t */\n\tEAttribute getContentPurposeType_Description();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentRevision <em>Revision</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Revision</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevision\n\t * @generated\n\t */\n\tEClass getContentRevision();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentRevision#getContent <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevision#getContent()\n\t * @see #getContentRevision()\n\t * @generated\n\t */\n\tEReference getContentRevision_Content();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentRevision#getContentRevisionSeqId <em>Content Revision Seq Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Revision Seq Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevision#getContentRevisionSeqId()\n\t * @see #getContentRevision()\n\t * @generated\n\t */\n\tEAttribute getContentRevision_ContentRevisionSeqId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentRevision#getComments <em>Comments</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Comments</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevision#getComments()\n\t * @see #getContentRevision()\n\t * @generated\n\t */\n\tEAttribute getContentRevision_Comments();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentRevision#getCommittedByParty <em>Committed By Party</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Committed By Party</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevision#getCommittedByParty()\n\t * @see #getContentRevision()\n\t * @generated\n\t */\n\tEReference getContentRevision_CommittedByParty();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentRevisionItem <em>Revision Item</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Revision Item</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevisionItem\n\t * @generated\n\t */\n\tEClass getContentRevisionItem();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getContentId <em>Content Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getContentId()\n\t * @see #getContentRevisionItem()\n\t * @generated\n\t */\n\tEAttribute getContentRevisionItem_ContentId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getContentRevisionSeqId <em>Content Revision Seq Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Revision Seq Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getContentRevisionSeqId()\n\t * @see #getContentRevisionItem()\n\t * @generated\n\t */\n\tEAttribute getContentRevisionItem_ContentRevisionSeqId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getItemContentId <em>Item Content Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Item Content Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getItemContentId()\n\t * @see #getContentRevisionItem()\n\t * @generated\n\t */\n\tEAttribute getContentRevisionItem_ItemContentId();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getNewDataResource <em>New Data Resource</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>New Data Resource</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getNewDataResource()\n\t * @see #getContentRevisionItem()\n\t * @generated\n\t */\n\tEReference getContentRevisionItem_NewDataResource();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getOldDataResource <em>Old Data Resource</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Old Data Resource</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRevisionItem#getOldDataResource()\n\t * @see #getContentRevisionItem()\n\t * @generated\n\t */\n\tEReference getContentRevisionItem_OldDataResource();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentRole <em>Role</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Role</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRole\n\t * @generated\n\t */\n\tEClass getContentRole();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentRole#getContent <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRole#getContent()\n\t * @see #getContentRole()\n\t * @generated\n\t */\n\tEReference getContentRole_Content();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentRole#getParty <em>Party</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Party</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRole#getParty()\n\t * @see #getContentRole()\n\t * @generated\n\t */\n\tEReference getContentRole_Party();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentRole#getRoleTypeId <em>Role Type Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Role Type Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRole#getRoleTypeId()\n\t * @see #getContentRole()\n\t * @generated\n\t */\n\tEAttribute getContentRole_RoleTypeId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentRole#getFromDate <em>From Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>From Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRole#getFromDate()\n\t * @see #getContentRole()\n\t * @generated\n\t */\n\tEAttribute getContentRole_FromDate();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentRole#getThruDate <em>Thru Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Thru Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentRole#getThruDate()\n\t * @see #getContentRole()\n\t * @generated\n\t */\n\tEAttribute getContentRole_ThruDate();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint <em>Search Constraint</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Search Constraint</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint\n\t * @generated\n\t */\n\tEClass getContentSearchConstraint();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getContentSearchResult <em>Content Search Result</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content Search Result</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getContentSearchResult()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEReference getContentSearchConstraint_ContentSearchResult();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getConstraintSeqId <em>Constraint Seq Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Constraint Seq Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getConstraintSeqId()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_ConstraintSeqId();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getAnyPrefix <em>Any Prefix</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Any Prefix</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getAnyPrefix()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_AnyPrefix();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getAnySuffix <em>Any Suffix</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Any Suffix</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getAnySuffix()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_AnySuffix();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getConstraintName <em>Constraint Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Constraint Name</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getConstraintName()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_ConstraintName();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getHighValue <em>High Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>High Value</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getHighValue()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_HighValue();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getIncludeSubCategories <em>Include Sub Categories</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Include Sub Categories</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getIncludeSubCategories()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_IncludeSubCategories();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getInfoString <em>Info String</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Info String</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getInfoString()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_InfoString();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getIsAnd <em>Is And</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Is And</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getIsAnd()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_IsAnd();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getLowValue <em>Low Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Low Value</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getLowValue()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_LowValue();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getRemoveStems <em>Remove Stems</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Remove Stems</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchConstraint#getRemoveStems()\n\t * @see #getContentSearchConstraint()\n\t * @generated\n\t */\n\tEAttribute getContentSearchConstraint_RemoveStems();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentSearchResult <em>Search Result</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Search Result</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchResult\n\t * @generated\n\t */\n\tEClass getContentSearchResult();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchResult#getContentSearchResultId <em>Content Search Result Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Search Result Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchResult#getContentSearchResultId()\n\t * @see #getContentSearchResult()\n\t * @generated\n\t */\n\tEAttribute getContentSearchResult_ContentSearchResultId();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link org.abchip.mimo.biz.model.content.content.ContentSearchResult#getContentSearchConstraints <em>Content Search Constraints</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Content Search Constraints</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchResult#getContentSearchConstraints()\n\t * @see #getContentSearchResult()\n\t * @generated\n\t */\n\tEReference getContentSearchResult_ContentSearchConstraints();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchResult#getIsAscending <em>Is Ascending</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Is Ascending</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchResult#getIsAscending()\n\t * @see #getContentSearchResult()\n\t * @generated\n\t */\n\tEAttribute getContentSearchResult_IsAscending();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchResult#getNumResults <em>Num Results</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Num Results</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchResult#getNumResults()\n\t * @see #getContentSearchResult()\n\t * @generated\n\t */\n\tEAttribute getContentSearchResult_NumResults();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchResult#getOrderByName <em>Order By Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Order By Name</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchResult#getOrderByName()\n\t * @see #getContentSearchResult()\n\t * @generated\n\t */\n\tEAttribute getContentSearchResult_OrderByName();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchResult#getSearchDate <em>Search Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Search Date</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchResult#getSearchDate()\n\t * @see #getContentSearchResult()\n\t * @generated\n\t */\n\tEAttribute getContentSearchResult_SearchDate();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchResult#getSecondsTotal <em>Seconds Total</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Seconds Total</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchResult#getSecondsTotal()\n\t * @see #getContentSearchResult()\n\t * @generated\n\t */\n\tEAttribute getContentSearchResult_SecondsTotal();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentSearchResult#getVisitId <em>Visit Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Visit Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentSearchResult#getVisitId()\n\t * @see #getContentSearchResult()\n\t * @generated\n\t */\n\tEAttribute getContentSearchResult_VisitId();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentType\n\t * @generated\n\t */\n\tEClass getContentType();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentType#getContentTypeId <em>Content Type Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Content Type Id</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentType#getContentTypeId()\n\t * @see #getContentType()\n\t * @generated\n\t */\n\tEAttribute getContentType_ContentTypeId();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link org.abchip.mimo.biz.model.content.content.ContentType#getContentTypeAttrs <em>Content Type Attrs</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Content Type Attrs</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentType#getContentTypeAttrs()\n\t * @see #getContentType()\n\t * @generated\n\t */\n\tEReference getContentType_ContentTypeAttrs();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentType#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentType#getDescription()\n\t * @see #getContentType()\n\t * @generated\n\t */\n\tEAttribute getContentType_Description();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentType#isHasTable <em>Has Table</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Has Table</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentType#isHasTable()\n\t * @see #getContentType()\n\t * @generated\n\t */\n\tEAttribute getContentType_HasTable();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentType#getParentType <em>Parent Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Parent Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentType#getParentType()\n\t * @see #getContentType()\n\t * @generated\n\t */\n\tEReference getContentType_ParentType();\n\n\t/**\n\t * Returns the meta object for class '{@link org.abchip.mimo.biz.model.content.content.ContentTypeAttr <em>Type Attr</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Type Attr</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentTypeAttr\n\t * @generated\n\t */\n\tEClass getContentTypeAttr();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.abchip.mimo.biz.model.content.content.ContentTypeAttr#getContentType <em>Content Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Content Type</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentTypeAttr#getContentType()\n\t * @see #getContentTypeAttr()\n\t * @generated\n\t */\n\tEReference getContentTypeAttr_ContentType();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentTypeAttr#getAttrName <em>Attr Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Attr Name</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentTypeAttr#getAttrName()\n\t * @see #getContentTypeAttr()\n\t * @generated\n\t */\n\tEAttribute getContentTypeAttr_AttrName();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.abchip.mimo.biz.model.content.content.ContentTypeAttr#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see org.abchip.mimo.biz.model.content.content.ContentTypeAttr#getDescription()\n\t * @see #getContentTypeAttr()\n\t * @generated\n\t */\n\tEAttribute getContentTypeAttr_Description();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tContentFactory getContentFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentImpl <em>Content</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContent()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT = eINSTANCE.getContent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT__CONTENT_ID = eINSTANCE.getContent_ContentId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Character Set</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__CHARACTER_SET = eINSTANCE.getContent_CharacterSet();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Child Branch Count</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT__CHILD_BRANCH_COUNT = eINSTANCE.getContent_ChildBranchCount();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Child Leaf Count</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT__CHILD_LEAF_COUNT = eINSTANCE.getContent_ChildLeafCount();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Attributes</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__CONTENT_ATTRIBUTES = eINSTANCE.getContent_ContentAttributes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Keywords</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__CONTENT_KEYWORDS = eINSTANCE.getContent_ContentKeywords();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Meta Datas</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__CONTENT_META_DATAS = eINSTANCE.getContent_ContentMetaDatas();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT__CONTENT_NAME = eINSTANCE.getContent_ContentName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Purposes</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__CONTENT_PURPOSES = eINSTANCE.getContent_ContentPurposes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Revisions</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__CONTENT_REVISIONS = eINSTANCE.getContent_ContentRevisions();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__CONTENT_TYPE = eINSTANCE.getContent_ContentType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Created By User Login</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__CREATED_BY_USER_LOGIN = eINSTANCE.getContent_CreatedByUserLogin();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Created Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT__CREATED_DATE = eINSTANCE.getContent_CreatedDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Custom Method</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__CUSTOM_METHOD = eINSTANCE.getContent_CustomMethod();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Data Resource</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__DATA_RESOURCE = eINSTANCE.getContent_DataResource();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Data Source</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__DATA_SOURCE = eINSTANCE.getContent_DataSource();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Decorator Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__DECORATOR_CONTENT = eINSTANCE.getContent_DecoratorContent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT__DESCRIPTION = eINSTANCE.getContent_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>From Comm Event Content Assocs</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__FROM_COMM_EVENT_CONTENT_ASSOCS = eINSTANCE.getContent_FromCommEventContentAssocs();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Instance Of Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__INSTANCE_OF_CONTENT = eINSTANCE.getContent_InstanceOfContent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Last Modified By User Login</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__LAST_MODIFIED_BY_USER_LOGIN = eINSTANCE.getContent_LastModifiedByUserLogin();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Last Modified Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT__LAST_MODIFIED_DATE = eINSTANCE.getContent_LastModifiedDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Locale String</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT__LOCALE_STRING = eINSTANCE.getContent_LocaleString();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Mime Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__MIME_TYPE = eINSTANCE.getContent_MimeType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Owner Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__OWNER_CONTENT = eINSTANCE.getContent_OwnerContent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Privilege Enum</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__PRIVILEGE_ENUM = eINSTANCE.getContent_PrivilegeEnum();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Service Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT__SERVICE_NAME = eINSTANCE.getContent_ServiceName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Status</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__STATUS = eINSTANCE.getContent_Status();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Template Data Resource</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT__TEMPLATE_DATA_RESOURCE = eINSTANCE.getContent_TemplateDataResource();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentApprovalImpl <em>Approval</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentApprovalImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentApproval()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_APPROVAL = eINSTANCE.getContentApproval();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Approval Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_APPROVAL__CONTENT_APPROVAL_ID = eINSTANCE.getContentApproval_ContentApprovalId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Approval Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_APPROVAL__APPROVAL_DATE = eINSTANCE.getContentApproval_ApprovalDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Approval Status</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_APPROVAL__APPROVAL_STATUS = eINSTANCE.getContentApproval_ApprovalStatus();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Comments</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_APPROVAL__COMMENTS = eINSTANCE.getContentApproval_Comments();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_APPROVAL__CONTENT = eINSTANCE.getContentApproval_Content();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Revision Seq Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_APPROVAL__CONTENT_REVISION_SEQ_ID = eINSTANCE.getContentApproval_ContentRevisionSeqId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Party</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_APPROVAL__PARTY = eINSTANCE.getContentApproval_Party();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Role Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_APPROVAL__ROLE_TYPE = eINSTANCE.getContentApproval_RoleType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Sequence Num</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_APPROVAL__SEQUENCE_NUM = eINSTANCE.getContentApproval_SequenceNum();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentAssocImpl <em>Assoc</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentAssocImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentAssoc()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_ASSOC = eINSTANCE.getContentAssoc();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ASSOC__CONTENT = eINSTANCE.getContentAssoc_Content();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Id To</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ASSOC__CONTENT_ID_TO = eINSTANCE.getContentAssoc_ContentIdTo();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Assoc Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ASSOC__CONTENT_ASSOC_TYPE = eINSTANCE.getContentAssoc_ContentAssocType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>From Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC__FROM_DATE = eINSTANCE.getContentAssoc_FromDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Assoc Predicate</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ASSOC__CONTENT_ASSOC_PREDICATE = eINSTANCE.getContentAssoc_ContentAssocPredicate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Created By User Login</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ASSOC__CREATED_BY_USER_LOGIN = eINSTANCE.getContentAssoc_CreatedByUserLogin();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Created Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC__CREATED_DATE = eINSTANCE.getContentAssoc_CreatedDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Data Source</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ASSOC__DATA_SOURCE = eINSTANCE.getContentAssoc_DataSource();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Last Modified By User Login</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ASSOC__LAST_MODIFIED_BY_USER_LOGIN = eINSTANCE.getContentAssoc_LastModifiedByUserLogin();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Last Modified Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC__LAST_MODIFIED_DATE = eINSTANCE.getContentAssoc_LastModifiedDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Left Coordinate</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC__LEFT_COORDINATE = eINSTANCE.getContentAssoc_LeftCoordinate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Map Key</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC__MAP_KEY = eINSTANCE.getContentAssoc_MapKey();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Sequence Num</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC__SEQUENCE_NUM = eINSTANCE.getContentAssoc_SequenceNum();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Thru Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC__THRU_DATE = eINSTANCE.getContentAssoc_ThruDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Upper Coordinate</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC__UPPER_COORDINATE = eINSTANCE.getContentAssoc_UpperCoordinate();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentAssocPredicateImpl <em>Assoc Predicate</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentAssocPredicateImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentAssocPredicate()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_ASSOC_PREDICATE = eINSTANCE.getContentAssocPredicate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Assoc Predicate Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC_PREDICATE__CONTENT_ASSOC_PREDICATE_ID = eINSTANCE.getContentAssocPredicate_ContentAssocPredicateId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC_PREDICATE__DESCRIPTION = eINSTANCE.getContentAssocPredicate_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentAssocTypeImpl <em>Assoc Type</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentAssocTypeImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentAssocType()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_ASSOC_TYPE = eINSTANCE.getContentAssocType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Assoc Type Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC_TYPE__CONTENT_ASSOC_TYPE_ID = eINSTANCE.getContentAssocType_ContentAssocTypeId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ASSOC_TYPE__DESCRIPTION = eINSTANCE.getContentAssocType_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentAttributeImpl <em>Attribute</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentAttributeImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentAttribute()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_ATTRIBUTE = eINSTANCE.getContentAttribute();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ATTRIBUTE__CONTENT = eINSTANCE.getContentAttribute_Content();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Attr Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ATTRIBUTE__ATTR_NAME = eINSTANCE.getContentAttribute_AttrName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Attr Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ATTRIBUTE__ATTR_DESCRIPTION = eINSTANCE.getContentAttribute_AttrDescription();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Attr Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ATTRIBUTE__ATTR_VALUE = eINSTANCE.getContentAttribute_AttrValue();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentKeywordImpl <em>Keyword</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentKeywordImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentKeyword()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_KEYWORD = eINSTANCE.getContentKeyword();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_KEYWORD__CONTENT = eINSTANCE.getContentKeyword_Content();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Keyword</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_KEYWORD__KEYWORD = eINSTANCE.getContentKeyword_Keyword();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Relevancy Weight</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_KEYWORD__RELEVANCY_WEIGHT = eINSTANCE.getContentKeyword_RelevancyWeight();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentMetaDataImpl <em>Meta Data</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentMetaDataImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentMetaData()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_META_DATA = eINSTANCE.getContentMetaData();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_META_DATA__CONTENT = eINSTANCE.getContentMetaData_Content();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Meta Data Predicate</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_META_DATA__META_DATA_PREDICATE = eINSTANCE.getContentMetaData_MetaDataPredicate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Data Source</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_META_DATA__DATA_SOURCE = eINSTANCE.getContentMetaData_DataSource();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Meta Data Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_META_DATA__META_DATA_VALUE = eINSTANCE.getContentMetaData_MetaDataValue();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentOperationImpl <em>Operation</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentOperationImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentOperation()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_OPERATION = eINSTANCE.getContentOperation();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Operation Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_OPERATION__CONTENT_OPERATION_ID = eINSTANCE.getContentOperation_ContentOperationId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_OPERATION__DESCRIPTION = eINSTANCE.getContentOperation_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentPurposeImpl <em>Purpose</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPurposeImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentPurpose()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_PURPOSE = eINSTANCE.getContentPurpose();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_PURPOSE__CONTENT = eINSTANCE.getContentPurpose_Content();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Purpose Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_PURPOSE__CONTENT_PURPOSE_TYPE = eINSTANCE.getContentPurpose_ContentPurposeType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Sequence Num</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_PURPOSE__SEQUENCE_NUM = eINSTANCE.getContentPurpose_SequenceNum();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentPurposeOperationImpl <em>Purpose Operation</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPurposeOperationImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentPurposeOperation()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_PURPOSE_OPERATION = eINSTANCE.getContentPurposeOperation();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Purpose Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_PURPOSE_OPERATION__CONTENT_PURPOSE_TYPE = eINSTANCE.getContentPurposeOperation_ContentPurposeType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Operation</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_PURPOSE_OPERATION__CONTENT_OPERATION = eINSTANCE.getContentPurposeOperation_ContentOperation();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Role Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_PURPOSE_OPERATION__ROLE_TYPE = eINSTANCE.getContentPurposeOperation_RoleType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Status</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_PURPOSE_OPERATION__STATUS = eINSTANCE.getContentPurposeOperation_Status();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Privilege Enum</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_PURPOSE_OPERATION__PRIVILEGE_ENUM = eINSTANCE.getContentPurposeOperation_PrivilegeEnum();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentPurposeTypeImpl <em>Purpose Type</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPurposeTypeImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentPurposeType()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_PURPOSE_TYPE = eINSTANCE.getContentPurposeType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Purpose Type Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_PURPOSE_TYPE__CONTENT_PURPOSE_TYPE_ID = eINSTANCE.getContentPurposeType_ContentPurposeTypeId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_PURPOSE_TYPE__DESCRIPTION = eINSTANCE.getContentPurposeType_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentRevisionImpl <em>Revision</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentRevisionImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentRevision()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_REVISION = eINSTANCE.getContentRevision();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_REVISION__CONTENT = eINSTANCE.getContentRevision_Content();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Revision Seq Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_REVISION__CONTENT_REVISION_SEQ_ID = eINSTANCE.getContentRevision_ContentRevisionSeqId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Comments</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_REVISION__COMMENTS = eINSTANCE.getContentRevision_Comments();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Committed By Party</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_REVISION__COMMITTED_BY_PARTY = eINSTANCE.getContentRevision_CommittedByParty();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentRevisionItemImpl <em>Revision Item</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentRevisionItemImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentRevisionItem()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_REVISION_ITEM = eINSTANCE.getContentRevisionItem();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_REVISION_ITEM__CONTENT_ID = eINSTANCE.getContentRevisionItem_ContentId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Revision Seq Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_REVISION_ITEM__CONTENT_REVISION_SEQ_ID = eINSTANCE.getContentRevisionItem_ContentRevisionSeqId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Item Content Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_REVISION_ITEM__ITEM_CONTENT_ID = eINSTANCE.getContentRevisionItem_ItemContentId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>New Data Resource</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_REVISION_ITEM__NEW_DATA_RESOURCE = eINSTANCE.getContentRevisionItem_NewDataResource();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Old Data Resource</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_REVISION_ITEM__OLD_DATA_RESOURCE = eINSTANCE.getContentRevisionItem_OldDataResource();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentRoleImpl <em>Role</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentRoleImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentRole()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_ROLE = eINSTANCE.getContentRole();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ROLE__CONTENT = eINSTANCE.getContentRole_Content();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Party</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_ROLE__PARTY = eINSTANCE.getContentRole_Party();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Role Type Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ROLE__ROLE_TYPE_ID = eINSTANCE.getContentRole_RoleTypeId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>From Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ROLE__FROM_DATE = eINSTANCE.getContentRole_FromDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Thru Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_ROLE__THRU_DATE = eINSTANCE.getContentRole_ThruDate();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentSearchConstraintImpl <em>Search Constraint</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentSearchConstraintImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentSearchConstraint()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_SEARCH_CONSTRAINT = eINSTANCE.getContentSearchConstraint();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Search Result</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_SEARCH_CONSTRAINT__CONTENT_SEARCH_RESULT = eINSTANCE.getContentSearchConstraint_ContentSearchResult();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Constraint Seq Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__CONSTRAINT_SEQ_ID = eINSTANCE.getContentSearchConstraint_ConstraintSeqId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Any Prefix</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__ANY_PREFIX = eINSTANCE.getContentSearchConstraint_AnyPrefix();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Any Suffix</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__ANY_SUFFIX = eINSTANCE.getContentSearchConstraint_AnySuffix();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Constraint Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__CONSTRAINT_NAME = eINSTANCE.getContentSearchConstraint_ConstraintName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>High Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__HIGH_VALUE = eINSTANCE.getContentSearchConstraint_HighValue();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Include Sub Categories</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__INCLUDE_SUB_CATEGORIES = eINSTANCE.getContentSearchConstraint_IncludeSubCategories();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Info String</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__INFO_STRING = eINSTANCE.getContentSearchConstraint_InfoString();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Is And</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__IS_AND = eINSTANCE.getContentSearchConstraint_IsAnd();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Low Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__LOW_VALUE = eINSTANCE.getContentSearchConstraint_LowValue();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Remove Stems</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_CONSTRAINT__REMOVE_STEMS = eINSTANCE.getContentSearchConstraint_RemoveStems();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentSearchResultImpl <em>Search Result</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentSearchResultImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentSearchResult()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_SEARCH_RESULT = eINSTANCE.getContentSearchResult();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Search Result Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_RESULT__CONTENT_SEARCH_RESULT_ID = eINSTANCE.getContentSearchResult_ContentSearchResultId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Search Constraints</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_SEARCH_RESULT__CONTENT_SEARCH_CONSTRAINTS = eINSTANCE.getContentSearchResult_ContentSearchConstraints();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Is Ascending</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_RESULT__IS_ASCENDING = eINSTANCE.getContentSearchResult_IsAscending();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Num Results</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_RESULT__NUM_RESULTS = eINSTANCE.getContentSearchResult_NumResults();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Order By Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_RESULT__ORDER_BY_NAME = eINSTANCE.getContentSearchResult_OrderByName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Search Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_RESULT__SEARCH_DATE = eINSTANCE.getContentSearchResult_SearchDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Seconds Total</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_RESULT__SECONDS_TOTAL = eINSTANCE.getContentSearchResult_SecondsTotal();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Visit Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_SEARCH_RESULT__VISIT_ID = eINSTANCE.getContentSearchResult_VisitId();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentTypeImpl <em>Type</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentTypeImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentType()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_TYPE = eINSTANCE.getContentType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Type Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_TYPE__CONTENT_TYPE_ID = eINSTANCE.getContentType_ContentTypeId();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Type Attrs</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_TYPE__CONTENT_TYPE_ATTRS = eINSTANCE.getContentType_ContentTypeAttrs();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_TYPE__DESCRIPTION = eINSTANCE.getContentType_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Has Table</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_TYPE__HAS_TABLE = eINSTANCE.getContentType_HasTable();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Parent Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_TYPE__PARENT_TYPE = eINSTANCE.getContentType_ParentType();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.abchip.mimo.biz.model.content.content.impl.ContentTypeAttrImpl <em>Type Attr</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentTypeAttrImpl\n\t\t * @see org.abchip.mimo.biz.model.content.content.impl.ContentPackageImpl#getContentTypeAttr()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT_TYPE_ATTR = eINSTANCE.getContentTypeAttr();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTENT_TYPE_ATTR__CONTENT_TYPE = eINSTANCE.getContentTypeAttr_ContentType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Attr Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_TYPE_ATTR__ATTR_NAME = eINSTANCE.getContentTypeAttr_AttrName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTENT_TYPE_ATTR__DESCRIPTION = eINSTANCE.getContentTypeAttr_Description();\n\n\t}\n\n}", "ICpPack getPack();", "public interface IotdslPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"iotdsl\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://www.unamur.be/iot/IoTDSL\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"iotdsl\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tIotdslPackage eINSTANCE = be.unamur.iot.iotdsl.impl.IotdslPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.IotModelImpl <em>Iot Model</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.IotModelImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getIotModel()\n\t * @generated\n\t */\n\tint IOT_MODEL = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Imports</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IOT_MODEL__IMPORTS = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IOT_MODEL__NAME = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Content</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IOT_MODEL__CONTENT = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Iot Model</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IOT_MODEL_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Iot Model</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IOT_MODEL_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.ImportImpl <em>Import</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.ImportImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getImport()\n\t * @generated\n\t */\n\tint IMPORT = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Imported Namespace</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IMPORT__IMPORTED_NAMESPACE = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Import</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IMPORT_FEATURE_COUNT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Import</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IMPORT_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.ContentImpl <em>Content</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.ContentImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getContent()\n\t * @generated\n\t */\n\tint CONTENT = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Content</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_FEATURE_COUNT = 0;\n\n\t/**\n\t * The number of operations of the '<em>Content</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTENT_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.TypeImpl <em>Type</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.TypeImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getType()\n\t * @generated\n\t */\n\tint TYPE = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TYPE__NAME = CONTENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TYPE_FEATURE_COUNT = CONTENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TYPE_OPERATION_COUNT = CONTENT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.PrimitiveTypeImpl <em>Primitive Type</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.PrimitiveTypeImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getPrimitiveType()\n\t * @generated\n\t */\n\tint PRIMITIVE_TYPE = 4;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PRIMITIVE_TYPE__NAME = TYPE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Primitive Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PRIMITIVE_TYPE_FEATURE_COUNT = TYPE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Primitive Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PRIMITIVE_TYPE_OPERATION_COUNT = TYPE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.DeclaredTypeImpl <em>Declared Type</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.DeclaredTypeImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getDeclaredType()\n\t * @generated\n\t */\n\tint DECLARED_TYPE = 5;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DECLARED_TYPE__NAME = TYPE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Declared Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DECLARED_TYPE_FEATURE_COUNT = TYPE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Declared Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DECLARED_TYPE_OPERATION_COUNT = TYPE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.EnumerationImpl <em>Enumeration</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.EnumerationImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getEnumeration()\n\t * @generated\n\t */\n\tint ENUMERATION = 6;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENUMERATION__NAME = DECLARED_TYPE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Literals</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENUMERATION__LITERALS = DECLARED_TYPE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Enumeration</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENUMERATION_FEATURE_COUNT = DECLARED_TYPE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Enumeration</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENUMERATION_OPERATION_COUNT = DECLARED_TYPE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.EnumLiteralImpl <em>Enum Literal</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.EnumLiteralImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getEnumLiteral()\n\t * @generated\n\t */\n\tint ENUM_LITERAL = 7;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENUM_LITERAL__NAME = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Enum Literal</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENUM_LITERAL_FEATURE_COUNT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Enum Literal</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENUM_LITERAL_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.NodeImpl <em>Node</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.NodeImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getNode()\n\t * @generated\n\t */\n\tint NODE = 8;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE__NAME = DECLARED_TYPE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE_FEATURE_COUNT = DECLARED_TYPE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE_OPERATION_COUNT = DECLARED_TYPE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.DeviceImpl <em>Device</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.DeviceImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getDevice()\n\t * @generated\n\t */\n\tint DEVICE = 9;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DEVICE__NAME = NODE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Features</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DEVICE__FEATURES = NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Device</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DEVICE_FEATURE_COUNT = NODE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Device</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DEVICE_OPERATION_COUNT = NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.GatewayImpl <em>Gateway</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.GatewayImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getGateway()\n\t * @generated\n\t */\n\tint GATEWAY = 10;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GATEWAY__NAME = NODE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Gateway</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GATEWAY_FEATURE_COUNT = NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Gateway</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GATEWAY_OPERATION_COUNT = NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.FeatureImpl <em>Feature</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.FeatureImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getFeature()\n\t * @generated\n\t */\n\tint FEATURE = 11;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FEATURE__NAME = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Feature</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FEATURE_FEATURE_COUNT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Feature</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FEATURE_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.PropertyImpl <em>Property</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.PropertyImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getProperty()\n\t * @generated\n\t */\n\tint PROPERTY = 12;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPERTY__NAME = FEATURE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPERTY__VALUE = FEATURE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Property</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPERTY_FEATURE_COUNT = FEATURE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Property</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPERTY_OPERATION_COUNT = FEATURE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.CapabilityImpl <em>Capability</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.CapabilityImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getCapability()\n\t * @generated\n\t */\n\tint CAPABILITY = 13;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CAPABILITY__NAME = FEATURE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Parameters</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CAPABILITY__PARAMETERS = FEATURE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Capability</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CAPABILITY_FEATURE_COUNT = FEATURE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Capability</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CAPABILITY_OPERATION_COUNT = FEATURE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.ActuatingImpl <em>Actuating</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.ActuatingImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getActuating()\n\t * @generated\n\t */\n\tint ACTUATING = 14;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTUATING__NAME = CAPABILITY__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Parameters</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTUATING__PARAMETERS = CAPABILITY__PARAMETERS;\n\n\t/**\n\t * The number of structural features of the '<em>Actuating</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTUATING_FEATURE_COUNT = CAPABILITY_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Actuating</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTUATING_OPERATION_COUNT = CAPABILITY_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.SensingImpl <em>Sensing</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.SensingImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getSensing()\n\t * @generated\n\t */\n\tint SENSING = 15;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SENSING__NAME = CAPABILITY__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Parameters</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SENSING__PARAMETERS = CAPABILITY__PARAMETERS;\n\n\t/**\n\t * The number of structural features of the '<em>Sensing</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SENSING_FEATURE_COUNT = CAPABILITY_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Sensing</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SENSING_OPERATION_COUNT = CAPABILITY_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.ParameterImpl <em>Parameter</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.ParameterImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getParameter()\n\t * @generated\n\t */\n\tint PARAMETER = 16;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PARAMETER__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PARAMETER__TYPE = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Parameter</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PARAMETER_FEATURE_COUNT = 2;\n\n\t/**\n\t * The number of operations of the '<em>Parameter</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PARAMETER_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.ConfigurationImpl <em>Configuration</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.ConfigurationImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getConfiguration()\n\t * @generated\n\t */\n\tint CONFIGURATION = 17;\n\n\t/**\n\t * The feature id for the '<em><b>Confname</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION__CONFNAME = CONTENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Nodes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION__NODES = CONTENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Paths</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION__PATHS = CONTENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Configuration</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION_FEATURE_COUNT = CONTENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of operations of the '<em>Configuration</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION_OPERATION_COUNT = CONTENT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.NodeInstanceImpl <em>Node Instance</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.NodeInstanceImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getNodeInstance()\n\t * @generated\n\t */\n\tint NODE_INSTANCE = 18;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE_INSTANCE__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE_INSTANCE__TYPE = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Node Instance</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE_INSTANCE_FEATURE_COUNT = 2;\n\n\t/**\n\t * The number of operations of the '<em>Node Instance</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE_INSTANCE_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.CommunicationPathImpl <em>Communication Path</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.CommunicationPathImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getCommunicationPath()\n\t * @generated\n\t */\n\tint COMMUNICATION_PATH = 19;\n\n\t/**\n\t * The feature id for the '<em><b>Source</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMUNICATION_PATH__SOURCE = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Taget</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMUNICATION_PATH__TAGET = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Protocol</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMUNICATION_PATH__PROTOCOL = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Communication Path</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMUNICATION_PATH_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Communication Path</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMUNICATION_PATH_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.RuleImpl <em>Rule</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.RuleImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getRule()\n\t * @generated\n\t */\n\tint RULE = 20;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint RULE__NAME = CONTENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Triggers</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint RULE__TRIGGERS = CONTENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Reactions</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint RULE__REACTIONS = CONTENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Rule</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint RULE_FEATURE_COUNT = CONTENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of operations of the '<em>Rule</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint RULE_OPERATION_COUNT = CONTENT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.ExpressionImpl <em>Expression</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.ExpressionImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getExpression()\n\t * @generated\n\t */\n\tint EXPRESSION = 21;\n\n\t/**\n\t * The number of structural features of the '<em>Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EXPRESSION_FEATURE_COUNT = 0;\n\n\t/**\n\t * The number of operations of the '<em>Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EXPRESSION_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.DelayImpl <em>Delay</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.DelayImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getDelay()\n\t * @generated\n\t */\n\tint DELAY = 22;\n\n\t/**\n\t * The feature id for the '<em><b>Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DELAY__TIME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DELAY__UNIT = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Delay</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DELAY_FEATURE_COUNT = 2;\n\n\t/**\n\t * The number of operations of the '<em>Delay</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DELAY_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.NotExpressionImpl <em>Not Expression</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.NotExpressionImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getNotExpression()\n\t * @generated\n\t */\n\tint NOT_EXPRESSION = 23;\n\n\t/**\n\t * The feature id for the '<em><b>Event</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NOT_EXPRESSION__EVENT = EXPRESSION_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Not Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NOT_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Not Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NOT_EXPRESSION_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.EventOccurrenceImpl <em>Event Occurrence</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.EventOccurrenceImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getEventOccurrence()\n\t * @generated\n\t */\n\tint EVENT_OCCURRENCE = 24;\n\n\t/**\n\t * The feature id for the '<em><b>Instance</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EVENT_OCCURRENCE__INSTANCE = EXPRESSION_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Capability</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EVENT_OCCURRENCE__CAPABILITY = EXPRESSION_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EVENT_OCCURRENCE__ATTRIBUTES = EXPRESSION_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Operator</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EVENT_OCCURRENCE__OPERATOR = EXPRESSION_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EVENT_OCCURRENCE__VALUE = EXPRESSION_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Event Occurrence</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EVENT_OCCURRENCE_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of operations of the '<em>Event Occurrence</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EVENT_OCCURRENCE_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.ReactionImpl <em>Reaction</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.ReactionImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getReaction()\n\t * @generated\n\t */\n\tint REACTION = 25;\n\n\t/**\n\t * The feature id for the '<em><b>Instance</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTION__INSTANCE = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Capability</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTION__CAPABILITY = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Attributes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTION__ATTRIBUTES = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Reaction</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTION_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Reaction</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTION_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.AttributeImpl <em>Attribute</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.AttributeImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getAttribute()\n\t * @generated\n\t */\n\tint ATTRIBUTE = 26;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ATTRIBUTE__NAME = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Attribute</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ATTRIBUTE_FEATURE_COUNT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Attribute</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ATTRIBUTE_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.AndExpressionImpl <em>And Expression</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.AndExpressionImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getAndExpression()\n\t * @generated\n\t */\n\tint AND_EXPRESSION = 27;\n\n\t/**\n\t * The feature id for the '<em><b>Left</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AND_EXPRESSION__LEFT = EXPRESSION_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Right</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AND_EXPRESSION__RIGHT = EXPRESSION_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>And Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AND_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of operations of the '<em>And Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AND_EXPRESSION_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.TimingExpressionImpl <em>Timing Expression</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.TimingExpressionImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getTimingExpression()\n\t * @generated\n\t */\n\tint TIMING_EXPRESSION = 28;\n\n\t/**\n\t * The feature id for the '<em><b>Following</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TIMING_EXPRESSION__FOLLOWING = EXPRESSION_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Preceding</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TIMING_EXPRESSION__PRECEDING = EXPRESSION_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Timing Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TIMING_EXPRESSION_FEATURE_COUNT = EXPRESSION_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of operations of the '<em>Timing Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TIMING_EXPRESSION_OPERATION_COUNT = EXPRESSION_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.WithinExpressionImpl <em>Within Expression</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.WithinExpressionImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getWithinExpression()\n\t * @generated\n\t */\n\tint WITHIN_EXPRESSION = 29;\n\n\t/**\n\t * The feature id for the '<em><b>Following</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint WITHIN_EXPRESSION__FOLLOWING = TIMING_EXPRESSION__FOLLOWING;\n\n\t/**\n\t * The feature id for the '<em><b>Preceding</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint WITHIN_EXPRESSION__PRECEDING = TIMING_EXPRESSION__PRECEDING;\n\n\t/**\n\t * The feature id for the '<em><b>Delay</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint WITHIN_EXPRESSION__DELAY = TIMING_EXPRESSION_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Within Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint WITHIN_EXPRESSION_FEATURE_COUNT = TIMING_EXPRESSION_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Within Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint WITHIN_EXPRESSION_OPERATION_COUNT = TIMING_EXPRESSION_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.AfterExpressionImpl <em>After Expression</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.AfterExpressionImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getAfterExpression()\n\t * @generated\n\t */\n\tint AFTER_EXPRESSION = 30;\n\n\t/**\n\t * The feature id for the '<em><b>Following</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AFTER_EXPRESSION__FOLLOWING = TIMING_EXPRESSION__FOLLOWING;\n\n\t/**\n\t * The feature id for the '<em><b>Preceding</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AFTER_EXPRESSION__PRECEDING = TIMING_EXPRESSION__PRECEDING;\n\n\t/**\n\t * The number of structural features of the '<em>After Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AFTER_EXPRESSION_FEATURE_COUNT = TIMING_EXPRESSION_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>After Expression</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AFTER_EXPRESSION_OPERATION_COUNT = TIMING_EXPRESSION_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.ValueImpl <em>Value</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.ValueImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getValue()\n\t * @generated\n\t */\n\tint VALUE = 31;\n\n\t/**\n\t * The number of structural features of the '<em>Value</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VALUE_FEATURE_COUNT = 0;\n\n\t/**\n\t * The number of operations of the '<em>Value</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VALUE_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.StringConstantImpl <em>String Constant</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.StringConstantImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getStringConstant()\n\t * @generated\n\t */\n\tint STRING_CONSTANT = 32;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STRING_CONSTANT__VALUE = VALUE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>String Constant</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STRING_CONSTANT_FEATURE_COUNT = VALUE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>String Constant</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STRING_CONSTANT_OPERATION_COUNT = VALUE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.IntConstantImpl <em>Int Constant</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.IntConstantImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getIntConstant()\n\t * @generated\n\t */\n\tint INT_CONSTANT = 33;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INT_CONSTANT__VALUE = VALUE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Int Constant</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INT_CONSTANT_FEATURE_COUNT = VALUE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Int Constant</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INT_CONSTANT_OPERATION_COUNT = VALUE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.impl.BoolConstantImpl <em>Bool Constant</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.impl.BoolConstantImpl\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getBoolConstant()\n\t * @generated\n\t */\n\tint BOOL_CONSTANT = 34;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOL_CONSTANT__VALUE = VALUE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Bool Constant</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOL_CONSTANT_FEATURE_COUNT = VALUE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Bool Constant</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOL_CONSTANT_OPERATION_COUNT = VALUE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.DefaultType <em>Default Type</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.DefaultType\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getDefaultType()\n\t * @generated\n\t */\n\tint DEFAULT_TYPE = 35;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.Operator <em>Operator</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.Operator\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getOperator()\n\t * @generated\n\t */\n\tint OPERATOR = 36;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.Protocol <em>Protocol</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.Protocol\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getProtocol()\n\t * @generated\n\t */\n\tint PROTOCOL = 37;\n\n\t/**\n\t * The meta object id for the '{@link be.unamur.iot.iotdsl.Unit <em>Unit</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see be.unamur.iot.iotdsl.Unit\n\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getUnit()\n\t * @generated\n\t */\n\tint UNIT = 38;\n\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.IotModel <em>Iot Model</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Iot Model</em>'.\n\t * @see be.unamur.iot.iotdsl.IotModel\n\t * @generated\n\t */\n\tEClass getIotModel();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.IotModel#getImports <em>Imports</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Imports</em>'.\n\t * @see be.unamur.iot.iotdsl.IotModel#getImports()\n\t * @see #getIotModel()\n\t * @generated\n\t */\n\tEReference getIotModel_Imports();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.IotModel#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see be.unamur.iot.iotdsl.IotModel#getName()\n\t * @see #getIotModel()\n\t * @generated\n\t */\n\tEAttribute getIotModel_Name();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.IotModel#getContent <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Content</em>'.\n\t * @see be.unamur.iot.iotdsl.IotModel#getContent()\n\t * @see #getIotModel()\n\t * @generated\n\t */\n\tEReference getIotModel_Content();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Import <em>Import</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Import</em>'.\n\t * @see be.unamur.iot.iotdsl.Import\n\t * @generated\n\t */\n\tEClass getImport();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.Import#getImportedNamespace <em>Imported Namespace</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Imported Namespace</em>'.\n\t * @see be.unamur.iot.iotdsl.Import#getImportedNamespace()\n\t * @see #getImport()\n\t * @generated\n\t */\n\tEAttribute getImport_ImportedNamespace();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Content <em>Content</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Content</em>'.\n\t * @see be.unamur.iot.iotdsl.Content\n\t * @generated\n\t */\n\tEClass getContent();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Type <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Type</em>'.\n\t * @see be.unamur.iot.iotdsl.Type\n\t * @generated\n\t */\n\tEClass getType();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.Type#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see be.unamur.iot.iotdsl.Type#getName()\n\t * @see #getType()\n\t * @generated\n\t */\n\tEAttribute getType_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.PrimitiveType <em>Primitive Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Primitive Type</em>'.\n\t * @see be.unamur.iot.iotdsl.PrimitiveType\n\t * @generated\n\t */\n\tEClass getPrimitiveType();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.DeclaredType <em>Declared Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Declared Type</em>'.\n\t * @see be.unamur.iot.iotdsl.DeclaredType\n\t * @generated\n\t */\n\tEClass getDeclaredType();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Enumeration <em>Enumeration</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Enumeration</em>'.\n\t * @see be.unamur.iot.iotdsl.Enumeration\n\t * @generated\n\t */\n\tEClass getEnumeration();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.Enumeration#getLiterals <em>Literals</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Literals</em>'.\n\t * @see be.unamur.iot.iotdsl.Enumeration#getLiterals()\n\t * @see #getEnumeration()\n\t * @generated\n\t */\n\tEReference getEnumeration_Literals();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.EnumLiteral <em>Enum Literal</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Enum Literal</em>'.\n\t * @see be.unamur.iot.iotdsl.EnumLiteral\n\t * @generated\n\t */\n\tEClass getEnumLiteral();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.EnumLiteral#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see be.unamur.iot.iotdsl.EnumLiteral#getName()\n\t * @see #getEnumLiteral()\n\t * @generated\n\t */\n\tEAttribute getEnumLiteral_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Node <em>Node</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Node</em>'.\n\t * @see be.unamur.iot.iotdsl.Node\n\t * @generated\n\t */\n\tEClass getNode();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Device <em>Device</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Device</em>'.\n\t * @see be.unamur.iot.iotdsl.Device\n\t * @generated\n\t */\n\tEClass getDevice();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.Device#getFeatures <em>Features</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Features</em>'.\n\t * @see be.unamur.iot.iotdsl.Device#getFeatures()\n\t * @see #getDevice()\n\t * @generated\n\t */\n\tEReference getDevice_Features();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Gateway <em>Gateway</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Gateway</em>'.\n\t * @see be.unamur.iot.iotdsl.Gateway\n\t * @generated\n\t */\n\tEClass getGateway();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Feature <em>Feature</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Feature</em>'.\n\t * @see be.unamur.iot.iotdsl.Feature\n\t * @generated\n\t */\n\tEClass getFeature();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.Feature#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see be.unamur.iot.iotdsl.Feature#getName()\n\t * @see #getFeature()\n\t * @generated\n\t */\n\tEAttribute getFeature_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Property <em>Property</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Property</em>'.\n\t * @see be.unamur.iot.iotdsl.Property\n\t * @generated\n\t */\n\tEClass getProperty();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link be.unamur.iot.iotdsl.Property#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Value</em>'.\n\t * @see be.unamur.iot.iotdsl.Property#getValue()\n\t * @see #getProperty()\n\t * @generated\n\t */\n\tEReference getProperty_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Capability <em>Capability</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Capability</em>'.\n\t * @see be.unamur.iot.iotdsl.Capability\n\t * @generated\n\t */\n\tEClass getCapability();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.Capability#getParameters <em>Parameters</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Parameters</em>'.\n\t * @see be.unamur.iot.iotdsl.Capability#getParameters()\n\t * @see #getCapability()\n\t * @generated\n\t */\n\tEReference getCapability_Parameters();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Actuating <em>Actuating</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Actuating</em>'.\n\t * @see be.unamur.iot.iotdsl.Actuating\n\t * @generated\n\t */\n\tEClass getActuating();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Sensing <em>Sensing</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Sensing</em>'.\n\t * @see be.unamur.iot.iotdsl.Sensing\n\t * @generated\n\t */\n\tEClass getSensing();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Parameter <em>Parameter</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Parameter</em>'.\n\t * @see be.unamur.iot.iotdsl.Parameter\n\t * @generated\n\t */\n\tEClass getParameter();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.Parameter#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see be.unamur.iot.iotdsl.Parameter#getName()\n\t * @see #getParameter()\n\t * @generated\n\t */\n\tEAttribute getParameter_Name();\n\n\t/**\n\t * Returns the meta object for the reference '{@link be.unamur.iot.iotdsl.Parameter#getType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Type</em>'.\n\t * @see be.unamur.iot.iotdsl.Parameter#getType()\n\t * @see #getParameter()\n\t * @generated\n\t */\n\tEReference getParameter_Type();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Configuration <em>Configuration</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Configuration</em>'.\n\t * @see be.unamur.iot.iotdsl.Configuration\n\t * @generated\n\t */\n\tEClass getConfiguration();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.Configuration#getConfname <em>Confname</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Confname</em>'.\n\t * @see be.unamur.iot.iotdsl.Configuration#getConfname()\n\t * @see #getConfiguration()\n\t * @generated\n\t */\n\tEAttribute getConfiguration_Confname();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.Configuration#getNodes <em>Nodes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Nodes</em>'.\n\t * @see be.unamur.iot.iotdsl.Configuration#getNodes()\n\t * @see #getConfiguration()\n\t * @generated\n\t */\n\tEReference getConfiguration_Nodes();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.Configuration#getPaths <em>Paths</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Paths</em>'.\n\t * @see be.unamur.iot.iotdsl.Configuration#getPaths()\n\t * @see #getConfiguration()\n\t * @generated\n\t */\n\tEReference getConfiguration_Paths();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.NodeInstance <em>Node Instance</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Node Instance</em>'.\n\t * @see be.unamur.iot.iotdsl.NodeInstance\n\t * @generated\n\t */\n\tEClass getNodeInstance();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.NodeInstance#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see be.unamur.iot.iotdsl.NodeInstance#getName()\n\t * @see #getNodeInstance()\n\t * @generated\n\t */\n\tEAttribute getNodeInstance_Name();\n\n\t/**\n\t * Returns the meta object for the reference '{@link be.unamur.iot.iotdsl.NodeInstance#getType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Type</em>'.\n\t * @see be.unamur.iot.iotdsl.NodeInstance#getType()\n\t * @see #getNodeInstance()\n\t * @generated\n\t */\n\tEReference getNodeInstance_Type();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.CommunicationPath <em>Communication Path</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Communication Path</em>'.\n\t * @see be.unamur.iot.iotdsl.CommunicationPath\n\t * @generated\n\t */\n\tEClass getCommunicationPath();\n\n\t/**\n\t * Returns the meta object for the reference '{@link be.unamur.iot.iotdsl.CommunicationPath#getSource <em>Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Source</em>'.\n\t * @see be.unamur.iot.iotdsl.CommunicationPath#getSource()\n\t * @see #getCommunicationPath()\n\t * @generated\n\t */\n\tEReference getCommunicationPath_Source();\n\n\t/**\n\t * Returns the meta object for the reference '{@link be.unamur.iot.iotdsl.CommunicationPath#getTaget <em>Taget</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Taget</em>'.\n\t * @see be.unamur.iot.iotdsl.CommunicationPath#getTaget()\n\t * @see #getCommunicationPath()\n\t * @generated\n\t */\n\tEReference getCommunicationPath_Taget();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.CommunicationPath#getProtocol <em>Protocol</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Protocol</em>'.\n\t * @see be.unamur.iot.iotdsl.CommunicationPath#getProtocol()\n\t * @see #getCommunicationPath()\n\t * @generated\n\t */\n\tEAttribute getCommunicationPath_Protocol();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Rule <em>Rule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Rule</em>'.\n\t * @see be.unamur.iot.iotdsl.Rule\n\t * @generated\n\t */\n\tEClass getRule();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.Rule#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see be.unamur.iot.iotdsl.Rule#getName()\n\t * @see #getRule()\n\t * @generated\n\t */\n\tEAttribute getRule_Name();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link be.unamur.iot.iotdsl.Rule#getTriggers <em>Triggers</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Triggers</em>'.\n\t * @see be.unamur.iot.iotdsl.Rule#getTriggers()\n\t * @see #getRule()\n\t * @generated\n\t */\n\tEReference getRule_Triggers();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.Rule#getReactions <em>Reactions</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Reactions</em>'.\n\t * @see be.unamur.iot.iotdsl.Rule#getReactions()\n\t * @see #getRule()\n\t * @generated\n\t */\n\tEReference getRule_Reactions();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Expression <em>Expression</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Expression</em>'.\n\t * @see be.unamur.iot.iotdsl.Expression\n\t * @generated\n\t */\n\tEClass getExpression();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Delay <em>Delay</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Delay</em>'.\n\t * @see be.unamur.iot.iotdsl.Delay\n\t * @generated\n\t */\n\tEClass getDelay();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.Delay#getTime <em>Time</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Time</em>'.\n\t * @see be.unamur.iot.iotdsl.Delay#getTime()\n\t * @see #getDelay()\n\t * @generated\n\t */\n\tEAttribute getDelay_Time();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.Delay#getUnit <em>Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Unit</em>'.\n\t * @see be.unamur.iot.iotdsl.Delay#getUnit()\n\t * @see #getDelay()\n\t * @generated\n\t */\n\tEAttribute getDelay_Unit();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.NotExpression <em>Not Expression</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Not Expression</em>'.\n\t * @see be.unamur.iot.iotdsl.NotExpression\n\t * @generated\n\t */\n\tEClass getNotExpression();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link be.unamur.iot.iotdsl.NotExpression#getEvent <em>Event</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Event</em>'.\n\t * @see be.unamur.iot.iotdsl.NotExpression#getEvent()\n\t * @see #getNotExpression()\n\t * @generated\n\t */\n\tEReference getNotExpression_Event();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.EventOccurrence <em>Event Occurrence</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Event Occurrence</em>'.\n\t * @see be.unamur.iot.iotdsl.EventOccurrence\n\t * @generated\n\t */\n\tEClass getEventOccurrence();\n\n\t/**\n\t * Returns the meta object for the reference '{@link be.unamur.iot.iotdsl.EventOccurrence#getInstance <em>Instance</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Instance</em>'.\n\t * @see be.unamur.iot.iotdsl.EventOccurrence#getInstance()\n\t * @see #getEventOccurrence()\n\t * @generated\n\t */\n\tEReference getEventOccurrence_Instance();\n\n\t/**\n\t * Returns the meta object for the reference '{@link be.unamur.iot.iotdsl.EventOccurrence#getCapability <em>Capability</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Capability</em>'.\n\t * @see be.unamur.iot.iotdsl.EventOccurrence#getCapability()\n\t * @see #getEventOccurrence()\n\t * @generated\n\t */\n\tEReference getEventOccurrence_Capability();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.EventOccurrence#getAttributes <em>Attributes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Attributes</em>'.\n\t * @see be.unamur.iot.iotdsl.EventOccurrence#getAttributes()\n\t * @see #getEventOccurrence()\n\t * @generated\n\t */\n\tEReference getEventOccurrence_Attributes();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.EventOccurrence#getOperator <em>Operator</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Operator</em>'.\n\t * @see be.unamur.iot.iotdsl.EventOccurrence#getOperator()\n\t * @see #getEventOccurrence()\n\t * @generated\n\t */\n\tEAttribute getEventOccurrence_Operator();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link be.unamur.iot.iotdsl.EventOccurrence#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Value</em>'.\n\t * @see be.unamur.iot.iotdsl.EventOccurrence#getValue()\n\t * @see #getEventOccurrence()\n\t * @generated\n\t */\n\tEReference getEventOccurrence_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Reaction <em>Reaction</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Reaction</em>'.\n\t * @see be.unamur.iot.iotdsl.Reaction\n\t * @generated\n\t */\n\tEClass getReaction();\n\n\t/**\n\t * Returns the meta object for the reference '{@link be.unamur.iot.iotdsl.Reaction#getInstance <em>Instance</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Instance</em>'.\n\t * @see be.unamur.iot.iotdsl.Reaction#getInstance()\n\t * @see #getReaction()\n\t * @generated\n\t */\n\tEReference getReaction_Instance();\n\n\t/**\n\t * Returns the meta object for the reference '{@link be.unamur.iot.iotdsl.Reaction#getCapability <em>Capability</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Capability</em>'.\n\t * @see be.unamur.iot.iotdsl.Reaction#getCapability()\n\t * @see #getReaction()\n\t * @generated\n\t */\n\tEReference getReaction_Capability();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link be.unamur.iot.iotdsl.Reaction#getAttributes <em>Attributes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Attributes</em>'.\n\t * @see be.unamur.iot.iotdsl.Reaction#getAttributes()\n\t * @see #getReaction()\n\t * @generated\n\t */\n\tEReference getReaction_Attributes();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Attribute <em>Attribute</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Attribute</em>'.\n\t * @see be.unamur.iot.iotdsl.Attribute\n\t * @generated\n\t */\n\tEClass getAttribute();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.Attribute#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see be.unamur.iot.iotdsl.Attribute#getName()\n\t * @see #getAttribute()\n\t * @generated\n\t */\n\tEAttribute getAttribute_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.AndExpression <em>And Expression</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>And Expression</em>'.\n\t * @see be.unamur.iot.iotdsl.AndExpression\n\t * @generated\n\t */\n\tEClass getAndExpression();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link be.unamur.iot.iotdsl.AndExpression#getLeft <em>Left</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Left</em>'.\n\t * @see be.unamur.iot.iotdsl.AndExpression#getLeft()\n\t * @see #getAndExpression()\n\t * @generated\n\t */\n\tEReference getAndExpression_Left();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link be.unamur.iot.iotdsl.AndExpression#getRight <em>Right</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Right</em>'.\n\t * @see be.unamur.iot.iotdsl.AndExpression#getRight()\n\t * @see #getAndExpression()\n\t * @generated\n\t */\n\tEReference getAndExpression_Right();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.TimingExpression <em>Timing Expression</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Timing Expression</em>'.\n\t * @see be.unamur.iot.iotdsl.TimingExpression\n\t * @generated\n\t */\n\tEClass getTimingExpression();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link be.unamur.iot.iotdsl.TimingExpression#getFollowing <em>Following</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Following</em>'.\n\t * @see be.unamur.iot.iotdsl.TimingExpression#getFollowing()\n\t * @see #getTimingExpression()\n\t * @generated\n\t */\n\tEReference getTimingExpression_Following();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link be.unamur.iot.iotdsl.TimingExpression#getPreceding <em>Preceding</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Preceding</em>'.\n\t * @see be.unamur.iot.iotdsl.TimingExpression#getPreceding()\n\t * @see #getTimingExpression()\n\t * @generated\n\t */\n\tEReference getTimingExpression_Preceding();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.WithinExpression <em>Within Expression</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Within Expression</em>'.\n\t * @see be.unamur.iot.iotdsl.WithinExpression\n\t * @generated\n\t */\n\tEClass getWithinExpression();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link be.unamur.iot.iotdsl.WithinExpression#getDelay <em>Delay</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Delay</em>'.\n\t * @see be.unamur.iot.iotdsl.WithinExpression#getDelay()\n\t * @see #getWithinExpression()\n\t * @generated\n\t */\n\tEReference getWithinExpression_Delay();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.AfterExpression <em>After Expression</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>After Expression</em>'.\n\t * @see be.unamur.iot.iotdsl.AfterExpression\n\t * @generated\n\t */\n\tEClass getAfterExpression();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.Value <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Value</em>'.\n\t * @see be.unamur.iot.iotdsl.Value\n\t * @generated\n\t */\n\tEClass getValue();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.StringConstant <em>String Constant</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>String Constant</em>'.\n\t * @see be.unamur.iot.iotdsl.StringConstant\n\t * @generated\n\t */\n\tEClass getStringConstant();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.StringConstant#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value</em>'.\n\t * @see be.unamur.iot.iotdsl.StringConstant#getValue()\n\t * @see #getStringConstant()\n\t * @generated\n\t */\n\tEAttribute getStringConstant_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.IntConstant <em>Int Constant</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Int Constant</em>'.\n\t * @see be.unamur.iot.iotdsl.IntConstant\n\t * @generated\n\t */\n\tEClass getIntConstant();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.IntConstant#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value</em>'.\n\t * @see be.unamur.iot.iotdsl.IntConstant#getValue()\n\t * @see #getIntConstant()\n\t * @generated\n\t */\n\tEAttribute getIntConstant_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link be.unamur.iot.iotdsl.BoolConstant <em>Bool Constant</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Bool Constant</em>'.\n\t * @see be.unamur.iot.iotdsl.BoolConstant\n\t * @generated\n\t */\n\tEClass getBoolConstant();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link be.unamur.iot.iotdsl.BoolConstant#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value</em>'.\n\t * @see be.unamur.iot.iotdsl.BoolConstant#getValue()\n\t * @see #getBoolConstant()\n\t * @generated\n\t */\n\tEAttribute getBoolConstant_Value();\n\n\t/**\n\t * Returns the meta object for enum '{@link be.unamur.iot.iotdsl.DefaultType <em>Default Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Default Type</em>'.\n\t * @see be.unamur.iot.iotdsl.DefaultType\n\t * @generated\n\t */\n\tEEnum getDefaultType();\n\n\t/**\n\t * Returns the meta object for enum '{@link be.unamur.iot.iotdsl.Operator <em>Operator</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Operator</em>'.\n\t * @see be.unamur.iot.iotdsl.Operator\n\t * @generated\n\t */\n\tEEnum getOperator();\n\n\t/**\n\t * Returns the meta object for enum '{@link be.unamur.iot.iotdsl.Protocol <em>Protocol</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Protocol</em>'.\n\t * @see be.unamur.iot.iotdsl.Protocol\n\t * @generated\n\t */\n\tEEnum getProtocol();\n\n\t/**\n\t * Returns the meta object for enum '{@link be.unamur.iot.iotdsl.Unit <em>Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Unit</em>'.\n\t * @see be.unamur.iot.iotdsl.Unit\n\t * @generated\n\t */\n\tEEnum getUnit();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tIotdslFactory getIotdslFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.IotModelImpl <em>Iot Model</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.IotModelImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getIotModel()\n\t\t * @generated\n\t\t */\n\t\tEClass IOT_MODEL = eINSTANCE.getIotModel();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Imports</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference IOT_MODEL__IMPORTS = eINSTANCE.getIotModel_Imports();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute IOT_MODEL__NAME = eINSTANCE.getIotModel_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Content</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference IOT_MODEL__CONTENT = eINSTANCE.getIotModel_Content();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.ImportImpl <em>Import</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.ImportImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getImport()\n\t\t * @generated\n\t\t */\n\t\tEClass IMPORT = eINSTANCE.getImport();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Imported Namespace</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute IMPORT__IMPORTED_NAMESPACE = eINSTANCE.getImport_ImportedNamespace();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.ContentImpl <em>Content</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.ContentImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getContent()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTENT = eINSTANCE.getContent();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.TypeImpl <em>Type</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.TypeImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getType()\n\t\t * @generated\n\t\t */\n\t\tEClass TYPE = eINSTANCE.getType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TYPE__NAME = eINSTANCE.getType_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.PrimitiveTypeImpl <em>Primitive Type</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.PrimitiveTypeImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getPrimitiveType()\n\t\t * @generated\n\t\t */\n\t\tEClass PRIMITIVE_TYPE = eINSTANCE.getPrimitiveType();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.DeclaredTypeImpl <em>Declared Type</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.DeclaredTypeImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getDeclaredType()\n\t\t * @generated\n\t\t */\n\t\tEClass DECLARED_TYPE = eINSTANCE.getDeclaredType();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.EnumerationImpl <em>Enumeration</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.EnumerationImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getEnumeration()\n\t\t * @generated\n\t\t */\n\t\tEClass ENUMERATION = eINSTANCE.getEnumeration();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Literals</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ENUMERATION__LITERALS = eINSTANCE.getEnumeration_Literals();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.EnumLiteralImpl <em>Enum Literal</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.EnumLiteralImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getEnumLiteral()\n\t\t * @generated\n\t\t */\n\t\tEClass ENUM_LITERAL = eINSTANCE.getEnumLiteral();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ENUM_LITERAL__NAME = eINSTANCE.getEnumLiteral_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.NodeImpl <em>Node</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.NodeImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getNode()\n\t\t * @generated\n\t\t */\n\t\tEClass NODE = eINSTANCE.getNode();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.DeviceImpl <em>Device</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.DeviceImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getDevice()\n\t\t * @generated\n\t\t */\n\t\tEClass DEVICE = eINSTANCE.getDevice();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Features</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DEVICE__FEATURES = eINSTANCE.getDevice_Features();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.GatewayImpl <em>Gateway</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.GatewayImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getGateway()\n\t\t * @generated\n\t\t */\n\t\tEClass GATEWAY = eINSTANCE.getGateway();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.FeatureImpl <em>Feature</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.FeatureImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getFeature()\n\t\t * @generated\n\t\t */\n\t\tEClass FEATURE = eINSTANCE.getFeature();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FEATURE__NAME = eINSTANCE.getFeature_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.PropertyImpl <em>Property</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.PropertyImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getProperty()\n\t\t * @generated\n\t\t */\n\t\tEClass PROPERTY = eINSTANCE.getProperty();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference PROPERTY__VALUE = eINSTANCE.getProperty_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.CapabilityImpl <em>Capability</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.CapabilityImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getCapability()\n\t\t * @generated\n\t\t */\n\t\tEClass CAPABILITY = eINSTANCE.getCapability();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Parameters</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CAPABILITY__PARAMETERS = eINSTANCE.getCapability_Parameters();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.ActuatingImpl <em>Actuating</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.ActuatingImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getActuating()\n\t\t * @generated\n\t\t */\n\t\tEClass ACTUATING = eINSTANCE.getActuating();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.SensingImpl <em>Sensing</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.SensingImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getSensing()\n\t\t * @generated\n\t\t */\n\t\tEClass SENSING = eINSTANCE.getSensing();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.ParameterImpl <em>Parameter</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.ParameterImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getParameter()\n\t\t * @generated\n\t\t */\n\t\tEClass PARAMETER = eINSTANCE.getParameter();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute PARAMETER__NAME = eINSTANCE.getParameter_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference PARAMETER__TYPE = eINSTANCE.getParameter_Type();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.ConfigurationImpl <em>Configuration</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.ConfigurationImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getConfiguration()\n\t\t * @generated\n\t\t */\n\t\tEClass CONFIGURATION = eINSTANCE.getConfiguration();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Confname</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONFIGURATION__CONFNAME = eINSTANCE.getConfiguration_Confname();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Nodes</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFIGURATION__NODES = eINSTANCE.getConfiguration_Nodes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Paths</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFIGURATION__PATHS = eINSTANCE.getConfiguration_Paths();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.NodeInstanceImpl <em>Node Instance</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.NodeInstanceImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getNodeInstance()\n\t\t * @generated\n\t\t */\n\t\tEClass NODE_INSTANCE = eINSTANCE.getNodeInstance();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute NODE_INSTANCE__NAME = eINSTANCE.getNodeInstance_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference NODE_INSTANCE__TYPE = eINSTANCE.getNodeInstance_Type();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.CommunicationPathImpl <em>Communication Path</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.CommunicationPathImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getCommunicationPath()\n\t\t * @generated\n\t\t */\n\t\tEClass COMMUNICATION_PATH = eINSTANCE.getCommunicationPath();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Source</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference COMMUNICATION_PATH__SOURCE = eINSTANCE.getCommunicationPath_Source();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Taget</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference COMMUNICATION_PATH__TAGET = eINSTANCE.getCommunicationPath_Taget();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Protocol</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute COMMUNICATION_PATH__PROTOCOL = eINSTANCE.getCommunicationPath_Protocol();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.RuleImpl <em>Rule</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.RuleImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getRule()\n\t\t * @generated\n\t\t */\n\t\tEClass RULE = eINSTANCE.getRule();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute RULE__NAME = eINSTANCE.getRule_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Triggers</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference RULE__TRIGGERS = eINSTANCE.getRule_Triggers();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Reactions</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference RULE__REACTIONS = eINSTANCE.getRule_Reactions();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.ExpressionImpl <em>Expression</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.ExpressionImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getExpression()\n\t\t * @generated\n\t\t */\n\t\tEClass EXPRESSION = eINSTANCE.getExpression();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.DelayImpl <em>Delay</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.DelayImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getDelay()\n\t\t * @generated\n\t\t */\n\t\tEClass DELAY = eINSTANCE.getDelay();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Time</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute DELAY__TIME = eINSTANCE.getDelay_Time();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Unit</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute DELAY__UNIT = eINSTANCE.getDelay_Unit();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.NotExpressionImpl <em>Not Expression</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.NotExpressionImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getNotExpression()\n\t\t * @generated\n\t\t */\n\t\tEClass NOT_EXPRESSION = eINSTANCE.getNotExpression();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Event</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference NOT_EXPRESSION__EVENT = eINSTANCE.getNotExpression_Event();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.EventOccurrenceImpl <em>Event Occurrence</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.EventOccurrenceImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getEventOccurrence()\n\t\t * @generated\n\t\t */\n\t\tEClass EVENT_OCCURRENCE = eINSTANCE.getEventOccurrence();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Instance</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference EVENT_OCCURRENCE__INSTANCE = eINSTANCE.getEventOccurrence_Instance();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Capability</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference EVENT_OCCURRENCE__CAPABILITY = eINSTANCE.getEventOccurrence_Capability();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Attributes</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference EVENT_OCCURRENCE__ATTRIBUTES = eINSTANCE.getEventOccurrence_Attributes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Operator</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute EVENT_OCCURRENCE__OPERATOR = eINSTANCE.getEventOccurrence_Operator();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference EVENT_OCCURRENCE__VALUE = eINSTANCE.getEventOccurrence_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.ReactionImpl <em>Reaction</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.ReactionImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getReaction()\n\t\t * @generated\n\t\t */\n\t\tEClass REACTION = eINSTANCE.getReaction();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Instance</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REACTION__INSTANCE = eINSTANCE.getReaction_Instance();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Capability</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REACTION__CAPABILITY = eINSTANCE.getReaction_Capability();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Attributes</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REACTION__ATTRIBUTES = eINSTANCE.getReaction_Attributes();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.AttributeImpl <em>Attribute</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.AttributeImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getAttribute()\n\t\t * @generated\n\t\t */\n\t\tEClass ATTRIBUTE = eINSTANCE.getAttribute();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ATTRIBUTE__NAME = eINSTANCE.getAttribute_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.AndExpressionImpl <em>And Expression</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.AndExpressionImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getAndExpression()\n\t\t * @generated\n\t\t */\n\t\tEClass AND_EXPRESSION = eINSTANCE.getAndExpression();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Left</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference AND_EXPRESSION__LEFT = eINSTANCE.getAndExpression_Left();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Right</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference AND_EXPRESSION__RIGHT = eINSTANCE.getAndExpression_Right();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.TimingExpressionImpl <em>Timing Expression</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.TimingExpressionImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getTimingExpression()\n\t\t * @generated\n\t\t */\n\t\tEClass TIMING_EXPRESSION = eINSTANCE.getTimingExpression();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Following</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TIMING_EXPRESSION__FOLLOWING = eINSTANCE.getTimingExpression_Following();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Preceding</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TIMING_EXPRESSION__PRECEDING = eINSTANCE.getTimingExpression_Preceding();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.WithinExpressionImpl <em>Within Expression</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.WithinExpressionImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getWithinExpression()\n\t\t * @generated\n\t\t */\n\t\tEClass WITHIN_EXPRESSION = eINSTANCE.getWithinExpression();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Delay</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference WITHIN_EXPRESSION__DELAY = eINSTANCE.getWithinExpression_Delay();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.AfterExpressionImpl <em>After Expression</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.AfterExpressionImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getAfterExpression()\n\t\t * @generated\n\t\t */\n\t\tEClass AFTER_EXPRESSION = eINSTANCE.getAfterExpression();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.ValueImpl <em>Value</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.ValueImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getValue()\n\t\t * @generated\n\t\t */\n\t\tEClass VALUE = eINSTANCE.getValue();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.StringConstantImpl <em>String Constant</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.StringConstantImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getStringConstant()\n\t\t * @generated\n\t\t */\n\t\tEClass STRING_CONSTANT = eINSTANCE.getStringConstant();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute STRING_CONSTANT__VALUE = eINSTANCE.getStringConstant_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.IntConstantImpl <em>Int Constant</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.IntConstantImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getIntConstant()\n\t\t * @generated\n\t\t */\n\t\tEClass INT_CONSTANT = eINSTANCE.getIntConstant();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute INT_CONSTANT__VALUE = eINSTANCE.getIntConstant_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.impl.BoolConstantImpl <em>Bool Constant</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.impl.BoolConstantImpl\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getBoolConstant()\n\t\t * @generated\n\t\t */\n\t\tEClass BOOL_CONSTANT = eINSTANCE.getBoolConstant();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute BOOL_CONSTANT__VALUE = eINSTANCE.getBoolConstant_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.DefaultType <em>Default Type</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.DefaultType\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getDefaultType()\n\t\t * @generated\n\t\t */\n\t\tEEnum DEFAULT_TYPE = eINSTANCE.getDefaultType();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.Operator <em>Operator</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.Operator\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getOperator()\n\t\t * @generated\n\t\t */\n\t\tEEnum OPERATOR = eINSTANCE.getOperator();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.Protocol <em>Protocol</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.Protocol\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getProtocol()\n\t\t * @generated\n\t\t */\n\t\tEEnum PROTOCOL = eINSTANCE.getProtocol();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link be.unamur.iot.iotdsl.Unit <em>Unit</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see be.unamur.iot.iotdsl.Unit\n\t\t * @see be.unamur.iot.iotdsl.impl.IotdslPackageImpl#getUnit()\n\t\t * @generated\n\t\t */\n\t\tEEnum UNIT = eINSTANCE.getUnit();\n\n\t}\n\n}", "public interface MakeflowPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"makeflow\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http:///de/thiema/easyflow/execution/makeflow/1.0.0\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"easyflow\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tMakeflowPackage eINSTANCE = easyflow.execution.makeflow.impl.MakeflowPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link easyflow.execution.makeflow.impl.MakeflowImpl <em>Makeflow</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see easyflow.execution.makeflow.impl.MakeflowImpl\n\t * @see easyflow.execution.makeflow.impl.MakeflowPackageImpl#getMakeflow()\n\t * @generated\n\t */\n\tint MAKEFLOW = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Logger</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MAKEFLOW__LOGGER = ExecutionPackage.IEXECUTION_SYSTEM__LOGGER;\n\n\t/**\n\t * The feature id for the '<em><b>Writer</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MAKEFLOW__WRITER = ExecutionPackage.IEXECUTION_SYSTEM__WRITER;\n\n\t/**\n\t * The feature id for the '<em><b>Unix</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MAKEFLOW__UNIX = ExecutionPackage.IEXECUTION_SYSTEM_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Makeflow</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MAKEFLOW_FEATURE_COUNT = ExecutionPackage.IEXECUTION_SYSTEM_FEATURE_COUNT + 1;\n\n\n\t/**\n\t * The operation id for the '<em>Get Jgraphx Visitor</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MAKEFLOW___GET_JGRAPHX_VISITOR = ExecutionPackage.IEXECUTION_SYSTEM___GET_JGRAPHX_VISITOR;\n\n\t/**\n\t * The operation id for the '<em>Generate Execution String</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MAKEFLOW___GENERATE_EXECUTION_STRING__RULE = ExecutionPackage.IEXECUTION_SYSTEM___GENERATE_EXECUTION_STRING__RULE;\n\n\t/**\n\t * The number of operations of the '<em>Makeflow</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MAKEFLOW_OPERATION_COUNT = ExecutionPackage.IEXECUTION_SYSTEM_OPERATION_COUNT + 0;\n\n\n\t/**\n\t * Returns the meta object for class '{@link easyflow.execution.makeflow.Makeflow <em>Makeflow</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Makeflow</em>'.\n\t * @see easyflow.execution.makeflow.Makeflow\n\t * @generated\n\t */\n\tEClass getMakeflow();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tMakeflowFactory getMakeflowFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link easyflow.execution.makeflow.impl.MakeflowImpl <em>Makeflow</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see easyflow.execution.makeflow.impl.MakeflowImpl\n\t\t * @see easyflow.execution.makeflow.impl.MakeflowPackageImpl#getMakeflow()\n\t\t * @generated\n\t\t */\n\t\tEClass MAKEFLOW = eINSTANCE.getMakeflow();\n\n\t}\n\n}", "public interface SemanticPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"semantic\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://eclipse.org/emf/emfstore/server/model/versioning/operations/semantic\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @generated\n\t */\n\tSemanticPackage eINSTANCE = org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl.SemanticPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl.SemanticCompositeOperationImpl <em>Composite Operation</em>}' class.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @see org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl.SemanticCompositeOperationImpl\n\t * @see org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl.SemanticPackageImpl#getSemanticCompositeOperation()\n\t * @generated\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Identifier</b></em>' attribute. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t * \n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION__IDENTIFIER = OperationsPackage.COMPOSITE_OPERATION__IDENTIFIER;\n\n\t/**\n\t * The feature id for the '<em><b>Model Element Id</b></em>' containment reference.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION__MODEL_ELEMENT_ID = OperationsPackage.COMPOSITE_OPERATION__MODEL_ELEMENT_ID;\n\n\t/**\n\t * The feature id for the '<em><b>Accepted</b></em>' attribute. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t * \n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION__ACCEPTED = OperationsPackage.COMPOSITE_OPERATION__ACCEPTED;\n\n\t/**\n\t * The feature id for the '<em><b>Client Date</b></em>' attribute. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t * \n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION__CLIENT_DATE = OperationsPackage.COMPOSITE_OPERATION__CLIENT_DATE;\n\n\t/**\n\t * The feature id for the '<em><b>Sub Operations</b></em>' containment reference list.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION__SUB_OPERATIONS = OperationsPackage.COMPOSITE_OPERATION__SUB_OPERATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>Main Operation</b></em>' reference. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t * \n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION__MAIN_OPERATION = OperationsPackage.COMPOSITE_OPERATION__MAIN_OPERATION;\n\n\t/**\n\t * The feature id for the '<em><b>Composite Name</b></em>' attribute. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t * \n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION__COMPOSITE_NAME = OperationsPackage.COMPOSITE_OPERATION__COMPOSITE_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Composite Description</b></em>' attribute.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION__COMPOSITE_DESCRIPTION = OperationsPackage.COMPOSITE_OPERATION__COMPOSITE_DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Reversed</b></em>' attribute. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t * \n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION__REVERSED = OperationsPackage.COMPOSITE_OPERATION__REVERSED;\n\n\t/**\n\t * The number of structural features of the '<em>Composite Operation</em>' class.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEMANTIC_COMPOSITE_OPERATION_FEATURE_COUNT = OperationsPackage.COMPOSITE_OPERATION_FEATURE_COUNT + 0;\n\n\t/**\n\t * Returns the meta object for class '\n\t * {@link org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.SemanticCompositeOperation\n\t * <em>Composite Operation</em>}'. <!-- begin-user-doc --> <!-- end-user-doc\n\t * -->\n\t * \n\t * @return the meta object for class '<em>Composite Operation</em>'.\n\t * @see org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.SemanticCompositeOperation\n\t * @generated\n\t */\n\tEClass getSemanticCompositeOperation();\n\n\t/**\n\t * Returns the factory that creates the instances of the model. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t * \n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tSemanticFactory getSemanticFactory();\n\n\t/**\n\t * <!-- begin-user-doc --> Defines literals for the meta objects that\n\t * represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl.SemanticCompositeOperationImpl <em>Composite Operation</em>}' class.\n\t\t * <!-- begin-user-doc --> <!--\n\t\t * end-user-doc -->\n\t\t * @see org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl.SemanticCompositeOperationImpl\n\t\t * @see org.eclipse.emf.emfstore.internal.server.model.versioning.operations.semantic.impl.SemanticPackageImpl#getSemanticCompositeOperation()\n\t\t * @generated\n\t\t */\n\t\tEClass SEMANTIC_COMPOSITE_OPERATION = eINSTANCE.getSemanticCompositeOperation();\n\n\t}\n\n}", "public interface StoriesPackage extends EPackage {\r\n\t/**\r\n\t * The package name.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tString eNAME = \"stories\";\r\n\r\n\t/**\r\n\t * The package namespace URI.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tString eNS_URI = \"http://stories.bernardofbbraga.com.br\";\r\n\r\n\t/**\r\n\t * The package namespace name.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tString eNS_PREFIX = \"stories\";\r\n\r\n\t/**\r\n\t * The singleton instance of the package.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tStoriesPackage eINSTANCE = stories.impl.StoriesPackageImpl.init();\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.StoryImpl <em>Story</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.StoryImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getStory()\r\n\t * @generated\r\n\t */\r\n\tint STORY = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Elements</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint STORY__ELEMENTS = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint STORY__LABEL = 1;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Story</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint STORY_FEATURE_COUNT = 2;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Story</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint STORY_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.Story_elementImpl <em>Story element</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.Story_elementImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getStory_element()\r\n\t * @generated\r\n\t */\r\n\tint STORY_ELEMENT = 6;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint STORY_ELEMENT__LABEL = 0;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Story element</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint STORY_ELEMENT_FEATURE_COUNT = 1;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Story element</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint STORY_ELEMENT_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.IndividualImpl <em>Individual</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.IndividualImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getIndividual()\r\n\t * @generated\r\n\t */\r\n\tint INDIVIDUAL = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint INDIVIDUAL__LABEL = STORY_ELEMENT__LABEL;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Different from</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint INDIVIDUAL__DIFFERENT_FROM = STORY_ELEMENT_FEATURE_COUNT + 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Same as</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint INDIVIDUAL__SAME_AS = STORY_ELEMENT_FEATURE_COUNT + 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Present in</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint INDIVIDUAL__PRESENT_IN = STORY_ELEMENT_FEATURE_COUNT + 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Absent from</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint INDIVIDUAL__ABSENT_FROM = STORY_ELEMENT_FEATURE_COUNT + 3;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Individual</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint INDIVIDUAL_FEATURE_COUNT = STORY_ELEMENT_FEATURE_COUNT + 4;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Individual</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint INDIVIDUAL_OPERATION_COUNT = STORY_ELEMENT_OPERATION_COUNT + 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.NodeImpl <em>Node</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.NodeImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getNode()\r\n\t * @generated\r\n\t */\r\n\tint NODE = 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE__LABEL = INDIVIDUAL__LABEL;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Different from</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE__DIFFERENT_FROM = INDIVIDUAL__DIFFERENT_FROM;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Same as</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE__SAME_AS = INDIVIDUAL__SAME_AS;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Present in</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE__PRESENT_IN = INDIVIDUAL__PRESENT_IN;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Absent from</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE__ABSENT_FROM = INDIVIDUAL__ABSENT_FROM;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Performed</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE__PERFORMED = INDIVIDUAL_FEATURE_COUNT + 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Instance of</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE__INSTANCE_OF = INDIVIDUAL_FEATURE_COUNT + 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Is referred to in</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE__IS_REFERRED_TO_IN = INDIVIDUAL_FEATURE_COUNT + 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Not instance of</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE__NOT_INSTANCE_OF = INDIVIDUAL_FEATURE_COUNT + 3;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Node</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE_FEATURE_COUNT = INDIVIDUAL_FEATURE_COUNT + 4;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Node</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint NODE_OPERATION_COUNT = INDIVIDUAL_OPERATION_COUNT + 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.LinkImpl <em>Link</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.LinkImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getLink()\r\n\t * @generated\r\n\t */\r\n\tint LINK = 3;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK__LABEL = INDIVIDUAL__LABEL;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Different from</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK__DIFFERENT_FROM = INDIVIDUAL__DIFFERENT_FROM;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Same as</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK__SAME_AS = INDIVIDUAL__SAME_AS;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Present in</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK__PRESENT_IN = INDIVIDUAL__PRESENT_IN;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Absent from</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK__ABSENT_FROM = INDIVIDUAL__ABSENT_FROM;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Source</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK__SOURCE = INDIVIDUAL_FEATURE_COUNT + 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Target</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK__TARGET = INDIVIDUAL_FEATURE_COUNT + 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Instance of</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK__INSTANCE_OF = INDIVIDUAL_FEATURE_COUNT + 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Not instance of</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK__NOT_INSTANCE_OF = INDIVIDUAL_FEATURE_COUNT + 3;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Link</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK_FEATURE_COUNT = INDIVIDUAL_FEATURE_COUNT + 4;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Link</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint LINK_OPERATION_COUNT = INDIVIDUAL_OPERATION_COUNT + 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.WorldImpl <em>World</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.WorldImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getWorld()\r\n\t * @generated\r\n\t */\r\n\tint WORLD = 4;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint WORLD__LABEL = STORY_ELEMENT__LABEL;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Enabled</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint WORLD__ENABLED = STORY_ELEMENT_FEATURE_COUNT + 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Brought about by</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint WORLD__BROUGHT_ABOUT_BY = STORY_ELEMENT_FEATURE_COUNT + 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Next</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint WORLD__NEXT = STORY_ELEMENT_FEATURE_COUNT + 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Prev</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint WORLD__PREV = STORY_ELEMENT_FEATURE_COUNT + 3;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>World</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint WORLD_FEATURE_COUNT = STORY_ELEMENT_FEATURE_COUNT + 4;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>World</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint WORLD_OPERATION_COUNT = STORY_ELEMENT_OPERATION_COUNT + 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.EventImpl <em>Event</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.EventImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getEvent()\r\n\t * @generated\r\n\t */\r\n\tint EVENT = 5;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint EVENT__LABEL = STORY_ELEMENT__LABEL;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Directly causes</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint EVENT__DIRECTLY_CAUSES = STORY_ELEMENT_FEATURE_COUNT + 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Causes</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint EVENT__CAUSES = STORY_ELEMENT_FEATURE_COUNT + 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Brings about</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint EVENT__BRINGS_ABOUT = STORY_ELEMENT_FEATURE_COUNT + 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Happened in</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint EVENT__HAPPENED_IN = STORY_ELEMENT_FEATURE_COUNT + 3;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Has part</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint EVENT__HAS_PART = STORY_ELEMENT_FEATURE_COUNT + 4;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Event</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint EVENT_FEATURE_COUNT = STORY_ELEMENT_FEATURE_COUNT + 5;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Event</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint EVENT_OPERATION_COUNT = STORY_ELEMENT_OPERATION_COUNT + 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.HappeningImpl <em>Happening</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.HappeningImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getHappening()\r\n\t * @generated\r\n\t */\r\n\tint HAPPENING = 7;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint HAPPENING__LABEL = EVENT__LABEL;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Directly causes</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint HAPPENING__DIRECTLY_CAUSES = EVENT__DIRECTLY_CAUSES;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Causes</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint HAPPENING__CAUSES = EVENT__CAUSES;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Brings about</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint HAPPENING__BRINGS_ABOUT = EVENT__BRINGS_ABOUT;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Happened in</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint HAPPENING__HAPPENED_IN = EVENT__HAPPENED_IN;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Has part</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint HAPPENING__HAS_PART = EVENT__HAS_PART;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Happening</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint HAPPENING_FEATURE_COUNT = EVENT_FEATURE_COUNT + 0;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Happening</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint HAPPENING_OPERATION_COUNT = EVENT_OPERATION_COUNT + 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.ActionImpl <em>Action</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.ActionImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getAction()\r\n\t * @generated\r\n\t */\r\n\tint ACTION = 8;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION__LABEL = EVENT__LABEL;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Directly causes</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION__DIRECTLY_CAUSES = EVENT__DIRECTLY_CAUSES;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Causes</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION__CAUSES = EVENT__CAUSES;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Brings about</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION__BRINGS_ABOUT = EVENT__BRINGS_ABOUT;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Happened in</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION__HAPPENED_IN = EVENT__HAPPENED_IN;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Has part</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION__HAS_PART = EVENT__HAS_PART;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Motivated by</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION__MOTIVATED_BY = EVENT_FEATURE_COUNT + 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Performed by</b></em>' container reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION__PERFORMED_BY = EVENT_FEATURE_COUNT + 1;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Action</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION_FEATURE_COUNT = EVENT_FEATURE_COUNT + 2;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Action</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ACTION_OPERATION_COUNT = EVENT_OPERATION_COUNT + 0;\r\n\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.AllDifferentImpl <em>All Different</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.AllDifferentImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getAllDifferent()\r\n\t * @generated\r\n\t */\r\n\tint ALL_DIFFERENT = 9;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALL_DIFFERENT__LABEL = STORY_ELEMENT__LABEL;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Distinct members</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALL_DIFFERENT__DISTINCT_MEMBERS = STORY_ELEMENT_FEATURE_COUNT + 0;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>All Different</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALL_DIFFERENT_FEATURE_COUNT = STORY_ELEMENT_FEATURE_COUNT + 1;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>All Different</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALL_DIFFERENT_OPERATION_COUNT = STORY_ELEMENT_OPERATION_COUNT + 0;\r\n\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link stories.impl.Classification_statementImpl <em>Classification statement</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see stories.impl.Classification_statementImpl\r\n\t * @see stories.impl.StoriesPackageImpl#getClassification_statement()\r\n\t * @generated\r\n\t */\r\n\tint CLASSIFICATION_STATEMENT = 10;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Holds in</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint CLASSIFICATION_STATEMENT__HOLDS_IN = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Not holds in</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint CLASSIFICATION_STATEMENT__NOT_HOLDS_IN = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Anti Rigid Classes</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint CLASSIFICATION_STATEMENT__ANTI_RIGID_CLASSES = 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint CLASSIFICATION_STATEMENT__LABEL = 3;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Classification statement</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint CLASSIFICATION_STATEMENT_FEATURE_COUNT = 4;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Classification statement</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint CLASSIFICATION_STATEMENT_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.Story <em>Story</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Story</em>'.\r\n\t * @see stories.Story\r\n\t * @generated\r\n\t */\r\n\tEClass getStory();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link stories.Story#getElements <em>Elements</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Elements</em>'.\r\n\t * @see stories.Story#getElements()\r\n\t * @see #getStory()\r\n\t * @generated\r\n\t */\r\n\tEReference getStory_Elements();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link stories.Story#getLabel <em>Label</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Label</em>'.\r\n\t * @see stories.Story#getLabel()\r\n\t * @see #getStory()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getStory_Label();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.Individual <em>Individual</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Individual</em>'.\r\n\t * @see stories.Individual\r\n\t * @generated\r\n\t */\r\n\tEClass getIndividual();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Individual#getDifferent_from <em>Different from</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Different from</em>'.\r\n\t * @see stories.Individual#getDifferent_from()\r\n\t * @see #getIndividual()\r\n\t * @generated\r\n\t */\r\n\tEReference getIndividual_Different_from();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Individual#getSame_as <em>Same as</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Same as</em>'.\r\n\t * @see stories.Individual#getSame_as()\r\n\t * @see #getIndividual()\r\n\t * @generated\r\n\t */\r\n\tEReference getIndividual_Same_as();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Individual#getPresent_in <em>Present in</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Present in</em>'.\r\n\t * @see stories.Individual#getPresent_in()\r\n\t * @see #getIndividual()\r\n\t * @generated\r\n\t */\r\n\tEReference getIndividual_Present_in();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Individual#getAbsent_from <em>Absent from</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Absent from</em>'.\r\n\t * @see stories.Individual#getAbsent_from()\r\n\t * @see #getIndividual()\r\n\t * @generated\r\n\t */\r\n\tEReference getIndividual_Absent_from();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.Node <em>Node</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Node</em>'.\r\n\t * @see stories.Node\r\n\t * @generated\r\n\t */\r\n\tEClass getNode();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link stories.Node#getPerformed <em>Performed</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Performed</em>'.\r\n\t * @see stories.Node#getPerformed()\r\n\t * @see #getNode()\r\n\t * @generated\r\n\t */\r\n\tEReference getNode_Performed();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Node#getInstance_of <em>Instance of</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Instance of</em>'.\r\n\t * @see stories.Node#getInstance_of()\r\n\t * @see #getNode()\r\n\t * @generated\r\n\t */\r\n\tEReference getNode_Instance_of();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link stories.Node#getIs_referred_to_in <em>Is referred to in</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Is referred to in</em>'.\r\n\t * @see stories.Node#getIs_referred_to_in()\r\n\t * @see #getNode()\r\n\t * @generated\r\n\t */\r\n\tEReference getNode_Is_referred_to_in();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Node#getNot_instance_of <em>Not instance of</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Not instance of</em>'.\r\n\t * @see stories.Node#getNot_instance_of()\r\n\t * @see #getNode()\r\n\t * @generated\r\n\t */\r\n\tEReference getNode_Not_instance_of();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.Link <em>Link</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Link</em>'.\r\n\t * @see stories.Link\r\n\t * @generated\r\n\t */\r\n\tEClass getLink();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link stories.Link#getSource <em>Source</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Source</em>'.\r\n\t * @see stories.Link#getSource()\r\n\t * @see #getLink()\r\n\t * @generated\r\n\t */\r\n\tEReference getLink_Source();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link stories.Link#getTarget <em>Target</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Target</em>'.\r\n\t * @see stories.Link#getTarget()\r\n\t * @see #getLink()\r\n\t * @generated\r\n\t */\r\n\tEReference getLink_Target();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Link#getInstance_of <em>Instance of</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Instance of</em>'.\r\n\t * @see stories.Link#getInstance_of()\r\n\t * @see #getLink()\r\n\t * @generated\r\n\t */\r\n\tEReference getLink_Instance_of();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Link#getNot_instance_of <em>Not instance of</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Not instance of</em>'.\r\n\t * @see stories.Link#getNot_instance_of()\r\n\t * @see #getLink()\r\n\t * @generated\r\n\t */\r\n\tEReference getLink_Not_instance_of();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.World <em>World</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>World</em>'.\r\n\t * @see stories.World\r\n\t * @generated\r\n\t */\r\n\tEClass getWorld();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.World#getEnabled <em>Enabled</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Enabled</em>'.\r\n\t * @see stories.World#getEnabled()\r\n\t * @see #getWorld()\r\n\t * @generated\r\n\t */\r\n\tEReference getWorld_Enabled();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.World#getBrought_about_by <em>Brought about by</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Brought about by</em>'.\r\n\t * @see stories.World#getBrought_about_by()\r\n\t * @see #getWorld()\r\n\t * @generated\r\n\t */\r\n\tEReference getWorld_Brought_about_by();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link stories.World#getNext <em>Next</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Next</em>'.\r\n\t * @see stories.World#getNext()\r\n\t * @see #getWorld()\r\n\t * @generated\r\n\t */\r\n\tEReference getWorld_Next();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link stories.World#getPrev <em>Prev</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Prev</em>'.\r\n\t * @see stories.World#getPrev()\r\n\t * @see #getWorld()\r\n\t * @generated\r\n\t */\r\n\tEReference getWorld_Prev();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.Event <em>Event</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Event</em>'.\r\n\t * @see stories.Event\r\n\t * @generated\r\n\t */\r\n\tEClass getEvent();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Event#getDirectly_causes <em>Directly causes</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Directly causes</em>'.\r\n\t * @see stories.Event#getDirectly_causes()\r\n\t * @see #getEvent()\r\n\t * @generated\r\n\t */\r\n\tEReference getEvent_Directly_causes();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Event#getCauses <em>Causes</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Causes</em>'.\r\n\t * @see stories.Event#getCauses()\r\n\t * @see #getEvent()\r\n\t * @generated\r\n\t */\r\n\tEReference getEvent_Causes();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link stories.Event#getBrings_about <em>Brings about</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Brings about</em>'.\r\n\t * @see stories.Event#getBrings_about()\r\n\t * @see #getEvent()\r\n\t * @generated\r\n\t */\r\n\tEReference getEvent_Brings_about();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link stories.Event#getHappened_in <em>Happened in</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Happened in</em>'.\r\n\t * @see stories.Event#getHappened_in()\r\n\t * @see #getEvent()\r\n\t * @generated\r\n\t */\r\n\tEReference getEvent_Happened_in();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Event#getHas_part <em>Has part</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Has part</em>'.\r\n\t * @see stories.Event#getHas_part()\r\n\t * @see #getEvent()\r\n\t * @generated\r\n\t */\r\n\tEReference getEvent_Has_part();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.Story_element <em>Story element</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Story element</em>'.\r\n\t * @see stories.Story_element\r\n\t * @generated\r\n\t */\r\n\tEClass getStory_element();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link stories.Story_element#getLabel <em>Label</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Label</em>'.\r\n\t * @see stories.Story_element#getLabel()\r\n\t * @see #getStory_element()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getStory_element_Label();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.Happening <em>Happening</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Happening</em>'.\r\n\t * @see stories.Happening\r\n\t * @generated\r\n\t */\r\n\tEClass getHappening();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.Action <em>Action</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Action</em>'.\r\n\t * @see stories.Action\r\n\t * @generated\r\n\t */\r\n\tEClass getAction();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Action#getMotivated_by <em>Motivated by</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Motivated by</em>'.\r\n\t * @see stories.Action#getMotivated_by()\r\n\t * @see #getAction()\r\n\t * @generated\r\n\t */\r\n\tEReference getAction_Motivated_by();\r\n\r\n\t/**\r\n\t * Returns the meta object for the container reference '{@link stories.Action#getPerformed_by <em>Performed by</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the container reference '<em>Performed by</em>'.\r\n\t * @see stories.Action#getPerformed_by()\r\n\t * @see #getAction()\r\n\t * @generated\r\n\t */\r\n\tEReference getAction_Performed_by();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.AllDifferent <em>All Different</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>All Different</em>'.\r\n\t * @see stories.AllDifferent\r\n\t * @generated\r\n\t */\r\n\tEClass getAllDifferent();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.AllDifferent#getDistinct_members <em>Distinct members</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Distinct members</em>'.\r\n\t * @see stories.AllDifferent#getDistinct_members()\r\n\t * @see #getAllDifferent()\r\n\t * @generated\r\n\t */\r\n\tEReference getAllDifferent_Distinct_members();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link stories.Classification_statement <em>Classification statement</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Classification statement</em>'.\r\n\t * @see stories.Classification_statement\r\n\t * @generated\r\n\t */\r\n\tEClass getClassification_statement();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Classification_statement#getHolds_in <em>Holds in</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Holds in</em>'.\r\n\t * @see stories.Classification_statement#getHolds_in()\r\n\t * @see #getClassification_statement()\r\n\t * @generated\r\n\t */\r\n\tEReference getClassification_statement_Holds_in();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Classification_statement#getNot_holds_in <em>Not holds in</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Not holds in</em>'.\r\n\t * @see stories.Classification_statement#getNot_holds_in()\r\n\t * @see #getClassification_statement()\r\n\t * @generated\r\n\t */\r\n\tEReference getClassification_statement_Not_holds_in();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link stories.Classification_statement#getAntiRigidClasses <em>Anti Rigid Classes</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Anti Rigid Classes</em>'.\r\n\t * @see stories.Classification_statement#getAntiRigidClasses()\r\n\t * @see #getClassification_statement()\r\n\t * @generated\r\n\t */\r\n\tEReference getClassification_statement_AntiRigidClasses();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link stories.Classification_statement#getLabel <em>Label</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Label</em>'.\r\n\t * @see stories.Classification_statement#getLabel()\r\n\t * @see #getClassification_statement()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getClassification_statement_Label();\r\n\r\n\t/**\r\n\t * Returns the factory that creates the instances of the model.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the factory that creates the instances of the model.\r\n\t * @generated\r\n\t */\r\n\tStoriesFactory getStoriesFactory();\r\n\r\n\t/**\r\n\t * <!-- begin-user-doc -->\r\n\t * Defines literals for the meta objects that represent\r\n\t * <ul>\r\n\t * <li>each class,</li>\r\n\t * <li>each feature of each class,</li>\r\n\t * <li>each operation of each class,</li>\r\n\t * <li>each enum,</li>\r\n\t * <li>and each data type</li>\r\n\t * </ul>\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tinterface Literals {\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.StoryImpl <em>Story</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.StoryImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getStory()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass STORY = eINSTANCE.getStory();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Elements</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference STORY__ELEMENTS = eINSTANCE.getStory_Elements();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Label</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute STORY__LABEL = eINSTANCE.getStory_Label();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.IndividualImpl <em>Individual</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.IndividualImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getIndividual()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass INDIVIDUAL = eINSTANCE.getIndividual();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Different from</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference INDIVIDUAL__DIFFERENT_FROM = eINSTANCE.getIndividual_Different_from();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Same as</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference INDIVIDUAL__SAME_AS = eINSTANCE.getIndividual_Same_as();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Present in</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference INDIVIDUAL__PRESENT_IN = eINSTANCE.getIndividual_Present_in();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Absent from</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference INDIVIDUAL__ABSENT_FROM = eINSTANCE.getIndividual_Absent_from();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.NodeImpl <em>Node</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.NodeImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getNode()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass NODE = eINSTANCE.getNode();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Performed</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference NODE__PERFORMED = eINSTANCE.getNode_Performed();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Instance of</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference NODE__INSTANCE_OF = eINSTANCE.getNode_Instance_of();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Is referred to in</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference NODE__IS_REFERRED_TO_IN = eINSTANCE.getNode_Is_referred_to_in();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Not instance of</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference NODE__NOT_INSTANCE_OF = eINSTANCE.getNode_Not_instance_of();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.LinkImpl <em>Link</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.LinkImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getLink()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass LINK = eINSTANCE.getLink();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Source</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference LINK__SOURCE = eINSTANCE.getLink_Source();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Target</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference LINK__TARGET = eINSTANCE.getLink_Target();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Instance of</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference LINK__INSTANCE_OF = eINSTANCE.getLink_Instance_of();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Not instance of</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference LINK__NOT_INSTANCE_OF = eINSTANCE.getLink_Not_instance_of();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.WorldImpl <em>World</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.WorldImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getWorld()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass WORLD = eINSTANCE.getWorld();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Enabled</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference WORLD__ENABLED = eINSTANCE.getWorld_Enabled();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Brought about by</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference WORLD__BROUGHT_ABOUT_BY = eINSTANCE.getWorld_Brought_about_by();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Next</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference WORLD__NEXT = eINSTANCE.getWorld_Next();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Prev</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference WORLD__PREV = eINSTANCE.getWorld_Prev();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.EventImpl <em>Event</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.EventImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getEvent()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass EVENT = eINSTANCE.getEvent();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Directly causes</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference EVENT__DIRECTLY_CAUSES = eINSTANCE.getEvent_Directly_causes();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Causes</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference EVENT__CAUSES = eINSTANCE.getEvent_Causes();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Brings about</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference EVENT__BRINGS_ABOUT = eINSTANCE.getEvent_Brings_about();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Happened in</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference EVENT__HAPPENED_IN = eINSTANCE.getEvent_Happened_in();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Has part</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference EVENT__HAS_PART = eINSTANCE.getEvent_Has_part();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.Story_elementImpl <em>Story element</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.Story_elementImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getStory_element()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass STORY_ELEMENT = eINSTANCE.getStory_element();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Label</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute STORY_ELEMENT__LABEL = eINSTANCE.getStory_element_Label();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.HappeningImpl <em>Happening</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.HappeningImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getHappening()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass HAPPENING = eINSTANCE.getHappening();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.ActionImpl <em>Action</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.ActionImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getAction()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass ACTION = eINSTANCE.getAction();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Motivated by</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ACTION__MOTIVATED_BY = eINSTANCE.getAction_Motivated_by();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Performed by</b></em>' container reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ACTION__PERFORMED_BY = eINSTANCE.getAction_Performed_by();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.AllDifferentImpl <em>All Different</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.AllDifferentImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getAllDifferent()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass ALL_DIFFERENT = eINSTANCE.getAllDifferent();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Distinct members</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ALL_DIFFERENT__DISTINCT_MEMBERS = eINSTANCE.getAllDifferent_Distinct_members();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link stories.impl.Classification_statementImpl <em>Classification statement</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see stories.impl.Classification_statementImpl\r\n\t\t * @see stories.impl.StoriesPackageImpl#getClassification_statement()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass CLASSIFICATION_STATEMENT = eINSTANCE.getClassification_statement();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Holds in</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference CLASSIFICATION_STATEMENT__HOLDS_IN = eINSTANCE.getClassification_statement_Holds_in();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Not holds in</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference CLASSIFICATION_STATEMENT__NOT_HOLDS_IN = eINSTANCE.getClassification_statement_Not_holds_in();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Anti Rigid Classes</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference CLASSIFICATION_STATEMENT__ANTI_RIGID_CLASSES = eINSTANCE.getClassification_statement_AntiRigidClasses();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Label</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute CLASSIFICATION_STATEMENT__LABEL = eINSTANCE.getClassification_statement_Label();\r\n\r\n\t}\r\n\r\n}", "public IPSDocument getContainer();", "RepositoryPackage getRepositoryPackage();", "public interface AttackImpactPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"attackimpact\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://www.example.org/attackimpact\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"attackimpact\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tAttackImpactPackage eINSTANCE = edu.cmu.attackimpact.impl.AttackImpactPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link edu.cmu.attackimpact.impl.NodeImpl <em>Node</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see edu.cmu.attackimpact.impl.NodeImpl\n\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getNode()\n\t * @generated\n\t */\n\tint NODE = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE__DESCRIPTION = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Vulnerabilities</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE__VULNERABILITIES = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Propagations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE__PROPAGATIONS = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Related Object</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE__RELATED_OBJECT = 4;\n\n\t/**\n\t * The feature id for the '<em><b>Tags</b></em>' attribute list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE__TAGS = 5;\n\n\t/**\n\t * The feature id for the '<em><b>Domains</b></em>' attribute list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE__DOMAINS = 6;\n\n\t/**\n\t * The number of structural features of the '<em>Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE_FEATURE_COUNT = 7;\n\n\t/**\n\t * The number of operations of the '<em>Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NODE_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link edu.cmu.attackimpact.impl.VulnerabilityImpl <em>Vulnerability</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see edu.cmu.attackimpact.impl.VulnerabilityImpl\n\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getVulnerability()\n\t * @generated\n\t */\n\tint VULNERABILITY = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VULNERABILITY__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VULNERABILITY__DESCRIPTION = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VULNERABILITY__TYPE = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Propagations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VULNERABILITY__PROPAGATIONS = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Tags</b></em>' attribute list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VULNERABILITY__TAGS = 4;\n\n\t/**\n\t * The feature id for the '<em><b>Severity</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VULNERABILITY__SEVERITY = 5;\n\n\t/**\n\t * The number of structural features of the '<em>Vulnerability</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VULNERABILITY_FEATURE_COUNT = 6;\n\n\t/**\n\t * The number of operations of the '<em>Vulnerability</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VULNERABILITY_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link edu.cmu.attackimpact.impl.PropagationImpl <em>Propagation</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see edu.cmu.attackimpact.impl.PropagationImpl\n\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getPropagation()\n\t * @generated\n\t */\n\tint PROPAGATION = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Destinations</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPAGATION__DESTINATIONS = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPAGATION__TYPE = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Severity</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPAGATION__SEVERITY = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Tags</b></em>' attribute list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPAGATION__TAGS = 3;\n\n\t/**\n\t * The number of structural features of the '<em>Propagation</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPAGATION_FEATURE_COUNT = 4;\n\n\t/**\n\t * The number of operations of the '<em>Propagation</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPAGATION_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link edu.cmu.attackimpact.impl.ModelImpl <em>Model</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see edu.cmu.attackimpact.impl.ModelImpl\n\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getModel()\n\t * @generated\n\t */\n\tint MODEL = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MODEL__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MODEL__DESCRIPTION = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Nodes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MODEL__NODES = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Model</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MODEL_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Model</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MODEL_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link edu.cmu.attackimpact.vulnerabilityType <em>vulnerability Type</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see edu.cmu.attackimpact.vulnerabilityType\n\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getvulnerabilityType()\n\t * @generated\n\t */\n\tint VULNERABILITY_TYPE = 4;\n\n\t/**\n\t * The meta object id for the '{@link edu.cmu.attackimpact.propagationType <em>propagation Type</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see edu.cmu.attackimpact.propagationType\n\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getpropagationType()\n\t * @generated\n\t */\n\tint PROPAGATION_TYPE = 5;\n\n\n\t/**\n\t * Returns the meta object for class '{@link edu.cmu.attackimpact.Node <em>Node</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Node</em>'.\n\t * @see edu.cmu.attackimpact.Node\n\t * @generated\n\t */\n\tEClass getNode();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Node#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see edu.cmu.attackimpact.Node#getName()\n\t * @see #getNode()\n\t * @generated\n\t */\n\tEAttribute getNode_Name();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Node#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see edu.cmu.attackimpact.Node#getDescription()\n\t * @see #getNode()\n\t * @generated\n\t */\n\tEAttribute getNode_Description();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link edu.cmu.attackimpact.Node#getVulnerabilities <em>Vulnerabilities</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Vulnerabilities</em>'.\n\t * @see edu.cmu.attackimpact.Node#getVulnerabilities()\n\t * @see #getNode()\n\t * @generated\n\t */\n\tEReference getNode_Vulnerabilities();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link edu.cmu.attackimpact.Node#getPropagations <em>Propagations</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Propagations</em>'.\n\t * @see edu.cmu.attackimpact.Node#getPropagations()\n\t * @see #getNode()\n\t * @generated\n\t */\n\tEReference getNode_Propagations();\n\n\t/**\n\t * Returns the meta object for the reference '{@link edu.cmu.attackimpact.Node#getRelatedObject <em>Related Object</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Related Object</em>'.\n\t * @see edu.cmu.attackimpact.Node#getRelatedObject()\n\t * @see #getNode()\n\t * @generated\n\t */\n\tEReference getNode_RelatedObject();\n\n\t/**\n\t * Returns the meta object for the attribute list '{@link edu.cmu.attackimpact.Node#getTags <em>Tags</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute list '<em>Tags</em>'.\n\t * @see edu.cmu.attackimpact.Node#getTags()\n\t * @see #getNode()\n\t * @generated\n\t */\n\tEAttribute getNode_Tags();\n\n\t/**\n\t * Returns the meta object for the attribute list '{@link edu.cmu.attackimpact.Node#getDomains <em>Domains</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute list '<em>Domains</em>'.\n\t * @see edu.cmu.attackimpact.Node#getDomains()\n\t * @see #getNode()\n\t * @generated\n\t */\n\tEAttribute getNode_Domains();\n\n\t/**\n\t * Returns the meta object for class '{@link edu.cmu.attackimpact.Vulnerability <em>Vulnerability</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Vulnerability</em>'.\n\t * @see edu.cmu.attackimpact.Vulnerability\n\t * @generated\n\t */\n\tEClass getVulnerability();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Vulnerability#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see edu.cmu.attackimpact.Vulnerability#getName()\n\t * @see #getVulnerability()\n\t * @generated\n\t */\n\tEAttribute getVulnerability_Name();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Vulnerability#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see edu.cmu.attackimpact.Vulnerability#getDescription()\n\t * @see #getVulnerability()\n\t * @generated\n\t */\n\tEAttribute getVulnerability_Description();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Vulnerability#getSeverity <em>Severity</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Severity</em>'.\n\t * @see edu.cmu.attackimpact.Vulnerability#getSeverity()\n\t * @see #getVulnerability()\n\t * @generated\n\t */\n\tEAttribute getVulnerability_Severity();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Vulnerability#getType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Type</em>'.\n\t * @see edu.cmu.attackimpact.Vulnerability#getType()\n\t * @see #getVulnerability()\n\t * @generated\n\t */\n\tEAttribute getVulnerability_Type();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link edu.cmu.attackimpact.Vulnerability#getPropagations <em>Propagations</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Propagations</em>'.\n\t * @see edu.cmu.attackimpact.Vulnerability#getPropagations()\n\t * @see #getVulnerability()\n\t * @generated\n\t */\n\tEReference getVulnerability_Propagations();\n\n\t/**\n\t * Returns the meta object for the attribute list '{@link edu.cmu.attackimpact.Vulnerability#getTags <em>Tags</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute list '<em>Tags</em>'.\n\t * @see edu.cmu.attackimpact.Vulnerability#getTags()\n\t * @see #getVulnerability()\n\t * @generated\n\t */\n\tEAttribute getVulnerability_Tags();\n\n\t/**\n\t * Returns the meta object for class '{@link edu.cmu.attackimpact.Propagation <em>Propagation</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Propagation</em>'.\n\t * @see edu.cmu.attackimpact.Propagation\n\t * @generated\n\t */\n\tEClass getPropagation();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link edu.cmu.attackimpact.Propagation#getDestinations <em>Destinations</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Destinations</em>'.\n\t * @see edu.cmu.attackimpact.Propagation#getDestinations()\n\t * @see #getPropagation()\n\t * @generated\n\t */\n\tEReference getPropagation_Destinations();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Propagation#getSeverity <em>Severity</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Severity</em>'.\n\t * @see edu.cmu.attackimpact.Propagation#getSeverity()\n\t * @see #getPropagation()\n\t * @generated\n\t */\n\tEAttribute getPropagation_Severity();\n\n\t/**\n\t * Returns the meta object for the attribute list '{@link edu.cmu.attackimpact.Propagation#getTags <em>Tags</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute list '<em>Tags</em>'.\n\t * @see edu.cmu.attackimpact.Propagation#getTags()\n\t * @see #getPropagation()\n\t * @generated\n\t */\n\tEAttribute getPropagation_Tags();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Propagation#getType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Type</em>'.\n\t * @see edu.cmu.attackimpact.Propagation#getType()\n\t * @see #getPropagation()\n\t * @generated\n\t */\n\tEAttribute getPropagation_Type();\n\n\t/**\n\t * Returns the meta object for class '{@link edu.cmu.attackimpact.Model <em>Model</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Model</em>'.\n\t * @see edu.cmu.attackimpact.Model\n\t * @generated\n\t */\n\tEClass getModel();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Model#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see edu.cmu.attackimpact.Model#getName()\n\t * @see #getModel()\n\t * @generated\n\t */\n\tEAttribute getModel_Name();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link edu.cmu.attackimpact.Model#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see edu.cmu.attackimpact.Model#getDescription()\n\t * @see #getModel()\n\t * @generated\n\t */\n\tEAttribute getModel_Description();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link edu.cmu.attackimpact.Model#getNodes <em>Nodes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Nodes</em>'.\n\t * @see edu.cmu.attackimpact.Model#getNodes()\n\t * @see #getModel()\n\t * @generated\n\t */\n\tEReference getModel_Nodes();\n\n\t/**\n\t * Returns the meta object for enum '{@link edu.cmu.attackimpact.vulnerabilityType <em>vulnerability Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>vulnerability Type</em>'.\n\t * @see edu.cmu.attackimpact.vulnerabilityType\n\t * @generated\n\t */\n\tEEnum getvulnerabilityType();\n\n\t/**\n\t * Returns the meta object for enum '{@link edu.cmu.attackimpact.propagationType <em>propagation Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>propagation Type</em>'.\n\t * @see edu.cmu.attackimpact.propagationType\n\t * @generated\n\t */\n\tEEnum getpropagationType();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tAttackImpactFactory getAttackImpactFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link edu.cmu.attackimpact.impl.NodeImpl <em>Node</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see edu.cmu.attackimpact.impl.NodeImpl\n\t\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getNode()\n\t\t * @generated\n\t\t */\n\t\tEClass NODE = eINSTANCE.getNode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute NODE__NAME = eINSTANCE.getNode_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute NODE__DESCRIPTION = eINSTANCE.getNode_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Vulnerabilities</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference NODE__VULNERABILITIES = eINSTANCE.getNode_Vulnerabilities();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Propagations</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference NODE__PROPAGATIONS = eINSTANCE.getNode_Propagations();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Related Object</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference NODE__RELATED_OBJECT = eINSTANCE.getNode_RelatedObject();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Tags</b></em>' attribute list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute NODE__TAGS = eINSTANCE.getNode_Tags();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Domains</b></em>' attribute list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute NODE__DOMAINS = eINSTANCE.getNode_Domains();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link edu.cmu.attackimpact.impl.VulnerabilityImpl <em>Vulnerability</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see edu.cmu.attackimpact.impl.VulnerabilityImpl\n\t\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getVulnerability()\n\t\t * @generated\n\t\t */\n\t\tEClass VULNERABILITY = eINSTANCE.getVulnerability();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VULNERABILITY__NAME = eINSTANCE.getVulnerability_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VULNERABILITY__DESCRIPTION = eINSTANCE.getVulnerability_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Severity</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VULNERABILITY__SEVERITY = eINSTANCE.getVulnerability_Severity();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VULNERABILITY__TYPE = eINSTANCE.getVulnerability_Type();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Propagations</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference VULNERABILITY__PROPAGATIONS = eINSTANCE.getVulnerability_Propagations();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Tags</b></em>' attribute list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VULNERABILITY__TAGS = eINSTANCE.getVulnerability_Tags();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link edu.cmu.attackimpact.impl.PropagationImpl <em>Propagation</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see edu.cmu.attackimpact.impl.PropagationImpl\n\t\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getPropagation()\n\t\t * @generated\n\t\t */\n\t\tEClass PROPAGATION = eINSTANCE.getPropagation();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Destinations</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference PROPAGATION__DESTINATIONS = eINSTANCE.getPropagation_Destinations();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Severity</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute PROPAGATION__SEVERITY = eINSTANCE.getPropagation_Severity();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Tags</b></em>' attribute list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute PROPAGATION__TAGS = eINSTANCE.getPropagation_Tags();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute PROPAGATION__TYPE = eINSTANCE.getPropagation_Type();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link edu.cmu.attackimpact.impl.ModelImpl <em>Model</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see edu.cmu.attackimpact.impl.ModelImpl\n\t\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getModel()\n\t\t * @generated\n\t\t */\n\t\tEClass MODEL = eINSTANCE.getModel();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute MODEL__NAME = eINSTANCE.getModel_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute MODEL__DESCRIPTION = eINSTANCE.getModel_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Nodes</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference MODEL__NODES = eINSTANCE.getModel_Nodes();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link edu.cmu.attackimpact.vulnerabilityType <em>vulnerability Type</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see edu.cmu.attackimpact.vulnerabilityType\n\t\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getvulnerabilityType()\n\t\t * @generated\n\t\t */\n\t\tEEnum VULNERABILITY_TYPE = eINSTANCE.getvulnerabilityType();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link edu.cmu.attackimpact.propagationType <em>propagation Type</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see edu.cmu.attackimpact.propagationType\n\t\t * @see edu.cmu.attackimpact.impl.AttackImpactPackageImpl#getpropagationType()\n\t\t * @generated\n\t\t */\n\t\tEEnum PROPAGATION_TYPE = eINSTANCE.getpropagationType();\n\n\t}\n\n}", "public void initializePackageContents() {\n\t\tif (isInitialized) return;\n\t\tisInitialized = true;\n\n\t\t// Initialize package\n\t\tsetName(eNAME);\n\t\tsetNsPrefix(eNS_PREFIX);\n\t\tsetNsURI(eNS_URI);\n\n\t\t// Obtain other dependent packages\n\t\tOCCIPackage theOCCIPackage = (OCCIPackage)EPackage.Registry.INSTANCE.getEPackage(OCCIPackage.eNS_URI);\n\n\t\t// Create type parameters\n\n\t\t// Set bounds for type parameters\n\n\t\t// Add supertypes to classes\n\t\tldprojectEClass.getESuperTypes().add(theOCCIPackage.getResource());\n\t\tlddatabaselinkEClass.getESuperTypes().add(theOCCIPackage.getLink());\n\t\tldprojectlinkEClass.getESuperTypes().add(theOCCIPackage.getLink());\n\t\tldnodeEClass.getESuperTypes().add(theOCCIPackage.getResource());\n\n\t\t// Initialize classes, features, and operations; add parameters\n\t\tinitEClass(ldprojectEClass, Ldproject.class, \"Ldproject\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getLdproject_Name(), theOCCIPackage.getString(), \"name\", null, 1, 1, Ldproject.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getLdproject_Lifecycle(), this.getLifecycle(), \"lifecycle\", null, 0, 1, Ldproject.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getLdproject_Robustness(), this.getRobustness(), \"robustness\", null, 0, 1, Ldproject.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEOperation(getLdproject__Publish(), null, \"publish\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tinitEOperation(getLdproject__Unpublish(), null, \"unpublish\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tinitEOperation(getLdproject__Update(), null, \"update\", 0, 1, IS_UNIQUE, IS_ORDERED);\n\n\t\tinitEClass(lddatabaselinkEClass, Lddatabaselink.class, \"Lddatabaselink\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getLddatabaselink_Database(), theOCCIPackage.getString(), \"database\", \"datacore\", 1, 1, Lddatabaselink.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getLddatabaselink_Port(), theOCCIPackage.getNumber(), \"port\", \"27017\", 0, 1, Lddatabaselink.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\tinitEClass(ldprojectlinkEClass, Ldprojectlink.class, \"Ldprojectlink\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\n\t\tinitEClass(ldnodeEClass, Ldnode.class, \"Ldnode\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\n\t\tinitEAttribute(getLdnode_Name(), theOCCIPackage.getString(), \"name\", null, 1, 1, Ldnode.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getLdnode_MongoHosts(), theOCCIPackage.getString(), \"mongoHosts\", null, 1, 1, Ldnode.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getLdnode_MainProject(), theOCCIPackage.getString(), \"mainProject\", null, 1, 1, Ldnode.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\t\tinitEAttribute(getLdnode_AnalyticsReadPreference(), theOCCIPackage.getString(), \"analyticsReadPreference\", null, 1, 1, Ldnode.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\n\n\t\t// Initialize enums and add enum literals\n\t\tinitEEnum(lifecycleEEnum, Lifecycle.class, \"Lifecycle\");\n\t\taddEEnumLiteral(lifecycleEEnum, Lifecycle.DRAFT);\n\t\taddEEnumLiteral(lifecycleEEnum, Lifecycle.PUBLISHED);\n\n\t\tinitEEnum(robustnessEEnum, Robustness.class, \"Robustness\");\n\t\taddEEnumLiteral(robustnessEEnum, Robustness.CLUSTER);\n\t\taddEEnumLiteral(robustnessEEnum, Robustness.NODE);\n\t\taddEEnumLiteral(robustnessEEnum, Robustness.NONE);\n\n\t\t// Create resource\n\t\tcreateResource(eNS_URI);\n\n\t\t// Create annotations\n\t\t// OCCIE2Ecore\n\t\tcreateOCCIE2EcoreAnnotations();\n\t}", "ServicesPackage getServicesPackage();", "public abstract String packageName();", "public PackageComponent() {\r\n this(\"UntitledPackage\");\r\n }", "public interface ASAPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"aSA\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://www.example.org/aSA\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"aSA\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tASAPackage eINSTANCE = aSA.impl.ASAPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.NamedElementImpl <em>Named Element</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.NamedElementImpl\n\t * @see aSA.impl.ASAPackageImpl#getNamedElement()\n\t * @generated\n\t */\n\tint NAMED_ELEMENT = 18;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NAMED_ELEMENT__NAME = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Named Element</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NAMED_ELEMENT_FEATURE_COUNT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Named Element</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NAMED_ELEMENT_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.ConfigurationImpl <em>Configuration</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.ConfigurationImpl\n\t * @see aSA.impl.ASAPackageImpl#getConfiguration()\n\t * @generated\n\t */\n\tint CONFIGURATION = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION__NAME = NAMED_ELEMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION__COMPOSANT = NAMED_ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION__CONNECTEUR = NAMED_ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Attachements</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION__ATTACHEMENTS = NAMED_ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Interface</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION__INTERFACE = NAMED_ELEMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Binding</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION__BINDING = NAMED_ELEMENT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Configuration</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION_FEATURE_COUNT = NAMED_ELEMENT_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of operations of the '<em>Configuration</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFIGURATION_OPERATION_COUNT = NAMED_ELEMENT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.ComposantImpl <em>Composant</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.ComposantImpl\n\t * @see aSA.impl.ASAPackageImpl#getComposant()\n\t * @generated\n\t */\n\tint COMPOSANT = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPOSANT__NAME = NAMED_ELEMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>System pere</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPOSANT__SYSTEM_PERE = NAMED_ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>System fils</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPOSANT__SYSTEM_FILS = NAMED_ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Interface</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPOSANT__INTERFACE = NAMED_ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Contrainte</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPOSANT__CONTRAINTE = NAMED_ELEMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Propriete</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPOSANT__PROPRIETE = NAMED_ELEMENT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Composant</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPOSANT_FEATURE_COUNT = NAMED_ELEMENT_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of operations of the '<em>Composant</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPOSANT_OPERATION_COUNT = NAMED_ELEMENT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.ConnecteurImpl <em>Connecteur</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.ConnecteurImpl\n\t * @see aSA.impl.ASAPackageImpl#getConnecteur()\n\t * @generated\n\t */\n\tint CONNECTEUR = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTEUR__NAME = NAMED_ELEMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>System</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTEUR__SYSTEM = NAMED_ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Interface</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTEUR__INTERFACE = NAMED_ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Glue</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTEUR__GLUE = NAMED_ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Connecteur</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTEUR_FEATURE_COUNT = NAMED_ELEMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of operations of the '<em>Connecteur</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTEUR_OPERATION_COUNT = NAMED_ELEMENT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.AttachementImpl <em>Attachement</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.AttachementImpl\n\t * @see aSA.impl.ASAPackageImpl#getAttachement()\n\t * @generated\n\t */\n\tint ATTACHEMENT = 3;\n\n\t/**\n\t * The feature id for the '<em><b>System</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ATTACHEMENT__SYSTEM = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Roles</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ATTACHEMENT__ROLES = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Ports</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ATTACHEMENT__PORTS = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Attachement</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ATTACHEMENT_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Attachement</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ATTACHEMENT_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.InterfaceImpl <em>Interface</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.InterfaceImpl\n\t * @see aSA.impl.ASAPackageImpl#getInterface()\n\t * @generated\n\t */\n\tint INTERFACE = 4;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTERFACE__COMPOSANT = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTERFACE__CONFIGURATION = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTERFACE__CONNECTEUR = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTERFACE__NAME = 3;\n\n\t/**\n\t * The number of structural features of the '<em>Interface</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTERFACE_FEATURE_COUNT = 4;\n\n\t/**\n\t * The number of operations of the '<em>Interface</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTERFACE_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.PortImpl <em>Port</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.PortImpl\n\t * @see aSA.impl.ASAPackageImpl#getPort()\n\t * @generated\n\t */\n\tint PORT = 5;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT__COMPOSANT = INTERFACE__COMPOSANT;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT__CONFIGURATION = INTERFACE__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT__CONNECTEUR = INTERFACE__CONNECTEUR;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT__NAME = INTERFACE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Port</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_FEATURE_COUNT = INTERFACE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Port</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_OPERATION_COUNT = INTERFACE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.ServiceImpl <em>Service</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.ServiceImpl\n\t * @see aSA.impl.ASAPackageImpl#getService()\n\t * @generated\n\t */\n\tint SERVICE = 6;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE__COMPOSANT = INTERFACE__COMPOSANT;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE__CONFIGURATION = INTERFACE__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE__CONNECTEUR = INTERFACE__CONNECTEUR;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE__NAME = INTERFACE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Service</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_FEATURE_COUNT = INTERFACE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Service</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_OPERATION_COUNT = INTERFACE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.PortFourniImpl <em>Port Fourni</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.PortFourniImpl\n\t * @see aSA.impl.ASAPackageImpl#getPortFourni()\n\t * @generated\n\t */\n\tint PORT_FOURNI = 7;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_FOURNI__COMPOSANT = PORT__COMPOSANT;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_FOURNI__CONFIGURATION = PORT__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_FOURNI__CONNECTEUR = PORT__CONNECTEUR;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_FOURNI__NAME = PORT__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Port Fourni</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_FOURNI_FEATURE_COUNT = PORT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Port Fourni</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_FOURNI_OPERATION_COUNT = PORT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.ServiceRequisImpl <em>Service Requis</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.ServiceRequisImpl\n\t * @see aSA.impl.ASAPackageImpl#getServiceRequis()\n\t * @generated\n\t */\n\tint SERVICE_REQUIS = 8;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_REQUIS__COMPOSANT = SERVICE__COMPOSANT;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_REQUIS__CONFIGURATION = SERVICE__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_REQUIS__CONNECTEUR = SERVICE__CONNECTEUR;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_REQUIS__NAME = SERVICE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Service Requis</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_REQUIS_FEATURE_COUNT = SERVICE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Service Requis</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_REQUIS_OPERATION_COUNT = SERVICE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.ServiceFourniImpl <em>Service Fourni</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.ServiceFourniImpl\n\t * @see aSA.impl.ASAPackageImpl#getServiceFourni()\n\t * @generated\n\t */\n\tint SERVICE_FOURNI = 9;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_FOURNI__COMPOSANT = SERVICE__COMPOSANT;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_FOURNI__CONFIGURATION = SERVICE__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_FOURNI__CONNECTEUR = SERVICE__CONNECTEUR;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_FOURNI__NAME = SERVICE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Service Fourni</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_FOURNI_FEATURE_COUNT = SERVICE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Service Fourni</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERVICE_FOURNI_OPERATION_COUNT = SERVICE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.PortRequisImpl <em>Port Requis</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.PortRequisImpl\n\t * @see aSA.impl.ASAPackageImpl#getPortRequis()\n\t * @generated\n\t */\n\tint PORT_REQUIS = 10;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_REQUIS__COMPOSANT = PORT__COMPOSANT;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_REQUIS__CONFIGURATION = PORT__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_REQUIS__CONNECTEUR = PORT__CONNECTEUR;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_REQUIS__NAME = PORT__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Port Requis</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_REQUIS_FEATURE_COUNT = PORT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Port Requis</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PORT_REQUIS_OPERATION_COUNT = PORT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.RoleImpl <em>Role</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.RoleImpl\n\t * @see aSA.impl.ASAPackageImpl#getRole()\n\t * @generated\n\t */\n\tint ROLE = 11;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE__COMPOSANT = INTERFACE__COMPOSANT;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE__CONFIGURATION = INTERFACE__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE__CONNECTEUR = INTERFACE__CONNECTEUR;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE__NAME = INTERFACE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Role</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_FEATURE_COUNT = INTERFACE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Role</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_OPERATION_COUNT = INTERFACE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.RoleRequisImpl <em>Role Requis</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.RoleRequisImpl\n\t * @see aSA.impl.ASAPackageImpl#getRoleRequis()\n\t * @generated\n\t */\n\tint ROLE_REQUIS = 12;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_REQUIS__COMPOSANT = ROLE__COMPOSANT;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_REQUIS__CONFIGURATION = ROLE__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_REQUIS__CONNECTEUR = ROLE__CONNECTEUR;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_REQUIS__NAME = ROLE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Role Requis</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_REQUIS_FEATURE_COUNT = ROLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Role Requis</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_REQUIS_OPERATION_COUNT = ROLE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.RoleFourniImpl <em>Role Fourni</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.RoleFourniImpl\n\t * @see aSA.impl.ASAPackageImpl#getRoleFourni()\n\t * @generated\n\t */\n\tint ROLE_FOURNI = 13;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_FOURNI__COMPOSANT = ROLE__COMPOSANT;\n\n\t/**\n\t * The feature id for the '<em><b>Configuration</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_FOURNI__CONFIGURATION = ROLE__CONFIGURATION;\n\n\t/**\n\t * The feature id for the '<em><b>Connecteur</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_FOURNI__CONNECTEUR = ROLE__CONNECTEUR;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_FOURNI__NAME = ROLE__NAME;\n\n\t/**\n\t * The number of structural features of the '<em>Role Fourni</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_FOURNI_FEATURE_COUNT = ROLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Role Fourni</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROLE_FOURNI_OPERATION_COUNT = ROLE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.GlueImpl <em>Glue</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.GlueImpl\n\t * @see aSA.impl.ASAPackageImpl#getGlue()\n\t * @generated\n\t */\n\tint GLUE = 14;\n\n\t/**\n\t * The number of structural features of the '<em>Glue</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GLUE_FEATURE_COUNT = 0;\n\n\t/**\n\t * The number of operations of the '<em>Glue</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GLUE_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.ContrainteImpl <em>Contrainte</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.ContrainteImpl\n\t * @see aSA.impl.ASAPackageImpl#getContrainte()\n\t * @generated\n\t */\n\tint CONTRAINTE = 15;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTRAINTE__COMPOSANT = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Contrainte</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTRAINTE_FEATURE_COUNT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Contrainte</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTRAINTE_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.BindingImpl <em>Binding</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.BindingImpl\n\t * @see aSA.impl.ASAPackageImpl#getBinding()\n\t * @generated\n\t */\n\tint BINDING = 16;\n\n\t/**\n\t * The feature id for the '<em><b>Port</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BINDING__PORT = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Binding</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BINDING_FEATURE_COUNT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Binding</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BINDING_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link aSA.impl.ProprieteImpl <em>Propriete</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see aSA.impl.ProprieteImpl\n\t * @see aSA.impl.ASAPackageImpl#getPropriete()\n\t * @generated\n\t */\n\tint PROPRIETE = 17;\n\n\t/**\n\t * The feature id for the '<em><b>Composant</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPRIETE__COMPOSANT = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Propriete</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPRIETE_FEATURE_COUNT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Propriete</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PROPRIETE_OPERATION_COUNT = 0;\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Configuration <em>Configuration</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Configuration</em>'.\n\t * @see aSA.Configuration\n\t * @generated\n\t */\n\tEClass getConfiguration();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link aSA.Configuration#getComposant <em>Composant</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Composant</em>'.\n\t * @see aSA.Configuration#getComposant()\n\t * @see #getConfiguration()\n\t * @generated\n\t */\n\tEReference getConfiguration_Composant();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link aSA.Configuration#getConnecteur <em>Connecteur</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Connecteur</em>'.\n\t * @see aSA.Configuration#getConnecteur()\n\t * @see #getConfiguration()\n\t * @generated\n\t */\n\tEReference getConfiguration_Connecteur();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link aSA.Configuration#getAttachements <em>Attachements</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Attachements</em>'.\n\t * @see aSA.Configuration#getAttachements()\n\t * @see #getConfiguration()\n\t * @generated\n\t */\n\tEReference getConfiguration_Attachements();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link aSA.Configuration#getInterface <em>Interface</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Interface</em>'.\n\t * @see aSA.Configuration#getInterface()\n\t * @see #getConfiguration()\n\t * @generated\n\t */\n\tEReference getConfiguration_Interface();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link aSA.Configuration#getBinding <em>Binding</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Binding</em>'.\n\t * @see aSA.Configuration#getBinding()\n\t * @see #getConfiguration()\n\t * @generated\n\t */\n\tEReference getConfiguration_Binding();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Composant <em>Composant</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Composant</em>'.\n\t * @see aSA.Composant\n\t * @generated\n\t */\n\tEClass getComposant();\n\n\t/**\n\t * Returns the meta object for the container reference '{@link aSA.Composant#getSystem_pere <em>System pere</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the container reference '<em>System pere</em>'.\n\t * @see aSA.Composant#getSystem_pere()\n\t * @see #getComposant()\n\t * @generated\n\t */\n\tEReference getComposant_System_pere();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link aSA.Composant#getSystem_fils <em>System fils</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>System fils</em>'.\n\t * @see aSA.Composant#getSystem_fils()\n\t * @see #getComposant()\n\t * @generated\n\t */\n\tEReference getComposant_System_fils();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link aSA.Composant#getInterface <em>Interface</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Interface</em>'.\n\t * @see aSA.Composant#getInterface()\n\t * @see #getComposant()\n\t * @generated\n\t */\n\tEReference getComposant_Interface();\n\n\t/**\n\t * Returns the meta object for the reference '{@link aSA.Composant#getContrainte <em>Contrainte</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Contrainte</em>'.\n\t * @see aSA.Composant#getContrainte()\n\t * @see #getComposant()\n\t * @generated\n\t */\n\tEReference getComposant_Contrainte();\n\n\t/**\n\t * Returns the meta object for the reference '{@link aSA.Composant#getPropriete <em>Propriete</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Propriete</em>'.\n\t * @see aSA.Composant#getPropriete()\n\t * @see #getComposant()\n\t * @generated\n\t */\n\tEReference getComposant_Propriete();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Connecteur <em>Connecteur</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Connecteur</em>'.\n\t * @see aSA.Connecteur\n\t * @generated\n\t */\n\tEClass getConnecteur();\n\n\t/**\n\t * Returns the meta object for the container reference '{@link aSA.Connecteur#getSystem <em>System</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the container reference '<em>System</em>'.\n\t * @see aSA.Connecteur#getSystem()\n\t * @see #getConnecteur()\n\t * @generated\n\t */\n\tEReference getConnecteur_System();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link aSA.Connecteur#getInterface <em>Interface</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Interface</em>'.\n\t * @see aSA.Connecteur#getInterface()\n\t * @see #getConnecteur()\n\t * @generated\n\t */\n\tEReference getConnecteur_Interface();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link aSA.Connecteur#getGlue <em>Glue</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Glue</em>'.\n\t * @see aSA.Connecteur#getGlue()\n\t * @see #getConnecteur()\n\t * @generated\n\t */\n\tEReference getConnecteur_Glue();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Attachement <em>Attachement</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Attachement</em>'.\n\t * @see aSA.Attachement\n\t * @generated\n\t */\n\tEClass getAttachement();\n\n\t/**\n\t * Returns the meta object for the container reference '{@link aSA.Attachement#getSystem <em>System</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the container reference '<em>System</em>'.\n\t * @see aSA.Attachement#getSystem()\n\t * @see #getAttachement()\n\t * @generated\n\t */\n\tEReference getAttachement_System();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link aSA.Attachement#getRoles <em>Roles</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Roles</em>'.\n\t * @see aSA.Attachement#getRoles()\n\t * @see #getAttachement()\n\t * @generated\n\t */\n\tEReference getAttachement_Roles();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link aSA.Attachement#getPorts <em>Ports</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Ports</em>'.\n\t * @see aSA.Attachement#getPorts()\n\t * @see #getAttachement()\n\t * @generated\n\t */\n\tEReference getAttachement_Ports();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Interface <em>Interface</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Interface</em>'.\n\t * @see aSA.Interface\n\t * @generated\n\t */\n\tEClass getInterface();\n\n\t/**\n\t * Returns the meta object for the container reference '{@link aSA.Interface#getComposant <em>Composant</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the container reference '<em>Composant</em>'.\n\t * @see aSA.Interface#getComposant()\n\t * @see #getInterface()\n\t * @generated\n\t */\n\tEReference getInterface_Composant();\n\n\t/**\n\t * Returns the meta object for the container reference '{@link aSA.Interface#getConfiguration <em>Configuration</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the container reference '<em>Configuration</em>'.\n\t * @see aSA.Interface#getConfiguration()\n\t * @see #getInterface()\n\t * @generated\n\t */\n\tEReference getInterface_Configuration();\n\n\t/**\n\t * Returns the meta object for the container reference '{@link aSA.Interface#getConnecteur <em>Connecteur</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the container reference '<em>Connecteur</em>'.\n\t * @see aSA.Interface#getConnecteur()\n\t * @see #getInterface()\n\t * @generated\n\t */\n\tEReference getInterface_Connecteur();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link aSA.Interface#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see aSA.Interface#getName()\n\t * @see #getInterface()\n\t * @generated\n\t */\n\tEAttribute getInterface_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Port <em>Port</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Port</em>'.\n\t * @see aSA.Port\n\t * @generated\n\t */\n\tEClass getPort();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Service <em>Service</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Service</em>'.\n\t * @see aSA.Service\n\t * @generated\n\t */\n\tEClass getService();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.PortFourni <em>Port Fourni</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Port Fourni</em>'.\n\t * @see aSA.PortFourni\n\t * @generated\n\t */\n\tEClass getPortFourni();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.ServiceRequis <em>Service Requis</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Service Requis</em>'.\n\t * @see aSA.ServiceRequis\n\t * @generated\n\t */\n\tEClass getServiceRequis();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.ServiceFourni <em>Service Fourni</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Service Fourni</em>'.\n\t * @see aSA.ServiceFourni\n\t * @generated\n\t */\n\tEClass getServiceFourni();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.PortRequis <em>Port Requis</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Port Requis</em>'.\n\t * @see aSA.PortRequis\n\t * @generated\n\t */\n\tEClass getPortRequis();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Role <em>Role</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Role</em>'.\n\t * @see aSA.Role\n\t * @generated\n\t */\n\tEClass getRole();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.RoleRequis <em>Role Requis</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Role Requis</em>'.\n\t * @see aSA.RoleRequis\n\t * @generated\n\t */\n\tEClass getRoleRequis();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.RoleFourni <em>Role Fourni</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Role Fourni</em>'.\n\t * @see aSA.RoleFourni\n\t * @generated\n\t */\n\tEClass getRoleFourni();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Glue <em>Glue</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Glue</em>'.\n\t * @see aSA.Glue\n\t * @generated\n\t */\n\tEClass getGlue();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Contrainte <em>Contrainte</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Contrainte</em>'.\n\t * @see aSA.Contrainte\n\t * @generated\n\t */\n\tEClass getContrainte();\n\n\t/**\n\t * Returns the meta object for the reference '{@link aSA.Contrainte#getComposant <em>Composant</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Composant</em>'.\n\t * @see aSA.Contrainte#getComposant()\n\t * @see #getContrainte()\n\t * @generated\n\t */\n\tEReference getContrainte_Composant();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Binding <em>Binding</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Binding</em>'.\n\t * @see aSA.Binding\n\t * @generated\n\t */\n\tEClass getBinding();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link aSA.Binding#getPort <em>Port</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Port</em>'.\n\t * @see aSA.Binding#getPort()\n\t * @see #getBinding()\n\t * @generated\n\t */\n\tEReference getBinding_Port();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.Propriete <em>Propriete</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Propriete</em>'.\n\t * @see aSA.Propriete\n\t * @generated\n\t */\n\tEClass getPropriete();\n\n\t/**\n\t * Returns the meta object for the reference '{@link aSA.Propriete#getComposant <em>Composant</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Composant</em>'.\n\t * @see aSA.Propriete#getComposant()\n\t * @see #getPropriete()\n\t * @generated\n\t */\n\tEReference getPropriete_Composant();\n\n\t/**\n\t * Returns the meta object for class '{@link aSA.NamedElement <em>Named Element</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Named Element</em>'.\n\t * @see aSA.NamedElement\n\t * @generated\n\t */\n\tEClass getNamedElement();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link aSA.NamedElement#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see aSA.NamedElement#getName()\n\t * @see #getNamedElement()\n\t * @generated\n\t */\n\tEAttribute getNamedElement_Name();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tASAFactory getASAFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.ConfigurationImpl <em>Configuration</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.ConfigurationImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getConfiguration()\n\t\t * @generated\n\t\t */\n\t\tEClass CONFIGURATION = eINSTANCE.getConfiguration();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Composant</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFIGURATION__COMPOSANT = eINSTANCE.getConfiguration_Composant();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Connecteur</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFIGURATION__CONNECTEUR = eINSTANCE.getConfiguration_Connecteur();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Attachements</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFIGURATION__ATTACHEMENTS = eINSTANCE.getConfiguration_Attachements();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Interface</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFIGURATION__INTERFACE = eINSTANCE.getConfiguration_Interface();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Binding</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFIGURATION__BINDING = eINSTANCE.getConfiguration_Binding();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.ComposantImpl <em>Composant</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.ComposantImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getComposant()\n\t\t * @generated\n\t\t */\n\t\tEClass COMPOSANT = eINSTANCE.getComposant();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>System pere</b></em>' container reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference COMPOSANT__SYSTEM_PERE = eINSTANCE.getComposant_System_pere();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>System fils</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference COMPOSANT__SYSTEM_FILS = eINSTANCE.getComposant_System_fils();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Interface</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference COMPOSANT__INTERFACE = eINSTANCE.getComposant_Interface();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Contrainte</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference COMPOSANT__CONTRAINTE = eINSTANCE.getComposant_Contrainte();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Propriete</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference COMPOSANT__PROPRIETE = eINSTANCE.getComposant_Propriete();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.ConnecteurImpl <em>Connecteur</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.ConnecteurImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getConnecteur()\n\t\t * @generated\n\t\t */\n\t\tEClass CONNECTEUR = eINSTANCE.getConnecteur();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>System</b></em>' container reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONNECTEUR__SYSTEM = eINSTANCE.getConnecteur_System();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Interface</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONNECTEUR__INTERFACE = eINSTANCE.getConnecteur_Interface();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Glue</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONNECTEUR__GLUE = eINSTANCE.getConnecteur_Glue();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.AttachementImpl <em>Attachement</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.AttachementImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getAttachement()\n\t\t * @generated\n\t\t */\n\t\tEClass ATTACHEMENT = eINSTANCE.getAttachement();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>System</b></em>' container reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ATTACHEMENT__SYSTEM = eINSTANCE.getAttachement_System();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Roles</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ATTACHEMENT__ROLES = eINSTANCE.getAttachement_Roles();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Ports</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ATTACHEMENT__PORTS = eINSTANCE.getAttachement_Ports();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.InterfaceImpl <em>Interface</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.InterfaceImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getInterface()\n\t\t * @generated\n\t\t */\n\t\tEClass INTERFACE = eINSTANCE.getInterface();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Composant</b></em>' container reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference INTERFACE__COMPOSANT = eINSTANCE.getInterface_Composant();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Configuration</b></em>' container reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference INTERFACE__CONFIGURATION = eINSTANCE.getInterface_Configuration();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Connecteur</b></em>' container reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference INTERFACE__CONNECTEUR = eINSTANCE.getInterface_Connecteur();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute INTERFACE__NAME = eINSTANCE.getInterface_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.PortImpl <em>Port</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.PortImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getPort()\n\t\t * @generated\n\t\t */\n\t\tEClass PORT = eINSTANCE.getPort();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.ServiceImpl <em>Service</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.ServiceImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getService()\n\t\t * @generated\n\t\t */\n\t\tEClass SERVICE = eINSTANCE.getService();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.PortFourniImpl <em>Port Fourni</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.PortFourniImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getPortFourni()\n\t\t * @generated\n\t\t */\n\t\tEClass PORT_FOURNI = eINSTANCE.getPortFourni();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.ServiceRequisImpl <em>Service Requis</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.ServiceRequisImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getServiceRequis()\n\t\t * @generated\n\t\t */\n\t\tEClass SERVICE_REQUIS = eINSTANCE.getServiceRequis();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.ServiceFourniImpl <em>Service Fourni</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.ServiceFourniImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getServiceFourni()\n\t\t * @generated\n\t\t */\n\t\tEClass SERVICE_FOURNI = eINSTANCE.getServiceFourni();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.PortRequisImpl <em>Port Requis</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.PortRequisImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getPortRequis()\n\t\t * @generated\n\t\t */\n\t\tEClass PORT_REQUIS = eINSTANCE.getPortRequis();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.RoleImpl <em>Role</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.RoleImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getRole()\n\t\t * @generated\n\t\t */\n\t\tEClass ROLE = eINSTANCE.getRole();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.RoleRequisImpl <em>Role Requis</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.RoleRequisImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getRoleRequis()\n\t\t * @generated\n\t\t */\n\t\tEClass ROLE_REQUIS = eINSTANCE.getRoleRequis();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.RoleFourniImpl <em>Role Fourni</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.RoleFourniImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getRoleFourni()\n\t\t * @generated\n\t\t */\n\t\tEClass ROLE_FOURNI = eINSTANCE.getRoleFourni();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.GlueImpl <em>Glue</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.GlueImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getGlue()\n\t\t * @generated\n\t\t */\n\t\tEClass GLUE = eINSTANCE.getGlue();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.ContrainteImpl <em>Contrainte</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.ContrainteImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getContrainte()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTRAINTE = eINSTANCE.getContrainte();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Composant</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTRAINTE__COMPOSANT = eINSTANCE.getContrainte_Composant();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.BindingImpl <em>Binding</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.BindingImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getBinding()\n\t\t * @generated\n\t\t */\n\t\tEClass BINDING = eINSTANCE.getBinding();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Port</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference BINDING__PORT = eINSTANCE.getBinding_Port();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.ProprieteImpl <em>Propriete</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.ProprieteImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getPropriete()\n\t\t * @generated\n\t\t */\n\t\tEClass PROPRIETE = eINSTANCE.getPropriete();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Composant</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference PROPRIETE__COMPOSANT = eINSTANCE.getPropriete_Composant();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link aSA.impl.NamedElementImpl <em>Named Element</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see aSA.impl.NamedElementImpl\n\t\t * @see aSA.impl.ASAPackageImpl#getNamedElement()\n\t\t * @generated\n\t\t */\n\t\tEClass NAMED_ELEMENT = eINSTANCE.getNamedElement();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute NAMED_ELEMENT__NAME = eINSTANCE.getNamedElement_Name();\n\n\t}\n\n}", "public Container newContainer();", "public interface CommandsPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"commands\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://www.eclipse.org/ecl/platform/commands.ecore\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"platformCommands\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tCommandsPackage eINSTANCE = org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.ListPluginsImpl <em>List Plugins</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.ListPluginsImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListPlugins()\n\t * @generated\n\t */\n\tint LIST_PLUGINS = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_PLUGINS__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_PLUGINS__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Include Dependencies</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_PLUGINS__INCLUDE_DEPENDENCIES = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>List Plugins</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_PLUGINS_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.ListFeaturesImpl <em>List Features</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.ListFeaturesImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListFeatures()\n\t * @generated\n\t */\n\tint LIST_FEATURES = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_FEATURES__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_FEATURES__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The number of structural features of the '<em>List Features</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_FEATURES_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.ListRepositoriesImpl <em>List Repositories</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.ListRepositoriesImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListRepositories()\n\t * @generated\n\t */\n\tint LIST_REPOSITORIES = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_REPOSITORIES__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_REPOSITORIES__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The number of structural features of the '<em>List Repositories</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_REPOSITORIES_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.AddRepositoryImpl <em>Add Repository</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.AddRepositoryImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getAddRepository()\n\t * @generated\n\t */\n\tint ADD_REPOSITORY = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ADD_REPOSITORY__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ADD_REPOSITORY__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Uri</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ADD_REPOSITORY__URI = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ADD_REPOSITORY__NAME = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Add Repository</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ADD_REPOSITORY_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.RemoveRepositoryImpl <em>Remove Repository</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.RemoveRepositoryImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getRemoveRepository()\n\t * @generated\n\t */\n\tint REMOVE_REPOSITORY = 4;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REMOVE_REPOSITORY__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REMOVE_REPOSITORY__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Uri</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REMOVE_REPOSITORY__URI = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Remove Repository</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REMOVE_REPOSITORY_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.UpdateFeatureImpl <em>Update Feature</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.UpdateFeatureImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getUpdateFeature()\n\t * @generated\n\t */\n\tint UPDATE_FEATURE = 5;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UPDATE_FEATURE__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UPDATE_FEATURE__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UPDATE_FEATURE__ID = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Update Feature</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UPDATE_FEATURE_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.UpdateAllImpl <em>Update All</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.UpdateAllImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getUpdateAll()\n\t * @generated\n\t */\n\tint UPDATE_ALL = 6;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UPDATE_ALL__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UPDATE_ALL__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The number of structural features of the '<em>Update All</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UPDATE_ALL_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.SortByImpl <em>Sort By</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.SortByImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getSortBy()\n\t * @generated\n\t */\n\tint SORT_BY = 7;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SORT_BY__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SORT_BY__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Field</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SORT_BY__FIELD = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Sort By</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SORT_BY_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.ListInstallUnitsImpl <em>List Install Units</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.ListInstallUnitsImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListInstallUnits()\n\t * @generated\n\t */\n\tint LIST_INSTALL_UNITS = 8;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_INSTALL_UNITS__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_INSTALL_UNITS__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The number of structural features of the '<em>List Install Units</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_INSTALL_UNITS_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.GetLogImpl <em>Get Log</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.GetLogImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getGetLog()\n\t * @generated\n\t */\n\tint GET_LOG = 9;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GET_LOG__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GET_LOG__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Levels</b></em>' attribute list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GET_LOG__LEVELS = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Limit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GET_LOG__LIMIT = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Get Log</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GET_LOG_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.LogImpl <em>Log</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.LogImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getLog()\n\t * @generated\n\t */\n\tint LOG = 10;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOG__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOG__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Message</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOG__MESSAGE = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Severity</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOG__SEVERITY = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Plugin</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOG__PLUGIN = CorePackage.COMMAND_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Log</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOG_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 3;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.EchoImpl <em>Echo</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.EchoImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getEcho()\n\t * @generated\n\t */\n\tint ECHO = 11;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ECHO__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ECHO__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Str</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ECHO__STR = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Echo</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ECHO_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.ClearLogImpl <em>Clear Log</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.ClearLogImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getClearLog()\n\t * @generated\n\t */\n\tint CLEAR_LOG = 12;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLEAR_LOG__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLEAR_LOG__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The number of structural features of the '<em>Clear Log</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CLEAR_LOG_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.ListLaunchConfigurationsImpl <em>List Launch Configurations</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.ListLaunchConfigurationsImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListLaunchConfigurations()\n\t * @generated\n\t */\n\tint LIST_LAUNCH_CONFIGURATIONS = 13;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_LAUNCH_CONFIGURATIONS__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_LAUNCH_CONFIGURATIONS__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The number of structural features of the '<em>List Launch Configurations</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIST_LAUNCH_CONFIGURATIONS_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.LaunchImpl <em>Launch</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.LaunchImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getLaunch()\n\t * @generated\n\t */\n\tint LAUNCH = 14;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LAUNCH__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LAUNCH__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Mode</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LAUNCH__MODE = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LAUNCH__NAME = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Launch</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LAUNCH_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.SubstituteVariablesImpl <em>Substitute Variables</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.SubstituteVariablesImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getSubstituteVariables()\n\t * @generated\n\t */\n\tint SUBSTITUTE_VARIABLES = 15;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTITUTE_VARIABLES__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTITUTE_VARIABLES__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Expression</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTITUTE_VARIABLES__EXPRESSION = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Ignore Undefined</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTITUTE_VARIABLES__IGNORE_UNDEFINED = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Substitute Variables</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTITUTE_VARIABLES_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 2;\n\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.GetWorkspaceLocationImpl <em>Get Workspace Location</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.GetWorkspaceLocationImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getGetWorkspaceLocation()\n\t * @generated\n\t */\n\tint GET_WORKSPACE_LOCATION = 16;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GET_WORKSPACE_LOCATION__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GET_WORKSPACE_LOCATION__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The number of structural features of the '<em>Get Workspace Location</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GET_WORKSPACE_LOCATION_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\n\t/**\n\t * The meta object id for the '{@link org.eclipse.ecl.platform.commands.impl.FindInWorkspaceImpl <em>Find In Workspace</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see org.eclipse.ecl.platform.commands.impl.FindInWorkspaceImpl\n\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getFindInWorkspace()\n\t * @generated\n\t */\n\tint FIND_IN_WORKSPACE = 17;\n\n\t/**\n\t * The feature id for the '<em><b>Host</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIND_IN_WORKSPACE__HOST = CorePackage.COMMAND__HOST;\n\n\t/**\n\t * The feature id for the '<em><b>Bindings</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIND_IN_WORKSPACE__BINDINGS = CorePackage.COMMAND__BINDINGS;\n\n\t/**\n\t * The feature id for the '<em><b>Path</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIND_IN_WORKSPACE__PATH = CorePackage.COMMAND_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>All</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIND_IN_WORKSPACE__ALL = CorePackage.COMMAND_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Find In Workspace</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIND_IN_WORKSPACE_FEATURE_COUNT = CorePackage.COMMAND_FEATURE_COUNT + 2;\n\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.ListPlugins <em>List Plugins</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>List Plugins</em>'.\n\t * @see org.eclipse.ecl.platform.commands.ListPlugins\n\t * @generated\n\t */\n\tEClass getListPlugins();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.ListPlugins#isIncludeDependencies <em>Include Dependencies</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Include Dependencies</em>'.\n\t * @see org.eclipse.ecl.platform.commands.ListPlugins#isIncludeDependencies()\n\t * @see #getListPlugins()\n\t * @generated\n\t */\n\tEAttribute getListPlugins_IncludeDependencies();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.ListFeatures <em>List Features</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>List Features</em>'.\n\t * @see org.eclipse.ecl.platform.commands.ListFeatures\n\t * @generated\n\t */\n\tEClass getListFeatures();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.ListRepositories <em>List Repositories</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>List Repositories</em>'.\n\t * @see org.eclipse.ecl.platform.commands.ListRepositories\n\t * @generated\n\t */\n\tEClass getListRepositories();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.AddRepository <em>Add Repository</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Add Repository</em>'.\n\t * @see org.eclipse.ecl.platform.commands.AddRepository\n\t * @generated\n\t */\n\tEClass getAddRepository();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.AddRepository#getUri <em>Uri</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Uri</em>'.\n\t * @see org.eclipse.ecl.platform.commands.AddRepository#getUri()\n\t * @see #getAddRepository()\n\t * @generated\n\t */\n\tEAttribute getAddRepository_Uri();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.AddRepository#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see org.eclipse.ecl.platform.commands.AddRepository#getName()\n\t * @see #getAddRepository()\n\t * @generated\n\t */\n\tEAttribute getAddRepository_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.RemoveRepository <em>Remove Repository</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Remove Repository</em>'.\n\t * @see org.eclipse.ecl.platform.commands.RemoveRepository\n\t * @generated\n\t */\n\tEClass getRemoveRepository();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.RemoveRepository#getUri <em>Uri</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Uri</em>'.\n\t * @see org.eclipse.ecl.platform.commands.RemoveRepository#getUri()\n\t * @see #getRemoveRepository()\n\t * @generated\n\t */\n\tEAttribute getRemoveRepository_Uri();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.UpdateFeature <em>Update Feature</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Update Feature</em>'.\n\t * @see org.eclipse.ecl.platform.commands.UpdateFeature\n\t * @generated\n\t */\n\tEClass getUpdateFeature();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.UpdateFeature#getId <em>Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Id</em>'.\n\t * @see org.eclipse.ecl.platform.commands.UpdateFeature#getId()\n\t * @see #getUpdateFeature()\n\t * @generated\n\t */\n\tEAttribute getUpdateFeature_Id();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.UpdateAll <em>Update All</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Update All</em>'.\n\t * @see org.eclipse.ecl.platform.commands.UpdateAll\n\t * @generated\n\t */\n\tEClass getUpdateAll();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.SortBy <em>Sort By</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Sort By</em>'.\n\t * @see org.eclipse.ecl.platform.commands.SortBy\n\t * @generated\n\t */\n\tEClass getSortBy();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.SortBy#getField <em>Field</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Field</em>'.\n\t * @see org.eclipse.ecl.platform.commands.SortBy#getField()\n\t * @see #getSortBy()\n\t * @generated\n\t */\n\tEAttribute getSortBy_Field();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.ListInstallUnits <em>List Install Units</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>List Install Units</em>'.\n\t * @see org.eclipse.ecl.platform.commands.ListInstallUnits\n\t * @generated\n\t */\n\tEClass getListInstallUnits();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.GetLog <em>Get Log</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Get Log</em>'.\n\t * @see org.eclipse.ecl.platform.commands.GetLog\n\t * @generated\n\t */\n\tEClass getGetLog();\n\n\t/**\n\t * Returns the meta object for the attribute list '{@link org.eclipse.ecl.platform.commands.GetLog#getLevels <em>Levels</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute list '<em>Levels</em>'.\n\t * @see org.eclipse.ecl.platform.commands.GetLog#getLevels()\n\t * @see #getGetLog()\n\t * @generated\n\t */\n\tEAttribute getGetLog_Levels();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.GetLog#getLimit <em>Limit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Limit</em>'.\n\t * @see org.eclipse.ecl.platform.commands.GetLog#getLimit()\n\t * @see #getGetLog()\n\t * @generated\n\t */\n\tEAttribute getGetLog_Limit();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.Log <em>Log</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Log</em>'.\n\t * @see org.eclipse.ecl.platform.commands.Log\n\t * @generated\n\t */\n\tEClass getLog();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.Log#getMessage <em>Message</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Message</em>'.\n\t * @see org.eclipse.ecl.platform.commands.Log#getMessage()\n\t * @see #getLog()\n\t * @generated\n\t */\n\tEAttribute getLog_Message();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.Log#getSeverity <em>Severity</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Severity</em>'.\n\t * @see org.eclipse.ecl.platform.commands.Log#getSeverity()\n\t * @see #getLog()\n\t * @generated\n\t */\n\tEAttribute getLog_Severity();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.Log#getPlugin <em>Plugin</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Plugin</em>'.\n\t * @see org.eclipse.ecl.platform.commands.Log#getPlugin()\n\t * @see #getLog()\n\t * @generated\n\t */\n\tEAttribute getLog_Plugin();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.Echo <em>Echo</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Echo</em>'.\n\t * @see org.eclipse.ecl.platform.commands.Echo\n\t * @generated\n\t */\n\tEClass getEcho();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.Echo#getStr <em>Str</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Str</em>'.\n\t * @see org.eclipse.ecl.platform.commands.Echo#getStr()\n\t * @see #getEcho()\n\t * @generated\n\t */\n\tEAttribute getEcho_Str();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.ClearLog <em>Clear Log</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Clear Log</em>'.\n\t * @see org.eclipse.ecl.platform.commands.ClearLog\n\t * @generated\n\t */\n\tEClass getClearLog();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.ListLaunchConfigurations <em>List Launch Configurations</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>List Launch Configurations</em>'.\n\t * @see org.eclipse.ecl.platform.commands.ListLaunchConfigurations\n\t * @generated\n\t */\n\tEClass getListLaunchConfigurations();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.Launch <em>Launch</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Launch</em>'.\n\t * @see org.eclipse.ecl.platform.commands.Launch\n\t * @generated\n\t */\n\tEClass getLaunch();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.Launch#getMode <em>Mode</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Mode</em>'.\n\t * @see org.eclipse.ecl.platform.commands.Launch#getMode()\n\t * @see #getLaunch()\n\t * @generated\n\t */\n\tEAttribute getLaunch_Mode();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.Launch#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see org.eclipse.ecl.platform.commands.Launch#getName()\n\t * @see #getLaunch()\n\t * @generated\n\t */\n\tEAttribute getLaunch_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.SubstituteVariables <em>Substitute Variables</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Substitute Variables</em>'.\n\t * @see org.eclipse.ecl.platform.commands.SubstituteVariables\n\t * @generated\n\t */\n\tEClass getSubstituteVariables();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.SubstituteVariables#getExpression <em>Expression</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Expression</em>'.\n\t * @see org.eclipse.ecl.platform.commands.SubstituteVariables#getExpression()\n\t * @see #getSubstituteVariables()\n\t * @generated\n\t */\n\tEAttribute getSubstituteVariables_Expression();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.SubstituteVariables#isIgnoreUndefined <em>Ignore Undefined</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Ignore Undefined</em>'.\n\t * @see org.eclipse.ecl.platform.commands.SubstituteVariables#isIgnoreUndefined()\n\t * @see #getSubstituteVariables()\n\t * @generated\n\t */\n\tEAttribute getSubstituteVariables_IgnoreUndefined();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.GetWorkspaceLocation <em>Get Workspace Location</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Get Workspace Location</em>'.\n\t * @see org.eclipse.ecl.platform.commands.GetWorkspaceLocation\n\t * @generated\n\t */\n\tEClass getGetWorkspaceLocation();\n\n\t/**\n\t * Returns the meta object for class '{@link org.eclipse.ecl.platform.commands.FindInWorkspace <em>Find In Workspace</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Find In Workspace</em>'.\n\t * @see org.eclipse.ecl.platform.commands.FindInWorkspace\n\t * @generated\n\t */\n\tEClass getFindInWorkspace();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.FindInWorkspace#getPath <em>Path</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Path</em>'.\n\t * @see org.eclipse.ecl.platform.commands.FindInWorkspace#getPath()\n\t * @see #getFindInWorkspace()\n\t * @generated\n\t */\n\tEAttribute getFindInWorkspace_Path();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.eclipse.ecl.platform.commands.FindInWorkspace#isAll <em>All</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>All</em>'.\n\t * @see org.eclipse.ecl.platform.commands.FindInWorkspace#isAll()\n\t * @see #getFindInWorkspace()\n\t * @generated\n\t */\n\tEAttribute getFindInWorkspace_All();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tCommandsFactory getCommandsFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.ListPluginsImpl <em>List Plugins</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.ListPluginsImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListPlugins()\n\t\t * @generated\n\t\t */\n\t\tEClass LIST_PLUGINS = eINSTANCE.getListPlugins();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Include Dependencies</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LIST_PLUGINS__INCLUDE_DEPENDENCIES = eINSTANCE.getListPlugins_IncludeDependencies();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.ListFeaturesImpl <em>List Features</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.ListFeaturesImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListFeatures()\n\t\t * @generated\n\t\t */\n\t\tEClass LIST_FEATURES = eINSTANCE.getListFeatures();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.ListRepositoriesImpl <em>List Repositories</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.ListRepositoriesImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListRepositories()\n\t\t * @generated\n\t\t */\n\t\tEClass LIST_REPOSITORIES = eINSTANCE.getListRepositories();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.AddRepositoryImpl <em>Add Repository</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.AddRepositoryImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getAddRepository()\n\t\t * @generated\n\t\t */\n\t\tEClass ADD_REPOSITORY = eINSTANCE.getAddRepository();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Uri</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ADD_REPOSITORY__URI = eINSTANCE.getAddRepository_Uri();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ADD_REPOSITORY__NAME = eINSTANCE.getAddRepository_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.RemoveRepositoryImpl <em>Remove Repository</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.RemoveRepositoryImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getRemoveRepository()\n\t\t * @generated\n\t\t */\n\t\tEClass REMOVE_REPOSITORY = eINSTANCE.getRemoveRepository();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Uri</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute REMOVE_REPOSITORY__URI = eINSTANCE.getRemoveRepository_Uri();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.UpdateFeatureImpl <em>Update Feature</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.UpdateFeatureImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getUpdateFeature()\n\t\t * @generated\n\t\t */\n\t\tEClass UPDATE_FEATURE = eINSTANCE.getUpdateFeature();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute UPDATE_FEATURE__ID = eINSTANCE.getUpdateFeature_Id();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.UpdateAllImpl <em>Update All</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.UpdateAllImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getUpdateAll()\n\t\t * @generated\n\t\t */\n\t\tEClass UPDATE_ALL = eINSTANCE.getUpdateAll();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.SortByImpl <em>Sort By</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.SortByImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getSortBy()\n\t\t * @generated\n\t\t */\n\t\tEClass SORT_BY = eINSTANCE.getSortBy();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Field</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SORT_BY__FIELD = eINSTANCE.getSortBy_Field();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.ListInstallUnitsImpl <em>List Install Units</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.ListInstallUnitsImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListInstallUnits()\n\t\t * @generated\n\t\t */\n\t\tEClass LIST_INSTALL_UNITS = eINSTANCE.getListInstallUnits();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.GetLogImpl <em>Get Log</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.GetLogImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getGetLog()\n\t\t * @generated\n\t\t */\n\t\tEClass GET_LOG = eINSTANCE.getGetLog();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Levels</b></em>' attribute list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GET_LOG__LEVELS = eINSTANCE.getGetLog_Levels();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Limit</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GET_LOG__LIMIT = eINSTANCE.getGetLog_Limit();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.LogImpl <em>Log</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.LogImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getLog()\n\t\t * @generated\n\t\t */\n\t\tEClass LOG = eINSTANCE.getLog();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Message</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LOG__MESSAGE = eINSTANCE.getLog_Message();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Severity</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LOG__SEVERITY = eINSTANCE.getLog_Severity();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Plugin</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LOG__PLUGIN = eINSTANCE.getLog_Plugin();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.EchoImpl <em>Echo</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.EchoImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getEcho()\n\t\t * @generated\n\t\t */\n\t\tEClass ECHO = eINSTANCE.getEcho();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Str</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ECHO__STR = eINSTANCE.getEcho_Str();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.ClearLogImpl <em>Clear Log</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.ClearLogImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getClearLog()\n\t\t * @generated\n\t\t */\n\t\tEClass CLEAR_LOG = eINSTANCE.getClearLog();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.ListLaunchConfigurationsImpl <em>List Launch Configurations</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.ListLaunchConfigurationsImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getListLaunchConfigurations()\n\t\t * @generated\n\t\t */\n\t\tEClass LIST_LAUNCH_CONFIGURATIONS = eINSTANCE.getListLaunchConfigurations();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.LaunchImpl <em>Launch</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.LaunchImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getLaunch()\n\t\t * @generated\n\t\t */\n\t\tEClass LAUNCH = eINSTANCE.getLaunch();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Mode</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LAUNCH__MODE = eINSTANCE.getLaunch_Mode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LAUNCH__NAME = eINSTANCE.getLaunch_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.SubstituteVariablesImpl <em>Substitute Variables</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.SubstituteVariablesImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getSubstituteVariables()\n\t\t * @generated\n\t\t */\n\t\tEClass SUBSTITUTE_VARIABLES = eINSTANCE.getSubstituteVariables();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Expression</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SUBSTITUTE_VARIABLES__EXPRESSION = eINSTANCE.getSubstituteVariables_Expression();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Ignore Undefined</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SUBSTITUTE_VARIABLES__IGNORE_UNDEFINED = eINSTANCE.getSubstituteVariables_IgnoreUndefined();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.GetWorkspaceLocationImpl <em>Get Workspace Location</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.GetWorkspaceLocationImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getGetWorkspaceLocation()\n\t\t * @generated\n\t\t */\n\t\tEClass GET_WORKSPACE_LOCATION = eINSTANCE.getGetWorkspaceLocation();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.eclipse.ecl.platform.commands.impl.FindInWorkspaceImpl <em>Find In Workspace</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see org.eclipse.ecl.platform.commands.impl.FindInWorkspaceImpl\n\t\t * @see org.eclipse.ecl.platform.commands.impl.CommandsPackageImpl#getFindInWorkspace()\n\t\t * @generated\n\t\t */\n\t\tEClass FIND_IN_WORKSPACE = eINSTANCE.getFindInWorkspace();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Path</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FIND_IN_WORKSPACE__PATH = eINSTANCE.getFindInWorkspace_Path();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>All</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FIND_IN_WORKSPACE__ALL = eINSTANCE.getFindInWorkspace_All();\n\n\t}\n\n}", "public interface ComponentAllocationPackage extends EPackage {\r\n\t/**\r\n\t * The package name.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tString eNAME = \"componentAllocation\";\r\n\r\n\t/**\r\n\t * The package namespace URI.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tString eNS_URI = \"http://www.example.org/componentAllocation\";\r\n\r\n\t/**\r\n\t * The package namespace name.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tString eNS_PREFIX = \"componentAllocation\";\r\n\r\n\t/**\r\n\t * The singleton instance of the package.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tComponentAllocationPackage eINSTANCE = componentAllocation.impl.ComponentAllocationPackageImpl.init();\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link componentAllocation.impl.ComponentImpl <em>Component</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see componentAllocation.impl.ComponentImpl\r\n\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getComponent()\r\n\t * @generated\r\n\t */\r\n\tint COMPONENT = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Comp Name</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMPONENT__COMP_NAME = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Res Consumptions</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMPONENT__RES_CONSUMPTIONS = 1;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Component</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMPONENT_FEATURE_COUNT = 2;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Component</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMPONENT_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link componentAllocation.impl.CompUnitImpl <em>Comp Unit</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see componentAllocation.impl.CompUnitImpl\r\n\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getCompUnit()\r\n\t * @generated\r\n\t */\r\n\tint COMP_UNIT = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Cpu Avail</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMP_UNIT__CPU_AVAIL = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Mem Available</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMP_UNIT__MEM_AVAILABLE = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Power Avail</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMP_UNIT__POWER_AVAIL = 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Comp Unit Name</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMP_UNIT__COMP_UNIT_NAME = 3;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Res Consumptions</b></em>' reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMP_UNIT__RES_CONSUMPTIONS = 4;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Comp Unit</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMP_UNIT_FEATURE_COUNT = 5;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Comp Unit</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint COMP_UNIT_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link componentAllocation.impl.TradeOffVectorImpl <em>Trade Off Vector</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see componentAllocation.impl.TradeOffVectorImpl\r\n\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getTradeOffVector()\r\n\t * @generated\r\n\t */\r\n\tint TRADE_OFF_VECTOR = 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Cpu Factor</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint TRADE_OFF_VECTOR__CPU_FACTOR = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Memory Factor</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint TRADE_OFF_VECTOR__MEMORY_FACTOR = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Power Factor</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint TRADE_OFF_VECTOR__POWER_FACTOR = 2;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Trade Off Vector</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint TRADE_OFF_VECTOR_FEATURE_COUNT = 3;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Trade Off Vector</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint TRADE_OFF_VECTOR_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link componentAllocation.impl.ResConsumptionImpl <em>Res Consumption</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see componentAllocation.impl.ResConsumptionImpl\r\n\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getResConsumption()\r\n\t * @generated\r\n\t */\r\n\tint RES_CONSUMPTION = 3;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Cpu Cons</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RES_CONSUMPTION__CPU_CONS = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Memory Cons</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RES_CONSUMPTION__MEMORY_CONS = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Power Cons</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RES_CONSUMPTION__POWER_CONS = 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Component</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RES_CONSUMPTION__COMPONENT = 3;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Comp Unit</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RES_CONSUMPTION__COMP_UNIT = 4;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Res Consumption</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RES_CONSUMPTION_FEATURE_COUNT = 5;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Res Consumption</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint RES_CONSUMPTION_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link componentAllocation.impl.AllocationConstraintImpl <em>Allocation Constraint</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see componentAllocation.impl.AllocationConstraintImpl\r\n\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getAllocationConstraint()\r\n\t * @generated\r\n\t */\r\n\tint ALLOCATION_CONSTRAINT = 4;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Component</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_CONSTRAINT__COMPONENT = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Comp Unit</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_CONSTRAINT__COMP_UNIT = 1;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Allocation Constraint</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_CONSTRAINT_FEATURE_COUNT = 2;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Allocation Constraint</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_CONSTRAINT_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link componentAllocation.impl.AntiAllocationConstraintImpl <em>Anti Allocation Constraint</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see componentAllocation.impl.AntiAllocationConstraintImpl\r\n\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getAntiAllocationConstraint()\r\n\t * @generated\r\n\t */\r\n\tint ANTI_ALLOCATION_CONSTRAINT = 5;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Comp Unit</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ANTI_ALLOCATION_CONSTRAINT__COMP_UNIT = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Component</b></em>' reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ANTI_ALLOCATION_CONSTRAINT__COMPONENT = 1;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Anti Allocation Constraint</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ANTI_ALLOCATION_CONSTRAINT_FEATURE_COUNT = 2;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Anti Allocation Constraint</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ANTI_ALLOCATION_CONSTRAINT_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * The meta object id for the '{@link componentAllocation.impl.AllocationProblemImpl <em>Allocation Problem</em>}' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @see componentAllocation.impl.AllocationProblemImpl\r\n\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getAllocationProblem()\r\n\t * @generated\r\n\t */\r\n\tint ALLOCATION_PROBLEM = 6;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Components</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_PROBLEM__COMPONENTS = 0;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Trade Offvector</b></em>' containment reference.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_PROBLEM__TRADE_OFFVECTOR = 1;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Comp Units</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_PROBLEM__COMP_UNITS = 2;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Allocation Constraints</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_PROBLEM__ALLOCATION_CONSTRAINTS = 3;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Anti Allocation Constraints</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_PROBLEM__ANTI_ALLOCATION_CONSTRAINTS = 4;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>Res Consumptions</b></em>' containment reference list.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_PROBLEM__RES_CONSUMPTIONS = 5;\r\n\r\n\t/**\r\n\t * The feature id for the '<em><b>ID</b></em>' attribute.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_PROBLEM__ID = 6;\r\n\r\n\t/**\r\n\t * The number of structural features of the '<em>Allocation Problem</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_PROBLEM_FEATURE_COUNT = 7;\r\n\r\n\t/**\r\n\t * The number of operations of the '<em>Allocation Problem</em>' class.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t * @ordered\r\n\t */\r\n\tint ALLOCATION_PROBLEM_OPERATION_COUNT = 0;\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link componentAllocation.Component <em>Component</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Component</em>'.\r\n\t * @see componentAllocation.Component\r\n\t * @generated\r\n\t */\r\n\tEClass getComponent();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.Component#getCompName <em>Comp Name</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Comp Name</em>'.\r\n\t * @see componentAllocation.Component#getCompName()\r\n\t * @see #getComponent()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getComponent_CompName();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link componentAllocation.Component#getResConsumptions <em>Res Consumptions</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Res Consumptions</em>'.\r\n\t * @see componentAllocation.Component#getResConsumptions()\r\n\t * @see #getComponent()\r\n\t * @generated\r\n\t */\r\n\tEReference getComponent_ResConsumptions();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link componentAllocation.CompUnit <em>Comp Unit</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Comp Unit</em>'.\r\n\t * @see componentAllocation.CompUnit\r\n\t * @generated\r\n\t */\r\n\tEClass getCompUnit();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.CompUnit#getCpuAvail <em>Cpu Avail</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Cpu Avail</em>'.\r\n\t * @see componentAllocation.CompUnit#getCpuAvail()\r\n\t * @see #getCompUnit()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getCompUnit_CpuAvail();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.CompUnit#getMemAvailable <em>Mem Available</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Mem Available</em>'.\r\n\t * @see componentAllocation.CompUnit#getMemAvailable()\r\n\t * @see #getCompUnit()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getCompUnit_MemAvailable();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.CompUnit#getPowerAvail <em>Power Avail</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Power Avail</em>'.\r\n\t * @see componentAllocation.CompUnit#getPowerAvail()\r\n\t * @see #getCompUnit()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getCompUnit_PowerAvail();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.CompUnit#getCompUnitName <em>Comp Unit Name</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Comp Unit Name</em>'.\r\n\t * @see componentAllocation.CompUnit#getCompUnitName()\r\n\t * @see #getCompUnit()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getCompUnit_CompUnitName();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference list '{@link componentAllocation.CompUnit#getResConsumptions <em>Res Consumptions</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference list '<em>Res Consumptions</em>'.\r\n\t * @see componentAllocation.CompUnit#getResConsumptions()\r\n\t * @see #getCompUnit()\r\n\t * @generated\r\n\t */\r\n\tEReference getCompUnit_ResConsumptions();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link componentAllocation.TradeOffVector <em>Trade Off Vector</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Trade Off Vector</em>'.\r\n\t * @see componentAllocation.TradeOffVector\r\n\t * @generated\r\n\t */\r\n\tEClass getTradeOffVector();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.TradeOffVector#getCpuFactor <em>Cpu Factor</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Cpu Factor</em>'.\r\n\t * @see componentAllocation.TradeOffVector#getCpuFactor()\r\n\t * @see #getTradeOffVector()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getTradeOffVector_CpuFactor();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.TradeOffVector#getMemoryFactor <em>Memory Factor</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Memory Factor</em>'.\r\n\t * @see componentAllocation.TradeOffVector#getMemoryFactor()\r\n\t * @see #getTradeOffVector()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getTradeOffVector_MemoryFactor();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.TradeOffVector#getPowerFactor <em>Power Factor</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Power Factor</em>'.\r\n\t * @see componentAllocation.TradeOffVector#getPowerFactor()\r\n\t * @see #getTradeOffVector()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getTradeOffVector_PowerFactor();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link componentAllocation.ResConsumption <em>Res Consumption</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Res Consumption</em>'.\r\n\t * @see componentAllocation.ResConsumption\r\n\t * @generated\r\n\t */\r\n\tEClass getResConsumption();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.ResConsumption#getCpuCons <em>Cpu Cons</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Cpu Cons</em>'.\r\n\t * @see componentAllocation.ResConsumption#getCpuCons()\r\n\t * @see #getResConsumption()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getResConsumption_CpuCons();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.ResConsumption#getMemoryCons <em>Memory Cons</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Memory Cons</em>'.\r\n\t * @see componentAllocation.ResConsumption#getMemoryCons()\r\n\t * @see #getResConsumption()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getResConsumption_MemoryCons();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.ResConsumption#getPowerCons <em>Power Cons</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>Power Cons</em>'.\r\n\t * @see componentAllocation.ResConsumption#getPowerCons()\r\n\t * @see #getResConsumption()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getResConsumption_PowerCons();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link componentAllocation.ResConsumption#getComponent <em>Component</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Component</em>'.\r\n\t * @see componentAllocation.ResConsumption#getComponent()\r\n\t * @see #getResConsumption()\r\n\t * @generated\r\n\t */\r\n\tEReference getResConsumption_Component();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link componentAllocation.ResConsumption#getCompUnit <em>Comp Unit</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Comp Unit</em>'.\r\n\t * @see componentAllocation.ResConsumption#getCompUnit()\r\n\t * @see #getResConsumption()\r\n\t * @generated\r\n\t */\r\n\tEReference getResConsumption_CompUnit();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link componentAllocation.AllocationConstraint <em>Allocation Constraint</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Allocation Constraint</em>'.\r\n\t * @see componentAllocation.AllocationConstraint\r\n\t * @generated\r\n\t */\r\n\tEClass getAllocationConstraint();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link componentAllocation.AllocationConstraint#getComponent <em>Component</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Component</em>'.\r\n\t * @see componentAllocation.AllocationConstraint#getComponent()\r\n\t * @see #getAllocationConstraint()\r\n\t * @generated\r\n\t */\r\n\tEReference getAllocationConstraint_Component();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link componentAllocation.AllocationConstraint#getCompUnit <em>Comp Unit</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Comp Unit</em>'.\r\n\t * @see componentAllocation.AllocationConstraint#getCompUnit()\r\n\t * @see #getAllocationConstraint()\r\n\t * @generated\r\n\t */\r\n\tEReference getAllocationConstraint_CompUnit();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link componentAllocation.AntiAllocationConstraint <em>Anti Allocation Constraint</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Anti Allocation Constraint</em>'.\r\n\t * @see componentAllocation.AntiAllocationConstraint\r\n\t * @generated\r\n\t */\r\n\tEClass getAntiAllocationConstraint();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link componentAllocation.AntiAllocationConstraint#getCompUnit <em>Comp Unit</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Comp Unit</em>'.\r\n\t * @see componentAllocation.AntiAllocationConstraint#getCompUnit()\r\n\t * @see #getAntiAllocationConstraint()\r\n\t * @generated\r\n\t */\r\n\tEReference getAntiAllocationConstraint_CompUnit();\r\n\r\n\t/**\r\n\t * Returns the meta object for the reference '{@link componentAllocation.AntiAllocationConstraint#getComponent <em>Component</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the reference '<em>Component</em>'.\r\n\t * @see componentAllocation.AntiAllocationConstraint#getComponent()\r\n\t * @see #getAntiAllocationConstraint()\r\n\t * @generated\r\n\t */\r\n\tEReference getAntiAllocationConstraint_Component();\r\n\r\n\t/**\r\n\t * Returns the meta object for class '{@link componentAllocation.AllocationProblem <em>Allocation Problem</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for class '<em>Allocation Problem</em>'.\r\n\t * @see componentAllocation.AllocationProblem\r\n\t * @generated\r\n\t */\r\n\tEClass getAllocationProblem();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link componentAllocation.AllocationProblem#getComponents <em>Components</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Components</em>'.\r\n\t * @see componentAllocation.AllocationProblem#getComponents()\r\n\t * @see #getAllocationProblem()\r\n\t * @generated\r\n\t */\r\n\tEReference getAllocationProblem_Components();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference '{@link componentAllocation.AllocationProblem#getTradeOffvector <em>Trade Offvector</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference '<em>Trade Offvector</em>'.\r\n\t * @see componentAllocation.AllocationProblem#getTradeOffvector()\r\n\t * @see #getAllocationProblem()\r\n\t * @generated\r\n\t */\r\n\tEReference getAllocationProblem_TradeOffvector();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link componentAllocation.AllocationProblem#getCompUnits <em>Comp Units</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Comp Units</em>'.\r\n\t * @see componentAllocation.AllocationProblem#getCompUnits()\r\n\t * @see #getAllocationProblem()\r\n\t * @generated\r\n\t */\r\n\tEReference getAllocationProblem_CompUnits();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link componentAllocation.AllocationProblem#getAllocationConstraints <em>Allocation Constraints</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Allocation Constraints</em>'.\r\n\t * @see componentAllocation.AllocationProblem#getAllocationConstraints()\r\n\t * @see #getAllocationProblem()\r\n\t * @generated\r\n\t */\r\n\tEReference getAllocationProblem_AllocationConstraints();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link componentAllocation.AllocationProblem#getAntiAllocationConstraints <em>Anti Allocation Constraints</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Anti Allocation Constraints</em>'.\r\n\t * @see componentAllocation.AllocationProblem#getAntiAllocationConstraints()\r\n\t * @see #getAllocationProblem()\r\n\t * @generated\r\n\t */\r\n\tEReference getAllocationProblem_AntiAllocationConstraints();\r\n\r\n\t/**\r\n\t * Returns the meta object for the containment reference list '{@link componentAllocation.AllocationProblem#getResConsumptions <em>Res Consumptions</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the containment reference list '<em>Res Consumptions</em>'.\r\n\t * @see componentAllocation.AllocationProblem#getResConsumptions()\r\n\t * @see #getAllocationProblem()\r\n\t * @generated\r\n\t */\r\n\tEReference getAllocationProblem_ResConsumptions();\r\n\r\n\t/**\r\n\t * Returns the meta object for the attribute '{@link componentAllocation.AllocationProblem#getID <em>ID</em>}'.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the meta object for the attribute '<em>ID</em>'.\r\n\t * @see componentAllocation.AllocationProblem#getID()\r\n\t * @see #getAllocationProblem()\r\n\t * @generated\r\n\t */\r\n\tEAttribute getAllocationProblem_ID();\r\n\r\n\t/**\r\n\t * Returns the factory that creates the instances of the model.\r\n\t * <!-- begin-user-doc -->\r\n\t * <!-- end-user-doc -->\r\n\t * @return the factory that creates the instances of the model.\r\n\t * @generated\r\n\t */\r\n\tComponentAllocationFactory getComponentAllocationFactory();\r\n\r\n\t/**\r\n\t * <!-- begin-user-doc -->\r\n\t * Defines literals for the meta objects that represent\r\n\t * <ul>\r\n\t * <li>each class,</li>\r\n\t * <li>each feature of each class,</li>\r\n\t * <li>each operation of each class,</li>\r\n\t * <li>each enum,</li>\r\n\t * <li>and each data type</li>\r\n\t * </ul>\r\n\t * <!-- end-user-doc -->\r\n\t * @generated\r\n\t */\r\n\tinterface Literals {\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link componentAllocation.impl.ComponentImpl <em>Component</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see componentAllocation.impl.ComponentImpl\r\n\t\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getComponent()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass COMPONENT = eINSTANCE.getComponent();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Comp Name</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute COMPONENT__COMP_NAME = eINSTANCE.getComponent_CompName();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Res Consumptions</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference COMPONENT__RES_CONSUMPTIONS = eINSTANCE.getComponent_ResConsumptions();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link componentAllocation.impl.CompUnitImpl <em>Comp Unit</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see componentAllocation.impl.CompUnitImpl\r\n\t\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getCompUnit()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass COMP_UNIT = eINSTANCE.getCompUnit();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Cpu Avail</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute COMP_UNIT__CPU_AVAIL = eINSTANCE.getCompUnit_CpuAvail();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Mem Available</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute COMP_UNIT__MEM_AVAILABLE = eINSTANCE.getCompUnit_MemAvailable();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Power Avail</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute COMP_UNIT__POWER_AVAIL = eINSTANCE.getCompUnit_PowerAvail();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Comp Unit Name</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute COMP_UNIT__COMP_UNIT_NAME = eINSTANCE.getCompUnit_CompUnitName();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Res Consumptions</b></em>' reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference COMP_UNIT__RES_CONSUMPTIONS = eINSTANCE.getCompUnit_ResConsumptions();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link componentAllocation.impl.TradeOffVectorImpl <em>Trade Off Vector</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see componentAllocation.impl.TradeOffVectorImpl\r\n\t\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getTradeOffVector()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass TRADE_OFF_VECTOR = eINSTANCE.getTradeOffVector();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Cpu Factor</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute TRADE_OFF_VECTOR__CPU_FACTOR = eINSTANCE.getTradeOffVector_CpuFactor();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Memory Factor</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute TRADE_OFF_VECTOR__MEMORY_FACTOR = eINSTANCE.getTradeOffVector_MemoryFactor();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Power Factor</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute TRADE_OFF_VECTOR__POWER_FACTOR = eINSTANCE.getTradeOffVector_PowerFactor();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link componentAllocation.impl.ResConsumptionImpl <em>Res Consumption</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see componentAllocation.impl.ResConsumptionImpl\r\n\t\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getResConsumption()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass RES_CONSUMPTION = eINSTANCE.getResConsumption();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Cpu Cons</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute RES_CONSUMPTION__CPU_CONS = eINSTANCE.getResConsumption_CpuCons();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Memory Cons</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute RES_CONSUMPTION__MEMORY_CONS = eINSTANCE.getResConsumption_MemoryCons();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Power Cons</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute RES_CONSUMPTION__POWER_CONS = eINSTANCE.getResConsumption_PowerCons();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Component</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference RES_CONSUMPTION__COMPONENT = eINSTANCE.getResConsumption_Component();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Comp Unit</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference RES_CONSUMPTION__COMP_UNIT = eINSTANCE.getResConsumption_CompUnit();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link componentAllocation.impl.AllocationConstraintImpl <em>Allocation Constraint</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see componentAllocation.impl.AllocationConstraintImpl\r\n\t\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getAllocationConstraint()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass ALLOCATION_CONSTRAINT = eINSTANCE.getAllocationConstraint();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Component</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ALLOCATION_CONSTRAINT__COMPONENT = eINSTANCE.getAllocationConstraint_Component();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Comp Unit</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ALLOCATION_CONSTRAINT__COMP_UNIT = eINSTANCE.getAllocationConstraint_CompUnit();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link componentAllocation.impl.AntiAllocationConstraintImpl <em>Anti Allocation Constraint</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see componentAllocation.impl.AntiAllocationConstraintImpl\r\n\t\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getAntiAllocationConstraint()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass ANTI_ALLOCATION_CONSTRAINT = eINSTANCE.getAntiAllocationConstraint();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Comp Unit</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ANTI_ALLOCATION_CONSTRAINT__COMP_UNIT = eINSTANCE.getAntiAllocationConstraint_CompUnit();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Component</b></em>' reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ANTI_ALLOCATION_CONSTRAINT__COMPONENT = eINSTANCE.getAntiAllocationConstraint_Component();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '{@link componentAllocation.impl.AllocationProblemImpl <em>Allocation Problem</em>}' class.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @see componentAllocation.impl.AllocationProblemImpl\r\n\t\t * @see componentAllocation.impl.ComponentAllocationPackageImpl#getAllocationProblem()\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEClass ALLOCATION_PROBLEM = eINSTANCE.getAllocationProblem();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Components</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ALLOCATION_PROBLEM__COMPONENTS = eINSTANCE.getAllocationProblem_Components();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Trade Offvector</b></em>' containment reference feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ALLOCATION_PROBLEM__TRADE_OFFVECTOR = eINSTANCE.getAllocationProblem_TradeOffvector();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Comp Units</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ALLOCATION_PROBLEM__COMP_UNITS = eINSTANCE.getAllocationProblem_CompUnits();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Allocation Constraints</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ALLOCATION_PROBLEM__ALLOCATION_CONSTRAINTS = eINSTANCE.getAllocationProblem_AllocationConstraints();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Anti Allocation Constraints</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ALLOCATION_PROBLEM__ANTI_ALLOCATION_CONSTRAINTS = eINSTANCE\r\n\t\t\t\t.getAllocationProblem_AntiAllocationConstraints();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>Res Consumptions</b></em>' containment reference list feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEReference ALLOCATION_PROBLEM__RES_CONSUMPTIONS = eINSTANCE.getAllocationProblem_ResConsumptions();\r\n\r\n\t\t/**\r\n\t\t * The meta object literal for the '<em><b>ID</b></em>' attribute feature.\r\n\t\t * <!-- begin-user-doc -->\r\n\t\t * <!-- end-user-doc -->\r\n\t\t * @generated\r\n\t\t */\r\n\t\tEAttribute ALLOCATION_PROBLEM__ID = eINSTANCE.getAllocationProblem_ID();\r\n\r\n\t}\r\n\r\n}", "public void createPackageContents() {\n\t\tif (isCreated) return;\n\t\tisCreated = true;\n\n\t\t// Create classes and their features\n\t\tblockArchitecturePkgEClass = createEClass(BLOCK_ARCHITECTURE_PKG);\n\n\t\tblockArchitectureEClass = createEClass(BLOCK_ARCHITECTURE);\n\t\tcreateEReference(blockArchitectureEClass, BLOCK_ARCHITECTURE__OWNED_REQUIREMENT_PKGS);\n\t\tcreateEReference(blockArchitectureEClass, BLOCK_ARCHITECTURE__OWNED_ABSTRACT_CAPABILITY_PKG);\n\t\tcreateEReference(blockArchitectureEClass, BLOCK_ARCHITECTURE__OWNED_INTERFACE_PKG);\n\t\tcreateEReference(blockArchitectureEClass, BLOCK_ARCHITECTURE__OWNED_DATA_PKG);\n\t\tcreateEReference(blockArchitectureEClass, BLOCK_ARCHITECTURE__PROVISIONED_ARCHITECTURE_ALLOCATIONS);\n\t\tcreateEReference(blockArchitectureEClass, BLOCK_ARCHITECTURE__PROVISIONING_ARCHITECTURE_ALLOCATIONS);\n\t\tcreateEReference(blockArchitectureEClass, BLOCK_ARCHITECTURE__ALLOCATED_ARCHITECTURES);\n\t\tcreateEReference(blockArchitectureEClass, BLOCK_ARCHITECTURE__ALLOCATING_ARCHITECTURES);\n\n\t\tblockEClass = createEClass(BLOCK);\n\t\tcreateEReference(blockEClass, BLOCK__OWNED_ABSTRACT_CAPABILITY_PKG);\n\t\tcreateEReference(blockEClass, BLOCK__OWNED_INTERFACE_PKG);\n\t\tcreateEReference(blockEClass, BLOCK__OWNED_DATA_PKG);\n\t\tcreateEReference(blockEClass, BLOCK__OWNED_STATE_MACHINES);\n\n\t\tcomponentArchitectureEClass = createEClass(COMPONENT_ARCHITECTURE);\n\n\t\tcomponentEClass = createEClass(COMPONENT);\n\t\tcreateEReference(componentEClass, COMPONENT__OWNED_INTERFACE_USES);\n\t\tcreateEReference(componentEClass, COMPONENT__USED_INTERFACE_LINKS);\n\t\tcreateEReference(componentEClass, COMPONENT__USED_INTERFACES);\n\t\tcreateEReference(componentEClass, COMPONENT__OWNED_INTERFACE_IMPLEMENTATIONS);\n\t\tcreateEReference(componentEClass, COMPONENT__IMPLEMENTED_INTERFACE_LINKS);\n\t\tcreateEReference(componentEClass, COMPONENT__IMPLEMENTED_INTERFACES);\n\t\tcreateEReference(componentEClass, COMPONENT__PROVISIONED_COMPONENT_ALLOCATIONS);\n\t\tcreateEReference(componentEClass, COMPONENT__PROVISIONING_COMPONENT_ALLOCATIONS);\n\t\tcreateEReference(componentEClass, COMPONENT__ALLOCATED_COMPONENTS);\n\t\tcreateEReference(componentEClass, COMPONENT__ALLOCATING_COMPONENTS);\n\t\tcreateEReference(componentEClass, COMPONENT__PROVIDED_INTERFACES);\n\t\tcreateEReference(componentEClass, COMPONENT__REQUIRED_INTERFACES);\n\t\tcreateEReference(componentEClass, COMPONENT__CONTAINED_COMPONENT_PORTS);\n\t\tcreateEReference(componentEClass, COMPONENT__CONTAINED_PARTS);\n\t\tcreateEReference(componentEClass, COMPONENT__CONTAINED_PHYSICAL_PORTS);\n\t\tcreateEReference(componentEClass, COMPONENT__OWNED_PHYSICAL_PATH);\n\t\tcreateEReference(componentEClass, COMPONENT__OWNED_PHYSICAL_LINKS);\n\t\tcreateEReference(componentEClass, COMPONENT__OWNED_PHYSICAL_LINK_CATEGORIES);\n\n\t\tabstractActorEClass = createEClass(ABSTRACT_ACTOR);\n\n\t\tpartEClass = createEClass(PART);\n\t\tcreateEReference(partEClass, PART__PROVIDED_INTERFACES);\n\t\tcreateEReference(partEClass, PART__REQUIRED_INTERFACES);\n\t\tcreateEReference(partEClass, PART__OWNED_DEPLOYMENT_LINKS);\n\t\tcreateEReference(partEClass, PART__DEPLOYED_PARTS);\n\t\tcreateEReference(partEClass, PART__DEPLOYING_PARTS);\n\t\tcreateEReference(partEClass, PART__OWNED_ABSTRACT_TYPE);\n\t\tcreateEAttribute(partEClass, PART__VALUE);\n\t\tcreateEAttribute(partEClass, PART__MAX_VALUE);\n\t\tcreateEAttribute(partEClass, PART__MIN_VALUE);\n\t\tcreateEAttribute(partEClass, PART__CURRENT_MASS);\n\n\t\tarchitectureAllocationEClass = createEClass(ARCHITECTURE_ALLOCATION);\n\t\tcreateEReference(architectureAllocationEClass, ARCHITECTURE_ALLOCATION__ALLOCATED_ARCHITECTURE);\n\t\tcreateEReference(architectureAllocationEClass, ARCHITECTURE_ALLOCATION__ALLOCATING_ARCHITECTURE);\n\n\t\tcomponentAllocationEClass = createEClass(COMPONENT_ALLOCATION);\n\t\tcreateEReference(componentAllocationEClass, COMPONENT_ALLOCATION__ALLOCATED_COMPONENT);\n\t\tcreateEReference(componentAllocationEClass, COMPONENT_ALLOCATION__ALLOCATING_COMPONENT);\n\n\t\tsystemComponentEClass = createEClass(SYSTEM_COMPONENT);\n\t\tcreateEAttribute(systemComponentEClass, SYSTEM_COMPONENT__DATA_COMPONENT);\n\t\tcreateEReference(systemComponentEClass, SYSTEM_COMPONENT__DATA_TYPE);\n\t\tcreateEReference(systemComponentEClass, SYSTEM_COMPONENT__PARTICIPATIONS_IN_CAPABILITY_REALIZATIONS);\n\n\t\tinterfacePkgEClass = createEClass(INTERFACE_PKG);\n\t\tcreateEReference(interfacePkgEClass, INTERFACE_PKG__OWNED_INTERFACES);\n\t\tcreateEReference(interfacePkgEClass, INTERFACE_PKG__OWNED_INTERFACE_PKGS);\n\n\t\tinterfaceEClass = createEClass(INTERFACE);\n\t\tcreateEAttribute(interfaceEClass, INTERFACE__MECHANISM);\n\t\tcreateEAttribute(interfaceEClass, INTERFACE__STRUCTURAL);\n\t\tcreateEReference(interfaceEClass, INTERFACE__IMPLEMENTOR_COMPONENTS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__USER_COMPONENTS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__INTERFACE_IMPLEMENTATIONS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__INTERFACE_USES);\n\t\tcreateEReference(interfaceEClass, INTERFACE__PROVISIONING_INTERFACE_ALLOCATIONS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__ALLOCATING_INTERFACES);\n\t\tcreateEReference(interfaceEClass, INTERFACE__ALLOCATING_COMPONENTS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__EXCHANGE_ITEMS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__OWNED_EXCHANGE_ITEM_ALLOCATIONS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__REQUIRING_COMPONENTS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__REQUIRING_COMPONENT_PORTS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__PROVIDING_COMPONENTS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__PROVIDING_COMPONENT_PORTS);\n\t\tcreateEReference(interfaceEClass, INTERFACE__REALIZING_LOGICAL_INTERFACES);\n\t\tcreateEReference(interfaceEClass, INTERFACE__REALIZED_CONTEXT_INTERFACES);\n\t\tcreateEReference(interfaceEClass, INTERFACE__REALIZING_PHYSICAL_INTERFACES);\n\t\tcreateEReference(interfaceEClass, INTERFACE__REALIZED_LOGICAL_INTERFACES);\n\n\t\tinterfaceImplementationEClass = createEClass(INTERFACE_IMPLEMENTATION);\n\t\tcreateEReference(interfaceImplementationEClass, INTERFACE_IMPLEMENTATION__INTERFACE_IMPLEMENTOR);\n\t\tcreateEReference(interfaceImplementationEClass, INTERFACE_IMPLEMENTATION__IMPLEMENTED_INTERFACE);\n\n\t\tinterfaceUseEClass = createEClass(INTERFACE_USE);\n\t\tcreateEReference(interfaceUseEClass, INTERFACE_USE__INTERFACE_USER);\n\t\tcreateEReference(interfaceUseEClass, INTERFACE_USE__USED_INTERFACE);\n\n\t\tprovidedInterfaceLinkEClass = createEClass(PROVIDED_INTERFACE_LINK);\n\t\tcreateEReference(providedInterfaceLinkEClass, PROVIDED_INTERFACE_LINK__INTERFACE);\n\n\t\trequiredInterfaceLinkEClass = createEClass(REQUIRED_INTERFACE_LINK);\n\t\tcreateEReference(requiredInterfaceLinkEClass, REQUIRED_INTERFACE_LINK__INTERFACE);\n\n\t\tinterfaceAllocationEClass = createEClass(INTERFACE_ALLOCATION);\n\t\tcreateEReference(interfaceAllocationEClass, INTERFACE_ALLOCATION__ALLOCATED_INTERFACE);\n\t\tcreateEReference(interfaceAllocationEClass, INTERFACE_ALLOCATION__ALLOCATING_INTERFACE_ALLOCATOR);\n\n\t\tinterfaceAllocatorEClass = createEClass(INTERFACE_ALLOCATOR);\n\t\tcreateEReference(interfaceAllocatorEClass, INTERFACE_ALLOCATOR__OWNED_INTERFACE_ALLOCATIONS);\n\t\tcreateEReference(interfaceAllocatorEClass, INTERFACE_ALLOCATOR__PROVISIONED_INTERFACE_ALLOCATIONS);\n\t\tcreateEReference(interfaceAllocatorEClass, INTERFACE_ALLOCATOR__ALLOCATED_INTERFACES);\n\n\t\tactorCapabilityRealizationInvolvementEClass = createEClass(ACTOR_CAPABILITY_REALIZATION_INVOLVEMENT);\n\n\t\tsystemComponentCapabilityRealizationInvolvementEClass = createEClass(SYSTEM_COMPONENT_CAPABILITY_REALIZATION_INVOLVEMENT);\n\n\t\tcomponentContextEClass = createEClass(COMPONENT_CONTEXT);\n\n\t\texchangeItemAllocationEClass = createEClass(EXCHANGE_ITEM_ALLOCATION);\n\t\tcreateEAttribute(exchangeItemAllocationEClass, EXCHANGE_ITEM_ALLOCATION__SEND_PROTOCOL);\n\t\tcreateEAttribute(exchangeItemAllocationEClass, EXCHANGE_ITEM_ALLOCATION__RECEIVE_PROTOCOL);\n\t\tcreateEReference(exchangeItemAllocationEClass, EXCHANGE_ITEM_ALLOCATION__ALLOCATED_ITEM);\n\t\tcreateEReference(exchangeItemAllocationEClass, EXCHANGE_ITEM_ALLOCATION__ALLOCATING_INTERFACE);\n\n\t\tdeployableElementEClass = createEClass(DEPLOYABLE_ELEMENT);\n\t\tcreateEReference(deployableElementEClass, DEPLOYABLE_ELEMENT__DEPLOYING_LINKS);\n\n\t\tdeploymentTargetEClass = createEClass(DEPLOYMENT_TARGET);\n\t\tcreateEReference(deploymentTargetEClass, DEPLOYMENT_TARGET__DEPLOYMENT_LINKS);\n\n\t\tabstractDeploymentLinkEClass = createEClass(ABSTRACT_DEPLOYMENT_LINK);\n\t\tcreateEReference(abstractDeploymentLinkEClass, ABSTRACT_DEPLOYMENT_LINK__DEPLOYED_ELEMENT);\n\t\tcreateEReference(abstractDeploymentLinkEClass, ABSTRACT_DEPLOYMENT_LINK__LOCATION);\n\n\t\tabstractPathInvolvedElementEClass = createEClass(ABSTRACT_PATH_INVOLVED_ELEMENT);\n\n\t\tabstractPhysicalArtifactEClass = createEClass(ABSTRACT_PHYSICAL_ARTIFACT);\n\t\tcreateEReference(abstractPhysicalArtifactEClass, ABSTRACT_PHYSICAL_ARTIFACT__ALLOCATOR_CONFIGURATION_ITEMS);\n\n\t\tabstractPhysicalLinkEndEClass = createEClass(ABSTRACT_PHYSICAL_LINK_END);\n\t\tcreateEReference(abstractPhysicalLinkEndEClass, ABSTRACT_PHYSICAL_LINK_END__INVOLVED_LINKS);\n\n\t\tabstractPhysicalPathLinkEClass = createEClass(ABSTRACT_PHYSICAL_PATH_LINK);\n\n\t\tphysicalLinkEClass = createEClass(PHYSICAL_LINK);\n\t\tcreateEReference(physicalLinkEClass, PHYSICAL_LINK__LINK_ENDS);\n\t\tcreateEReference(physicalLinkEClass, PHYSICAL_LINK__OWNED_COMPONENT_EXCHANGE_FUNCTIONAL_EXCHANGE_ALLOCATIONS);\n\t\tcreateEReference(physicalLinkEClass, PHYSICAL_LINK__OWNED_PHYSICAL_LINK_ENDS);\n\t\tcreateEReference(physicalLinkEClass, PHYSICAL_LINK__OWNED_PHYSICAL_LINK_REALIZATIONS);\n\t\tcreateEReference(physicalLinkEClass, PHYSICAL_LINK__CATEGORIES);\n\t\tcreateEReference(physicalLinkEClass, PHYSICAL_LINK__SOURCE_PHYSICAL_PORT);\n\t\tcreateEReference(physicalLinkEClass, PHYSICAL_LINK__TARGET_PHYSICAL_PORT);\n\t\tcreateEReference(physicalLinkEClass, PHYSICAL_LINK__REALIZED_PHYSICAL_LINKS);\n\t\tcreateEReference(physicalLinkEClass, PHYSICAL_LINK__REALIZING_PHYSICAL_LINKS);\n\n\t\tphysicalLinkCategoryEClass = createEClass(PHYSICAL_LINK_CATEGORY);\n\t\tcreateEReference(physicalLinkCategoryEClass, PHYSICAL_LINK_CATEGORY__LINKS);\n\n\t\tphysicalLinkEndEClass = createEClass(PHYSICAL_LINK_END);\n\t\tcreateEReference(physicalLinkEndEClass, PHYSICAL_LINK_END__PORT);\n\t\tcreateEReference(physicalLinkEndEClass, PHYSICAL_LINK_END__PART);\n\n\t\tphysicalLinkRealizationEClass = createEClass(PHYSICAL_LINK_REALIZATION);\n\n\t\tphysicalPathEClass = createEClass(PHYSICAL_PATH);\n\t\tcreateEReference(physicalPathEClass, PHYSICAL_PATH__INVOLVED_LINKS);\n\t\tcreateEReference(physicalPathEClass, PHYSICAL_PATH__OWNED_PHYSICAL_PATH_INVOLVEMENTS);\n\t\tcreateEReference(physicalPathEClass, PHYSICAL_PATH__FIRST_PHYSICAL_PATH_INVOLVEMENTS);\n\t\tcreateEReference(physicalPathEClass, PHYSICAL_PATH__OWNED_PHYSICAL_PATH_REALIZATIONS);\n\t\tcreateEReference(physicalPathEClass, PHYSICAL_PATH__REALIZED_PHYSICAL_PATHS);\n\t\tcreateEReference(physicalPathEClass, PHYSICAL_PATH__REALIZING_PHYSICAL_PATHS);\n\n\t\tphysicalPathInvolvementEClass = createEClass(PHYSICAL_PATH_INVOLVEMENT);\n\t\tcreateEReference(physicalPathInvolvementEClass, PHYSICAL_PATH_INVOLVEMENT__NEXT_INVOLVEMENTS);\n\t\tcreateEReference(physicalPathInvolvementEClass, PHYSICAL_PATH_INVOLVEMENT__PREVIOUS_INVOLVEMENTS);\n\t\tcreateEReference(physicalPathInvolvementEClass, PHYSICAL_PATH_INVOLVEMENT__INVOLVED_ELEMENT);\n\t\tcreateEReference(physicalPathInvolvementEClass, PHYSICAL_PATH_INVOLVEMENT__INVOLVED_COMPONENT);\n\n\t\tphysicalPathReferenceEClass = createEClass(PHYSICAL_PATH_REFERENCE);\n\t\tcreateEReference(physicalPathReferenceEClass, PHYSICAL_PATH_REFERENCE__REFERENCED_PHYSICAL_PATH);\n\n\t\tphysicalPathRealizationEClass = createEClass(PHYSICAL_PATH_REALIZATION);\n\n\t\tphysicalPortEClass = createEClass(PHYSICAL_PORT);\n\t\tcreateEReference(physicalPortEClass, PHYSICAL_PORT__OWNED_COMPONENT_PORT_ALLOCATIONS);\n\t\tcreateEReference(physicalPortEClass, PHYSICAL_PORT__OWNED_PHYSICAL_PORT_REALIZATIONS);\n\t\tcreateEReference(physicalPortEClass, PHYSICAL_PORT__ALLOCATED_COMPONENT_PORTS);\n\t\tcreateEReference(physicalPortEClass, PHYSICAL_PORT__REALIZED_PHYSICAL_PORTS);\n\t\tcreateEReference(physicalPortEClass, PHYSICAL_PORT__REALIZING_PHYSICAL_PORTS);\n\n\t\tphysicalPortRealizationEClass = createEClass(PHYSICAL_PORT_REALIZATION);\n\t}", "public void createPackageContents() {\r\n\t\tif (isCreated)\r\n\t\t\treturn;\r\n\t\tisCreated = true;\r\n\r\n\t\t// Create classes and their features\r\n\t\tspringProjectEClass = createEClass(SPRING_PROJECT);\r\n\t\tcreateEAttribute(springProjectEClass, SPRING_PROJECT__BASE_PACKAGE);\r\n\t\tcreateEAttribute(springProjectEClass, SPRING_PROJECT__NAME);\r\n\t\tcreateEReference(springProjectEClass, SPRING_PROJECT__DB_SOURCE);\r\n\t\tcreateEReference(springProjectEClass, SPRING_PROJECT__ENTITIES);\r\n\t\tcreateEReference(springProjectEClass, SPRING_PROJECT__CONTROLLERS);\r\n\r\n\t\trestControllerEClass = createEClass(REST_CONTROLLER);\r\n\t\tcreateEAttribute(restControllerEClass, REST_CONTROLLER__NAME);\r\n\t\tcreateEAttribute(restControllerEClass, REST_CONTROLLER__PATH);\r\n\t\tcreateEReference(restControllerEClass, REST_CONTROLLER__USED_ENTITIES);\r\n\t\tcreateEReference(restControllerEClass, REST_CONTROLLER__MAPPINGS);\r\n\r\n\t\trestMappingEClass = createEClass(REST_MAPPING);\r\n\t\tcreateEAttribute(restMappingEClass, REST_MAPPING__PATH);\r\n\t\tcreateEAttribute(restMappingEClass, REST_MAPPING__NAME);\r\n\t\tcreateEReference(restMappingEClass, REST_MAPPING__USED_ENTITY);\r\n\t\tcreateEAttribute(restMappingEClass, REST_MAPPING__BODY);\r\n\r\n\t\tgetMappingEClass = createEClass(GET_MAPPING);\r\n\r\n\t\tpostMappingEClass = createEClass(POST_MAPPING);\r\n\t\tcreateEReference(postMappingEClass, POST_MAPPING__PARAMETERS);\r\n\r\n\t\tentityEClass = createEClass(ENTITY);\r\n\t\tcreateEReference(entityEClass, ENTITY__SUPER_CLASS);\r\n\t\tcreateEAttribute(entityEClass, ENTITY__NAME);\r\n\t\tcreateEAttribute(entityEClass, ENTITY__GENERATE_REPOSITORY);\r\n\t\tcreateEReference(entityEClass, ENTITY__FIELDS);\r\n\t\tcreateEReference(entityEClass, ENTITY__MAPPING);\r\n\r\n\t\tmappingEClass = createEClass(MAPPING);\r\n\t\tcreateEAttribute(mappingEClass, MAPPING__NAME);\r\n\t\tcreateEReference(mappingEClass, MAPPING__ENTITY);\r\n\t\tcreateEAttribute(mappingEClass, MAPPING__IS_LIST);\r\n\t\tcreateEReference(mappingEClass, MAPPING__MAPPING_TYPE);\r\n\r\n\t\tmappingTypeEClass = createEClass(MAPPING_TYPE);\r\n\t\tcreateEAttribute(mappingTypeEClass, MAPPING_TYPE__CASCADE);\r\n\t\tcreateEReference(mappingTypeEClass, MAPPING_TYPE__MAPPED_BY);\r\n\r\n\t\toneToManyEClass = createEClass(ONE_TO_MANY);\r\n\r\n\t\tmanyToOneEClass = createEClass(MANY_TO_ONE);\r\n\r\n\t\tmanyToManyEClass = createEClass(MANY_TO_MANY);\r\n\t\tcreateEAttribute(manyToManyEClass, MANY_TO_MANY__JOIN_TABLE_NAME);\r\n\t\tcreateEAttribute(manyToManyEClass, MANY_TO_MANY__JOIN_COLUMNS);\r\n\t\tcreateEAttribute(manyToManyEClass, MANY_TO_MANY__INVERSE_JOIN_COLUMNS);\r\n\r\n\t\toneToOneEClass = createEClass(ONE_TO_ONE);\r\n\r\n\t\tfieldEClass = createEClass(FIELD);\r\n\t\tcreateEAttribute(fieldEClass, FIELD__IS_ID);\r\n\t\tcreateEAttribute(fieldEClass, FIELD__NAME);\r\n\t\tcreateEAttribute(fieldEClass, FIELD__DATATYPE);\r\n\r\n\t\tdbSourceEClass = createEClass(DB_SOURCE);\r\n\t\tcreateEAttribute(dbSourceEClass, DB_SOURCE__ENABLE_CONSOLE);\r\n\t\tcreateEAttribute(dbSourceEClass, DB_SOURCE__WEB_ALLOW_OOTHERS);\r\n\t\tcreateEAttribute(dbSourceEClass, DB_SOURCE__CONSOLE_PATH);\r\n\t\tcreateEAttribute(dbSourceEClass, DB_SOURCE__URL);\r\n\t\tcreateEAttribute(dbSourceEClass, DB_SOURCE__USER);\r\n\t\tcreateEAttribute(dbSourceEClass, DB_SOURCE__PASSWORD);\r\n\t\tcreateEAttribute(dbSourceEClass, DB_SOURCE__DRIVE_CLASS_NAME);\r\n\t\tcreateEAttribute(dbSourceEClass, DB_SOURCE__SERVER_PORT);\r\n\r\n\t\t// Create enums\r\n\t\tcascadeEEnum = createEEnum(CASCADE);\r\n\t}", "public interface UsageevolutionPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"usageevolution\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://usageevolution/1.0\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"usageevolution\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @generated\n\t */\n\tUsageevolutionPackage eINSTANCE = org.scaledl.usageevolution.impl.UsageevolutionPackageImpl\n\t\t\t.init();\n\n\t/**\n\t * The meta object id for the '{@link org.scaledl.usageevolution.impl.UsageEvolutionImpl <em>Usage Evolution</em>}' class.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @see org.scaledl.usageevolution.impl.UsageEvolutionImpl\n\t * @see org.scaledl.usageevolution.impl.UsageevolutionPackageImpl#getUsageEvolution()\n\t * @generated\n\t */\n\tint USAGE_EVOLUTION = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Id</b></em>' attribute.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE_EVOLUTION__ID = EntityPackage.ENTITY__ID;\n\n\t/**\n\t * The feature id for the '<em><b>Entity Name</b></em>' attribute.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE_EVOLUTION__ENTITY_NAME = EntityPackage.ENTITY__ENTITY_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Usages</b></em>' containment reference list. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t *\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE_EVOLUTION__USAGES = EntityPackage.ENTITY_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Usage Evolution</em>' class. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t *\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE_EVOLUTION_FEATURE_COUNT = EntityPackage.ENTITY_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link org.scaledl.usageevolution.impl.UsageImpl <em>Usage</em>}' class.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @see org.scaledl.usageevolution.impl.UsageImpl\n\t * @see org.scaledl.usageevolution.impl.UsageevolutionPackageImpl#getUsage()\n\t * @generated\n\t */\n\tint USAGE = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Id</b></em>' attribute.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE__ID = EntityPackage.ENTITY__ID;\n\n\t/**\n\t * The feature id for the '<em><b>Entity Name</b></em>' attribute.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE__ENTITY_NAME = EntityPackage.ENTITY__ENTITY_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Load Evolution</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE__LOAD_EVOLUTION = EntityPackage.ENTITY_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Work Evolutions</b></em>' containment reference list. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t *\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE__WORK_EVOLUTIONS = EntityPackage.ENTITY_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Scenario</b></em>' reference.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE__SCENARIO = EntityPackage.ENTITY_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Repeating Pattern</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE__REPEATING_PATTERN = EntityPackage.ENTITY_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Evolution Step Width</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE__EVOLUTION_STEP_WIDTH = EntityPackage.ENTITY_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Usage</em>' class.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint USAGE_FEATURE_COUNT = EntityPackage.ENTITY_FEATURE_COUNT + 5;\n\n\t/**\n\t * The meta object id for the '{@link org.scaledl.usageevolution.impl.WorkParameterEvolutionImpl <em>Work Parameter Evolution</em>}' class.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @see org.scaledl.usageevolution.impl.WorkParameterEvolutionImpl\n\t * @see org.scaledl.usageevolution.impl.UsageevolutionPackageImpl#getWorkParameterEvolution()\n\t * @generated\n\t */\n\tint WORK_PARAMETER_EVOLUTION = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Evolution</b></em>' reference.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint WORK_PARAMETER_EVOLUTION__EVOLUTION = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Variable Characterisation</b></em>' reference. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t *\n\t * @generated\n\t * @ordered\n\t */\n\tint WORK_PARAMETER_EVOLUTION__VARIABLE_CHARACTERISATION = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Work Parameter Evolution</em>' class. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t *\n\t * @generated\n\t * @ordered\n\t */\n\tint WORK_PARAMETER_EVOLUTION_FEATURE_COUNT = 2;\n\n\t/**\n\t * Returns the meta object for class '{@link org.scaledl.usageevolution.UsageEvolution <em>Usage Evolution</em>}'.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Usage Evolution</em>'.\n\t * @see org.scaledl.usageevolution.UsageEvolution\n\t * @generated\n\t */\n\tEClass getUsageEvolution();\n\n\t/**\n\t * Returns the meta object for the containment reference list '\n\t * {@link org.scaledl.usageevolution.UsageEvolution#getUsages <em>Usages</em>}'. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t *\n\t * @return the meta object for the containment reference list '<em>Usages</em>'.\n\t * @see org.scaledl.usageevolution.UsageEvolution#getUsages()\n\t * @see #getUsageEvolution()\n\t * @generated\n\t */\n\tEReference getUsageEvolution_Usages();\n\n\t/**\n\t * Returns the meta object for class '{@link org.scaledl.usageevolution.Usage <em>Usage</em>}'.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Usage</em>'.\n\t * @see org.scaledl.usageevolution.Usage\n\t * @generated\n\t */\n\tEClass getUsage();\n\n\t/**\n\t * Returns the meta object for the reference '\n\t * {@link org.scaledl.usageevolution.Usage#getLoadEvolution <em>Load Evolution</em>}'. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t *\n\t * @return the meta object for the reference '<em>Load Evolution</em>'.\n\t * @see org.scaledl.usageevolution.Usage#getLoadEvolution()\n\t * @see #getUsage()\n\t * @generated\n\t */\n\tEReference getUsage_LoadEvolution();\n\n\t/**\n\t * Returns the meta object for the containment reference list '\n\t * {@link org.scaledl.usageevolution.Usage#getWorkEvolutions <em>Work Evolutions</em>}'. <!--\n\t * begin-user-doc --> <!-- end-user-doc -->\n\t *\n\t * @return the meta object for the containment reference list '<em>Work Evolutions</em>'.\n\t * @see org.scaledl.usageevolution.Usage#getWorkEvolutions()\n\t * @see #getUsage()\n\t * @generated\n\t */\n\tEReference getUsage_WorkEvolutions();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.scaledl.usageevolution.Usage#getScenario <em>Scenario</em>}'.\n\t * <!-- begin-user-doc\n\t * --> <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Scenario</em>'.\n\t * @see org.scaledl.usageevolution.Usage#getScenario()\n\t * @see #getUsage()\n\t * @generated\n\t */\n\tEReference getUsage_Scenario();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.scaledl.usageevolution.Usage#isRepeatingPattern <em>Repeating Pattern</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Repeating Pattern</em>'.\n\t * @see org.scaledl.usageevolution.Usage#isRepeatingPattern()\n\t * @see #getUsage()\n\t * @generated\n\t */\n\tEAttribute getUsage_RepeatingPattern();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link org.scaledl.usageevolution.Usage#getEvolutionStepWidth <em>Evolution Step Width</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Evolution Step Width</em>'.\n\t * @see org.scaledl.usageevolution.Usage#getEvolutionStepWidth()\n\t * @see #getUsage()\n\t * @generated\n\t */\n\tEAttribute getUsage_EvolutionStepWidth();\n\n\t/**\n\t * Returns the meta object for class '{@link org.scaledl.usageevolution.WorkParameterEvolution <em>Work Parameter Evolution</em>}'.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Work Parameter Evolution</em>'.\n\t * @see org.scaledl.usageevolution.WorkParameterEvolution\n\t * @generated\n\t */\n\tEClass getWorkParameterEvolution();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.scaledl.usageevolution.WorkParameterEvolution#getEvolution <em>Evolution</em>}'.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Evolution</em>'.\n\t * @see org.scaledl.usageevolution.WorkParameterEvolution#getEvolution()\n\t * @see #getWorkParameterEvolution()\n\t * @generated\n\t */\n\tEReference getWorkParameterEvolution_Evolution();\n\n\t/**\n\t * Returns the meta object for the reference '{@link org.scaledl.usageevolution.WorkParameterEvolution#getVariableCharacterisation <em>Variable Characterisation</em>}'.\n\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Variable Characterisation</em>'.\n\t * @see org.scaledl.usageevolution.WorkParameterEvolution#getVariableCharacterisation()\n\t * @see #getWorkParameterEvolution()\n\t * @generated\n\t */\n\tEReference getWorkParameterEvolution_VariableCharacterisation();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc --> <!--\n\t * end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tUsageevolutionFactory getUsageevolutionFactory();\n\n\t/**\n\t * <!-- begin-user-doc --> Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link org.scaledl.usageevolution.impl.UsageEvolutionImpl <em>Usage Evolution</em>}' class.\n\t\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t\t * @see org.scaledl.usageevolution.impl.UsageEvolutionImpl\n\t\t * @see org.scaledl.usageevolution.impl.UsageevolutionPackageImpl#getUsageEvolution()\n\t\t * @generated\n\t\t */\n\t\tEClass USAGE_EVOLUTION = eINSTANCE.getUsageEvolution();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Usages</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference USAGE_EVOLUTION__USAGES = eINSTANCE\n\t\t\t\t.getUsageEvolution_Usages();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.scaledl.usageevolution.impl.UsageImpl <em>Usage</em>}' class.\n\t\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t\t * @see org.scaledl.usageevolution.impl.UsageImpl\n\t\t * @see org.scaledl.usageevolution.impl.UsageevolutionPackageImpl#getUsage()\n\t\t * @generated\n\t\t */\n\t\tEClass USAGE = eINSTANCE.getUsage();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Load Evolution</b></em>' reference feature. <!--\n\t\t * begin-user-doc --> <!-- end-user-doc -->\n\t\t *\n\t\t * @generated\n\t\t */\n\t\tEReference USAGE__LOAD_EVOLUTION = eINSTANCE.getUsage_LoadEvolution();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Work Evolutions</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference USAGE__WORK_EVOLUTIONS = eINSTANCE.getUsage_WorkEvolutions();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Scenario</b></em>' reference feature. <!--\n\t\t * begin-user-doc --> <!-- end-user-doc -->\n\t\t *\n\t\t * @generated\n\t\t */\n\t\tEReference USAGE__SCENARIO = eINSTANCE.getUsage_Scenario();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Repeating Pattern</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute USAGE__REPEATING_PATTERN = eINSTANCE\n\t\t\t\t.getUsage_RepeatingPattern();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Evolution Step Width</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute USAGE__EVOLUTION_STEP_WIDTH = eINSTANCE\n\t\t\t\t.getUsage_EvolutionStepWidth();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link org.scaledl.usageevolution.impl.WorkParameterEvolutionImpl <em>Work Parameter Evolution</em>}' class.\n\t\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t\t * @see org.scaledl.usageevolution.impl.WorkParameterEvolutionImpl\n\t\t * @see org.scaledl.usageevolution.impl.UsageevolutionPackageImpl#getWorkParameterEvolution()\n\t\t * @generated\n\t\t */\n\t\tEClass WORK_PARAMETER_EVOLUTION = eINSTANCE.getWorkParameterEvolution();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Evolution</b></em>' reference feature. <!--\n\t\t * begin-user-doc --> <!-- end-user-doc -->\n\t\t *\n\t\t * @generated\n\t\t */\n\t\tEReference WORK_PARAMETER_EVOLUTION__EVOLUTION = eINSTANCE\n\t\t\t\t.getWorkParameterEvolution_Evolution();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Variable Characterisation</b></em>' reference feature.\n\t\t * <!-- begin-user-doc --> <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference WORK_PARAMETER_EVOLUTION__VARIABLE_CHARACTERISATION = eINSTANCE\n\t\t\t\t.getWorkParameterEvolution_VariableCharacterisation();\n\n\t}\n\n}", "public interface Layout {\n\n /**\n * Returns the launcher class name for this layout.\n * @return the launcher class name\n */\n String getLauncherClassName();\n\n /**\n * Returns the destination path for a given library.\n * @param libraryName the name of the library (excluding any path)\n * @param scope the scope of the library\n * @return the destination relative to the root of the archive (should end with '/')\n * or {@code null} if the library should not be included.\n */\n String getLibraryDestination(String libraryName, LibraryScope scope);\n\n /**\n * Returns if loader classes should be included to make the archive executable.\n * @return if the layout is executable\n */\n boolean isExecutable();\n}", "public interface FilesContainer {\n\n\t/**\n\t * Returns a {@link FileWrapper} that point the relative path.\n\t * \n\t * @param fileRelativePath\n\t * @return\n\t */\n\tpublic FileWrapper newFile(String fileRelativePath);\n\t\n\t/**\n\t * Returns the public key identifier of the key pair used to \n\t * encrypt files in this container.\n\t * \n\t * @return\n\t */\n\tpublic String getPublicKeyIdentifier();\n}", "public void createPackageContents() {\n\t\tif (isCreated) return;\n\t\tisCreated = true;\n\n\t\t// Create classes and their features\n\t\telementEClass = createEClass(ELEMENT);\n\t\tcreateEOperation(elementEClass, ELEMENT___GET_ONTOLOGY);\n\t\tcreateEOperation(elementEClass, ELEMENT___EXTRA_VALIDATE__DIAGNOSTICCHAIN_MAP);\n\n\t\tannotationEClass = createEClass(ANNOTATION);\n\t\tcreateEReference(annotationEClass, ANNOTATION__PROPERTY);\n\t\tcreateEReference(annotationEClass, ANNOTATION__LITERAL_VALUE);\n\t\tcreateEReference(annotationEClass, ANNOTATION__REFERENCE_VALUE);\n\t\tcreateEReference(annotationEClass, ANNOTATION__OWNING_ELEMENT);\n\t\tcreateEOperation(annotationEClass, ANNOTATION___GET_VALUE);\n\t\tcreateEOperation(annotationEClass, ANNOTATION___GET_ANNOTATED_ELEMENT);\n\n\t\tidentifiedElementEClass = createEClass(IDENTIFIED_ELEMENT);\n\t\tcreateEReference(identifiedElementEClass, IDENTIFIED_ELEMENT__OWNED_ANNOTATIONS);\n\t\tcreateEOperation(identifiedElementEClass, IDENTIFIED_ELEMENT___GET_IRI);\n\n\t\timportEClass = createEClass(IMPORT);\n\t\tcreateEAttribute(importEClass, IMPORT__KIND);\n\t\tcreateEAttribute(importEClass, IMPORT__NAMESPACE);\n\t\tcreateEAttribute(importEClass, IMPORT__PREFIX);\n\t\tcreateEReference(importEClass, IMPORT__OWNING_ONTOLOGY);\n\t\tcreateEOperation(importEClass, IMPORT___GET_IRI);\n\t\tcreateEOperation(importEClass, IMPORT___GET_SEPARATOR);\n\n\t\tinstanceEClass = createEClass(INSTANCE);\n\t\tcreateEReference(instanceEClass, INSTANCE__OWNED_PROPERTY_VALUES);\n\n\t\taxiomEClass = createEClass(AXIOM);\n\t\tcreateEOperation(axiomEClass, AXIOM___GET_CHARACTERIZED_TERM);\n\n\t\tassertionEClass = createEClass(ASSERTION);\n\t\tcreateEOperation(assertionEClass, ASSERTION___GET_SUBJECT);\n\t\tcreateEOperation(assertionEClass, ASSERTION___GET_OBJECT);\n\n\t\tpredicateEClass = createEClass(PREDICATE);\n\t\tcreateEReference(predicateEClass, PREDICATE__ANTECEDENT_RULE);\n\t\tcreateEReference(predicateEClass, PREDICATE__CONSEQUENT_RULE);\n\n\t\targumentEClass = createEClass(ARGUMENT);\n\t\tcreateEAttribute(argumentEClass, ARGUMENT__VARIABLE);\n\t\tcreateEReference(argumentEClass, ARGUMENT__LITERAL);\n\t\tcreateEReference(argumentEClass, ARGUMENT__INSTANCE);\n\n\t\tliteralEClass = createEClass(LITERAL);\n\t\tcreateEOperation(literalEClass, LITERAL___GET_VALUE);\n\t\tcreateEOperation(literalEClass, LITERAL___GET_STRING_VALUE);\n\t\tcreateEOperation(literalEClass, LITERAL___GET_LEXICAL_VALUE);\n\t\tcreateEOperation(literalEClass, LITERAL___GET_TYPE_IRI);\n\n\t\tontologyEClass = createEClass(ONTOLOGY);\n\t\tcreateEAttribute(ontologyEClass, ONTOLOGY__NAMESPACE);\n\t\tcreateEAttribute(ontologyEClass, ONTOLOGY__PREFIX);\n\t\tcreateEReference(ontologyEClass, ONTOLOGY__OWNED_IMPORTS);\n\t\tcreateEOperation(ontologyEClass, ONTOLOGY___GET_IRI);\n\t\tcreateEOperation(ontologyEClass, ONTOLOGY___GET_SEPARATOR);\n\n\t\tmemberEClass = createEClass(MEMBER);\n\t\tcreateEAttribute(memberEClass, MEMBER__NAME);\n\t\tcreateEOperation(memberEClass, MEMBER___GET_REF);\n\t\tcreateEOperation(memberEClass, MEMBER___IS_REF);\n\t\tcreateEOperation(memberEClass, MEMBER___RESOLVE);\n\t\tcreateEOperation(memberEClass, MEMBER___GET_IRI);\n\t\tcreateEOperation(memberEClass, MEMBER___GET_ABBREVIATED_IRI);\n\n\t\tvocabularyBoxEClass = createEClass(VOCABULARY_BOX);\n\n\t\tdescriptionBoxEClass = createEClass(DESCRIPTION_BOX);\n\n\t\tvocabularyEClass = createEClass(VOCABULARY);\n\t\tcreateEReference(vocabularyEClass, VOCABULARY__OWNED_STATEMENTS);\n\n\t\tvocabularyBundleEClass = createEClass(VOCABULARY_BUNDLE);\n\n\t\tdescriptionEClass = createEClass(DESCRIPTION);\n\t\tcreateEReference(descriptionEClass, DESCRIPTION__OWNED_STATEMENTS);\n\n\t\tdescriptionBundleEClass = createEClass(DESCRIPTION_BUNDLE);\n\n\t\tstatementEClass = createEClass(STATEMENT);\n\n\t\tvocabularyMemberEClass = createEClass(VOCABULARY_MEMBER);\n\n\t\tdescriptionMemberEClass = createEClass(DESCRIPTION_MEMBER);\n\n\t\tvocabularyStatementEClass = createEClass(VOCABULARY_STATEMENT);\n\t\tcreateEReference(vocabularyStatementEClass, VOCABULARY_STATEMENT__OWNING_VOCABULARY);\n\n\t\tdescriptionStatementEClass = createEClass(DESCRIPTION_STATEMENT);\n\t\tcreateEReference(descriptionStatementEClass, DESCRIPTION_STATEMENT__OWNING_DESCRIPTION);\n\n\t\ttermEClass = createEClass(TERM);\n\n\t\truleEClass = createEClass(RULE);\n\t\tcreateEReference(ruleEClass, RULE__REF);\n\t\tcreateEReference(ruleEClass, RULE__ANTECEDENT);\n\t\tcreateEReference(ruleEClass, RULE__CONSEQUENT);\n\n\t\tbuiltInEClass = createEClass(BUILT_IN);\n\t\tcreateEReference(builtInEClass, BUILT_IN__REF);\n\n\t\tspecializableTermEClass = createEClass(SPECIALIZABLE_TERM);\n\t\tcreateEReference(specializableTermEClass, SPECIALIZABLE_TERM__OWNED_SPECIALIZATIONS);\n\n\t\tpropertyEClass = createEClass(PROPERTY);\n\n\t\ttypeEClass = createEClass(TYPE);\n\n\t\trelationBaseEClass = createEClass(RELATION_BASE);\n\t\tcreateEReference(relationBaseEClass, RELATION_BASE__SOURCES);\n\t\tcreateEReference(relationBaseEClass, RELATION_BASE__TARGETS);\n\t\tcreateEReference(relationBaseEClass, RELATION_BASE__REVERSE_RELATION);\n\t\tcreateEAttribute(relationBaseEClass, RELATION_BASE__FUNCTIONAL);\n\t\tcreateEAttribute(relationBaseEClass, RELATION_BASE__INVERSE_FUNCTIONAL);\n\t\tcreateEAttribute(relationBaseEClass, RELATION_BASE__SYMMETRIC);\n\t\tcreateEAttribute(relationBaseEClass, RELATION_BASE__ASYMMETRIC);\n\t\tcreateEAttribute(relationBaseEClass, RELATION_BASE__REFLEXIVE);\n\t\tcreateEAttribute(relationBaseEClass, RELATION_BASE__IRREFLEXIVE);\n\t\tcreateEAttribute(relationBaseEClass, RELATION_BASE__TRANSITIVE);\n\n\t\tspecializablePropertyEClass = createEClass(SPECIALIZABLE_PROPERTY);\n\t\tcreateEReference(specializablePropertyEClass, SPECIALIZABLE_PROPERTY__OWNED_EQUIVALENCES);\n\n\t\tclassifierEClass = createEClass(CLASSIFIER);\n\t\tcreateEReference(classifierEClass, CLASSIFIER__OWNED_EQUIVALENCES);\n\t\tcreateEReference(classifierEClass, CLASSIFIER__OWNED_PROPERTY_RESTRICTIONS);\n\n\t\tscalarEClass = createEClass(SCALAR);\n\t\tcreateEReference(scalarEClass, SCALAR__REF);\n\t\tcreateEReference(scalarEClass, SCALAR__OWNED_ENUMERATION);\n\t\tcreateEReference(scalarEClass, SCALAR__OWNED_EQUIVALENCES);\n\n\t\tentityEClass = createEClass(ENTITY);\n\t\tcreateEReference(entityEClass, ENTITY__OWNED_KEYS);\n\n\t\tstructureEClass = createEClass(STRUCTURE);\n\t\tcreateEReference(structureEClass, STRUCTURE__REF);\n\n\t\taspectEClass = createEClass(ASPECT);\n\t\tcreateEReference(aspectEClass, ASPECT__REF);\n\n\t\tconceptEClass = createEClass(CONCEPT);\n\t\tcreateEReference(conceptEClass, CONCEPT__REF);\n\t\tcreateEReference(conceptEClass, CONCEPT__OWNED_ENUMERATION);\n\n\t\trelationEntityEClass = createEClass(RELATION_ENTITY);\n\t\tcreateEReference(relationEntityEClass, RELATION_ENTITY__REF);\n\t\tcreateEReference(relationEntityEClass, RELATION_ENTITY__FORWARD_RELATION);\n\n\t\tannotationPropertyEClass = createEClass(ANNOTATION_PROPERTY);\n\t\tcreateEReference(annotationPropertyEClass, ANNOTATION_PROPERTY__REF);\n\n\t\tsemanticPropertyEClass = createEClass(SEMANTIC_PROPERTY);\n\t\tcreateEOperation(semanticPropertyEClass, SEMANTIC_PROPERTY___IS_FUNCTIONAL);\n\t\tcreateEOperation(semanticPropertyEClass, SEMANTIC_PROPERTY___GET_DOMAIN_LIST);\n\t\tcreateEOperation(semanticPropertyEClass, SEMANTIC_PROPERTY___GET_RANGE_LIST);\n\n\t\tscalarPropertyEClass = createEClass(SCALAR_PROPERTY);\n\t\tcreateEReference(scalarPropertyEClass, SCALAR_PROPERTY__REF);\n\t\tcreateEAttribute(scalarPropertyEClass, SCALAR_PROPERTY__FUNCTIONAL);\n\t\tcreateEReference(scalarPropertyEClass, SCALAR_PROPERTY__DOMAINS);\n\t\tcreateEReference(scalarPropertyEClass, SCALAR_PROPERTY__RANGES);\n\t\tcreateEOperation(scalarPropertyEClass, SCALAR_PROPERTY___GET_DOMAIN_LIST);\n\t\tcreateEOperation(scalarPropertyEClass, SCALAR_PROPERTY___GET_RANGE_LIST);\n\n\t\tstructuredPropertyEClass = createEClass(STRUCTURED_PROPERTY);\n\t\tcreateEReference(structuredPropertyEClass, STRUCTURED_PROPERTY__REF);\n\t\tcreateEAttribute(structuredPropertyEClass, STRUCTURED_PROPERTY__FUNCTIONAL);\n\t\tcreateEReference(structuredPropertyEClass, STRUCTURED_PROPERTY__DOMAINS);\n\t\tcreateEReference(structuredPropertyEClass, STRUCTURED_PROPERTY__RANGES);\n\t\tcreateEOperation(structuredPropertyEClass, STRUCTURED_PROPERTY___GET_DOMAIN_LIST);\n\t\tcreateEOperation(structuredPropertyEClass, STRUCTURED_PROPERTY___GET_RANGE_LIST);\n\n\t\trelationEClass = createEClass(RELATION);\n\t\tcreateEOperation(relationEClass, RELATION___IS_INVERSE_FUNCTIONAL);\n\t\tcreateEOperation(relationEClass, RELATION___IS_SYMMETRIC);\n\t\tcreateEOperation(relationEClass, RELATION___IS_ASYMMETRIC);\n\t\tcreateEOperation(relationEClass, RELATION___IS_REFLEXIVE);\n\t\tcreateEOperation(relationEClass, RELATION___IS_IRREFLEXIVE);\n\t\tcreateEOperation(relationEClass, RELATION___IS_TRANSITIVE);\n\t\tcreateEOperation(relationEClass, RELATION___GET_DOMAINS);\n\t\tcreateEOperation(relationEClass, RELATION___GET_RANGES);\n\t\tcreateEOperation(relationEClass, RELATION___GET_INVERSE);\n\t\tcreateEOperation(relationEClass, RELATION___GET_DOMAIN_LIST);\n\t\tcreateEOperation(relationEClass, RELATION___GET_RANGE_LIST);\n\n\t\tforwardRelationEClass = createEClass(FORWARD_RELATION);\n\t\tcreateEReference(forwardRelationEClass, FORWARD_RELATION__RELATION_ENTITY);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___GET_REF);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___IS_FUNCTIONAL);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___IS_INVERSE_FUNCTIONAL);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___IS_SYMMETRIC);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___IS_ASYMMETRIC);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___IS_REFLEXIVE);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___IS_IRREFLEXIVE);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___IS_TRANSITIVE);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___GET_DOMAINS);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___GET_RANGES);\n\t\tcreateEOperation(forwardRelationEClass, FORWARD_RELATION___GET_INVERSE);\n\n\t\treverseRelationEClass = createEClass(REVERSE_RELATION);\n\t\tcreateEReference(reverseRelationEClass, REVERSE_RELATION__RELATION_BASE);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___GET_REF);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___IS_FUNCTIONAL);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___IS_INVERSE_FUNCTIONAL);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___IS_SYMMETRIC);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___IS_ASYMMETRIC);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___IS_REFLEXIVE);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___IS_IRREFLEXIVE);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___IS_TRANSITIVE);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___GET_DOMAINS);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___GET_RANGES);\n\t\tcreateEOperation(reverseRelationEClass, REVERSE_RELATION___GET_INVERSE);\n\n\t\tunreifiedRelationEClass = createEClass(UNREIFIED_RELATION);\n\t\tcreateEReference(unreifiedRelationEClass, UNREIFIED_RELATION__REF);\n\t\tcreateEOperation(unreifiedRelationEClass, UNREIFIED_RELATION___GET_DOMAINS);\n\t\tcreateEOperation(unreifiedRelationEClass, UNREIFIED_RELATION___GET_RANGES);\n\t\tcreateEOperation(unreifiedRelationEClass, UNREIFIED_RELATION___GET_INVERSE);\n\n\t\tnamedInstanceEClass = createEClass(NAMED_INSTANCE);\n\t\tcreateEReference(namedInstanceEClass, NAMED_INSTANCE__OWNED_TYPES);\n\n\t\tconceptInstanceEClass = createEClass(CONCEPT_INSTANCE);\n\t\tcreateEReference(conceptInstanceEClass, CONCEPT_INSTANCE__REF);\n\n\t\trelationInstanceEClass = createEClass(RELATION_INSTANCE);\n\t\tcreateEReference(relationInstanceEClass, RELATION_INSTANCE__REF);\n\t\tcreateEReference(relationInstanceEClass, RELATION_INSTANCE__SOURCES);\n\t\tcreateEReference(relationInstanceEClass, RELATION_INSTANCE__TARGETS);\n\n\t\tstructureInstanceEClass = createEClass(STRUCTURE_INSTANCE);\n\t\tcreateEReference(structureInstanceEClass, STRUCTURE_INSTANCE__TYPE);\n\t\tcreateEReference(structureInstanceEClass, STRUCTURE_INSTANCE__OWNING_AXIOM);\n\t\tcreateEReference(structureInstanceEClass, STRUCTURE_INSTANCE__OWNING_ASSERTION);\n\n\t\tkeyAxiomEClass = createEClass(KEY_AXIOM);\n\t\tcreateEReference(keyAxiomEClass, KEY_AXIOM__PROPERTIES);\n\t\tcreateEReference(keyAxiomEClass, KEY_AXIOM__OWNING_ENTITY);\n\t\tcreateEOperation(keyAxiomEClass, KEY_AXIOM___GET_KEYED_ENTITY);\n\t\tcreateEOperation(keyAxiomEClass, KEY_AXIOM___GET_CHARACTERIZED_TERM);\n\n\t\tspecializationAxiomEClass = createEClass(SPECIALIZATION_AXIOM);\n\t\tcreateEReference(specializationAxiomEClass, SPECIALIZATION_AXIOM__SUPER_TERM);\n\t\tcreateEReference(specializationAxiomEClass, SPECIALIZATION_AXIOM__OWNING_TERM);\n\t\tcreateEOperation(specializationAxiomEClass, SPECIALIZATION_AXIOM___GET_SUB_TERM);\n\t\tcreateEOperation(specializationAxiomEClass, SPECIALIZATION_AXIOM___GET_CHARACTERIZED_TERM);\n\n\t\tinstanceEnumerationAxiomEClass = createEClass(INSTANCE_ENUMERATION_AXIOM);\n\t\tcreateEReference(instanceEnumerationAxiomEClass, INSTANCE_ENUMERATION_AXIOM__INSTANCES);\n\t\tcreateEReference(instanceEnumerationAxiomEClass, INSTANCE_ENUMERATION_AXIOM__OWNING_CONCEPT);\n\t\tcreateEOperation(instanceEnumerationAxiomEClass, INSTANCE_ENUMERATION_AXIOM___GET_ENUMERATED_CONCEPT);\n\t\tcreateEOperation(instanceEnumerationAxiomEClass, INSTANCE_ENUMERATION_AXIOM___GET_CHARACTERIZED_TERM);\n\n\t\tpropertyRestrictionAxiomEClass = createEClass(PROPERTY_RESTRICTION_AXIOM);\n\t\tcreateEReference(propertyRestrictionAxiomEClass, PROPERTY_RESTRICTION_AXIOM__PROPERTY);\n\t\tcreateEReference(propertyRestrictionAxiomEClass, PROPERTY_RESTRICTION_AXIOM__OWNING_CLASSIFIER);\n\t\tcreateEReference(propertyRestrictionAxiomEClass, PROPERTY_RESTRICTION_AXIOM__OWNING_AXIOM);\n\t\tcreateEOperation(propertyRestrictionAxiomEClass, PROPERTY_RESTRICTION_AXIOM___GET_RESTRICTING_DOMAIN);\n\t\tcreateEOperation(propertyRestrictionAxiomEClass, PROPERTY_RESTRICTION_AXIOM___GET_CHARACTERIZED_TERM);\n\n\t\tliteralEnumerationAxiomEClass = createEClass(LITERAL_ENUMERATION_AXIOM);\n\t\tcreateEReference(literalEnumerationAxiomEClass, LITERAL_ENUMERATION_AXIOM__LITERALS);\n\t\tcreateEReference(literalEnumerationAxiomEClass, LITERAL_ENUMERATION_AXIOM__OWNING_SCALAR);\n\t\tcreateEOperation(literalEnumerationAxiomEClass, LITERAL_ENUMERATION_AXIOM___GET_ENUMERATED_SCALAR);\n\t\tcreateEOperation(literalEnumerationAxiomEClass, LITERAL_ENUMERATION_AXIOM___GET_CHARACTERIZED_TERM);\n\n\t\tclassifierEquivalenceAxiomEClass = createEClass(CLASSIFIER_EQUIVALENCE_AXIOM);\n\t\tcreateEReference(classifierEquivalenceAxiomEClass, CLASSIFIER_EQUIVALENCE_AXIOM__SUPER_CLASSIFIERS);\n\t\tcreateEReference(classifierEquivalenceAxiomEClass, CLASSIFIER_EQUIVALENCE_AXIOM__OWNED_PROPERTY_RESTRICTIONS);\n\t\tcreateEReference(classifierEquivalenceAxiomEClass, CLASSIFIER_EQUIVALENCE_AXIOM__OWNING_CLASSIFIER);\n\t\tcreateEOperation(classifierEquivalenceAxiomEClass, CLASSIFIER_EQUIVALENCE_AXIOM___GET_SUB_CLASSIFIER);\n\t\tcreateEOperation(classifierEquivalenceAxiomEClass, CLASSIFIER_EQUIVALENCE_AXIOM___GET_CHARACTERIZED_TERM);\n\n\t\tscalarEquivalenceAxiomEClass = createEClass(SCALAR_EQUIVALENCE_AXIOM);\n\t\tcreateEReference(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__SUPER_SCALAR);\n\t\tcreateEReference(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__OWNING_SCALAR);\n\t\tcreateEAttribute(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__LENGTH);\n\t\tcreateEAttribute(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__MIN_LENGTH);\n\t\tcreateEAttribute(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__MAX_LENGTH);\n\t\tcreateEAttribute(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__PATTERN);\n\t\tcreateEAttribute(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__LANGUAGE);\n\t\tcreateEReference(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__MIN_INCLUSIVE);\n\t\tcreateEReference(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__MIN_EXCLUSIVE);\n\t\tcreateEReference(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__MAX_INCLUSIVE);\n\t\tcreateEReference(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM__MAX_EXCLUSIVE);\n\t\tcreateEOperation(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM___GET_SUB_SCALAR);\n\t\tcreateEOperation(scalarEquivalenceAxiomEClass, SCALAR_EQUIVALENCE_AXIOM___GET_CHARACTERIZED_TERM);\n\n\t\tpropertyEquivalenceAxiomEClass = createEClass(PROPERTY_EQUIVALENCE_AXIOM);\n\t\tcreateEReference(propertyEquivalenceAxiomEClass, PROPERTY_EQUIVALENCE_AXIOM__SUPER_PROPERTY);\n\t\tcreateEReference(propertyEquivalenceAxiomEClass, PROPERTY_EQUIVALENCE_AXIOM__OWNING_PROPERTY);\n\t\tcreateEOperation(propertyEquivalenceAxiomEClass, PROPERTY_EQUIVALENCE_AXIOM___GET_SUB_PROPERTY);\n\t\tcreateEOperation(propertyEquivalenceAxiomEClass, PROPERTY_EQUIVALENCE_AXIOM___GET_CHARACTERIZED_TERM);\n\n\t\tpropertyRangeRestrictionAxiomEClass = createEClass(PROPERTY_RANGE_RESTRICTION_AXIOM);\n\t\tcreateEAttribute(propertyRangeRestrictionAxiomEClass, PROPERTY_RANGE_RESTRICTION_AXIOM__KIND);\n\t\tcreateEReference(propertyRangeRestrictionAxiomEClass, PROPERTY_RANGE_RESTRICTION_AXIOM__RANGE);\n\n\t\tpropertyCardinalityRestrictionAxiomEClass = createEClass(PROPERTY_CARDINALITY_RESTRICTION_AXIOM);\n\t\tcreateEAttribute(propertyCardinalityRestrictionAxiomEClass, PROPERTY_CARDINALITY_RESTRICTION_AXIOM__KIND);\n\t\tcreateEAttribute(propertyCardinalityRestrictionAxiomEClass, PROPERTY_CARDINALITY_RESTRICTION_AXIOM__CARDINALITY);\n\t\tcreateEReference(propertyCardinalityRestrictionAxiomEClass, PROPERTY_CARDINALITY_RESTRICTION_AXIOM__RANGE);\n\n\t\tpropertyValueRestrictionAxiomEClass = createEClass(PROPERTY_VALUE_RESTRICTION_AXIOM);\n\t\tcreateEReference(propertyValueRestrictionAxiomEClass, PROPERTY_VALUE_RESTRICTION_AXIOM__LITERAL_VALUE);\n\t\tcreateEReference(propertyValueRestrictionAxiomEClass, PROPERTY_VALUE_RESTRICTION_AXIOM__STRUCTURE_INSTANCE_VALUE);\n\t\tcreateEReference(propertyValueRestrictionAxiomEClass, PROPERTY_VALUE_RESTRICTION_AXIOM__NAMED_INSTANCE_VALUE);\n\t\tcreateEOperation(propertyValueRestrictionAxiomEClass, PROPERTY_VALUE_RESTRICTION_AXIOM___GET_VALUE);\n\n\t\tpropertySelfRestrictionAxiomEClass = createEClass(PROPERTY_SELF_RESTRICTION_AXIOM);\n\n\t\ttypeAssertionEClass = createEClass(TYPE_ASSERTION);\n\t\tcreateEReference(typeAssertionEClass, TYPE_ASSERTION__TYPE);\n\t\tcreateEReference(typeAssertionEClass, TYPE_ASSERTION__OWNING_INSTANCE);\n\t\tcreateEOperation(typeAssertionEClass, TYPE_ASSERTION___GET_SUBJECT);\n\t\tcreateEOperation(typeAssertionEClass, TYPE_ASSERTION___GET_OBJECT);\n\n\t\tpropertyValueAssertionEClass = createEClass(PROPERTY_VALUE_ASSERTION);\n\t\tcreateEReference(propertyValueAssertionEClass, PROPERTY_VALUE_ASSERTION__PROPERTY);\n\t\tcreateEReference(propertyValueAssertionEClass, PROPERTY_VALUE_ASSERTION__LITERAL_VALUE);\n\t\tcreateEReference(propertyValueAssertionEClass, PROPERTY_VALUE_ASSERTION__STRUCTURE_INSTANCE_VALUE);\n\t\tcreateEReference(propertyValueAssertionEClass, PROPERTY_VALUE_ASSERTION__NAMED_INSTANCE_VALUE);\n\t\tcreateEReference(propertyValueAssertionEClass, PROPERTY_VALUE_ASSERTION__OWNING_INSTANCE);\n\t\tcreateEOperation(propertyValueAssertionEClass, PROPERTY_VALUE_ASSERTION___GET_VALUE);\n\t\tcreateEOperation(propertyValueAssertionEClass, PROPERTY_VALUE_ASSERTION___GET_SUBJECT);\n\t\tcreateEOperation(propertyValueAssertionEClass, PROPERTY_VALUE_ASSERTION___GET_OBJECT);\n\n\t\tunaryPredicateEClass = createEClass(UNARY_PREDICATE);\n\t\tcreateEReference(unaryPredicateEClass, UNARY_PREDICATE__ARGUMENT);\n\n\t\tbinaryPredicateEClass = createEClass(BINARY_PREDICATE);\n\t\tcreateEReference(binaryPredicateEClass, BINARY_PREDICATE__ARGUMENT1);\n\t\tcreateEReference(binaryPredicateEClass, BINARY_PREDICATE__ARGUMENT2);\n\n\t\tbuiltInPredicateEClass = createEClass(BUILT_IN_PREDICATE);\n\t\tcreateEReference(builtInPredicateEClass, BUILT_IN_PREDICATE__BUILT_IN);\n\t\tcreateEReference(builtInPredicateEClass, BUILT_IN_PREDICATE__ARGUMENTS);\n\n\t\ttypePredicateEClass = createEClass(TYPE_PREDICATE);\n\t\tcreateEReference(typePredicateEClass, TYPE_PREDICATE__TYPE);\n\n\t\trelationEntityPredicateEClass = createEClass(RELATION_ENTITY_PREDICATE);\n\t\tcreateEReference(relationEntityPredicateEClass, RELATION_ENTITY_PREDICATE__TYPE);\n\n\t\tpropertyPredicateEClass = createEClass(PROPERTY_PREDICATE);\n\t\tcreateEReference(propertyPredicateEClass, PROPERTY_PREDICATE__PROPERTY);\n\n\t\tsameAsPredicateEClass = createEClass(SAME_AS_PREDICATE);\n\n\t\tdifferentFromPredicateEClass = createEClass(DIFFERENT_FROM_PREDICATE);\n\n\t\tquotedLiteralEClass = createEClass(QUOTED_LITERAL);\n\t\tcreateEAttribute(quotedLiteralEClass, QUOTED_LITERAL__VALUE);\n\t\tcreateEAttribute(quotedLiteralEClass, QUOTED_LITERAL__LANG_TAG);\n\t\tcreateEReference(quotedLiteralEClass, QUOTED_LITERAL__TYPE);\n\t\tcreateEOperation(quotedLiteralEClass, QUOTED_LITERAL___GET_LEXICAL_VALUE);\n\t\tcreateEOperation(quotedLiteralEClass, QUOTED_LITERAL___GET_TYPE_IRI);\n\n\t\tintegerLiteralEClass = createEClass(INTEGER_LITERAL);\n\t\tcreateEAttribute(integerLiteralEClass, INTEGER_LITERAL__VALUE);\n\t\tcreateEOperation(integerLiteralEClass, INTEGER_LITERAL___GET_TYPE_IRI);\n\n\t\tdecimalLiteralEClass = createEClass(DECIMAL_LITERAL);\n\t\tcreateEAttribute(decimalLiteralEClass, DECIMAL_LITERAL__VALUE);\n\t\tcreateEOperation(decimalLiteralEClass, DECIMAL_LITERAL___GET_TYPE_IRI);\n\n\t\tdoubleLiteralEClass = createEClass(DOUBLE_LITERAL);\n\t\tcreateEAttribute(doubleLiteralEClass, DOUBLE_LITERAL__VALUE);\n\t\tcreateEOperation(doubleLiteralEClass, DOUBLE_LITERAL___GET_TYPE_IRI);\n\n\t\tbooleanLiteralEClass = createEClass(BOOLEAN_LITERAL);\n\t\tcreateEAttribute(booleanLiteralEClass, BOOLEAN_LITERAL__VALUE);\n\t\tcreateEOperation(booleanLiteralEClass, BOOLEAN_LITERAL___IS_VALUE);\n\t\tcreateEOperation(booleanLiteralEClass, BOOLEAN_LITERAL___GET_TYPE_IRI);\n\n\t\t// Create enums\n\t\tseparatorKindEEnum = createEEnum(SEPARATOR_KIND);\n\t\trangeRestrictionKindEEnum = createEEnum(RANGE_RESTRICTION_KIND);\n\t\tcardinalityRestrictionKindEEnum = createEEnum(CARDINALITY_RESTRICTION_KIND);\n\t\timportKindEEnum = createEEnum(IMPORT_KIND);\n\n\t\t// Create data types\n\t\tunsignedIntEDataType = createEDataType(UNSIGNED_INT);\n\t\tunsignedIntegerEDataType = createEDataType(UNSIGNED_INTEGER);\n\t\tdecimalEDataType = createEDataType(DECIMAL);\n\t\tidEDataType = createEDataType(ID);\n\t\tnamespaceEDataType = createEDataType(NAMESPACE);\n\t}", "public interface ToUseSolverLpPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"tousesolverlp\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://www.misc.com/common/touse/solverlp/model/0.1\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"tsollp\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tToUseSolverLpPackage eINSTANCE = com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseSolverLpPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link com.misc.touse.moplaf.solver.tousesolverlp.impl.FolderImpl <em>Folder</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.FolderImpl\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseSolverLpPackageImpl#getFolder()\n\t * @generated\n\t */\n\tint FOLDER = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Sub Folders</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FOLDER__SUB_FOLDERS = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Generators</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FOLDER__GENERATORS = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FOLDER__NAME = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Folder</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FOLDER_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Folder</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FOLDER_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseGeneratorImpl <em>To Use Generator</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseGeneratorImpl\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseSolverLpPackageImpl#getToUseGenerator()\n\t * @generated\n\t */\n\tint TO_USE_GENERATOR = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Run Feedback</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__RUN_FEEDBACK = SolverPackage.GENERATOR__RUN_FEEDBACK;\n\n\t/**\n\t * The feature id for the '<em><b>Cancel Feedback</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__CANCEL_FEEDBACK = SolverPackage.GENERATOR__CANCEL_FEEDBACK;\n\n\t/**\n\t * The feature id for the '<em><b>Reset Feedback</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__RESET_FEEDBACK = SolverPackage.GENERATOR__RESET_FEEDBACK;\n\n\t/**\n\t * The feature id for the '<em><b>Label</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__LABEL = SolverPackage.GENERATOR__LABEL;\n\n\t/**\n\t * The feature id for the '<em><b>Cancelled</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__CANCELLED = SolverPackage.GENERATOR__CANCELLED;\n\n\t/**\n\t * The feature id for the '<em><b>Returned</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__RETURNED = SolverPackage.GENERATOR__RETURNED;\n\n\t/**\n\t * The feature id for the '<em><b>Return Success</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__RETURN_SUCCESS = SolverPackage.GENERATOR__RETURN_SUCCESS;\n\n\t/**\n\t * The feature id for the '<em><b>Return Feedback</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__RETURN_FEEDBACK = SolverPackage.GENERATOR__RETURN_FEEDBACK;\n\n\t/**\n\t * The feature id for the '<em><b>Return Information</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__RETURN_INFORMATION = SolverPackage.GENERATOR__RETURN_INFORMATION;\n\n\t/**\n\t * The feature id for the '<em><b>Tuple Root</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__TUPLE_ROOT = SolverPackage.GENERATOR__TUPLE_ROOT;\n\n\t/**\n\t * The feature id for the '<em><b>Goals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__GOALS = SolverPackage.GENERATOR__GOALS;\n\n\t/**\n\t * The feature id for the '<em><b>Var Binders</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__VAR_BINDERS = SolverPackage.GENERATOR__VAR_BINDERS;\n\n\t/**\n\t * The feature id for the '<em><b>Solution Provider</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__SOLUTION_PROVIDER = SolverPackage.GENERATOR__SOLUTION_PROVIDER;\n\n\t/**\n\t * The feature id for the '<em><b>Remarks</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__REMARKS = SolverPackage.GENERATOR__REMARKS;\n\n\t/**\n\t * The feature id for the '<em><b>Footprint Nof Vars</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__FOOTPRINT_NOF_VARS = SolverPackage.GENERATOR__FOOTPRINT_NOF_VARS;\n\n\t/**\n\t * The feature id for the '<em><b>Footprint Nof Cons</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__FOOTPRINT_NOF_CONS = SolverPackage.GENERATOR__FOOTPRINT_NOF_CONS;\n\n\t/**\n\t * The feature id for the '<em><b>Footprint Nof Terms</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__FOOTPRINT_NOF_TERMS = SolverPackage.GENERATOR__FOOTPRINT_NOF_TERMS;\n\n\t/**\n\t * The feature id for the '<em><b>Code</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__CODE = SolverPackage.GENERATOR__CODE;\n\n\t/**\n\t * The feature id for the '<em><b>Selected</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__SELECTED = SolverPackage.GENERATOR__SELECTED;\n\n\t/**\n\t * The feature id for the '<em><b>Root Tuples</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__ROOT_TUPLES = SolverPackage.GENERATOR_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Solvers</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR__SOLVERS = SolverPackage.GENERATOR_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>To Use Generator</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR_FEATURE_COUNT = SolverPackage.GENERATOR_FEATURE_COUNT + 2;\n\n\t/**\n\t * The operation id for the '<em>Copy Params</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___COPY_PARAMS__RUNPARAMS = SolverPackage.GENERATOR___COPY_PARAMS__RUNPARAMS;\n\n\t/**\n\t * The operation id for the '<em>Reset</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___RESET = SolverPackage.GENERATOR___RESET;\n\n\t/**\n\t * The operation id for the '<em>Run</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___RUN = SolverPackage.GENERATOR___RUN;\n\n\t/**\n\t * The operation id for the '<em>Run</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___RUN__RUNCONTEXT = SolverPackage.GENERATOR___RUN__RUNCONTEXT;\n\n\t/**\n\t * The operation id for the '<em>Run Asynch</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___RUN_ASYNCH__RUNCONTEXT = SolverPackage.GENERATOR___RUN_ASYNCH__RUNCONTEXT;\n\n\t/**\n\t * The operation id for the '<em>Cancel</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___CANCEL = SolverPackage.GENERATOR___CANCEL;\n\n\t/**\n\t * The operation id for the '<em>Set Progress</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___SET_PROGRESS__STRING_FLOAT = SolverPackage.GENERATOR___SET_PROGRESS__STRING_FLOAT;\n\n\t/**\n\t * The operation id for the '<em>Set Return</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___SET_RETURN__RETURNFEEDBACK = SolverPackage.GENERATOR___SET_RETURN__RETURNFEEDBACK;\n\n\t/**\n\t * The operation id for the '<em>Set Progress</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___SET_PROGRESS__PROGRESSFEEDBACK = SolverPackage.GENERATOR___SET_PROGRESS__PROGRESSFEEDBACK;\n\n\t/**\n\t * The operation id for the '<em>Get Return</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___GET_RETURN = SolverPackage.GENERATOR___GET_RETURN;\n\n\t/**\n\t * The operation id for the '<em>Construct Params</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___CONSTRUCT_PARAMS = SolverPackage.GENERATOR___CONSTRUCT_PARAMS;\n\n\t/**\n\t * The operation id for the '<em>Generate</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___GENERATE = SolverPackage.GENERATOR___GENERATE;\n\n\t/**\n\t * The operation id for the '<em>Generate Root Tuples</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___GENERATE_ROOT_TUPLES = SolverPackage.GENERATOR___GENERATE_ROOT_TUPLES;\n\n\t/**\n\t * The operation id for the '<em>Generate Tuples</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___GENERATE_TUPLES = SolverPackage.GENERATOR___GENERATE_TUPLES;\n\n\t/**\n\t * The operation id for the '<em>Generate Tuple XReferences</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___GENERATE_TUPLE_XREFERENCES = SolverPackage.GENERATOR___GENERATE_TUPLE_XREFERENCES;\n\n\t/**\n\t * The operation id for the '<em>Generate Vars</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___GENERATE_VARS = SolverPackage.GENERATOR___GENERATE_VARS;\n\n\t/**\n\t * The operation id for the '<em>Generate Cons</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___GENERATE_CONS = SolverPackage.GENERATOR___GENERATE_CONS;\n\n\t/**\n\t * The operation id for the '<em>Generate Goals</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___GENERATE_GOALS = SolverPackage.GENERATOR___GENERATE_GOALS;\n\n\t/**\n\t * The operation id for the '<em>Accept Solution</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___ACCEPT_SOLUTION__SOLUTION = SolverPackage.GENERATOR___ACCEPT_SOLUTION__SOLUTION;\n\n\t/**\n\t * The operation id for the '<em>Visit Tuples</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___VISIT_TUPLES__ITUPLEVISITOR = SolverPackage.GENERATOR___VISIT_TUPLES__ITUPLEVISITOR;\n\n\t/**\n\t * The operation id for the '<em>Refresh Selected Solution</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR___REFRESH_SELECTED_SOLUTION = SolverPackage.GENERATOR___REFRESH_SELECTED_SOLUTION;\n\n\t/**\n\t * The number of operations of the '<em>To Use Generator</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_GENERATOR_OPERATION_COUNT = SolverPackage.GENERATOR_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseTupleImpl <em>To Use Tuple</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseTupleImpl\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseSolverLpPackageImpl#getToUseTuple()\n\t * @generated\n\t */\n\tint TO_USE_TUPLE = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Code</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__CODE = SolverPackage.GENERATOR_TUPLE__CODE;\n\n\t/**\n\t * The feature id for the '<em><b>Generator As Root</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__GENERATOR_AS_ROOT = SolverPackage.GENERATOR_TUPLE__GENERATOR_AS_ROOT;\n\n\t/**\n\t * The feature id for the '<em><b>Tuple Element</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__TUPLE_ELEMENT = SolverPackage.GENERATOR_TUPLE__TUPLE_ELEMENT;\n\n\t/**\n\t * The feature id for the '<em><b>Tuple Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__TUPLE_CONTAINER = SolverPackage.GENERATOR_TUPLE__TUPLE_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Var</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__VAR = SolverPackage.GENERATOR_TUPLE__VAR;\n\n\t/**\n\t * The feature id for the '<em><b>Cons</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__CONS = SolverPackage.GENERATOR_TUPLE__CONS;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__NAME = SolverPackage.GENERATOR_TUPLE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Members</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__MEMBERS = SolverPackage.GENERATOR_TUPLE__MEMBERS;\n\n\t/**\n\t * The feature id for the '<em><b>Child Tuples</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__CHILD_TUPLES = SolverPackage.GENERATOR_TUPLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>To Use Vars</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__TO_USE_VARS = SolverPackage.GENERATOR_TUPLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>To Use Cons</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE__TO_USE_CONS = SolverPackage.GENERATOR_TUPLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>To Use Tuple</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE_FEATURE_COUNT = SolverPackage.GENERATOR_TUPLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The operation id for the '<em>Get Generator</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE___GET_GENERATOR = SolverPackage.GENERATOR_TUPLE___GET_GENERATOR;\n\n\t/**\n\t * The operation id for the '<em>Refresh Selected Solution</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE___REFRESH_SELECTED_SOLUTION = SolverPackage.GENERATOR_TUPLE___REFRESH_SELECTED_SOLUTION;\n\n\t/**\n\t * The operation id for the '<em>Generate Vars</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE___GENERATE_VARS = SolverPackage.GENERATOR_TUPLE___GENERATE_VARS;\n\n\t/**\n\t * The operation id for the '<em>Generate Cons</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE___GENERATE_CONS = SolverPackage.GENERATOR_TUPLE___GENERATE_CONS;\n\n\t/**\n\t * The operation id for the '<em>Generate Tuples</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE___GENERATE_TUPLES = SolverPackage.GENERATOR_TUPLE___GENERATE_TUPLES;\n\n\t/**\n\t * The operation id for the '<em>Visit Tuples</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE___VISIT_TUPLES__ITUPLEVISITOR = SolverPackage.GENERATOR_TUPLE___VISIT_TUPLES__ITUPLEVISITOR;\n\n\t/**\n\t * The operation id for the '<em>Generate XReferences</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE___GENERATE_XREFERENCES = SolverPackage.GENERATOR_TUPLE___GENERATE_XREFERENCES;\n\n\t/**\n\t * The number of operations of the '<em>To Use Tuple</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TO_USE_TUPLE_OPERATION_COUNT = SolverPackage.GENERATOR_TUPLE_OPERATION_COUNT + 0;\n\n\n\t/**\n\t * Returns the meta object for class '{@link com.misc.touse.moplaf.solver.tousesolverlp.Folder <em>Folder</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Folder</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.Folder\n\t * @generated\n\t */\n\tEClass getFolder();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link com.misc.touse.moplaf.solver.tousesolverlp.Folder#getSubFolders <em>Sub Folders</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Sub Folders</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.Folder#getSubFolders()\n\t * @see #getFolder()\n\t * @generated\n\t */\n\tEReference getFolder_SubFolders();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link com.misc.touse.moplaf.solver.tousesolverlp.Folder#getGenerators <em>Generators</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Generators</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.Folder#getGenerators()\n\t * @see #getFolder()\n\t * @generated\n\t */\n\tEReference getFolder_Generators();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link com.misc.touse.moplaf.solver.tousesolverlp.Folder#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.Folder#getName()\n\t * @see #getFolder()\n\t * @generated\n\t */\n\tEAttribute getFolder_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link com.misc.touse.moplaf.solver.tousesolverlp.ToUseGenerator <em>To Use Generator</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>To Use Generator</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.ToUseGenerator\n\t * @generated\n\t */\n\tEClass getToUseGenerator();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link com.misc.touse.moplaf.solver.tousesolverlp.ToUseGenerator#getRootTuples <em>Root Tuples</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Root Tuples</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.ToUseGenerator#getRootTuples()\n\t * @see #getToUseGenerator()\n\t * @generated\n\t */\n\tEReference getToUseGenerator_RootTuples();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link com.misc.touse.moplaf.solver.tousesolverlp.ToUseGenerator#getSolvers <em>Solvers</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Solvers</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.ToUseGenerator#getSolvers()\n\t * @see #getToUseGenerator()\n\t * @generated\n\t */\n\tEReference getToUseGenerator_Solvers();\n\n\t/**\n\t * Returns the meta object for class '{@link com.misc.touse.moplaf.solver.tousesolverlp.ToUseTuple <em>To Use Tuple</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>To Use Tuple</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.ToUseTuple\n\t * @generated\n\t */\n\tEClass getToUseTuple();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link com.misc.touse.moplaf.solver.tousesolverlp.ToUseTuple#getChildTuples <em>Child Tuples</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Child Tuples</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.ToUseTuple#getChildTuples()\n\t * @see #getToUseTuple()\n\t * @generated\n\t */\n\tEReference getToUseTuple_ChildTuples();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link com.misc.touse.moplaf.solver.tousesolverlp.ToUseTuple#getToUseVars <em>To Use Vars</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>To Use Vars</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.ToUseTuple#getToUseVars()\n\t * @see #getToUseTuple()\n\t * @generated\n\t */\n\tEReference getToUseTuple_ToUseVars();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link com.misc.touse.moplaf.solver.tousesolverlp.ToUseTuple#getToUseCons <em>To Use Cons</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>To Use Cons</em>'.\n\t * @see com.misc.touse.moplaf.solver.tousesolverlp.ToUseTuple#getToUseCons()\n\t * @see #getToUseTuple()\n\t * @generated\n\t */\n\tEReference getToUseTuple_ToUseCons();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tToUseSolverLpFactory getToUseSolverLpFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link com.misc.touse.moplaf.solver.tousesolverlp.impl.FolderImpl <em>Folder</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.FolderImpl\n\t\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseSolverLpPackageImpl#getFolder()\n\t\t * @generated\n\t\t */\n\t\tEClass FOLDER = eINSTANCE.getFolder();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Sub Folders</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference FOLDER__SUB_FOLDERS = eINSTANCE.getFolder_SubFolders();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Generators</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference FOLDER__GENERATORS = eINSTANCE.getFolder_Generators();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FOLDER__NAME = eINSTANCE.getFolder_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseGeneratorImpl <em>To Use Generator</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseGeneratorImpl\n\t\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseSolverLpPackageImpl#getToUseGenerator()\n\t\t * @generated\n\t\t */\n\t\tEClass TO_USE_GENERATOR = eINSTANCE.getToUseGenerator();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Root Tuples</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TO_USE_GENERATOR__ROOT_TUPLES = eINSTANCE.getToUseGenerator_RootTuples();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Solvers</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TO_USE_GENERATOR__SOLVERS = eINSTANCE.getToUseGenerator_Solvers();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseTupleImpl <em>To Use Tuple</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseTupleImpl\n\t\t * @see com.misc.touse.moplaf.solver.tousesolverlp.impl.ToUseSolverLpPackageImpl#getToUseTuple()\n\t\t * @generated\n\t\t */\n\t\tEClass TO_USE_TUPLE = eINSTANCE.getToUseTuple();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Child Tuples</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TO_USE_TUPLE__CHILD_TUPLES = eINSTANCE.getToUseTuple_ChildTuples();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>To Use Vars</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TO_USE_TUPLE__TO_USE_VARS = eINSTANCE.getToUseTuple_ToUseVars();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>To Use Cons</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TO_USE_TUPLE__TO_USE_CONS = eINSTANCE.getToUseTuple_ToUseCons();\n\n\t}\n\n}", "public interface CPSMPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"CPSM\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://iec.ch/TC57/2008/CIM-schema-cim13#\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"cim\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tCPSMPackage eINSTANCE = CPSM.impl.CPSMPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ElementImpl <em>Element</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ElementImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getElement()\n\t * @generated\n\t */\n\tint ELEMENT = 0;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ELEMENT__URI = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ELEMENT__MODEL = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Element</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ELEMENT_FEATURE_COUNT = 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.IEC61970CIMVersionImpl <em>IEC61970CIM Version</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.IEC61970CIMVersionImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getIEC61970CIMVersion()\n\t * @generated\n\t */\n\tint IEC61970CIM_VERSION = 1;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IEC61970CIM_VERSION__URI = ELEMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IEC61970CIM_VERSION__MODEL = ELEMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Version</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IEC61970CIM_VERSION__VERSION = ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IEC61970CIM_VERSION__DATE = ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>IEC61970CIM Version</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IEC61970CIM_VERSION_FEATURE_COUNT = ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.CommonPowerSystemModelImpl <em>Common Power System Model</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CommonPowerSystemModelImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getCommonPowerSystemModel()\n\t * @generated\n\t */\n\tint COMMON_POWER_SYSTEM_MODEL = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Elements</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_POWER_SYSTEM_MODEL__ELEMENTS = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Common Power System Model</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMMON_POWER_SYSTEM_MODEL_FEATURE_COUNT = 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.IdentifiedObjectImpl <em>Identified Object</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.IdentifiedObjectImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getIdentifiedObject()\n\t * @generated\n\t */\n\tint IDENTIFIED_OBJECT = 64;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IDENTIFIED_OBJECT__URI = ELEMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IDENTIFIED_OBJECT__MODEL = ELEMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IDENTIFIED_OBJECT__PATH_NAME = ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IDENTIFIED_OBJECT__DESCRIPTION = ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IDENTIFIED_OBJECT__ALIAS_NAME = ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IDENTIFIED_OBJECT__NAME = ELEMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Identified Object</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint IDENTIFIED_OBJECT_FEATURE_COUNT = ELEMENT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.CurveImpl <em>Curve</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CurveImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getCurve()\n\t * @generated\n\t */\n\tint CURVE = 77;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Y2 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__Y2_UNIT = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>XUnit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__XUNIT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Curve Schedule Datas</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__CURVE_SCHEDULE_DATAS = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Curve Style</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__CURVE_STYLE = IDENTIFIED_OBJECT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Y1 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE__Y1_UNIT = IDENTIFIED_OBJECT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Curve</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 5;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.GrossToNetActivePowerCurveImpl <em>Gross To Net Active Power Curve</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.GrossToNetActivePowerCurveImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getGrossToNetActivePowerCurve()\n\t * @generated\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE = 3;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__URI = CURVE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__MODEL = CURVE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__PATH_NAME = CURVE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__DESCRIPTION = CURVE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__ALIAS_NAME = CURVE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__NAME = CURVE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Y2 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__Y2_UNIT = CURVE__Y2_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>XUnit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__XUNIT = CURVE__XUNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Curve Schedule Datas</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__CURVE_SCHEDULE_DATAS = CURVE__CURVE_SCHEDULE_DATAS;\n\n\t/**\n\t * The feature id for the '<em><b>Curve Style</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__CURVE_STYLE = CURVE__CURVE_STYLE;\n\n\t/**\n\t * The feature id for the '<em><b>Y1 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__Y1_UNIT = CURVE__Y1_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Generating Unit</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE__GENERATING_UNIT = CURVE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Gross To Net Active Power Curve</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GROSS_TO_NET_ACTIVE_POWER_CURVE_FEATURE_COUNT = CURVE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.PowerSystemResourceImpl <em>Power System Resource</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.PowerSystemResourceImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getPowerSystemResource()\n\t * @generated\n\t */\n\tint POWER_SYSTEM_RESOURCE = 78;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_SYSTEM_RESOURCE__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_SYSTEM_RESOURCE__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_SYSTEM_RESOURCE__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_SYSTEM_RESOURCE__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_SYSTEM_RESOURCE__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_SYSTEM_RESOURCE__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_SYSTEM_RESOURCE__CONTAINS_MEASUREMENTS = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Power System Resource</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_SYSTEM_RESOURCE_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.EquipmentImpl <em>Equipment</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.EquipmentImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getEquipment()\n\t * @generated\n\t */\n\tint EQUIPMENT = 75;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT__URI = POWER_SYSTEM_RESOURCE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT__MODEL = POWER_SYSTEM_RESOURCE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT__PATH_NAME = POWER_SYSTEM_RESOURCE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT__DESCRIPTION = POWER_SYSTEM_RESOURCE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT__ALIAS_NAME = POWER_SYSTEM_RESOURCE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT__NAME = POWER_SYSTEM_RESOURCE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT__CONTAINS_MEASUREMENTS = POWER_SYSTEM_RESOURCE__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT__OPERATIONAL_LIMIT_SET = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Equipment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_FEATURE_COUNT = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.GeneratingUnitImpl <em>Generating Unit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.GeneratingUnitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getGeneratingUnit()\n\t * @generated\n\t */\n\tint GENERATING_UNIT = 6;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__URI = EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__MODEL = EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__PATH_NAME = EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__DESCRIPTION = EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__ALIAS_NAME = EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__NAME = EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__CONTAINS_MEASUREMENTS = EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__MEMBER_OF_EQUIPMENT_CONTAINER = EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__OPERATIONAL_LIMIT_SET = EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Max Operating P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__MAX_OPERATING_P = EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Normal PF</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__NORMAL_PF = EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Gross Max P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__RATED_GROSS_MAX_P = EQUIPMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Gross Min P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__RATED_GROSS_MIN_P = EQUIPMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Gen Control Source</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__GEN_CONTROL_SOURCE = EQUIPMENT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Net Max P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__RATED_NET_MAX_P = EQUIPMENT_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Long PF</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__LONG_PF = EQUIPMENT_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Synchronous Machines</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__CONTAINS_SYNCHRONOUS_MACHINES = EQUIPMENT_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Gross To Net Active Power Curves</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__GROSS_TO_NET_ACTIVE_POWER_CURVES = EQUIPMENT_FEATURE_COUNT + 8;\n\n\t/**\n\t * The feature id for the '<em><b>Initial P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__INITIAL_P = EQUIPMENT_FEATURE_COUNT + 9;\n\n\t/**\n\t * The feature id for the '<em><b>Control Area Generating Unit</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__CONTROL_AREA_GENERATING_UNIT = EQUIPMENT_FEATURE_COUNT + 10;\n\n\t/**\n\t * The feature id for the '<em><b>Short PF</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__SHORT_PF = EQUIPMENT_FEATURE_COUNT + 11;\n\n\t/**\n\t * The feature id for the '<em><b>Min Operating P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT__MIN_OPERATING_P = EQUIPMENT_FEATURE_COUNT + 12;\n\n\t/**\n\t * The number of structural features of the '<em>Generating Unit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GENERATING_UNIT_FEATURE_COUNT = EQUIPMENT_FEATURE_COUNT + 13;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.HydroGeneratingUnitImpl <em>Hydro Generating Unit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.HydroGeneratingUnitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getHydroGeneratingUnit()\n\t * @generated\n\t */\n\tint HYDRO_GENERATING_UNIT = 4;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__URI = GENERATING_UNIT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__MODEL = GENERATING_UNIT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__PATH_NAME = GENERATING_UNIT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__DESCRIPTION = GENERATING_UNIT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__ALIAS_NAME = GENERATING_UNIT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__NAME = GENERATING_UNIT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__CONTAINS_MEASUREMENTS = GENERATING_UNIT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__MEMBER_OF_EQUIPMENT_CONTAINER = GENERATING_UNIT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__OPERATIONAL_LIMIT_SET = GENERATING_UNIT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Max Operating P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__MAX_OPERATING_P = GENERATING_UNIT__MAX_OPERATING_P;\n\n\t/**\n\t * The feature id for the '<em><b>Normal PF</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__NORMAL_PF = GENERATING_UNIT__NORMAL_PF;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Gross Max P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__RATED_GROSS_MAX_P = GENERATING_UNIT__RATED_GROSS_MAX_P;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Gross Min P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__RATED_GROSS_MIN_P = GENERATING_UNIT__RATED_GROSS_MIN_P;\n\n\t/**\n\t * The feature id for the '<em><b>Gen Control Source</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__GEN_CONTROL_SOURCE = GENERATING_UNIT__GEN_CONTROL_SOURCE;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Net Max P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__RATED_NET_MAX_P = GENERATING_UNIT__RATED_NET_MAX_P;\n\n\t/**\n\t * The feature id for the '<em><b>Long PF</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__LONG_PF = GENERATING_UNIT__LONG_PF;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Synchronous Machines</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__CONTAINS_SYNCHRONOUS_MACHINES = GENERATING_UNIT__CONTAINS_SYNCHRONOUS_MACHINES;\n\n\t/**\n\t * The feature id for the '<em><b>Gross To Net Active Power Curves</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__GROSS_TO_NET_ACTIVE_POWER_CURVES = GENERATING_UNIT__GROSS_TO_NET_ACTIVE_POWER_CURVES;\n\n\t/**\n\t * The feature id for the '<em><b>Initial P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__INITIAL_P = GENERATING_UNIT__INITIAL_P;\n\n\t/**\n\t * The feature id for the '<em><b>Control Area Generating Unit</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__CONTROL_AREA_GENERATING_UNIT = GENERATING_UNIT__CONTROL_AREA_GENERATING_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Short PF</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__SHORT_PF = GENERATING_UNIT__SHORT_PF;\n\n\t/**\n\t * The feature id for the '<em><b>Min Operating P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT__MIN_OPERATING_P = GENERATING_UNIT__MIN_OPERATING_P;\n\n\t/**\n\t * The number of structural features of the '<em>Hydro Generating Unit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint HYDRO_GENERATING_UNIT_FEATURE_COUNT = GENERATING_UNIT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ThermalGeneratingUnitImpl <em>Thermal Generating Unit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ThermalGeneratingUnitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getThermalGeneratingUnit()\n\t * @generated\n\t */\n\tint THERMAL_GENERATING_UNIT = 5;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__URI = GENERATING_UNIT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__MODEL = GENERATING_UNIT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__PATH_NAME = GENERATING_UNIT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__DESCRIPTION = GENERATING_UNIT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__ALIAS_NAME = GENERATING_UNIT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__NAME = GENERATING_UNIT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__CONTAINS_MEASUREMENTS = GENERATING_UNIT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__MEMBER_OF_EQUIPMENT_CONTAINER = GENERATING_UNIT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__OPERATIONAL_LIMIT_SET = GENERATING_UNIT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Max Operating P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__MAX_OPERATING_P = GENERATING_UNIT__MAX_OPERATING_P;\n\n\t/**\n\t * The feature id for the '<em><b>Normal PF</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__NORMAL_PF = GENERATING_UNIT__NORMAL_PF;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Gross Max P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__RATED_GROSS_MAX_P = GENERATING_UNIT__RATED_GROSS_MAX_P;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Gross Min P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__RATED_GROSS_MIN_P = GENERATING_UNIT__RATED_GROSS_MIN_P;\n\n\t/**\n\t * The feature id for the '<em><b>Gen Control Source</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__GEN_CONTROL_SOURCE = GENERATING_UNIT__GEN_CONTROL_SOURCE;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Net Max P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__RATED_NET_MAX_P = GENERATING_UNIT__RATED_NET_MAX_P;\n\n\t/**\n\t * The feature id for the '<em><b>Long PF</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__LONG_PF = GENERATING_UNIT__LONG_PF;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Synchronous Machines</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__CONTAINS_SYNCHRONOUS_MACHINES = GENERATING_UNIT__CONTAINS_SYNCHRONOUS_MACHINES;\n\n\t/**\n\t * The feature id for the '<em><b>Gross To Net Active Power Curves</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__GROSS_TO_NET_ACTIVE_POWER_CURVES = GENERATING_UNIT__GROSS_TO_NET_ACTIVE_POWER_CURVES;\n\n\t/**\n\t * The feature id for the '<em><b>Initial P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__INITIAL_P = GENERATING_UNIT__INITIAL_P;\n\n\t/**\n\t * The feature id for the '<em><b>Control Area Generating Unit</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__CONTROL_AREA_GENERATING_UNIT = GENERATING_UNIT__CONTROL_AREA_GENERATING_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Short PF</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__SHORT_PF = GENERATING_UNIT__SHORT_PF;\n\n\t/**\n\t * The feature id for the '<em><b>Min Operating P</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT__MIN_OPERATING_P = GENERATING_UNIT__MIN_OPERATING_P;\n\n\t/**\n\t * The number of structural features of the '<em>Thermal Generating Unit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint THERMAL_GENERATING_UNIT_FEATURE_COUNT = GENERATING_UNIT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.OperationalLimitImpl <em>Operational Limit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.OperationalLimitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getOperationalLimit()\n\t * @generated\n\t */\n\tint OPERATIONAL_LIMIT = 7;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT__OPERATIONAL_LIMIT_SET = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT__TYPE = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Operational Limit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.OperationalLimitSetImpl <em>Operational Limit Set</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.OperationalLimitSetImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getOperationalLimitSet()\n\t * @generated\n\t */\n\tint OPERATIONAL_LIMIT_SET = 8;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_SET__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_SET__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_SET__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_SET__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_SET__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_SET__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Equipment</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_SET__EQUIPMENT = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Value</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_SET__OPERATIONAL_LIMIT_VALUE = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Operational Limit Set</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATIONAL_LIMIT_SET_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ActivePowerLimitImpl <em>Active Power Limit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ActivePowerLimitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getActivePowerLimit()\n\t * @generated\n\t */\n\tint ACTIVE_POWER_LIMIT = 9;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT__URI = OPERATIONAL_LIMIT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT__MODEL = OPERATIONAL_LIMIT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT__PATH_NAME = OPERATIONAL_LIMIT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT__DESCRIPTION = OPERATIONAL_LIMIT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT__ALIAS_NAME = OPERATIONAL_LIMIT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT__NAME = OPERATIONAL_LIMIT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT__OPERATIONAL_LIMIT_SET = OPERATIONAL_LIMIT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT__TYPE = OPERATIONAL_LIMIT__TYPE;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT__VALUE = OPERATIONAL_LIMIT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Active Power Limit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTIVE_POWER_LIMIT_FEATURE_COUNT = OPERATIONAL_LIMIT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ApparentPowerLimitImpl <em>Apparent Power Limit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ApparentPowerLimitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getApparentPowerLimit()\n\t * @generated\n\t */\n\tint APPARENT_POWER_LIMIT = 10;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT__URI = OPERATIONAL_LIMIT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT__MODEL = OPERATIONAL_LIMIT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT__PATH_NAME = OPERATIONAL_LIMIT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT__DESCRIPTION = OPERATIONAL_LIMIT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT__ALIAS_NAME = OPERATIONAL_LIMIT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT__NAME = OPERATIONAL_LIMIT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT__OPERATIONAL_LIMIT_SET = OPERATIONAL_LIMIT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT__TYPE = OPERATIONAL_LIMIT__TYPE;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT__VALUE = OPERATIONAL_LIMIT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Apparent Power Limit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint APPARENT_POWER_LIMIT_FEATURE_COUNT = OPERATIONAL_LIMIT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.VoltageLimitImpl <em>Voltage Limit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.VoltageLimitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getVoltageLimit()\n\t * @generated\n\t */\n\tint VOLTAGE_LIMIT = 11;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT__URI = OPERATIONAL_LIMIT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT__MODEL = OPERATIONAL_LIMIT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT__PATH_NAME = OPERATIONAL_LIMIT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT__DESCRIPTION = OPERATIONAL_LIMIT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT__ALIAS_NAME = OPERATIONAL_LIMIT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT__NAME = OPERATIONAL_LIMIT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT__OPERATIONAL_LIMIT_SET = OPERATIONAL_LIMIT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT__TYPE = OPERATIONAL_LIMIT__TYPE;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT__VALUE = OPERATIONAL_LIMIT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Voltage Limit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LIMIT_FEATURE_COUNT = OPERATIONAL_LIMIT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.CurrentLimitImpl <em>Current Limit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CurrentLimitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getCurrentLimit()\n\t * @generated\n\t */\n\tint CURRENT_LIMIT = 12;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT__URI = OPERATIONAL_LIMIT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT__MODEL = OPERATIONAL_LIMIT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT__PATH_NAME = OPERATIONAL_LIMIT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT__DESCRIPTION = OPERATIONAL_LIMIT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT__ALIAS_NAME = OPERATIONAL_LIMIT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT__NAME = OPERATIONAL_LIMIT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT__OPERATIONAL_LIMIT_SET = OPERATIONAL_LIMIT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT__TYPE = OPERATIONAL_LIMIT__TYPE;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT__VALUE = OPERATIONAL_LIMIT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Current Limit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURRENT_LIMIT_FEATURE_COUNT = OPERATIONAL_LIMIT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.PowerTransformerImpl <em>Power Transformer</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.PowerTransformerImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getPowerTransformer()\n\t * @generated\n\t */\n\tint POWER_TRANSFORMER = 13;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__URI = EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__MODEL = EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__PATH_NAME = EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__DESCRIPTION = EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__ALIAS_NAME = EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__NAME = EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__CONTAINS_MEASUREMENTS = EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__MEMBER_OF_EQUIPMENT_CONTAINER = EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__OPERATIONAL_LIMIT_SET = EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Transformer Windings</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER__CONTAINS_TRANSFORMER_WINDINGS = EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Power Transformer</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint POWER_TRANSFORMER_FEATURE_COUNT = EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ConductingEquipmentImpl <em>Conducting Equipment</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ConductingEquipmentImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getConductingEquipment()\n\t * @generated\n\t */\n\tint CONDUCTING_EQUIPMENT = 82;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__URI = EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__MODEL = EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__PATH_NAME = EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__DESCRIPTION = EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__ALIAS_NAME = EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__NAME = EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__CONTAINS_MEASUREMENTS = EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER = EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__OPERATIONAL_LIMIT_SET = EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__BASE_VOLTAGE = EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT__TERMINALS = EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Conducting Equipment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTING_EQUIPMENT_FEATURE_COUNT = EQUIPMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.SwitchImpl <em>Switch</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.SwitchImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getSwitch()\n\t * @generated\n\t */\n\tint SWITCH = 25;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__URI = CONDUCTING_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__MODEL = CONDUCTING_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__PATH_NAME = CONDUCTING_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__DESCRIPTION = CONDUCTING_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__ALIAS_NAME = CONDUCTING_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__NAME = CONDUCTING_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__CONTAINS_MEASUREMENTS = CONDUCTING_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__MEMBER_OF_EQUIPMENT_CONTAINER = CONDUCTING_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__OPERATIONAL_LIMIT_SET = CONDUCTING_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__BASE_VOLTAGE = CONDUCTING_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__TERMINALS = CONDUCTING_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Normal Open</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH__NORMAL_OPEN = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Switch</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SWITCH_FEATURE_COUNT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.DisconnectorImpl <em>Disconnector</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.DisconnectorImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getDisconnector()\n\t * @generated\n\t */\n\tint DISCONNECTOR = 14;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__URI = SWITCH__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__MODEL = SWITCH__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__PATH_NAME = SWITCH__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__DESCRIPTION = SWITCH__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__ALIAS_NAME = SWITCH__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__NAME = SWITCH__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__CONTAINS_MEASUREMENTS = SWITCH__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__MEMBER_OF_EQUIPMENT_CONTAINER = SWITCH__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__OPERATIONAL_LIMIT_SET = SWITCH__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__BASE_VOLTAGE = SWITCH__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__TERMINALS = SWITCH__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Normal Open</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR__NORMAL_OPEN = SWITCH__NORMAL_OPEN;\n\n\t/**\n\t * The number of structural features of the '<em>Disconnector</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCONNECTOR_FEATURE_COUNT = SWITCH_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.RegulatingCondEqImpl <em>Regulating Cond Eq</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.RegulatingCondEqImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getRegulatingCondEq()\n\t * @generated\n\t */\n\tint REGULATING_COND_EQ = 19;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__URI = CONDUCTING_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__MODEL = CONDUCTING_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__PATH_NAME = CONDUCTING_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__DESCRIPTION = CONDUCTING_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__ALIAS_NAME = CONDUCTING_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__NAME = CONDUCTING_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__CONTAINS_MEASUREMENTS = CONDUCTING_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__MEMBER_OF_EQUIPMENT_CONTAINER = CONDUCTING_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__OPERATIONAL_LIMIT_SET = CONDUCTING_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__BASE_VOLTAGE = CONDUCTING_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__TERMINALS = CONDUCTING_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Regulating Control</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ__REGULATING_CONTROL = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Regulating Cond Eq</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_COND_EQ_FEATURE_COUNT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.SynchronousMachineImpl <em>Synchronous Machine</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.SynchronousMachineImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getSynchronousMachine()\n\t * @generated\n\t */\n\tint SYNCHRONOUS_MACHINE = 15;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__URI = REGULATING_COND_EQ__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__MODEL = REGULATING_COND_EQ__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__PATH_NAME = REGULATING_COND_EQ__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__DESCRIPTION = REGULATING_COND_EQ__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__ALIAS_NAME = REGULATING_COND_EQ__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__NAME = REGULATING_COND_EQ__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__CONTAINS_MEASUREMENTS = REGULATING_COND_EQ__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__MEMBER_OF_EQUIPMENT_CONTAINER = REGULATING_COND_EQ__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__OPERATIONAL_LIMIT_SET = REGULATING_COND_EQ__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__BASE_VOLTAGE = REGULATING_COND_EQ__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__TERMINALS = REGULATING_COND_EQ__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Regulating Control</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__REGULATING_CONTROL = REGULATING_COND_EQ__REGULATING_CONTROL;\n\n\t/**\n\t * The feature id for the '<em><b>Initial Reactive Capability Curve</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__INITIAL_REACTIVE_CAPABILITY_CURVE = REGULATING_COND_EQ_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Operating Mode</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__OPERATING_MODE = REGULATING_COND_EQ_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Generating Unit</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__MEMBER_OF_GENERATING_UNIT = REGULATING_COND_EQ_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Min Q</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__MIN_Q = REGULATING_COND_EQ_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__TYPE = REGULATING_COND_EQ_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Max Q</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE__MAX_Q = REGULATING_COND_EQ_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of structural features of the '<em>Synchronous Machine</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SYNCHRONOUS_MACHINE_FEATURE_COUNT = REGULATING_COND_EQ_FEATURE_COUNT + 6;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.BusbarSectionImpl <em>Busbar Section</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.BusbarSectionImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getBusbarSection()\n\t * @generated\n\t */\n\tint BUSBAR_SECTION = 16;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__URI = CONDUCTING_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__MODEL = CONDUCTING_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__PATH_NAME = CONDUCTING_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__DESCRIPTION = CONDUCTING_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__ALIAS_NAME = CONDUCTING_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__NAME = CONDUCTING_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__CONTAINS_MEASUREMENTS = CONDUCTING_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__MEMBER_OF_EQUIPMENT_CONTAINER = CONDUCTING_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__OPERATIONAL_LIMIT_SET = CONDUCTING_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__BASE_VOLTAGE = CONDUCTING_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION__TERMINALS = CONDUCTING_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The number of structural features of the '<em>Busbar Section</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BUSBAR_SECTION_FEATURE_COUNT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ShuntCompensatorImpl <em>Shunt Compensator</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ShuntCompensatorImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getShuntCompensator()\n\t * @generated\n\t */\n\tint SHUNT_COMPENSATOR = 17;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__URI = REGULATING_COND_EQ__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__MODEL = REGULATING_COND_EQ__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__PATH_NAME = REGULATING_COND_EQ__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__DESCRIPTION = REGULATING_COND_EQ__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__ALIAS_NAME = REGULATING_COND_EQ__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__NAME = REGULATING_COND_EQ__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__CONTAINS_MEASUREMENTS = REGULATING_COND_EQ__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__MEMBER_OF_EQUIPMENT_CONTAINER = REGULATING_COND_EQ__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__OPERATIONAL_LIMIT_SET = REGULATING_COND_EQ__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__BASE_VOLTAGE = REGULATING_COND_EQ__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__TERMINALS = REGULATING_COND_EQ__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Regulating Control</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__REGULATING_CONTROL = REGULATING_COND_EQ__REGULATING_CONTROL;\n\n\t/**\n\t * The feature id for the '<em><b>Maximum Sections</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__MAXIMUM_SECTIONS = REGULATING_COND_EQ_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Normal Sections</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__NORMAL_SECTIONS = REGULATING_COND_EQ_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Nom U</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__NOM_U = REGULATING_COND_EQ_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Reactive Per Section</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR__REACTIVE_PER_SECTION = REGULATING_COND_EQ_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Shunt Compensator</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SHUNT_COMPENSATOR_FEATURE_COUNT = REGULATING_COND_EQ_FEATURE_COUNT + 4;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.LoadBreakSwitchImpl <em>Load Break Switch</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.LoadBreakSwitchImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getLoadBreakSwitch()\n\t * @generated\n\t */\n\tint LOAD_BREAK_SWITCH = 18;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__URI = SWITCH__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__MODEL = SWITCH__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__PATH_NAME = SWITCH__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__DESCRIPTION = SWITCH__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__ALIAS_NAME = SWITCH__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__NAME = SWITCH__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__CONTAINS_MEASUREMENTS = SWITCH__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__MEMBER_OF_EQUIPMENT_CONTAINER = SWITCH__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__OPERATIONAL_LIMIT_SET = SWITCH__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__BASE_VOLTAGE = SWITCH__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__TERMINALS = SWITCH__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Normal Open</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__NORMAL_OPEN = SWITCH__NORMAL_OPEN;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Current</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH__RATED_CURRENT = SWITCH_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Load Break Switch</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_BREAK_SWITCH_FEATURE_COUNT = SWITCH_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.EnergyConsumerImpl <em>Energy Consumer</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.EnergyConsumerImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getEnergyConsumer()\n\t * @generated\n\t */\n\tint ENERGY_CONSUMER = 20;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__URI = CONDUCTING_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__MODEL = CONDUCTING_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__PATH_NAME = CONDUCTING_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__DESCRIPTION = CONDUCTING_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__ALIAS_NAME = CONDUCTING_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__NAME = CONDUCTING_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__CONTAINS_MEASUREMENTS = CONDUCTING_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__MEMBER_OF_EQUIPMENT_CONTAINER = CONDUCTING_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__OPERATIONAL_LIMIT_SET = CONDUCTING_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__BASE_VOLTAGE = CONDUCTING_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__TERMINALS = CONDUCTING_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__QFIXED_PCT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__PFIXED = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Load Response</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__LOAD_RESPONSE = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__QFIXED = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER__PFIXED_PCT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Energy Consumer</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_CONSUMER_FEATURE_COUNT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 5;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.TransformerWindingImpl <em>Transformer Winding</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.TransformerWindingImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getTransformerWinding()\n\t * @generated\n\t */\n\tint TRANSFORMER_WINDING = 21;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__URI = CONDUCTING_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__MODEL = CONDUCTING_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__PATH_NAME = CONDUCTING_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__DESCRIPTION = CONDUCTING_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__ALIAS_NAME = CONDUCTING_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__NAME = CONDUCTING_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__CONTAINS_MEASUREMENTS = CONDUCTING_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__MEMBER_OF_EQUIPMENT_CONTAINER = CONDUCTING_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__OPERATIONAL_LIMIT_SET = CONDUCTING_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__BASE_VOLTAGE = CONDUCTING_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__TERMINALS = CONDUCTING_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Winding Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__WINDING_TYPE = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Tap Changers</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__TAP_CHANGERS = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Power Transformer</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__MEMBER_OF_POWER_TRANSFORMER = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Rated S</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__RATED_S = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>X</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__X = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Rated U</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__RATED_U = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>R</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__R = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>B</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING__B = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 7;\n\n\t/**\n\t * The number of structural features of the '<em>Transformer Winding</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRANSFORMER_WINDING_FEATURE_COUNT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 8;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.RegulatingControlImpl <em>Regulating Control</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.RegulatingControlImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getRegulatingControl()\n\t * @generated\n\t */\n\tint REGULATING_CONTROL = 22;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__URI = POWER_SYSTEM_RESOURCE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__MODEL = POWER_SYSTEM_RESOURCE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__PATH_NAME = POWER_SYSTEM_RESOURCE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__DESCRIPTION = POWER_SYSTEM_RESOURCE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__ALIAS_NAME = POWER_SYSTEM_RESOURCE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__NAME = POWER_SYSTEM_RESOURCE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__CONTAINS_MEASUREMENTS = POWER_SYSTEM_RESOURCE__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Terminal</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__TERMINAL = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Regulation Schedule</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__REGULATION_SCHEDULE = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Tap Changer</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__TAP_CHANGER = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Regulating Cond Eq</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL__REGULATING_COND_EQ = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Regulating Control</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATING_CONTROL_FEATURE_COUNT = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.BasicIntervalScheduleImpl <em>Basic Interval Schedule</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.BasicIntervalScheduleImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getBasicIntervalSchedule()\n\t * @generated\n\t */\n\tint BASIC_INTERVAL_SCHEDULE = 79;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Start Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE__START_TIME = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Value1 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE__VALUE1_UNIT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Value2 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE__VALUE2_UNIT = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Basic Interval Schedule</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASIC_INTERVAL_SCHEDULE_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.RegularIntervalScheduleImpl <em>Regular Interval Schedule</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.RegularIntervalScheduleImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getRegularIntervalSchedule()\n\t * @generated\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE = 67;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__URI = BASIC_INTERVAL_SCHEDULE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__MODEL = BASIC_INTERVAL_SCHEDULE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__PATH_NAME = BASIC_INTERVAL_SCHEDULE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__DESCRIPTION = BASIC_INTERVAL_SCHEDULE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__ALIAS_NAME = BASIC_INTERVAL_SCHEDULE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__NAME = BASIC_INTERVAL_SCHEDULE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Start Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__START_TIME = BASIC_INTERVAL_SCHEDULE__START_TIME;\n\n\t/**\n\t * The feature id for the '<em><b>Value1 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__VALUE1_UNIT = BASIC_INTERVAL_SCHEDULE__VALUE1_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Value2 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__VALUE2_UNIT = BASIC_INTERVAL_SCHEDULE__VALUE2_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>End Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__END_TIME = BASIC_INTERVAL_SCHEDULE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Time Points</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__TIME_POINTS = BASIC_INTERVAL_SCHEDULE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Time Step</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE__TIME_STEP = BASIC_INTERVAL_SCHEDULE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Regular Interval Schedule</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_INTERVAL_SCHEDULE_FEATURE_COUNT = BASIC_INTERVAL_SCHEDULE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.RegulationScheduleImpl <em>Regulation Schedule</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.RegulationScheduleImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getRegulationSchedule()\n\t * @generated\n\t */\n\tint REGULATION_SCHEDULE = 23;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__URI = REGULAR_INTERVAL_SCHEDULE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__MODEL = REGULAR_INTERVAL_SCHEDULE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__PATH_NAME = REGULAR_INTERVAL_SCHEDULE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__DESCRIPTION = REGULAR_INTERVAL_SCHEDULE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__ALIAS_NAME = REGULAR_INTERVAL_SCHEDULE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__NAME = REGULAR_INTERVAL_SCHEDULE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Start Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__START_TIME = REGULAR_INTERVAL_SCHEDULE__START_TIME;\n\n\t/**\n\t * The feature id for the '<em><b>Value1 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__VALUE1_UNIT = REGULAR_INTERVAL_SCHEDULE__VALUE1_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Value2 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__VALUE2_UNIT = REGULAR_INTERVAL_SCHEDULE__VALUE2_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>End Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__END_TIME = REGULAR_INTERVAL_SCHEDULE__END_TIME;\n\n\t/**\n\t * The feature id for the '<em><b>Time Points</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__TIME_POINTS = REGULAR_INTERVAL_SCHEDULE__TIME_POINTS;\n\n\t/**\n\t * The feature id for the '<em><b>Time Step</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__TIME_STEP = REGULAR_INTERVAL_SCHEDULE__TIME_STEP;\n\n\t/**\n\t * The feature id for the '<em><b>Regulating Control</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE__REGULATING_CONTROL = REGULAR_INTERVAL_SCHEDULE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Regulation Schedule</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULATION_SCHEDULE_FEATURE_COUNT = REGULAR_INTERVAL_SCHEDULE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ConductorImpl <em>Conductor</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ConductorImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getConductor()\n\t * @generated\n\t */\n\tint CONDUCTOR = 26;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__URI = CONDUCTING_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__MODEL = CONDUCTING_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__PATH_NAME = CONDUCTING_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__DESCRIPTION = CONDUCTING_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__ALIAS_NAME = CONDUCTING_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__NAME = CONDUCTING_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__CONTAINS_MEASUREMENTS = CONDUCTING_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__MEMBER_OF_EQUIPMENT_CONTAINER = CONDUCTING_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__OPERATIONAL_LIMIT_SET = CONDUCTING_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__BASE_VOLTAGE = CONDUCTING_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__TERMINALS = CONDUCTING_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>R</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__R = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>X</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__X = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Bch</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR__BCH = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Conductor</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONDUCTOR_FEATURE_COUNT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ACLineSegmentImpl <em>AC Line Segment</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ACLineSegmentImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getACLineSegment()\n\t * @generated\n\t */\n\tint AC_LINE_SEGMENT = 24;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__URI = CONDUCTOR__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__MODEL = CONDUCTOR__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__PATH_NAME = CONDUCTOR__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__DESCRIPTION = CONDUCTOR__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__ALIAS_NAME = CONDUCTOR__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__NAME = CONDUCTOR__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__CONTAINS_MEASUREMENTS = CONDUCTOR__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__MEMBER_OF_EQUIPMENT_CONTAINER = CONDUCTOR__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__OPERATIONAL_LIMIT_SET = CONDUCTOR__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__BASE_VOLTAGE = CONDUCTOR__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__TERMINALS = CONDUCTOR__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>R</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__R = CONDUCTOR__R;\n\n\t/**\n\t * The feature id for the '<em><b>X</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__X = CONDUCTOR__X;\n\n\t/**\n\t * The feature id for the '<em><b>Bch</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT__BCH = CONDUCTOR__BCH;\n\n\t/**\n\t * The number of structural features of the '<em>AC Line Segment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint AC_LINE_SEGMENT_FEATURE_COUNT = CONDUCTOR_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ReactiveCapabilityCurveImpl <em>Reactive Capability Curve</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ReactiveCapabilityCurveImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getReactiveCapabilityCurve()\n\t * @generated\n\t */\n\tint REACTIVE_CAPABILITY_CURVE = 27;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__URI = CURVE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__MODEL = CURVE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__PATH_NAME = CURVE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__DESCRIPTION = CURVE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__ALIAS_NAME = CURVE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__NAME = CURVE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Y2 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__Y2_UNIT = CURVE__Y2_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>XUnit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__XUNIT = CURVE__XUNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Curve Schedule Datas</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__CURVE_SCHEDULE_DATAS = CURVE__CURVE_SCHEDULE_DATAS;\n\n\t/**\n\t * The feature id for the '<em><b>Curve Style</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__CURVE_STYLE = CURVE__CURVE_STYLE;\n\n\t/**\n\t * The feature id for the '<em><b>Y1 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__Y1_UNIT = CURVE__Y1_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Initially Used By Synchronous Machine</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE__INITIALLY_USED_BY_SYNCHRONOUS_MACHINE = CURVE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Reactive Capability Curve</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REACTIVE_CAPABILITY_CURVE_FEATURE_COUNT = CURVE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.TapChangerImpl <em>Tap Changer</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.TapChangerImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getTapChanger()\n\t * @generated\n\t */\n\tint TAP_CHANGER = 28;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__URI = POWER_SYSTEM_RESOURCE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__MODEL = POWER_SYSTEM_RESOURCE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__PATH_NAME = POWER_SYSTEM_RESOURCE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__DESCRIPTION = POWER_SYSTEM_RESOURCE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__ALIAS_NAME = POWER_SYSTEM_RESOURCE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__NAME = POWER_SYSTEM_RESOURCE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__CONTAINS_MEASUREMENTS = POWER_SYSTEM_RESOURCE__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Regulating Control</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__REGULATING_CONTROL = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Transformer Winding</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__TRANSFORMER_WINDING = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Normal Step</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__NORMAL_STEP = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>High Step</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__HIGH_STEP = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Step Phase Shift Increment</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__STEP_PHASE_SHIFT_INCREMENT = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>Neutral Step</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__NEUTRAL_STEP = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The feature id for the '<em><b>Low Step</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__LOW_STEP = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The feature id for the '<em><b>Tcul Control Mode</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__TCUL_CONTROL_MODE = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 7;\n\n\t/**\n\t * The feature id for the '<em><b>Step Voltage Increment</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__STEP_VOLTAGE_INCREMENT = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 8;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__TYPE = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 9;\n\n\t/**\n\t * The feature id for the '<em><b>Neutral U</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER__NEUTRAL_U = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 10;\n\n\t/**\n\t * The number of structural features of the '<em>Tap Changer</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TAP_CHANGER_FEATURE_COUNT = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 11;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ConnectivityNodeContainerImpl <em>Connectivity Node Container</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ConnectivityNodeContainerImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getConnectivityNodeContainer()\n\t * @generated\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER = 68;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER__URI = POWER_SYSTEM_RESOURCE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER__MODEL = POWER_SYSTEM_RESOURCE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER__PATH_NAME = POWER_SYSTEM_RESOURCE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER__DESCRIPTION = POWER_SYSTEM_RESOURCE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER__ALIAS_NAME = POWER_SYSTEM_RESOURCE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER__NAME = POWER_SYSTEM_RESOURCE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER__CONTAINS_MEASUREMENTS = POWER_SYSTEM_RESOURCE__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Connectivity Nodes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER__CONNECTIVITY_NODES = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Connectivity Node Container</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_CONTAINER_FEATURE_COUNT = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.EquipmentContainerImpl <em>Equipment Container</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.EquipmentContainerImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getEquipmentContainer()\n\t * @generated\n\t */\n\tint EQUIPMENT_CONTAINER = 70;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER__URI = CONNECTIVITY_NODE_CONTAINER__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER__MODEL = CONNECTIVITY_NODE_CONTAINER__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER__PATH_NAME = CONNECTIVITY_NODE_CONTAINER__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER__DESCRIPTION = CONNECTIVITY_NODE_CONTAINER__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER__ALIAS_NAME = CONNECTIVITY_NODE_CONTAINER__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER__NAME = CONNECTIVITY_NODE_CONTAINER__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER__CONTAINS_MEASUREMENTS = CONNECTIVITY_NODE_CONTAINER__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Connectivity Nodes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER__CONNECTIVITY_NODES = CONNECTIVITY_NODE_CONTAINER__CONNECTIVITY_NODES;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Equipments</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER__CONTAINS_EQUIPMENTS = CONNECTIVITY_NODE_CONTAINER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Equipment Container</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIPMENT_CONTAINER_FEATURE_COUNT = CONNECTIVITY_NODE_CONTAINER_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.LineImpl <em>Line</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.LineImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getLine()\n\t * @generated\n\t */\n\tint LINE = 29;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__URI = EQUIPMENT_CONTAINER__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__MODEL = EQUIPMENT_CONTAINER__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__PATH_NAME = EQUIPMENT_CONTAINER__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__DESCRIPTION = EQUIPMENT_CONTAINER__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__ALIAS_NAME = EQUIPMENT_CONTAINER__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__NAME = EQUIPMENT_CONTAINER__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__CONTAINS_MEASUREMENTS = EQUIPMENT_CONTAINER__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Connectivity Nodes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__CONNECTIVITY_NODES = EQUIPMENT_CONTAINER__CONNECTIVITY_NODES;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Equipments</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__CONTAINS_EQUIPMENTS = EQUIPMENT_CONTAINER__CONTAINS_EQUIPMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Region</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE__REGION = EQUIPMENT_CONTAINER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Line</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LINE_FEATURE_COUNT = EQUIPMENT_CONTAINER_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.StaticVarCompensatorImpl <em>Static Var Compensator</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.StaticVarCompensatorImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getStaticVarCompensator()\n\t * @generated\n\t */\n\tint STATIC_VAR_COMPENSATOR = 30;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__URI = REGULATING_COND_EQ__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__MODEL = REGULATING_COND_EQ__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__PATH_NAME = REGULATING_COND_EQ__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__DESCRIPTION = REGULATING_COND_EQ__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__ALIAS_NAME = REGULATING_COND_EQ__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__NAME = REGULATING_COND_EQ__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__CONTAINS_MEASUREMENTS = REGULATING_COND_EQ__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__MEMBER_OF_EQUIPMENT_CONTAINER = REGULATING_COND_EQ__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__OPERATIONAL_LIMIT_SET = REGULATING_COND_EQ__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__BASE_VOLTAGE = REGULATING_COND_EQ__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__TERMINALS = REGULATING_COND_EQ__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Regulating Control</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__REGULATING_CONTROL = REGULATING_COND_EQ__REGULATING_CONTROL;\n\n\t/**\n\t * The feature id for the '<em><b>Voltage Set Point</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__VOLTAGE_SET_POINT = REGULATING_COND_EQ_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>SVC Control Mode</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__SVC_CONTROL_MODE = REGULATING_COND_EQ_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Capacitive Rating</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__CAPACITIVE_RATING = REGULATING_COND_EQ_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Slope</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__SLOPE = REGULATING_COND_EQ_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Inductive Rating</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR__INDUCTIVE_RATING = REGULATING_COND_EQ_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Static Var Compensator</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATIC_VAR_COMPENSATOR_FEATURE_COUNT = REGULATING_COND_EQ_FEATURE_COUNT + 5;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.SeriesCompensatorImpl <em>Series Compensator</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.SeriesCompensatorImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getSeriesCompensator()\n\t * @generated\n\t */\n\tint SERIES_COMPENSATOR = 31;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__URI = CONDUCTING_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__MODEL = CONDUCTING_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__PATH_NAME = CONDUCTING_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__DESCRIPTION = CONDUCTING_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__ALIAS_NAME = CONDUCTING_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__NAME = CONDUCTING_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__CONTAINS_MEASUREMENTS = CONDUCTING_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__MEMBER_OF_EQUIPMENT_CONTAINER = CONDUCTING_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__OPERATIONAL_LIMIT_SET = CONDUCTING_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__BASE_VOLTAGE = CONDUCTING_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__TERMINALS = CONDUCTING_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>R</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__R = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>X</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR__X = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Series Compensator</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SERIES_COMPENSATOR_FEATURE_COUNT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.BreakerImpl <em>Breaker</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.BreakerImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getBreaker()\n\t * @generated\n\t */\n\tint BREAKER = 32;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__URI = SWITCH__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__MODEL = SWITCH__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__PATH_NAME = SWITCH__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__DESCRIPTION = SWITCH__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__ALIAS_NAME = SWITCH__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__NAME = SWITCH__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__CONTAINS_MEASUREMENTS = SWITCH__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__MEMBER_OF_EQUIPMENT_CONTAINER = SWITCH__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__OPERATIONAL_LIMIT_SET = SWITCH__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__BASE_VOLTAGE = SWITCH__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__TERMINALS = SWITCH__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Normal Open</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__NORMAL_OPEN = SWITCH__NORMAL_OPEN;\n\n\t/**\n\t * The feature id for the '<em><b>Rated Current</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER__RATED_CURRENT = SWITCH_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Breaker</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BREAKER_FEATURE_COUNT = SWITCH_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.MeasurementValueImpl <em>Measurement Value</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.MeasurementValueImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getMeasurementValue()\n\t * @generated\n\t */\n\tint MEASUREMENT_VALUE = 35;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Measurement Value Source</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE__MEASUREMENT_VALUE_SOURCE = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Measurement Value</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.DiscreteValueImpl <em>Discrete Value</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.DiscreteValueImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getDiscreteValue()\n\t * @generated\n\t */\n\tint DISCRETE_VALUE = 33;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_VALUE__URI = MEASUREMENT_VALUE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_VALUE__MODEL = MEASUREMENT_VALUE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_VALUE__PATH_NAME = MEASUREMENT_VALUE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_VALUE__DESCRIPTION = MEASUREMENT_VALUE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_VALUE__ALIAS_NAME = MEASUREMENT_VALUE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_VALUE__NAME = MEASUREMENT_VALUE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Measurement Value Source</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_VALUE__MEASUREMENT_VALUE_SOURCE = MEASUREMENT_VALUE__MEASUREMENT_VALUE_SOURCE;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Measurement</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_VALUE__MEMBER_OF_MEASUREMENT = MEASUREMENT_VALUE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Discrete Value</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_VALUE_FEATURE_COUNT = MEASUREMENT_VALUE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.MeasurementImpl <em>Measurement</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.MeasurementImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getMeasurement()\n\t * @generated\n\t */\n\tint MEASUREMENT = 34;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of PSR</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__MEMBER_OF_PSR = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Measurement Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__MEASUREMENT_TYPE = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Terminal</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__TERMINAL = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Unit</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT__UNIT = IDENTIFIED_OBJECT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Measurement</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.MeasurementValueSourceImpl <em>Measurement Value Source</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.MeasurementValueSourceImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getMeasurementValueSource()\n\t * @generated\n\t */\n\tint MEASUREMENT_VALUE_SOURCE = 36;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE_SOURCE__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE_SOURCE__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE_SOURCE__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE_SOURCE__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE_SOURCE__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE_SOURCE__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Measurement Values</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE_SOURCE__MEASUREMENT_VALUES = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Measurement Value Source</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_VALUE_SOURCE_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.AnalogImpl <em>Analog</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.AnalogImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getAnalog()\n\t * @generated\n\t */\n\tint ANALOG = 37;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__URI = MEASUREMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__MODEL = MEASUREMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__PATH_NAME = MEASUREMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__DESCRIPTION = MEASUREMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__ALIAS_NAME = MEASUREMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__NAME = MEASUREMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of PSR</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__MEMBER_OF_PSR = MEASUREMENT__MEMBER_OF_PSR;\n\n\t/**\n\t * The feature id for the '<em><b>Measurement Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__MEASUREMENT_TYPE = MEASUREMENT__MEASUREMENT_TYPE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminal</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__TERMINAL = MEASUREMENT__TERMINAL;\n\n\t/**\n\t * The feature id for the '<em><b>Unit</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__UNIT = MEASUREMENT__UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Positive Flow In</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__POSITIVE_FLOW_IN = MEASUREMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Contain Measurement Values</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG__CONTAIN_MEASUREMENT_VALUES = MEASUREMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Analog</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_FEATURE_COUNT = MEASUREMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.AnalogValueImpl <em>Analog Value</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.AnalogValueImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getAnalogValue()\n\t * @generated\n\t */\n\tint ANALOG_VALUE = 38;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_VALUE__URI = MEASUREMENT_VALUE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_VALUE__MODEL = MEASUREMENT_VALUE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_VALUE__PATH_NAME = MEASUREMENT_VALUE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_VALUE__DESCRIPTION = MEASUREMENT_VALUE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_VALUE__ALIAS_NAME = MEASUREMENT_VALUE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_VALUE__NAME = MEASUREMENT_VALUE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Measurement Value Source</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_VALUE__MEASUREMENT_VALUE_SOURCE = MEASUREMENT_VALUE__MEASUREMENT_VALUE_SOURCE;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Measurement</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_VALUE__MEMBER_OF_MEASUREMENT = MEASUREMENT_VALUE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Analog Value</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANALOG_VALUE_FEATURE_COUNT = MEASUREMENT_VALUE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.MeasurementTypeImpl <em>Measurement Type</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.MeasurementTypeImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getMeasurementType()\n\t * @generated\n\t */\n\tint MEASUREMENT_TYPE = 39;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_TYPE__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_TYPE__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_TYPE__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_TYPE__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_TYPE__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_TYPE__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_TYPE__MEASUREMENTS = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Measurement Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint MEASUREMENT_TYPE_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.DiscreteImpl <em>Discrete</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.DiscreteImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getDiscrete()\n\t * @generated\n\t */\n\tint DISCRETE = 40;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__URI = MEASUREMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__MODEL = MEASUREMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__PATH_NAME = MEASUREMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__DESCRIPTION = MEASUREMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__ALIAS_NAME = MEASUREMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__NAME = MEASUREMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of PSR</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__MEMBER_OF_PSR = MEASUREMENT__MEMBER_OF_PSR;\n\n\t/**\n\t * The feature id for the '<em><b>Measurement Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__MEASUREMENT_TYPE = MEASUREMENT__MEASUREMENT_TYPE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminal</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__TERMINAL = MEASUREMENT__TERMINAL;\n\n\t/**\n\t * The feature id for the '<em><b>Unit</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__UNIT = MEASUREMENT__UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Contain Measurement Values</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE__CONTAIN_MEASUREMENT_VALUES = MEASUREMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Discrete</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DISCRETE_FEATURE_COUNT = MEASUREMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.LimitSetImpl <em>Limit Set</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.LimitSetImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getLimitSet()\n\t * @generated\n\t */\n\tint LIMIT_SET = 41;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIMIT_SET__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIMIT_SET__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIMIT_SET__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIMIT_SET__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIMIT_SET__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIMIT_SET__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Is Percentage Limits</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIMIT_SET__IS_PERCENTAGE_LIMITS = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Limit Set</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LIMIT_SET_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.LoadGroupImpl <em>Load Group</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.LoadGroupImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getLoadGroup()\n\t * @generated\n\t */\n\tint LOAD_GROUP = 51;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_GROUP__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_GROUP__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_GROUP__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_GROUP__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_GROUP__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_GROUP__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Sub Load Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_GROUP__SUB_LOAD_AREA = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Load Group</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_GROUP_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.NonConformLoadGroupImpl <em>Non Conform Load Group</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.NonConformLoadGroupImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getNonConformLoadGroup()\n\t * @generated\n\t */\n\tint NON_CONFORM_LOAD_GROUP = 42;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP__URI = LOAD_GROUP__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP__MODEL = LOAD_GROUP__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP__PATH_NAME = LOAD_GROUP__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP__DESCRIPTION = LOAD_GROUP__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP__ALIAS_NAME = LOAD_GROUP__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP__NAME = LOAD_GROUP__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Sub Load Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP__SUB_LOAD_AREA = LOAD_GROUP__SUB_LOAD_AREA;\n\n\t/**\n\t * The feature id for the '<em><b>Non Conform Load Schedules</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP__NON_CONFORM_LOAD_SCHEDULES = LOAD_GROUP_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Energy Consumers</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP__ENERGY_CONSUMERS = LOAD_GROUP_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Non Conform Load Group</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_GROUP_FEATURE_COUNT = LOAD_GROUP_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.SeasonDayTypeScheduleImpl <em>Season Day Type Schedule</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.SeasonDayTypeScheduleImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getSeasonDayTypeSchedule()\n\t * @generated\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE = 50;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__URI = REGULAR_INTERVAL_SCHEDULE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__MODEL = REGULAR_INTERVAL_SCHEDULE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__PATH_NAME = REGULAR_INTERVAL_SCHEDULE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__DESCRIPTION = REGULAR_INTERVAL_SCHEDULE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__ALIAS_NAME = REGULAR_INTERVAL_SCHEDULE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__NAME = REGULAR_INTERVAL_SCHEDULE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Start Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__START_TIME = REGULAR_INTERVAL_SCHEDULE__START_TIME;\n\n\t/**\n\t * The feature id for the '<em><b>Value1 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__VALUE1_UNIT = REGULAR_INTERVAL_SCHEDULE__VALUE1_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Value2 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__VALUE2_UNIT = REGULAR_INTERVAL_SCHEDULE__VALUE2_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>End Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__END_TIME = REGULAR_INTERVAL_SCHEDULE__END_TIME;\n\n\t/**\n\t * The feature id for the '<em><b>Time Points</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__TIME_POINTS = REGULAR_INTERVAL_SCHEDULE__TIME_POINTS;\n\n\t/**\n\t * The feature id for the '<em><b>Time Step</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__TIME_STEP = REGULAR_INTERVAL_SCHEDULE__TIME_STEP;\n\n\t/**\n\t * The feature id for the '<em><b>Day Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__DAY_TYPE = REGULAR_INTERVAL_SCHEDULE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Season</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE__SEASON = REGULAR_INTERVAL_SCHEDULE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Season Day Type Schedule</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_DAY_TYPE_SCHEDULE_FEATURE_COUNT = REGULAR_INTERVAL_SCHEDULE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ConformLoadScheduleImpl <em>Conform Load Schedule</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ConformLoadScheduleImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getConformLoadSchedule()\n\t * @generated\n\t */\n\tint CONFORM_LOAD_SCHEDULE = 43;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__URI = SEASON_DAY_TYPE_SCHEDULE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__MODEL = SEASON_DAY_TYPE_SCHEDULE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__PATH_NAME = SEASON_DAY_TYPE_SCHEDULE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__DESCRIPTION = SEASON_DAY_TYPE_SCHEDULE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__ALIAS_NAME = SEASON_DAY_TYPE_SCHEDULE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__NAME = SEASON_DAY_TYPE_SCHEDULE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Start Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__START_TIME = SEASON_DAY_TYPE_SCHEDULE__START_TIME;\n\n\t/**\n\t * The feature id for the '<em><b>Value1 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__VALUE1_UNIT = SEASON_DAY_TYPE_SCHEDULE__VALUE1_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Value2 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__VALUE2_UNIT = SEASON_DAY_TYPE_SCHEDULE__VALUE2_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>End Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__END_TIME = SEASON_DAY_TYPE_SCHEDULE__END_TIME;\n\n\t/**\n\t * The feature id for the '<em><b>Time Points</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__TIME_POINTS = SEASON_DAY_TYPE_SCHEDULE__TIME_POINTS;\n\n\t/**\n\t * The feature id for the '<em><b>Time Step</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__TIME_STEP = SEASON_DAY_TYPE_SCHEDULE__TIME_STEP;\n\n\t/**\n\t * The feature id for the '<em><b>Day Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__DAY_TYPE = SEASON_DAY_TYPE_SCHEDULE__DAY_TYPE;\n\n\t/**\n\t * The feature id for the '<em><b>Season</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__SEASON = SEASON_DAY_TYPE_SCHEDULE__SEASON;\n\n\t/**\n\t * The feature id for the '<em><b>Conform Load Group</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE__CONFORM_LOAD_GROUP = SEASON_DAY_TYPE_SCHEDULE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Conform Load Schedule</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_SCHEDULE_FEATURE_COUNT = SEASON_DAY_TYPE_SCHEDULE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ConformLoadImpl <em>Conform Load</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ConformLoadImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getConformLoad()\n\t * @generated\n\t */\n\tint CONFORM_LOAD = 59;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__URI = ENERGY_CONSUMER__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__MODEL = ENERGY_CONSUMER__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__PATH_NAME = ENERGY_CONSUMER__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__DESCRIPTION = ENERGY_CONSUMER__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__ALIAS_NAME = ENERGY_CONSUMER__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__NAME = ENERGY_CONSUMER__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__CONTAINS_MEASUREMENTS = ENERGY_CONSUMER__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__MEMBER_OF_EQUIPMENT_CONTAINER = ENERGY_CONSUMER__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__OPERATIONAL_LIMIT_SET = ENERGY_CONSUMER__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__BASE_VOLTAGE = ENERGY_CONSUMER__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__TERMINALS = ENERGY_CONSUMER__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__QFIXED_PCT = ENERGY_CONSUMER__QFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__PFIXED = ENERGY_CONSUMER__PFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Load Response</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__LOAD_RESPONSE = ENERGY_CONSUMER__LOAD_RESPONSE;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__QFIXED = ENERGY_CONSUMER__QFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__PFIXED_PCT = ENERGY_CONSUMER__PFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Load Group</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD__LOAD_GROUP = ENERGY_CONSUMER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Conform Load</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_FEATURE_COUNT = ENERGY_CONSUMER_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.CustomerLoadImpl <em>Customer Load</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CustomerLoadImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getCustomerLoad()\n\t * @generated\n\t */\n\tint CUSTOMER_LOAD = 44;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__URI = CONFORM_LOAD__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__MODEL = CONFORM_LOAD__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__PATH_NAME = CONFORM_LOAD__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__DESCRIPTION = CONFORM_LOAD__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__ALIAS_NAME = CONFORM_LOAD__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__NAME = CONFORM_LOAD__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__CONTAINS_MEASUREMENTS = CONFORM_LOAD__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__MEMBER_OF_EQUIPMENT_CONTAINER = CONFORM_LOAD__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__OPERATIONAL_LIMIT_SET = CONFORM_LOAD__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__BASE_VOLTAGE = CONFORM_LOAD__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__TERMINALS = CONFORM_LOAD__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__QFIXED_PCT = CONFORM_LOAD__QFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__PFIXED = CONFORM_LOAD__PFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Load Response</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__LOAD_RESPONSE = CONFORM_LOAD__LOAD_RESPONSE;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__QFIXED = CONFORM_LOAD__QFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__PFIXED_PCT = CONFORM_LOAD__PFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Load Group</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD__LOAD_GROUP = CONFORM_LOAD__LOAD_GROUP;\n\n\t/**\n\t * The number of structural features of the '<em>Customer Load</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CUSTOMER_LOAD_FEATURE_COUNT = CONFORM_LOAD_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.NonConformLoadImpl <em>Non Conform Load</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.NonConformLoadImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getNonConformLoad()\n\t * @generated\n\t */\n\tint NON_CONFORM_LOAD = 45;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__URI = ENERGY_CONSUMER__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__MODEL = ENERGY_CONSUMER__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__PATH_NAME = ENERGY_CONSUMER__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__DESCRIPTION = ENERGY_CONSUMER__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__ALIAS_NAME = ENERGY_CONSUMER__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__NAME = ENERGY_CONSUMER__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__CONTAINS_MEASUREMENTS = ENERGY_CONSUMER__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__MEMBER_OF_EQUIPMENT_CONTAINER = ENERGY_CONSUMER__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__OPERATIONAL_LIMIT_SET = ENERGY_CONSUMER__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__BASE_VOLTAGE = ENERGY_CONSUMER__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__TERMINALS = ENERGY_CONSUMER__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__QFIXED_PCT = ENERGY_CONSUMER__QFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__PFIXED = ENERGY_CONSUMER__PFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Load Response</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__LOAD_RESPONSE = ENERGY_CONSUMER__LOAD_RESPONSE;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__QFIXED = ENERGY_CONSUMER__QFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__PFIXED_PCT = ENERGY_CONSUMER__PFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Load Group</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD__LOAD_GROUP = ENERGY_CONSUMER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Non Conform Load</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_FEATURE_COUNT = ENERGY_CONSUMER_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.DayTypeImpl <em>Day Type</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.DayTypeImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getDayType()\n\t * @generated\n\t */\n\tint DAY_TYPE = 46;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DAY_TYPE__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DAY_TYPE__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DAY_TYPE__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DAY_TYPE__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DAY_TYPE__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DAY_TYPE__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Season Day Type Schedules</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DAY_TYPE__SEASON_DAY_TYPE_SCHEDULES = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Day Type</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DAY_TYPE_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.SeasonImpl <em>Season</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.SeasonImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getSeason()\n\t * @generated\n\t */\n\tint SEASON = 47;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON__URI = ELEMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON__MODEL = ELEMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>End Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON__END_DATE = ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Start Date</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON__START_DATE = ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Season Day Type Schedules</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON__SEASON_DAY_TYPE_SCHEDULES = ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON__NAME = ELEMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Season</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SEASON_FEATURE_COUNT = ELEMENT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.LoadImpl <em>Load</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.LoadImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getLoad()\n\t * @generated\n\t */\n\tint LOAD = 48;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__URI = CONFORM_LOAD__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__MODEL = CONFORM_LOAD__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__PATH_NAME = CONFORM_LOAD__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__DESCRIPTION = CONFORM_LOAD__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__ALIAS_NAME = CONFORM_LOAD__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__NAME = CONFORM_LOAD__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__CONTAINS_MEASUREMENTS = CONFORM_LOAD__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__MEMBER_OF_EQUIPMENT_CONTAINER = CONFORM_LOAD__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__OPERATIONAL_LIMIT_SET = CONFORM_LOAD__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__BASE_VOLTAGE = CONFORM_LOAD__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__TERMINALS = CONFORM_LOAD__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__QFIXED_PCT = CONFORM_LOAD__QFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__PFIXED = CONFORM_LOAD__PFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Load Response</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__LOAD_RESPONSE = CONFORM_LOAD__LOAD_RESPONSE;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__QFIXED = CONFORM_LOAD__QFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__PFIXED_PCT = CONFORM_LOAD__PFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Load Group</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__LOAD_GROUP = CONFORM_LOAD__LOAD_GROUP;\n\n\t/**\n\t * The number of structural features of the '<em>Load</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_FEATURE_COUNT = CONFORM_LOAD_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.StationSupplyImpl <em>Station Supply</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.StationSupplyImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getStationSupply()\n\t * @generated\n\t */\n\tint STATION_SUPPLY = 49;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__URI = ENERGY_CONSUMER__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__MODEL = ENERGY_CONSUMER__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__PATH_NAME = ENERGY_CONSUMER__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__DESCRIPTION = ENERGY_CONSUMER__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__ALIAS_NAME = ENERGY_CONSUMER__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__NAME = ENERGY_CONSUMER__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__CONTAINS_MEASUREMENTS = ENERGY_CONSUMER__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__MEMBER_OF_EQUIPMENT_CONTAINER = ENERGY_CONSUMER__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__OPERATIONAL_LIMIT_SET = ENERGY_CONSUMER__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__BASE_VOLTAGE = ENERGY_CONSUMER__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__TERMINALS = ENERGY_CONSUMER__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__QFIXED_PCT = ENERGY_CONSUMER__QFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__PFIXED = ENERGY_CONSUMER__PFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Load Response</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__LOAD_RESPONSE = ENERGY_CONSUMER__LOAD_RESPONSE;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__QFIXED = ENERGY_CONSUMER__QFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY__PFIXED_PCT = ENERGY_CONSUMER__PFIXED_PCT;\n\n\t/**\n\t * The number of structural features of the '<em>Station Supply</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STATION_SUPPLY_FEATURE_COUNT = ENERGY_CONSUMER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.EnergyAreaImpl <em>Energy Area</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.EnergyAreaImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getEnergyArea()\n\t * @generated\n\t */\n\tint ENERGY_AREA = 52;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_AREA__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_AREA__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_AREA__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_AREA__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_AREA__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_AREA__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Control Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_AREA__CONTROL_AREA = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Energy Area</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENERGY_AREA_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ConformLoadGroupImpl <em>Conform Load Group</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ConformLoadGroupImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getConformLoadGroup()\n\t * @generated\n\t */\n\tint CONFORM_LOAD_GROUP = 53;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP__URI = LOAD_GROUP__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP__MODEL = LOAD_GROUP__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP__PATH_NAME = LOAD_GROUP__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP__DESCRIPTION = LOAD_GROUP__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP__ALIAS_NAME = LOAD_GROUP__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP__NAME = LOAD_GROUP__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Sub Load Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP__SUB_LOAD_AREA = LOAD_GROUP__SUB_LOAD_AREA;\n\n\t/**\n\t * The feature id for the '<em><b>Energy Consumers</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP__ENERGY_CONSUMERS = LOAD_GROUP_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Conform Load Schedules</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP__CONFORM_LOAD_SCHEDULES = LOAD_GROUP_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Conform Load Group</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONFORM_LOAD_GROUP_FEATURE_COUNT = LOAD_GROUP_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.LoadAreaImpl <em>Load Area</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.LoadAreaImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getLoadArea()\n\t * @generated\n\t */\n\tint LOAD_AREA = 54;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_AREA__URI = ENERGY_AREA__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_AREA__MODEL = ENERGY_AREA__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_AREA__PATH_NAME = ENERGY_AREA__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_AREA__DESCRIPTION = ENERGY_AREA__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_AREA__ALIAS_NAME = ENERGY_AREA__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_AREA__NAME = ENERGY_AREA__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Control Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_AREA__CONTROL_AREA = ENERGY_AREA__CONTROL_AREA;\n\n\t/**\n\t * The feature id for the '<em><b>Sub Load Areas</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_AREA__SUB_LOAD_AREAS = ENERGY_AREA_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Load Area</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_AREA_FEATURE_COUNT = ENERGY_AREA_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.SubLoadAreaImpl <em>Sub Load Area</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.SubLoadAreaImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getSubLoadArea()\n\t * @generated\n\t */\n\tint SUB_LOAD_AREA = 55;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA__URI = ENERGY_AREA__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA__MODEL = ENERGY_AREA__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA__PATH_NAME = ENERGY_AREA__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA__DESCRIPTION = ENERGY_AREA__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA__ALIAS_NAME = ENERGY_AREA__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA__NAME = ENERGY_AREA__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Control Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA__CONTROL_AREA = ENERGY_AREA__CONTROL_AREA;\n\n\t/**\n\t * The feature id for the '<em><b>Load Groups</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA__LOAD_GROUPS = ENERGY_AREA_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Load Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA__LOAD_AREA = ENERGY_AREA_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Sub Load Area</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_LOAD_AREA_FEATURE_COUNT = ENERGY_AREA_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.LoadResponseCharacteristicImpl <em>Load Response Characteristic</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.LoadResponseCharacteristicImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getLoadResponseCharacteristic()\n\t * @generated\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC = 56;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>PFrequency Exponent</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__PFREQUENCY_EXPONENT = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>QVoltage Exponent</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__QVOLTAGE_EXPONENT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>QFrequency Exponent</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__QFREQUENCY_EXPONENT = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>PVoltage Exponent</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__PVOLTAGE_EXPONENT = IDENTIFIED_OBJECT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Energy Consumer</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC__ENERGY_CONSUMER = IDENTIFIED_OBJECT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Load Response Characteristic</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_RESPONSE_CHARACTERISTIC_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 5;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.NonConformLoadScheduleImpl <em>Non Conform Load Schedule</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.NonConformLoadScheduleImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getNonConformLoadSchedule()\n\t * @generated\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE = 57;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__URI = SEASON_DAY_TYPE_SCHEDULE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__MODEL = SEASON_DAY_TYPE_SCHEDULE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__PATH_NAME = SEASON_DAY_TYPE_SCHEDULE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__DESCRIPTION = SEASON_DAY_TYPE_SCHEDULE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__ALIAS_NAME = SEASON_DAY_TYPE_SCHEDULE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__NAME = SEASON_DAY_TYPE_SCHEDULE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Start Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__START_TIME = SEASON_DAY_TYPE_SCHEDULE__START_TIME;\n\n\t/**\n\t * The feature id for the '<em><b>Value1 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__VALUE1_UNIT = SEASON_DAY_TYPE_SCHEDULE__VALUE1_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>Value2 Unit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__VALUE2_UNIT = SEASON_DAY_TYPE_SCHEDULE__VALUE2_UNIT;\n\n\t/**\n\t * The feature id for the '<em><b>End Time</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__END_TIME = SEASON_DAY_TYPE_SCHEDULE__END_TIME;\n\n\t/**\n\t * The feature id for the '<em><b>Time Points</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__TIME_POINTS = SEASON_DAY_TYPE_SCHEDULE__TIME_POINTS;\n\n\t/**\n\t * The feature id for the '<em><b>Time Step</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__TIME_STEP = SEASON_DAY_TYPE_SCHEDULE__TIME_STEP;\n\n\t/**\n\t * The feature id for the '<em><b>Day Type</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__DAY_TYPE = SEASON_DAY_TYPE_SCHEDULE__DAY_TYPE;\n\n\t/**\n\t * The feature id for the '<em><b>Season</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__SEASON = SEASON_DAY_TYPE_SCHEDULE__SEASON;\n\n\t/**\n\t * The feature id for the '<em><b>Non Conform Load Group</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE__NON_CONFORM_LOAD_GROUP = SEASON_DAY_TYPE_SCHEDULE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Non Conform Load Schedule</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint NON_CONFORM_LOAD_SCHEDULE_FEATURE_COUNT = SEASON_DAY_TYPE_SCHEDULE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.InductionMotorLoadImpl <em>Induction Motor Load</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.InductionMotorLoadImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getInductionMotorLoad()\n\t * @generated\n\t */\n\tint INDUCTION_MOTOR_LOAD = 58;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__URI = NON_CONFORM_LOAD__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__MODEL = NON_CONFORM_LOAD__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__PATH_NAME = NON_CONFORM_LOAD__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__DESCRIPTION = NON_CONFORM_LOAD__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__ALIAS_NAME = NON_CONFORM_LOAD__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__NAME = NON_CONFORM_LOAD__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__CONTAINS_MEASUREMENTS = NON_CONFORM_LOAD__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__MEMBER_OF_EQUIPMENT_CONTAINER = NON_CONFORM_LOAD__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__OPERATIONAL_LIMIT_SET = NON_CONFORM_LOAD__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__BASE_VOLTAGE = NON_CONFORM_LOAD__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__TERMINALS = NON_CONFORM_LOAD__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__QFIXED_PCT = NON_CONFORM_LOAD__QFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__PFIXED = NON_CONFORM_LOAD__PFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Load Response</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__LOAD_RESPONSE = NON_CONFORM_LOAD__LOAD_RESPONSE;\n\n\t/**\n\t * The feature id for the '<em><b>Qfixed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__QFIXED = NON_CONFORM_LOAD__QFIXED;\n\n\t/**\n\t * The feature id for the '<em><b>Pfixed Pct</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__PFIXED_PCT = NON_CONFORM_LOAD__PFIXED_PCT;\n\n\t/**\n\t * The feature id for the '<em><b>Load Group</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD__LOAD_GROUP = NON_CONFORM_LOAD__LOAD_GROUP;\n\n\t/**\n\t * The number of structural features of the '<em>Induction Motor Load</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INDUCTION_MOTOR_LOAD_FEATURE_COUNT = NON_CONFORM_LOAD_FEATURE_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.EquivalentNetworkImpl <em>Equivalent Network</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.EquivalentNetworkImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getEquivalentNetwork()\n\t * @generated\n\t */\n\tint EQUIVALENT_NETWORK = 60;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK__URI = CONNECTIVITY_NODE_CONTAINER__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK__MODEL = CONNECTIVITY_NODE_CONTAINER__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK__PATH_NAME = CONNECTIVITY_NODE_CONTAINER__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK__DESCRIPTION = CONNECTIVITY_NODE_CONTAINER__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK__ALIAS_NAME = CONNECTIVITY_NODE_CONTAINER__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK__NAME = CONNECTIVITY_NODE_CONTAINER__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK__CONTAINS_MEASUREMENTS = CONNECTIVITY_NODE_CONTAINER__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Connectivity Nodes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK__CONNECTIVITY_NODES = CONNECTIVITY_NODE_CONTAINER__CONNECTIVITY_NODES;\n\n\t/**\n\t * The feature id for the '<em><b>Equivalent Equipments</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK__EQUIVALENT_EQUIPMENTS = CONNECTIVITY_NODE_CONTAINER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Equivalent Network</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_NETWORK_FEATURE_COUNT = CONNECTIVITY_NODE_CONTAINER_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.EquivalentEquipmentImpl <em>Equivalent Equipment</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.EquivalentEquipmentImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getEquivalentEquipment()\n\t * @generated\n\t */\n\tint EQUIVALENT_EQUIPMENT = 62;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__URI = CONDUCTING_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__MODEL = CONDUCTING_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__PATH_NAME = CONDUCTING_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__DESCRIPTION = CONDUCTING_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__ALIAS_NAME = CONDUCTING_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__NAME = CONDUCTING_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__CONTAINS_MEASUREMENTS = CONDUCTING_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER = CONDUCTING_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__OPERATIONAL_LIMIT_SET = CONDUCTING_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__BASE_VOLTAGE = CONDUCTING_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__TERMINALS = CONDUCTING_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Equivalent Network</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT__EQUIVALENT_NETWORK = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Equivalent Equipment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_EQUIPMENT_FEATURE_COUNT = CONDUCTING_EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.EquivalentShuntImpl <em>Equivalent Shunt</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.EquivalentShuntImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getEquivalentShunt()\n\t * @generated\n\t */\n\tint EQUIVALENT_SHUNT = 61;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__URI = EQUIVALENT_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__MODEL = EQUIVALENT_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__PATH_NAME = EQUIVALENT_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__DESCRIPTION = EQUIVALENT_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__ALIAS_NAME = EQUIVALENT_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__NAME = EQUIVALENT_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__CONTAINS_MEASUREMENTS = EQUIVALENT_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__MEMBER_OF_EQUIPMENT_CONTAINER = EQUIVALENT_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__OPERATIONAL_LIMIT_SET = EQUIVALENT_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__BASE_VOLTAGE = EQUIVALENT_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__TERMINALS = EQUIVALENT_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Equivalent Network</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__EQUIVALENT_NETWORK = EQUIVALENT_EQUIPMENT__EQUIVALENT_NETWORK;\n\n\t/**\n\t * The feature id for the '<em><b>B</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__B = EQUIVALENT_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>G</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT__G = EQUIVALENT_EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Equivalent Shunt</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_SHUNT_FEATURE_COUNT = EQUIVALENT_EQUIPMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.EquivalentBranchImpl <em>Equivalent Branch</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.EquivalentBranchImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getEquivalentBranch()\n\t * @generated\n\t */\n\tint EQUIVALENT_BRANCH = 63;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__URI = EQUIVALENT_EQUIPMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__MODEL = EQUIVALENT_EQUIPMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__PATH_NAME = EQUIVALENT_EQUIPMENT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__DESCRIPTION = EQUIVALENT_EQUIPMENT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__ALIAS_NAME = EQUIVALENT_EQUIPMENT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__NAME = EQUIVALENT_EQUIPMENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__CONTAINS_MEASUREMENTS = EQUIVALENT_EQUIPMENT__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__MEMBER_OF_EQUIPMENT_CONTAINER = EQUIVALENT_EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER;\n\n\t/**\n\t * The feature id for the '<em><b>Operational Limit Set</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__OPERATIONAL_LIMIT_SET = EQUIVALENT_EQUIPMENT__OPERATIONAL_LIMIT_SET;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__BASE_VOLTAGE = EQUIVALENT_EQUIPMENT__BASE_VOLTAGE;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__TERMINALS = EQUIVALENT_EQUIPMENT__TERMINALS;\n\n\t/**\n\t * The feature id for the '<em><b>Equivalent Network</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__EQUIVALENT_NETWORK = EQUIVALENT_EQUIPMENT__EQUIVALENT_NETWORK;\n\n\t/**\n\t * The feature id for the '<em><b>X</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__X = EQUIVALENT_EQUIPMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>R</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH__R = EQUIVALENT_EQUIPMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Equivalent Branch</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint EQUIVALENT_BRANCH_FEATURE_COUNT = EQUIVALENT_EQUIPMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.TerminalImpl <em>Terminal</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.TerminalImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getTerminal()\n\t * @generated\n\t */\n\tint TERMINAL = 65;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__MEASUREMENTS = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Regulating Control</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__REGULATING_CONTROL = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Connectivity Node</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__CONNECTIVITY_NODE = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Conducting Equipment</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL__CONDUCTING_EQUIPMENT = IDENTIFIED_OBJECT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Terminal</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TERMINAL_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.BaseVoltageImpl <em>Base Voltage</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.BaseVoltageImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getBaseVoltage()\n\t * @generated\n\t */\n\tint BASE_VOLTAGE = 66;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Nominal Voltage</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE__NOMINAL_VOLTAGE = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Conducting Equipment</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE__CONDUCTING_EQUIPMENT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Voltage Level</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE__VOLTAGE_LEVEL = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Base Voltage</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BASE_VOLTAGE_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.UnitImpl <em>Unit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.UnitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getUnit()\n\t * @generated\n\t */\n\tint UNIT = 69;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UNIT__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UNIT__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UNIT__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UNIT__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UNIT__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UNIT__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UNIT__MEASUREMENTS = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Unit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint UNIT_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.VoltageLevelImpl <em>Voltage Level</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.VoltageLevelImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getVoltageLevel()\n\t * @generated\n\t */\n\tint VOLTAGE_LEVEL = 71;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__URI = EQUIPMENT_CONTAINER__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__MODEL = EQUIPMENT_CONTAINER__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__PATH_NAME = EQUIPMENT_CONTAINER__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__DESCRIPTION = EQUIPMENT_CONTAINER__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__ALIAS_NAME = EQUIPMENT_CONTAINER__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__NAME = EQUIPMENT_CONTAINER__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__CONTAINS_MEASUREMENTS = EQUIPMENT_CONTAINER__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Connectivity Nodes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__CONNECTIVITY_NODES = EQUIPMENT_CONTAINER__CONNECTIVITY_NODES;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Equipments</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__CONTAINS_EQUIPMENTS = EQUIPMENT_CONTAINER__CONTAINS_EQUIPMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Substation</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__MEMBER_OF_SUBSTATION = EQUIPMENT_CONTAINER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Low Voltage Limit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__LOW_VOLTAGE_LIMIT = EQUIPMENT_CONTAINER_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>High Voltage Limit</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__HIGH_VOLTAGE_LIMIT = EQUIPMENT_CONTAINER_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Base Voltage</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__BASE_VOLTAGE = EQUIPMENT_CONTAINER_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Bays</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL__CONTAINS_BAYS = EQUIPMENT_CONTAINER_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Voltage Level</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VOLTAGE_LEVEL_FEATURE_COUNT = EQUIPMENT_CONTAINER_FEATURE_COUNT + 5;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.BayImpl <em>Bay</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.BayImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getBay()\n\t * @generated\n\t */\n\tint BAY = 72;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__URI = EQUIPMENT_CONTAINER__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__MODEL = EQUIPMENT_CONTAINER__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__PATH_NAME = EQUIPMENT_CONTAINER__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__DESCRIPTION = EQUIPMENT_CONTAINER__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__ALIAS_NAME = EQUIPMENT_CONTAINER__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__NAME = EQUIPMENT_CONTAINER__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__CONTAINS_MEASUREMENTS = EQUIPMENT_CONTAINER__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Connectivity Nodes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__CONNECTIVITY_NODES = EQUIPMENT_CONTAINER__CONNECTIVITY_NODES;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Equipments</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__CONTAINS_EQUIPMENTS = EQUIPMENT_CONTAINER__CONTAINS_EQUIPMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Voltage Level</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY__MEMBER_OF_VOLTAGE_LEVEL = EQUIPMENT_CONTAINER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Bay</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BAY_FEATURE_COUNT = EQUIPMENT_CONTAINER_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.SubGeographicalRegionImpl <em>Sub Geographical Region</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.SubGeographicalRegionImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getSubGeographicalRegion()\n\t * @generated\n\t */\n\tint SUB_GEOGRAPHICAL_REGION = 73;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Region</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION__REGION = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Lines</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION__LINES = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Substations</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION__SUBSTATIONS = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Sub Geographical Region</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUB_GEOGRAPHICAL_REGION_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.RegularTimePointImpl <em>Regular Time Point</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.RegularTimePointImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getRegularTimePoint()\n\t * @generated\n\t */\n\tint REGULAR_TIME_POINT = 74;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_TIME_POINT__URI = ELEMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_TIME_POINT__MODEL = ELEMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Value1</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_TIME_POINT__VALUE1 = ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Sequence Number</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_TIME_POINT__SEQUENCE_NUMBER = ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Value2</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_TIME_POINT__VALUE2 = ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Interval Schedule</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_TIME_POINT__INTERVAL_SCHEDULE = ELEMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Regular Time Point</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint REGULAR_TIME_POINT_FEATURE_COUNT = ELEMENT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.SubstationImpl <em>Substation</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.SubstationImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getSubstation()\n\t * @generated\n\t */\n\tint SUBSTATION = 76;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__URI = EQUIPMENT_CONTAINER__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__MODEL = EQUIPMENT_CONTAINER__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__PATH_NAME = EQUIPMENT_CONTAINER__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__DESCRIPTION = EQUIPMENT_CONTAINER__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__ALIAS_NAME = EQUIPMENT_CONTAINER__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__NAME = EQUIPMENT_CONTAINER__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__CONTAINS_MEASUREMENTS = EQUIPMENT_CONTAINER__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Connectivity Nodes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__CONNECTIVITY_NODES = EQUIPMENT_CONTAINER__CONNECTIVITY_NODES;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Equipments</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__CONTAINS_EQUIPMENTS = EQUIPMENT_CONTAINER__CONTAINS_EQUIPMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Region</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__REGION = EQUIPMENT_CONTAINER_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Voltage Levels</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION__CONTAINS_VOLTAGE_LEVELS = EQUIPMENT_CONTAINER_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Substation</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SUBSTATION_FEATURE_COUNT = EQUIPMENT_CONTAINER_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.CurveDataImpl <em>Curve Data</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CurveDataImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getCurveData()\n\t * @generated\n\t */\n\tint CURVE_DATA = 80;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE_DATA__URI = ELEMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE_DATA__MODEL = ELEMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Y2value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE_DATA__Y2VALUE = ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Xvalue</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE_DATA__XVALUE = ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Y1value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE_DATA__Y1VALUE = ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Curve Schedule</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE_DATA__CURVE_SCHEDULE = ELEMENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Curve Data</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CURVE_DATA_FEATURE_COUNT = ELEMENT_FEATURE_COUNT + 4;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.GeographicalRegionImpl <em>Geographical Region</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.GeographicalRegionImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getGeographicalRegion()\n\t * @generated\n\t */\n\tint GEOGRAPHICAL_REGION = 81;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GEOGRAPHICAL_REGION__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GEOGRAPHICAL_REGION__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GEOGRAPHICAL_REGION__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GEOGRAPHICAL_REGION__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GEOGRAPHICAL_REGION__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GEOGRAPHICAL_REGION__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Regions</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GEOGRAPHICAL_REGION__REGIONS = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Geographical Region</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GEOGRAPHICAL_REGION_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ControlAreaImpl <em>Control Area</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ControlAreaImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getControlArea()\n\t * @generated\n\t */\n\tint CONTROL_AREA = 83;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__URI = POWER_SYSTEM_RESOURCE__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__MODEL = POWER_SYSTEM_RESOURCE__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__PATH_NAME = POWER_SYSTEM_RESOURCE__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__DESCRIPTION = POWER_SYSTEM_RESOURCE__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__ALIAS_NAME = POWER_SYSTEM_RESOURCE__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__NAME = POWER_SYSTEM_RESOURCE__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Contains Measurements</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__CONTAINS_MEASUREMENTS = POWER_SYSTEM_RESOURCE__CONTAINS_MEASUREMENTS;\n\n\t/**\n\t * The feature id for the '<em><b>Control Area Generating Unit</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__CONTROL_AREA_GENERATING_UNIT = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Net Interchange</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__NET_INTERCHANGE = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Energy Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__ENERGY_AREA = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Tie Flow</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__TIE_FLOW = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA__TYPE = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Control Area</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA_FEATURE_COUNT = POWER_SYSTEM_RESOURCE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.TieFlowImpl <em>Tie Flow</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.TieFlowImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getTieFlow()\n\t * @generated\n\t */\n\tint TIE_FLOW = 84;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TIE_FLOW__URI = ELEMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TIE_FLOW__MODEL = ELEMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Control Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TIE_FLOW__CONTROL_AREA = ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Positive Flow In</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TIE_FLOW__POSITIVE_FLOW_IN = ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Tie Flow</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TIE_FLOW_FEATURE_COUNT = ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ControlAreaGeneratingUnitImpl <em>Control Area Generating Unit</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ControlAreaGeneratingUnitImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getControlAreaGeneratingUnit()\n\t * @generated\n\t */\n\tint CONTROL_AREA_GENERATING_UNIT = 85;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA_GENERATING_UNIT__URI = ELEMENT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA_GENERATING_UNIT__MODEL = ELEMENT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Control Area</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA_GENERATING_UNIT__CONTROL_AREA = ELEMENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Generating Unit</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA_GENERATING_UNIT__GENERATING_UNIT = ELEMENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Control Area Generating Unit</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTROL_AREA_GENERATING_UNIT_FEATURE_COUNT = ELEMENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.impl.ConnectivityNodeImpl <em>Connectivity Node</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.ConnectivityNodeImpl\n\t * @see CPSM.impl.CPSMPackageImpl#getConnectivityNode()\n\t * @generated\n\t */\n\tint CONNECTIVITY_NODE = 86;\n\n\t/**\n\t * The feature id for the '<em><b>URI</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE__URI = IDENTIFIED_OBJECT__URI;\n\n\t/**\n\t * The feature id for the '<em><b>Model</b></em>' container reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE__MODEL = IDENTIFIED_OBJECT__MODEL;\n\n\t/**\n\t * The feature id for the '<em><b>Path Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE__PATH_NAME = IDENTIFIED_OBJECT__PATH_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Description</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE__DESCRIPTION = IDENTIFIED_OBJECT__DESCRIPTION;\n\n\t/**\n\t * The feature id for the '<em><b>Alias Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE__ALIAS_NAME = IDENTIFIED_OBJECT__ALIAS_NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE__NAME = IDENTIFIED_OBJECT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Terminals</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE__TERMINALS = IDENTIFIED_OBJECT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Member Of Equipment Container</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE__MEMBER_OF_EQUIPMENT_CONTAINER = IDENTIFIED_OBJECT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>Connectivity Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONNECTIVITY_NODE_FEATURE_COUNT = IDENTIFIED_OBJECT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.GeneratorControlSource <em>Generator Control Source</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.GeneratorControlSource\n\t * @see CPSM.impl.CPSMPackageImpl#getGeneratorControlSource()\n\t * @generated\n\t */\n\tint GENERATOR_CONTROL_SOURCE = 87;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.SynchronousMachineOperatingMode <em>Synchronous Machine Operating Mode</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.SynchronousMachineOperatingMode\n\t * @see CPSM.impl.CPSMPackageImpl#getSynchronousMachineOperatingMode()\n\t * @generated\n\t */\n\tint SYNCHRONOUS_MACHINE_OPERATING_MODE = 88;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.TapChangerKind <em>Tap Changer Kind</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.TapChangerKind\n\t * @see CPSM.impl.CPSMPackageImpl#getTapChangerKind()\n\t * @generated\n\t */\n\tint TAP_CHANGER_KIND = 89;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.SVCControlMode <em>SVC Control Mode</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.SVCControlMode\n\t * @see CPSM.impl.CPSMPackageImpl#getSVCControlMode()\n\t * @generated\n\t */\n\tint SVC_CONTROL_MODE = 90;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.WindingType <em>Winding Type</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.WindingType\n\t * @see CPSM.impl.CPSMPackageImpl#getWindingType()\n\t * @generated\n\t */\n\tint WINDING_TYPE = 91;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.SynchronousMachineType <em>Synchronous Machine Type</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.SynchronousMachineType\n\t * @see CPSM.impl.CPSMPackageImpl#getSynchronousMachineType()\n\t * @generated\n\t */\n\tint SYNCHRONOUS_MACHINE_TYPE = 92;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.TransformerControlMode <em>Transformer Control Mode</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.TransformerControlMode\n\t * @see CPSM.impl.CPSMPackageImpl#getTransformerControlMode()\n\t * @generated\n\t */\n\tint TRANSFORMER_CONTROL_MODE = 93;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.SeasonName <em>Season Name</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.SeasonName\n\t * @see CPSM.impl.CPSMPackageImpl#getSeasonName()\n\t * @generated\n\t */\n\tint SEASON_NAME = 94;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.CurveStyle <em>Curve Style</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.CurveStyle\n\t * @see CPSM.impl.CPSMPackageImpl#getCurveStyle()\n\t * @generated\n\t */\n\tint CURVE_STYLE = 95;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.ControlAreaTypeKind <em>Control Area Type Kind</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.ControlAreaTypeKind\n\t * @see CPSM.impl.CPSMPackageImpl#getControlAreaTypeKind()\n\t * @generated\n\t */\n\tint CONTROL_AREA_TYPE_KIND = 96;\n\n\t/**\n\t * The meta object id for the '{@link CPSM.UnitSymbol <em>Unit Symbol</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.UnitSymbol\n\t * @see CPSM.impl.CPSMPackageImpl#getUnitSymbol()\n\t * @generated\n\t */\n\tint UNIT_SYMBOL = 97;\n\n\t/**\n\t * The meta object id for the '<em>Current Flow</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getCurrentFlow()\n\t * @generated\n\t */\n\tint CURRENT_FLOW = 98;\n\n\t/**\n\t * The meta object id for the '<em>Active Power</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getActivePower()\n\t * @generated\n\t */\n\tint ACTIVE_POWER = 99;\n\n\t/**\n\t * The meta object id for the '<em>Seconds</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getSeconds()\n\t * @generated\n\t */\n\tint SECONDS = 100;\n\n\t/**\n\t * The meta object id for the '<em>Susceptance</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getSusceptance()\n\t * @generated\n\t */\n\tint SUSCEPTANCE = 101;\n\n\t/**\n\t * The meta object id for the '<em>Conductance</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getConductance()\n\t * @generated\n\t */\n\tint CONDUCTANCE = 102;\n\n\t/**\n\t * The meta object id for the '<em>Resistance</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getResistance()\n\t * @generated\n\t */\n\tint RESISTANCE = 103;\n\n\t/**\n\t * The meta object id for the '<em>Per Cent</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getPerCent()\n\t * @generated\n\t */\n\tint PER_CENT = 104;\n\n\t/**\n\t * The meta object id for the '<em>Reactive Power</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getReactivePower()\n\t * @generated\n\t */\n\tint REACTIVE_POWER = 105;\n\n\t/**\n\t * The meta object id for the '<em>Angle Degrees</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getAngleDegrees()\n\t * @generated\n\t */\n\tint ANGLE_DEGREES = 106;\n\n\t/**\n\t * The meta object id for the '<em>Voltage</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getVoltage()\n\t * @generated\n\t */\n\tint VOLTAGE = 107;\n\n\t/**\n\t * The meta object id for the '<em>Apparent Power</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getApparentPower()\n\t * @generated\n\t */\n\tint APPARENT_POWER = 108;\n\n\t/**\n\t * The meta object id for the '<em>Reactance</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getReactance()\n\t * @generated\n\t */\n\tint REACTANCE = 109;\n\n\t/**\n\t * The meta object id for the '<em>Voltage Per Reactive Power</em>' data type.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see CPSM.impl.CPSMPackageImpl#getVoltagePerReactivePower()\n\t * @generated\n\t */\n\tint VOLTAGE_PER_REACTIVE_POWER = 110;\n\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Element <em>Element</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Element</em>'.\n\t * @see CPSM.Element\n\t * @generated\n\t */\n\tEClass getElement();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Element#getURI <em>URI</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>URI</em>'.\n\t * @see CPSM.Element#getURI()\n\t * @see #getElement()\n\t * @generated\n\t */\n\tEAttribute getElement_URI();\n\n\t/**\n\t * Returns the meta object for the container reference '{@link CPSM.Element#getModel <em>Model</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the container reference '<em>Model</em>'.\n\t * @see CPSM.Element#getModel()\n\t * @see #getElement()\n\t * @generated\n\t */\n\tEReference getElement_Model();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.IEC61970CIMVersion <em>IEC61970CIM Version</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>IEC61970CIM Version</em>'.\n\t * @see CPSM.IEC61970CIMVersion\n\t * @generated\n\t */\n\tEClass getIEC61970CIMVersion();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.IEC61970CIMVersion#getVersion <em>Version</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Version</em>'.\n\t * @see CPSM.IEC61970CIMVersion#getVersion()\n\t * @see #getIEC61970CIMVersion()\n\t * @generated\n\t */\n\tEAttribute getIEC61970CIMVersion_Version();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.IEC61970CIMVersion#getDate <em>Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Date</em>'.\n\t * @see CPSM.IEC61970CIMVersion#getDate()\n\t * @see #getIEC61970CIMVersion()\n\t * @generated\n\t */\n\tEAttribute getIEC61970CIMVersion_Date();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.CommonPowerSystemModel <em>Common Power System Model</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Common Power System Model</em>'.\n\t * @see CPSM.CommonPowerSystemModel\n\t * @generated\n\t */\n\tEClass getCommonPowerSystemModel();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link CPSM.CommonPowerSystemModel#getElements <em>Elements</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Elements</em>'.\n\t * @see CPSM.CommonPowerSystemModel#getElements()\n\t * @see #getCommonPowerSystemModel()\n\t * @generated\n\t */\n\tEReference getCommonPowerSystemModel_Elements();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.GrossToNetActivePowerCurve <em>Gross To Net Active Power Curve</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Gross To Net Active Power Curve</em>'.\n\t * @see CPSM.GrossToNetActivePowerCurve\n\t * @generated\n\t */\n\tEClass getGrossToNetActivePowerCurve();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.GrossToNetActivePowerCurve#getGeneratingUnit <em>Generating Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Generating Unit</em>'.\n\t * @see CPSM.GrossToNetActivePowerCurve#getGeneratingUnit()\n\t * @see #getGrossToNetActivePowerCurve()\n\t * @generated\n\t */\n\tEReference getGrossToNetActivePowerCurve_GeneratingUnit();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.HydroGeneratingUnit <em>Hydro Generating Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Hydro Generating Unit</em>'.\n\t * @see CPSM.HydroGeneratingUnit\n\t * @generated\n\t */\n\tEClass getHydroGeneratingUnit();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ThermalGeneratingUnit <em>Thermal Generating Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Thermal Generating Unit</em>'.\n\t * @see CPSM.ThermalGeneratingUnit\n\t * @generated\n\t */\n\tEClass getThermalGeneratingUnit();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.GeneratingUnit <em>Generating Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Generating Unit</em>'.\n\t * @see CPSM.GeneratingUnit\n\t * @generated\n\t */\n\tEClass getGeneratingUnit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getMaxOperatingP <em>Max Operating P</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Max Operating P</em>'.\n\t * @see CPSM.GeneratingUnit#getMaxOperatingP()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_MaxOperatingP();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getNormalPF <em>Normal PF</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Normal PF</em>'.\n\t * @see CPSM.GeneratingUnit#getNormalPF()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_NormalPF();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getRatedGrossMaxP <em>Rated Gross Max P</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Rated Gross Max P</em>'.\n\t * @see CPSM.GeneratingUnit#getRatedGrossMaxP()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_RatedGrossMaxP();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getRatedGrossMinP <em>Rated Gross Min P</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Rated Gross Min P</em>'.\n\t * @see CPSM.GeneratingUnit#getRatedGrossMinP()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_RatedGrossMinP();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getGenControlSource <em>Gen Control Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Gen Control Source</em>'.\n\t * @see CPSM.GeneratingUnit#getGenControlSource()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_GenControlSource();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getRatedNetMaxP <em>Rated Net Max P</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Rated Net Max P</em>'.\n\t * @see CPSM.GeneratingUnit#getRatedNetMaxP()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_RatedNetMaxP();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getLongPF <em>Long PF</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Long PF</em>'.\n\t * @see CPSM.GeneratingUnit#getLongPF()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_LongPF();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.GeneratingUnit#getContains_SynchronousMachines <em>Contains Synchronous Machines</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Contains Synchronous Machines</em>'.\n\t * @see CPSM.GeneratingUnit#getContains_SynchronousMachines()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEReference getGeneratingUnit_Contains_SynchronousMachines();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.GeneratingUnit#getGrossToNetActivePowerCurves <em>Gross To Net Active Power Curves</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Gross To Net Active Power Curves</em>'.\n\t * @see CPSM.GeneratingUnit#getGrossToNetActivePowerCurves()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEReference getGeneratingUnit_GrossToNetActivePowerCurves();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getInitialP <em>Initial P</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Initial P</em>'.\n\t * @see CPSM.GeneratingUnit#getInitialP()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_InitialP();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.GeneratingUnit#getControlAreaGeneratingUnit <em>Control Area Generating Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Control Area Generating Unit</em>'.\n\t * @see CPSM.GeneratingUnit#getControlAreaGeneratingUnit()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEReference getGeneratingUnit_ControlAreaGeneratingUnit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getShortPF <em>Short PF</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Short PF</em>'.\n\t * @see CPSM.GeneratingUnit#getShortPF()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_ShortPF();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.GeneratingUnit#getMinOperatingP <em>Min Operating P</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Min Operating P</em>'.\n\t * @see CPSM.GeneratingUnit#getMinOperatingP()\n\t * @see #getGeneratingUnit()\n\t * @generated\n\t */\n\tEAttribute getGeneratingUnit_MinOperatingP();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.OperationalLimit <em>Operational Limit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Operational Limit</em>'.\n\t * @see CPSM.OperationalLimit\n\t * @generated\n\t */\n\tEClass getOperationalLimit();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.OperationalLimit#getOperationalLimitSet <em>Operational Limit Set</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Operational Limit Set</em>'.\n\t * @see CPSM.OperationalLimit#getOperationalLimitSet()\n\t * @see #getOperationalLimit()\n\t * @generated\n\t */\n\tEReference getOperationalLimit_OperationalLimitSet();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.OperationalLimit#getType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Type</em>'.\n\t * @see CPSM.OperationalLimit#getType()\n\t * @see #getOperationalLimit()\n\t * @generated\n\t */\n\tEAttribute getOperationalLimit_Type();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.OperationalLimitSet <em>Operational Limit Set</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Operational Limit Set</em>'.\n\t * @see CPSM.OperationalLimitSet\n\t * @generated\n\t */\n\tEClass getOperationalLimitSet();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.OperationalLimitSet#getEquipment <em>Equipment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Equipment</em>'.\n\t * @see CPSM.OperationalLimitSet#getEquipment()\n\t * @see #getOperationalLimitSet()\n\t * @generated\n\t */\n\tEReference getOperationalLimitSet_Equipment();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.OperationalLimitSet#getOperationalLimitValue <em>Operational Limit Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Operational Limit Value</em>'.\n\t * @see CPSM.OperationalLimitSet#getOperationalLimitValue()\n\t * @see #getOperationalLimitSet()\n\t * @generated\n\t */\n\tEReference getOperationalLimitSet_OperationalLimitValue();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ActivePowerLimit <em>Active Power Limit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Active Power Limit</em>'.\n\t * @see CPSM.ActivePowerLimit\n\t * @generated\n\t */\n\tEClass getActivePowerLimit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.ActivePowerLimit#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value</em>'.\n\t * @see CPSM.ActivePowerLimit#getValue()\n\t * @see #getActivePowerLimit()\n\t * @generated\n\t */\n\tEAttribute getActivePowerLimit_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ApparentPowerLimit <em>Apparent Power Limit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Apparent Power Limit</em>'.\n\t * @see CPSM.ApparentPowerLimit\n\t * @generated\n\t */\n\tEClass getApparentPowerLimit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.ApparentPowerLimit#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value</em>'.\n\t * @see CPSM.ApparentPowerLimit#getValue()\n\t * @see #getApparentPowerLimit()\n\t * @generated\n\t */\n\tEAttribute getApparentPowerLimit_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.VoltageLimit <em>Voltage Limit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Voltage Limit</em>'.\n\t * @see CPSM.VoltageLimit\n\t * @generated\n\t */\n\tEClass getVoltageLimit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.VoltageLimit#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value</em>'.\n\t * @see CPSM.VoltageLimit#getValue()\n\t * @see #getVoltageLimit()\n\t * @generated\n\t */\n\tEAttribute getVoltageLimit_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.CurrentLimit <em>Current Limit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Current Limit</em>'.\n\t * @see CPSM.CurrentLimit\n\t * @generated\n\t */\n\tEClass getCurrentLimit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.CurrentLimit#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value</em>'.\n\t * @see CPSM.CurrentLimit#getValue()\n\t * @see #getCurrentLimit()\n\t * @generated\n\t */\n\tEAttribute getCurrentLimit_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.PowerTransformer <em>Power Transformer</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Power Transformer</em>'.\n\t * @see CPSM.PowerTransformer\n\t * @generated\n\t */\n\tEClass getPowerTransformer();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.PowerTransformer#getContains_TransformerWindings <em>Contains Transformer Windings</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Contains Transformer Windings</em>'.\n\t * @see CPSM.PowerTransformer#getContains_TransformerWindings()\n\t * @see #getPowerTransformer()\n\t * @generated\n\t */\n\tEReference getPowerTransformer_Contains_TransformerWindings();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Disconnector <em>Disconnector</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Disconnector</em>'.\n\t * @see CPSM.Disconnector\n\t * @generated\n\t */\n\tEClass getDisconnector();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.SynchronousMachine <em>Synchronous Machine</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Synchronous Machine</em>'.\n\t * @see CPSM.SynchronousMachine\n\t * @generated\n\t */\n\tEClass getSynchronousMachine();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.SynchronousMachine#getInitialReactiveCapabilityCurve <em>Initial Reactive Capability Curve</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Initial Reactive Capability Curve</em>'.\n\t * @see CPSM.SynchronousMachine#getInitialReactiveCapabilityCurve()\n\t * @see #getSynchronousMachine()\n\t * @generated\n\t */\n\tEReference getSynchronousMachine_InitialReactiveCapabilityCurve();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.SynchronousMachine#getOperatingMode <em>Operating Mode</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Operating Mode</em>'.\n\t * @see CPSM.SynchronousMachine#getOperatingMode()\n\t * @see #getSynchronousMachine()\n\t * @generated\n\t */\n\tEAttribute getSynchronousMachine_OperatingMode();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.SynchronousMachine#getMemberOf_GeneratingUnit <em>Member Of Generating Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Member Of Generating Unit</em>'.\n\t * @see CPSM.SynchronousMachine#getMemberOf_GeneratingUnit()\n\t * @see #getSynchronousMachine()\n\t * @generated\n\t */\n\tEReference getSynchronousMachine_MemberOf_GeneratingUnit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.SynchronousMachine#getMinQ <em>Min Q</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Min Q</em>'.\n\t * @see CPSM.SynchronousMachine#getMinQ()\n\t * @see #getSynchronousMachine()\n\t * @generated\n\t */\n\tEAttribute getSynchronousMachine_MinQ();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.SynchronousMachine#getType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Type</em>'.\n\t * @see CPSM.SynchronousMachine#getType()\n\t * @see #getSynchronousMachine()\n\t * @generated\n\t */\n\tEAttribute getSynchronousMachine_Type();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.SynchronousMachine#getMaxQ <em>Max Q</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Max Q</em>'.\n\t * @see CPSM.SynchronousMachine#getMaxQ()\n\t * @see #getSynchronousMachine()\n\t * @generated\n\t */\n\tEAttribute getSynchronousMachine_MaxQ();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.BusbarSection <em>Busbar Section</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Busbar Section</em>'.\n\t * @see CPSM.BusbarSection\n\t * @generated\n\t */\n\tEClass getBusbarSection();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ShuntCompensator <em>Shunt Compensator</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Shunt Compensator</em>'.\n\t * @see CPSM.ShuntCompensator\n\t * @generated\n\t */\n\tEClass getShuntCompensator();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.ShuntCompensator#getMaximumSections <em>Maximum Sections</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Maximum Sections</em>'.\n\t * @see CPSM.ShuntCompensator#getMaximumSections()\n\t * @see #getShuntCompensator()\n\t * @generated\n\t */\n\tEAttribute getShuntCompensator_MaximumSections();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.ShuntCompensator#getNormalSections <em>Normal Sections</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Normal Sections</em>'.\n\t * @see CPSM.ShuntCompensator#getNormalSections()\n\t * @see #getShuntCompensator()\n\t * @generated\n\t */\n\tEAttribute getShuntCompensator_NormalSections();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.ShuntCompensator#getNomU <em>Nom U</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Nom U</em>'.\n\t * @see CPSM.ShuntCompensator#getNomU()\n\t * @see #getShuntCompensator()\n\t * @generated\n\t */\n\tEAttribute getShuntCompensator_NomU();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.ShuntCompensator#getReactivePerSection <em>Reactive Per Section</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Reactive Per Section</em>'.\n\t * @see CPSM.ShuntCompensator#getReactivePerSection()\n\t * @see #getShuntCompensator()\n\t * @generated\n\t */\n\tEAttribute getShuntCompensator_ReactivePerSection();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.LoadBreakSwitch <em>Load Break Switch</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Load Break Switch</em>'.\n\t * @see CPSM.LoadBreakSwitch\n\t * @generated\n\t */\n\tEClass getLoadBreakSwitch();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.LoadBreakSwitch#getRatedCurrent <em>Rated Current</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Rated Current</em>'.\n\t * @see CPSM.LoadBreakSwitch#getRatedCurrent()\n\t * @see #getLoadBreakSwitch()\n\t * @generated\n\t */\n\tEAttribute getLoadBreakSwitch_RatedCurrent();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.RegulatingCondEq <em>Regulating Cond Eq</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Regulating Cond Eq</em>'.\n\t * @see CPSM.RegulatingCondEq\n\t * @generated\n\t */\n\tEClass getRegulatingCondEq();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.RegulatingCondEq#getRegulatingControl <em>Regulating Control</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Regulating Control</em>'.\n\t * @see CPSM.RegulatingCondEq#getRegulatingControl()\n\t * @see #getRegulatingCondEq()\n\t * @generated\n\t */\n\tEReference getRegulatingCondEq_RegulatingControl();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.EnergyConsumer <em>Energy Consumer</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Energy Consumer</em>'.\n\t * @see CPSM.EnergyConsumer\n\t * @generated\n\t */\n\tEClass getEnergyConsumer();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.EnergyConsumer#getQfixedPct <em>Qfixed Pct</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Qfixed Pct</em>'.\n\t * @see CPSM.EnergyConsumer#getQfixedPct()\n\t * @see #getEnergyConsumer()\n\t * @generated\n\t */\n\tEAttribute getEnergyConsumer_QfixedPct();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.EnergyConsumer#getPfixed <em>Pfixed</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Pfixed</em>'.\n\t * @see CPSM.EnergyConsumer#getPfixed()\n\t * @see #getEnergyConsumer()\n\t * @generated\n\t */\n\tEAttribute getEnergyConsumer_Pfixed();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.EnergyConsumer#getLoadResponse <em>Load Response</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Load Response</em>'.\n\t * @see CPSM.EnergyConsumer#getLoadResponse()\n\t * @see #getEnergyConsumer()\n\t * @generated\n\t */\n\tEReference getEnergyConsumer_LoadResponse();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.EnergyConsumer#getQfixed <em>Qfixed</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Qfixed</em>'.\n\t * @see CPSM.EnergyConsumer#getQfixed()\n\t * @see #getEnergyConsumer()\n\t * @generated\n\t */\n\tEAttribute getEnergyConsumer_Qfixed();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.EnergyConsumer#getPfixedPct <em>Pfixed Pct</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Pfixed Pct</em>'.\n\t * @see CPSM.EnergyConsumer#getPfixedPct()\n\t * @see #getEnergyConsumer()\n\t * @generated\n\t */\n\tEAttribute getEnergyConsumer_PfixedPct();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.TransformerWinding <em>Transformer Winding</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Transformer Winding</em>'.\n\t * @see CPSM.TransformerWinding\n\t * @generated\n\t */\n\tEClass getTransformerWinding();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TransformerWinding#getWindingType <em>Winding Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Winding Type</em>'.\n\t * @see CPSM.TransformerWinding#getWindingType()\n\t * @see #getTransformerWinding()\n\t * @generated\n\t */\n\tEAttribute getTransformerWinding_WindingType();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.TransformerWinding#getTapChangers <em>Tap Changers</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Tap Changers</em>'.\n\t * @see CPSM.TransformerWinding#getTapChangers()\n\t * @see #getTransformerWinding()\n\t * @generated\n\t */\n\tEReference getTransformerWinding_TapChangers();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.TransformerWinding#getMemberOf_PowerTransformer <em>Member Of Power Transformer</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Member Of Power Transformer</em>'.\n\t * @see CPSM.TransformerWinding#getMemberOf_PowerTransformer()\n\t * @see #getTransformerWinding()\n\t * @generated\n\t */\n\tEReference getTransformerWinding_MemberOf_PowerTransformer();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TransformerWinding#getRatedS <em>Rated S</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Rated S</em>'.\n\t * @see CPSM.TransformerWinding#getRatedS()\n\t * @see #getTransformerWinding()\n\t * @generated\n\t */\n\tEAttribute getTransformerWinding_RatedS();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TransformerWinding#getX <em>X</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>X</em>'.\n\t * @see CPSM.TransformerWinding#getX()\n\t * @see #getTransformerWinding()\n\t * @generated\n\t */\n\tEAttribute getTransformerWinding_X();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TransformerWinding#getRatedU <em>Rated U</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Rated U</em>'.\n\t * @see CPSM.TransformerWinding#getRatedU()\n\t * @see #getTransformerWinding()\n\t * @generated\n\t */\n\tEAttribute getTransformerWinding_RatedU();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TransformerWinding#getR <em>R</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>R</em>'.\n\t * @see CPSM.TransformerWinding#getR()\n\t * @see #getTransformerWinding()\n\t * @generated\n\t */\n\tEAttribute getTransformerWinding_R();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TransformerWinding#getB <em>B</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>B</em>'.\n\t * @see CPSM.TransformerWinding#getB()\n\t * @see #getTransformerWinding()\n\t * @generated\n\t */\n\tEAttribute getTransformerWinding_B();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.RegulatingControl <em>Regulating Control</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Regulating Control</em>'.\n\t * @see CPSM.RegulatingControl\n\t * @generated\n\t */\n\tEClass getRegulatingControl();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.RegulatingControl#getTerminal <em>Terminal</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Terminal</em>'.\n\t * @see CPSM.RegulatingControl#getTerminal()\n\t * @see #getRegulatingControl()\n\t * @generated\n\t */\n\tEReference getRegulatingControl_Terminal();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.RegulatingControl#getRegulationSchedule <em>Regulation Schedule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Regulation Schedule</em>'.\n\t * @see CPSM.RegulatingControl#getRegulationSchedule()\n\t * @see #getRegulatingControl()\n\t * @generated\n\t */\n\tEReference getRegulatingControl_RegulationSchedule();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.RegulatingControl#getTapChanger <em>Tap Changer</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Tap Changer</em>'.\n\t * @see CPSM.RegulatingControl#getTapChanger()\n\t * @see #getRegulatingControl()\n\t * @generated\n\t */\n\tEReference getRegulatingControl_TapChanger();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.RegulatingControl#getRegulatingCondEq <em>Regulating Cond Eq</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Regulating Cond Eq</em>'.\n\t * @see CPSM.RegulatingControl#getRegulatingCondEq()\n\t * @see #getRegulatingControl()\n\t * @generated\n\t */\n\tEReference getRegulatingControl_RegulatingCondEq();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.RegulationSchedule <em>Regulation Schedule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Regulation Schedule</em>'.\n\t * @see CPSM.RegulationSchedule\n\t * @generated\n\t */\n\tEClass getRegulationSchedule();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.RegulationSchedule#getRegulatingControl <em>Regulating Control</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Regulating Control</em>'.\n\t * @see CPSM.RegulationSchedule#getRegulatingControl()\n\t * @see #getRegulationSchedule()\n\t * @generated\n\t */\n\tEReference getRegulationSchedule_RegulatingControl();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ACLineSegment <em>AC Line Segment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>AC Line Segment</em>'.\n\t * @see CPSM.ACLineSegment\n\t * @generated\n\t */\n\tEClass getACLineSegment();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Switch <em>Switch</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Switch</em>'.\n\t * @see CPSM.Switch\n\t * @generated\n\t */\n\tEClass getSwitch();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Switch#isNormalOpen <em>Normal Open</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Normal Open</em>'.\n\t * @see CPSM.Switch#isNormalOpen()\n\t * @see #getSwitch()\n\t * @generated\n\t */\n\tEAttribute getSwitch_NormalOpen();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Conductor <em>Conductor</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Conductor</em>'.\n\t * @see CPSM.Conductor\n\t * @generated\n\t */\n\tEClass getConductor();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Conductor#getR <em>R</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>R</em>'.\n\t * @see CPSM.Conductor#getR()\n\t * @see #getConductor()\n\t * @generated\n\t */\n\tEAttribute getConductor_R();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Conductor#getX <em>X</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>X</em>'.\n\t * @see CPSM.Conductor#getX()\n\t * @see #getConductor()\n\t * @generated\n\t */\n\tEAttribute getConductor_X();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Conductor#getBch <em>Bch</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Bch</em>'.\n\t * @see CPSM.Conductor#getBch()\n\t * @see #getConductor()\n\t * @generated\n\t */\n\tEAttribute getConductor_Bch();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ReactiveCapabilityCurve <em>Reactive Capability Curve</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Reactive Capability Curve</em>'.\n\t * @see CPSM.ReactiveCapabilityCurve\n\t * @generated\n\t */\n\tEClass getReactiveCapabilityCurve();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.ReactiveCapabilityCurve#getInitiallyUsedBySynchronousMachine <em>Initially Used By Synchronous Machine</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Initially Used By Synchronous Machine</em>'.\n\t * @see CPSM.ReactiveCapabilityCurve#getInitiallyUsedBySynchronousMachine()\n\t * @see #getReactiveCapabilityCurve()\n\t * @generated\n\t */\n\tEReference getReactiveCapabilityCurve_InitiallyUsedBySynchronousMachine();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.TapChanger <em>Tap Changer</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Tap Changer</em>'.\n\t * @see CPSM.TapChanger\n\t * @generated\n\t */\n\tEClass getTapChanger();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.TapChanger#getRegulatingControl <em>Regulating Control</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Regulating Control</em>'.\n\t * @see CPSM.TapChanger#getRegulatingControl()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEReference getTapChanger_RegulatingControl();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.TapChanger#getTransformerWinding <em>Transformer Winding</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Transformer Winding</em>'.\n\t * @see CPSM.TapChanger#getTransformerWinding()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEReference getTapChanger_TransformerWinding();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TapChanger#getNormalStep <em>Normal Step</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Normal Step</em>'.\n\t * @see CPSM.TapChanger#getNormalStep()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEAttribute getTapChanger_NormalStep();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TapChanger#getHighStep <em>High Step</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>High Step</em>'.\n\t * @see CPSM.TapChanger#getHighStep()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEAttribute getTapChanger_HighStep();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TapChanger#getStepPhaseShiftIncrement <em>Step Phase Shift Increment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Step Phase Shift Increment</em>'.\n\t * @see CPSM.TapChanger#getStepPhaseShiftIncrement()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEAttribute getTapChanger_StepPhaseShiftIncrement();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TapChanger#getNeutralStep <em>Neutral Step</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Neutral Step</em>'.\n\t * @see CPSM.TapChanger#getNeutralStep()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEAttribute getTapChanger_NeutralStep();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TapChanger#getLowStep <em>Low Step</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Low Step</em>'.\n\t * @see CPSM.TapChanger#getLowStep()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEAttribute getTapChanger_LowStep();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TapChanger#getTculControlMode <em>Tcul Control Mode</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Tcul Control Mode</em>'.\n\t * @see CPSM.TapChanger#getTculControlMode()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEAttribute getTapChanger_TculControlMode();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TapChanger#getStepVoltageIncrement <em>Step Voltage Increment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Step Voltage Increment</em>'.\n\t * @see CPSM.TapChanger#getStepVoltageIncrement()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEAttribute getTapChanger_StepVoltageIncrement();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TapChanger#getType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Type</em>'.\n\t * @see CPSM.TapChanger#getType()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEAttribute getTapChanger_Type();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TapChanger#getNeutralU <em>Neutral U</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Neutral U</em>'.\n\t * @see CPSM.TapChanger#getNeutralU()\n\t * @see #getTapChanger()\n\t * @generated\n\t */\n\tEAttribute getTapChanger_NeutralU();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Line <em>Line</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Line</em>'.\n\t * @see CPSM.Line\n\t * @generated\n\t */\n\tEClass getLine();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Line#getRegion <em>Region</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Region</em>'.\n\t * @see CPSM.Line#getRegion()\n\t * @see #getLine()\n\t * @generated\n\t */\n\tEReference getLine_Region();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.StaticVarCompensator <em>Static Var Compensator</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Static Var Compensator</em>'.\n\t * @see CPSM.StaticVarCompensator\n\t * @generated\n\t */\n\tEClass getStaticVarCompensator();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.StaticVarCompensator#getVoltageSetPoint <em>Voltage Set Point</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Voltage Set Point</em>'.\n\t * @see CPSM.StaticVarCompensator#getVoltageSetPoint()\n\t * @see #getStaticVarCompensator()\n\t * @generated\n\t */\n\tEAttribute getStaticVarCompensator_VoltageSetPoint();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.StaticVarCompensator#getSVCControlMode <em>SVC Control Mode</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>SVC Control Mode</em>'.\n\t * @see CPSM.StaticVarCompensator#getSVCControlMode()\n\t * @see #getStaticVarCompensator()\n\t * @generated\n\t */\n\tEAttribute getStaticVarCompensator_SVCControlMode();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.StaticVarCompensator#getCapacitiveRating <em>Capacitive Rating</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Capacitive Rating</em>'.\n\t * @see CPSM.StaticVarCompensator#getCapacitiveRating()\n\t * @see #getStaticVarCompensator()\n\t * @generated\n\t */\n\tEAttribute getStaticVarCompensator_CapacitiveRating();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.StaticVarCompensator#getSlope <em>Slope</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Slope</em>'.\n\t * @see CPSM.StaticVarCompensator#getSlope()\n\t * @see #getStaticVarCompensator()\n\t * @generated\n\t */\n\tEAttribute getStaticVarCompensator_Slope();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.StaticVarCompensator#getInductiveRating <em>Inductive Rating</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Inductive Rating</em>'.\n\t * @see CPSM.StaticVarCompensator#getInductiveRating()\n\t * @see #getStaticVarCompensator()\n\t * @generated\n\t */\n\tEAttribute getStaticVarCompensator_InductiveRating();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.SeriesCompensator <em>Series Compensator</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Series Compensator</em>'.\n\t * @see CPSM.SeriesCompensator\n\t * @generated\n\t */\n\tEClass getSeriesCompensator();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.SeriesCompensator#getR <em>R</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>R</em>'.\n\t * @see CPSM.SeriesCompensator#getR()\n\t * @see #getSeriesCompensator()\n\t * @generated\n\t */\n\tEAttribute getSeriesCompensator_R();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.SeriesCompensator#getX <em>X</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>X</em>'.\n\t * @see CPSM.SeriesCompensator#getX()\n\t * @see #getSeriesCompensator()\n\t * @generated\n\t */\n\tEAttribute getSeriesCompensator_X();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Breaker <em>Breaker</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Breaker</em>'.\n\t * @see CPSM.Breaker\n\t * @generated\n\t */\n\tEClass getBreaker();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Breaker#getRatedCurrent <em>Rated Current</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Rated Current</em>'.\n\t * @see CPSM.Breaker#getRatedCurrent()\n\t * @see #getBreaker()\n\t * @generated\n\t */\n\tEAttribute getBreaker_RatedCurrent();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.DiscreteValue <em>Discrete Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Discrete Value</em>'.\n\t * @see CPSM.DiscreteValue\n\t * @generated\n\t */\n\tEClass getDiscreteValue();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.DiscreteValue#getMemberOf_Measurement <em>Member Of Measurement</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Member Of Measurement</em>'.\n\t * @see CPSM.DiscreteValue#getMemberOf_Measurement()\n\t * @see #getDiscreteValue()\n\t * @generated\n\t */\n\tEReference getDiscreteValue_MemberOf_Measurement();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Measurement <em>Measurement</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Measurement</em>'.\n\t * @see CPSM.Measurement\n\t * @generated\n\t */\n\tEClass getMeasurement();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Measurement#getMemberOf_PSR <em>Member Of PSR</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Member Of PSR</em>'.\n\t * @see CPSM.Measurement#getMemberOf_PSR()\n\t * @see #getMeasurement()\n\t * @generated\n\t */\n\tEReference getMeasurement_MemberOf_PSR();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Measurement#getMeasurementType <em>Measurement Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Measurement Type</em>'.\n\t * @see CPSM.Measurement#getMeasurementType()\n\t * @see #getMeasurement()\n\t * @generated\n\t */\n\tEReference getMeasurement_MeasurementType();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Measurement#getTerminal <em>Terminal</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Terminal</em>'.\n\t * @see CPSM.Measurement#getTerminal()\n\t * @see #getMeasurement()\n\t * @generated\n\t */\n\tEReference getMeasurement_Terminal();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Measurement#getUnit <em>Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Unit</em>'.\n\t * @see CPSM.Measurement#getUnit()\n\t * @see #getMeasurement()\n\t * @generated\n\t */\n\tEReference getMeasurement_Unit();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.MeasurementValue <em>Measurement Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Measurement Value</em>'.\n\t * @see CPSM.MeasurementValue\n\t * @generated\n\t */\n\tEClass getMeasurementValue();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.MeasurementValue#getMeasurementValueSource <em>Measurement Value Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Measurement Value Source</em>'.\n\t * @see CPSM.MeasurementValue#getMeasurementValueSource()\n\t * @see #getMeasurementValue()\n\t * @generated\n\t */\n\tEReference getMeasurementValue_MeasurementValueSource();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.MeasurementValueSource <em>Measurement Value Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Measurement Value Source</em>'.\n\t * @see CPSM.MeasurementValueSource\n\t * @generated\n\t */\n\tEClass getMeasurementValueSource();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.MeasurementValueSource#getMeasurementValues <em>Measurement Values</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Measurement Values</em>'.\n\t * @see CPSM.MeasurementValueSource#getMeasurementValues()\n\t * @see #getMeasurementValueSource()\n\t * @generated\n\t */\n\tEReference getMeasurementValueSource_MeasurementValues();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Analog <em>Analog</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Analog</em>'.\n\t * @see CPSM.Analog\n\t * @generated\n\t */\n\tEClass getAnalog();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Analog#isPositiveFlowIn <em>Positive Flow In</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Positive Flow In</em>'.\n\t * @see CPSM.Analog#isPositiveFlowIn()\n\t * @see #getAnalog()\n\t * @generated\n\t */\n\tEAttribute getAnalog_PositiveFlowIn();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.Analog#getContain_MeasurementValues <em>Contain Measurement Values</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Contain Measurement Values</em>'.\n\t * @see CPSM.Analog#getContain_MeasurementValues()\n\t * @see #getAnalog()\n\t * @generated\n\t */\n\tEReference getAnalog_Contain_MeasurementValues();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.AnalogValue <em>Analog Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Analog Value</em>'.\n\t * @see CPSM.AnalogValue\n\t * @generated\n\t */\n\tEClass getAnalogValue();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.AnalogValue#getMemberOf_Measurement <em>Member Of Measurement</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Member Of Measurement</em>'.\n\t * @see CPSM.AnalogValue#getMemberOf_Measurement()\n\t * @see #getAnalogValue()\n\t * @generated\n\t */\n\tEReference getAnalogValue_MemberOf_Measurement();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.MeasurementType <em>Measurement Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Measurement Type</em>'.\n\t * @see CPSM.MeasurementType\n\t * @generated\n\t */\n\tEClass getMeasurementType();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.MeasurementType#getMeasurements <em>Measurements</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Measurements</em>'.\n\t * @see CPSM.MeasurementType#getMeasurements()\n\t * @see #getMeasurementType()\n\t * @generated\n\t */\n\tEReference getMeasurementType_Measurements();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Discrete <em>Discrete</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Discrete</em>'.\n\t * @see CPSM.Discrete\n\t * @generated\n\t */\n\tEClass getDiscrete();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.Discrete#getContain_MeasurementValues <em>Contain Measurement Values</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Contain Measurement Values</em>'.\n\t * @see CPSM.Discrete#getContain_MeasurementValues()\n\t * @see #getDiscrete()\n\t * @generated\n\t */\n\tEReference getDiscrete_Contain_MeasurementValues();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.LimitSet <em>Limit Set</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Limit Set</em>'.\n\t * @see CPSM.LimitSet\n\t * @generated\n\t */\n\tEClass getLimitSet();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.LimitSet#isIsPercentageLimits <em>Is Percentage Limits</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Is Percentage Limits</em>'.\n\t * @see CPSM.LimitSet#isIsPercentageLimits()\n\t * @see #getLimitSet()\n\t * @generated\n\t */\n\tEAttribute getLimitSet_IsPercentageLimits();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.NonConformLoadGroup <em>Non Conform Load Group</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Non Conform Load Group</em>'.\n\t * @see CPSM.NonConformLoadGroup\n\t * @generated\n\t */\n\tEClass getNonConformLoadGroup();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.NonConformLoadGroup#getNonConformLoadSchedules <em>Non Conform Load Schedules</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Non Conform Load Schedules</em>'.\n\t * @see CPSM.NonConformLoadGroup#getNonConformLoadSchedules()\n\t * @see #getNonConformLoadGroup()\n\t * @generated\n\t */\n\tEReference getNonConformLoadGroup_NonConformLoadSchedules();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.NonConformLoadGroup#getEnergyConsumers <em>Energy Consumers</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Energy Consumers</em>'.\n\t * @see CPSM.NonConformLoadGroup#getEnergyConsumers()\n\t * @see #getNonConformLoadGroup()\n\t * @generated\n\t */\n\tEReference getNonConformLoadGroup_EnergyConsumers();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ConformLoadSchedule <em>Conform Load Schedule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Conform Load Schedule</em>'.\n\t * @see CPSM.ConformLoadSchedule\n\t * @generated\n\t */\n\tEClass getConformLoadSchedule();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.ConformLoadSchedule#getConformLoadGroup <em>Conform Load Group</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Conform Load Group</em>'.\n\t * @see CPSM.ConformLoadSchedule#getConformLoadGroup()\n\t * @see #getConformLoadSchedule()\n\t * @generated\n\t */\n\tEReference getConformLoadSchedule_ConformLoadGroup();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.CustomerLoad <em>Customer Load</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Customer Load</em>'.\n\t * @see CPSM.CustomerLoad\n\t * @generated\n\t */\n\tEClass getCustomerLoad();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.NonConformLoad <em>Non Conform Load</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Non Conform Load</em>'.\n\t * @see CPSM.NonConformLoad\n\t * @generated\n\t */\n\tEClass getNonConformLoad();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.NonConformLoad#getLoadGroup <em>Load Group</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Load Group</em>'.\n\t * @see CPSM.NonConformLoad#getLoadGroup()\n\t * @see #getNonConformLoad()\n\t * @generated\n\t */\n\tEReference getNonConformLoad_LoadGroup();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.DayType <em>Day Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Day Type</em>'.\n\t * @see CPSM.DayType\n\t * @generated\n\t */\n\tEClass getDayType();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.DayType#getSeasonDayTypeSchedules <em>Season Day Type Schedules</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Season Day Type Schedules</em>'.\n\t * @see CPSM.DayType#getSeasonDayTypeSchedules()\n\t * @see #getDayType()\n\t * @generated\n\t */\n\tEReference getDayType_SeasonDayTypeSchedules();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Season <em>Season</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Season</em>'.\n\t * @see CPSM.Season\n\t * @generated\n\t */\n\tEClass getSeason();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Season#getEndDate <em>End Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>End Date</em>'.\n\t * @see CPSM.Season#getEndDate()\n\t * @see #getSeason()\n\t * @generated\n\t */\n\tEAttribute getSeason_EndDate();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Season#getStartDate <em>Start Date</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Start Date</em>'.\n\t * @see CPSM.Season#getStartDate()\n\t * @see #getSeason()\n\t * @generated\n\t */\n\tEAttribute getSeason_StartDate();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.Season#getSeasonDayTypeSchedules <em>Season Day Type Schedules</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Season Day Type Schedules</em>'.\n\t * @see CPSM.Season#getSeasonDayTypeSchedules()\n\t * @see #getSeason()\n\t * @generated\n\t */\n\tEReference getSeason_SeasonDayTypeSchedules();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Season#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see CPSM.Season#getName()\n\t * @see #getSeason()\n\t * @generated\n\t */\n\tEAttribute getSeason_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Load <em>Load</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Load</em>'.\n\t * @see CPSM.Load\n\t * @generated\n\t */\n\tEClass getLoad();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.StationSupply <em>Station Supply</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Station Supply</em>'.\n\t * @see CPSM.StationSupply\n\t * @generated\n\t */\n\tEClass getStationSupply();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.SeasonDayTypeSchedule <em>Season Day Type Schedule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Season Day Type Schedule</em>'.\n\t * @see CPSM.SeasonDayTypeSchedule\n\t * @generated\n\t */\n\tEClass getSeasonDayTypeSchedule();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.SeasonDayTypeSchedule#getDayType <em>Day Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Day Type</em>'.\n\t * @see CPSM.SeasonDayTypeSchedule#getDayType()\n\t * @see #getSeasonDayTypeSchedule()\n\t * @generated\n\t */\n\tEReference getSeasonDayTypeSchedule_DayType();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.SeasonDayTypeSchedule#getSeason <em>Season</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Season</em>'.\n\t * @see CPSM.SeasonDayTypeSchedule#getSeason()\n\t * @see #getSeasonDayTypeSchedule()\n\t * @generated\n\t */\n\tEReference getSeasonDayTypeSchedule_Season();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.LoadGroup <em>Load Group</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Load Group</em>'.\n\t * @see CPSM.LoadGroup\n\t * @generated\n\t */\n\tEClass getLoadGroup();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.LoadGroup#getSubLoadArea <em>Sub Load Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Sub Load Area</em>'.\n\t * @see CPSM.LoadGroup#getSubLoadArea()\n\t * @see #getLoadGroup()\n\t * @generated\n\t */\n\tEReference getLoadGroup_SubLoadArea();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.EnergyArea <em>Energy Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Energy Area</em>'.\n\t * @see CPSM.EnergyArea\n\t * @generated\n\t */\n\tEClass getEnergyArea();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.EnergyArea#getControlArea <em>Control Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Control Area</em>'.\n\t * @see CPSM.EnergyArea#getControlArea()\n\t * @see #getEnergyArea()\n\t * @generated\n\t */\n\tEReference getEnergyArea_ControlArea();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ConformLoadGroup <em>Conform Load Group</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Conform Load Group</em>'.\n\t * @see CPSM.ConformLoadGroup\n\t * @generated\n\t */\n\tEClass getConformLoadGroup();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.ConformLoadGroup#getEnergyConsumers <em>Energy Consumers</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Energy Consumers</em>'.\n\t * @see CPSM.ConformLoadGroup#getEnergyConsumers()\n\t * @see #getConformLoadGroup()\n\t * @generated\n\t */\n\tEReference getConformLoadGroup_EnergyConsumers();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.ConformLoadGroup#getConformLoadSchedules <em>Conform Load Schedules</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Conform Load Schedules</em>'.\n\t * @see CPSM.ConformLoadGroup#getConformLoadSchedules()\n\t * @see #getConformLoadGroup()\n\t * @generated\n\t */\n\tEReference getConformLoadGroup_ConformLoadSchedules();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.LoadArea <em>Load Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Load Area</em>'.\n\t * @see CPSM.LoadArea\n\t * @generated\n\t */\n\tEClass getLoadArea();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.LoadArea#getSubLoadAreas <em>Sub Load Areas</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Sub Load Areas</em>'.\n\t * @see CPSM.LoadArea#getSubLoadAreas()\n\t * @see #getLoadArea()\n\t * @generated\n\t */\n\tEReference getLoadArea_SubLoadAreas();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.SubLoadArea <em>Sub Load Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Sub Load Area</em>'.\n\t * @see CPSM.SubLoadArea\n\t * @generated\n\t */\n\tEClass getSubLoadArea();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.SubLoadArea#getLoadGroups <em>Load Groups</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Load Groups</em>'.\n\t * @see CPSM.SubLoadArea#getLoadGroups()\n\t * @see #getSubLoadArea()\n\t * @generated\n\t */\n\tEReference getSubLoadArea_LoadGroups();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.SubLoadArea#getLoadArea <em>Load Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Load Area</em>'.\n\t * @see CPSM.SubLoadArea#getLoadArea()\n\t * @see #getSubLoadArea()\n\t * @generated\n\t */\n\tEReference getSubLoadArea_LoadArea();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.LoadResponseCharacteristic <em>Load Response Characteristic</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Load Response Characteristic</em>'.\n\t * @see CPSM.LoadResponseCharacteristic\n\t * @generated\n\t */\n\tEClass getLoadResponseCharacteristic();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.LoadResponseCharacteristic#getPFrequencyExponent <em>PFrequency Exponent</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>PFrequency Exponent</em>'.\n\t * @see CPSM.LoadResponseCharacteristic#getPFrequencyExponent()\n\t * @see #getLoadResponseCharacteristic()\n\t * @generated\n\t */\n\tEAttribute getLoadResponseCharacteristic_PFrequencyExponent();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.LoadResponseCharacteristic#getQVoltageExponent <em>QVoltage Exponent</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>QVoltage Exponent</em>'.\n\t * @see CPSM.LoadResponseCharacteristic#getQVoltageExponent()\n\t * @see #getLoadResponseCharacteristic()\n\t * @generated\n\t */\n\tEAttribute getLoadResponseCharacteristic_QVoltageExponent();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.LoadResponseCharacteristic#getQFrequencyExponent <em>QFrequency Exponent</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>QFrequency Exponent</em>'.\n\t * @see CPSM.LoadResponseCharacteristic#getQFrequencyExponent()\n\t * @see #getLoadResponseCharacteristic()\n\t * @generated\n\t */\n\tEAttribute getLoadResponseCharacteristic_QFrequencyExponent();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.LoadResponseCharacteristic#getPVoltageExponent <em>PVoltage Exponent</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>PVoltage Exponent</em>'.\n\t * @see CPSM.LoadResponseCharacteristic#getPVoltageExponent()\n\t * @see #getLoadResponseCharacteristic()\n\t * @generated\n\t */\n\tEAttribute getLoadResponseCharacteristic_PVoltageExponent();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.LoadResponseCharacteristic#getEnergyConsumer <em>Energy Consumer</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Energy Consumer</em>'.\n\t * @see CPSM.LoadResponseCharacteristic#getEnergyConsumer()\n\t * @see #getLoadResponseCharacteristic()\n\t * @generated\n\t */\n\tEReference getLoadResponseCharacteristic_EnergyConsumer();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.NonConformLoadSchedule <em>Non Conform Load Schedule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Non Conform Load Schedule</em>'.\n\t * @see CPSM.NonConformLoadSchedule\n\t * @generated\n\t */\n\tEClass getNonConformLoadSchedule();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.NonConformLoadSchedule#getNonConformLoadGroup <em>Non Conform Load Group</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Non Conform Load Group</em>'.\n\t * @see CPSM.NonConformLoadSchedule#getNonConformLoadGroup()\n\t * @see #getNonConformLoadSchedule()\n\t * @generated\n\t */\n\tEReference getNonConformLoadSchedule_NonConformLoadGroup();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.InductionMotorLoad <em>Induction Motor Load</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Induction Motor Load</em>'.\n\t * @see CPSM.InductionMotorLoad\n\t * @generated\n\t */\n\tEClass getInductionMotorLoad();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ConformLoad <em>Conform Load</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Conform Load</em>'.\n\t * @see CPSM.ConformLoad\n\t * @generated\n\t */\n\tEClass getConformLoad();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.ConformLoad#getLoadGroup <em>Load Group</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Load Group</em>'.\n\t * @see CPSM.ConformLoad#getLoadGroup()\n\t * @see #getConformLoad()\n\t * @generated\n\t */\n\tEReference getConformLoad_LoadGroup();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.EquivalentNetwork <em>Equivalent Network</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Equivalent Network</em>'.\n\t * @see CPSM.EquivalentNetwork\n\t * @generated\n\t */\n\tEClass getEquivalentNetwork();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.EquivalentNetwork#getEquivalentEquipments <em>Equivalent Equipments</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Equivalent Equipments</em>'.\n\t * @see CPSM.EquivalentNetwork#getEquivalentEquipments()\n\t * @see #getEquivalentNetwork()\n\t * @generated\n\t */\n\tEReference getEquivalentNetwork_EquivalentEquipments();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.EquivalentShunt <em>Equivalent Shunt</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Equivalent Shunt</em>'.\n\t * @see CPSM.EquivalentShunt\n\t * @generated\n\t */\n\tEClass getEquivalentShunt();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.EquivalentShunt#getB <em>B</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>B</em>'.\n\t * @see CPSM.EquivalentShunt#getB()\n\t * @see #getEquivalentShunt()\n\t * @generated\n\t */\n\tEAttribute getEquivalentShunt_B();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.EquivalentShunt#getG <em>G</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>G</em>'.\n\t * @see CPSM.EquivalentShunt#getG()\n\t * @see #getEquivalentShunt()\n\t * @generated\n\t */\n\tEAttribute getEquivalentShunt_G();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.EquivalentEquipment <em>Equivalent Equipment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Equivalent Equipment</em>'.\n\t * @see CPSM.EquivalentEquipment\n\t * @generated\n\t */\n\tEClass getEquivalentEquipment();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.EquivalentEquipment#getEquivalentNetwork <em>Equivalent Network</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Equivalent Network</em>'.\n\t * @see CPSM.EquivalentEquipment#getEquivalentNetwork()\n\t * @see #getEquivalentEquipment()\n\t * @generated\n\t */\n\tEReference getEquivalentEquipment_EquivalentNetwork();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.EquivalentBranch <em>Equivalent Branch</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Equivalent Branch</em>'.\n\t * @see CPSM.EquivalentBranch\n\t * @generated\n\t */\n\tEClass getEquivalentBranch();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.EquivalentBranch#getX <em>X</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>X</em>'.\n\t * @see CPSM.EquivalentBranch#getX()\n\t * @see #getEquivalentBranch()\n\t * @generated\n\t */\n\tEAttribute getEquivalentBranch_X();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.EquivalentBranch#getR <em>R</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>R</em>'.\n\t * @see CPSM.EquivalentBranch#getR()\n\t * @see #getEquivalentBranch()\n\t * @generated\n\t */\n\tEAttribute getEquivalentBranch_R();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.IdentifiedObject <em>Identified Object</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Identified Object</em>'.\n\t * @see CPSM.IdentifiedObject\n\t * @generated\n\t */\n\tEClass getIdentifiedObject();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.IdentifiedObject#getPathName <em>Path Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Path Name</em>'.\n\t * @see CPSM.IdentifiedObject#getPathName()\n\t * @see #getIdentifiedObject()\n\t * @generated\n\t */\n\tEAttribute getIdentifiedObject_PathName();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.IdentifiedObject#getDescription <em>Description</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Description</em>'.\n\t * @see CPSM.IdentifiedObject#getDescription()\n\t * @see #getIdentifiedObject()\n\t * @generated\n\t */\n\tEAttribute getIdentifiedObject_Description();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.IdentifiedObject#getAliasName <em>Alias Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Alias Name</em>'.\n\t * @see CPSM.IdentifiedObject#getAliasName()\n\t * @see #getIdentifiedObject()\n\t * @generated\n\t */\n\tEAttribute getIdentifiedObject_AliasName();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.IdentifiedObject#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see CPSM.IdentifiedObject#getName()\n\t * @see #getIdentifiedObject()\n\t * @generated\n\t */\n\tEAttribute getIdentifiedObject_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Terminal <em>Terminal</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Terminal</em>'.\n\t * @see CPSM.Terminal\n\t * @generated\n\t */\n\tEClass getTerminal();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.Terminal#getMeasurements <em>Measurements</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Measurements</em>'.\n\t * @see CPSM.Terminal#getMeasurements()\n\t * @see #getTerminal()\n\t * @generated\n\t */\n\tEReference getTerminal_Measurements();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.Terminal#getRegulatingControl <em>Regulating Control</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Regulating Control</em>'.\n\t * @see CPSM.Terminal#getRegulatingControl()\n\t * @see #getTerminal()\n\t * @generated\n\t */\n\tEReference getTerminal_RegulatingControl();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Terminal#getConnectivityNode <em>Connectivity Node</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Connectivity Node</em>'.\n\t * @see CPSM.Terminal#getConnectivityNode()\n\t * @see #getTerminal()\n\t * @generated\n\t */\n\tEReference getTerminal_ConnectivityNode();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Terminal#getConductingEquipment <em>Conducting Equipment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Conducting Equipment</em>'.\n\t * @see CPSM.Terminal#getConductingEquipment()\n\t * @see #getTerminal()\n\t * @generated\n\t */\n\tEReference getTerminal_ConductingEquipment();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.BaseVoltage <em>Base Voltage</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Base Voltage</em>'.\n\t * @see CPSM.BaseVoltage\n\t * @generated\n\t */\n\tEClass getBaseVoltage();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.BaseVoltage#getNominalVoltage <em>Nominal Voltage</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Nominal Voltage</em>'.\n\t * @see CPSM.BaseVoltage#getNominalVoltage()\n\t * @see #getBaseVoltage()\n\t * @generated\n\t */\n\tEAttribute getBaseVoltage_NominalVoltage();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.BaseVoltage#getConductingEquipment <em>Conducting Equipment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Conducting Equipment</em>'.\n\t * @see CPSM.BaseVoltage#getConductingEquipment()\n\t * @see #getBaseVoltage()\n\t * @generated\n\t */\n\tEReference getBaseVoltage_ConductingEquipment();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.BaseVoltage#getVoltageLevel <em>Voltage Level</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Voltage Level</em>'.\n\t * @see CPSM.BaseVoltage#getVoltageLevel()\n\t * @see #getBaseVoltage()\n\t * @generated\n\t */\n\tEReference getBaseVoltage_VoltageLevel();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.RegularIntervalSchedule <em>Regular Interval Schedule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Regular Interval Schedule</em>'.\n\t * @see CPSM.RegularIntervalSchedule\n\t * @generated\n\t */\n\tEClass getRegularIntervalSchedule();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.RegularIntervalSchedule#getEndTime <em>End Time</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>End Time</em>'.\n\t * @see CPSM.RegularIntervalSchedule#getEndTime()\n\t * @see #getRegularIntervalSchedule()\n\t * @generated\n\t */\n\tEAttribute getRegularIntervalSchedule_EndTime();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.RegularIntervalSchedule#getTimePoints <em>Time Points</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Time Points</em>'.\n\t * @see CPSM.RegularIntervalSchedule#getTimePoints()\n\t * @see #getRegularIntervalSchedule()\n\t * @generated\n\t */\n\tEReference getRegularIntervalSchedule_TimePoints();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.RegularIntervalSchedule#getTimeStep <em>Time Step</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Time Step</em>'.\n\t * @see CPSM.RegularIntervalSchedule#getTimeStep()\n\t * @see #getRegularIntervalSchedule()\n\t * @generated\n\t */\n\tEAttribute getRegularIntervalSchedule_TimeStep();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ConnectivityNodeContainer <em>Connectivity Node Container</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Connectivity Node Container</em>'.\n\t * @see CPSM.ConnectivityNodeContainer\n\t * @generated\n\t */\n\tEClass getConnectivityNodeContainer();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.ConnectivityNodeContainer#getConnectivityNodes <em>Connectivity Nodes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Connectivity Nodes</em>'.\n\t * @see CPSM.ConnectivityNodeContainer#getConnectivityNodes()\n\t * @see #getConnectivityNodeContainer()\n\t * @generated\n\t */\n\tEReference getConnectivityNodeContainer_ConnectivityNodes();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Unit <em>Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Unit</em>'.\n\t * @see CPSM.Unit\n\t * @generated\n\t */\n\tEClass getUnit();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.Unit#getMeasurements <em>Measurements</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Measurements</em>'.\n\t * @see CPSM.Unit#getMeasurements()\n\t * @see #getUnit()\n\t * @generated\n\t */\n\tEReference getUnit_Measurements();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.EquipmentContainer <em>Equipment Container</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Equipment Container</em>'.\n\t * @see CPSM.EquipmentContainer\n\t * @generated\n\t */\n\tEClass getEquipmentContainer();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.EquipmentContainer#getContains_Equipments <em>Contains Equipments</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Contains Equipments</em>'.\n\t * @see CPSM.EquipmentContainer#getContains_Equipments()\n\t * @see #getEquipmentContainer()\n\t * @generated\n\t */\n\tEReference getEquipmentContainer_Contains_Equipments();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.VoltageLevel <em>Voltage Level</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Voltage Level</em>'.\n\t * @see CPSM.VoltageLevel\n\t * @generated\n\t */\n\tEClass getVoltageLevel();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.VoltageLevel#getMemberOf_Substation <em>Member Of Substation</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Member Of Substation</em>'.\n\t * @see CPSM.VoltageLevel#getMemberOf_Substation()\n\t * @see #getVoltageLevel()\n\t * @generated\n\t */\n\tEReference getVoltageLevel_MemberOf_Substation();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.VoltageLevel#getLowVoltageLimit <em>Low Voltage Limit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Low Voltage Limit</em>'.\n\t * @see CPSM.VoltageLevel#getLowVoltageLimit()\n\t * @see #getVoltageLevel()\n\t * @generated\n\t */\n\tEAttribute getVoltageLevel_LowVoltageLimit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.VoltageLevel#getHighVoltageLimit <em>High Voltage Limit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>High Voltage Limit</em>'.\n\t * @see CPSM.VoltageLevel#getHighVoltageLimit()\n\t * @see #getVoltageLevel()\n\t * @generated\n\t */\n\tEAttribute getVoltageLevel_HighVoltageLimit();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.VoltageLevel#getBaseVoltage <em>Base Voltage</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Base Voltage</em>'.\n\t * @see CPSM.VoltageLevel#getBaseVoltage()\n\t * @see #getVoltageLevel()\n\t * @generated\n\t */\n\tEReference getVoltageLevel_BaseVoltage();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.VoltageLevel#getContains_Bays <em>Contains Bays</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Contains Bays</em>'.\n\t * @see CPSM.VoltageLevel#getContains_Bays()\n\t * @see #getVoltageLevel()\n\t * @generated\n\t */\n\tEReference getVoltageLevel_Contains_Bays();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Bay <em>Bay</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Bay</em>'.\n\t * @see CPSM.Bay\n\t * @generated\n\t */\n\tEClass getBay();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Bay#getMemberOf_VoltageLevel <em>Member Of Voltage Level</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Member Of Voltage Level</em>'.\n\t * @see CPSM.Bay#getMemberOf_VoltageLevel()\n\t * @see #getBay()\n\t * @generated\n\t */\n\tEReference getBay_MemberOf_VoltageLevel();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.SubGeographicalRegion <em>Sub Geographical Region</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Sub Geographical Region</em>'.\n\t * @see CPSM.SubGeographicalRegion\n\t * @generated\n\t */\n\tEClass getSubGeographicalRegion();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.SubGeographicalRegion#getRegion <em>Region</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Region</em>'.\n\t * @see CPSM.SubGeographicalRegion#getRegion()\n\t * @see #getSubGeographicalRegion()\n\t * @generated\n\t */\n\tEReference getSubGeographicalRegion_Region();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.SubGeographicalRegion#getLines <em>Lines</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Lines</em>'.\n\t * @see CPSM.SubGeographicalRegion#getLines()\n\t * @see #getSubGeographicalRegion()\n\t * @generated\n\t */\n\tEReference getSubGeographicalRegion_Lines();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.SubGeographicalRegion#getSubstations <em>Substations</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Substations</em>'.\n\t * @see CPSM.SubGeographicalRegion#getSubstations()\n\t * @see #getSubGeographicalRegion()\n\t * @generated\n\t */\n\tEReference getSubGeographicalRegion_Substations();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.RegularTimePoint <em>Regular Time Point</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Regular Time Point</em>'.\n\t * @see CPSM.RegularTimePoint\n\t * @generated\n\t */\n\tEClass getRegularTimePoint();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.RegularTimePoint#getValue1 <em>Value1</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value1</em>'.\n\t * @see CPSM.RegularTimePoint#getValue1()\n\t * @see #getRegularTimePoint()\n\t * @generated\n\t */\n\tEAttribute getRegularTimePoint_Value1();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.RegularTimePoint#getSequenceNumber <em>Sequence Number</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Sequence Number</em>'.\n\t * @see CPSM.RegularTimePoint#getSequenceNumber()\n\t * @see #getRegularTimePoint()\n\t * @generated\n\t */\n\tEAttribute getRegularTimePoint_SequenceNumber();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.RegularTimePoint#getValue2 <em>Value2</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value2</em>'.\n\t * @see CPSM.RegularTimePoint#getValue2()\n\t * @see #getRegularTimePoint()\n\t * @generated\n\t */\n\tEAttribute getRegularTimePoint_Value2();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.RegularTimePoint#getIntervalSchedule <em>Interval Schedule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Interval Schedule</em>'.\n\t * @see CPSM.RegularTimePoint#getIntervalSchedule()\n\t * @see #getRegularTimePoint()\n\t * @generated\n\t */\n\tEReference getRegularTimePoint_IntervalSchedule();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Equipment <em>Equipment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Equipment</em>'.\n\t * @see CPSM.Equipment\n\t * @generated\n\t */\n\tEClass getEquipment();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Equipment#getMemberOf_EquipmentContainer <em>Member Of Equipment Container</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Member Of Equipment Container</em>'.\n\t * @see CPSM.Equipment#getMemberOf_EquipmentContainer()\n\t * @see #getEquipment()\n\t * @generated\n\t */\n\tEReference getEquipment_MemberOf_EquipmentContainer();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.Equipment#getOperationalLimitSet <em>Operational Limit Set</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Operational Limit Set</em>'.\n\t * @see CPSM.Equipment#getOperationalLimitSet()\n\t * @see #getEquipment()\n\t * @generated\n\t */\n\tEReference getEquipment_OperationalLimitSet();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Substation <em>Substation</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Substation</em>'.\n\t * @see CPSM.Substation\n\t * @generated\n\t */\n\tEClass getSubstation();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.Substation#getRegion <em>Region</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Region</em>'.\n\t * @see CPSM.Substation#getRegion()\n\t * @see #getSubstation()\n\t * @generated\n\t */\n\tEReference getSubstation_Region();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.Substation#getContains_VoltageLevels <em>Contains Voltage Levels</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Contains Voltage Levels</em>'.\n\t * @see CPSM.Substation#getContains_VoltageLevels()\n\t * @see #getSubstation()\n\t * @generated\n\t */\n\tEReference getSubstation_Contains_VoltageLevels();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.Curve <em>Curve</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Curve</em>'.\n\t * @see CPSM.Curve\n\t * @generated\n\t */\n\tEClass getCurve();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Curve#getY2Unit <em>Y2 Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Y2 Unit</em>'.\n\t * @see CPSM.Curve#getY2Unit()\n\t * @see #getCurve()\n\t * @generated\n\t */\n\tEAttribute getCurve_Y2Unit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Curve#getXUnit <em>XUnit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>XUnit</em>'.\n\t * @see CPSM.Curve#getXUnit()\n\t * @see #getCurve()\n\t * @generated\n\t */\n\tEAttribute getCurve_XUnit();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.Curve#getCurveScheduleDatas <em>Curve Schedule Datas</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Curve Schedule Datas</em>'.\n\t * @see CPSM.Curve#getCurveScheduleDatas()\n\t * @see #getCurve()\n\t * @generated\n\t */\n\tEReference getCurve_CurveScheduleDatas();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Curve#getCurveStyle <em>Curve Style</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Curve Style</em>'.\n\t * @see CPSM.Curve#getCurveStyle()\n\t * @see #getCurve()\n\t * @generated\n\t */\n\tEAttribute getCurve_CurveStyle();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.Curve#getY1Unit <em>Y1 Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Y1 Unit</em>'.\n\t * @see CPSM.Curve#getY1Unit()\n\t * @see #getCurve()\n\t * @generated\n\t */\n\tEAttribute getCurve_Y1Unit();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.PowerSystemResource <em>Power System Resource</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Power System Resource</em>'.\n\t * @see CPSM.PowerSystemResource\n\t * @generated\n\t */\n\tEClass getPowerSystemResource();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.PowerSystemResource#getContains_Measurements <em>Contains Measurements</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Contains Measurements</em>'.\n\t * @see CPSM.PowerSystemResource#getContains_Measurements()\n\t * @see #getPowerSystemResource()\n\t * @generated\n\t */\n\tEReference getPowerSystemResource_Contains_Measurements();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.BasicIntervalSchedule <em>Basic Interval Schedule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Basic Interval Schedule</em>'.\n\t * @see CPSM.BasicIntervalSchedule\n\t * @generated\n\t */\n\tEClass getBasicIntervalSchedule();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.BasicIntervalSchedule#getStartTime <em>Start Time</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Start Time</em>'.\n\t * @see CPSM.BasicIntervalSchedule#getStartTime()\n\t * @see #getBasicIntervalSchedule()\n\t * @generated\n\t */\n\tEAttribute getBasicIntervalSchedule_StartTime();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.BasicIntervalSchedule#getValue1Unit <em>Value1 Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value1 Unit</em>'.\n\t * @see CPSM.BasicIntervalSchedule#getValue1Unit()\n\t * @see #getBasicIntervalSchedule()\n\t * @generated\n\t */\n\tEAttribute getBasicIntervalSchedule_Value1Unit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.BasicIntervalSchedule#getValue2Unit <em>Value2 Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value2 Unit</em>'.\n\t * @see CPSM.BasicIntervalSchedule#getValue2Unit()\n\t * @see #getBasicIntervalSchedule()\n\t * @generated\n\t */\n\tEAttribute getBasicIntervalSchedule_Value2Unit();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.CurveData <em>Curve Data</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Curve Data</em>'.\n\t * @see CPSM.CurveData\n\t * @generated\n\t */\n\tEClass getCurveData();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.CurveData#getY2value <em>Y2value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Y2value</em>'.\n\t * @see CPSM.CurveData#getY2value()\n\t * @see #getCurveData()\n\t * @generated\n\t */\n\tEAttribute getCurveData_Y2value();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.CurveData#getXvalue <em>Xvalue</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Xvalue</em>'.\n\t * @see CPSM.CurveData#getXvalue()\n\t * @see #getCurveData()\n\t * @generated\n\t */\n\tEAttribute getCurveData_Xvalue();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.CurveData#getY1value <em>Y1value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Y1value</em>'.\n\t * @see CPSM.CurveData#getY1value()\n\t * @see #getCurveData()\n\t * @generated\n\t */\n\tEAttribute getCurveData_Y1value();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.CurveData#getCurveSchedule <em>Curve Schedule</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Curve Schedule</em>'.\n\t * @see CPSM.CurveData#getCurveSchedule()\n\t * @see #getCurveData()\n\t * @generated\n\t */\n\tEReference getCurveData_CurveSchedule();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.GeographicalRegion <em>Geographical Region</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Geographical Region</em>'.\n\t * @see CPSM.GeographicalRegion\n\t * @generated\n\t */\n\tEClass getGeographicalRegion();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.GeographicalRegion#getRegions <em>Regions</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Regions</em>'.\n\t * @see CPSM.GeographicalRegion#getRegions()\n\t * @see #getGeographicalRegion()\n\t * @generated\n\t */\n\tEReference getGeographicalRegion_Regions();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ConductingEquipment <em>Conducting Equipment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Conducting Equipment</em>'.\n\t * @see CPSM.ConductingEquipment\n\t * @generated\n\t */\n\tEClass getConductingEquipment();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.ConductingEquipment#getBaseVoltage <em>Base Voltage</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Base Voltage</em>'.\n\t * @see CPSM.ConductingEquipment#getBaseVoltage()\n\t * @see #getConductingEquipment()\n\t * @generated\n\t */\n\tEReference getConductingEquipment_BaseVoltage();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.ConductingEquipment#getTerminals <em>Terminals</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Terminals</em>'.\n\t * @see CPSM.ConductingEquipment#getTerminals()\n\t * @see #getConductingEquipment()\n\t * @generated\n\t */\n\tEReference getConductingEquipment_Terminals();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ControlArea <em>Control Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Control Area</em>'.\n\t * @see CPSM.ControlArea\n\t * @generated\n\t */\n\tEClass getControlArea();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.ControlArea#getControlAreaGeneratingUnit <em>Control Area Generating Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Control Area Generating Unit</em>'.\n\t * @see CPSM.ControlArea#getControlAreaGeneratingUnit()\n\t * @see #getControlArea()\n\t * @generated\n\t */\n\tEReference getControlArea_ControlAreaGeneratingUnit();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.ControlArea#getNetInterchange <em>Net Interchange</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Net Interchange</em>'.\n\t * @see CPSM.ControlArea#getNetInterchange()\n\t * @see #getControlArea()\n\t * @generated\n\t */\n\tEAttribute getControlArea_NetInterchange();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.ControlArea#getEnergyArea <em>Energy Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Energy Area</em>'.\n\t * @see CPSM.ControlArea#getEnergyArea()\n\t * @see #getControlArea()\n\t * @generated\n\t */\n\tEReference getControlArea_EnergyArea();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.ControlArea#getTieFlow <em>Tie Flow</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Tie Flow</em>'.\n\t * @see CPSM.ControlArea#getTieFlow()\n\t * @see #getControlArea()\n\t * @generated\n\t */\n\tEReference getControlArea_TieFlow();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.ControlArea#getType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Type</em>'.\n\t * @see CPSM.ControlArea#getType()\n\t * @see #getControlArea()\n\t * @generated\n\t */\n\tEAttribute getControlArea_Type();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.TieFlow <em>Tie Flow</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Tie Flow</em>'.\n\t * @see CPSM.TieFlow\n\t * @generated\n\t */\n\tEClass getTieFlow();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.TieFlow#getControlArea <em>Control Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Control Area</em>'.\n\t * @see CPSM.TieFlow#getControlArea()\n\t * @see #getTieFlow()\n\t * @generated\n\t */\n\tEReference getTieFlow_ControlArea();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link CPSM.TieFlow#isPositiveFlowIn <em>Positive Flow In</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Positive Flow In</em>'.\n\t * @see CPSM.TieFlow#isPositiveFlowIn()\n\t * @see #getTieFlow()\n\t * @generated\n\t */\n\tEAttribute getTieFlow_PositiveFlowIn();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ControlAreaGeneratingUnit <em>Control Area Generating Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Control Area Generating Unit</em>'.\n\t * @see CPSM.ControlAreaGeneratingUnit\n\t * @generated\n\t */\n\tEClass getControlAreaGeneratingUnit();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.ControlAreaGeneratingUnit#getControlArea <em>Control Area</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Control Area</em>'.\n\t * @see CPSM.ControlAreaGeneratingUnit#getControlArea()\n\t * @see #getControlAreaGeneratingUnit()\n\t * @generated\n\t */\n\tEReference getControlAreaGeneratingUnit_ControlArea();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.ControlAreaGeneratingUnit#getGeneratingUnit <em>Generating Unit</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Generating Unit</em>'.\n\t * @see CPSM.ControlAreaGeneratingUnit#getGeneratingUnit()\n\t * @see #getControlAreaGeneratingUnit()\n\t * @generated\n\t */\n\tEReference getControlAreaGeneratingUnit_GeneratingUnit();\n\n\t/**\n\t * Returns the meta object for class '{@link CPSM.ConnectivityNode <em>Connectivity Node</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Connectivity Node</em>'.\n\t * @see CPSM.ConnectivityNode\n\t * @generated\n\t */\n\tEClass getConnectivityNode();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link CPSM.ConnectivityNode#getTerminals <em>Terminals</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Terminals</em>'.\n\t * @see CPSM.ConnectivityNode#getTerminals()\n\t * @see #getConnectivityNode()\n\t * @generated\n\t */\n\tEReference getConnectivityNode_Terminals();\n\n\t/**\n\t * Returns the meta object for the reference '{@link CPSM.ConnectivityNode#getMemberOf_EquipmentContainer <em>Member Of Equipment Container</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Member Of Equipment Container</em>'.\n\t * @see CPSM.ConnectivityNode#getMemberOf_EquipmentContainer()\n\t * @see #getConnectivityNode()\n\t * @generated\n\t */\n\tEReference getConnectivityNode_MemberOf_EquipmentContainer();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.GeneratorControlSource <em>Generator Control Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Generator Control Source</em>'.\n\t * @see CPSM.GeneratorControlSource\n\t * @generated\n\t */\n\tEEnum getGeneratorControlSource();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.SynchronousMachineOperatingMode <em>Synchronous Machine Operating Mode</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Synchronous Machine Operating Mode</em>'.\n\t * @see CPSM.SynchronousMachineOperatingMode\n\t * @generated\n\t */\n\tEEnum getSynchronousMachineOperatingMode();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.TapChangerKind <em>Tap Changer Kind</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Tap Changer Kind</em>'.\n\t * @see CPSM.TapChangerKind\n\t * @generated\n\t */\n\tEEnum getTapChangerKind();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.SVCControlMode <em>SVC Control Mode</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>SVC Control Mode</em>'.\n\t * @see CPSM.SVCControlMode\n\t * @generated\n\t */\n\tEEnum getSVCControlMode();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.WindingType <em>Winding Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Winding Type</em>'.\n\t * @see CPSM.WindingType\n\t * @generated\n\t */\n\tEEnum getWindingType();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.SynchronousMachineType <em>Synchronous Machine Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Synchronous Machine Type</em>'.\n\t * @see CPSM.SynchronousMachineType\n\t * @generated\n\t */\n\tEEnum getSynchronousMachineType();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.TransformerControlMode <em>Transformer Control Mode</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Transformer Control Mode</em>'.\n\t * @see CPSM.TransformerControlMode\n\t * @generated\n\t */\n\tEEnum getTransformerControlMode();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.SeasonName <em>Season Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Season Name</em>'.\n\t * @see CPSM.SeasonName\n\t * @generated\n\t */\n\tEEnum getSeasonName();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.CurveStyle <em>Curve Style</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Curve Style</em>'.\n\t * @see CPSM.CurveStyle\n\t * @generated\n\t */\n\tEEnum getCurveStyle();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.ControlAreaTypeKind <em>Control Area Type Kind</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Control Area Type Kind</em>'.\n\t * @see CPSM.ControlAreaTypeKind\n\t * @generated\n\t */\n\tEEnum getControlAreaTypeKind();\n\n\t/**\n\t * Returns the meta object for enum '{@link CPSM.UnitSymbol <em>Unit Symbol</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Unit Symbol</em>'.\n\t * @see CPSM.UnitSymbol\n\t * @generated\n\t */\n\tEEnum getUnitSymbol();\n\n\t/**\n\t * Returns the meta object for data type '<em>Current Flow</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Current Flow</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Electrical current (positive flow is out of the ConductingEquipment into the ConnectivityNode)'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Electrical current (positive flow is out of the ConductingEquipment into the ConnectivityNode)'\"\n\t * @generated\n\t */\n\tEDataType getCurrentFlow();\n\n\t/**\n\t * Returns the meta object for data type '<em>Active Power</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Active Power</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Product of RMS value of the voltage and the RMS value of the in-phase component of the current'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Product of RMS value of the voltage and the RMS value of the in-phase component of the current'\"\n\t * @generated\n\t */\n\tEDataType getActivePower();\n\n\t/**\n\t * Returns the meta object for data type '<em>Seconds</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Seconds</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Time, in seconds'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Time, in seconds'\"\n\t * @generated\n\t */\n\tEDataType getSeconds();\n\n\t/**\n\t * Returns the meta object for data type '<em>Susceptance</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Susceptance</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Imaginary part of admittance.'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Imaginary part of admittance.'\"\n\t * @generated\n\t */\n\tEDataType getSusceptance();\n\n\t/**\n\t * Returns the meta object for data type '<em>Conductance</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Conductance</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance.'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Factor by which voltage must be multiplied to give corresponding power lost from a circuit. Real part of admittance.'\"\n\t * @generated\n\t */\n\tEDataType getConductance();\n\n\t/**\n\t * Returns the meta object for data type '<em>Resistance</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Resistance</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Resistance (real part of impedance).'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Resistance (real part of impedance).'\"\n\t * @generated\n\t */\n\tEDataType getResistance();\n\n\t/**\n\t * Returns the meta object for data type '<em>Per Cent</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Per Cent</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Normally 0 - 100 on a defined base'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Normally 0 - 100 on a defined base'\"\n\t * @generated\n\t */\n\tEDataType getPerCent();\n\n\t/**\n\t * Returns the meta object for data type '<em>Reactive Power</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Reactive Power</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Product of RMS value of the voltage and the RMS value of the quadrature component of the current.'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Product of RMS value of the voltage and the RMS value of the quadrature component of the current.'\"\n\t * @generated\n\t */\n\tEDataType getReactivePower();\n\n\t/**\n\t * Returns the meta object for data type '<em>Angle Degrees</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Angle Degrees</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Measurement of angle in degrees'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Measurement of angle in degrees'\"\n\t * @generated\n\t */\n\tEDataType getAngleDegrees();\n\n\t/**\n\t * Returns the meta object for data type '<em>Voltage</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Voltage</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Electrical voltage.'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Electrical voltage.'\"\n\t * @generated\n\t */\n\tEDataType getVoltage();\n\n\t/**\n\t * Returns the meta object for data type '<em>Apparent Power</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Apparent Power</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Product of the RMS value of the voltage and the RMS value of the current'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Product of the RMS value of the voltage and the RMS value of the current'\"\n\t * @generated\n\t */\n\tEDataType getApparentPower();\n\n\t/**\n\t * Returns the meta object for data type '<em>Reactance</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Reactance</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Reactance (imaginary part of impedance), at rated frequency.'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Reactance (imaginary part of impedance), at rated frequency.'\"\n\t * @generated\n\t */\n\tEDataType getReactance();\n\n\t/**\n\t * Returns the meta object for data type '<em>Voltage Per Reactive Power</em>'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for data type '<em>Voltage Per Reactive Power</em>'.\n\t * @model instanceClass=\"double\"\n\t * extendedMetaData=\"baseType='http://www.w3.org/2001/XMLSchema#float'\"\n\t * annotation=\"http://iec.ch/TC57/2008/CIM-schema-cim13# Documentation='Voltage variation with reactive power'\"\n\t * annotation=\"http://www.eclipse.org/emf/2002/GenModel Documentation='Voltage variation with reactive power'\"\n\t * @generated\n\t */\n\tEDataType getVoltagePerReactivePower();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tCPSMFactory getCPSMFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ElementImpl <em>Element</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ElementImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getElement()\n\t\t * @generated\n\t\t */\n\t\tEClass ELEMENT = eINSTANCE.getElement();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>URI</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ELEMENT__URI = eINSTANCE.getElement_URI();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Model</b></em>' container reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ELEMENT__MODEL = eINSTANCE.getElement_Model();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.IEC61970CIMVersionImpl <em>IEC61970CIM Version</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.IEC61970CIMVersionImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getIEC61970CIMVersion()\n\t\t * @generated\n\t\t */\n\t\tEClass IEC61970CIM_VERSION = eINSTANCE.getIEC61970CIMVersion();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Version</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute IEC61970CIM_VERSION__VERSION = eINSTANCE.getIEC61970CIMVersion_Version();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute IEC61970CIM_VERSION__DATE = eINSTANCE.getIEC61970CIMVersion_Date();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.CommonPowerSystemModelImpl <em>Common Power System Model</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CommonPowerSystemModelImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getCommonPowerSystemModel()\n\t\t * @generated\n\t\t */\n\t\tEClass COMMON_POWER_SYSTEM_MODEL = eINSTANCE.getCommonPowerSystemModel();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Elements</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference COMMON_POWER_SYSTEM_MODEL__ELEMENTS = eINSTANCE.getCommonPowerSystemModel_Elements();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.GrossToNetActivePowerCurveImpl <em>Gross To Net Active Power Curve</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.GrossToNetActivePowerCurveImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getGrossToNetActivePowerCurve()\n\t\t * @generated\n\t\t */\n\t\tEClass GROSS_TO_NET_ACTIVE_POWER_CURVE = eINSTANCE.getGrossToNetActivePowerCurve();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Generating Unit</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference GROSS_TO_NET_ACTIVE_POWER_CURVE__GENERATING_UNIT = eINSTANCE.getGrossToNetActivePowerCurve_GeneratingUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.HydroGeneratingUnitImpl <em>Hydro Generating Unit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.HydroGeneratingUnitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getHydroGeneratingUnit()\n\t\t * @generated\n\t\t */\n\t\tEClass HYDRO_GENERATING_UNIT = eINSTANCE.getHydroGeneratingUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ThermalGeneratingUnitImpl <em>Thermal Generating Unit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ThermalGeneratingUnitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getThermalGeneratingUnit()\n\t\t * @generated\n\t\t */\n\t\tEClass THERMAL_GENERATING_UNIT = eINSTANCE.getThermalGeneratingUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.GeneratingUnitImpl <em>Generating Unit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.GeneratingUnitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getGeneratingUnit()\n\t\t * @generated\n\t\t */\n\t\tEClass GENERATING_UNIT = eINSTANCE.getGeneratingUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Max Operating P</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__MAX_OPERATING_P = eINSTANCE.getGeneratingUnit_MaxOperatingP();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Normal PF</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__NORMAL_PF = eINSTANCE.getGeneratingUnit_NormalPF();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Rated Gross Max P</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__RATED_GROSS_MAX_P = eINSTANCE.getGeneratingUnit_RatedGrossMaxP();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Rated Gross Min P</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__RATED_GROSS_MIN_P = eINSTANCE.getGeneratingUnit_RatedGrossMinP();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Gen Control Source</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__GEN_CONTROL_SOURCE = eINSTANCE.getGeneratingUnit_GenControlSource();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Rated Net Max P</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__RATED_NET_MAX_P = eINSTANCE.getGeneratingUnit_RatedNetMaxP();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Long PF</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__LONG_PF = eINSTANCE.getGeneratingUnit_LongPF();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Contains Synchronous Machines</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference GENERATING_UNIT__CONTAINS_SYNCHRONOUS_MACHINES = eINSTANCE.getGeneratingUnit_Contains_SynchronousMachines();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Gross To Net Active Power Curves</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference GENERATING_UNIT__GROSS_TO_NET_ACTIVE_POWER_CURVES = eINSTANCE.getGeneratingUnit_GrossToNetActivePowerCurves();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Initial P</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__INITIAL_P = eINSTANCE.getGeneratingUnit_InitialP();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Control Area Generating Unit</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference GENERATING_UNIT__CONTROL_AREA_GENERATING_UNIT = eINSTANCE.getGeneratingUnit_ControlAreaGeneratingUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Short PF</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__SHORT_PF = eINSTANCE.getGeneratingUnit_ShortPF();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Min Operating P</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute GENERATING_UNIT__MIN_OPERATING_P = eINSTANCE.getGeneratingUnit_MinOperatingP();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.OperationalLimitImpl <em>Operational Limit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.OperationalLimitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getOperationalLimit()\n\t\t * @generated\n\t\t */\n\t\tEClass OPERATIONAL_LIMIT = eINSTANCE.getOperationalLimit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Operational Limit Set</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference OPERATIONAL_LIMIT__OPERATIONAL_LIMIT_SET = eINSTANCE.getOperationalLimit_OperationalLimitSet();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute OPERATIONAL_LIMIT__TYPE = eINSTANCE.getOperationalLimit_Type();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.OperationalLimitSetImpl <em>Operational Limit Set</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.OperationalLimitSetImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getOperationalLimitSet()\n\t\t * @generated\n\t\t */\n\t\tEClass OPERATIONAL_LIMIT_SET = eINSTANCE.getOperationalLimitSet();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Equipment</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference OPERATIONAL_LIMIT_SET__EQUIPMENT = eINSTANCE.getOperationalLimitSet_Equipment();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Operational Limit Value</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference OPERATIONAL_LIMIT_SET__OPERATIONAL_LIMIT_VALUE = eINSTANCE.getOperationalLimitSet_OperationalLimitValue();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ActivePowerLimitImpl <em>Active Power Limit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ActivePowerLimitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getActivePowerLimit()\n\t\t * @generated\n\t\t */\n\t\tEClass ACTIVE_POWER_LIMIT = eINSTANCE.getActivePowerLimit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ACTIVE_POWER_LIMIT__VALUE = eINSTANCE.getActivePowerLimit_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ApparentPowerLimitImpl <em>Apparent Power Limit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ApparentPowerLimitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getApparentPowerLimit()\n\t\t * @generated\n\t\t */\n\t\tEClass APPARENT_POWER_LIMIT = eINSTANCE.getApparentPowerLimit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute APPARENT_POWER_LIMIT__VALUE = eINSTANCE.getApparentPowerLimit_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.VoltageLimitImpl <em>Voltage Limit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.VoltageLimitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getVoltageLimit()\n\t\t * @generated\n\t\t */\n\t\tEClass VOLTAGE_LIMIT = eINSTANCE.getVoltageLimit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VOLTAGE_LIMIT__VALUE = eINSTANCE.getVoltageLimit_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.CurrentLimitImpl <em>Current Limit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CurrentLimitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getCurrentLimit()\n\t\t * @generated\n\t\t */\n\t\tEClass CURRENT_LIMIT = eINSTANCE.getCurrentLimit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CURRENT_LIMIT__VALUE = eINSTANCE.getCurrentLimit_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.PowerTransformerImpl <em>Power Transformer</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.PowerTransformerImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getPowerTransformer()\n\t\t * @generated\n\t\t */\n\t\tEClass POWER_TRANSFORMER = eINSTANCE.getPowerTransformer();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Contains Transformer Windings</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference POWER_TRANSFORMER__CONTAINS_TRANSFORMER_WINDINGS = eINSTANCE.getPowerTransformer_Contains_TransformerWindings();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.DisconnectorImpl <em>Disconnector</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.DisconnectorImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getDisconnector()\n\t\t * @generated\n\t\t */\n\t\tEClass DISCONNECTOR = eINSTANCE.getDisconnector();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.SynchronousMachineImpl <em>Synchronous Machine</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.SynchronousMachineImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSynchronousMachine()\n\t\t * @generated\n\t\t */\n\t\tEClass SYNCHRONOUS_MACHINE = eINSTANCE.getSynchronousMachine();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Initial Reactive Capability Curve</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SYNCHRONOUS_MACHINE__INITIAL_REACTIVE_CAPABILITY_CURVE = eINSTANCE.getSynchronousMachine_InitialReactiveCapabilityCurve();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Operating Mode</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SYNCHRONOUS_MACHINE__OPERATING_MODE = eINSTANCE.getSynchronousMachine_OperatingMode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Member Of Generating Unit</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SYNCHRONOUS_MACHINE__MEMBER_OF_GENERATING_UNIT = eINSTANCE.getSynchronousMachine_MemberOf_GeneratingUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Min Q</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SYNCHRONOUS_MACHINE__MIN_Q = eINSTANCE.getSynchronousMachine_MinQ();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SYNCHRONOUS_MACHINE__TYPE = eINSTANCE.getSynchronousMachine_Type();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Max Q</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SYNCHRONOUS_MACHINE__MAX_Q = eINSTANCE.getSynchronousMachine_MaxQ();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.BusbarSectionImpl <em>Busbar Section</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.BusbarSectionImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getBusbarSection()\n\t\t * @generated\n\t\t */\n\t\tEClass BUSBAR_SECTION = eINSTANCE.getBusbarSection();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ShuntCompensatorImpl <em>Shunt Compensator</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ShuntCompensatorImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getShuntCompensator()\n\t\t * @generated\n\t\t */\n\t\tEClass SHUNT_COMPENSATOR = eINSTANCE.getShuntCompensator();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Maximum Sections</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SHUNT_COMPENSATOR__MAXIMUM_SECTIONS = eINSTANCE.getShuntCompensator_MaximumSections();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Normal Sections</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SHUNT_COMPENSATOR__NORMAL_SECTIONS = eINSTANCE.getShuntCompensator_NormalSections();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Nom U</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SHUNT_COMPENSATOR__NOM_U = eINSTANCE.getShuntCompensator_NomU();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Reactive Per Section</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SHUNT_COMPENSATOR__REACTIVE_PER_SECTION = eINSTANCE.getShuntCompensator_ReactivePerSection();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.LoadBreakSwitchImpl <em>Load Break Switch</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.LoadBreakSwitchImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getLoadBreakSwitch()\n\t\t * @generated\n\t\t */\n\t\tEClass LOAD_BREAK_SWITCH = eINSTANCE.getLoadBreakSwitch();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Rated Current</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LOAD_BREAK_SWITCH__RATED_CURRENT = eINSTANCE.getLoadBreakSwitch_RatedCurrent();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.RegulatingCondEqImpl <em>Regulating Cond Eq</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.RegulatingCondEqImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getRegulatingCondEq()\n\t\t * @generated\n\t\t */\n\t\tEClass REGULATING_COND_EQ = eINSTANCE.getRegulatingCondEq();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Regulating Control</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REGULATING_COND_EQ__REGULATING_CONTROL = eINSTANCE.getRegulatingCondEq_RegulatingControl();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.EnergyConsumerImpl <em>Energy Consumer</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.EnergyConsumerImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getEnergyConsumer()\n\t\t * @generated\n\t\t */\n\t\tEClass ENERGY_CONSUMER = eINSTANCE.getEnergyConsumer();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Qfixed Pct</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ENERGY_CONSUMER__QFIXED_PCT = eINSTANCE.getEnergyConsumer_QfixedPct();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Pfixed</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ENERGY_CONSUMER__PFIXED = eINSTANCE.getEnergyConsumer_Pfixed();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Load Response</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ENERGY_CONSUMER__LOAD_RESPONSE = eINSTANCE.getEnergyConsumer_LoadResponse();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Qfixed</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ENERGY_CONSUMER__QFIXED = eINSTANCE.getEnergyConsumer_Qfixed();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Pfixed Pct</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ENERGY_CONSUMER__PFIXED_PCT = eINSTANCE.getEnergyConsumer_PfixedPct();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.TransformerWindingImpl <em>Transformer Winding</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.TransformerWindingImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getTransformerWinding()\n\t\t * @generated\n\t\t */\n\t\tEClass TRANSFORMER_WINDING = eINSTANCE.getTransformerWinding();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Winding Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TRANSFORMER_WINDING__WINDING_TYPE = eINSTANCE.getTransformerWinding_WindingType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Tap Changers</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TRANSFORMER_WINDING__TAP_CHANGERS = eINSTANCE.getTransformerWinding_TapChangers();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Member Of Power Transformer</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TRANSFORMER_WINDING__MEMBER_OF_POWER_TRANSFORMER = eINSTANCE.getTransformerWinding_MemberOf_PowerTransformer();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Rated S</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TRANSFORMER_WINDING__RATED_S = eINSTANCE.getTransformerWinding_RatedS();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>X</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TRANSFORMER_WINDING__X = eINSTANCE.getTransformerWinding_X();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Rated U</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TRANSFORMER_WINDING__RATED_U = eINSTANCE.getTransformerWinding_RatedU();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>R</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TRANSFORMER_WINDING__R = eINSTANCE.getTransformerWinding_R();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>B</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TRANSFORMER_WINDING__B = eINSTANCE.getTransformerWinding_B();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.RegulatingControlImpl <em>Regulating Control</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.RegulatingControlImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getRegulatingControl()\n\t\t * @generated\n\t\t */\n\t\tEClass REGULATING_CONTROL = eINSTANCE.getRegulatingControl();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Terminal</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REGULATING_CONTROL__TERMINAL = eINSTANCE.getRegulatingControl_Terminal();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Regulation Schedule</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REGULATING_CONTROL__REGULATION_SCHEDULE = eINSTANCE.getRegulatingControl_RegulationSchedule();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Tap Changer</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REGULATING_CONTROL__TAP_CHANGER = eINSTANCE.getRegulatingControl_TapChanger();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Regulating Cond Eq</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REGULATING_CONTROL__REGULATING_COND_EQ = eINSTANCE.getRegulatingControl_RegulatingCondEq();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.RegulationScheduleImpl <em>Regulation Schedule</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.RegulationScheduleImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getRegulationSchedule()\n\t\t * @generated\n\t\t */\n\t\tEClass REGULATION_SCHEDULE = eINSTANCE.getRegulationSchedule();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Regulating Control</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REGULATION_SCHEDULE__REGULATING_CONTROL = eINSTANCE.getRegulationSchedule_RegulatingControl();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ACLineSegmentImpl <em>AC Line Segment</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ACLineSegmentImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getACLineSegment()\n\t\t * @generated\n\t\t */\n\t\tEClass AC_LINE_SEGMENT = eINSTANCE.getACLineSegment();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.SwitchImpl <em>Switch</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.SwitchImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSwitch()\n\t\t * @generated\n\t\t */\n\t\tEClass SWITCH = eINSTANCE.getSwitch();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Normal Open</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SWITCH__NORMAL_OPEN = eINSTANCE.getSwitch_NormalOpen();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ConductorImpl <em>Conductor</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ConductorImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getConductor()\n\t\t * @generated\n\t\t */\n\t\tEClass CONDUCTOR = eINSTANCE.getConductor();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>R</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONDUCTOR__R = eINSTANCE.getConductor_R();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>X</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONDUCTOR__X = eINSTANCE.getConductor_X();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Bch</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONDUCTOR__BCH = eINSTANCE.getConductor_Bch();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ReactiveCapabilityCurveImpl <em>Reactive Capability Curve</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ReactiveCapabilityCurveImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getReactiveCapabilityCurve()\n\t\t * @generated\n\t\t */\n\t\tEClass REACTIVE_CAPABILITY_CURVE = eINSTANCE.getReactiveCapabilityCurve();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Initially Used By Synchronous Machine</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REACTIVE_CAPABILITY_CURVE__INITIALLY_USED_BY_SYNCHRONOUS_MACHINE = eINSTANCE.getReactiveCapabilityCurve_InitiallyUsedBySynchronousMachine();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.TapChangerImpl <em>Tap Changer</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.TapChangerImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getTapChanger()\n\t\t * @generated\n\t\t */\n\t\tEClass TAP_CHANGER = eINSTANCE.getTapChanger();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Regulating Control</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TAP_CHANGER__REGULATING_CONTROL = eINSTANCE.getTapChanger_RegulatingControl();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Transformer Winding</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TAP_CHANGER__TRANSFORMER_WINDING = eINSTANCE.getTapChanger_TransformerWinding();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Normal Step</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TAP_CHANGER__NORMAL_STEP = eINSTANCE.getTapChanger_NormalStep();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>High Step</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TAP_CHANGER__HIGH_STEP = eINSTANCE.getTapChanger_HighStep();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Step Phase Shift Increment</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TAP_CHANGER__STEP_PHASE_SHIFT_INCREMENT = eINSTANCE.getTapChanger_StepPhaseShiftIncrement();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Neutral Step</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TAP_CHANGER__NEUTRAL_STEP = eINSTANCE.getTapChanger_NeutralStep();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Low Step</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TAP_CHANGER__LOW_STEP = eINSTANCE.getTapChanger_LowStep();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Tcul Control Mode</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TAP_CHANGER__TCUL_CONTROL_MODE = eINSTANCE.getTapChanger_TculControlMode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Step Voltage Increment</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TAP_CHANGER__STEP_VOLTAGE_INCREMENT = eINSTANCE.getTapChanger_StepVoltageIncrement();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TAP_CHANGER__TYPE = eINSTANCE.getTapChanger_Type();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Neutral U</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TAP_CHANGER__NEUTRAL_U = eINSTANCE.getTapChanger_NeutralU();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.LineImpl <em>Line</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.LineImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getLine()\n\t\t * @generated\n\t\t */\n\t\tEClass LINE = eINSTANCE.getLine();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Region</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference LINE__REGION = eINSTANCE.getLine_Region();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.StaticVarCompensatorImpl <em>Static Var Compensator</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.StaticVarCompensatorImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getStaticVarCompensator()\n\t\t * @generated\n\t\t */\n\t\tEClass STATIC_VAR_COMPENSATOR = eINSTANCE.getStaticVarCompensator();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Voltage Set Point</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute STATIC_VAR_COMPENSATOR__VOLTAGE_SET_POINT = eINSTANCE.getStaticVarCompensator_VoltageSetPoint();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>SVC Control Mode</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute STATIC_VAR_COMPENSATOR__SVC_CONTROL_MODE = eINSTANCE.getStaticVarCompensator_SVCControlMode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Capacitive Rating</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute STATIC_VAR_COMPENSATOR__CAPACITIVE_RATING = eINSTANCE.getStaticVarCompensator_CapacitiveRating();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Slope</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute STATIC_VAR_COMPENSATOR__SLOPE = eINSTANCE.getStaticVarCompensator_Slope();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Inductive Rating</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute STATIC_VAR_COMPENSATOR__INDUCTIVE_RATING = eINSTANCE.getStaticVarCompensator_InductiveRating();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.SeriesCompensatorImpl <em>Series Compensator</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.SeriesCompensatorImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSeriesCompensator()\n\t\t * @generated\n\t\t */\n\t\tEClass SERIES_COMPENSATOR = eINSTANCE.getSeriesCompensator();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>R</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SERIES_COMPENSATOR__R = eINSTANCE.getSeriesCompensator_R();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>X</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SERIES_COMPENSATOR__X = eINSTANCE.getSeriesCompensator_X();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.BreakerImpl <em>Breaker</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.BreakerImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getBreaker()\n\t\t * @generated\n\t\t */\n\t\tEClass BREAKER = eINSTANCE.getBreaker();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Rated Current</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute BREAKER__RATED_CURRENT = eINSTANCE.getBreaker_RatedCurrent();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.DiscreteValueImpl <em>Discrete Value</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.DiscreteValueImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getDiscreteValue()\n\t\t * @generated\n\t\t */\n\t\tEClass DISCRETE_VALUE = eINSTANCE.getDiscreteValue();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Member Of Measurement</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DISCRETE_VALUE__MEMBER_OF_MEASUREMENT = eINSTANCE.getDiscreteValue_MemberOf_Measurement();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.MeasurementImpl <em>Measurement</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.MeasurementImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getMeasurement()\n\t\t * @generated\n\t\t */\n\t\tEClass MEASUREMENT = eINSTANCE.getMeasurement();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Member Of PSR</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference MEASUREMENT__MEMBER_OF_PSR = eINSTANCE.getMeasurement_MemberOf_PSR();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Measurement Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference MEASUREMENT__MEASUREMENT_TYPE = eINSTANCE.getMeasurement_MeasurementType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Terminal</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference MEASUREMENT__TERMINAL = eINSTANCE.getMeasurement_Terminal();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Unit</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference MEASUREMENT__UNIT = eINSTANCE.getMeasurement_Unit();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.MeasurementValueImpl <em>Measurement Value</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.MeasurementValueImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getMeasurementValue()\n\t\t * @generated\n\t\t */\n\t\tEClass MEASUREMENT_VALUE = eINSTANCE.getMeasurementValue();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Measurement Value Source</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference MEASUREMENT_VALUE__MEASUREMENT_VALUE_SOURCE = eINSTANCE.getMeasurementValue_MeasurementValueSource();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.MeasurementValueSourceImpl <em>Measurement Value Source</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.MeasurementValueSourceImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getMeasurementValueSource()\n\t\t * @generated\n\t\t */\n\t\tEClass MEASUREMENT_VALUE_SOURCE = eINSTANCE.getMeasurementValueSource();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Measurement Values</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference MEASUREMENT_VALUE_SOURCE__MEASUREMENT_VALUES = eINSTANCE.getMeasurementValueSource_MeasurementValues();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.AnalogImpl <em>Analog</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.AnalogImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getAnalog()\n\t\t * @generated\n\t\t */\n\t\tEClass ANALOG = eINSTANCE.getAnalog();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Positive Flow In</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ANALOG__POSITIVE_FLOW_IN = eINSTANCE.getAnalog_PositiveFlowIn();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Contain Measurement Values</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ANALOG__CONTAIN_MEASUREMENT_VALUES = eINSTANCE.getAnalog_Contain_MeasurementValues();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.AnalogValueImpl <em>Analog Value</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.AnalogValueImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getAnalogValue()\n\t\t * @generated\n\t\t */\n\t\tEClass ANALOG_VALUE = eINSTANCE.getAnalogValue();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Member Of Measurement</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ANALOG_VALUE__MEMBER_OF_MEASUREMENT = eINSTANCE.getAnalogValue_MemberOf_Measurement();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.MeasurementTypeImpl <em>Measurement Type</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.MeasurementTypeImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getMeasurementType()\n\t\t * @generated\n\t\t */\n\t\tEClass MEASUREMENT_TYPE = eINSTANCE.getMeasurementType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Measurements</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference MEASUREMENT_TYPE__MEASUREMENTS = eINSTANCE.getMeasurementType_Measurements();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.DiscreteImpl <em>Discrete</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.DiscreteImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getDiscrete()\n\t\t * @generated\n\t\t */\n\t\tEClass DISCRETE = eINSTANCE.getDiscrete();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Contain Measurement Values</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DISCRETE__CONTAIN_MEASUREMENT_VALUES = eINSTANCE.getDiscrete_Contain_MeasurementValues();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.LimitSetImpl <em>Limit Set</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.LimitSetImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getLimitSet()\n\t\t * @generated\n\t\t */\n\t\tEClass LIMIT_SET = eINSTANCE.getLimitSet();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Is Percentage Limits</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LIMIT_SET__IS_PERCENTAGE_LIMITS = eINSTANCE.getLimitSet_IsPercentageLimits();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.NonConformLoadGroupImpl <em>Non Conform Load Group</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.NonConformLoadGroupImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getNonConformLoadGroup()\n\t\t * @generated\n\t\t */\n\t\tEClass NON_CONFORM_LOAD_GROUP = eINSTANCE.getNonConformLoadGroup();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Non Conform Load Schedules</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference NON_CONFORM_LOAD_GROUP__NON_CONFORM_LOAD_SCHEDULES = eINSTANCE.getNonConformLoadGroup_NonConformLoadSchedules();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Energy Consumers</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference NON_CONFORM_LOAD_GROUP__ENERGY_CONSUMERS = eINSTANCE.getNonConformLoadGroup_EnergyConsumers();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ConformLoadScheduleImpl <em>Conform Load Schedule</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ConformLoadScheduleImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getConformLoadSchedule()\n\t\t * @generated\n\t\t */\n\t\tEClass CONFORM_LOAD_SCHEDULE = eINSTANCE.getConformLoadSchedule();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Conform Load Group</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFORM_LOAD_SCHEDULE__CONFORM_LOAD_GROUP = eINSTANCE.getConformLoadSchedule_ConformLoadGroup();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.CustomerLoadImpl <em>Customer Load</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CustomerLoadImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getCustomerLoad()\n\t\t * @generated\n\t\t */\n\t\tEClass CUSTOMER_LOAD = eINSTANCE.getCustomerLoad();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.NonConformLoadImpl <em>Non Conform Load</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.NonConformLoadImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getNonConformLoad()\n\t\t * @generated\n\t\t */\n\t\tEClass NON_CONFORM_LOAD = eINSTANCE.getNonConformLoad();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Load Group</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference NON_CONFORM_LOAD__LOAD_GROUP = eINSTANCE.getNonConformLoad_LoadGroup();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.DayTypeImpl <em>Day Type</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.DayTypeImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getDayType()\n\t\t * @generated\n\t\t */\n\t\tEClass DAY_TYPE = eINSTANCE.getDayType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Season Day Type Schedules</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DAY_TYPE__SEASON_DAY_TYPE_SCHEDULES = eINSTANCE.getDayType_SeasonDayTypeSchedules();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.SeasonImpl <em>Season</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.SeasonImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSeason()\n\t\t * @generated\n\t\t */\n\t\tEClass SEASON = eINSTANCE.getSeason();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>End Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SEASON__END_DATE = eINSTANCE.getSeason_EndDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Start Date</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SEASON__START_DATE = eINSTANCE.getSeason_StartDate();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Season Day Type Schedules</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SEASON__SEASON_DAY_TYPE_SCHEDULES = eINSTANCE.getSeason_SeasonDayTypeSchedules();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SEASON__NAME = eINSTANCE.getSeason_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.LoadImpl <em>Load</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.LoadImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getLoad()\n\t\t * @generated\n\t\t */\n\t\tEClass LOAD = eINSTANCE.getLoad();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.StationSupplyImpl <em>Station Supply</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.StationSupplyImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getStationSupply()\n\t\t * @generated\n\t\t */\n\t\tEClass STATION_SUPPLY = eINSTANCE.getStationSupply();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.SeasonDayTypeScheduleImpl <em>Season Day Type Schedule</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.SeasonDayTypeScheduleImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSeasonDayTypeSchedule()\n\t\t * @generated\n\t\t */\n\t\tEClass SEASON_DAY_TYPE_SCHEDULE = eINSTANCE.getSeasonDayTypeSchedule();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Day Type</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SEASON_DAY_TYPE_SCHEDULE__DAY_TYPE = eINSTANCE.getSeasonDayTypeSchedule_DayType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Season</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SEASON_DAY_TYPE_SCHEDULE__SEASON = eINSTANCE.getSeasonDayTypeSchedule_Season();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.LoadGroupImpl <em>Load Group</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.LoadGroupImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getLoadGroup()\n\t\t * @generated\n\t\t */\n\t\tEClass LOAD_GROUP = eINSTANCE.getLoadGroup();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Sub Load Area</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference LOAD_GROUP__SUB_LOAD_AREA = eINSTANCE.getLoadGroup_SubLoadArea();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.EnergyAreaImpl <em>Energy Area</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.EnergyAreaImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getEnergyArea()\n\t\t * @generated\n\t\t */\n\t\tEClass ENERGY_AREA = eINSTANCE.getEnergyArea();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Control Area</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ENERGY_AREA__CONTROL_AREA = eINSTANCE.getEnergyArea_ControlArea();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ConformLoadGroupImpl <em>Conform Load Group</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ConformLoadGroupImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getConformLoadGroup()\n\t\t * @generated\n\t\t */\n\t\tEClass CONFORM_LOAD_GROUP = eINSTANCE.getConformLoadGroup();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Energy Consumers</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFORM_LOAD_GROUP__ENERGY_CONSUMERS = eINSTANCE.getConformLoadGroup_EnergyConsumers();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Conform Load Schedules</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFORM_LOAD_GROUP__CONFORM_LOAD_SCHEDULES = eINSTANCE.getConformLoadGroup_ConformLoadSchedules();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.LoadAreaImpl <em>Load Area</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.LoadAreaImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getLoadArea()\n\t\t * @generated\n\t\t */\n\t\tEClass LOAD_AREA = eINSTANCE.getLoadArea();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Sub Load Areas</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference LOAD_AREA__SUB_LOAD_AREAS = eINSTANCE.getLoadArea_SubLoadAreas();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.SubLoadAreaImpl <em>Sub Load Area</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.SubLoadAreaImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSubLoadArea()\n\t\t * @generated\n\t\t */\n\t\tEClass SUB_LOAD_AREA = eINSTANCE.getSubLoadArea();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Load Groups</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SUB_LOAD_AREA__LOAD_GROUPS = eINSTANCE.getSubLoadArea_LoadGroups();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Load Area</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SUB_LOAD_AREA__LOAD_AREA = eINSTANCE.getSubLoadArea_LoadArea();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.LoadResponseCharacteristicImpl <em>Load Response Characteristic</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.LoadResponseCharacteristicImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getLoadResponseCharacteristic()\n\t\t * @generated\n\t\t */\n\t\tEClass LOAD_RESPONSE_CHARACTERISTIC = eINSTANCE.getLoadResponseCharacteristic();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>PFrequency Exponent</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LOAD_RESPONSE_CHARACTERISTIC__PFREQUENCY_EXPONENT = eINSTANCE.getLoadResponseCharacteristic_PFrequencyExponent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>QVoltage Exponent</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LOAD_RESPONSE_CHARACTERISTIC__QVOLTAGE_EXPONENT = eINSTANCE.getLoadResponseCharacteristic_QVoltageExponent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>QFrequency Exponent</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LOAD_RESPONSE_CHARACTERISTIC__QFREQUENCY_EXPONENT = eINSTANCE.getLoadResponseCharacteristic_QFrequencyExponent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>PVoltage Exponent</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LOAD_RESPONSE_CHARACTERISTIC__PVOLTAGE_EXPONENT = eINSTANCE.getLoadResponseCharacteristic_PVoltageExponent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Energy Consumer</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference LOAD_RESPONSE_CHARACTERISTIC__ENERGY_CONSUMER = eINSTANCE.getLoadResponseCharacteristic_EnergyConsumer();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.NonConformLoadScheduleImpl <em>Non Conform Load Schedule</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.NonConformLoadScheduleImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getNonConformLoadSchedule()\n\t\t * @generated\n\t\t */\n\t\tEClass NON_CONFORM_LOAD_SCHEDULE = eINSTANCE.getNonConformLoadSchedule();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Non Conform Load Group</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference NON_CONFORM_LOAD_SCHEDULE__NON_CONFORM_LOAD_GROUP = eINSTANCE.getNonConformLoadSchedule_NonConformLoadGroup();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.InductionMotorLoadImpl <em>Induction Motor Load</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.InductionMotorLoadImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getInductionMotorLoad()\n\t\t * @generated\n\t\t */\n\t\tEClass INDUCTION_MOTOR_LOAD = eINSTANCE.getInductionMotorLoad();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ConformLoadImpl <em>Conform Load</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ConformLoadImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getConformLoad()\n\t\t * @generated\n\t\t */\n\t\tEClass CONFORM_LOAD = eINSTANCE.getConformLoad();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Load Group</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONFORM_LOAD__LOAD_GROUP = eINSTANCE.getConformLoad_LoadGroup();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.EquivalentNetworkImpl <em>Equivalent Network</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.EquivalentNetworkImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getEquivalentNetwork()\n\t\t * @generated\n\t\t */\n\t\tEClass EQUIVALENT_NETWORK = eINSTANCE.getEquivalentNetwork();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Equivalent Equipments</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference EQUIVALENT_NETWORK__EQUIVALENT_EQUIPMENTS = eINSTANCE.getEquivalentNetwork_EquivalentEquipments();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.EquivalentShuntImpl <em>Equivalent Shunt</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.EquivalentShuntImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getEquivalentShunt()\n\t\t * @generated\n\t\t */\n\t\tEClass EQUIVALENT_SHUNT = eINSTANCE.getEquivalentShunt();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>B</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute EQUIVALENT_SHUNT__B = eINSTANCE.getEquivalentShunt_B();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>G</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute EQUIVALENT_SHUNT__G = eINSTANCE.getEquivalentShunt_G();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.EquivalentEquipmentImpl <em>Equivalent Equipment</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.EquivalentEquipmentImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getEquivalentEquipment()\n\t\t * @generated\n\t\t */\n\t\tEClass EQUIVALENT_EQUIPMENT = eINSTANCE.getEquivalentEquipment();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Equivalent Network</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference EQUIVALENT_EQUIPMENT__EQUIVALENT_NETWORK = eINSTANCE.getEquivalentEquipment_EquivalentNetwork();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.EquivalentBranchImpl <em>Equivalent Branch</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.EquivalentBranchImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getEquivalentBranch()\n\t\t * @generated\n\t\t */\n\t\tEClass EQUIVALENT_BRANCH = eINSTANCE.getEquivalentBranch();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>X</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute EQUIVALENT_BRANCH__X = eINSTANCE.getEquivalentBranch_X();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>R</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute EQUIVALENT_BRANCH__R = eINSTANCE.getEquivalentBranch_R();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.IdentifiedObjectImpl <em>Identified Object</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.IdentifiedObjectImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getIdentifiedObject()\n\t\t * @generated\n\t\t */\n\t\tEClass IDENTIFIED_OBJECT = eINSTANCE.getIdentifiedObject();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Path Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute IDENTIFIED_OBJECT__PATH_NAME = eINSTANCE.getIdentifiedObject_PathName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Description</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute IDENTIFIED_OBJECT__DESCRIPTION = eINSTANCE.getIdentifiedObject_Description();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Alias Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute IDENTIFIED_OBJECT__ALIAS_NAME = eINSTANCE.getIdentifiedObject_AliasName();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute IDENTIFIED_OBJECT__NAME = eINSTANCE.getIdentifiedObject_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.TerminalImpl <em>Terminal</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.TerminalImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getTerminal()\n\t\t * @generated\n\t\t */\n\t\tEClass TERMINAL = eINSTANCE.getTerminal();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Measurements</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TERMINAL__MEASUREMENTS = eINSTANCE.getTerminal_Measurements();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Regulating Control</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TERMINAL__REGULATING_CONTROL = eINSTANCE.getTerminal_RegulatingControl();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Connectivity Node</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TERMINAL__CONNECTIVITY_NODE = eINSTANCE.getTerminal_ConnectivityNode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Conducting Equipment</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TERMINAL__CONDUCTING_EQUIPMENT = eINSTANCE.getTerminal_ConductingEquipment();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.BaseVoltageImpl <em>Base Voltage</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.BaseVoltageImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getBaseVoltage()\n\t\t * @generated\n\t\t */\n\t\tEClass BASE_VOLTAGE = eINSTANCE.getBaseVoltage();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Nominal Voltage</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute BASE_VOLTAGE__NOMINAL_VOLTAGE = eINSTANCE.getBaseVoltage_NominalVoltage();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Conducting Equipment</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference BASE_VOLTAGE__CONDUCTING_EQUIPMENT = eINSTANCE.getBaseVoltage_ConductingEquipment();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Voltage Level</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference BASE_VOLTAGE__VOLTAGE_LEVEL = eINSTANCE.getBaseVoltage_VoltageLevel();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.RegularIntervalScheduleImpl <em>Regular Interval Schedule</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.RegularIntervalScheduleImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getRegularIntervalSchedule()\n\t\t * @generated\n\t\t */\n\t\tEClass REGULAR_INTERVAL_SCHEDULE = eINSTANCE.getRegularIntervalSchedule();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>End Time</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute REGULAR_INTERVAL_SCHEDULE__END_TIME = eINSTANCE.getRegularIntervalSchedule_EndTime();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Time Points</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REGULAR_INTERVAL_SCHEDULE__TIME_POINTS = eINSTANCE.getRegularIntervalSchedule_TimePoints();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Time Step</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute REGULAR_INTERVAL_SCHEDULE__TIME_STEP = eINSTANCE.getRegularIntervalSchedule_TimeStep();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ConnectivityNodeContainerImpl <em>Connectivity Node Container</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ConnectivityNodeContainerImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getConnectivityNodeContainer()\n\t\t * @generated\n\t\t */\n\t\tEClass CONNECTIVITY_NODE_CONTAINER = eINSTANCE.getConnectivityNodeContainer();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Connectivity Nodes</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONNECTIVITY_NODE_CONTAINER__CONNECTIVITY_NODES = eINSTANCE.getConnectivityNodeContainer_ConnectivityNodes();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.UnitImpl <em>Unit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.UnitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getUnit()\n\t\t * @generated\n\t\t */\n\t\tEClass UNIT = eINSTANCE.getUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Measurements</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference UNIT__MEASUREMENTS = eINSTANCE.getUnit_Measurements();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.EquipmentContainerImpl <em>Equipment Container</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.EquipmentContainerImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getEquipmentContainer()\n\t\t * @generated\n\t\t */\n\t\tEClass EQUIPMENT_CONTAINER = eINSTANCE.getEquipmentContainer();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Contains Equipments</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference EQUIPMENT_CONTAINER__CONTAINS_EQUIPMENTS = eINSTANCE.getEquipmentContainer_Contains_Equipments();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.VoltageLevelImpl <em>Voltage Level</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.VoltageLevelImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getVoltageLevel()\n\t\t * @generated\n\t\t */\n\t\tEClass VOLTAGE_LEVEL = eINSTANCE.getVoltageLevel();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Member Of Substation</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference VOLTAGE_LEVEL__MEMBER_OF_SUBSTATION = eINSTANCE.getVoltageLevel_MemberOf_Substation();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Low Voltage Limit</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VOLTAGE_LEVEL__LOW_VOLTAGE_LIMIT = eINSTANCE.getVoltageLevel_LowVoltageLimit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>High Voltage Limit</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VOLTAGE_LEVEL__HIGH_VOLTAGE_LIMIT = eINSTANCE.getVoltageLevel_HighVoltageLimit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Base Voltage</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference VOLTAGE_LEVEL__BASE_VOLTAGE = eINSTANCE.getVoltageLevel_BaseVoltage();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Contains Bays</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference VOLTAGE_LEVEL__CONTAINS_BAYS = eINSTANCE.getVoltageLevel_Contains_Bays();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.BayImpl <em>Bay</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.BayImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getBay()\n\t\t * @generated\n\t\t */\n\t\tEClass BAY = eINSTANCE.getBay();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Member Of Voltage Level</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference BAY__MEMBER_OF_VOLTAGE_LEVEL = eINSTANCE.getBay_MemberOf_VoltageLevel();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.SubGeographicalRegionImpl <em>Sub Geographical Region</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.SubGeographicalRegionImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSubGeographicalRegion()\n\t\t * @generated\n\t\t */\n\t\tEClass SUB_GEOGRAPHICAL_REGION = eINSTANCE.getSubGeographicalRegion();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Region</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SUB_GEOGRAPHICAL_REGION__REGION = eINSTANCE.getSubGeographicalRegion_Region();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Lines</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SUB_GEOGRAPHICAL_REGION__LINES = eINSTANCE.getSubGeographicalRegion_Lines();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Substations</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SUB_GEOGRAPHICAL_REGION__SUBSTATIONS = eINSTANCE.getSubGeographicalRegion_Substations();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.RegularTimePointImpl <em>Regular Time Point</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.RegularTimePointImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getRegularTimePoint()\n\t\t * @generated\n\t\t */\n\t\tEClass REGULAR_TIME_POINT = eINSTANCE.getRegularTimePoint();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value1</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute REGULAR_TIME_POINT__VALUE1 = eINSTANCE.getRegularTimePoint_Value1();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Sequence Number</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute REGULAR_TIME_POINT__SEQUENCE_NUMBER = eINSTANCE.getRegularTimePoint_SequenceNumber();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value2</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute REGULAR_TIME_POINT__VALUE2 = eINSTANCE.getRegularTimePoint_Value2();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Interval Schedule</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference REGULAR_TIME_POINT__INTERVAL_SCHEDULE = eINSTANCE.getRegularTimePoint_IntervalSchedule();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.EquipmentImpl <em>Equipment</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.EquipmentImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getEquipment()\n\t\t * @generated\n\t\t */\n\t\tEClass EQUIPMENT = eINSTANCE.getEquipment();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Member Of Equipment Container</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference EQUIPMENT__MEMBER_OF_EQUIPMENT_CONTAINER = eINSTANCE.getEquipment_MemberOf_EquipmentContainer();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Operational Limit Set</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference EQUIPMENT__OPERATIONAL_LIMIT_SET = eINSTANCE.getEquipment_OperationalLimitSet();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.SubstationImpl <em>Substation</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.SubstationImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSubstation()\n\t\t * @generated\n\t\t */\n\t\tEClass SUBSTATION = eINSTANCE.getSubstation();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Region</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SUBSTATION__REGION = eINSTANCE.getSubstation_Region();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Contains Voltage Levels</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SUBSTATION__CONTAINS_VOLTAGE_LEVELS = eINSTANCE.getSubstation_Contains_VoltageLevels();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.CurveImpl <em>Curve</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CurveImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getCurve()\n\t\t * @generated\n\t\t */\n\t\tEClass CURVE = eINSTANCE.getCurve();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Y2 Unit</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CURVE__Y2_UNIT = eINSTANCE.getCurve_Y2Unit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>XUnit</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CURVE__XUNIT = eINSTANCE.getCurve_XUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Curve Schedule Datas</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CURVE__CURVE_SCHEDULE_DATAS = eINSTANCE.getCurve_CurveScheduleDatas();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Curve Style</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CURVE__CURVE_STYLE = eINSTANCE.getCurve_CurveStyle();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Y1 Unit</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CURVE__Y1_UNIT = eINSTANCE.getCurve_Y1Unit();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.PowerSystemResourceImpl <em>Power System Resource</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.PowerSystemResourceImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getPowerSystemResource()\n\t\t * @generated\n\t\t */\n\t\tEClass POWER_SYSTEM_RESOURCE = eINSTANCE.getPowerSystemResource();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Contains Measurements</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference POWER_SYSTEM_RESOURCE__CONTAINS_MEASUREMENTS = eINSTANCE.getPowerSystemResource_Contains_Measurements();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.BasicIntervalScheduleImpl <em>Basic Interval Schedule</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.BasicIntervalScheduleImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getBasicIntervalSchedule()\n\t\t * @generated\n\t\t */\n\t\tEClass BASIC_INTERVAL_SCHEDULE = eINSTANCE.getBasicIntervalSchedule();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Start Time</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute BASIC_INTERVAL_SCHEDULE__START_TIME = eINSTANCE.getBasicIntervalSchedule_StartTime();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value1 Unit</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute BASIC_INTERVAL_SCHEDULE__VALUE1_UNIT = eINSTANCE.getBasicIntervalSchedule_Value1Unit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value2 Unit</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute BASIC_INTERVAL_SCHEDULE__VALUE2_UNIT = eINSTANCE.getBasicIntervalSchedule_Value2Unit();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.CurveDataImpl <em>Curve Data</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CurveDataImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getCurveData()\n\t\t * @generated\n\t\t */\n\t\tEClass CURVE_DATA = eINSTANCE.getCurveData();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Y2value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CURVE_DATA__Y2VALUE = eINSTANCE.getCurveData_Y2value();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Xvalue</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CURVE_DATA__XVALUE = eINSTANCE.getCurveData_Xvalue();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Y1value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CURVE_DATA__Y1VALUE = eINSTANCE.getCurveData_Y1value();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Curve Schedule</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CURVE_DATA__CURVE_SCHEDULE = eINSTANCE.getCurveData_CurveSchedule();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.GeographicalRegionImpl <em>Geographical Region</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.GeographicalRegionImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getGeographicalRegion()\n\t\t * @generated\n\t\t */\n\t\tEClass GEOGRAPHICAL_REGION = eINSTANCE.getGeographicalRegion();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Regions</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference GEOGRAPHICAL_REGION__REGIONS = eINSTANCE.getGeographicalRegion_Regions();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ConductingEquipmentImpl <em>Conducting Equipment</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ConductingEquipmentImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getConductingEquipment()\n\t\t * @generated\n\t\t */\n\t\tEClass CONDUCTING_EQUIPMENT = eINSTANCE.getConductingEquipment();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Base Voltage</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONDUCTING_EQUIPMENT__BASE_VOLTAGE = eINSTANCE.getConductingEquipment_BaseVoltage();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Terminals</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONDUCTING_EQUIPMENT__TERMINALS = eINSTANCE.getConductingEquipment_Terminals();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ControlAreaImpl <em>Control Area</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ControlAreaImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getControlArea()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTROL_AREA = eINSTANCE.getControlArea();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Control Area Generating Unit</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTROL_AREA__CONTROL_AREA_GENERATING_UNIT = eINSTANCE.getControlArea_ControlAreaGeneratingUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Net Interchange</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTROL_AREA__NET_INTERCHANGE = eINSTANCE.getControlArea_NetInterchange();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Energy Area</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTROL_AREA__ENERGY_AREA = eINSTANCE.getControlArea_EnergyArea();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Tie Flow</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTROL_AREA__TIE_FLOW = eINSTANCE.getControlArea_TieFlow();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTROL_AREA__TYPE = eINSTANCE.getControlArea_Type();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.TieFlowImpl <em>Tie Flow</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.TieFlowImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getTieFlow()\n\t\t * @generated\n\t\t */\n\t\tEClass TIE_FLOW = eINSTANCE.getTieFlow();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Control Area</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TIE_FLOW__CONTROL_AREA = eINSTANCE.getTieFlow_ControlArea();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Positive Flow In</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TIE_FLOW__POSITIVE_FLOW_IN = eINSTANCE.getTieFlow_PositiveFlowIn();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ControlAreaGeneratingUnitImpl <em>Control Area Generating Unit</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ControlAreaGeneratingUnitImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getControlAreaGeneratingUnit()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTROL_AREA_GENERATING_UNIT = eINSTANCE.getControlAreaGeneratingUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Control Area</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTROL_AREA_GENERATING_UNIT__CONTROL_AREA = eINSTANCE.getControlAreaGeneratingUnit_ControlArea();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Generating Unit</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONTROL_AREA_GENERATING_UNIT__GENERATING_UNIT = eINSTANCE.getControlAreaGeneratingUnit_GeneratingUnit();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.impl.ConnectivityNodeImpl <em>Connectivity Node</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.ConnectivityNodeImpl\n\t\t * @see CPSM.impl.CPSMPackageImpl#getConnectivityNode()\n\t\t * @generated\n\t\t */\n\t\tEClass CONNECTIVITY_NODE = eINSTANCE.getConnectivityNode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Terminals</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONNECTIVITY_NODE__TERMINALS = eINSTANCE.getConnectivityNode_Terminals();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Member Of Equipment Container</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CONNECTIVITY_NODE__MEMBER_OF_EQUIPMENT_CONTAINER = eINSTANCE.getConnectivityNode_MemberOf_EquipmentContainer();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.GeneratorControlSource <em>Generator Control Source</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.GeneratorControlSource\n\t\t * @see CPSM.impl.CPSMPackageImpl#getGeneratorControlSource()\n\t\t * @generated\n\t\t */\n\t\tEEnum GENERATOR_CONTROL_SOURCE = eINSTANCE.getGeneratorControlSource();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.SynchronousMachineOperatingMode <em>Synchronous Machine Operating Mode</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.SynchronousMachineOperatingMode\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSynchronousMachineOperatingMode()\n\t\t * @generated\n\t\t */\n\t\tEEnum SYNCHRONOUS_MACHINE_OPERATING_MODE = eINSTANCE.getSynchronousMachineOperatingMode();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.TapChangerKind <em>Tap Changer Kind</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.TapChangerKind\n\t\t * @see CPSM.impl.CPSMPackageImpl#getTapChangerKind()\n\t\t * @generated\n\t\t */\n\t\tEEnum TAP_CHANGER_KIND = eINSTANCE.getTapChangerKind();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.SVCControlMode <em>SVC Control Mode</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.SVCControlMode\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSVCControlMode()\n\t\t * @generated\n\t\t */\n\t\tEEnum SVC_CONTROL_MODE = eINSTANCE.getSVCControlMode();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.WindingType <em>Winding Type</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.WindingType\n\t\t * @see CPSM.impl.CPSMPackageImpl#getWindingType()\n\t\t * @generated\n\t\t */\n\t\tEEnum WINDING_TYPE = eINSTANCE.getWindingType();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.SynchronousMachineType <em>Synchronous Machine Type</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.SynchronousMachineType\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSynchronousMachineType()\n\t\t * @generated\n\t\t */\n\t\tEEnum SYNCHRONOUS_MACHINE_TYPE = eINSTANCE.getSynchronousMachineType();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.TransformerControlMode <em>Transformer Control Mode</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.TransformerControlMode\n\t\t * @see CPSM.impl.CPSMPackageImpl#getTransformerControlMode()\n\t\t * @generated\n\t\t */\n\t\tEEnum TRANSFORMER_CONTROL_MODE = eINSTANCE.getTransformerControlMode();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.SeasonName <em>Season Name</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.SeasonName\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSeasonName()\n\t\t * @generated\n\t\t */\n\t\tEEnum SEASON_NAME = eINSTANCE.getSeasonName();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.CurveStyle <em>Curve Style</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.CurveStyle\n\t\t * @see CPSM.impl.CPSMPackageImpl#getCurveStyle()\n\t\t * @generated\n\t\t */\n\t\tEEnum CURVE_STYLE = eINSTANCE.getCurveStyle();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.ControlAreaTypeKind <em>Control Area Type Kind</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.ControlAreaTypeKind\n\t\t * @see CPSM.impl.CPSMPackageImpl#getControlAreaTypeKind()\n\t\t * @generated\n\t\t */\n\t\tEEnum CONTROL_AREA_TYPE_KIND = eINSTANCE.getControlAreaTypeKind();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link CPSM.UnitSymbol <em>Unit Symbol</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.UnitSymbol\n\t\t * @see CPSM.impl.CPSMPackageImpl#getUnitSymbol()\n\t\t * @generated\n\t\t */\n\t\tEEnum UNIT_SYMBOL = eINSTANCE.getUnitSymbol();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Current Flow</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getCurrentFlow()\n\t\t * @generated\n\t\t */\n\t\tEDataType CURRENT_FLOW = eINSTANCE.getCurrentFlow();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Active Power</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getActivePower()\n\t\t * @generated\n\t\t */\n\t\tEDataType ACTIVE_POWER = eINSTANCE.getActivePower();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Seconds</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSeconds()\n\t\t * @generated\n\t\t */\n\t\tEDataType SECONDS = eINSTANCE.getSeconds();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Susceptance</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getSusceptance()\n\t\t * @generated\n\t\t */\n\t\tEDataType SUSCEPTANCE = eINSTANCE.getSusceptance();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Conductance</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getConductance()\n\t\t * @generated\n\t\t */\n\t\tEDataType CONDUCTANCE = eINSTANCE.getConductance();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Resistance</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getResistance()\n\t\t * @generated\n\t\t */\n\t\tEDataType RESISTANCE = eINSTANCE.getResistance();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Per Cent</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getPerCent()\n\t\t * @generated\n\t\t */\n\t\tEDataType PER_CENT = eINSTANCE.getPerCent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Reactive Power</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getReactivePower()\n\t\t * @generated\n\t\t */\n\t\tEDataType REACTIVE_POWER = eINSTANCE.getReactivePower();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Angle Degrees</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getAngleDegrees()\n\t\t * @generated\n\t\t */\n\t\tEDataType ANGLE_DEGREES = eINSTANCE.getAngleDegrees();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Voltage</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getVoltage()\n\t\t * @generated\n\t\t */\n\t\tEDataType VOLTAGE = eINSTANCE.getVoltage();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Apparent Power</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getApparentPower()\n\t\t * @generated\n\t\t */\n\t\tEDataType APPARENT_POWER = eINSTANCE.getApparentPower();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Reactance</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getReactance()\n\t\t * @generated\n\t\t */\n\t\tEDataType REACTANCE = eINSTANCE.getReactance();\n\n\t\t/**\n\t\t * The meta object literal for the '<em>Voltage Per Reactive Power</em>' data type.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see CPSM.impl.CPSMPackageImpl#getVoltagePerReactivePower()\n\t\t * @generated\n\t\t */\n\t\tEDataType VOLTAGE_PER_REACTIVE_POWER = eINSTANCE.getVoltagePerReactivePower();\n\n\t}\n\n}", "Container createContainer();", "public interface ILitePackItem extends ITreeObject {\n\t\n\t/**\n\t * Returns item ID \n\t * @return item ID \n\t */\n\tString getId();\n\n\t/** \n\t * Returns version string, for Pack ist version, for Pack family - effectively used versions \n\t * @return version string\n\t */\n\tString getVersion();\n\n\t/**\n\t * Returns pack version mode\n\t * @return EVersionMatchMode\n\t */\n\tEVersionMatchMode getVersionMatchMode();\n\n\t/**\n\t * Check is to latest versions of all installed packs \n\t * @return true if the latest versions of packs should be used\n\t */\n\tboolean isUseAllLatestPacks();\n\t\n\t/**\n\t * Adds ICpItem to the item\n\t * @param item ICpItem to add (IcpPack, ICpPackInfo or ICpPackFamily )\n\t */\n\tvoid addCpItem(ICpItem item);\n\n\t/**\n\t * Returns ICpItem associated with this item\n\t * @return ICpItem associated with this item (IcpPack, ICpPackInfo or ICpPackFamily )\n\t */\n\tICpItem getCpItem();\n\n\t\n\t/**\n\t * Returns parent IRtePacktem if any \n\t * @return parent IRtePacktem if any \n\t */\n\tILitePackItem getParent();\t\n\n\t/**\n\t * Checks if the item is explicitly or implicitly selected \n\t * @return true if the item is selected \n\t */\n\tboolean isSelected(); \n\n\t/**\n\t * Checks if the pack item is used in an ICpConfigurationInfo \n\t * @return true if the item is used \n\t */\n\tboolean isUsed(); \n\n\t/**\n\t * Checks if all pack corresponding to this item are installed\n\t * @return true if installed, false if not\n\t */\n\tboolean isInstalled();\n\n\t\n\t/**\n\t * Checks if the pack family is excluded \n\t * @return true if the item is excluded \n\t */\n\tboolean isExcluded();\n\t\n\t/**\n\t * Returns URL associated with the item if any\n\t * @return URL associated with the item\n\t */\n\tString getUrl();\n\t\n\t/** \n\t * Return item description text of the element if any \n\t * @return description or empty string \n\t */\n\tString getDescription();\n\t\n\t/**\n\t * Returns corresponding ICpPack if installed\n\t * @return ICpPack if installed or null \n\t */\n\tICpPack getPack();\n\n\t/**\n\t * Returns corresponding ICpPackInfo if assigned\n\t * @return ICpPack if assigned or null \n\t */\n\tICpPackInfo getPackInfo();\n\t\n\t/**\n\t * Returns pack attributes taken either from underlying pack or ICPackItem \n\t * @returns pack attributes\n\t */\n\tIAttributes getAttributes();\n\n\t/**\n\t * Returns the first child item \n\t * @return the first child IRtePackItem\n\t */\n\tILitePackItem getFirstChild();\n\t\n\t/**\n\t * Returns root pack collection\n\t * @return root IRtePackCollection \n\t */\n\tILitePackCollection getRoot();\n\n\t\n\t/**\n\t * Returns parent pack family if any \n\t * @return IRtePackFamily \n\t */\n\tILitePackFamily getFamily();\n\n\t\n}", "public PackageComponent(String name) {\r\n super(name);\r\n classDiagramComponents = new LinkedHashSet<>();\r\n }", "public interface cdfgPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"cdfg\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://www.ifrn.edu.br/cdfg/1.0\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"cdfg\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tcdfgPackage eINSTANCE = cdfg.cdfg.impl.cdfgPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.AnnotableImpl <em>Annotable</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.AnnotableImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getAnnotable()\n\t * @generated\n\t */\n\tint ANNOTABLE = 18;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANNOTABLE__ANNOTATIONS = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Annotable</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANNOTABLE_FEATURE_COUNT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Annotable</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANNOTABLE_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.CFGImpl <em>CFG</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.CFGImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getCFG()\n\t * @generated\n\t */\n\tint CFG = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CFG__ANNOTATIONS = ANNOTABLE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>Nodes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CFG__NODES = ANNOTABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Start</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CFG__START = ANNOTABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Arcs</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CFG__ARCS = ANNOTABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>CFG</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CFG_FEATURE_COUNT = ANNOTABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of operations of the '<em>CFG</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CFG_OPERATION_COUNT = ANNOTABLE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.DFGImpl <em>DFG</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.DFGImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getDFG()\n\t * @generated\n\t */\n\tint DFG = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG__ANNOTATIONS = ANNOTABLE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>Source</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG__SOURCE = ANNOTABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Sink</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG__SINK = ANNOTABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Nodes</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG__NODES = ANNOTABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Arcs</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG__ARCS = ANNOTABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG__FROM = ANNOTABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG__TO = ANNOTABLE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of structural features of the '<em>DFG</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_FEATURE_COUNT = ANNOTABLE_FEATURE_COUNT + 6;\n\n\t/**\n\t * The number of operations of the '<em>DFG</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_OPERATION_COUNT = ANNOTABLE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.DFGNodeImpl <em>DFG Node</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.DFGNodeImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getDFGNode()\n\t * @generated\n\t */\n\tint DFG_NODE = 6;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_NODE__ANNOTATIONS = ANNOTABLE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_NODE__TO = ANNOTABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_NODE__FROM = ANNOTABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>DFG Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_NODE_FEATURE_COUNT = ANNOTABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of operations of the '<em>DFG Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_NODE_OPERATION_COUNT = ANNOTABLE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.OperationNodeImpl <em>Operation Node</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.OperationNodeImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getOperationNode()\n\t * @generated\n\t */\n\tint OPERATION_NODE = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATION_NODE__ANNOTATIONS = DFG_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATION_NODE__TO = DFG_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATION_NODE__FROM = DFG_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Precedes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATION_NODE__PRECEDES = DFG_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Succeeds</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATION_NODE__SUCCEEDS = DFG_NODE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Function</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATION_NODE__FUNCTION = DFG_NODE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Operation Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATION_NODE_FEATURE_COUNT = DFG_NODE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of operations of the '<em>Operation Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint OPERATION_NODE_OPERATION_COUNT = DFG_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.DFGArcImpl <em>DFG Arc</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.DFGArcImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getDFGArc()\n\t * @generated\n\t */\n\tint DFG_ARC = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_ARC__ANNOTATIONS = ANNOTABLE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>Source</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_ARC__SOURCE = ANNOTABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Target</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_ARC__TARGET = ANNOTABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of structural features of the '<em>DFG Arc</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_ARC_FEATURE_COUNT = ANNOTABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of operations of the '<em>DFG Arc</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DFG_ARC_OPERATION_COUNT = ANNOTABLE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.SourceImpl <em>Source</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.SourceImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getSource()\n\t * @generated\n\t */\n\tint SOURCE = 4;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SOURCE__ANNOTATIONS = DFG_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SOURCE__TO = DFG_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SOURCE__FROM = DFG_NODE__FROM;\n\n\t/**\n\t * The number of structural features of the '<em>Source</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SOURCE_FEATURE_COUNT = DFG_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Source</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SOURCE_OPERATION_COUNT = DFG_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.SinkImpl <em>Sink</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.SinkImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getSink()\n\t * @generated\n\t */\n\tint SINK = 5;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SINK__ANNOTATIONS = DFG_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SINK__TO = DFG_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SINK__FROM = DFG_NODE__FROM;\n\n\t/**\n\t * The number of structural features of the '<em>Sink</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SINK_FEATURE_COUNT = DFG_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Sink</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SINK_OPERATION_COUNT = DFG_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.ComputingImpl <em>Computing</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.ComputingImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getComputing()\n\t * @generated\n\t */\n\tint COMPUTING = 7;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPUTING__ANNOTATIONS = OPERATION_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPUTING__TO = OPERATION_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPUTING__FROM = OPERATION_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Precedes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPUTING__PRECEDES = OPERATION_NODE__PRECEDES;\n\n\t/**\n\t * The feature id for the '<em><b>Succeeds</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPUTING__SUCCEEDS = OPERATION_NODE__SUCCEEDS;\n\n\t/**\n\t * The feature id for the '<em><b>Function</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPUTING__FUNCTION = OPERATION_NODE__FUNCTION;\n\n\t/**\n\t * The number of structural features of the '<em>Computing</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPUTING_FEATURE_COUNT = OPERATION_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Computing</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint COMPUTING_OPERATION_COUNT = OPERATION_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.LoadImpl <em>Load</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.LoadImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getLoad()\n\t * @generated\n\t */\n\tint LOAD = 8;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__ANNOTATIONS = OPERATION_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__TO = OPERATION_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__FROM = OPERATION_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Precedes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__PRECEDES = OPERATION_NODE__PRECEDES;\n\n\t/**\n\t * The feature id for the '<em><b>Succeeds</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__SUCCEEDS = OPERATION_NODE__SUCCEEDS;\n\n\t/**\n\t * The feature id for the '<em><b>Function</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD__FUNCTION = OPERATION_NODE__FUNCTION;\n\n\t/**\n\t * The number of structural features of the '<em>Load</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_FEATURE_COUNT = OPERATION_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Load</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LOAD_OPERATION_COUNT = OPERATION_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.StoreImpl <em>Store</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.StoreImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getStore()\n\t * @generated\n\t */\n\tint STORE = 9;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STORE__ANNOTATIONS = OPERATION_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STORE__TO = OPERATION_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STORE__FROM = OPERATION_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Precedes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STORE__PRECEDES = OPERATION_NODE__PRECEDES;\n\n\t/**\n\t * The feature id for the '<em><b>Succeeds</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STORE__SUCCEEDS = OPERATION_NODE__SUCCEEDS;\n\n\t/**\n\t * The feature id for the '<em><b>Function</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STORE__FUNCTION = OPERATION_NODE__FUNCTION;\n\n\t/**\n\t * The number of structural features of the '<em>Store</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STORE_FEATURE_COUNT = OPERATION_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Store</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STORE_OPERATION_COUNT = OPERATION_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.JumpImpl <em>Jump</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.JumpImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getJump()\n\t * @generated\n\t */\n\tint JUMP = 10;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JUMP__ANNOTATIONS = ANNOTABLE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>Source</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JUMP__SOURCE = ANNOTABLE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Target</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JUMP__TARGET = ANNOTABLE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Branch Condition</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JUMP__BRANCH_CONDITION = ANNOTABLE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Condition</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JUMP__CONDITION = ANNOTABLE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of structural features of the '<em>Jump</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JUMP_FEATURE_COUNT = ANNOTABLE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of operations of the '<em>Jump</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint JUMP_OPERATION_COUNT = ANNOTABLE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.DataNodeImpl <em>Data Node</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.DataNodeImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getDataNode()\n\t * @generated\n\t */\n\tint DATA_NODE = 11;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE__ANNOTATIONS = DFG_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE__TO = DFG_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE__FROM = DFG_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Definition</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE__DEFINITION = DFG_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Used</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE__USED = DFG_NODE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Constant</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE__CONSTANT = DFG_NODE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Number Of Bits</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE__NUMBER_OF_BITS = DFG_NODE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE__VALUE = DFG_NODE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Data Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE_FEATURE_COUNT = DFG_NODE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of operations of the '<em>Data Node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint DATA_NODE_OPERATION_COUNT = DFG_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.IntegerImpl <em>Integer</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.IntegerImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getInteger()\n\t * @generated\n\t */\n\tint INTEGER = 12;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER__ANNOTATIONS = DATA_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER__TO = DATA_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER__FROM = DATA_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Definition</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER__DEFINITION = DATA_NODE__DEFINITION;\n\n\t/**\n\t * The feature id for the '<em><b>Used</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER__USED = DATA_NODE__USED;\n\n\t/**\n\t * The feature id for the '<em><b>Constant</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER__CONSTANT = DATA_NODE__CONSTANT;\n\n\t/**\n\t * The feature id for the '<em><b>Number Of Bits</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER__NUMBER_OF_BITS = DATA_NODE__NUMBER_OF_BITS;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER__VALUE = DATA_NODE__VALUE;\n\n\t/**\n\t * The feature id for the '<em><b>Signed</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER__SIGNED = DATA_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Integer</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER_FEATURE_COUNT = DATA_NODE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Integer</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint INTEGER_OPERATION_COUNT = DATA_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.FixedPointImpl <em>Fixed Point</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.FixedPointImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getFixedPoint()\n\t * @generated\n\t */\n\tint FIXED_POINT = 13;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__ANNOTATIONS = DATA_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__TO = DATA_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__FROM = DATA_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Definition</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__DEFINITION = DATA_NODE__DEFINITION;\n\n\t/**\n\t * The feature id for the '<em><b>Used</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__USED = DATA_NODE__USED;\n\n\t/**\n\t * The feature id for the '<em><b>Constant</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__CONSTANT = DATA_NODE__CONSTANT;\n\n\t/**\n\t * The feature id for the '<em><b>Number Of Bits</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__NUMBER_OF_BITS = DATA_NODE__NUMBER_OF_BITS;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__VALUE = DATA_NODE__VALUE;\n\n\t/**\n\t * The feature id for the '<em><b>Quantization</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__QUANTIZATION = DATA_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>Overflow</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__OVERFLOW = DATA_NODE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Wl</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__WL = DATA_NODE_FEATURE_COUNT + 2;\n\n\t/**\n\t * The feature id for the '<em><b>Iwl</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__IWL = DATA_NODE_FEATURE_COUNT + 3;\n\n\t/**\n\t * The feature id for the '<em><b>Nbits</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT__NBITS = DATA_NODE_FEATURE_COUNT + 4;\n\n\t/**\n\t * The number of structural features of the '<em>Fixed Point</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT_FEATURE_COUNT = DATA_NODE_FEATURE_COUNT + 5;\n\n\t/**\n\t * The number of operations of the '<em>Fixed Point</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FIXED_POINT_OPERATION_COUNT = DATA_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.FloatImpl <em>Float</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.FloatImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getFloat()\n\t * @generated\n\t */\n\tint FLOAT = 14;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT__ANNOTATIONS = DATA_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT__TO = DATA_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT__FROM = DATA_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Definition</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT__DEFINITION = DATA_NODE__DEFINITION;\n\n\t/**\n\t * The feature id for the '<em><b>Used</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT__USED = DATA_NODE__USED;\n\n\t/**\n\t * The feature id for the '<em><b>Constant</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT__CONSTANT = DATA_NODE__CONSTANT;\n\n\t/**\n\t * The feature id for the '<em><b>Number Of Bits</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT__NUMBER_OF_BITS = DATA_NODE__NUMBER_OF_BITS;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT__VALUE = DATA_NODE__VALUE;\n\n\t/**\n\t * The feature id for the '<em><b>Standard</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT__STANDARD = DATA_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>Float</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT_FEATURE_COUNT = DATA_NODE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>Float</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint FLOAT_OPERATION_COUNT = DATA_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.BooleanImpl <em>Boolean</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.BooleanImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getBoolean()\n\t * @generated\n\t */\n\tint BOOLEAN = 15;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN__ANNOTATIONS = DATA_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN__TO = DATA_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN__FROM = DATA_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Definition</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN__DEFINITION = DATA_NODE__DEFINITION;\n\n\t/**\n\t * The feature id for the '<em><b>Used</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN__USED = DATA_NODE__USED;\n\n\t/**\n\t * The feature id for the '<em><b>Constant</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN__CONSTANT = DATA_NODE__CONSTANT;\n\n\t/**\n\t * The feature id for the '<em><b>Number Of Bits</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN__NUMBER_OF_BITS = DATA_NODE__NUMBER_OF_BITS;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN__VALUE = DATA_NODE__VALUE;\n\n\t/**\n\t * The number of structural features of the '<em>Boolean</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN_FEATURE_COUNT = DATA_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Boolean</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint BOOLEAN_OPERATION_COUNT = DATA_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.PHI_nodeImpl <em>PHI node</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.PHI_nodeImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getPHI_node()\n\t * @generated\n\t */\n\tint PHI_NODE = 16;\n\n\t/**\n\t * The feature id for the '<em><b>Annotations</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_NODE__ANNOTATIONS = OPERATION_NODE__ANNOTATIONS;\n\n\t/**\n\t * The feature id for the '<em><b>To</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_NODE__TO = OPERATION_NODE__TO;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_NODE__FROM = OPERATION_NODE__FROM;\n\n\t/**\n\t * The feature id for the '<em><b>Precedes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_NODE__PRECEDES = OPERATION_NODE__PRECEDES;\n\n\t/**\n\t * The feature id for the '<em><b>Succeeds</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_NODE__SUCCEEDS = OPERATION_NODE__SUCCEEDS;\n\n\t/**\n\t * The feature id for the '<em><b>Function</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_NODE__FUNCTION = OPERATION_NODE__FUNCTION;\n\n\t/**\n\t * The feature id for the '<em><b>Args</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_NODE__ARGS = OPERATION_NODE_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of structural features of the '<em>PHI node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_NODE_FEATURE_COUNT = OPERATION_NODE_FEATURE_COUNT + 1;\n\n\t/**\n\t * The number of operations of the '<em>PHI node</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_NODE_OPERATION_COUNT = OPERATION_NODE_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.AnnotationImpl <em>Annotation</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.AnnotationImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getAnnotation()\n\t * @generated\n\t */\n\tint ANNOTATION = 17;\n\n\t/**\n\t * The feature id for the '<em><b>Key</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANNOTATION__KEY = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Value</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANNOTATION__VALUE = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Annotation</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANNOTATION_FEATURE_COUNT = 2;\n\n\t/**\n\t * The number of operations of the '<em>Annotation</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ANNOTATION_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.impl.PHI_argImpl <em>PHI arg</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.impl.PHI_argImpl\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getPHI_arg()\n\t * @generated\n\t */\n\tint PHI_ARG = 19;\n\n\t/**\n\t * The feature id for the '<em><b>From</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_ARG__FROM = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Data</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_ARG__DATA = 1;\n\n\t/**\n\t * The number of structural features of the '<em>PHI arg</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_ARG_FEATURE_COUNT = 2;\n\n\t/**\n\t * The number of operations of the '<em>PHI arg</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint PHI_ARG_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.BranchCondition <em>Branch Condition</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.BranchCondition\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getBranchCondition()\n\t * @generated\n\t */\n\tint BRANCH_CONDITION = 20;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.Quantization <em>Quantization</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.Quantization\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getQuantization()\n\t * @generated\n\t */\n\tint QUANTIZATION = 21;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.Overflow <em>Overflow</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.Overflow\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getOverflow()\n\t * @generated\n\t */\n\tint OVERFLOW = 22;\n\n\t/**\n\t * The meta object id for the '{@link cdfg.cdfg.Standard <em>Standard</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see cdfg.cdfg.Standard\n\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getStandard()\n\t * @generated\n\t */\n\tint STANDARD = 23;\n\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.CFG <em>CFG</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>CFG</em>'.\n\t * @see cdfg.cdfg.CFG\n\t * @generated\n\t */\n\tEClass getCFG();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link cdfg.cdfg.CFG#getNodes <em>Nodes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Nodes</em>'.\n\t * @see cdfg.cdfg.CFG#getNodes()\n\t * @see #getCFG()\n\t * @generated\n\t */\n\tEReference getCFG_Nodes();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.CFG#getStart <em>Start</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Start</em>'.\n\t * @see cdfg.cdfg.CFG#getStart()\n\t * @see #getCFG()\n\t * @generated\n\t */\n\tEReference getCFG_Start();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link cdfg.cdfg.CFG#getArcs <em>Arcs</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Arcs</em>'.\n\t * @see cdfg.cdfg.CFG#getArcs()\n\t * @see #getCFG()\n\t * @generated\n\t */\n\tEReference getCFG_Arcs();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.DFG <em>DFG</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>DFG</em>'.\n\t * @see cdfg.cdfg.DFG\n\t * @generated\n\t */\n\tEClass getDFG();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link cdfg.cdfg.DFG#getSource <em>Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Source</em>'.\n\t * @see cdfg.cdfg.DFG#getSource()\n\t * @see #getDFG()\n\t * @generated\n\t */\n\tEReference getDFG_Source();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link cdfg.cdfg.DFG#getSink <em>Sink</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Sink</em>'.\n\t * @see cdfg.cdfg.DFG#getSink()\n\t * @see #getDFG()\n\t * @generated\n\t */\n\tEReference getDFG_Sink();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link cdfg.cdfg.DFG#getNodes <em>Nodes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Nodes</em>'.\n\t * @see cdfg.cdfg.DFG#getNodes()\n\t * @see #getDFG()\n\t * @generated\n\t */\n\tEReference getDFG_Nodes();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link cdfg.cdfg.DFG#getArcs <em>Arcs</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Arcs</em>'.\n\t * @see cdfg.cdfg.DFG#getArcs()\n\t * @see #getDFG()\n\t * @generated\n\t */\n\tEReference getDFG_Arcs();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link cdfg.cdfg.DFG#getFrom <em>From</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>From</em>'.\n\t * @see cdfg.cdfg.DFG#getFrom()\n\t * @see #getDFG()\n\t * @generated\n\t */\n\tEReference getDFG_From();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link cdfg.cdfg.DFG#getTo <em>To</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>To</em>'.\n\t * @see cdfg.cdfg.DFG#getTo()\n\t * @see #getDFG()\n\t * @generated\n\t */\n\tEReference getDFG_To();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.OperationNode <em>Operation Node</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Operation Node</em>'.\n\t * @see cdfg.cdfg.OperationNode\n\t * @generated\n\t */\n\tEClass getOperationNode();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link cdfg.cdfg.OperationNode#getPrecedes <em>Precedes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Precedes</em>'.\n\t * @see cdfg.cdfg.OperationNode#getPrecedes()\n\t * @see #getOperationNode()\n\t * @generated\n\t */\n\tEReference getOperationNode_Precedes();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link cdfg.cdfg.OperationNode#getSucceeds <em>Succeeds</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Succeeds</em>'.\n\t * @see cdfg.cdfg.OperationNode#getSucceeds()\n\t * @see #getOperationNode()\n\t * @generated\n\t */\n\tEReference getOperationNode_Succeeds();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.OperationNode#getFunction <em>Function</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Function</em>'.\n\t * @see cdfg.cdfg.OperationNode#getFunction()\n\t * @see #getOperationNode()\n\t * @generated\n\t */\n\tEReference getOperationNode_Function();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.DFGArc <em>DFG Arc</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>DFG Arc</em>'.\n\t * @see cdfg.cdfg.DFGArc\n\t * @generated\n\t */\n\tEClass getDFGArc();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.DFGArc#getSource <em>Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Source</em>'.\n\t * @see cdfg.cdfg.DFGArc#getSource()\n\t * @see #getDFGArc()\n\t * @generated\n\t */\n\tEReference getDFGArc_Source();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.DFGArc#getTarget <em>Target</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Target</em>'.\n\t * @see cdfg.cdfg.DFGArc#getTarget()\n\t * @see #getDFGArc()\n\t * @generated\n\t */\n\tEReference getDFGArc_Target();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Source <em>Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Source</em>'.\n\t * @see cdfg.cdfg.Source\n\t * @generated\n\t */\n\tEClass getSource();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Sink <em>Sink</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Sink</em>'.\n\t * @see cdfg.cdfg.Sink\n\t * @generated\n\t */\n\tEClass getSink();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.DFGNode <em>DFG Node</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>DFG Node</em>'.\n\t * @see cdfg.cdfg.DFGNode\n\t * @generated\n\t */\n\tEClass getDFGNode();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link cdfg.cdfg.DFGNode#getTo <em>To</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>To</em>'.\n\t * @see cdfg.cdfg.DFGNode#getTo()\n\t * @see #getDFGNode()\n\t * @generated\n\t */\n\tEReference getDFGNode_To();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link cdfg.cdfg.DFGNode#getFrom <em>From</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>From</em>'.\n\t * @see cdfg.cdfg.DFGNode#getFrom()\n\t * @see #getDFGNode()\n\t * @generated\n\t */\n\tEReference getDFGNode_From();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Computing <em>Computing</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Computing</em>'.\n\t * @see cdfg.cdfg.Computing\n\t * @generated\n\t */\n\tEClass getComputing();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Load <em>Load</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Load</em>'.\n\t * @see cdfg.cdfg.Load\n\t * @generated\n\t */\n\tEClass getLoad();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Store <em>Store</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Store</em>'.\n\t * @see cdfg.cdfg.Store\n\t * @generated\n\t */\n\tEClass getStore();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Jump <em>Jump</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Jump</em>'.\n\t * @see cdfg.cdfg.Jump\n\t * @generated\n\t */\n\tEClass getJump();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.Jump#getSource <em>Source</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Source</em>'.\n\t * @see cdfg.cdfg.Jump#getSource()\n\t * @see #getJump()\n\t * @generated\n\t */\n\tEReference getJump_Source();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.Jump#getTarget <em>Target</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Target</em>'.\n\t * @see cdfg.cdfg.Jump#getTarget()\n\t * @see #getJump()\n\t * @generated\n\t */\n\tEReference getJump_Target();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.Jump#getBranchCondition <em>Branch Condition</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Branch Condition</em>'.\n\t * @see cdfg.cdfg.Jump#getBranchCondition()\n\t * @see #getJump()\n\t * @generated\n\t */\n\tEAttribute getJump_BranchCondition();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.Jump#getCondition <em>Condition</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Condition</em>'.\n\t * @see cdfg.cdfg.Jump#getCondition()\n\t * @see #getJump()\n\t * @generated\n\t */\n\tEReference getJump_Condition();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.DataNode <em>Data Node</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Data Node</em>'.\n\t * @see cdfg.cdfg.DataNode\n\t * @generated\n\t */\n\tEClass getDataNode();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.DataNode#getDefinition <em>Definition</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Definition</em>'.\n\t * @see cdfg.cdfg.DataNode#getDefinition()\n\t * @see #getDataNode()\n\t * @generated\n\t */\n\tEReference getDataNode_Definition();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link cdfg.cdfg.DataNode#getUsed <em>Used</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Used</em>'.\n\t * @see cdfg.cdfg.DataNode#getUsed()\n\t * @see #getDataNode()\n\t * @generated\n\t */\n\tEReference getDataNode_Used();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.DataNode#isConstant <em>Constant</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Constant</em>'.\n\t * @see cdfg.cdfg.DataNode#isConstant()\n\t * @see #getDataNode()\n\t * @generated\n\t */\n\tEAttribute getDataNode_Constant();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.DataNode#getNumberOfBits <em>Number Of Bits</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Number Of Bits</em>'.\n\t * @see cdfg.cdfg.DataNode#getNumberOfBits()\n\t * @see #getDataNode()\n\t * @generated\n\t */\n\tEAttribute getDataNode_NumberOfBits();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.DataNode#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value</em>'.\n\t * @see cdfg.cdfg.DataNode#getValue()\n\t * @see #getDataNode()\n\t * @generated\n\t */\n\tEAttribute getDataNode_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Integer <em>Integer</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Integer</em>'.\n\t * @see cdfg.cdfg.Integer\n\t * @generated\n\t */\n\tEClass getInteger();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.Integer#isSigned <em>Signed</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Signed</em>'.\n\t * @see cdfg.cdfg.Integer#isSigned()\n\t * @see #getInteger()\n\t * @generated\n\t */\n\tEAttribute getInteger_Signed();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.FixedPoint <em>Fixed Point</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Fixed Point</em>'.\n\t * @see cdfg.cdfg.FixedPoint\n\t * @generated\n\t */\n\tEClass getFixedPoint();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.FixedPoint#getQuantization <em>Quantization</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Quantization</em>'.\n\t * @see cdfg.cdfg.FixedPoint#getQuantization()\n\t * @see #getFixedPoint()\n\t * @generated\n\t */\n\tEAttribute getFixedPoint_Quantization();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.FixedPoint#getOverflow <em>Overflow</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Overflow</em>'.\n\t * @see cdfg.cdfg.FixedPoint#getOverflow()\n\t * @see #getFixedPoint()\n\t * @generated\n\t */\n\tEAttribute getFixedPoint_Overflow();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.FixedPoint#getWl <em>Wl</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Wl</em>'.\n\t * @see cdfg.cdfg.FixedPoint#getWl()\n\t * @see #getFixedPoint()\n\t * @generated\n\t */\n\tEAttribute getFixedPoint_Wl();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.FixedPoint#getIwl <em>Iwl</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Iwl</em>'.\n\t * @see cdfg.cdfg.FixedPoint#getIwl()\n\t * @see #getFixedPoint()\n\t * @generated\n\t */\n\tEAttribute getFixedPoint_Iwl();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.FixedPoint#getNbits <em>Nbits</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Nbits</em>'.\n\t * @see cdfg.cdfg.FixedPoint#getNbits()\n\t * @see #getFixedPoint()\n\t * @generated\n\t */\n\tEAttribute getFixedPoint_Nbits();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Float <em>Float</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Float</em>'.\n\t * @see cdfg.cdfg.Float\n\t * @generated\n\t */\n\tEClass getFloat();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.Float#getStandard <em>Standard</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Standard</em>'.\n\t * @see cdfg.cdfg.Float#getStandard()\n\t * @see #getFloat()\n\t * @generated\n\t */\n\tEAttribute getFloat_Standard();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Boolean <em>Boolean</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Boolean</em>'.\n\t * @see cdfg.cdfg.Boolean\n\t * @generated\n\t */\n\tEClass getBoolean();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.PHI_node <em>PHI node</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>PHI node</em>'.\n\t * @see cdfg.cdfg.PHI_node\n\t * @generated\n\t */\n\tEClass getPHI_node();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link cdfg.cdfg.PHI_node#getArgs <em>Args</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Args</em>'.\n\t * @see cdfg.cdfg.PHI_node#getArgs()\n\t * @see #getPHI_node()\n\t * @generated\n\t */\n\tEReference getPHI_node_Args();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Annotation <em>Annotation</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Annotation</em>'.\n\t * @see cdfg.cdfg.Annotation\n\t * @generated\n\t */\n\tEClass getAnnotation();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.Annotation#getKey <em>Key</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Key</em>'.\n\t * @see cdfg.cdfg.Annotation#getKey()\n\t * @see #getAnnotation()\n\t * @generated\n\t */\n\tEAttribute getAnnotation_Key();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link cdfg.cdfg.Annotation#getValue <em>Value</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Value</em>'.\n\t * @see cdfg.cdfg.Annotation#getValue()\n\t * @see #getAnnotation()\n\t * @generated\n\t */\n\tEAttribute getAnnotation_Value();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.Annotable <em>Annotable</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Annotable</em>'.\n\t * @see cdfg.cdfg.Annotable\n\t * @generated\n\t */\n\tEClass getAnnotable();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link cdfg.cdfg.Annotable#getAnnotations <em>Annotations</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Annotations</em>'.\n\t * @see cdfg.cdfg.Annotable#getAnnotations()\n\t * @see #getAnnotable()\n\t * @generated\n\t */\n\tEReference getAnnotable_Annotations();\n\n\t/**\n\t * Returns the meta object for class '{@link cdfg.cdfg.PHI_arg <em>PHI arg</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>PHI arg</em>'.\n\t * @see cdfg.cdfg.PHI_arg\n\t * @generated\n\t */\n\tEClass getPHI_arg();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.PHI_arg#getFrom <em>From</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>From</em>'.\n\t * @see cdfg.cdfg.PHI_arg#getFrom()\n\t * @see #getPHI_arg()\n\t * @generated\n\t */\n\tEReference getPHI_arg_From();\n\n\t/**\n\t * Returns the meta object for the reference '{@link cdfg.cdfg.PHI_arg#getData <em>Data</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Data</em>'.\n\t * @see cdfg.cdfg.PHI_arg#getData()\n\t * @see #getPHI_arg()\n\t * @generated\n\t */\n\tEReference getPHI_arg_Data();\n\n\t/**\n\t * Returns the meta object for enum '{@link cdfg.cdfg.BranchCondition <em>Branch Condition</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Branch Condition</em>'.\n\t * @see cdfg.cdfg.BranchCondition\n\t * @generated\n\t */\n\tEEnum getBranchCondition();\n\n\t/**\n\t * Returns the meta object for enum '{@link cdfg.cdfg.Quantization <em>Quantization</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Quantization</em>'.\n\t * @see cdfg.cdfg.Quantization\n\t * @generated\n\t */\n\tEEnum getQuantization();\n\n\t/**\n\t * Returns the meta object for enum '{@link cdfg.cdfg.Overflow <em>Overflow</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Overflow</em>'.\n\t * @see cdfg.cdfg.Overflow\n\t * @generated\n\t */\n\tEEnum getOverflow();\n\n\t/**\n\t * Returns the meta object for enum '{@link cdfg.cdfg.Standard <em>Standard</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Standard</em>'.\n\t * @see cdfg.cdfg.Standard\n\t * @generated\n\t */\n\tEEnum getStandard();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tcdfgFactory getcdfgFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.CFGImpl <em>CFG</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.CFGImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getCFG()\n\t\t * @generated\n\t\t */\n\t\tEClass CFG = eINSTANCE.getCFG();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Nodes</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CFG__NODES = eINSTANCE.getCFG_Nodes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Start</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CFG__START = eINSTANCE.getCFG_Start();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Arcs</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference CFG__ARCS = eINSTANCE.getCFG_Arcs();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.DFGImpl <em>DFG</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.DFGImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getDFG()\n\t\t * @generated\n\t\t */\n\t\tEClass DFG = eINSTANCE.getDFG();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Source</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG__SOURCE = eINSTANCE.getDFG_Source();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Sink</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG__SINK = eINSTANCE.getDFG_Sink();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Nodes</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG__NODES = eINSTANCE.getDFG_Nodes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Arcs</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG__ARCS = eINSTANCE.getDFG_Arcs();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>From</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG__FROM = eINSTANCE.getDFG_From();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>To</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG__TO = eINSTANCE.getDFG_To();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.OperationNodeImpl <em>Operation Node</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.OperationNodeImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getOperationNode()\n\t\t * @generated\n\t\t */\n\t\tEClass OPERATION_NODE = eINSTANCE.getOperationNode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Precedes</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference OPERATION_NODE__PRECEDES = eINSTANCE.getOperationNode_Precedes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Succeeds</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference OPERATION_NODE__SUCCEEDS = eINSTANCE.getOperationNode_Succeeds();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Function</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference OPERATION_NODE__FUNCTION = eINSTANCE.getOperationNode_Function();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.DFGArcImpl <em>DFG Arc</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.DFGArcImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getDFGArc()\n\t\t * @generated\n\t\t */\n\t\tEClass DFG_ARC = eINSTANCE.getDFGArc();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Source</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG_ARC__SOURCE = eINSTANCE.getDFGArc_Source();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Target</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG_ARC__TARGET = eINSTANCE.getDFGArc_Target();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.SourceImpl <em>Source</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.SourceImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getSource()\n\t\t * @generated\n\t\t */\n\t\tEClass SOURCE = eINSTANCE.getSource();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.SinkImpl <em>Sink</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.SinkImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getSink()\n\t\t * @generated\n\t\t */\n\t\tEClass SINK = eINSTANCE.getSink();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.DFGNodeImpl <em>DFG Node</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.DFGNodeImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getDFGNode()\n\t\t * @generated\n\t\t */\n\t\tEClass DFG_NODE = eINSTANCE.getDFGNode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>To</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG_NODE__TO = eINSTANCE.getDFGNode_To();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>From</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DFG_NODE__FROM = eINSTANCE.getDFGNode_From();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.ComputingImpl <em>Computing</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.ComputingImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getComputing()\n\t\t * @generated\n\t\t */\n\t\tEClass COMPUTING = eINSTANCE.getComputing();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.LoadImpl <em>Load</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.LoadImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getLoad()\n\t\t * @generated\n\t\t */\n\t\tEClass LOAD = eINSTANCE.getLoad();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.StoreImpl <em>Store</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.StoreImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getStore()\n\t\t * @generated\n\t\t */\n\t\tEClass STORE = eINSTANCE.getStore();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.JumpImpl <em>Jump</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.JumpImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getJump()\n\t\t * @generated\n\t\t */\n\t\tEClass JUMP = eINSTANCE.getJump();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Source</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference JUMP__SOURCE = eINSTANCE.getJump_Source();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Target</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference JUMP__TARGET = eINSTANCE.getJump_Target();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Branch Condition</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute JUMP__BRANCH_CONDITION = eINSTANCE.getJump_BranchCondition();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Condition</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference JUMP__CONDITION = eINSTANCE.getJump_Condition();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.DataNodeImpl <em>Data Node</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.DataNodeImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getDataNode()\n\t\t * @generated\n\t\t */\n\t\tEClass DATA_NODE = eINSTANCE.getDataNode();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Definition</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DATA_NODE__DEFINITION = eINSTANCE.getDataNode_Definition();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Used</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference DATA_NODE__USED = eINSTANCE.getDataNode_Used();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Constant</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute DATA_NODE__CONSTANT = eINSTANCE.getDataNode_Constant();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Number Of Bits</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute DATA_NODE__NUMBER_OF_BITS = eINSTANCE.getDataNode_NumberOfBits();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute DATA_NODE__VALUE = eINSTANCE.getDataNode_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.IntegerImpl <em>Integer</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.IntegerImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getInteger()\n\t\t * @generated\n\t\t */\n\t\tEClass INTEGER = eINSTANCE.getInteger();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Signed</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute INTEGER__SIGNED = eINSTANCE.getInteger_Signed();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.FixedPointImpl <em>Fixed Point</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.FixedPointImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getFixedPoint()\n\t\t * @generated\n\t\t */\n\t\tEClass FIXED_POINT = eINSTANCE.getFixedPoint();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Quantization</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FIXED_POINT__QUANTIZATION = eINSTANCE.getFixedPoint_Quantization();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Overflow</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FIXED_POINT__OVERFLOW = eINSTANCE.getFixedPoint_Overflow();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Wl</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FIXED_POINT__WL = eINSTANCE.getFixedPoint_Wl();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Iwl</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FIXED_POINT__IWL = eINSTANCE.getFixedPoint_Iwl();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Nbits</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FIXED_POINT__NBITS = eINSTANCE.getFixedPoint_Nbits();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.FloatImpl <em>Float</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.FloatImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getFloat()\n\t\t * @generated\n\t\t */\n\t\tEClass FLOAT = eINSTANCE.getFloat();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Standard</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute FLOAT__STANDARD = eINSTANCE.getFloat_Standard();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.BooleanImpl <em>Boolean</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.BooleanImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getBoolean()\n\t\t * @generated\n\t\t */\n\t\tEClass BOOLEAN = eINSTANCE.getBoolean();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.PHI_nodeImpl <em>PHI node</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.PHI_nodeImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getPHI_node()\n\t\t * @generated\n\t\t */\n\t\tEClass PHI_NODE = eINSTANCE.getPHI_node();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Args</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference PHI_NODE__ARGS = eINSTANCE.getPHI_node_Args();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.AnnotationImpl <em>Annotation</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.AnnotationImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getAnnotation()\n\t\t * @generated\n\t\t */\n\t\tEClass ANNOTATION = eINSTANCE.getAnnotation();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Key</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ANNOTATION__KEY = eINSTANCE.getAnnotation_Key();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Value</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ANNOTATION__VALUE = eINSTANCE.getAnnotation_Value();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.AnnotableImpl <em>Annotable</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.AnnotableImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getAnnotable()\n\t\t * @generated\n\t\t */\n\t\tEClass ANNOTABLE = eINSTANCE.getAnnotable();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Annotations</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ANNOTABLE__ANNOTATIONS = eINSTANCE.getAnnotable_Annotations();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.impl.PHI_argImpl <em>PHI arg</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.impl.PHI_argImpl\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getPHI_arg()\n\t\t * @generated\n\t\t */\n\t\tEClass PHI_ARG = eINSTANCE.getPHI_arg();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>From</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference PHI_ARG__FROM = eINSTANCE.getPHI_arg_From();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Data</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference PHI_ARG__DATA = eINSTANCE.getPHI_arg_Data();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.BranchCondition <em>Branch Condition</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.BranchCondition\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getBranchCondition()\n\t\t * @generated\n\t\t */\n\t\tEEnum BRANCH_CONDITION = eINSTANCE.getBranchCondition();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.Quantization <em>Quantization</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.Quantization\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getQuantization()\n\t\t * @generated\n\t\t */\n\t\tEEnum QUANTIZATION = eINSTANCE.getQuantization();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.Overflow <em>Overflow</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.Overflow\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getOverflow()\n\t\t * @generated\n\t\t */\n\t\tEEnum OVERFLOW = eINSTANCE.getOverflow();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link cdfg.cdfg.Standard <em>Standard</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see cdfg.cdfg.Standard\n\t\t * @see cdfg.cdfg.impl.cdfgPackageImpl#getStandard()\n\t\t * @generated\n\t\t */\n\t\tEEnum STANDARD = eINSTANCE.getStandard();\n\n\t}\n\n}", "public void createPackageContents() {\n\t\tif (isCreated) return;\n\t\tisCreated = true;\n\n\t\t// Create classes and their features\n\t\tjElementEClass = createEClass(JELEMENT);\n\t\tcreateEAttribute(jElementEClass, JELEMENT__UUID);\n\t\tcreateEAttribute(jElementEClass, JELEMENT__NAME);\n\t\tcreateEAttribute(jElementEClass, JELEMENT__SHORT_NAME);\n\t\tcreateEAttribute(jElementEClass, JELEMENT__FULL_NAME);\n\t\tcreateEAttribute(jElementEClass, JELEMENT__DESCRIPTION);\n\t\tcreateEAttribute(jElementEClass, JELEMENT__FRAMEWORK);\n\t\tcreateEAttribute(jElementEClass, JELEMENT__PARTICIPATES);\n\t\tcreateEAttribute(jElementEClass, JELEMENT__VISIBILITY);\n\n\t\tjTypeEClass = createEClass(JTYPE);\n\n\t\tjTypedElementEClass = createEClass(JTYPED_ELEMENT);\n\t\tcreateEReference(jTypedElementEClass, JTYPED_ELEMENT__TYPE);\n\t\tcreateEAttribute(jTypedElementEClass, JTYPED_ELEMENT__VALUE);\n\t\tcreateEAttribute(jTypedElementEClass, JTYPED_ELEMENT__DERIVED);\n\t\tcreateEAttribute(jTypedElementEClass, JTYPED_ELEMENT__CALCULATED);\n\t\tcreateEAttribute(jTypedElementEClass, JTYPED_ELEMENT__LOWER);\n\t\tcreateEAttribute(jTypedElementEClass, JTYPED_ELEMENT__UPPER);\n\t\tcreateEAttribute(jTypedElementEClass, JTYPED_ELEMENT__ORDERED);\n\t\tcreateEAttribute(jTypedElementEClass, JTYPED_ELEMENT__UNIQUE);\n\n\t\tjPrimitiveEClass = createEClass(JPRIMITIVE);\n\t\tcreateEReference(jPrimitiveEClass, JPRIMITIVE__PACKAGE);\n\t\tcreateEAttribute(jPrimitiveEClass, JPRIMITIVE__USE_FOR_ID_TYPE);\n\n\t\tjEnumerationEClass = createEClass(JENUMERATION);\n\t\tcreateEReference(jEnumerationEClass, JENUMERATION__PACKAGE);\n\t\tcreateEReference(jEnumerationEClass, JENUMERATION__LITERALS);\n\t\tcreateEReference(jEnumerationEClass, JENUMERATION__CLASS_REPRESENTATION);\n\n\t\tjClassEClass = createEClass(JCLASS);\n\t\tcreateEAttribute(jClassEClass, JCLASS__ABSTRACT);\n\t\tcreateEReference(jClassEClass, JCLASS__STATE_MACHINES);\n\t\tcreateEReference(jClassEClass, JCLASS__OPERATIONS);\n\t\tcreateEReference(jClassEClass, JCLASS__ATTRIBUTE_ORDER);\n\t\tcreateEReference(jClassEClass, JCLASS__ATTRIBUTES_FOR_LISTING);\n\t\tcreateEReference(jClassEClass, JCLASS__FIXED_ENUM);\n\t\tcreateEAttribute(jClassEClass, JCLASS__REPRESENTS_TENANT);\n\t\tcreateEAttribute(jClassEClass, JCLASS__TENANT_MEMBER);\n\t\tcreateEReference(jClassEClass, JCLASS__REPRESENTATION);\n\t\tcreateEAttribute(jClassEClass, JCLASS__REPRESENTS_ENUM);\n\t\tcreateEAttribute(jClassEClass, JCLASS__REPRESENTS_TENANT_USER);\n\t\tcreateEAttribute(jClassEClass, JCLASS__REPRESENTS_USER);\n\t\tcreateEReference(jClassEClass, JCLASS__SUPERTYPE);\n\t\tcreateEReference(jClassEClass, JCLASS__PACKAGE);\n\t\tcreateEReference(jClassEClass, JCLASS__ROLES);\n\t\tcreateEReference(jClassEClass, JCLASS__ATTRIBUTES);\n\t\tcreateEAttribute(jClassEClass, JCLASS__BUSINESS_SINGLETON);\n\t\tcreateEReference(jClassEClass, JCLASS__ALIASES);\n\t\tcreateEAttribute(jClassEClass, JCLASS__WATCHED);\n\t\tcreateEAttribute(jClassEClass, JCLASS__REPRESENTS_ENUM_VALUE);\n\n\t\tjAttributeEClass = createEClass(JATTRIBUTE);\n\t\tcreateEAttribute(jAttributeEClass, JATTRIBUTE__PLACEHOLDER);\n\t\tcreateEAttribute(jAttributeEClass, JATTRIBUTE__REGEXP);\n\t\tcreateEAttribute(jAttributeEClass, JATTRIBUTE__MANDATORY);\n\t\tcreateEAttribute(jAttributeEClass, JATTRIBUTE__DECIMALS);\n\t\tcreateEAttribute(jAttributeEClass, JATTRIBUTE__INTERVAL);\n\t\tcreateEAttribute(jAttributeEClass, JATTRIBUTE__TECHNICAL);\n\t\tcreateEReference(jAttributeEClass, JATTRIBUTE__OWNER_CLASS);\n\t\tcreateEAttribute(jAttributeEClass, JATTRIBUTE__UI_NO_SEARCH);\n\t\tcreateEAttribute(jAttributeEClass, JATTRIBUTE__WATCHED);\n\t\tcreateEAttribute(jAttributeEClass, JATTRIBUTE__REPRESENTS_ID);\n\n\t\tjOperationEClass = createEClass(JOPERATION);\n\t\tcreateEAttribute(jOperationEClass, JOPERATION__CLASS_BASED);\n\t\tcreateEReference(jOperationEClass, JOPERATION__OWNER_CLASS);\n\t\tcreateEReference(jOperationEClass, JOPERATION__PARAMETERS);\n\t\tcreateEReference(jOperationEClass, JOPERATION__TRANSITION);\n\t\tcreateEAttribute(jOperationEClass, JOPERATION__BULK);\n\t\tcreateEAttribute(jOperationEClass, JOPERATION__KIND);\n\t\tcreateEAttribute(jOperationEClass, JOPERATION__UI_MUST_CONFIRM);\n\n\t\tjParameterEClass = createEClass(JPARAMETER);\n\t\tcreateEReference(jParameterEClass, JPARAMETER__OWNER_OPERATION);\n\t\tcreateEAttribute(jParameterEClass, JPARAMETER__INPUT);\n\t\tcreateEAttribute(jParameterEClass, JPARAMETER__INTERVAL);\n\n\t\tjRelationshipEClass = createEClass(JRELATIONSHIP);\n\t\tcreateEReference(jRelationshipEClass, JRELATIONSHIP__PACKAGE);\n\t\tcreateEReference(jRelationshipEClass, JRELATIONSHIP__ROLES);\n\t\tcreateEAttribute(jRelationshipEClass, JRELATIONSHIP__DERIVED);\n\n\t\tjRoleEClass = createEClass(JROLE);\n\t\tcreateEAttribute(jRoleEClass, JROLE__LOWER);\n\t\tcreateEAttribute(jRoleEClass, JROLE__UPPER);\n\t\tcreateEAttribute(jRoleEClass, JROLE__NAVIGABLE);\n\t\tcreateEAttribute(jRoleEClass, JROLE__UNIQUE);\n\t\tcreateEAttribute(jRoleEClass, JROLE__ORDERED);\n\t\tcreateEReference(jRoleEClass, JROLE__OWNER_RELATIONSHIP);\n\t\tcreateEAttribute(jRoleEClass, JROLE__DERIVED_EXPRESSION);\n\t\tcreateEAttribute(jRoleEClass, JROLE__DERIVED_DESCRIPTION);\n\t\tcreateEAttribute(jRoleEClass, JROLE__KIND);\n\t\tcreateEAttribute(jRoleEClass, JROLE__OPTION_SCRIPT);\n\t\tcreateEReference(jRoleEClass, JROLE__OWNER_CLASS);\n\t\tcreateEAttribute(jRoleEClass, JROLE__VALUE);\n\t\tcreateEAttribute(jRoleEClass, JROLE__CALCULATED);\n\t\tcreateEAttribute(jRoleEClass, JROLE__INTERVAL);\n\n\t\tjLiteralEClass = createEClass(JLITERAL);\n\t\tcreateEReference(jLiteralEClass, JLITERAL__ENUMERATION);\n\n\t\tjPackageEClass = createEClass(JPACKAGE);\n\t\tcreateEReference(jPackageEClass, JPACKAGE__ENUMERATIONS);\n\t\tcreateEReference(jPackageEClass, JPACKAGE__PRIMITIVES);\n\t\tcreateEReference(jPackageEClass, JPACKAGE__RELATIONSHIPS);\n\t\tcreateEReference(jPackageEClass, JPACKAGE__CHILDREN);\n\t\tcreateEReference(jPackageEClass, JPACKAGE__PARENT);\n\t\tcreateEReference(jPackageEClass, JPACKAGE__OWNER_MODEL);\n\t\tcreateEReference(jPackageEClass, JPACKAGE__CLASSES);\n\n\t\tjStateMachineEClass = createEClass(JSTATE_MACHINE);\n\t\tcreateEReference(jStateMachineEClass, JSTATE_MACHINE__OWNER_CLASS);\n\t\tcreateEReference(jStateMachineEClass, JSTATE_MACHINE__STATES);\n\t\tcreateEReference(jStateMachineEClass, JSTATE_MACHINE__TRANSITIONS);\n\t\tcreateEReference(jStateMachineEClass, JSTATE_MACHINE__CORRESPONDING_ENUM);\n\n\t\tjTransitionEClass = createEClass(JTRANSITION);\n\t\tcreateEReference(jTransitionEClass, JTRANSITION__STATE_MACHINE);\n\t\tcreateEReference(jTransitionEClass, JTRANSITION__GUARD);\n\t\tcreateEReference(jTransitionEClass, JTRANSITION__TO_STATE);\n\t\tcreateEReference(jTransitionEClass, JTRANSITION__FROM_STATE);\n\t\tcreateEReference(jTransitionEClass, JTRANSITION__EXECUTING_OPERATION);\n\n\t\tjStateEClass = createEClass(JSTATE);\n\t\tcreateEReference(jStateEClass, JSTATE__OWNER_STATE_MACHINE);\n\t\tcreateEReference(jStateEClass, JSTATE__INCOMING_TRANSITIONS);\n\t\tcreateEReference(jStateEClass, JSTATE__OUTGOING_TRANSITIONS);\n\t\tcreateEAttribute(jStateEClass, JSTATE__INITIAL_STATE);\n\t\tcreateEAttribute(jStateEClass, JSTATE__FINAL_STATE);\n\n\t\tjGuardEClass = createEClass(JGUARD);\n\t\tcreateEReference(jGuardEClass, JGUARD__TRANSITION);\n\t\tcreateEAttribute(jGuardEClass, JGUARD__TEXT);\n\t\tcreateEAttribute(jGuardEClass, JGUARD__EXPRESSION);\n\n\t\tjModelEClass = createEClass(JMODEL);\n\t\tcreateEReference(jModelEClass, JMODEL__PACKAGES);\n\t\tcreateEAttribute(jModelEClass, JMODEL__PACKAGE_PREFIX);\n\t\tcreateEReference(jModelEClass, JMODEL__APPLICATION_TOP);\n\t\tcreateEReference(jModelEClass, JMODEL__ROOT_MENU_ITEMS);\n\t\tcreateEReference(jModelEClass, JMODEL__INFO);\n\n\t\tjuiMenuItemEClass = createEClass(JUI_MENU_ITEM);\n\t\tcreateEReference(juiMenuItemEClass, JUI_MENU_ITEM__CHILDREN);\n\t\tcreateEReference(juiMenuItemEClass, JUI_MENU_ITEM__PARENT);\n\t\tcreateEReference(juiMenuItemEClass, JUI_MENU_ITEM__REPRESENT);\n\t\tcreateEReference(juiMenuItemEClass, JUI_MENU_ITEM__UIFILTERS);\n\t\tcreateEAttribute(juiMenuItemEClass, JUI_MENU_ITEM__TYPE);\n\t\tcreateEReference(juiMenuItemEClass, JUI_MENU_ITEM__ALIAS);\n\n\t\tjuiAttributeGroupEClass = createEClass(JUI_ATTRIBUTE_GROUP);\n\t\tcreateEReference(juiAttributeGroupEClass, JUI_ATTRIBUTE_GROUP__ATTRIBUTES);\n\t\tcreateEAttribute(juiAttributeGroupEClass, JUI_ATTRIBUTE_GROUP__POSITION);\n\n\t\tjuiFilterEClass = createEClass(JUI_FILTER);\n\t\tcreateEReference(juiFilterEClass, JUI_FILTER__ATTRIBUTE);\n\t\tcreateEAttribute(juiFilterEClass, JUI_FILTER__OPERATOR);\n\t\tcreateEAttribute(juiFilterEClass, JUI_FILTER__VALUE);\n\n\t\tjuiAliasEClass = createEClass(JUI_ALIAS);\n\t\tcreateEReference(juiAliasEClass, JUI_ALIAS__OWNER_CLASS);\n\n\t\tjInfoEClass = createEClass(JINFO);\n\t\tcreateEReference(jInfoEClass, JINFO__SUBMODELS);\n\n\t\tjSubmodelEClass = createEClass(JSUBMODEL);\n\t\tcreateEAttribute(jSubmodelEClass, JSUBMODEL__VERSION);\n\n\t\t// Create enums\n\t\tjVisibilityEEnum = createEEnum(JVISIBILITY);\n\t\tjAssociationKindEEnum = createEEnum(JASSOCIATION_KIND);\n\t\tjOperationKindEEnum = createEEnum(JOPERATION_KIND);\n\t\tjLayerEEnum = createEEnum(JLAYER);\n\t\tjMenuItemTypeEEnum = createEEnum(JMENU_ITEM_TYPE);\n\t\tjOperatorEEnum = createEEnum(JOPERATOR);\n\t}", "public interface OsSystemCycle extends EcucContainer {\n}", "SmallEcorePackage getSmallEcorePackage();", "public interface TransformationPackage extends EPackage {\n\t/**\n * The package name.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n */\n\tString eNAME = \"transformation\";\n\n\t/**\n * The package namespace URI.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n */\n\tString eNS_URI = \"http://graphtransformation/1.0\";\n\n\t/**\n * The package namespace name.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n */\n\tString eNS_PREFIX = \"transformation\";\n\n\t/**\n * The singleton instance of the package.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n */\n\tTransformationPackage eINSTANCE = org.js.graph.transformation.impl.TransformationPackageImpl.init();\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.GraphTransformationImpl <em>Graph Transformation</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.GraphTransformationImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getGraphTransformation()\n * @generated\n */\n\tint GRAPH_TRANSFORMATION = 0;\n\n\t/**\n * The feature id for the '<em><b>Rules</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint GRAPH_TRANSFORMATION__RULES = 0;\n\n\t/**\n * The number of structural features of the '<em>Graph Transformation</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint GRAPH_TRANSFORMATION_FEATURE_COUNT = 1;\n\n\t/**\n * The number of operations of the '<em>Graph Transformation</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint GRAPH_TRANSFORMATION_OPERATION_COUNT = 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.Nameable <em>Nameable</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.Nameable\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getNameable()\n * @generated\n */\n\tint NAMEABLE = 25;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint NAMEABLE__NAME = 0;\n\n\t/**\n * The number of structural features of the '<em>Nameable</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint NAMEABLE_FEATURE_COUNT = 1;\n\n\t/**\n * The number of operations of the '<em>Nameable</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint NAMEABLE_OPERATION_COUNT = 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.RuleImpl <em>Rule</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.RuleImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getRule()\n * @generated\n */\n\tint RULE = 1;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint RULE__NAME = NAMEABLE__NAME;\n\n\t/**\n * The feature id for the '<em><b>Leftside</b></em>' containment reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint RULE__LEFTSIDE = NAMEABLE_FEATURE_COUNT + 0;\n\n\t/**\n * The feature id for the '<em><b>Roles</b></em>' containment reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint RULE__ROLES = NAMEABLE_FEATURE_COUNT + 1;\n\n\t/**\n * The feature id for the '<em><b>Application Conditions</b></em>' containment reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint RULE__APPLICATION_CONDITIONS = NAMEABLE_FEATURE_COUNT + 2;\n\n\t/**\n * The feature id for the '<em><b>Operations</b></em>' containment reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint RULE__OPERATIONS = NAMEABLE_FEATURE_COUNT + 3;\n\n\t/**\n * The number of structural features of the '<em>Rule</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint RULE_FEATURE_COUNT = NAMEABLE_FEATURE_COUNT + 4;\n\n\t/**\n * The number of operations of the '<em>Rule</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint RULE_OPERATION_COUNT = NAMEABLE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.LeftSideImpl <em>Left Side</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.LeftSideImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getLeftSide()\n * @generated\n */\n\tint LEFT_SIDE = 2;\n\n\t/**\n * The feature id for the '<em><b>Nodes</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint LEFT_SIDE__NODES = 0;\n\n\t/**\n * The feature id for the '<em><b>Edges</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint LEFT_SIDE__EDGES = 1;\n\n\t/**\n * The number of structural features of the '<em>Left Side</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint LEFT_SIDE_FEATURE_COUNT = 2;\n\n\t/**\n * The number of operations of the '<em>Left Side</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint LEFT_SIDE_OPERATION_COUNT = 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.RolesImpl <em>Roles</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.RolesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getRoles()\n * @generated\n */\n\tint ROLES = 3;\n\n\t/**\n * The feature id for the '<em><b>Existing Roles</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ROLES__EXISTING_ROLES = 0;\n\n\t/**\n * The feature id for the '<em><b>Arriving Role</b></em>' containment reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ROLES__ARRIVING_ROLE = 1;\n\n\t/**\n * The number of structural features of the '<em>Roles</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ROLES_FEATURE_COUNT = 2;\n\n\t/**\n * The number of operations of the '<em>Roles</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ROLES_OPERATION_COUNT = 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.ApplicationConditionsImpl <em>Application Conditions</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ApplicationConditionsImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getApplicationConditions()\n * @generated\n */\n\tint APPLICATION_CONDITIONS = 4;\n\n\t/**\n * The feature id for the '<em><b>Conditions</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint APPLICATION_CONDITIONS__CONDITIONS = 0;\n\n\t/**\n * The number of structural features of the '<em>Application Conditions</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint APPLICATION_CONDITIONS_FEATURE_COUNT = 1;\n\n\t/**\n * The number of operations of the '<em>Application Conditions</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint APPLICATION_CONDITIONS_OPERATION_COUNT = 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.OperationsImpl <em>Operations</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.OperationsImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getOperations()\n * @generated\n */\n\tint OPERATIONS = 5;\n\n\t/**\n * The feature id for the '<em><b>Remove Edges</b></em>' containment reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint OPERATIONS__REMOVE_EDGES = 0;\n\n\t/**\n * The feature id for the '<em><b>Remove Nodes</b></em>' containment reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint OPERATIONS__REMOVE_NODES = 1;\n\n\t/**\n * The feature id for the '<em><b>Add Nodes</b></em>' containment reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint OPERATIONS__ADD_NODES = 2;\n\n\t/**\n * The feature id for the '<em><b>Add Edges</b></em>' containment reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint OPERATIONS__ADD_EDGES = 3;\n\n\t/**\n * The number of structural features of the '<em>Operations</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint OPERATIONS_FEATURE_COUNT = 4;\n\n\t/**\n * The number of operations of the '<em>Operations</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint OPERATIONS_OPERATION_COUNT = 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.Node <em>Node</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.Node\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getNode()\n * @generated\n */\n\tint NODE = 6;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint NODE__NAME = NAMEABLE__NAME;\n\n\t/**\n * The feature id for the '<em><b>In</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint NODE__IN = NAMEABLE_FEATURE_COUNT + 0;\n\n\t/**\n * The feature id for the '<em><b>Out</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint NODE__OUT = NAMEABLE_FEATURE_COUNT + 1;\n\n\t/**\n * The number of structural features of the '<em>Node</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint NODE_FEATURE_COUNT = NAMEABLE_FEATURE_COUNT + 2;\n\n\t/**\n * The number of operations of the '<em>Node</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint NODE_OPERATION_COUNT = NAMEABLE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.EdgeImpl <em>Edge</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.EdgeImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getEdge()\n * @generated\n */\n\tint EDGE = 7;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint EDGE__NAME = NAMEABLE__NAME;\n\n\t/**\n * The feature id for the '<em><b>Source</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint EDGE__SOURCE = NAMEABLE_FEATURE_COUNT + 0;\n\n\t/**\n * The feature id for the '<em><b>Target</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint EDGE__TARGET = NAMEABLE_FEATURE_COUNT + 1;\n\n\t/**\n * The number of structural features of the '<em>Edge</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint EDGE_FEATURE_COUNT = NAMEABLE_FEATURE_COUNT + 2;\n\n\t/**\n * The number of operations of the '<em>Edge</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint EDGE_OPERATION_COUNT = NAMEABLE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.VariableRole <em>Variable Role</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.VariableRole\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getVariableRole()\n * @generated\n */\n\tint VARIABLE_ROLE = 18;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint VARIABLE_ROLE__NAME = NAMEABLE__NAME;\n\n\t/**\n * The feature id for the '<em><b>Action</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint VARIABLE_ROLE__ACTION = NAMEABLE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of structural features of the '<em>Variable Role</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint VARIABLE_ROLE_FEATURE_COUNT = NAMEABLE_FEATURE_COUNT + 1;\n\n\t/**\n * The number of operations of the '<em>Variable Role</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint VARIABLE_ROLE_OPERATION_COUNT = NAMEABLE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.ExistingRoleImpl <em>Existing Role</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ExistingRoleImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getExistingRole()\n * @generated\n */\n\tint EXISTING_ROLE = 8;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint EXISTING_ROLE__NAME = VARIABLE_ROLE__NAME;\n\n\t/**\n * The feature id for the '<em><b>Action</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint EXISTING_ROLE__ACTION = VARIABLE_ROLE__ACTION;\n\n\t/**\n * The number of structural features of the '<em>Existing Role</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint EXISTING_ROLE_FEATURE_COUNT = VARIABLE_ROLE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of operations of the '<em>Existing Role</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint EXISTING_ROLE_OPERATION_COUNT = VARIABLE_ROLE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.ArrivingRoleImpl <em>Arriving Role</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ArrivingRoleImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getArrivingRole()\n * @generated\n */\n\tint ARRIVING_ROLE = 9;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ARRIVING_ROLE__NAME = VARIABLE_ROLE__NAME;\n\n\t/**\n * The feature id for the '<em><b>Action</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ARRIVING_ROLE__ACTION = VARIABLE_ROLE__ACTION;\n\n\t/**\n * The number of structural features of the '<em>Arriving Role</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ARRIVING_ROLE_FEATURE_COUNT = VARIABLE_ROLE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of operations of the '<em>Arriving Role</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ARRIVING_ROLE_OPERATION_COUNT = VARIABLE_ROLE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.Condition <em>Condition</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.Condition\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getCondition()\n * @generated\n */\n\tint CONDITION = 10;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint CONDITION__NAME = NAMEABLE__NAME;\n\n\t/**\n * The number of structural features of the '<em>Condition</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint CONDITION_FEATURE_COUNT = NAMEABLE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of operations of the '<em>Condition</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint CONDITION_OPERATION_COUNT = NAMEABLE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.GraphOperation <em>Graph Operation</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.GraphOperation\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getGraphOperation()\n * @generated\n */\n\tint GRAPH_OPERATION = 11;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint GRAPH_OPERATION__NAME = NAMEABLE__NAME;\n\n\t/**\n * The number of structural features of the '<em>Graph Operation</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint GRAPH_OPERATION_FEATURE_COUNT = NAMEABLE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of operations of the '<em>Graph Operation</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint GRAPH_OPERATION_OPERATION_COUNT = NAMEABLE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.InitialImpl <em>Initial</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.InitialImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getInitial()\n * @generated\n */\n\tint INITIAL = 12;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INITIAL__NAME = NODE__NAME;\n\n\t/**\n * The feature id for the '<em><b>In</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INITIAL__IN = NODE__IN;\n\n\t/**\n * The feature id for the '<em><b>Out</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INITIAL__OUT = NODE__OUT;\n\n\t/**\n * The number of structural features of the '<em>Initial</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INITIAL_FEATURE_COUNT = NODE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of operations of the '<em>Initial</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INITIAL_OPERATION_COUNT = NODE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.ActivityFinalImpl <em>Activity Final</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ActivityFinalImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getActivityFinal()\n * @generated\n */\n\tint ACTIVITY_FINAL = 13;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ACTIVITY_FINAL__NAME = NODE__NAME;\n\n\t/**\n * The feature id for the '<em><b>In</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ACTIVITY_FINAL__IN = NODE__IN;\n\n\t/**\n * The feature id for the '<em><b>Out</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ACTIVITY_FINAL__OUT = NODE__OUT;\n\n\t/**\n * The number of structural features of the '<em>Activity Final</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ACTIVITY_FINAL_FEATURE_COUNT = NODE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of operations of the '<em>Activity Final</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ACTIVITY_FINAL_OPERATION_COUNT = NODE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.FlowFinalImpl <em>Flow Final</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.FlowFinalImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getFlowFinal()\n * @generated\n */\n\tint FLOW_FINAL = 14;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FLOW_FINAL__NAME = NODE__NAME;\n\n\t/**\n * The feature id for the '<em><b>In</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FLOW_FINAL__IN = NODE__IN;\n\n\t/**\n * The feature id for the '<em><b>Out</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FLOW_FINAL__OUT = NODE__OUT;\n\n\t/**\n * The number of structural features of the '<em>Flow Final</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FLOW_FINAL_FEATURE_COUNT = NODE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of operations of the '<em>Flow Final</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FLOW_FINAL_OPERATION_COUNT = NODE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.ForkImpl <em>Fork</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ForkImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getFork()\n * @generated\n */\n\tint FORK = 15;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FORK__NAME = NODE__NAME;\n\n\t/**\n * The feature id for the '<em><b>In</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FORK__IN = NODE__IN;\n\n\t/**\n * The feature id for the '<em><b>Out</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FORK__OUT = NODE__OUT;\n\n\t/**\n * The number of structural features of the '<em>Fork</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FORK_FEATURE_COUNT = NODE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of operations of the '<em>Fork</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint FORK_OPERATION_COUNT = NODE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.SpecializationActionImpl <em>Specialization Action</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.SpecializationActionImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getSpecializationAction()\n * @generated\n */\n\tint SPECIALIZATION_ACTION = 16;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint SPECIALIZATION_ACTION__NAME = NODE__NAME;\n\n\t/**\n * The feature id for the '<em><b>In</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint SPECIALIZATION_ACTION__IN = NODE__IN;\n\n\t/**\n * The feature id for the '<em><b>Out</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint SPECIALIZATION_ACTION__OUT = NODE__OUT;\n\n\t/**\n * The feature id for the '<em><b>Variable Role</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint SPECIALIZATION_ACTION__VARIABLE_ROLE = NODE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of structural features of the '<em>Specialization Action</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint SPECIALIZATION_ACTION_FEATURE_COUNT = NODE_FEATURE_COUNT + 1;\n\n\t/**\n * The number of operations of the '<em>Specialization Action</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint SPECIALIZATION_ACTION_OPERATION_COUNT = NODE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.IdleActionImpl <em>Idle Action</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.IdleActionImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getIdleAction()\n * @generated\n */\n\tint IDLE_ACTION = 17;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint IDLE_ACTION__NAME = NODE__NAME;\n\n\t/**\n * The feature id for the '<em><b>In</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint IDLE_ACTION__IN = NODE__IN;\n\n\t/**\n * The feature id for the '<em><b>Out</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint IDLE_ACTION__OUT = NODE__OUT;\n\n\t/**\n * The number of structural features of the '<em>Idle Action</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint IDLE_ACTION_FEATURE_COUNT = NODE_FEATURE_COUNT + 0;\n\n\t/**\n * The number of operations of the '<em>Idle Action</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint IDLE_ACTION_OPERATION_COUNT = NODE_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.InheritsFromImpl <em>Inherits From</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.InheritsFromImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getInheritsFrom()\n * @generated\n */\n\tint INHERITS_FROM = 19;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INHERITS_FROM__NAME = CONDITION__NAME;\n\n\t/**\n * The feature id for the '<em><b>Parent</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INHERITS_FROM__PARENT = CONDITION_FEATURE_COUNT + 0;\n\n\t/**\n * The feature id for the '<em><b>Child</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INHERITS_FROM__CHILD = CONDITION_FEATURE_COUNT + 1;\n\n\t/**\n * The number of structural features of the '<em>Inherits From</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INHERITS_FROM_FEATURE_COUNT = CONDITION_FEATURE_COUNT + 2;\n\n\t/**\n * The number of operations of the '<em>Inherits From</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint INHERITS_FROM_OPERATION_COUNT = CONDITION_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.BelongsToImpl <em>Belongs To</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.BelongsToImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getBelongsTo()\n * @generated\n */\n\tint BELONGS_TO = 20;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint BELONGS_TO__NAME = CONDITION__NAME;\n\n\t/**\n * The feature id for the '<em><b>Leader</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint BELONGS_TO__LEADER = CONDITION_FEATURE_COUNT + 0;\n\n\t/**\n * The feature id for the '<em><b>Member</b></em>' reference.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint BELONGS_TO__MEMBER = CONDITION_FEATURE_COUNT + 1;\n\n\t/**\n * The number of structural features of the '<em>Belongs To</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint BELONGS_TO_FEATURE_COUNT = CONDITION_FEATURE_COUNT + 2;\n\n\t/**\n * The number of operations of the '<em>Belongs To</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint BELONGS_TO_OPERATION_COUNT = CONDITION_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.RemoveNodesImpl <em>Remove Nodes</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.RemoveNodesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getRemoveNodes()\n * @generated\n */\n\tint REMOVE_NODES = 21;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint REMOVE_NODES__NAME = GRAPH_OPERATION__NAME;\n\n\t/**\n * The feature id for the '<em><b>Node</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint REMOVE_NODES__NODE = GRAPH_OPERATION_FEATURE_COUNT + 0;\n\n\t/**\n * The number of structural features of the '<em>Remove Nodes</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint REMOVE_NODES_FEATURE_COUNT = GRAPH_OPERATION_FEATURE_COUNT + 1;\n\n\t/**\n * The number of operations of the '<em>Remove Nodes</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint REMOVE_NODES_OPERATION_COUNT = GRAPH_OPERATION_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.RemoveEdgesImpl <em>Remove Edges</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.RemoveEdgesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getRemoveEdges()\n * @generated\n */\n\tint REMOVE_EDGES = 22;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint REMOVE_EDGES__NAME = GRAPH_OPERATION__NAME;\n\n\t/**\n * The feature id for the '<em><b>Edge</b></em>' reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint REMOVE_EDGES__EDGE = GRAPH_OPERATION_FEATURE_COUNT + 0;\n\n\t/**\n * The number of structural features of the '<em>Remove Edges</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint REMOVE_EDGES_FEATURE_COUNT = GRAPH_OPERATION_FEATURE_COUNT + 1;\n\n\t/**\n * The number of operations of the '<em>Remove Edges</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint REMOVE_EDGES_OPERATION_COUNT = GRAPH_OPERATION_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.AddEdgesImpl <em>Add Edges</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.AddEdgesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getAddEdges()\n * @generated\n */\n\tint ADD_EDGES = 23;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ADD_EDGES__NAME = GRAPH_OPERATION__NAME;\n\n\t/**\n * The feature id for the '<em><b>Edge</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ADD_EDGES__EDGE = GRAPH_OPERATION_FEATURE_COUNT + 0;\n\n\t/**\n * The number of structural features of the '<em>Add Edges</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ADD_EDGES_FEATURE_COUNT = GRAPH_OPERATION_FEATURE_COUNT + 1;\n\n\t/**\n * The number of operations of the '<em>Add Edges</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ADD_EDGES_OPERATION_COUNT = GRAPH_OPERATION_OPERATION_COUNT + 0;\n\n\t/**\n * The meta object id for the '{@link org.js.graph.transformation.impl.AddNodesImpl <em>Add Nodes</em>}' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.AddNodesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getAddNodes()\n * @generated\n */\n\tint ADD_NODES = 24;\n\n\t/**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ADD_NODES__NAME = GRAPH_OPERATION__NAME;\n\n\t/**\n * The feature id for the '<em><b>Node</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ADD_NODES__NODE = GRAPH_OPERATION_FEATURE_COUNT + 0;\n\n\t/**\n * The number of structural features of the '<em>Add Nodes</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ADD_NODES_FEATURE_COUNT = GRAPH_OPERATION_FEATURE_COUNT + 1;\n\n\t/**\n * The number of operations of the '<em>Add Nodes</em>' class.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n\tint ADD_NODES_OPERATION_COUNT = GRAPH_OPERATION_OPERATION_COUNT + 0;\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.GraphTransformation <em>Graph Transformation</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Graph Transformation</em>'.\n * @see org.js.graph.transformation.GraphTransformation\n * @generated\n */\n\tEClass getGraphTransformation();\n\n\t/**\n * Returns the meta object for the containment reference list '{@link org.js.graph.transformation.GraphTransformation#getRules <em>Rules</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Rules</em>'.\n * @see org.js.graph.transformation.GraphTransformation#getRules()\n * @see #getGraphTransformation()\n * @generated\n */\n\tEReference getGraphTransformation_Rules();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.Rule <em>Rule</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Rule</em>'.\n * @see org.js.graph.transformation.Rule\n * @generated\n */\n\tEClass getRule();\n\n\t/**\n * Returns the meta object for the containment reference '{@link org.js.graph.transformation.Rule#getLeftside <em>Leftside</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Leftside</em>'.\n * @see org.js.graph.transformation.Rule#getLeftside()\n * @see #getRule()\n * @generated\n */\n\tEReference getRule_Leftside();\n\n\t/**\n * Returns the meta object for the containment reference '{@link org.js.graph.transformation.Rule#getRoles <em>Roles</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Roles</em>'.\n * @see org.js.graph.transformation.Rule#getRoles()\n * @see #getRule()\n * @generated\n */\n\tEReference getRule_Roles();\n\n\t/**\n * Returns the meta object for the containment reference '{@link org.js.graph.transformation.Rule#getApplicationConditions <em>Application Conditions</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Application Conditions</em>'.\n * @see org.js.graph.transformation.Rule#getApplicationConditions()\n * @see #getRule()\n * @generated\n */\n\tEReference getRule_ApplicationConditions();\n\n\t/**\n * Returns the meta object for the containment reference '{@link org.js.graph.transformation.Rule#getOperations <em>Operations</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Operations</em>'.\n * @see org.js.graph.transformation.Rule#getOperations()\n * @see #getRule()\n * @generated\n */\n\tEReference getRule_Operations();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.LeftSide <em>Left Side</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Left Side</em>'.\n * @see org.js.graph.transformation.LeftSide\n * @generated\n */\n\tEClass getLeftSide();\n\n\t/**\n * Returns the meta object for the containment reference list '{@link org.js.graph.transformation.LeftSide#getNodes <em>Nodes</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Nodes</em>'.\n * @see org.js.graph.transformation.LeftSide#getNodes()\n * @see #getLeftSide()\n * @generated\n */\n\tEReference getLeftSide_Nodes();\n\n\t/**\n * Returns the meta object for the containment reference list '{@link org.js.graph.transformation.LeftSide#getEdges <em>Edges</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Edges</em>'.\n * @see org.js.graph.transformation.LeftSide#getEdges()\n * @see #getLeftSide()\n * @generated\n */\n\tEReference getLeftSide_Edges();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.Roles <em>Roles</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Roles</em>'.\n * @see org.js.graph.transformation.Roles\n * @generated\n */\n\tEClass getRoles();\n\n\t/**\n * Returns the meta object for the containment reference list '{@link org.js.graph.transformation.Roles#getExistingRoles <em>Existing Roles</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Existing Roles</em>'.\n * @see org.js.graph.transformation.Roles#getExistingRoles()\n * @see #getRoles()\n * @generated\n */\n\tEReference getRoles_ExistingRoles();\n\n\t/**\n * Returns the meta object for the containment reference '{@link org.js.graph.transformation.Roles#getArrivingRole <em>Arriving Role</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Arriving Role</em>'.\n * @see org.js.graph.transformation.Roles#getArrivingRole()\n * @see #getRoles()\n * @generated\n */\n\tEReference getRoles_ArrivingRole();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.ApplicationConditions <em>Application Conditions</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Application Conditions</em>'.\n * @see org.js.graph.transformation.ApplicationConditions\n * @generated\n */\n\tEClass getApplicationConditions();\n\n\t/**\n * Returns the meta object for the containment reference list '{@link org.js.graph.transformation.ApplicationConditions#getConditions <em>Conditions</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Conditions</em>'.\n * @see org.js.graph.transformation.ApplicationConditions#getConditions()\n * @see #getApplicationConditions()\n * @generated\n */\n\tEReference getApplicationConditions_Conditions();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.Operations <em>Operations</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Operations</em>'.\n * @see org.js.graph.transformation.Operations\n * @generated\n */\n\tEClass getOperations();\n\n\t/**\n * Returns the meta object for the containment reference '{@link org.js.graph.transformation.Operations#getRemoveEdges <em>Remove Edges</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Remove Edges</em>'.\n * @see org.js.graph.transformation.Operations#getRemoveEdges()\n * @see #getOperations()\n * @generated\n */\n\tEReference getOperations_RemoveEdges();\n\n\t/**\n * Returns the meta object for the containment reference '{@link org.js.graph.transformation.Operations#getRemoveNodes <em>Remove Nodes</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Remove Nodes</em>'.\n * @see org.js.graph.transformation.Operations#getRemoveNodes()\n * @see #getOperations()\n * @generated\n */\n\tEReference getOperations_RemoveNodes();\n\n\t/**\n * Returns the meta object for the containment reference '{@link org.js.graph.transformation.Operations#getAddNodes <em>Add Nodes</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Add Nodes</em>'.\n * @see org.js.graph.transformation.Operations#getAddNodes()\n * @see #getOperations()\n * @generated\n */\n\tEReference getOperations_AddNodes();\n\n\t/**\n * Returns the meta object for the containment reference '{@link org.js.graph.transformation.Operations#getAddEdges <em>Add Edges</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Add Edges</em>'.\n * @see org.js.graph.transformation.Operations#getAddEdges()\n * @see #getOperations()\n * @generated\n */\n\tEReference getOperations_AddEdges();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.Node <em>Node</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Node</em>'.\n * @see org.js.graph.transformation.Node\n * @generated\n */\n\tEClass getNode();\n\n\t/**\n * Returns the meta object for the reference list '{@link org.js.graph.transformation.Node#getIn <em>In</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>In</em>'.\n * @see org.js.graph.transformation.Node#getIn()\n * @see #getNode()\n * @generated\n */\n\tEReference getNode_In();\n\n\t/**\n * Returns the meta object for the reference list '{@link org.js.graph.transformation.Node#getOut <em>Out</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Out</em>'.\n * @see org.js.graph.transformation.Node#getOut()\n * @see #getNode()\n * @generated\n */\n\tEReference getNode_Out();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.Edge <em>Edge</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Edge</em>'.\n * @see org.js.graph.transformation.Edge\n * @generated\n */\n\tEClass getEdge();\n\n\t/**\n * Returns the meta object for the reference '{@link org.js.graph.transformation.Edge#getSource <em>Source</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Source</em>'.\n * @see org.js.graph.transformation.Edge#getSource()\n * @see #getEdge()\n * @generated\n */\n\tEReference getEdge_Source();\n\n\t/**\n * Returns the meta object for the reference '{@link org.js.graph.transformation.Edge#getTarget <em>Target</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Target</em>'.\n * @see org.js.graph.transformation.Edge#getTarget()\n * @see #getEdge()\n * @generated\n */\n\tEReference getEdge_Target();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.ExistingRole <em>Existing Role</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Existing Role</em>'.\n * @see org.js.graph.transformation.ExistingRole\n * @generated\n */\n\tEClass getExistingRole();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.ArrivingRole <em>Arriving Role</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Arriving Role</em>'.\n * @see org.js.graph.transformation.ArrivingRole\n * @generated\n */\n\tEClass getArrivingRole();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.Condition <em>Condition</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Condition</em>'.\n * @see org.js.graph.transformation.Condition\n * @generated\n */\n\tEClass getCondition();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.GraphOperation <em>Graph Operation</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Graph Operation</em>'.\n * @see org.js.graph.transformation.GraphOperation\n * @generated\n */\n\tEClass getGraphOperation();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.Initial <em>Initial</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Initial</em>'.\n * @see org.js.graph.transformation.Initial\n * @generated\n */\n\tEClass getInitial();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.ActivityFinal <em>Activity Final</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Activity Final</em>'.\n * @see org.js.graph.transformation.ActivityFinal\n * @generated\n */\n\tEClass getActivityFinal();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.FlowFinal <em>Flow Final</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Flow Final</em>'.\n * @see org.js.graph.transformation.FlowFinal\n * @generated\n */\n\tEClass getFlowFinal();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.Fork <em>Fork</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Fork</em>'.\n * @see org.js.graph.transformation.Fork\n * @generated\n */\n\tEClass getFork();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.SpecializationAction <em>Specialization Action</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Specialization Action</em>'.\n * @see org.js.graph.transformation.SpecializationAction\n * @generated\n */\n\tEClass getSpecializationAction();\n\n\t/**\n * Returns the meta object for the reference '{@link org.js.graph.transformation.SpecializationAction#getVariableRole <em>Variable Role</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Variable Role</em>'.\n * @see org.js.graph.transformation.SpecializationAction#getVariableRole()\n * @see #getSpecializationAction()\n * @generated\n */\n\tEReference getSpecializationAction_VariableRole();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.IdleAction <em>Idle Action</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Idle Action</em>'.\n * @see org.js.graph.transformation.IdleAction\n * @generated\n */\n\tEClass getIdleAction();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.VariableRole <em>Variable Role</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Variable Role</em>'.\n * @see org.js.graph.transformation.VariableRole\n * @generated\n */\n\tEClass getVariableRole();\n\n\t/**\n * Returns the meta object for the reference '{@link org.js.graph.transformation.VariableRole#getAction <em>Action</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Action</em>'.\n * @see org.js.graph.transformation.VariableRole#getAction()\n * @see #getVariableRole()\n * @generated\n */\n\tEReference getVariableRole_Action();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.InheritsFrom <em>Inherits From</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Inherits From</em>'.\n * @see org.js.graph.transformation.InheritsFrom\n * @generated\n */\n\tEClass getInheritsFrom();\n\n\t/**\n * Returns the meta object for the reference '{@link org.js.graph.transformation.InheritsFrom#getParent <em>Parent</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Parent</em>'.\n * @see org.js.graph.transformation.InheritsFrom#getParent()\n * @see #getInheritsFrom()\n * @generated\n */\n\tEReference getInheritsFrom_Parent();\n\n\t/**\n * Returns the meta object for the reference '{@link org.js.graph.transformation.InheritsFrom#getChild <em>Child</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Child</em>'.\n * @see org.js.graph.transformation.InheritsFrom#getChild()\n * @see #getInheritsFrom()\n * @generated\n */\n\tEReference getInheritsFrom_Child();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.BelongsTo <em>Belongs To</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Belongs To</em>'.\n * @see org.js.graph.transformation.BelongsTo\n * @generated\n */\n\tEClass getBelongsTo();\n\n\t/**\n * Returns the meta object for the reference '{@link org.js.graph.transformation.BelongsTo#getLeader <em>Leader</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Leader</em>'.\n * @see org.js.graph.transformation.BelongsTo#getLeader()\n * @see #getBelongsTo()\n * @generated\n */\n\tEReference getBelongsTo_Leader();\n\n\t/**\n * Returns the meta object for the reference '{@link org.js.graph.transformation.BelongsTo#getMember <em>Member</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Member</em>'.\n * @see org.js.graph.transformation.BelongsTo#getMember()\n * @see #getBelongsTo()\n * @generated\n */\n\tEReference getBelongsTo_Member();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.RemoveNodes <em>Remove Nodes</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Remove Nodes</em>'.\n * @see org.js.graph.transformation.RemoveNodes\n * @generated\n */\n\tEClass getRemoveNodes();\n\n\t/**\n * Returns the meta object for the reference list '{@link org.js.graph.transformation.RemoveNodes#getNode <em>Node</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Node</em>'.\n * @see org.js.graph.transformation.RemoveNodes#getNode()\n * @see #getRemoveNodes()\n * @generated\n */\n\tEReference getRemoveNodes_Node();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.RemoveEdges <em>Remove Edges</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Remove Edges</em>'.\n * @see org.js.graph.transformation.RemoveEdges\n * @generated\n */\n\tEClass getRemoveEdges();\n\n\t/**\n * Returns the meta object for the reference list '{@link org.js.graph.transformation.RemoveEdges#getEdge <em>Edge</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Edge</em>'.\n * @see org.js.graph.transformation.RemoveEdges#getEdge()\n * @see #getRemoveEdges()\n * @generated\n */\n\tEReference getRemoveEdges_Edge();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.AddEdges <em>Add Edges</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Add Edges</em>'.\n * @see org.js.graph.transformation.AddEdges\n * @generated\n */\n\tEClass getAddEdges();\n\n\t/**\n * Returns the meta object for the containment reference list '{@link org.js.graph.transformation.AddEdges#getEdge <em>Edge</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Edge</em>'.\n * @see org.js.graph.transformation.AddEdges#getEdge()\n * @see #getAddEdges()\n * @generated\n */\n\tEReference getAddEdges_Edge();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.AddNodes <em>Add Nodes</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Add Nodes</em>'.\n * @see org.js.graph.transformation.AddNodes\n * @generated\n */\n\tEClass getAddNodes();\n\n\t/**\n * Returns the meta object for the containment reference list '{@link org.js.graph.transformation.AddNodes#getNode <em>Node</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Node</em>'.\n * @see org.js.graph.transformation.AddNodes#getNode()\n * @see #getAddNodes()\n * @generated\n */\n\tEReference getAddNodes_Node();\n\n\t/**\n * Returns the meta object for class '{@link org.js.graph.transformation.Nameable <em>Nameable</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for class '<em>Nameable</em>'.\n * @see org.js.graph.transformation.Nameable\n * @generated\n */\n\tEClass getNameable();\n\n\t/**\n * Returns the meta object for the attribute '{@link org.js.graph.transformation.Nameable#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see org.js.graph.transformation.Nameable#getName()\n * @see #getNameable()\n * @generated\n */\n\tEAttribute getNameable_Name();\n\n\t/**\n * Returns the factory that creates the instances of the model.\n * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n * @return the factory that creates the instances of the model.\n * @generated\n */\n\tTransformationFactory getTransformationFactory();\n\n\t/**\n * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n * @generated\n */\n\tinterface Literals {\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.GraphTransformationImpl <em>Graph Transformation</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.GraphTransformationImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getGraphTransformation()\n * @generated\n */\n\t\tEClass GRAPH_TRANSFORMATION = eINSTANCE.getGraphTransformation();\n\n\t\t/**\n * The meta object literal for the '<em><b>Rules</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference GRAPH_TRANSFORMATION__RULES = eINSTANCE.getGraphTransformation_Rules();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.RuleImpl <em>Rule</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.RuleImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getRule()\n * @generated\n */\n\t\tEClass RULE = eINSTANCE.getRule();\n\n\t\t/**\n * The meta object literal for the '<em><b>Leftside</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference RULE__LEFTSIDE = eINSTANCE.getRule_Leftside();\n\n\t\t/**\n * The meta object literal for the '<em><b>Roles</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference RULE__ROLES = eINSTANCE.getRule_Roles();\n\n\t\t/**\n * The meta object literal for the '<em><b>Application Conditions</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference RULE__APPLICATION_CONDITIONS = eINSTANCE.getRule_ApplicationConditions();\n\n\t\t/**\n * The meta object literal for the '<em><b>Operations</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference RULE__OPERATIONS = eINSTANCE.getRule_Operations();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.LeftSideImpl <em>Left Side</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.LeftSideImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getLeftSide()\n * @generated\n */\n\t\tEClass LEFT_SIDE = eINSTANCE.getLeftSide();\n\n\t\t/**\n * The meta object literal for the '<em><b>Nodes</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference LEFT_SIDE__NODES = eINSTANCE.getLeftSide_Nodes();\n\n\t\t/**\n * The meta object literal for the '<em><b>Edges</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference LEFT_SIDE__EDGES = eINSTANCE.getLeftSide_Edges();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.RolesImpl <em>Roles</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.RolesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getRoles()\n * @generated\n */\n\t\tEClass ROLES = eINSTANCE.getRoles();\n\n\t\t/**\n * The meta object literal for the '<em><b>Existing Roles</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference ROLES__EXISTING_ROLES = eINSTANCE.getRoles_ExistingRoles();\n\n\t\t/**\n * The meta object literal for the '<em><b>Arriving Role</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference ROLES__ARRIVING_ROLE = eINSTANCE.getRoles_ArrivingRole();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.ApplicationConditionsImpl <em>Application Conditions</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ApplicationConditionsImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getApplicationConditions()\n * @generated\n */\n\t\tEClass APPLICATION_CONDITIONS = eINSTANCE.getApplicationConditions();\n\n\t\t/**\n * The meta object literal for the '<em><b>Conditions</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference APPLICATION_CONDITIONS__CONDITIONS = eINSTANCE.getApplicationConditions_Conditions();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.OperationsImpl <em>Operations</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.OperationsImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getOperations()\n * @generated\n */\n\t\tEClass OPERATIONS = eINSTANCE.getOperations();\n\n\t\t/**\n * The meta object literal for the '<em><b>Remove Edges</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference OPERATIONS__REMOVE_EDGES = eINSTANCE.getOperations_RemoveEdges();\n\n\t\t/**\n * The meta object literal for the '<em><b>Remove Nodes</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference OPERATIONS__REMOVE_NODES = eINSTANCE.getOperations_RemoveNodes();\n\n\t\t/**\n * The meta object literal for the '<em><b>Add Nodes</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference OPERATIONS__ADD_NODES = eINSTANCE.getOperations_AddNodes();\n\n\t\t/**\n * The meta object literal for the '<em><b>Add Edges</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference OPERATIONS__ADD_EDGES = eINSTANCE.getOperations_AddEdges();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.Node <em>Node</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.Node\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getNode()\n * @generated\n */\n\t\tEClass NODE = eINSTANCE.getNode();\n\n\t\t/**\n * The meta object literal for the '<em><b>In</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference NODE__IN = eINSTANCE.getNode_In();\n\n\t\t/**\n * The meta object literal for the '<em><b>Out</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference NODE__OUT = eINSTANCE.getNode_Out();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.EdgeImpl <em>Edge</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.EdgeImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getEdge()\n * @generated\n */\n\t\tEClass EDGE = eINSTANCE.getEdge();\n\n\t\t/**\n * The meta object literal for the '<em><b>Source</b></em>' reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference EDGE__SOURCE = eINSTANCE.getEdge_Source();\n\n\t\t/**\n * The meta object literal for the '<em><b>Target</b></em>' reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference EDGE__TARGET = eINSTANCE.getEdge_Target();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.ExistingRoleImpl <em>Existing Role</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ExistingRoleImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getExistingRole()\n * @generated\n */\n\t\tEClass EXISTING_ROLE = eINSTANCE.getExistingRole();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.ArrivingRoleImpl <em>Arriving Role</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ArrivingRoleImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getArrivingRole()\n * @generated\n */\n\t\tEClass ARRIVING_ROLE = eINSTANCE.getArrivingRole();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.Condition <em>Condition</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.Condition\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getCondition()\n * @generated\n */\n\t\tEClass CONDITION = eINSTANCE.getCondition();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.GraphOperation <em>Graph Operation</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.GraphOperation\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getGraphOperation()\n * @generated\n */\n\t\tEClass GRAPH_OPERATION = eINSTANCE.getGraphOperation();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.InitialImpl <em>Initial</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.InitialImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getInitial()\n * @generated\n */\n\t\tEClass INITIAL = eINSTANCE.getInitial();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.ActivityFinalImpl <em>Activity Final</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ActivityFinalImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getActivityFinal()\n * @generated\n */\n\t\tEClass ACTIVITY_FINAL = eINSTANCE.getActivityFinal();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.FlowFinalImpl <em>Flow Final</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.FlowFinalImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getFlowFinal()\n * @generated\n */\n\t\tEClass FLOW_FINAL = eINSTANCE.getFlowFinal();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.ForkImpl <em>Fork</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.ForkImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getFork()\n * @generated\n */\n\t\tEClass FORK = eINSTANCE.getFork();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.SpecializationActionImpl <em>Specialization Action</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.SpecializationActionImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getSpecializationAction()\n * @generated\n */\n\t\tEClass SPECIALIZATION_ACTION = eINSTANCE.getSpecializationAction();\n\n\t\t/**\n * The meta object literal for the '<em><b>Variable Role</b></em>' reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference SPECIALIZATION_ACTION__VARIABLE_ROLE = eINSTANCE.getSpecializationAction_VariableRole();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.IdleActionImpl <em>Idle Action</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.IdleActionImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getIdleAction()\n * @generated\n */\n\t\tEClass IDLE_ACTION = eINSTANCE.getIdleAction();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.VariableRole <em>Variable Role</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.VariableRole\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getVariableRole()\n * @generated\n */\n\t\tEClass VARIABLE_ROLE = eINSTANCE.getVariableRole();\n\n\t\t/**\n * The meta object literal for the '<em><b>Action</b></em>' reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference VARIABLE_ROLE__ACTION = eINSTANCE.getVariableRole_Action();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.InheritsFromImpl <em>Inherits From</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.InheritsFromImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getInheritsFrom()\n * @generated\n */\n\t\tEClass INHERITS_FROM = eINSTANCE.getInheritsFrom();\n\n\t\t/**\n * The meta object literal for the '<em><b>Parent</b></em>' reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference INHERITS_FROM__PARENT = eINSTANCE.getInheritsFrom_Parent();\n\n\t\t/**\n * The meta object literal for the '<em><b>Child</b></em>' reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference INHERITS_FROM__CHILD = eINSTANCE.getInheritsFrom_Child();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.BelongsToImpl <em>Belongs To</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.BelongsToImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getBelongsTo()\n * @generated\n */\n\t\tEClass BELONGS_TO = eINSTANCE.getBelongsTo();\n\n\t\t/**\n * The meta object literal for the '<em><b>Leader</b></em>' reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference BELONGS_TO__LEADER = eINSTANCE.getBelongsTo_Leader();\n\n\t\t/**\n * The meta object literal for the '<em><b>Member</b></em>' reference feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference BELONGS_TO__MEMBER = eINSTANCE.getBelongsTo_Member();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.RemoveNodesImpl <em>Remove Nodes</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.RemoveNodesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getRemoveNodes()\n * @generated\n */\n\t\tEClass REMOVE_NODES = eINSTANCE.getRemoveNodes();\n\n\t\t/**\n * The meta object literal for the '<em><b>Node</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference REMOVE_NODES__NODE = eINSTANCE.getRemoveNodes_Node();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.RemoveEdgesImpl <em>Remove Edges</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.RemoveEdgesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getRemoveEdges()\n * @generated\n */\n\t\tEClass REMOVE_EDGES = eINSTANCE.getRemoveEdges();\n\n\t\t/**\n * The meta object literal for the '<em><b>Edge</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference REMOVE_EDGES__EDGE = eINSTANCE.getRemoveEdges_Edge();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.AddEdgesImpl <em>Add Edges</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.AddEdgesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getAddEdges()\n * @generated\n */\n\t\tEClass ADD_EDGES = eINSTANCE.getAddEdges();\n\n\t\t/**\n * The meta object literal for the '<em><b>Edge</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference ADD_EDGES__EDGE = eINSTANCE.getAddEdges_Edge();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.impl.AddNodesImpl <em>Add Nodes</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.impl.AddNodesImpl\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getAddNodes()\n * @generated\n */\n\t\tEClass ADD_NODES = eINSTANCE.getAddNodes();\n\n\t\t/**\n * The meta object literal for the '<em><b>Node</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEReference ADD_NODES__NODE = eINSTANCE.getAddNodes_Node();\n\n\t\t/**\n * The meta object literal for the '{@link org.js.graph.transformation.Nameable <em>Nameable</em>}' class.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @see org.js.graph.transformation.Nameable\n * @see org.js.graph.transformation.impl.TransformationPackageImpl#getNameable()\n * @generated\n */\n\t\tEClass NAMEABLE = eINSTANCE.getNameable();\n\n\t\t/**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n * @generated\n */\n\t\tEAttribute NAMEABLE__NAME = eINSTANCE.getNameable_Name();\n\n\t}\n\n}", "public interface TesttrackPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"testtrack\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"https://github.com/nagilooh/auto.voyage.oas.testtrack\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"testtrack\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tTesttrackPackage eINSTANCE = auto.voyage.oas.testtrack.impl.TesttrackPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.ScenarioImpl <em>Scenario</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.ScenarioImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getScenario()\n\t * @generated\n\t */\n\tint SCENARIO = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SCENARIO__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Actors</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SCENARIO__ACTORS = 1;\n\n\t/**\n\t * The feature id for the '<em><b>SUT</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SCENARIO__SUT = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Scenario</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SCENARIO_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Scenario</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SCENARIO_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.RoadSegmentImpl <em>Road Segment</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.RoadSegmentImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getRoadSegment()\n\t * @generated\n\t */\n\tint ROAD_SEGMENT = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Roadcomponents</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_SEGMENT__ROADCOMPONENTS = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Signs</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_SEGMENT__SIGNS = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_SEGMENT__NAME = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Left Neighbor Of Neighbor</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_SEGMENT__LEFT_NEIGHBOR_OF_NEIGHBOR = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Right Neighbor Of Neighbor</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_SEGMENT__RIGHT_NEIGHBOR_OF_NEIGHBOR = 4;\n\n\t/**\n\t * The number of structural features of the '<em>Road Segment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_SEGMENT_FEATURE_COUNT = 5;\n\n\t/**\n\t * The number of operations of the '<em>Road Segment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_SEGMENT_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.ActorImpl <em>Actor</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.ActorImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getActor()\n\t * @generated\n\t */\n\tint ACTOR = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTOR__TYPE = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTOR__NAME = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Action</b></em>' containment reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTOR__ACTION = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Actor</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTOR_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Actor</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTOR_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.TrackSegmentImpl <em>Track Segment</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.TrackSegmentImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getTrackSegment()\n\t * @generated\n\t */\n\tint TRACK_SEGMENT = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Roadsegments</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRACK_SEGMENT__ROADSEGMENTS = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRACK_SEGMENT__NAME = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Scenarios</b></em>' containment reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRACK_SEGMENT__SCENARIOS = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Track Segment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRACK_SEGMENT_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Track Segment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint TRACK_SEGMENT_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.RoadComponentImpl <em>Road Component</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.RoadComponentImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getRoadComponent()\n\t * @generated\n\t */\n\tint ROAD_COMPONENT = 4;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_COMPONENT__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Left Lane</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_COMPONENT__LEFT_LANE = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Right Lane</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_COMPONENT__RIGHT_LANE = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Road Component</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_COMPONENT_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Road Component</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ROAD_COMPONENT_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.LaneImpl <em>Lane</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.LaneImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getLane()\n\t * @generated\n\t */\n\tint LANE = 5;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LANE__NAME = ROAD_COMPONENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Left Lane</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LANE__LEFT_LANE = ROAD_COMPONENT__LEFT_LANE;\n\n\t/**\n\t * The feature id for the '<em><b>Right Lane</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LANE__RIGHT_LANE = ROAD_COMPONENT__RIGHT_LANE;\n\n\t/**\n\t * The feature id for the '<em><b>From Lanes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LANE__FROM_LANES = ROAD_COMPONENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The feature id for the '<em><b>To Lanes</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LANE__TO_LANES = ROAD_COMPONENT_FEATURE_COUNT + 1;\n\n\t/**\n\t * The feature id for the '<em><b>Straight</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LANE__STRAIGHT = ROAD_COMPONENT_FEATURE_COUNT + 2;\n\n\t/**\n\t * The number of structural features of the '<em>Lane</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LANE_FEATURE_COUNT = ROAD_COMPONENT_FEATURE_COUNT + 3;\n\n\t/**\n\t * The number of operations of the '<em>Lane</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint LANE_OPERATION_COUNT = ROAD_COMPONENT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.SidewalkImpl <em>Sidewalk</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.SidewalkImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getSidewalk()\n\t * @generated\n\t */\n\tint SIDEWALK = 6;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SIDEWALK__NAME = ROAD_COMPONENT__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>Left Lane</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SIDEWALK__LEFT_LANE = ROAD_COMPONENT__LEFT_LANE;\n\n\t/**\n\t * The feature id for the '<em><b>Right Lane</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SIDEWALK__RIGHT_LANE = ROAD_COMPONENT__RIGHT_LANE;\n\n\t/**\n\t * The number of structural features of the '<em>Sidewalk</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SIDEWALK_FEATURE_COUNT = ROAD_COMPONENT_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Sidewalk</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SIDEWALK_OPERATION_COUNT = ROAD_COMPONENT_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.ActionImpl <em>Action</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.ActionImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getAction()\n\t * @generated\n\t */\n\tint ACTION = 7;\n\n\t/**\n\t * The feature id for the '<em><b>Start Position</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTION__START_POSITION = 0;\n\n\t/**\n\t * The feature id for the '<em><b>End Position</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTION__END_POSITION = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTION__NAME = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Action</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTION_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Action</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ACTION_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.SignImpl <em>Sign</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.SignImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getSign()\n\t * @generated\n\t */\n\tint SIGN = 8;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SIGN__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>For Road Component</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SIGN__FOR_ROAD_COMPONENT = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Sign</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SIGN_FEATURE_COUNT = 2;\n\n\t/**\n\t * The number of operations of the '<em>Sign</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SIGN_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.CrosswalkImpl <em>Crosswalk</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.CrosswalkImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getCrosswalk()\n\t * @generated\n\t */\n\tint CROSSWALK = 9;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CROSSWALK__NAME = SIGN__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>For Road Component</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CROSSWALK__FOR_ROAD_COMPONENT = SIGN__FOR_ROAD_COMPONENT;\n\n\t/**\n\t * The number of structural features of the '<em>Crosswalk</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CROSSWALK_FEATURE_COUNT = SIGN_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Crosswalk</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CROSSWALK_OPERATION_COUNT = SIGN_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.StopSignImpl <em>Stop Sign</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.StopSignImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getStopSign()\n\t * @generated\n\t */\n\tint STOP_SIGN = 10;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STOP_SIGN__NAME = SIGN__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>For Road Component</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STOP_SIGN__FOR_ROAD_COMPONENT = SIGN__FOR_ROAD_COMPONENT;\n\n\t/**\n\t * The number of structural features of the '<em>Stop Sign</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STOP_SIGN_FEATURE_COUNT = SIGN_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Stop Sign</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint STOP_SIGN_OPERATION_COUNT = SIGN_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.impl.GiveWaySignImpl <em>Give Way Sign</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.impl.GiveWaySignImpl\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getGiveWaySign()\n\t * @generated\n\t */\n\tint GIVE_WAY_SIGN = 11;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GIVE_WAY_SIGN__NAME = SIGN__NAME;\n\n\t/**\n\t * The feature id for the '<em><b>For Road Component</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GIVE_WAY_SIGN__FOR_ROAD_COMPONENT = SIGN__FOR_ROAD_COMPONENT;\n\n\t/**\n\t * The number of structural features of the '<em>Give Way Sign</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GIVE_WAY_SIGN_FEATURE_COUNT = SIGN_FEATURE_COUNT + 0;\n\n\t/**\n\t * The number of operations of the '<em>Give Way Sign</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint GIVE_WAY_SIGN_OPERATION_COUNT = SIGN_OPERATION_COUNT + 0;\n\n\t/**\n\t * The meta object id for the '{@link auto.voyage.oas.testtrack.ActorType <em>Actor Type</em>}' enum.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see auto.voyage.oas.testtrack.ActorType\n\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getActorType()\n\t * @generated\n\t */\n\tint ACTOR_TYPE = 12;\n\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.Scenario <em>Scenario</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Scenario</em>'.\n\t * @see auto.voyage.oas.testtrack.Scenario\n\t * @generated\n\t */\n\tEClass getScenario();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link auto.voyage.oas.testtrack.Scenario#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see auto.voyage.oas.testtrack.Scenario#getName()\n\t * @see #getScenario()\n\t * @generated\n\t */\n\tEAttribute getScenario_Name();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link auto.voyage.oas.testtrack.Scenario#getActors <em>Actors</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Actors</em>'.\n\t * @see auto.voyage.oas.testtrack.Scenario#getActors()\n\t * @see #getScenario()\n\t * @generated\n\t */\n\tEReference getScenario_Actors();\n\n\t/**\n\t * Returns the meta object for the reference '{@link auto.voyage.oas.testtrack.Scenario#getSUT <em>SUT</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>SUT</em>'.\n\t * @see auto.voyage.oas.testtrack.Scenario#getSUT()\n\t * @see #getScenario()\n\t * @generated\n\t */\n\tEReference getScenario_SUT();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.RoadSegment <em>Road Segment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Road Segment</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadSegment\n\t * @generated\n\t */\n\tEClass getRoadSegment();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link auto.voyage.oas.testtrack.RoadSegment#getRoadcomponents <em>Roadcomponents</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Roadcomponents</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadSegment#getRoadcomponents()\n\t * @see #getRoadSegment()\n\t * @generated\n\t */\n\tEReference getRoadSegment_Roadcomponents();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link auto.voyage.oas.testtrack.RoadSegment#getSigns <em>Signs</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Signs</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadSegment#getSigns()\n\t * @see #getRoadSegment()\n\t * @generated\n\t */\n\tEReference getRoadSegment_Signs();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link auto.voyage.oas.testtrack.RoadSegment#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadSegment#getName()\n\t * @see #getRoadSegment()\n\t * @generated\n\t */\n\tEAttribute getRoadSegment_Name();\n\n\t/**\n\t * Returns the meta object for the reference '{@link auto.voyage.oas.testtrack.RoadSegment#getLeftNeighborOfNeighbor <em>Left Neighbor Of Neighbor</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Left Neighbor Of Neighbor</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadSegment#getLeftNeighborOfNeighbor()\n\t * @see #getRoadSegment()\n\t * @generated\n\t */\n\tEReference getRoadSegment_LeftNeighborOfNeighbor();\n\n\t/**\n\t * Returns the meta object for the reference '{@link auto.voyage.oas.testtrack.RoadSegment#getRightNeighborOfNeighbor <em>Right Neighbor Of Neighbor</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Right Neighbor Of Neighbor</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadSegment#getRightNeighborOfNeighbor()\n\t * @see #getRoadSegment()\n\t * @generated\n\t */\n\tEReference getRoadSegment_RightNeighborOfNeighbor();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.Actor <em>Actor</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Actor</em>'.\n\t * @see auto.voyage.oas.testtrack.Actor\n\t * @generated\n\t */\n\tEClass getActor();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link auto.voyage.oas.testtrack.Actor#getType <em>Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Type</em>'.\n\t * @see auto.voyage.oas.testtrack.Actor#getType()\n\t * @see #getActor()\n\t * @generated\n\t */\n\tEAttribute getActor_Type();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link auto.voyage.oas.testtrack.Actor#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see auto.voyage.oas.testtrack.Actor#getName()\n\t * @see #getActor()\n\t * @generated\n\t */\n\tEAttribute getActor_Name();\n\n\t/**\n\t * Returns the meta object for the containment reference '{@link auto.voyage.oas.testtrack.Actor#getAction <em>Action</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference '<em>Action</em>'.\n\t * @see auto.voyage.oas.testtrack.Actor#getAction()\n\t * @see #getActor()\n\t * @generated\n\t */\n\tEReference getActor_Action();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.TrackSegment <em>Track Segment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Track Segment</em>'.\n\t * @see auto.voyage.oas.testtrack.TrackSegment\n\t * @generated\n\t */\n\tEClass getTrackSegment();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link auto.voyage.oas.testtrack.TrackSegment#getRoadsegments <em>Roadsegments</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Roadsegments</em>'.\n\t * @see auto.voyage.oas.testtrack.TrackSegment#getRoadsegments()\n\t * @see #getTrackSegment()\n\t * @generated\n\t */\n\tEReference getTrackSegment_Roadsegments();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link auto.voyage.oas.testtrack.TrackSegment#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see auto.voyage.oas.testtrack.TrackSegment#getName()\n\t * @see #getTrackSegment()\n\t * @generated\n\t */\n\tEAttribute getTrackSegment_Name();\n\n\t/**\n\t * Returns the meta object for the containment reference list '{@link auto.voyage.oas.testtrack.TrackSegment#getScenarios <em>Scenarios</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the containment reference list '<em>Scenarios</em>'.\n\t * @see auto.voyage.oas.testtrack.TrackSegment#getScenarios()\n\t * @see #getTrackSegment()\n\t * @generated\n\t */\n\tEReference getTrackSegment_Scenarios();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.RoadComponent <em>Road Component</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Road Component</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadComponent\n\t * @generated\n\t */\n\tEClass getRoadComponent();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link auto.voyage.oas.testtrack.RoadComponent#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadComponent#getName()\n\t * @see #getRoadComponent()\n\t * @generated\n\t */\n\tEAttribute getRoadComponent_Name();\n\n\t/**\n\t * Returns the meta object for the reference '{@link auto.voyage.oas.testtrack.RoadComponent#getLeftLane <em>Left Lane</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Left Lane</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadComponent#getLeftLane()\n\t * @see #getRoadComponent()\n\t * @generated\n\t */\n\tEReference getRoadComponent_LeftLane();\n\n\t/**\n\t * Returns the meta object for the reference '{@link auto.voyage.oas.testtrack.RoadComponent#getRightLane <em>Right Lane</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Right Lane</em>'.\n\t * @see auto.voyage.oas.testtrack.RoadComponent#getRightLane()\n\t * @see #getRoadComponent()\n\t * @generated\n\t */\n\tEReference getRoadComponent_RightLane();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.Lane <em>Lane</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Lane</em>'.\n\t * @see auto.voyage.oas.testtrack.Lane\n\t * @generated\n\t */\n\tEClass getLane();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link auto.voyage.oas.testtrack.Lane#getFromLanes <em>From Lanes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>From Lanes</em>'.\n\t * @see auto.voyage.oas.testtrack.Lane#getFromLanes()\n\t * @see #getLane()\n\t * @generated\n\t */\n\tEReference getLane_FromLanes();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link auto.voyage.oas.testtrack.Lane#getToLanes <em>To Lanes</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>To Lanes</em>'.\n\t * @see auto.voyage.oas.testtrack.Lane#getToLanes()\n\t * @see #getLane()\n\t * @generated\n\t */\n\tEReference getLane_ToLanes();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link auto.voyage.oas.testtrack.Lane#isStraight <em>Straight</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Straight</em>'.\n\t * @see auto.voyage.oas.testtrack.Lane#isStraight()\n\t * @see #getLane()\n\t * @generated\n\t */\n\tEAttribute getLane_Straight();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.Sidewalk <em>Sidewalk</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Sidewalk</em>'.\n\t * @see auto.voyage.oas.testtrack.Sidewalk\n\t * @generated\n\t */\n\tEClass getSidewalk();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.Action <em>Action</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Action</em>'.\n\t * @see auto.voyage.oas.testtrack.Action\n\t * @generated\n\t */\n\tEClass getAction();\n\n\t/**\n\t * Returns the meta object for the reference '{@link auto.voyage.oas.testtrack.Action#getStartPosition <em>Start Position</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Start Position</em>'.\n\t * @see auto.voyage.oas.testtrack.Action#getStartPosition()\n\t * @see #getAction()\n\t * @generated\n\t */\n\tEReference getAction_StartPosition();\n\n\t/**\n\t * Returns the meta object for the reference '{@link auto.voyage.oas.testtrack.Action#getEndPosition <em>End Position</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>End Position</em>'.\n\t * @see auto.voyage.oas.testtrack.Action#getEndPosition()\n\t * @see #getAction()\n\t * @generated\n\t */\n\tEReference getAction_EndPosition();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link auto.voyage.oas.testtrack.Action#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see auto.voyage.oas.testtrack.Action#getName()\n\t * @see #getAction()\n\t * @generated\n\t */\n\tEAttribute getAction_Name();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.Sign <em>Sign</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Sign</em>'.\n\t * @see auto.voyage.oas.testtrack.Sign\n\t * @generated\n\t */\n\tEClass getSign();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link auto.voyage.oas.testtrack.Sign#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see auto.voyage.oas.testtrack.Sign#getName()\n\t * @see #getSign()\n\t * @generated\n\t */\n\tEAttribute getSign_Name();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link auto.voyage.oas.testtrack.Sign#getForRoadComponent <em>For Road Component</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>For Road Component</em>'.\n\t * @see auto.voyage.oas.testtrack.Sign#getForRoadComponent()\n\t * @see #getSign()\n\t * @generated\n\t */\n\tEReference getSign_ForRoadComponent();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.Crosswalk <em>Crosswalk</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Crosswalk</em>'.\n\t * @see auto.voyage.oas.testtrack.Crosswalk\n\t * @generated\n\t */\n\tEClass getCrosswalk();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.StopSign <em>Stop Sign</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Stop Sign</em>'.\n\t * @see auto.voyage.oas.testtrack.StopSign\n\t * @generated\n\t */\n\tEClass getStopSign();\n\n\t/**\n\t * Returns the meta object for class '{@link auto.voyage.oas.testtrack.GiveWaySign <em>Give Way Sign</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Give Way Sign</em>'.\n\t * @see auto.voyage.oas.testtrack.GiveWaySign\n\t * @generated\n\t */\n\tEClass getGiveWaySign();\n\n\t/**\n\t * Returns the meta object for enum '{@link auto.voyage.oas.testtrack.ActorType <em>Actor Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for enum '<em>Actor Type</em>'.\n\t * @see auto.voyage.oas.testtrack.ActorType\n\t * @generated\n\t */\n\tEEnum getActorType();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tTesttrackFactory getTesttrackFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.ScenarioImpl <em>Scenario</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.ScenarioImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getScenario()\n\t\t * @generated\n\t\t */\n\t\tEClass SCENARIO = eINSTANCE.getScenario();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SCENARIO__NAME = eINSTANCE.getScenario_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Actors</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SCENARIO__ACTORS = eINSTANCE.getScenario_Actors();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>SUT</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SCENARIO__SUT = eINSTANCE.getScenario_SUT();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.RoadSegmentImpl <em>Road Segment</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.RoadSegmentImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getRoadSegment()\n\t\t * @generated\n\t\t */\n\t\tEClass ROAD_SEGMENT = eINSTANCE.getRoadSegment();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Roadcomponents</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ROAD_SEGMENT__ROADCOMPONENTS = eINSTANCE.getRoadSegment_Roadcomponents();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Signs</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ROAD_SEGMENT__SIGNS = eINSTANCE.getRoadSegment_Signs();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ROAD_SEGMENT__NAME = eINSTANCE.getRoadSegment_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Left Neighbor Of Neighbor</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ROAD_SEGMENT__LEFT_NEIGHBOR_OF_NEIGHBOR = eINSTANCE.getRoadSegment_LeftNeighborOfNeighbor();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Right Neighbor Of Neighbor</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ROAD_SEGMENT__RIGHT_NEIGHBOR_OF_NEIGHBOR = eINSTANCE.getRoadSegment_RightNeighborOfNeighbor();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.ActorImpl <em>Actor</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.ActorImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getActor()\n\t\t * @generated\n\t\t */\n\t\tEClass ACTOR = eINSTANCE.getActor();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ACTOR__TYPE = eINSTANCE.getActor_Type();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ACTOR__NAME = eINSTANCE.getActor_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Action</b></em>' containment reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ACTOR__ACTION = eINSTANCE.getActor_Action();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.TrackSegmentImpl <em>Track Segment</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.TrackSegmentImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getTrackSegment()\n\t\t * @generated\n\t\t */\n\t\tEClass TRACK_SEGMENT = eINSTANCE.getTrackSegment();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Roadsegments</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TRACK_SEGMENT__ROADSEGMENTS = eINSTANCE.getTrackSegment_Roadsegments();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute TRACK_SEGMENT__NAME = eINSTANCE.getTrackSegment_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Scenarios</b></em>' containment reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference TRACK_SEGMENT__SCENARIOS = eINSTANCE.getTrackSegment_Scenarios();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.RoadComponentImpl <em>Road Component</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.RoadComponentImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getRoadComponent()\n\t\t * @generated\n\t\t */\n\t\tEClass ROAD_COMPONENT = eINSTANCE.getRoadComponent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ROAD_COMPONENT__NAME = eINSTANCE.getRoadComponent_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Left Lane</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ROAD_COMPONENT__LEFT_LANE = eINSTANCE.getRoadComponent_LeftLane();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Right Lane</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ROAD_COMPONENT__RIGHT_LANE = eINSTANCE.getRoadComponent_RightLane();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.LaneImpl <em>Lane</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.LaneImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getLane()\n\t\t * @generated\n\t\t */\n\t\tEClass LANE = eINSTANCE.getLane();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>From Lanes</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference LANE__FROM_LANES = eINSTANCE.getLane_FromLanes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>To Lanes</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference LANE__TO_LANES = eINSTANCE.getLane_ToLanes();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Straight</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute LANE__STRAIGHT = eINSTANCE.getLane_Straight();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.SidewalkImpl <em>Sidewalk</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.SidewalkImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getSidewalk()\n\t\t * @generated\n\t\t */\n\t\tEClass SIDEWALK = eINSTANCE.getSidewalk();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.ActionImpl <em>Action</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.ActionImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getAction()\n\t\t * @generated\n\t\t */\n\t\tEClass ACTION = eINSTANCE.getAction();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Start Position</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ACTION__START_POSITION = eINSTANCE.getAction_StartPosition();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>End Position</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ACTION__END_POSITION = eINSTANCE.getAction_EndPosition();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ACTION__NAME = eINSTANCE.getAction_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.SignImpl <em>Sign</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.SignImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getSign()\n\t\t * @generated\n\t\t */\n\t\tEClass SIGN = eINSTANCE.getSign();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SIGN__NAME = eINSTANCE.getSign_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>For Road Component</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference SIGN__FOR_ROAD_COMPONENT = eINSTANCE.getSign_ForRoadComponent();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.CrosswalkImpl <em>Crosswalk</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.CrosswalkImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getCrosswalk()\n\t\t * @generated\n\t\t */\n\t\tEClass CROSSWALK = eINSTANCE.getCrosswalk();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.StopSignImpl <em>Stop Sign</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.StopSignImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getStopSign()\n\t\t * @generated\n\t\t */\n\t\tEClass STOP_SIGN = eINSTANCE.getStopSign();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.impl.GiveWaySignImpl <em>Give Way Sign</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.impl.GiveWaySignImpl\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getGiveWaySign()\n\t\t * @generated\n\t\t */\n\t\tEClass GIVE_WAY_SIGN = eINSTANCE.getGiveWaySign();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link auto.voyage.oas.testtrack.ActorType <em>Actor Type</em>}' enum.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see auto.voyage.oas.testtrack.ActorType\n\t\t * @see auto.voyage.oas.testtrack.impl.TesttrackPackageImpl#getActorType()\n\t\t * @generated\n\t\t */\n\t\tEEnum ACTOR_TYPE = eINSTANCE.getActorType();\n\n\t}\n\n}", "default void identifySubpackage(PackageId packageId, PackageId parentId) {\n\n }", "VmPackage getVmPackage();", "public Package() {\n }", "public interface ApplicationComponent extends CloudApplication {\n}", "public void createPackageContents() {\n\t\tif (isCreated) return;\n\t\tisCreated = true;\n\n\t\t// Create classes and their features\n\t\trepositoryEClass = createEClass(REPOSITORY);\n\t\tcreateEAttribute(repositoryEClass, REPOSITORY__NAME);\n\t\tcreateEAttribute(repositoryEClass, REPOSITORY__LOCATION);\n\n\t\trepositoryManagerEClass = createEClass(REPOSITORY_MANAGER);\n\t}", "public interface SchemaHandler {\n\n /***\n * Adds a resource with the cgs schema version\n * @param packageHandler\n * @throws Exception\n */\n\n public void addCgsSchemaVersionToPackage(PackageHandlerImpl packageHandler) throws Exception;\n\n\n}", "@Override\n\tpublic Project packageArchive(IProject ipr, IProject relativeTo) {\n\t\t//throw new RuntimeException(\"This method is not supported for Web based build configurations\");\n\t\tProject proj = null;\n\t\t\n\t\t\n\t\tProjectDeploymentStructure pds = readDeploymentAssembly(ipr);\n\t\t\n\t\tproj = generateArchive(pds, ipr, relativeTo);\n\t\tproj.setProperties(BuildCore.getProjectProperties(relativeTo.getLocation()));\n\t\t/**\n\t\t * If the ProjectDeploymentStructure instance is null. Then it is clear that this archive doesn't need packaging of other archives.\n\t\t * Hence, Only archive this Project.\n\t\t * \n\t\t */\n\t\t\n\t\treturn proj;\n\t}", "public interface Composition{\n\n}", "public interface LeadImageContainer {\n\tLeadAsset getImage();\n}", "CorePackage getCorePackage();", "public void initializePackageContents() {\r\n\t\tif (isInitialized) return;\r\n\t\tisInitialized = true;\r\n\r\n\t\t// Initialize package\r\n\t\tsetName(eNAME);\r\n\t\tsetNsPrefix(eNS_PREFIX);\r\n\t\tsetNsURI(eNS_URI);\r\n\r\n\t\t// Obtain other dependent packages\r\n\t\tServiceCIMPackage theServiceCIMPackage = (ServiceCIMPackage)EPackage.Registry.INSTANCE.getEPackage(ServiceCIMPackage.eNS_URI);\r\n\r\n\t\t// Create type parameters\r\n\r\n\t\t// Set bounds for type parameters\r\n\r\n\t\t// Add supertypes to classes\r\n\t\tauthorizableResourceEClass.getESuperTypes().add(this.getAnnotation());\r\n\t\tannResourceEClass.getESuperTypes().add(this.getAnnotatedElement());\r\n\t\tannPropertyEClass.getESuperTypes().add(this.getAnnotatedElement());\r\n\t\tauthorizationSubjectEClass.getESuperTypes().add(this.getAnnotation());\r\n\t\tannCRUDActivityEClass.getESuperTypes().add(this.getAnnotatedElement());\r\n\t\tnewPropertyEClass.getESuperTypes().add(this.getAnnotation());\r\n\r\n\t\t// Initialize classes, features, and operations; add parameters\r\n\t\tinitEClass(annotationModelEClass, AnnotationModel.class, \"AnnotationModel\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEAttribute(getAnnotationModel_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, AnnotationModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getAnnotationModel_HasAnnotatedElement(), this.getAnnotatedElement(), null, \"hasAnnotatedElement\", null, 1, -1, AnnotationModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getAnnotationModel_HasAnnotation(), this.getAnnotation(), null, \"hasAnnotation\", null, 1, -1, AnnotationModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(annotationEClass, Annotation.class, \"Annotation\", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\r\n\t\tinitEClass(authorizableResourceEClass, AuthorizableResource.class, \"AuthorizableResource\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEReference(getAuthorizableResource_HasResourceAccessPolicySet(), this.getResourceAccessPolicySet(), null, \"hasResourceAccessPolicySet\", null, 1, 1, AuthorizableResource.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getAuthorizableResource_IsAuthorizableResource(), this.getAnnResource(), null, \"isAuthorizableResource\", null, 1, 1, AuthorizableResource.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEAttribute(getAuthorizableResource_BTrackOwnership(), ecorePackage.getEBoolean(), \"bTrackOwnership\", null, 1, 1, AuthorizableResource.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(resourceAccessPolicySetEClass, ResourceAccessPolicySet.class, \"ResourceAccessPolicySet\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEAttribute(getResourceAccessPolicySet_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, ResourceAccessPolicySet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEAttribute(getResourceAccessPolicySet_PolicyCombiningAlgorithm(), this.getCombiningAlgorithm(), \"policyCombiningAlgorithm\", null, 1, 1, ResourceAccessPolicySet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getResourceAccessPolicySet_HasResourceAccessPolicy(), this.getResourceAccessPolicy(), null, \"hasResourceAccessPolicy\", null, 1, -1, ResourceAccessPolicySet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getResourceAccessPolicySet_HasResourceAccessPolicySet(), this.getResourceAccessPolicySet(), null, \"hasResourceAccessPolicySet\", null, 0, -1, ResourceAccessPolicySet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(annotatedElementEClass, AnnotatedElement.class, \"AnnotatedElement\", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\r\n\t\tinitEClass(annResourceEClass, AnnResource.class, \"AnnResource\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEReference(getAnnResource_AnnotatesResource(), theServiceCIMPackage.getResource(), null, \"annotatesResource\", null, 1, 1, AnnResource.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(resourceAccessPolicyEClass, ResourceAccessPolicy.class, \"ResourceAccessPolicy\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEAttribute(getResourceAccessPolicy_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, ResourceAccessPolicy.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEAttribute(getResourceAccessPolicy_RuleCombiningAlgorithm(), this.getCombiningAlgorithm(), \"ruleCombiningAlgorithm\", null, 1, 1, ResourceAccessPolicy.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getResourceAccessPolicy_HasApplyCondition(), this.getCondition(), null, \"hasApplyCondition\", null, 0, -1, ResourceAccessPolicy.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getResourceAccessPolicy_HasResourceAccessRule(), this.getResourceAccessRule(), null, \"hasResourceAccessRule\", null, 1, -1, ResourceAccessPolicy.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(conditionEClass, Condition.class, \"Condition\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEAttribute(getCondition_Operator(), this.getOperator(), \"operator\", \"UNDEFINED\", 1, 1, Condition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getCondition_HasLeftSideOperand(), this.getAttribute(), null, \"hasLeftSideOperand\", null, 1, 1, Condition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getCondition_HasRightSideOperand(), this.getAttribute(), null, \"hasRightSideOperand\", null, 1, 1, Condition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(attributeEClass, Attribute.class, \"Attribute\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEAttribute(getAttribute_AttributeCategory(), this.getAttributeCategory(), \"attributeCategory\", null, 1, 1, Attribute.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getAttribute_IsAttributeExistingProperty(), this.getAnnProperty(), null, \"isAttributeExistingProperty\", null, 0, 1, Attribute.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEAttribute(getAttribute_Value(), ecorePackage.getEString(), \"value\", null, 0, -1, Attribute.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getAttribute_IsAttributeNewProperty(), this.getNewProperty(), null, \"isAttributeNewProperty\", null, 0, 1, Attribute.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getAttribute_IsAttributeResource(), this.getAnnResource(), null, \"isAttributeResource\", null, 0, 1, Attribute.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(annPropertyEClass, AnnProperty.class, \"AnnProperty\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEReference(getAnnProperty_AnnotatesProperty(), theServiceCIMPackage.getProperty(), null, \"annotatesProperty\", null, 1, 1, AnnProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(resourceAccessRuleEClass, ResourceAccessRule.class, \"ResourceAccessRule\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEReference(getResourceAccessRule_HasMatchCondition(), this.getCondition(), null, \"hasMatchCondition\", null, 1, -1, ResourceAccessRule.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEAttribute(getResourceAccessRule_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, ResourceAccessRule.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEAttribute(getResourceAccessRule_RuleType(), this.getRuleType(), \"ruleType\", null, 1, 1, ResourceAccessRule.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEReference(getResourceAccessRule_HasAllowedAction(), this.getAllowedAction(), null, \"hasAllowedAction\", null, 1, -1, ResourceAccessRule.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(authorizationSubjectEClass, AuthorizationSubject.class, \"AuthorizationSubject\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEReference(getAuthorizationSubject_IsAuthorizationSubject(), this.getAnnResource(), null, \"isAuthorizationSubject\", null, 1, 1, AuthorizationSubject.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(annCRUDActivityEClass, AnnCRUDActivity.class, \"AnnCRUDActivity\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEReference(getAnnCRUDActivity_AnnotatesCRUDActivity(), theServiceCIMPackage.getCRUDActivity(), null, \"annotatesCRUDActivity\", null, 1, 1, AnnCRUDActivity.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(allowedActionEClass, AllowedAction.class, \"AllowedAction\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEReference(getAllowedAction_IsAllowedAction(), this.getAnnCRUDActivity(), null, \"isAllowedAction\", null, 1, 1, AllowedAction.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\tinitEClass(newPropertyEClass, NewProperty.class, \"NewProperty\", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);\r\n\t\tinitEReference(getNewProperty_BelongsToResource(), this.getAnnResource(), null, \"belongsToResource\", null, 1, 1, NewProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEAttribute(getNewProperty_Name(), ecorePackage.getEString(), \"name\", null, 1, 1, NewProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEAttribute(getNewProperty_Type(), ecorePackage.getEString(), \"type\", null, 1, 1, NewProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\t\tinitEAttribute(getNewProperty_BIsUnique(), ecorePackage.getEBoolean(), \"bIsUnique\", null, 1, 1, NewProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);\r\n\r\n\t\t// Initialize enums and add enum literals\r\n\t\tinitEEnum(combiningAlgorithmEEnum, CombiningAlgorithm.class, \"CombiningAlgorithm\");\r\n\t\taddEEnumLiteral(combiningAlgorithmEEnum, CombiningAlgorithm.DENY_OVERRIDES);\r\n\t\taddEEnumLiteral(combiningAlgorithmEEnum, CombiningAlgorithm.PERMIT_OVERRIDES);\r\n\t\taddEEnumLiteral(combiningAlgorithmEEnum, CombiningAlgorithm.DENY_UNLESS_PERMIT);\r\n\t\taddEEnumLiteral(combiningAlgorithmEEnum, CombiningAlgorithm.PERMIT_UNLESS_DENY);\r\n\r\n\t\tinitEEnum(operatorEEnum, Operator.class, \"Operator\");\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.EQUAL);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.GREATER_THAN);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.LESS_THAN);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.GREATER_THAN_OR_EQUAL);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.LESS_THAN_OR_EQUAL);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.NOT_EQUAL);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.SUBSET);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.NOT_SUBSET);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.SET_CONTAINS);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.SET_NOT_CONTAINS);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.REGEX);\r\n\t\taddEEnumLiteral(operatorEEnum, Operator.UNDEFINED);\r\n\r\n\t\tinitEEnum(attributeCategoryEEnum, AttributeCategory.class, \"AttributeCategory\");\r\n\t\taddEEnumLiteral(attributeCategoryEEnum, AttributeCategory.ACCESS_SUBJECT);\r\n\t\taddEEnumLiteral(attributeCategoryEEnum, AttributeCategory.ACCESSED_RESOURCE);\r\n\t\taddEEnumLiteral(attributeCategoryEEnum, AttributeCategory.PARENT_RESOURCE);\r\n\t\taddEEnumLiteral(attributeCategoryEEnum, AttributeCategory.CHILD_RESOURCE);\r\n\t\taddEEnumLiteral(attributeCategoryEEnum, AttributeCategory.INCLUDED_RESOURCE);\r\n\t\taddEEnumLiteral(attributeCategoryEEnum, AttributeCategory.CONSTANT);\r\n\r\n\t\tinitEEnum(ruleTypeEEnum, RuleType.class, \"RuleType\");\r\n\t\taddEEnumLiteral(ruleTypeEEnum, RuleType.PERMIT);\r\n\t\taddEEnumLiteral(ruleTypeEEnum, RuleType.DENY);\r\n\r\n\t\t// Create resource\r\n\t\tcreateResource(eNS_URI);\r\n\t}", "public abstract VFolder locatePackage(final String pkg_name);", "public PackageNode getPackage();", "public interface ITestPackageRepo {\n\n /**\n * Get a {@link TestPackageDef} given a uri\n *\n * @param testUri the string uris\n * @return a {@link TestPackageDef} or <code>null</code> if the uri cannot be found in repo\n */\n public ITestPackageDef getTestPackage(String testUri);\n\n /**\n * Attempt to find the package uri for a given test class name\n *\n * @param testClassName the test class name\n * @return the package uri or <code>null</code> if the package cannot be found\n */\n public String findPackageForTest(String testClassName);\n\n /**\n * Return a sorted {@link Collection} of all package names found in repo.\n */\n public Collection<String> getPackageNames();\n\n}", "public interface EnvironmentmmPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"environmentmm\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"SATEL.APN.environmentmm\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"environmentmm\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tEnvironmentmmPackage eINSTANCE = SATEL.APN.environmentmm.impl.EnvironmentmmPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link SATEL.APN.environmentmm.impl.EnvironmentImpl <em>Environment</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see SATEL.APN.environmentmm.impl.EnvironmentImpl\n\t * @see SATEL.APN.environmentmm.impl.EnvironmentmmPackageImpl#getEnvironment()\n\t * @generated\n\t */\n\tint ENVIRONMENT = 0;\n\n\t/**\n\t * The number of structural features of the '<em>Environment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ENVIRONMENT_FEATURE_COUNT = 0;\n\n\n\t/**\n\t * Returns the meta object for class '{@link SATEL.APN.environmentmm.Environment <em>Environment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Environment</em>'.\n\t * @see SATEL.APN.environmentmm.Environment\n\t * @generated\n\t */\n\tEClass getEnvironment();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tEnvironmentmmFactory getEnvironmentmmFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link SATEL.APN.environmentmm.impl.EnvironmentImpl <em>Environment</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see SATEL.APN.environmentmm.impl.EnvironmentImpl\n\t\t * @see SATEL.APN.environmentmm.impl.EnvironmentmmPackageImpl#getEnvironment()\n\t\t * @generated\n\t\t */\n\t\tEClass ENVIRONMENT = eINSTANCE.getEnvironment();\n\n\t}\n\n}", "public static CollaborationpackagePackage init() {\r\n\t\tif (isInited) return (CollaborationpackagePackage)EPackage.Registry.INSTANCE.getEPackage(CollaborationpackagePackage.eNS_URI);\r\n\r\n\t\t// Obtain or create and register package\r\n\t\tCollaborationpackagePackageImpl theCollaborationpackagePackage = (CollaborationpackagePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(eNS_URI) instanceof CollaborationpackagePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(eNS_URI) : new CollaborationpackagePackageImpl());\r\n\r\n\t\tisInited = true;\r\n\r\n\t\t// Obtain or create and register interdependencies\r\n\t\tVpmlPackageImpl theVpmlPackage = (VpmlPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(VpmlPackage.eNS_URI) instanceof VpmlPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(VpmlPackage.eNS_URI) : VpmlPackage.eINSTANCE);\r\n\t\tOrganizationpackagePackageImpl theOrganizationpackagePackage = (OrganizationpackagePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(OrganizationpackagePackage.eNS_URI) instanceof OrganizationpackagePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(OrganizationpackagePackage.eNS_URI) : OrganizationpackagePackage.eINSTANCE);\r\n\t\tResourcepackagePackageImpl theResourcepackagePackage = (ResourcepackagePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ResourcepackagePackage.eNS_URI) instanceof ResourcepackagePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ResourcepackagePackage.eNS_URI) : ResourcepackagePackage.eINSTANCE);\r\n\t\tProcesspackagePackageImpl theProcesspackagePackage = (ProcesspackagePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ProcesspackagePackage.eNS_URI) instanceof ProcesspackagePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ProcesspackagePackage.eNS_URI) : ProcesspackagePackage.eINSTANCE);\r\n\t\tUtilpackagePackageImpl theUtilpackagePackage = (UtilpackagePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(UtilpackagePackage.eNS_URI) instanceof UtilpackagePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(UtilpackagePackage.eNS_URI) : UtilpackagePackage.eINSTANCE);\r\n\t\tInfopackagePackageImpl theInfopackagePackage = (InfopackagePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(InfopackagePackage.eNS_URI) instanceof InfopackagePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(InfopackagePackage.eNS_URI) : InfopackagePackage.eINSTANCE);\r\n\t\tInformationpackagePackageImpl theInformationpackagePackage = (InformationpackagePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(InformationpackagePackage.eNS_URI) instanceof InformationpackagePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(InformationpackagePackage.eNS_URI) : InformationpackagePackage.eINSTANCE);\r\n\r\n\t\t// Create package meta-data objects\r\n\t\ttheCollaborationpackagePackage.createPackageContents();\r\n\t\ttheVpmlPackage.createPackageContents();\r\n\t\ttheOrganizationpackagePackage.createPackageContents();\r\n\t\ttheResourcepackagePackage.createPackageContents();\r\n\t\ttheProcesspackagePackage.createPackageContents();\r\n\t\ttheUtilpackagePackage.createPackageContents();\r\n\t\ttheInfopackagePackage.createPackageContents();\r\n\t\ttheInformationpackagePackage.createPackageContents();\r\n\r\n\t\t// Initialize created meta-data\r\n\t\ttheCollaborationpackagePackage.initializePackageContents();\r\n\t\ttheVpmlPackage.initializePackageContents();\r\n\t\ttheOrganizationpackagePackage.initializePackageContents();\r\n\t\ttheResourcepackagePackage.initializePackageContents();\r\n\t\ttheProcesspackagePackage.initializePackageContents();\r\n\t\ttheUtilpackagePackage.initializePackageContents();\r\n\t\ttheInfopackagePackage.initializePackageContents();\r\n\t\ttheInformationpackagePackage.initializePackageContents();\r\n\r\n\t\t// Mark meta-data to indicate it can't be changed\r\n\t\ttheCollaborationpackagePackage.freeze();\r\n\r\n\t\treturn theCollaborationpackagePackage;\r\n\t}", "public interface Environment extends ImportProvider {\n /** Searches for the best available import with the given {@code identifier}. */\n Optional<Import> search(String identifier);\n\n /**\n * Returns all files in the package of a given {@code packageName}.\n *\n * <p>This uses the actual {@code package} declaration at the top of Java files, and will\n * therefore properly detect files of the same package in different directories.\n */\n Set<ParsedFile> filesInPackage(String packageName);\n}", "public interface DotLanguagePackage extends EPackage\n{\n /**\n * The package name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNAME = \"dotLanguage\";\n\n /**\n * The package namespace URI.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_URI = \"http://www.ac.uk/kcl/inf/DotLanguage\";\n\n /**\n * The package namespace name.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n String eNS_PREFIX = \"dotLanguage\";\n\n /**\n * The singleton instance of the package.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n DotLanguagePackage eINSTANCE = uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl.init();\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.DotLanguageImpl <em>Dot Language</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguageImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getDotLanguage()\n * @generated\n */\n int DOT_LANGUAGE = 0;\n\n /**\n * The feature id for the '<em><b>Graphs</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DOT_LANGUAGE__GRAPHS = 0;\n\n /**\n * The number of structural features of the '<em>Dot Language</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DOT_LANGUAGE_FEATURE_COUNT = 1;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.GraphImpl <em>Graph</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.GraphImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getGraph()\n * @generated\n */\n int GRAPH = 1;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GRAPH__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Statements</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GRAPH__STATEMENTS = 1;\n\n /**\n * The number of structural features of the '<em>Graph</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int GRAPH_FEATURE_COUNT = 2;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.DigraphImpl <em>Digraph</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.DigraphImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getDigraph()\n * @generated\n */\n int DIGRAPH = 2;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIGRAPH__NAME = 0;\n\n /**\n * The feature id for the '<em><b>Statements</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIGRAPH__STATEMENTS = 1;\n\n /**\n * The number of structural features of the '<em>Digraph</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIGRAPH_FEATURE_COUNT = 2;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.DirectedStatementImpl <em>Directed Statement</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.DirectedStatementImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getDirectedStatement()\n * @generated\n */\n int DIRECTED_STATEMENT = 3;\n\n /**\n * The number of structural features of the '<em>Directed Statement</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIRECTED_STATEMENT_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.UndirectedStatementImpl <em>Undirected Statement</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.UndirectedStatementImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getUndirectedStatement()\n * @generated\n */\n int UNDIRECTED_STATEMENT = 4;\n\n /**\n * The number of structural features of the '<em>Undirected Statement</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int UNDIRECTED_STATEMENT_FEATURE_COUNT = 0;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.NodeDeclarationImpl <em>Node Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.NodeDeclarationImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getNodeDeclaration()\n * @generated\n */\n int NODE_DECLARATION = 5;\n\n /**\n * The feature id for the '<em><b>Node Name</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NODE_DECLARATION__NODE_NAME = DIRECTED_STATEMENT_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Optional Attributes</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NODE_DECLARATION__OPTIONAL_ATTRIBUTES = DIRECTED_STATEMENT_FEATURE_COUNT + 1;\n\n /**\n * The number of structural features of the '<em>Node Declaration</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NODE_DECLARATION_FEATURE_COUNT = DIRECTED_STATEMENT_FEATURE_COUNT + 2;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.NodeIdImpl <em>Node Id</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.NodeIdImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getNodeId()\n * @generated\n */\n int NODE_ID = 6;\n\n /**\n * The feature id for the '<em><b>Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NODE_ID__NAME = 0;\n\n /**\n * The number of structural features of the '<em>Node Id</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NODE_ID_FEATURE_COUNT = 1;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.AttributeListImpl <em>Attribute List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.AttributeListImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getAttributeList()\n * @generated\n */\n int ATTRIBUTE_LIST = 7;\n\n /**\n * The feature id for the '<em><b>Attr</b></em>' containment reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATTRIBUTE_LIST__ATTR = 0;\n\n /**\n * The number of structural features of the '<em>Attribute List</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATTRIBUTE_LIST_FEATURE_COUNT = 1;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.AttributeImpl <em>Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.AttributeImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getAttribute()\n * @generated\n */\n int ATTRIBUTE = 8;\n\n /**\n * The feature id for the '<em><b>Attribute Name</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATTRIBUTE__ATTRIBUTE_NAME = 0;\n\n /**\n * The feature id for the '<em><b>Attribute Value</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATTRIBUTE__ATTRIBUTE_VALUE = 1;\n\n /**\n * The number of structural features of the '<em>Attribute</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int ATTRIBUTE_FEATURE_COUNT = 2;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.DirectedEdgeDeclarationImpl <em>Directed Edge Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.DirectedEdgeDeclarationImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getDirectedEdgeDeclaration()\n * @generated\n */\n int DIRECTED_EDGE_DECLARATION = 9;\n\n /**\n * The feature id for the '<em><b>First Node</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIRECTED_EDGE_DECLARATION__FIRST_NODE = DIRECTED_STATEMENT_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Edge</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIRECTED_EDGE_DECLARATION__EDGE = DIRECTED_STATEMENT_FEATURE_COUNT + 1;\n\n /**\n * The feature id for the '<em><b>Second Node</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIRECTED_EDGE_DECLARATION__SECOND_NODE = DIRECTED_STATEMENT_FEATURE_COUNT + 2;\n\n /**\n * The number of structural features of the '<em>Directed Edge Declaration</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int DIRECTED_EDGE_DECLARATION_FEATURE_COUNT = DIRECTED_STATEMENT_FEATURE_COUNT + 3;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.UndirectedEdgeDeclarationImpl <em>Undirected Edge Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.UndirectedEdgeDeclarationImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getUndirectedEdgeDeclaration()\n * @generated\n */\n int UNDIRECTED_EDGE_DECLARATION = 10;\n\n /**\n * The feature id for the '<em><b>First Node</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int UNDIRECTED_EDGE_DECLARATION__FIRST_NODE = UNDIRECTED_STATEMENT_FEATURE_COUNT + 0;\n\n /**\n * The feature id for the '<em><b>Edge</b></em>' attribute.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int UNDIRECTED_EDGE_DECLARATION__EDGE = UNDIRECTED_STATEMENT_FEATURE_COUNT + 1;\n\n /**\n * The feature id for the '<em><b>Second Node</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int UNDIRECTED_EDGE_DECLARATION__SECOND_NODE = UNDIRECTED_STATEMENT_FEATURE_COUNT + 2;\n\n /**\n * The number of structural features of the '<em>Undirected Edge Declaration</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int UNDIRECTED_EDGE_DECLARATION_FEATURE_COUNT = UNDIRECTED_STATEMENT_FEATURE_COUNT + 3;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.RightEdgeDeclarationImpl <em>Right Edge Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.RightEdgeDeclarationImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getRightEdgeDeclaration()\n * @generated\n */\n int RIGHT_EDGE_DECLARATION = 11;\n\n /**\n * The feature id for the '<em><b>Second Node</b></em>' reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RIGHT_EDGE_DECLARATION__SECOND_NODE = 0;\n\n /**\n * The feature id for the '<em><b>Node List</b></em>' containment reference.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RIGHT_EDGE_DECLARATION__NODE_LIST = 1;\n\n /**\n * The number of structural features of the '<em>Right Edge Declaration</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int RIGHT_EDGE_DECLARATION_FEATURE_COUNT = 2;\n\n /**\n * The meta object id for the '{@link uk.ac.kcl.inf.dotLanguage.impl.NodeListImpl <em>Node List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.NodeListImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getNodeList()\n * @generated\n */\n int NODE_LIST = 12;\n\n /**\n * The feature id for the '<em><b>Nodes</b></em>' reference list.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NODE_LIST__NODES = 0;\n\n /**\n * The number of structural features of the '<em>Node List</em>' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n * @ordered\n */\n int NODE_LIST_FEATURE_COUNT = 1;\n\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.DotLanguage <em>Dot Language</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Dot Language</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.DotLanguage\n * @generated\n */\n EClass getDotLanguage();\n\n /**\n * Returns the meta object for the containment reference list '{@link uk.ac.kcl.inf.dotLanguage.DotLanguage#getGraphs <em>Graphs</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Graphs</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.DotLanguage#getGraphs()\n * @see #getDotLanguage()\n * @generated\n */\n EReference getDotLanguage_Graphs();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.Graph <em>Graph</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Graph</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.Graph\n * @generated\n */\n EClass getGraph();\n\n /**\n * Returns the meta object for the attribute '{@link uk.ac.kcl.inf.dotLanguage.Graph#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.Graph#getName()\n * @see #getGraph()\n * @generated\n */\n EAttribute getGraph_Name();\n\n /**\n * Returns the meta object for the containment reference list '{@link uk.ac.kcl.inf.dotLanguage.Graph#getStatements <em>Statements</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Statements</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.Graph#getStatements()\n * @see #getGraph()\n * @generated\n */\n EReference getGraph_Statements();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.Digraph <em>Digraph</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Digraph</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.Digraph\n * @generated\n */\n EClass getDigraph();\n\n /**\n * Returns the meta object for the attribute '{@link uk.ac.kcl.inf.dotLanguage.Digraph#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.Digraph#getName()\n * @see #getDigraph()\n * @generated\n */\n EAttribute getDigraph_Name();\n\n /**\n * Returns the meta object for the containment reference list '{@link uk.ac.kcl.inf.dotLanguage.Digraph#getStatements <em>Statements</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Statements</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.Digraph#getStatements()\n * @see #getDigraph()\n * @generated\n */\n EReference getDigraph_Statements();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.DirectedStatement <em>Directed Statement</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Directed Statement</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.DirectedStatement\n * @generated\n */\n EClass getDirectedStatement();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.UndirectedStatement <em>Undirected Statement</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Undirected Statement</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.UndirectedStatement\n * @generated\n */\n EClass getUndirectedStatement();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.NodeDeclaration <em>Node Declaration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Node Declaration</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.NodeDeclaration\n * @generated\n */\n EClass getNodeDeclaration();\n\n /**\n * Returns the meta object for the containment reference '{@link uk.ac.kcl.inf.dotLanguage.NodeDeclaration#getNodeName <em>Node Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Node Name</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.NodeDeclaration#getNodeName()\n * @see #getNodeDeclaration()\n * @generated\n */\n EReference getNodeDeclaration_NodeName();\n\n /**\n * Returns the meta object for the containment reference '{@link uk.ac.kcl.inf.dotLanguage.NodeDeclaration#getOptionalAttributes <em>Optional Attributes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Optional Attributes</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.NodeDeclaration#getOptionalAttributes()\n * @see #getNodeDeclaration()\n * @generated\n */\n EReference getNodeDeclaration_OptionalAttributes();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.NodeId <em>Node Id</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Node Id</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.NodeId\n * @generated\n */\n EClass getNodeId();\n\n /**\n * Returns the meta object for the attribute '{@link uk.ac.kcl.inf.dotLanguage.NodeId#getName <em>Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Name</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.NodeId#getName()\n * @see #getNodeId()\n * @generated\n */\n EAttribute getNodeId_Name();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.AttributeList <em>Attribute List</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Attribute List</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.AttributeList\n * @generated\n */\n EClass getAttributeList();\n\n /**\n * Returns the meta object for the containment reference list '{@link uk.ac.kcl.inf.dotLanguage.AttributeList#getAttr <em>Attr</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference list '<em>Attr</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.AttributeList#getAttr()\n * @see #getAttributeList()\n * @generated\n */\n EReference getAttributeList_Attr();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.Attribute <em>Attribute</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Attribute</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.Attribute\n * @generated\n */\n EClass getAttribute();\n\n /**\n * Returns the meta object for the attribute '{@link uk.ac.kcl.inf.dotLanguage.Attribute#getAttributeName <em>Attribute Name</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Attribute Name</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.Attribute#getAttributeName()\n * @see #getAttribute()\n * @generated\n */\n EAttribute getAttribute_AttributeName();\n\n /**\n * Returns the meta object for the attribute '{@link uk.ac.kcl.inf.dotLanguage.Attribute#getAttributeValue <em>Attribute Value</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Attribute Value</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.Attribute#getAttributeValue()\n * @see #getAttribute()\n * @generated\n */\n EAttribute getAttribute_AttributeValue();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.DirectedEdgeDeclaration <em>Directed Edge Declaration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Directed Edge Declaration</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.DirectedEdgeDeclaration\n * @generated\n */\n EClass getDirectedEdgeDeclaration();\n\n /**\n * Returns the meta object for the reference '{@link uk.ac.kcl.inf.dotLanguage.DirectedEdgeDeclaration#getFirstNode <em>First Node</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>First Node</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.DirectedEdgeDeclaration#getFirstNode()\n * @see #getDirectedEdgeDeclaration()\n * @generated\n */\n EReference getDirectedEdgeDeclaration_FirstNode();\n\n /**\n * Returns the meta object for the attribute '{@link uk.ac.kcl.inf.dotLanguage.DirectedEdgeDeclaration#getEdge <em>Edge</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Edge</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.DirectedEdgeDeclaration#getEdge()\n * @see #getDirectedEdgeDeclaration()\n * @generated\n */\n EAttribute getDirectedEdgeDeclaration_Edge();\n\n /**\n * Returns the meta object for the containment reference '{@link uk.ac.kcl.inf.dotLanguage.DirectedEdgeDeclaration#getSecondNode <em>Second Node</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Second Node</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.DirectedEdgeDeclaration#getSecondNode()\n * @see #getDirectedEdgeDeclaration()\n * @generated\n */\n EReference getDirectedEdgeDeclaration_SecondNode();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.UndirectedEdgeDeclaration <em>Undirected Edge Declaration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Undirected Edge Declaration</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.UndirectedEdgeDeclaration\n * @generated\n */\n EClass getUndirectedEdgeDeclaration();\n\n /**\n * Returns the meta object for the reference '{@link uk.ac.kcl.inf.dotLanguage.UndirectedEdgeDeclaration#getFirstNode <em>First Node</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>First Node</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.UndirectedEdgeDeclaration#getFirstNode()\n * @see #getUndirectedEdgeDeclaration()\n * @generated\n */\n EReference getUndirectedEdgeDeclaration_FirstNode();\n\n /**\n * Returns the meta object for the attribute '{@link uk.ac.kcl.inf.dotLanguage.UndirectedEdgeDeclaration#getEdge <em>Edge</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the attribute '<em>Edge</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.UndirectedEdgeDeclaration#getEdge()\n * @see #getUndirectedEdgeDeclaration()\n * @generated\n */\n EAttribute getUndirectedEdgeDeclaration_Edge();\n\n /**\n * Returns the meta object for the containment reference '{@link uk.ac.kcl.inf.dotLanguage.UndirectedEdgeDeclaration#getSecondNode <em>Second Node</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Second Node</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.UndirectedEdgeDeclaration#getSecondNode()\n * @see #getUndirectedEdgeDeclaration()\n * @generated\n */\n EReference getUndirectedEdgeDeclaration_SecondNode();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.RightEdgeDeclaration <em>Right Edge Declaration</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Right Edge Declaration</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.RightEdgeDeclaration\n * @generated\n */\n EClass getRightEdgeDeclaration();\n\n /**\n * Returns the meta object for the reference '{@link uk.ac.kcl.inf.dotLanguage.RightEdgeDeclaration#getSecondNode <em>Second Node</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference '<em>Second Node</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.RightEdgeDeclaration#getSecondNode()\n * @see #getRightEdgeDeclaration()\n * @generated\n */\n EReference getRightEdgeDeclaration_SecondNode();\n\n /**\n * Returns the meta object for the containment reference '{@link uk.ac.kcl.inf.dotLanguage.RightEdgeDeclaration#getNodeList <em>Node List</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the containment reference '<em>Node List</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.RightEdgeDeclaration#getNodeList()\n * @see #getRightEdgeDeclaration()\n * @generated\n */\n EReference getRightEdgeDeclaration_NodeList();\n\n /**\n * Returns the meta object for class '{@link uk.ac.kcl.inf.dotLanguage.NodeList <em>Node List</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for class '<em>Node List</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.NodeList\n * @generated\n */\n EClass getNodeList();\n\n /**\n * Returns the meta object for the reference list '{@link uk.ac.kcl.inf.dotLanguage.NodeList#getNodes <em>Nodes</em>}'.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the meta object for the reference list '<em>Nodes</em>'.\n * @see uk.ac.kcl.inf.dotLanguage.NodeList#getNodes()\n * @see #getNodeList()\n * @generated\n */\n EReference getNodeList_Nodes();\n\n /**\n * Returns the factory that creates the instances of the model.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @return the factory that creates the instances of the model.\n * @generated\n */\n DotLanguageFactory getDotLanguageFactory();\n\n /**\n * <!-- begin-user-doc -->\n * Defines literals for the meta objects that represent\n * <ul>\n * <li>each class,</li>\n * <li>each feature of each class,</li>\n * <li>each enum,</li>\n * <li>and each data type</li>\n * </ul>\n * <!-- end-user-doc -->\n * @generated\n */\n interface Literals\n {\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.DotLanguageImpl <em>Dot Language</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguageImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getDotLanguage()\n * @generated\n */\n EClass DOT_LANGUAGE = eINSTANCE.getDotLanguage();\n\n /**\n * The meta object literal for the '<em><b>Graphs</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference DOT_LANGUAGE__GRAPHS = eINSTANCE.getDotLanguage_Graphs();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.GraphImpl <em>Graph</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.GraphImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getGraph()\n * @generated\n */\n EClass GRAPH = eINSTANCE.getGraph();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute GRAPH__NAME = eINSTANCE.getGraph_Name();\n\n /**\n * The meta object literal for the '<em><b>Statements</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference GRAPH__STATEMENTS = eINSTANCE.getGraph_Statements();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.DigraphImpl <em>Digraph</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.DigraphImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getDigraph()\n * @generated\n */\n EClass DIGRAPH = eINSTANCE.getDigraph();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute DIGRAPH__NAME = eINSTANCE.getDigraph_Name();\n\n /**\n * The meta object literal for the '<em><b>Statements</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference DIGRAPH__STATEMENTS = eINSTANCE.getDigraph_Statements();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.DirectedStatementImpl <em>Directed Statement</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.DirectedStatementImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getDirectedStatement()\n * @generated\n */\n EClass DIRECTED_STATEMENT = eINSTANCE.getDirectedStatement();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.UndirectedStatementImpl <em>Undirected Statement</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.UndirectedStatementImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getUndirectedStatement()\n * @generated\n */\n EClass UNDIRECTED_STATEMENT = eINSTANCE.getUndirectedStatement();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.NodeDeclarationImpl <em>Node Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.NodeDeclarationImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getNodeDeclaration()\n * @generated\n */\n EClass NODE_DECLARATION = eINSTANCE.getNodeDeclaration();\n\n /**\n * The meta object literal for the '<em><b>Node Name</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference NODE_DECLARATION__NODE_NAME = eINSTANCE.getNodeDeclaration_NodeName();\n\n /**\n * The meta object literal for the '<em><b>Optional Attributes</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference NODE_DECLARATION__OPTIONAL_ATTRIBUTES = eINSTANCE.getNodeDeclaration_OptionalAttributes();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.NodeIdImpl <em>Node Id</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.NodeIdImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getNodeId()\n * @generated\n */\n EClass NODE_ID = eINSTANCE.getNodeId();\n\n /**\n * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute NODE_ID__NAME = eINSTANCE.getNodeId_Name();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.AttributeListImpl <em>Attribute List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.AttributeListImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getAttributeList()\n * @generated\n */\n EClass ATTRIBUTE_LIST = eINSTANCE.getAttributeList();\n\n /**\n * The meta object literal for the '<em><b>Attr</b></em>' containment reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference ATTRIBUTE_LIST__ATTR = eINSTANCE.getAttributeList_Attr();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.AttributeImpl <em>Attribute</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.AttributeImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getAttribute()\n * @generated\n */\n EClass ATTRIBUTE = eINSTANCE.getAttribute();\n\n /**\n * The meta object literal for the '<em><b>Attribute Name</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ATTRIBUTE__ATTRIBUTE_NAME = eINSTANCE.getAttribute_AttributeName();\n\n /**\n * The meta object literal for the '<em><b>Attribute Value</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute ATTRIBUTE__ATTRIBUTE_VALUE = eINSTANCE.getAttribute_AttributeValue();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.DirectedEdgeDeclarationImpl <em>Directed Edge Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.DirectedEdgeDeclarationImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getDirectedEdgeDeclaration()\n * @generated\n */\n EClass DIRECTED_EDGE_DECLARATION = eINSTANCE.getDirectedEdgeDeclaration();\n\n /**\n * The meta object literal for the '<em><b>First Node</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference DIRECTED_EDGE_DECLARATION__FIRST_NODE = eINSTANCE.getDirectedEdgeDeclaration_FirstNode();\n\n /**\n * The meta object literal for the '<em><b>Edge</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute DIRECTED_EDGE_DECLARATION__EDGE = eINSTANCE.getDirectedEdgeDeclaration_Edge();\n\n /**\n * The meta object literal for the '<em><b>Second Node</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference DIRECTED_EDGE_DECLARATION__SECOND_NODE = eINSTANCE.getDirectedEdgeDeclaration_SecondNode();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.UndirectedEdgeDeclarationImpl <em>Undirected Edge Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.UndirectedEdgeDeclarationImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getUndirectedEdgeDeclaration()\n * @generated\n */\n EClass UNDIRECTED_EDGE_DECLARATION = eINSTANCE.getUndirectedEdgeDeclaration();\n\n /**\n * The meta object literal for the '<em><b>First Node</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference UNDIRECTED_EDGE_DECLARATION__FIRST_NODE = eINSTANCE.getUndirectedEdgeDeclaration_FirstNode();\n\n /**\n * The meta object literal for the '<em><b>Edge</b></em>' attribute feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EAttribute UNDIRECTED_EDGE_DECLARATION__EDGE = eINSTANCE.getUndirectedEdgeDeclaration_Edge();\n\n /**\n * The meta object literal for the '<em><b>Second Node</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference UNDIRECTED_EDGE_DECLARATION__SECOND_NODE = eINSTANCE.getUndirectedEdgeDeclaration_SecondNode();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.RightEdgeDeclarationImpl <em>Right Edge Declaration</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.RightEdgeDeclarationImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getRightEdgeDeclaration()\n * @generated\n */\n EClass RIGHT_EDGE_DECLARATION = eINSTANCE.getRightEdgeDeclaration();\n\n /**\n * The meta object literal for the '<em><b>Second Node</b></em>' reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference RIGHT_EDGE_DECLARATION__SECOND_NODE = eINSTANCE.getRightEdgeDeclaration_SecondNode();\n\n /**\n * The meta object literal for the '<em><b>Node List</b></em>' containment reference feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference RIGHT_EDGE_DECLARATION__NODE_LIST = eINSTANCE.getRightEdgeDeclaration_NodeList();\n\n /**\n * The meta object literal for the '{@link uk.ac.kcl.inf.dotLanguage.impl.NodeListImpl <em>Node List</em>}' class.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @see uk.ac.kcl.inf.dotLanguage.impl.NodeListImpl\n * @see uk.ac.kcl.inf.dotLanguage.impl.DotLanguagePackageImpl#getNodeList()\n * @generated\n */\n EClass NODE_LIST = eINSTANCE.getNodeList();\n\n /**\n * The meta object literal for the '<em><b>Nodes</b></em>' reference list feature.\n * <!-- begin-user-doc -->\n * <!-- end-user-doc -->\n * @generated\n */\n EReference NODE_LIST__NODES = eINSTANCE.getNodeList_Nodes();\n\n }\n\n}", "public interface DataPackage extends EPackage {\n\t/**\n\t * The package name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNAME = \"data\";\n\n\t/**\n\t * The package namespace URI.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_URI = \"http://no.jerre.data\";\n\n\t/**\n\t * The package namespace name.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tString eNS_PREFIX = \"no.jerre.data\";\n\n\t/**\n\t * The singleton instance of the package.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tDataPackage eINSTANCE = data.impl.DataPackageImpl.init();\n\n\t/**\n\t * The meta object id for the '{@link data.impl.ViewComponentImpl <em>View Component</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see data.impl.ViewComponentImpl\n\t * @see data.impl.DataPackageImpl#getViewComponent()\n\t * @generated\n\t */\n\tint VIEW_COMPONENT = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VIEW_COMPONENT__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Assignments</b></em>' reference list.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VIEW_COMPONENT__ASSIGNMENTS = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Widget</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VIEW_COMPONENT__WIDGET = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Expected Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VIEW_COMPONENT__EXPECTED_TYPE = 3;\n\n\t/**\n\t * The number of structural features of the '<em>View Component</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VIEW_COMPONENT_FEATURE_COUNT = 4;\n\n\t/**\n\t * The number of operations of the '<em>View Component</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint VIEW_COMPONENT_OPERATION_COUNT = 0;\n\n\t/**\n\t * The meta object id for the '{@link data.impl.ContextImpl <em>Context</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see data.impl.ContextImpl\n\t * @see data.impl.DataPackageImpl#getContext()\n\t * @generated\n\t */\n\tint CONTEXT = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTEXT__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Statement</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTEXT__STATEMENT = 1;\n\n\t/**\n\t * The number of structural features of the '<em>Context</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTEXT_FEATURE_COUNT = 2;\n\n\t/**\n\t * The operation id for the '<em>Is Statement Xmi Location</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTEXT___IS_STATEMENT_XMI_LOCATION = 0;\n\n\t/**\n\t * The number of operations of the '<em>Context</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint CONTEXT_OPERATION_COUNT = 1;\n\n\t/**\n\t * The meta object id for the '{@link data.impl.AssignmentImpl <em>Assignment</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see data.impl.AssignmentImpl\n\t * @see data.impl.DataPackageImpl#getAssignment()\n\t * @generated\n\t */\n\tint ASSIGNMENT = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Statement</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ASSIGNMENT__STATEMENT = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Widget</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ASSIGNMENT__WIDGET = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Using View Component Named</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ASSIGNMENT__USING_VIEW_COMPONENT_NAMED = 2;\n\n\t/**\n\t * The feature id for the '<em><b>Part Of Component</b></em>' reference.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ASSIGNMENT__PART_OF_COMPONENT = 3;\n\n\t/**\n\t * The number of structural features of the '<em>Assignment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ASSIGNMENT_FEATURE_COUNT = 4;\n\n\t/**\n\t * The operation id for the '<em>Is Part Of View Component</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ASSIGNMENT___IS_PART_OF_VIEW_COMPONENT = 0;\n\n\t/**\n\t * The operation id for the '<em>Is Using View Component</em>' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ASSIGNMENT___IS_USING_VIEW_COMPONENT = 1;\n\n\t/**\n\t * The number of operations of the '<em>Assignment</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint ASSIGNMENT_OPERATION_COUNT = 2;\n\n\n\t/**\n\t * The meta object id for the '{@link data.impl.SelectionImpl <em>Selection</em>}' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @see data.impl.SelectionImpl\n\t * @see data.impl.DataPackageImpl#getSelection()\n\t * @generated\n\t */\n\tint SELECTION = 3;\n\n\t/**\n\t * The feature id for the '<em><b>Name</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SELECTION__NAME = 0;\n\n\t/**\n\t * The feature id for the '<em><b>Expected Type</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SELECTION__EXPECTED_TYPE = 1;\n\n\t/**\n\t * The feature id for the '<em><b>Layout Id</b></em>' attribute.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SELECTION__LAYOUT_ID = 2;\n\n\t/**\n\t * The number of structural features of the '<em>Selection</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SELECTION_FEATURE_COUNT = 3;\n\n\t/**\n\t * The number of operations of the '<em>Selection</em>' class.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @generated\n\t * @ordered\n\t */\n\tint SELECTION_OPERATION_COUNT = 0;\n\n\n\t/**\n\t * Returns the meta object for class '{@link data.ViewComponent <em>View Component</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>View Component</em>'.\n\t * @see data.ViewComponent\n\t * @generated\n\t */\n\tEClass getViewComponent();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link data.ViewComponent#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see data.ViewComponent#getName()\n\t * @see #getViewComponent()\n\t * @generated\n\t */\n\tEAttribute getViewComponent_Name();\n\n\t/**\n\t * Returns the meta object for the reference list '{@link data.ViewComponent#getAssignments <em>Assignments</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference list '<em>Assignments</em>'.\n\t * @see data.ViewComponent#getAssignments()\n\t * @see #getViewComponent()\n\t * @generated\n\t */\n\tEReference getViewComponent_Assignments();\n\n\t/**\n\t * Returns the meta object for the reference '{@link data.ViewComponent#getWidget <em>Widget</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Widget</em>'.\n\t * @see data.ViewComponent#getWidget()\n\t * @see #getViewComponent()\n\t * @generated\n\t */\n\tEReference getViewComponent_Widget();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link data.ViewComponent#getExpectedType <em>Expected Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Expected Type</em>'.\n\t * @see data.ViewComponent#getExpectedType()\n\t * @see #getViewComponent()\n\t * @generated\n\t */\n\tEAttribute getViewComponent_ExpectedType();\n\n\t/**\n\t * Returns the meta object for class '{@link data.Context <em>Context</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Context</em>'.\n\t * @see data.Context\n\t * @generated\n\t */\n\tEClass getContext();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link data.Context#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see data.Context#getName()\n\t * @see #getContext()\n\t * @generated\n\t */\n\tEAttribute getContext_Name();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link data.Context#getStatement <em>Statement</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Statement</em>'.\n\t * @see data.Context#getStatement()\n\t * @see #getContext()\n\t * @generated\n\t */\n\tEAttribute getContext_Statement();\n\n\t/**\n\t * Returns the meta object for the '{@link data.Context#isStatementXmiLocation() <em>Is Statement Xmi Location</em>}' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the '<em>Is Statement Xmi Location</em>' operation.\n\t * @see data.Context#isStatementXmiLocation()\n\t * @generated\n\t */\n\tEOperation getContext__IsStatementXmiLocation();\n\n\t/**\n\t * Returns the meta object for class '{@link data.Assignment <em>Assignment</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Assignment</em>'.\n\t * @see data.Assignment\n\t * @generated\n\t */\n\tEClass getAssignment();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link data.Assignment#getStatement <em>Statement</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Statement</em>'.\n\t * @see data.Assignment#getStatement()\n\t * @see #getAssignment()\n\t * @generated\n\t */\n\tEAttribute getAssignment_Statement();\n\n\t/**\n\t * Returns the meta object for the reference '{@link data.Assignment#getWidget <em>Widget</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Widget</em>'.\n\t * @see data.Assignment#getWidget()\n\t * @see #getAssignment()\n\t * @generated\n\t */\n\tEReference getAssignment_Widget();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link data.Assignment#getUsingViewComponentNamed <em>Using View Component Named</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Using View Component Named</em>'.\n\t * @see data.Assignment#getUsingViewComponentNamed()\n\t * @see #getAssignment()\n\t * @generated\n\t */\n\tEAttribute getAssignment_UsingViewComponentNamed();\n\n\t/**\n\t * Returns the meta object for the reference '{@link data.Assignment#getPartOfComponent <em>Part Of Component</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the reference '<em>Part Of Component</em>'.\n\t * @see data.Assignment#getPartOfComponent()\n\t * @see #getAssignment()\n\t * @generated\n\t */\n\tEReference getAssignment_PartOfComponent();\n\n\t/**\n\t * Returns the meta object for the '{@link data.Assignment#isPartOfViewComponent() <em>Is Part Of View Component</em>}' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the '<em>Is Part Of View Component</em>' operation.\n\t * @see data.Assignment#isPartOfViewComponent()\n\t * @generated\n\t */\n\tEOperation getAssignment__IsPartOfViewComponent();\n\n\t/**\n\t * Returns the meta object for the '{@link data.Assignment#isUsingViewComponent() <em>Is Using View Component</em>}' operation.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the '<em>Is Using View Component</em>' operation.\n\t * @see data.Assignment#isUsingViewComponent()\n\t * @generated\n\t */\n\tEOperation getAssignment__IsUsingViewComponent();\n\n\t/**\n\t * Returns the meta object for class '{@link data.Selection <em>Selection</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for class '<em>Selection</em>'.\n\t * @see data.Selection\n\t * @generated\n\t */\n\tEClass getSelection();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link data.Selection#getName <em>Name</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Name</em>'.\n\t * @see data.Selection#getName()\n\t * @see #getSelection()\n\t * @generated\n\t */\n\tEAttribute getSelection_Name();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link data.Selection#getExpectedType <em>Expected Type</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Expected Type</em>'.\n\t * @see data.Selection#getExpectedType()\n\t * @see #getSelection()\n\t * @generated\n\t */\n\tEAttribute getSelection_ExpectedType();\n\n\t/**\n\t * Returns the meta object for the attribute '{@link data.Selection#getLayoutId <em>Layout Id</em>}'.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the meta object for the attribute '<em>Layout Id</em>'.\n\t * @see data.Selection#getLayoutId()\n\t * @see #getSelection()\n\t * @generated\n\t */\n\tEAttribute getSelection_LayoutId();\n\n\t/**\n\t * Returns the factory that creates the instances of the model.\n\t * <!-- begin-user-doc -->\n\t * <!-- end-user-doc -->\n\t * @return the factory that creates the instances of the model.\n\t * @generated\n\t */\n\tDataFactory getDataFactory();\n\n\t/**\n\t * <!-- begin-user-doc -->\n\t * Defines literals for the meta objects that represent\n\t * <ul>\n\t * <li>each class,</li>\n\t * <li>each feature of each class,</li>\n\t * <li>each operation of each class,</li>\n\t * <li>each enum,</li>\n\t * <li>and each data type</li>\n\t * </ul>\n\t * <!-- end-user-doc -->\n\t * @generated\n\t */\n\tinterface Literals {\n\t\t/**\n\t\t * The meta object literal for the '{@link data.impl.ViewComponentImpl <em>View Component</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see data.impl.ViewComponentImpl\n\t\t * @see data.impl.DataPackageImpl#getViewComponent()\n\t\t * @generated\n\t\t */\n\t\tEClass VIEW_COMPONENT = eINSTANCE.getViewComponent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VIEW_COMPONENT__NAME = eINSTANCE.getViewComponent_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Assignments</b></em>' reference list feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference VIEW_COMPONENT__ASSIGNMENTS = eINSTANCE.getViewComponent_Assignments();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Widget</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference VIEW_COMPONENT__WIDGET = eINSTANCE.getViewComponent_Widget();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Expected Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute VIEW_COMPONENT__EXPECTED_TYPE = eINSTANCE.getViewComponent_ExpectedType();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link data.impl.ContextImpl <em>Context</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see data.impl.ContextImpl\n\t\t * @see data.impl.DataPackageImpl#getContext()\n\t\t * @generated\n\t\t */\n\t\tEClass CONTEXT = eINSTANCE.getContext();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTEXT__NAME = eINSTANCE.getContext_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Statement</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute CONTEXT__STATEMENT = eINSTANCE.getContext_Statement();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Is Statement Xmi Location</b></em>' operation.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEOperation CONTEXT___IS_STATEMENT_XMI_LOCATION = eINSTANCE.getContext__IsStatementXmiLocation();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link data.impl.AssignmentImpl <em>Assignment</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see data.impl.AssignmentImpl\n\t\t * @see data.impl.DataPackageImpl#getAssignment()\n\t\t * @generated\n\t\t */\n\t\tEClass ASSIGNMENT = eINSTANCE.getAssignment();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Statement</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ASSIGNMENT__STATEMENT = eINSTANCE.getAssignment_Statement();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Widget</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ASSIGNMENT__WIDGET = eINSTANCE.getAssignment_Widget();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Using View Component Named</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute ASSIGNMENT__USING_VIEW_COMPONENT_NAMED = eINSTANCE.getAssignment_UsingViewComponentNamed();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Part Of Component</b></em>' reference feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEReference ASSIGNMENT__PART_OF_COMPONENT = eINSTANCE.getAssignment_PartOfComponent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Is Part Of View Component</b></em>' operation.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEOperation ASSIGNMENT___IS_PART_OF_VIEW_COMPONENT = eINSTANCE.getAssignment__IsPartOfViewComponent();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Is Using View Component</b></em>' operation.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEOperation ASSIGNMENT___IS_USING_VIEW_COMPONENT = eINSTANCE.getAssignment__IsUsingViewComponent();\n\n\t\t/**\n\t\t * The meta object literal for the '{@link data.impl.SelectionImpl <em>Selection</em>}' class.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @see data.impl.SelectionImpl\n\t\t * @see data.impl.DataPackageImpl#getSelection()\n\t\t * @generated\n\t\t */\n\t\tEClass SELECTION = eINSTANCE.getSelection();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Name</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SELECTION__NAME = eINSTANCE.getSelection_Name();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Expected Type</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SELECTION__EXPECTED_TYPE = eINSTANCE.getSelection_ExpectedType();\n\n\t\t/**\n\t\t * The meta object literal for the '<em><b>Layout Id</b></em>' attribute feature.\n\t\t * <!-- begin-user-doc -->\n\t\t * <!-- end-user-doc -->\n\t\t * @generated\n\t\t */\n\t\tEAttribute SELECTION__LAYOUT_ID = eINSTANCE.getSelection_LayoutId();\n\n\t}\n\n}", "protected Container getContainer()\r\n {\n return _xarSource.getXarContext().getContainer();\r\n }" ]
[ "0.661719", "0.65834564", "0.65828556", "0.6507983", "0.63737833", "0.6314593", "0.6252966", "0.61678684", "0.61510843", "0.61452764", "0.6139892", "0.61056125", "0.6087889", "0.6084645", "0.60842496", "0.6035694", "0.6026205", "0.6010796", "0.5993669", "0.5955225", "0.59397805", "0.5917682", "0.5912989", "0.59121495", "0.5883342", "0.5883342", "0.58773786", "0.58696145", "0.586666", "0.5863269", "0.58533734", "0.58281064", "0.5826935", "0.58148855", "0.58137095", "0.5804971", "0.58046067", "0.5802674", "0.5799352", "0.5792486", "0.5791867", "0.5788025", "0.57871455", "0.5782511", "0.57775575", "0.57700944", "0.5760628", "0.5756643", "0.57475984", "0.57366467", "0.57250065", "0.5718173", "0.5704189", "0.569766", "0.5697421", "0.56917167", "0.5683697", "0.568002", "0.56785125", "0.5666754", "0.5665408", "0.5664655", "0.56638926", "0.56619483", "0.56434727", "0.5643148", "0.56374705", "0.5630555", "0.5630508", "0.5625371", "0.5623526", "0.5623444", "0.5613486", "0.5613286", "0.5611064", "0.56108063", "0.56104517", "0.5606485", "0.5590216", "0.5589534", "0.5581249", "0.5581144", "0.55764586", "0.55706805", "0.5565554", "0.55631894", "0.55599374", "0.5557921", "0.55562407", "0.5552092", "0.5551107", "0.5547715", "0.554137", "0.55338675", "0.5532518", "0.55221236", "0.5514453", "0.5511532", "0.5508951", "0.55075085" ]
0.8249245
0
Created by Administrator on 2016/9/7.
public interface ArtMasterAttachmentManager { Map saveArtMasterAttachment(HttpServletRequest request, LogBean logBean) throws Exception; Map deleteArtMasterAttachment(HttpServletRequest request, LogBean logBean) throws Exception; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private stendhal() {\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n public void settings() {\n // TODO Auto-generated method stub\n \n }", "private static void cajas() {\n\t\t\n\t}", "public void mo38117a() {\n }", "public void mo4359a() {\n }", "public final void mo51373a() {\n }", "@Override\n protected void initialize() {\n\n \n }", "@Override\n public void memoria() {\n \n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "public void verarbeite() {\n\t\t\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void gored() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "private Rekenhulp()\n\t{\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "public contrustor(){\r\n\t}", "@Override\n protected void initialize() \n {\n \n }", "public void autoDetails() {\n\t\t\r\n\t}", "Petunia() {\r\n\t\t}", "@Override\n protected void getExras() {\n }", "public void mo55254a() {\n }", "public void mo6081a() {\n }", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "public Pitonyak_09_02() {\r\n }", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tpublic void create () {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "private void init() {\n\n\t}", "private TMCourse() {\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\n\tpublic void afterInit() {\n\t\t\n\t}", "@Override\n\tpublic void afterInit() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tpublic void create() {\n\t\t\n\t}", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n protected void initialize() {\n }", "@Override\n public void init() {\n\n }", "@Override\n public void init() {\n\n }", "public void mo12930a() {\n }", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n void init() {\n }", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n public void init() {\n }", "@Override\n\tprotected void onCreate() {\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n\tpublic void onCreate() {\n\n\t}", "private void poetries() {\n\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}" ]
[ "0.62060773", "0.6169522", "0.6048518", "0.6026713", "0.59765667", "0.5963498", "0.59145856", "0.59093326", "0.587521", "0.58684266", "0.58684266", "0.58460194", "0.58460194", "0.58263224", "0.58246005", "0.582287", "0.58172774", "0.58016807", "0.576722", "0.57597196", "0.5745956", "0.5737965", "0.56982446", "0.56924313", "0.566916", "0.5653714", "0.5622237", "0.56171423", "0.5609036", "0.5607983", "0.56039387", "0.56039387", "0.56039387", "0.56039387", "0.56039387", "0.56039387", "0.56039387", "0.5601865", "0.55990237", "0.55867445", "0.5578813", "0.557877", "0.55719686", "0.55584574", "0.55578953", "0.5549084", "0.554015", "0.5532604", "0.55219114", "0.5516853", "0.55125123", "0.54969275", "0.5496004", "0.5496004", "0.5496004", "0.5496004", "0.5496004", "0.54923433", "0.54921496", "0.5491423", "0.5489692", "0.54887867", "0.54683465", "0.54683465", "0.5467617", "0.5466491", "0.5462356", "0.54600644", "0.5458205", "0.5458205", "0.5458205", "0.544212", "0.544212", "0.54403085", "0.543661", "0.54352546", "0.54352546", "0.54352546", "0.54352546", "0.54352546", "0.54352546", "0.54256624", "0.54256624", "0.5424715", "0.54162806", "0.54162806", "0.54162806", "0.541266", "0.5408149", "0.5404764", "0.540192", "0.53956604", "0.53923917", "0.53923917", "0.53923917", "0.53915846", "0.539135", "0.5391111", "0.5387461", "0.5386112", "0.53729314" ]
0.0
-1
Sets the value of the delivery property.
public void setDelivery(double pDelivery) { mDelivery = pDelivery; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDeliveryOption(java.lang.String deliveryOption) {\r\n this.deliveryOption = deliveryOption;\r\n }", "public void setDeliveryFee(int deliveryFee)\n {\n this.deliveryFee = deliveryFee;\n }", "@FXML\n\tpublic void setOrderToDelivered() {\n\t\tString orderNumber = Integer.toString(order.getOrderNum());\n\t\tboolean isSeen = order.isSeen();\n\t\tboolean isPreparable = order.isPreparable();\n\t\tboolean isPrepared = order.isPrepared();\n\t\tboolean isDelivered = order.isDelivered();\n\t\tif ((isSeen == true) && (isPreparable == true) && (isPrepared == true) && (isDelivered == false)) {\n\t\t\tString[] parameters = new String[1];\n\t\t\tparameters[0] = orderNumber;\n\t\t\tmainController.getPost().notifyMainController(\"SetOrderToDeliveredStrategy\", parameters);\n\t\t\tmainController.modifyOrderStatus(order.getOrderNum(), OrderStatus.DELIVERED);\n\t\t\tmainController.removeOrderFromTableView(order);\n\t\t} else {\n\t\t\tdeliveredCheckBox.setSelected(false);\n\t\t}\n\t}", "public void setGuaranteedDelivery(boolean value) {\r\n this.guaranteedDelivery = value;\r\n }", "public void setAmDelivery(boolean value) {\r\n this.amDelivery = value;\r\n }", "public void setDeliveryfee(Float deliveryfee) {\n this.deliveryfee = deliveryfee;\n }", "public void setDeliveryMode(int value) {\n this.deliveryMode = value;\n }", "public void setDeliveryTime(String pDeliveryTime) {\n mDeliveryTime = pDeliveryTime;\n }", "public void setDeliveryDate(String deliveryDate) {\r\n\t\tthis.deliveryDate = deliveryDate;\r\n\t}", "public void setAvailableForDelivery(boolean available) {\n this.availableForDelivery = available;\n if (this.availableForDelivery) {\n this.sendStatusMessageToDispatch(\"Vehicle \" + this.VIN + \" is now available for deliveries\");\n } else {\n this.sendStatusMessageToDispatch(\n \"Vehicle \" + this.VIN + \" has a new order and is no longer available for deliveries\");\n }\n }", "public void setDeliverTo(String deliverTo){\n\t\tthis.deliverTo = deliverTo;\n\t}", "@Override\r\n\tpublic void makeDeliveryFree() {\n\t\t\r\n\t}", "@JsonSetter(\"deliveryId\")\r\n public void setDeliveryId (int value) { \r\n this.deliveryId = value;\r\n }", "@JsonProperty(\"deliveryDate\")\n public void setDeliveryDate(Date deliveryDate) {\n this.deliveryDate = deliveryDate;\n }", "public void setSzCdPaymentDelivery(java.lang.String szCdPaymentDelivery)\r\n {\r\n this._szCdPaymentDelivery = szCdPaymentDelivery;\r\n }", "public Builder setDelivered(\n int index, WorldUps.UDeliveryMade value) {\n if (deliveredBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveredIsMutable();\n delivered_.set(index, value);\n onChanged();\n } else {\n deliveredBuilder_.setMessage(index, value);\n }\n return this;\n }", "public void setDeliveryDate(Date value) {\n setAttributeInternal(DELIVERYDATE, value);\n }", "public void setDeliveryDate(Date value) {\n setAttributeInternal(DELIVERYDATE, value);\n }", "public java.lang.String getDeliveryOption() {\r\n return deliveryOption;\r\n }", "public void setDeliveryDeadline(XMLGregorianCalendar deliveryDeadline) {\n this.deliveryDeadline = deliveryDeadline;\n }", "public void setDeliveryTruck(MarketDeliveryTruck dtruck) {\n\t\tdeliverytruck = dtruck;\n\t}", "public void setDeliveryStatus(int Id,String status,boolean pending,boolean completed);", "public Address getDeliveryAddress() {\n return deliveryAddress;\n }", "public String getDeliverytype() {\n return deliverytype;\n }", "public void setDeliveryItems(List<RepositoryItem> pDeliveryItems) {\n mDeliveryItems = pDeliveryItems;\n }", "public GiftCardDeliveryCreate getDelivery() {\n return this.delivery;\n }", "public Builder setDestination(io.opencannabis.schema.commerce.OrderDelivery.DeliveryDestination value) {\n if (destinationBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n destination_ = value;\n onChanged();\n } else {\n destinationBuilder_.setMessage(value);\n }\n\n return this;\n }", "public void setDeliverytype(String deliverytype) {\n this.deliverytype = deliverytype == null ? null : deliverytype.trim();\n }", "public void setDeliveryclass(String deliveryclass) {\n this.deliveryclass = deliveryclass == null ? null : deliveryclass.trim();\n }", "public void setDeliverSales(Integer deliverSales) {\n this.deliverSales = this.deliverSales + deliverSales;\n }", "public Builder setDeliver(com.google.cloud.networkmanagement.v1beta1.DeliverInfo value) {\n if (deliverBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n stepInfo_ = value;\n onChanged();\n } else {\n deliverBuilder_.setMessage(value);\n }\n stepInfoCase_ = 12;\n return this;\n }", "public String getDeliveryDate() {\r\n\t\treturn deliveryDate;\r\n\t}", "public String getDeliveryclass() {\n return deliveryclass;\n }", "public void setDeliveryEndDate(Date value) {\n setAttributeInternal(DELIVERYENDDATE, value);\n }", "void setShipping(BigDecimal shipping);", "public String getDeliverTo(){\n\t\treturn deliverTo;\n\t}", "public ZonedDateTime getDeliveryDate() {\n return _deliveryDate;\n }", "public Date getDeliveryDate() {\n return deliveryDate;\n }", "public Float getDeliveryfee() {\n return deliveryfee;\n }", "Order setDeliveredStatus(Order order, User user, Date deliveredTime);", "Update withDeliveryPackage(DeliveryPackageInformation deliveryPackage);", "public int getDeliveryMode() {\n return deliveryMode;\n }", "public void setDeliveryIsBlocked(\n @Nullable\n final String deliveryIsBlocked) {\n rememberChangedField(\"DeliveryIsBlocked\", this.deliveryIsBlocked);\n this.deliveryIsBlocked = deliveryIsBlocked;\n }", "public int getDeliveryFee()\n {\n return deliveryFee;\n }", "public void setApproximateDeliveryTime(int value) {\n this.approximateDeliveryTime = value;\n }", "public Builder addDelivered(WorldUps.UDeliveryMade value) {\n if (deliveredBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveredIsMutable();\n delivered_.add(value);\n onChanged();\n } else {\n deliveredBuilder_.addMessage(value);\n }\n return this;\n }", "public Builder setDeliveries(\n int index, WorldUps.UGoDeliver value) {\n if (deliveriesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveriesIsMutable();\n deliveries_.set(index, value);\n onChanged();\n } else {\n deliveriesBuilder_.setMessage(index, value);\n }\n return this;\n }", "public void setDeliveryStartDate(Date value) {\n setAttributeInternal(DELIVERYSTARTDATE, value);\n }", "public final void setDeliveringOrganisation(com.mendix.systemwideinterfaces.core.IContext context, java.lang.String deliveringorganisation)\r\n\t{\r\n\t\tgetMendixObject().setValue(context, MemberNames.DeliveringOrganisation.toString(), deliveringorganisation);\r\n\t}", "public void setTradeDelivering(Integer tradeDelivering) {\n this.tradeDelivering = tradeDelivering;\n }", "public void setDeliveryTerm(String value) {\n setAttributeInternal(DELIVERYTERM, value);\n }", "public boolean isGuaranteedDelivery() {\r\n return guaranteedDelivery;\r\n }", "public java.lang.String getSzCdPaymentDelivery()\r\n {\r\n return this._szCdPaymentDelivery;\r\n }", "public boolean isAmDelivery() {\r\n return amDelivery;\r\n }", "@Override\n\tpublic void setMarketCustomerDeliveryPaymentPerson() {\n\t\t\n\t}", "public final void setDeliveringOrganisation(java.lang.String deliveringorganisation)\r\n\t{\r\n\t\tsetDeliveringOrganisation(getContext(), deliveringorganisation);\r\n\t}", "public Builder setDeliver(\n com.google.cloud.networkmanagement.v1beta1.DeliverInfo.Builder builderForValue) {\n if (deliverBuilder_ == null) {\n stepInfo_ = builderForValue.build();\n onChanged();\n } else {\n deliverBuilder_.setMessage(builderForValue.build());\n }\n stepInfoCase_ = 12;\n return this;\n }", "public Builder setEmail(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n deliveryMethodCase_ = 1;\n deliveryMethod_ = value;\n onChanged();\n return this;\n }", "private void showPaymentOnDelivery(final String uFullName, final String uPhoneNumber, final String uTownName,\n final String uEmailAddress, final String uDeliveryLocation, final String productName,\n final String productPrice, final String productPicture, final String productQuantity,\n String paymentType, String deliveryFee) {\n\n int aa = deliveryFee.length();\n String amountT = deliveryFee.substring(3,aa);\n final double perDeliveryFee = Double.valueOf(amountT);\n\n int mm = productPrice.length();\n final String value = productPrice.substring(3,mm);\n double tMoney = Double.valueOf(value);\n double tQuantity = Double.valueOf(productQuantity);\n double aAmount = tMoney * tQuantity;\n final double actualAmount = aAmount + perDeliveryFee;\n\n String calAmount = \"GHC\" + actualAmount;\n String dFee = \"GHC\" + perDeliveryFee;\n\n sendUserToConfirmOrderDetailsActivity(getCurrentUserId, uFullName, uPhoneNumber, uTownName, uEmailAddress, uDeliveryLocation,\n deliveryType, dFee, productName, productPrice, productPicture, productQuantity, calAmount, paymentType, \"\",\n \"\", \"\", \"\", \"\", \"\", \"\",\n \"\", \"\");\n }", "public void setFdeliverypricerate(BigDecimal fdeliverypricerate) {\n this.fdeliverypricerate = fdeliverypricerate;\n }", "public boolean setDelivered(String r, int id) {\n if(mdb == null || r == null || id==-1) {\n return false;\n }\n \n r = r.toLowerCase();\n \n mdb.set(r + \".\" + String.valueOf(id) + \".delivered\", true);\n undeliveredMessageId(r); // DIRTY way of making sure \"newmail\" is cleared\n return true;\n }", "public void setShipping (com.jspgou.cms.entity.Shipping shipping) {\r\n\t\tthis.shipping = shipping;\r\n\t}", "public void setReceived(Order order) {\n\t\tProduct product = order.getProductId();\n\n\t\tproduct.setCurrentStock(product.getCurrentStock() + order.getQuantityMultiplier());\n\t\tproductService.update(product);\n\t\torder.setReceived(true);\n\t\tthis.update(order);\n\t}", "@JsonProperty(\"deliveryDate\")\n public Date getDeliveryDate() {\n return deliveryDate;\n }", "public void setCanceledServiceDelivery(CanceledServiceDelivery val) {\n // ProtectBlock setCanceledServiceDelivery\n \tfloat cancelCredits = 0.0f;\n \tfor(ServiceCreditPayment payment: val.getPaymentItems()){\n \t\tcancelCredits+=payment.getCredits();\n \t}\n \tthis.refundedCredits=cancelCredits;\n \tthis.canceledCountryCode=ShoppingCartUtility.getISO3CountryCode(val.getCountryCode());\n // ProtectBlock End\n this.canceledServiceDelivery = val;\n }", "public Builder setDelivered(\n int index, WorldUps.UDeliveryMade.Builder builderForValue) {\n if (deliveredBuilder_ == null) {\n ensureDeliveredIsMutable();\n delivered_.set(index, builderForValue.build());\n onChanged();\n } else {\n deliveredBuilder_.setMessage(index, builderForValue.build());\n }\n return this;\n }", "@Override\n\tpublic void showGuaranteedDeliverySection() {\n\n\t}", "public void setshippingcost() {\r\n\t\tshippingcost = getweight() * 3;\r\n\t}", "@Override\n\tpublic void modifyDeliveryLocation(long id, String deliveryLocation) {\n\t\t\n\t}", "public void setShippingCost(double shippingCost) {\n\t\tthis.shippingCost = shippingCost;\n\t}", "public void setMarketing(nl.webservices.www.soap.DNBMarketing marketing) {\n this.marketing = marketing;\n }", "public ViewDeliveryDetailManagedBean() {\n deliveryDetailToView = new DeliveryDetail();\n }", "@JsonGetter(\"deliveryId\")\r\n public int getDeliveryId ( ) { \r\n return this.deliveryId;\r\n }", "public void setShipping(String newShipping){\n post.setType(newShipping);\n }", "public Date getExpectedDeliveryDate() {\n return expectedDeliveryDate;\n }", "public Builder addDelivered(\n int index, WorldUps.UDeliveryMade value) {\n if (deliveredBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveredIsMutable();\n delivered_.add(index, value);\n onChanged();\n } else {\n deliveredBuilder_.addMessage(index, value);\n }\n return this;\n }", "@Override\n\tpublic boolean isDeliverable() {\n\t\treturn true;\n\t}", "private void sendDeliveryRequest(Product product) {\n ACLMessage cfp = new ACLMessage(ACLMessage.CFP);\n try {\n cfp.setContentObject(product);\n } catch (IOException e) {\n System.err.println(\"[STORE] Couldn't set content Object in CFP message with product: \" + product.toString());\n return;\n }\n\n graphicsDisplay.setGreen(\"Product\" + product.getId());\n addBehaviour(new FIPAContractNetInit(this, cfp, couriers));\n }", "int assignOrderToDelileveryMan(int idOrder, int idDeliveryMan);", "Delivery createDelivery();", "public final void setFoundDeliveringOrganisation(java.lang.Boolean founddeliveringorganisation)\r\n\t{\r\n\t\tsetFoundDeliveringOrganisation(getContext(), founddeliveringorganisation);\r\n\t}", "@Override\r\n public boolean equals(Object object) {\n if (!(object instanceof Delivery)) {\r\n return false;\r\n }\r\n Delivery other = (Delivery) object;\r\n if ((this.deliveryId == null && other.deliveryId != null) || (this.deliveryId != null && !this.deliveryId.equals(other.deliveryId))) {\r\n return false;\r\n }\r\n return true;\r\n }", "public Builder setDestination(\n io.opencannabis.schema.commerce.OrderDelivery.DeliveryDestination.Builder builderForValue) {\n if (destinationBuilder_ == null) {\n destination_ = builderForValue.build();\n onChanged();\n } else {\n destinationBuilder_.setMessage(builderForValue.build());\n }\n\n return this;\n }", "@Test\r\n\tpublic void testDeliveryChuteEnable() {\r\n\t\tdcListen.doorOpened(vend.getDeliveryChute());\r\n\t\tdcListen.doorClosed(vend.getDeliveryChute());\r\n\t\tassertFalse(vend.getDeliveryChute().isDisabled());\r\n\t}", "public Delivery(String recieverFirstname,String recieverLastname, String recieverPhonenumber,\n String recieverEmail, String building, String unit, String deliveryStreet, String deliveryCity, \n String deliveryPostalCode, String deliveryProvince, String deliveryNote, String deliveryMethod)\n {\n this.recieverFirstname = recieverFirstname;\n this.recieverLastname = recieverLastname;\n this.recieverEmail = recieverEmail;\n this.building = building;\n this.unit = unit;\n this.deliveryStreet = deliveryStreet;\n this.deliveryCity = deliveryCity;\n this.deliveryPostalCode = deliveryPostalCode;\n this.deliveryProvince = deliveryProvince;\n this.deliveryNote = deliveryNote;\n this.deliveryMethod = deliveryMethod;\n }", "public void setAuctionProperty(BoardPiece prop) {\n auctionProperty = (Property) prop;\n }", "public XMLGregorianCalendar getDeliveryDeadline() {\n return deliveryDeadline;\n }", "public void onClickDelivery(View view) {\n savePreferences();\n Intent intent = new Intent(this, ActDelivery.class);\n\n // Passing order information using Intent.putString();\n intent.putExtra(\"items\", new String[]{(String) spEntree.getSelectedItem(),\n (String) spDrink.getSelectedItem(), (String) spDessert.getSelectedItem()});\n intent.putExtra(\"subtotal\", subtotal);\n\n startActivity(intent);\n }", "public CourierIdDto assignCourierToDelivery(Integer deliveryId) {\n\n DeliveryDto deliveryDto = deliveryClient.getDeliveryById(deliveryId);\n\n Courier leastBusyCourier = getLeastBusyCourier();\n if (checkDeliveryFeasibility(leastBusyCourier, deliveryDto.getRouteLength())) {\n courierDeliveryService.createCourierDelivery(new CourierDelivery().builder()\n .id(deliveryId)\n .routeLength(deliveryDto.getRouteLength())\n .courier(leastBusyCourier)\n .build());\n\n return new CourierIdDto().builder()\n .courierId(leastBusyCourier.getId())\n .build();\n } else {\n throw new NoCouriersFoundException();\n }\n }", "public void setShippingAmount(MMDecimal shippingAmount) {\r\n this.shippingAmount = shippingAmount;\r\n }", "public org.djbikeshop.www.repairtransportationservice.UpdateDeliveryTimeResponse updateDeliveryTime\n (\n org.djbikeshop.www.repairtransportationservice.UpdateDeliveryTime updateDeliveryTime\n )\n ;", "public boolean closeDelivery();", "public Builder mergeDestination(io.opencannabis.schema.commerce.OrderDelivery.DeliveryDestination value) {\n if (destinationBuilder_ == null) {\n if (destination_ != null) {\n destination_ =\n io.opencannabis.schema.commerce.OrderDelivery.DeliveryDestination.newBuilder(destination_).mergeFrom(value).buildPartial();\n } else {\n destination_ = value;\n }\n onChanged();\n } else {\n destinationBuilder_.mergeFrom(value);\n }\n\n return this;\n }", "public void setShippingKey(final String shippingKey);", "public WorldUps.UDeliveryMade.Builder addDeliveredBuilder() {\n return getDeliveredFieldBuilder().addBuilder(\n WorldUps.UDeliveryMade.getDefaultInstance());\n }", "public void setInvoiceDeliveryPrefsEmail(java.lang.Boolean invoiceDeliveryPrefsEmail) {\n this.invoiceDeliveryPrefsEmail = invoiceDeliveryPrefsEmail;\n }", "public Builder addDeliveries(WorldUps.UGoDeliver value) {\n if (deliveriesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveriesIsMutable();\n deliveries_.add(value);\n onChanged();\n } else {\n deliveriesBuilder_.addMessage(value);\n }\n return this;\n }", "@PutMapping(path = \"/orders/{id}/delivered\")\n ShopOrder markAsDelivered(@RequestHeader(HttpHeaders.AUTHORIZATION) String token, @PathVariable Long id);", "public void setDeliverPurchases(Integer deliverPurchases) {\n this.deliverPurchases = this.deliverPurchases + deliverPurchases;\n }", "public void setShippingTime (java.util.Date shippingTime) {\r\n\t\tthis.shippingTime = shippingTime;\r\n\t}" ]
[ "0.7277605", "0.7171847", "0.70686287", "0.70410323", "0.6996694", "0.69182354", "0.6907623", "0.6832571", "0.68002015", "0.65555185", "0.6450936", "0.6422245", "0.6415474", "0.6381809", "0.63489395", "0.6336862", "0.63047594", "0.63047594", "0.62942815", "0.62792283", "0.62657", "0.62564373", "0.62549406", "0.6251664", "0.62473935", "0.62207776", "0.61936074", "0.6189668", "0.617707", "0.6091826", "0.6076364", "0.6074515", "0.6065959", "0.6052328", "0.6037017", "0.6032533", "0.6029741", "0.60091186", "0.5982731", "0.5939374", "0.5916157", "0.5901248", "0.5893687", "0.586912", "0.58687085", "0.5822369", "0.5820701", "0.5802577", "0.5798151", "0.5770056", "0.5762582", "0.5759541", "0.57563424", "0.5748454", "0.5737709", "0.5716026", "0.57017785", "0.5670067", "0.56666815", "0.5656603", "0.5615784", "0.5599297", "0.55755746", "0.5553625", "0.55415165", "0.5538418", "0.5518166", "0.5494237", "0.54785866", "0.5459128", "0.54583967", "0.5452378", "0.5425234", "0.5421091", "0.5419869", "0.54105645", "0.53960556", "0.5390508", "0.538465", "0.53766376", "0.53727937", "0.5349614", "0.53488934", "0.532376", "0.53214717", "0.53072745", "0.5294326", "0.5291831", "0.52864265", "0.5286177", "0.5267041", "0.5242948", "0.5229181", "0.52233106", "0.5215478", "0.5212724", "0.52086115", "0.5205766", "0.5201102", "0.51979184" ]
0.8387771
0
Sets the value of the deliveryItems property.
public void setDeliveryItems(List<RepositoryItem> pDeliveryItems) { mDeliveryItems = pDeliveryItems; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public DeliveryParcelDraftBuilder items(\n @Nullable final java.util.List<com.commercetools.importapi.models.orders.DeliveryItem> items) {\n this.items = items;\n return this;\n }", "public DeliveryParcelDraftBuilder items(\n @Nullable final com.commercetools.importapi.models.orders.DeliveryItem... items) {\n this.items = new ArrayList<>(Arrays.asList(items));\n return this;\n }", "@Nonnull\n public List<DeliveryItem> getItems() {\n return items;\n }", "public DeliveryParcelDraftBuilder plusItems(\n @Nullable final com.commercetools.importapi.models.orders.DeliveryItem... items) {\n if (this.items == null) {\n this.items = new ArrayList<>();\n }\n this.items.addAll(Arrays.asList(items));\n return this;\n }", "public void setItems(Item[] itemsIn)\n {\n items = itemsIn;\n }", "public void setItems(Item items) {\n this.items = items;\n }", "public DeliveryParcelDraftBuilder setItems(\n Function<com.commercetools.importapi.models.orders.DeliveryItemBuilder, com.commercetools.importapi.models.orders.DeliveryItem> builder) {\n return items(builder.apply(com.commercetools.importapi.models.orders.DeliveryItemBuilder.of()));\n }", "public void setItems(nl.webservices.www.soap.GCRItem[] items) {\n this.items = items;\n }", "public void setItem(\r\n @NonNull\r\n final List<SalesOrderItem> value) {\r\n if (toItem == null) {\r\n toItem = Lists.newArrayList();\r\n }\r\n toItem.clear();\r\n toItem.addAll(value);\r\n }", "public void setItems (java.util.Set<com.jspgou.cms.entity.OrderItem> items) {\r\n\t\tthis.items = items;\r\n\t}", "public void setItems(String items)\n {\n _items = items;\n }", "public void setItems(ItemList items) {\r\n this.items = items;\r\n }", "public void setItems(ArrayList<Item> items) {\n\t\tthis.items = items;\n\t}", "public void setDelivery(double pDelivery) {\n mDelivery = pDelivery;\n }", "public PaymentRequest setItems(List items) {\r\n this.items = items;\r\n return this;\r\n }", "public void setDeliverSales(Integer deliverSales) {\n this.deliverSales = this.deliverSales + deliverSales;\n }", "public Builder addAllDelivered(\n java.lang.Iterable<? extends WorldUps.UDeliveryMade> values) {\n if (deliveredBuilder_ == null) {\n ensureDeliveredIsMutable();\n com.google.protobuf.AbstractMessageLite.Builder.addAll(\n values, delivered_);\n onChanged();\n } else {\n deliveredBuilder_.addAllMessages(values);\n }\n return this;\n }", "public void setAmDelivery(boolean value) {\r\n this.amDelivery = value;\r\n }", "@FXML\n\tpublic void setOrderToDelivered() {\n\t\tString orderNumber = Integer.toString(order.getOrderNum());\n\t\tboolean isSeen = order.isSeen();\n\t\tboolean isPreparable = order.isPreparable();\n\t\tboolean isPrepared = order.isPrepared();\n\t\tboolean isDelivered = order.isDelivered();\n\t\tif ((isSeen == true) && (isPreparable == true) && (isPrepared == true) && (isDelivered == false)) {\n\t\t\tString[] parameters = new String[1];\n\t\t\tparameters[0] = orderNumber;\n\t\t\tmainController.getPost().notifyMainController(\"SetOrderToDeliveredStrategy\", parameters);\n\t\t\tmainController.modifyOrderStatus(order.getOrderNum(), OrderStatus.DELIVERED);\n\t\t\tmainController.removeOrderFromTableView(order);\n\t\t} else {\n\t\t\tdeliveredCheckBox.setSelected(false);\n\t\t}\n\t}", "@RequestMapping(method=RequestMethod.PUT, value = \"/item\", produces = \"application/json\")\n public void setItems(ArrayList<Item> itemsToSet)\n {\n this.itemRepository.setItems(itemsToSet);\n }", "public void addDeliveryItem(RepositoryItem pItem) {\n mDeliveryItems.add(pItem);\n }", "public Builder addAllDeliveries(\n java.lang.Iterable<? extends WorldUps.UGoDeliver> values) {\n if (deliveriesBuilder_ == null) {\n ensureDeliveriesIsMutable();\n com.google.protobuf.AbstractMessageLite.Builder.addAll(\n values, deliveries_);\n onChanged();\n } else {\n deliveriesBuilder_.addAllMessages(values);\n }\n return this;\n }", "public void set(List<Item> items) {\n if (mUseIdDistributor) {\n IdDistributor.checkIds(items);\n }\n\n //first collapse all items\n getFastAdapter().collapse();\n\n //get sizes\n int newItemsCount = items.size();\n int previousItemsCount = mItems.size();\n int itemsBeforeThisAdapter = getFastAdapter().getItemCount(getOrder());\n\n //make sure the new items list is not a reference of the already mItems list\n if (items != mItems) {\n //remove all previous items\n if (!mItems.isEmpty()) {\n mItems.clear();\n }\n\n //add all new items to the list\n mItems.addAll(items);\n }\n\n //map the types\n mapPossibleTypes(items);\n\n //now properly notify the adapter about the changes\n if (newItemsCount > previousItemsCount) {\n if (previousItemsCount > 0) {\n getFastAdapter().notifyAdapterItemRangeChanged(itemsBeforeThisAdapter, previousItemsCount);\n }\n getFastAdapter().notifyAdapterItemRangeInserted(itemsBeforeThisAdapter + previousItemsCount, newItemsCount - previousItemsCount);\n } else if (newItemsCount > 0 && newItemsCount < previousItemsCount) {\n getFastAdapter().notifyAdapterItemRangeChanged(itemsBeforeThisAdapter, newItemsCount);\n getFastAdapter().notifyAdapterItemRangeRemoved(itemsBeforeThisAdapter + newItemsCount, previousItemsCount - newItemsCount);\n } else if (newItemsCount == 0) {\n getFastAdapter().notifyAdapterItemRangeRemoved(itemsBeforeThisAdapter, previousItemsCount);\n } else {\n getFastAdapter().notifyAdapterDataSetChanged();\n }\n }", "public void setDeliverPurchases(Integer deliverPurchases) {\n this.deliverPurchases = this.deliverPurchases + deliverPurchases;\n }", "private void setItems(Set<T> items) {\n Assertion.isNotNull(items, \"items is required\");\n this.items = items;\n }", "public DeliveryParcelDraftBuilder withItems(\n Function<com.commercetools.importapi.models.orders.DeliveryItemBuilder, com.commercetools.importapi.models.orders.DeliveryItemBuilder> builder) {\n this.items = new ArrayList<>();\n this.items.add(builder.apply(com.commercetools.importapi.models.orders.DeliveryItemBuilder.of()).build());\n return this;\n }", "public void setProductItems(com.vsp.bl.product.dto.coverage.v002.ProductItem[] productItems) {\n this.productItems = productItems;\n }", "public void setAvailableForDelivery(boolean available) {\n this.availableForDelivery = available;\n if (this.availableForDelivery) {\n this.sendStatusMessageToDispatch(\"Vehicle \" + this.VIN + \" is now available for deliveries\");\n } else {\n this.sendStatusMessageToDispatch(\n \"Vehicle \" + this.VIN + \" has a new order and is no longer available for deliveries\");\n }\n }", "@ApiModelProperty(value = \"The items that are setup to rebill\")\r\n public List<AutoOrderItem> getItems() {\r\n return items;\r\n }", "public void setDeliveryDate(String deliveryDate) {\r\n\t\tthis.deliveryDate = deliveryDate;\r\n\t}", "public java.util.List<WorldUps.UGoDeliver> getDeliveriesList() {\n return deliveries_;\n }", "public void setDeliveryFee(int deliveryFee)\n {\n this.deliveryFee = deliveryFee;\n }", "public void setItemsQuantity(Integer itemsQuantity) {\r\n this.itemsQuantity = itemsQuantity;\r\n }", "public java.util.List<? extends WorldUps.UGoDeliverOrBuilder> \n getDeliveriesOrBuilderList() {\n return deliveries_;\n }", "public Builder clearDeliveries() {\n if (deliveriesBuilder_ == null) {\n deliveries_ = java.util.Collections.emptyList();\n bitField0_ = (bitField0_ & ~0x00000002);\n onChanged();\n } else {\n deliveriesBuilder_.clear();\n }\n return this;\n }", "public Builder setDeliveries(\n int index, WorldUps.UGoDeliver value) {\n if (deliveriesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveriesIsMutable();\n deliveries_.set(index, value);\n onChanged();\n } else {\n deliveriesBuilder_.setMessage(index, value);\n }\n return this;\n }", "@JsonSetter(\"deliveryId\")\r\n public void setDeliveryId (int value) { \r\n this.deliveryId = value;\r\n }", "public void setRoomItems(ArrayList<Item> newRoomItems) {\n roomItems = newRoomItems;\n }", "public java.util.List<WorldUps.UDeliveryMade> getDeliveredList() {\n return delivered_;\n }", "public void setCanPickupItems ( boolean pickup ) {\n\t\texecute ( handle -> handle.setCanPickupItems ( pickup ) );\n\t}", "@Override\n @IcalProperty(pindex = PropertyInfoIndex.ATTACH,\n adderName = \"attachment\",\n eventProperty = true,\n todoProperty = true,\n journalProperty = true)\n public void setAttachments(final Set<BwAttachment> val) {\n attachments = val;\n }", "public void setArrayListOfItemsToBeDeletedViaNotificationModal() {\n List<WebElement> itemsToBeRemoved = UnavailableItems_Modal.findElements(By.xpath(\".//*[@class='mjr-product-name']\"));\n for (WebElement item : itemsToBeRemoved) {\n listOfDeletedItemNameShoppingCart.add(UtilityHelper.elementGetText(item));\n }\n }", "public java.util.List<WorldUps.UGoDeliver> getDeliveriesList() {\n if (deliveriesBuilder_ == null) {\n return java.util.Collections.unmodifiableList(deliveries_);\n } else {\n return deliveriesBuilder_.getMessageList();\n }\n }", "public void setItems(){\n }", "public void setItems(Object[] newItems)\n {\n items = new Vector(newItems.length);\n for (int i=0; i < newItems.length; i++)\n {\n items.addElement(newItems[i]);\n }\n }", "@JsonProperty(\"deliveryDate\")\n public void setDeliveryDate(Date deliveryDate) {\n this.deliveryDate = deliveryDate;\n }", "@JSProperty(\"items\")\n void setItems(Any... value);", "public int getDeliveriesCount() {\n return deliveries_.size();\n }", "public void setPerpdocumentItems(Set<PerpdocumentItems> aPerpdocumentItems) {\n perpdocumentItems = aPerpdocumentItems;\n }", "public void setNumberOfDeliveredFiles(int value) {\n this.numberOfDeliveredFiles = value;\n }", "public void setDeliveryIsBlocked(\n @Nullable\n final String deliveryIsBlocked) {\n rememberChangedField(\"DeliveryIsBlocked\", this.deliveryIsBlocked);\n this.deliveryIsBlocked = deliveryIsBlocked;\n }", "private void setItems()\n {\n sewers.setItem(rope); \n promenade.setItem(rope);\n bridge.setItem(potion);\n tower.setItem(potion);\n throneRoomEntrance.setItem(potion);\n depths.setItem(shovel);\n crypt.setItem(shovel);\n }", "public DeliveryParcelDraftBuilder plusItems(\n Function<com.commercetools.importapi.models.orders.DeliveryItemBuilder, com.commercetools.importapi.models.orders.DeliveryItemBuilder> builder) {\n if (this.items == null) {\n this.items = new ArrayList<>();\n }\n this.items.add(builder.apply(com.commercetools.importapi.models.orders.DeliveryItemBuilder.of()).build());\n return this;\n }", "public Integer getDeliverPurchases() {\n return deliverPurchases;\n }", "public Delivery(Signer from, Signer to, ItemComponent[] payload) {\n\t\tsuper(from, to, payload);\n\t}", "public Builder items(Any... value) {\n object.setItems(value);\n return this;\n }", "@Override\r\n\tpublic void setInventoryItems() {\n\t\t\r\n\t}", "public void setGuaranteedDelivery(boolean value) {\r\n this.guaranteedDelivery = value;\r\n }", "public java.util.List<? extends WorldUps.UDeliveryMadeOrBuilder> \n getDeliveredOrBuilderList() {\n return delivered_;\n }", "public void setItems(List<PickerItem> items) {\n this.items = items;\n initViews();\n selectChild(-1);\n }", "@Override\n @IcalProperties({\n @IcalProperty(pindex = PropertyInfoIndex.ATTENDEE,\n jname = \"attendee\",\n adderName = \"attendee\",\n eventProperty = true,\n todoProperty = true,\n journalProperty = true,\n freeBusyProperty = true),\n @IcalProperty(pindex = PropertyInfoIndex.VOTER,\n jname = \"voter\",\n adderName = \"voter\",\n vpollProperty = true)})\n public void setAttendees(final Set<BwAttendee> val) {\n attendees = val;\n }", "@ApiModelProperty(value = \"Array of Receipt Items\")\n @JsonProperty(\"items\")\n public List<ReceiptItem> getItems() {\n return items;\n }", "public int getNbDeliveries() {\n\t\treturn nbDeliveries;\n\t}", "public java.util.Set<com.jspgou.cms.entity.OrderItem> getItems () {\r\n\t\treturn items;\r\n\t}", "public void onClickDelivery(View view) {\n savePreferences();\n Intent intent = new Intent(this, ActDelivery.class);\n\n // Passing order information using Intent.putString();\n intent.putExtra(\"items\", new String[]{(String) spEntree.getSelectedItem(),\n (String) spDrink.getSelectedItem(), (String) spDessert.getSelectedItem()});\n intent.putExtra(\"subtotal\", subtotal);\n\n startActivity(intent);\n }", "public void setItem(Item collectibleItem) {\n\t\tthis.item = collectibleItem;\r\n\t}", "public java.util.List<? extends WorldUps.UGoDeliverOrBuilder> \n getDeliveriesOrBuilderList() {\n if (deliveriesBuilder_ != null) {\n return deliveriesBuilder_.getMessageOrBuilderList();\n } else {\n return java.util.Collections.unmodifiableList(deliveries_);\n }\n }", "public WorldUps.UGoDeliver.Builder addDeliveriesBuilder() {\n return getDeliveriesFieldBuilder().addBuilder(\n WorldUps.UGoDeliver.getDefaultInstance());\n }", "public Builder setDelivered(\n int index, WorldUps.UDeliveryMade value) {\n if (deliveredBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveredIsMutable();\n delivered_.set(index, value);\n onChanged();\n } else {\n deliveredBuilder_.setMessage(index, value);\n }\n return this;\n }", "public void setDeliveryfee(Float deliveryfee) {\n this.deliveryfee = deliveryfee;\n }", "public void setFoods(ch.ivyteam.ivy.scripting.objects.List<online.food.ordering.Food> _foods)\n {\n foods = _foods;\n }", "public void setCheckBoxes() {\n\t\tdeliveredCheckBox.setSelected(order.isDelivered());\n\t\tif (deliveredCheckBox.isSelected() || (!order.isPrepared())) {\n\t\t\tdeliveredCheckBox.setDisable(true);\n\t\t}\n\t}", "public void setPaths(List<PathItem> pathItems) {\r\n this.pathItems.clear();\r\n this.pathItems.addAll(pathItems);\r\n }", "public Builder addDeliveries(WorldUps.UGoDeliver value) {\n if (deliveriesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveriesIsMutable();\n deliveries_.add(value);\n onChanged();\n } else {\n deliveriesBuilder_.addMessage(value);\n }\n return this;\n }", "public Receipt( List<AbstractProduct> itemsReceived,\n List<AbstractProduct> itemsOutOfStock,\n List<AbstractProduct> removedItems) {\n this.itemsReceived = itemsReceived;\n this.itemsOutOfStock = itemsOutOfStock;\n this.removedItems = removedItems;\n }", "public int getDeliveriesCount() {\n if (deliveriesBuilder_ == null) {\n return deliveries_.size();\n } else {\n return deliveriesBuilder_.getCount();\n }\n }", "public java.util.List<WorldUps.UDeliveryMade> getDeliveredList() {\n if (deliveredBuilder_ == null) {\n return java.util.Collections.unmodifiableList(delivered_);\n } else {\n return deliveredBuilder_.getMessageList();\n }\n }", "public void setNewList(List<Item> items) {\n if (mUseIdDistributor) {\n IdDistributor.checkIds(items);\n }\n mItems = new ArrayList<>(items);\n mapPossibleTypes(mItems);\n getFastAdapter().notifyAdapterDataSetChanged();\n }", "public Integer getDeliverSales() {\n return this.deliverSales;\n }", "public void setItems(java.util.Collection<java.util.Map<String,AttributeValue>> items) {\n if (items == null) {\n this.items = null;\n return;\n }\n\n java.util.List<java.util.Map<String,AttributeValue>> itemsCopy = new java.util.ArrayList<java.util.Map<String,AttributeValue>>(items.size());\n itemsCopy.addAll(items);\n this.items = itemsCopy;\n }", "public void setDeliverTo(String deliverTo){\n\t\tthis.deliverTo = deliverTo;\n\t}", "@Override\n public int itemsToSend() {\n return itemsToSend;\n }", "@Override\r\n protected void setItems(ObservableList otherTreeItems) {\r\n setAllItems(otherTreeItems);\r\n }", "public void setDeliveryDate(Date value) {\n setAttributeInternal(DELIVERYDATE, value);\n }", "public void setDeliveryDate(Date value) {\n setAttributeInternal(DELIVERYDATE, value);\n }", "@Override\r\n\tpublic void makeDeliveryFree() {\n\t\t\r\n\t}", "public Set<FeedItem> getItems() {\n\t\treturn items;\n\t}", "public void setReceivers(nl.webservices.www.soap.InsolvencyReceivers receivers) {\n this.receivers = receivers;\n }", "public List<AbstractProduct> getItemsReceived() {\n return this.itemsReceived;\n }", "public void setDeliveryEndDate(Date value) {\n setAttributeInternal(DELIVERYENDDATE, value);\n }", "public void updateAgentDeliveryNoSeq(String agentId, String inventoryDeliveryNo);", "public void setItemsOnFire(int itemsOnFire) {\n this.itemsOnFire = itemsOnFire;\n }", "public void setWeapons(ArrayList<WeaponClient> weapons) {\n this.weapons = weapons;\n }", "public void setDeliveryMode(int value) {\n this.deliveryMode = value;\n }", "public void setCompletionItems(List<CompletionItem> items) {\r\n this.textItemsProperty.setValue(FXCollections.observableArrayList(items));\r\n }", "public void setItems(List<T> items) {\n log.debug(\"set items called\");\n synchronized (listsLock){\n filteredList = new ArrayList<T>(items);\n originalList = null;\n updateFilteringAndSorting();\n }\n }", "public void setDeliveryOption(java.lang.String deliveryOption) {\r\n this.deliveryOption = deliveryOption;\r\n }", "public int getDeliveredCount() {\n return delivered_.size();\n }", "public DeliveryParcelDraftBuilder addItems(\n Function<com.commercetools.importapi.models.orders.DeliveryItemBuilder, com.commercetools.importapi.models.orders.DeliveryItem> builder) {\n return plusItems(builder.apply(com.commercetools.importapi.models.orders.DeliveryItemBuilder.of()));\n }", "public void setListItems(List<String> lit) { mItems = lit; }" ]
[ "0.7044017", "0.69514585", "0.6848453", "0.6117393", "0.60920674", "0.6057367", "0.6024432", "0.59748185", "0.59326243", "0.5862643", "0.58194834", "0.5792026", "0.5699302", "0.5664606", "0.5649129", "0.5630823", "0.55562747", "0.5551281", "0.5536753", "0.5516043", "0.5496565", "0.54775494", "0.5456727", "0.5444139", "0.54280436", "0.5394752", "0.5381819", "0.53680205", "0.53677845", "0.5338293", "0.53354675", "0.53324175", "0.5296009", "0.52896947", "0.52862334", "0.52362967", "0.5231635", "0.5226531", "0.52031744", "0.51503414", "0.51212364", "0.511964", "0.5118734", "0.5107669", "0.510394", "0.5089142", "0.50768805", "0.5074677", "0.50655866", "0.5061179", "0.5053295", "0.5045439", "0.5040831", "0.50198114", "0.5018577", "0.50103486", "0.5003875", "0.5000502", "0.4993238", "0.498925", "0.4986078", "0.4980555", "0.4980224", "0.49748915", "0.49604124", "0.49311587", "0.49118418", "0.49048626", "0.48973668", "0.48884833", "0.4885853", "0.48755813", "0.487294", "0.48595446", "0.48411718", "0.4837855", "0.483493", "0.48317105", "0.48196363", "0.48180473", "0.48146337", "0.48137796", "0.47950912", "0.4792986", "0.4792986", "0.47718123", "0.47526526", "0.47346807", "0.47248143", "0.4723892", "0.47001064", "0.46970403", "0.4693246", "0.46864605", "0.46839917", "0.46792072", "0.46710587", "0.466919", "0.46667868", "0.4666358" ]
0.80866885
0
Add items to deliveryItems list
public void addDeliveryItem(RepositoryItem pItem) { mDeliveryItems.add(pItem); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDeliveryItems(List<RepositoryItem> pDeliveryItems) {\n mDeliveryItems = pDeliveryItems;\n }", "public DeliveryParcelDraftBuilder plusItems(\n @Nullable final com.commercetools.importapi.models.orders.DeliveryItem... items) {\n if (this.items == null) {\n this.items = new ArrayList<>();\n }\n this.items.addAll(Arrays.asList(items));\n return this;\n }", "void addItem (Item toAdd){\n\t\t\tthis.items.add(toAdd);}", "@Nonnull\n public List<DeliveryItem> getItems() {\n return items;\n }", "public DeliveryParcelDraftBuilder items(\n @Nullable final com.commercetools.importapi.models.orders.DeliveryItem... items) {\n this.items = new ArrayList<>(Arrays.asList(items));\n return this;\n }", "public DeliveryParcelDraftBuilder items(\n @Nullable final java.util.List<com.commercetools.importapi.models.orders.DeliveryItem> items) {\n this.items = items;\n return this;\n }", "public void addItemToInventory(Item ... items){\n this.inventory.addItems(items);\n }", "public DeliveryParcelDraftBuilder plusItems(\n Function<com.commercetools.importapi.models.orders.DeliveryItemBuilder, com.commercetools.importapi.models.orders.DeliveryItemBuilder> builder) {\n if (this.items == null) {\n this.items = new ArrayList<>();\n }\n this.items.add(builder.apply(com.commercetools.importapi.models.orders.DeliveryItemBuilder.of()).build());\n return this;\n }", "public void addItem(SalesOrderItem... entity) {\r\n if (toItem == null) {\r\n toItem = Lists.newArrayList();\r\n }\r\n toItem.addAll(Lists.newArrayList(entity));\r\n }", "@Override\n public void onReceiveItem(InventoryItem itemReceived) {\n inventory.add(itemReceived);\n }", "public void add() {\n\t\tcart.add(item.createCopy());\n\t}", "public void addGroceryItem(String item){\n groceryList.add(item);\n }", "public void addItem(String id, String description, Integer quantity, BigDecimal amount, Long weight,\r\n BigDecimal shippingCost) {\r\n if (items == null) {\r\n items = new ArrayList();\r\n }\r\n items.add(new Item(id, description, quantity, amount, weight, shippingCost));\r\n }", "public void addItems() {\r\n\t\tproductSet.add(new FoodItems(1000, \"maggi\", 12.0, 100, new Date(), new Date(), \"yes\"));\r\n\t\tproductSet.add(new FoodItems(1001, \"Pulses\", 55.0, 50, new Date(), new Date(), \"yes\"));\r\n\t\tproductSet.add(new FoodItems(1004, \"Meat\", 101.53, 5, new Date(), new Date(), \"no\"));\r\n\t\tproductSet.add(new FoodItems(1006, \"Jelly\", 30.0, 73, new Date(), new Date(), \"no\"));\r\n\t\t\r\n\t\tproductSet.add(new Apparels(1005, \"t-shirt\", 1000.0, 10, \"small\", \"cotton\"));\r\n\t\tproductSet.add(new Apparels(1002, \"sweater\", 2000.0, 5,\"medium\", \"woolen\"));\r\n\t\tproductSet.add(new Apparels(1003, \"cardigan\", 1001.53,22, \"large\", \"cotton\"));\r\n\t\tproductSet.add(new Apparels(1007, \"shirt\", 500.99, 45,\"large\",\"woolen\"));\r\n\t\t\r\n\t\tproductSet.add(new Electronics(1010, \"tv\", 100000.0, 13, 10));\r\n\t\tproductSet.add(new Electronics(1012, \"mobile\", 20000.0, 20,12));\r\n\t\tproductSet.add(new Electronics(1013, \"watch\", 1101.53,50, 5));\r\n\t\tproductSet.add(new Electronics(1009, \"headphones\", 300.0, 60,2));\r\n\t\t\r\n\t}", "public DeliveryParcelDraftBuilder addItems(\n Function<com.commercetools.importapi.models.orders.DeliveryItemBuilder, com.commercetools.importapi.models.orders.DeliveryItem> builder) {\n return plusItems(builder.apply(com.commercetools.importapi.models.orders.DeliveryItemBuilder.of()));\n }", "public void add(List<Item> items) {\n if (mUseIdDistributor) {\n IdDistributor.checkIds(items);\n }\n mItems.addAll(items);\n mapPossibleTypes(items);\n getFastAdapter().notifyAdapterItemRangeInserted(getFastAdapter().getItemCount(getOrder()), items.size());\n }", "public void addItem(Item toAdd) {\n\t\tthis.items.add(toAdd);\n\t}", "public void addItemtoInventoryList(String item) {\r\n InventoryList.add(item);\r\n }", "public void addItemToList(String[] item) {\n \t\n \tcurrentTaskItems.add(item);\n }", "public void addNewItem(OrderItem newOrderItem){\n itemsInOrder.add(newOrderItem);\n }", "private void addItems(RegularItem...pItems)\r\n\t{\r\n\t\tfor (RegularItem item : pItems) {\r\n\t\t\tassert item != null;\r\n\t\t\taItems.add(item);\r\n\t\t};\r\n\t}", "public void addItem(Item item){\n if(ChronoUnit.DAYS.between(LocalDate.now(), item.getBestBefore()) <= 2){\n //testInfoMessage = true; //ONLY FOR TESTING\n infoMessage(item.getName(), item.getBestBefore()); // DISABLE FOR TESTING\n }\n itemList.add(item);\n totalCost += item.getPrice();\n }", "public WorldUps.UGoDeliver.Builder addDeliveriesBuilder() {\n return getDeliveriesFieldBuilder().addBuilder(\n WorldUps.UGoDeliver.getDefaultInstance());\n }", "public void setArrayListOfItemsToBeDeletedViaNotificationModal() {\n List<WebElement> itemsToBeRemoved = UnavailableItems_Modal.findElements(By.xpath(\".//*[@class='mjr-product-name']\"));\n for (WebElement item : itemsToBeRemoved) {\n listOfDeletedItemNameShoppingCart.add(UtilityHelper.elementGetText(item));\n }\n }", "public void addOrderItem(OrderItem item)\r\n\t{\r\n\t\torderItemList.add(item);\r\n\t}", "public void addItem(SoldItem item) {\n\n items.add(item);\n log.debug(\"Added \" + item.getName() + \" quantity of \" + item.getQuantity());\n\n }", "public void setItem(\r\n @NonNull\r\n final List<SalesOrderItem> value) {\r\n if (toItem == null) {\r\n toItem = Lists.newArrayList();\r\n }\r\n toItem.clear();\r\n toItem.addAll(value);\r\n }", "public void addItems(ResultItem rItem) {\r\n\t\titems.add(rItem);\r\n\t}", "public DeliveryParcelDraftBuilder withItems(\n Function<com.commercetools.importapi.models.orders.DeliveryItemBuilder, com.commercetools.importapi.models.orders.DeliveryItemBuilder> builder) {\n this.items = new ArrayList<>();\n this.items.add(builder.apply(com.commercetools.importapi.models.orders.DeliveryItemBuilder.of()).build());\n return this;\n }", "private void demoDeliverProducts()\n {\n System.out.println(\"\\nDelivering all the products\\n\");\n System.out.println(\"============================\");\n System.out.println();\n for(int id = 101; id <= 110; id++)\n {\n amount = generator.nextInt(20);\n manager.delivery(id, amount);\n }\n \n manager.printAllProducts();\n }", "public void addItem(Item i) {\n this.items.add(i);\n }", "public void addItem(Object obj) {\n items.add(obj);\n }", "static void addItems(int needed) {\r\n List<ConnectionReqs> reqsList = new ArrayList<>();\r\n reqsList.add(AuctionServer.reqs);\r\n Socket dBSocket = null;\r\n while(needed > 0) {\r\n Item item = null;\r\n Random random = new Random();\r\n int randInt = random.nextInt(200);\r\n DBMessage dBMessage = null;\r\n try {\r\n dBSocket = new Socket(\"localHost\", 6002);\r\n dBOut = new ObjectOutputStream(dBSocket.getOutputStream());\r\n dBOut.flush();\r\n dBIn = new ObjectInputStream(dBSocket.getInputStream());\r\n dBMessage = new DBMessage.Builder()\r\n .command(DBMessage.Command.GET)\r\n .table(DBMessage.Table.ITEM)\r\n .accountId(randInt)\r\n .build();\r\n dBOut.writeObject(dBMessage);\r\n System.out.println(\"listening...\");\r\n DBMessage response = (DBMessage) dBIn.readObject();\r\n item = (Item) response.getPayload();\r\n System.out.println(item.toString());\r\n } catch (IOException | ClassNotFoundException e) {\r\n e.printStackTrace();\r\n }\r\n if(!auctionHistory.contains(item)) {\r\n System.out.println(dBMessage.toString());\r\n auctionList.add(item);\r\n auctionHistory.add(item);\r\n needed--;\r\n }\r\n }\r\n }", "void addGroceryItem(String item) {\n\n\t}", "private void arrivedAdd(Passenger in) {\n\t\tif(counter >= capacity) {\n\t\t\tcapacity *= 2;\n\t\t\tPassenger[] temp = new Passenger[capacity];\n\t\t\tfor(int i = 0; i < arrivedOrder.length; i++) {\n\t\t\t\ttemp[i] = arrivedOrder[i];\n\t\t\t}\n\t\t\tarrivedOrder = temp;\n\t\t}\n\t\tarrivedOrder[counter] = in;\n\t}", "public static void addOrderedItem() {\n\t\tSystem.out.print(\"\\t\\t\");\n\t\tSystem.out.println(\"************Adding ordered item************\");\n\t\tOrderManager orderManager = new OrderManager();\n\t\tList listOfOrders = orderManager.viewOrder();\n\n\t\tOrderedItemManager orderedItemManager = new OrderedItemManager();\n\t\tList listOfOrderedItems = null;\n\n\t\tItemManager itemManager = new ItemManager();\n\t\tList listOfItems = itemManager.onStartUp();\n\n\t\tint i = 0;\n\t\tint choice = 0;\n\t\tOrder order = null;\n\t\tItem item = null;\n\t\tOrderedItem orderedItem = null;\n\t\tboolean check = false;\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tif (listOfOrders.size() == 0) {\n\t\t\tSystem.out.print(\"\\t\\t\");\n\t\t\tSystem.out.format(\"%-25s:\", \"TASK STATUS\");\n\t\t\tSystem.out.println(\"There is no orders!\");\n\t\t\treturn;\n\t\t}\n\n\t\tif (listOfItems.size() == 0) {\n\t\t\tSystem.out.print(\"\\t\\t\");\n\t\t\tSystem.out.format(\"%-25s:\", \"TASK STATUS\");\n\t\t\tSystem.out.println(\"There is no items!\");\n\t\t\treturn;\n\t\t}\n\n\t\ttry {\n\t\t\tSystem.out.println();\n\t\t\t// print the list of orders for the user to select from.\n\t\t\tfor (i = 0; i < listOfOrders.size(); i++) {\n\t\t\t\torder = (Order) listOfOrders.get(i);\n\t\t\t\tSystem.out.print(\"\\t\\t\");\n\n\t\t\t\tSystem.out.println((i + 1) + \") Order: \" + order.getId()\n\t\t\t\t\t\t+ \" | Table: \" + order.getTable().getId());\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t\tSystem.out.print(\"\\t\\t\");\n\n\t\t\tSystem.out.print(\"Select an order to add the item ordered: \");\n\t\t\tchoice = Integer.parseInt(sc.nextLine());\n\n\t\t\torder = (Order) listOfOrders.get(choice - 1);\n\n\t\t\tdo {\n\t\t\t\tfor (i = 0; i < listOfItems.size(); i++) {\n\t\t\t\t\titem = (Item) listOfItems.get(i);\n\t\t\t\t\tSystem.out.print(\"\\t\\t\");\n\n\t\t\t\t\tSystem.out.println((i + 1) + \") ID: \" + item.getId()\n\t\t\t\t\t\t\t+ \" | Name: \" + item.getName() + \" | Price: $\"\n\t\t\t\t\t\t\t+ item.getPrice());\n\t\t\t\t}\n\t\t\t\tSystem.out.print(\"\\t\\t\");\n\t\t\t\tSystem.out.println((i + 1) + \") Done\");\n\t\t\t\tSystem.out.println();\n\t\t\t\tSystem.out.print(\"\\t\\t\");\n\n\t\t\t\tSystem.out.print(\"Select an item to add into order: \");\n\t\t\t\tchoice = Integer.parseInt(sc.nextLine());\n\n\t\t\t\tif (choice != (i + 1)) {\n\t\t\t\t\titem = (Item) listOfItems.get(choice - 1);\n\n\t\t\t\t\torderedItem = new OrderedItem();\n\t\t\t\t\torderedItem.setItem(item);\n\t\t\t\t\torderedItem.setOrder(order);\n\t\t\t\t\torderedItem.setPrice(item.getPrice());\n\n\t\t\t\t\torder.addOrderedItem(orderedItem);\n\n\t\t\t\t\tcheck = orderedItemManager.createOrderedItem(orderedItem);\n\n\t\t\t\t\tif (check) {\n\t\t\t\t\t\tSystem.out.print(\"\\t\\t\");\n\t\t\t\t\t\tSystem.out.format(\"%-25s:\", \"TASK UPDATE\");\n\t\t\t\t\t\tSystem.out\n\t\t\t\t\t\t\t\t.println(\"Item added into order successfully!\");\n\t\t\t\t\t}\n\n\t\t\t\t\telse {\n\t\t\t\t\t\tSystem.out.print(\"\\t\\t\");\n\t\t\t\t\t\tSystem.out.format(\"%-25s:\", \"TASK STATUS\");\n\t\t\t\t\t\tSystem.out.println(\"Failed to add item into order!\");\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t} while (choice != (i + 1));\n\n\t\t}\n\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.print(\"\\t\\t\");\n\t\t\tSystem.out.format(\"%-25s:\", \"TASK STATUS\");\n\t\t\tSystem.out.println(\"Invalid Input!\");\n\t\t}\n\t\tSystem.out.print(\"\\t\\t\");\n\t\tSystem.out.println(\"************End of adding items************\");\n\t}", "public void addItem(Item item) {\n this.reservationItems.add(new ReservationItem(item, this));\n }", "@Override\r\n\tpublic int addOrder(Order order, List<OrderItem> OrderItem, OrderShipping orderShipping) {\n\t\treturn odi.addOrder(order, OrderItem, orderShipping);\r\n\t}", "public void addItem(Item item) {\n items.add(item);\n }", "public void addItem(Item item) {\n items.add(item);\n }", "@Override\r\n\tpublic void addDelivery(Transaction transaction) throws Exception {\n\t\ttranDao.updateDeliveryInfo(transaction);\r\n\t}", "public Builder addDeliveries(WorldUps.UGoDeliver value) {\n if (deliveriesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveriesIsMutable();\n deliveries_.add(value);\n onChanged();\n } else {\n deliveriesBuilder_.addMessage(value);\n }\n return this;\n }", "java.util.List<WorldUps.UDeliveryMade> \n getDeliveredList();", "public Builder addAllDelivered(\n java.lang.Iterable<? extends WorldUps.UDeliveryMade> values) {\n if (deliveredBuilder_ == null) {\n ensureDeliveredIsMutable();\n com.google.protobuf.AbstractMessageLite.Builder.addAll(\n values, delivered_);\n onChanged();\n } else {\n deliveredBuilder_.addAllMessages(values);\n }\n return this;\n }", "public void onClickDelivery(View view) {\n savePreferences();\n Intent intent = new Intent(this, ActDelivery.class);\n\n // Passing order information using Intent.putString();\n intent.putExtra(\"items\", new String[]{(String) spEntree.getSelectedItem(),\n (String) spDrink.getSelectedItem(), (String) spDessert.getSelectedItem()});\n intent.putExtra(\"subtotal\", subtotal);\n\n startActivity(intent);\n }", "public void addItem(Carryable g) {\r\n if (numItems < MAX_CART_ITEMS)\r\n cart[numItems++] = g;\r\n }", "public Builder addDeliveries(\n int index, WorldUps.UGoDeliver value) {\n if (deliveriesBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();\n }\n ensureDeliveriesIsMutable();\n deliveries_.add(index, value);\n onChanged();\n } else {\n deliveriesBuilder_.addMessage(index, value);\n }\n return this;\n }", "public void enterItem(DessertItem item)\n {\n dessertList.add(item);\n }", "public void addItemsToCart(List<Item> items) {\n this.itemList.addAll(items);\n BigDecimal taxes = items.stream()\n .map(Item::getTaxes)\n .reduce(BigDecimal.ZERO, BigDecimal::add);\n BigDecimal price = items.stream()\n .map(Item::getTtcPrice)\n .reduce(BigDecimal.ZERO, BigDecimal::add);\n this.totalTaxes = totalTaxes.add(taxes);\n this.totalPrices = totalPrices.add(price);\n }", "public Builder addAllDeliveries(\n java.lang.Iterable<? extends WorldUps.UGoDeliver> values) {\n if (deliveriesBuilder_ == null) {\n ensureDeliveriesIsMutable();\n com.google.protobuf.AbstractMessageLite.Builder.addAll(\n values, deliveries_);\n onChanged();\n } else {\n deliveriesBuilder_.addAllMessages(values);\n }\n return this;\n }", "public void addItem(Item item) {\n _items.add(item);\n }", "public void goFiniteShopping(ArrayList<Item> items){\n for (Item item : items){\n purchasePersonalItem(item);\n }\n }", "private void addRoomItems(int itemsToAdd)\n {\n\n // Adds up to 3 random items to a random room .\n if (!(itemsToAdd == 0)){\n\n for(int j = 0; j < itemsToAdd; j++){\n Item chooseItem = chooseValidItem(); \n Room chooseRoom = rooms.get(random.nextInt(rooms.size()));\n\n chooseRoom.getInventory().getItems().add(chooseItem);\n System.out.println(chooseRoom.getName()+\": \"+chooseItem.getName());\n\n }\n }\n }", "public void addProduct(Product item){\n inventory.add(item);\n }", "public DeliveryOrderAdapter(List<NewOrderList> deliveredList, Context context, Listener listener) {\n super(listener);\n this.listener = listener;\n this.deliveredList = deliveredList;\n this.context = context;\n }", "@SafeVarargs\n public final void add(Item... items) {\n add(asList(items));\n }", "public void addItem(Item item){\r\n items.add(item);\r\n total = items.getTotal();\r\n }", "private void addItems() {\n while (true) {\n ClothingItem item = readItem();\n if (item == null || item.getId() < 0) {\n break;\n }\n try {\n ctrl.addItem(item);\n } catch (ValidatorException e) {\n e.printStackTrace();\n }\n }\n }", "public void addItem(SalesItem salesItem)\n {\n this.salesItem[numItemsAdded] = salesItem;\n numItemsAdded = numItemsAdded + 1;\n }", "public void addAll(ArrayList<Taking> items){\n if(this.mTakings == null){\n this.mTakings = new ArrayList<>();\n }\n this.mTakings.addAll(items);\n notifyDataSetChanged();\n }", "public com.rpg.framework.database.Protocol.Item.Builder addItemsBuilder() {\n return getItemsFieldBuilder().addBuilder(\n com.rpg.framework.database.Protocol.Item.getDefaultInstance());\n }", "public void addItem(Item e) {\n\t\tItem o = new Item(e);\n\t\titems.add(o);\n\t}", "private void addItems(Element furnitureItemElement, ArrayList<Furniture> furnitures,\n ArrayList<Item> items, int counter) {\n Item tmpItem =\n new Item(furnitureItemElement.getElementsByTagName(\"name\").item(0).getTextContent(),\n furnitureItemElement.getElementsByTagName(\"description\").item(0).getTextContent());\n\n // add current Item to furniture\n furnitures.get(counter).addItem(tmpItem);\n\n // add items to items list\n items.add(tmpItem);\n }", "void sendToDB() {add to sell SellItem\n//\n for (int i = 0; i < menuItems.size(); i++) {\n Map<String, String> params = new HashMap<>();\n params.put(\"user_sell_it_id\", session.getshared(\"id\"));\n params.put(\"sell_menu_id\", sellMenuId);\n params.put(\"item_name\", menuItems.get(i).getItem_name());\n params.put(\"item_price\", menuItems.get(i).getItem_price().toString());\n params.put(\"item_count\", menuItems.get(i).getItem_count().toString());\n params.put(\"item_id\", menuItems.get(i).getItem_id().toString());\n params.put(\"f4\", menuItems.get(i).getF4());\n // params.put(\"item_cost\", String.valueOf(menuItems.get(i).getItem_cost());\n// SimpleDateFormat sdf = new SimpleDateFormat(\"yyyy-MM-dd HH:mm:ss\", Locale.getDefault());\n// String dt = sdf.format(new Date());\n// params.put(\"datetime\", dt);\n\n//\n if (menuItems.get(i).getId() == null) {\n\n sendItems(addSellMenuItemURL, params);\n\n } else {\n //updateitems using the id and count\n Map<String, String> upParams = new HashMap<>();\n upParams.put(\"id\", menuItems.get(i).getId().toString());\n upParams.put(\"item_count\", menuItems.get(i).getItem_count().toString());\n // upParams.put(\"datetime\", dt);\n sendItems(updatURL, upParams);\n }\n\n\n\n }\n\n\n show_menu(Integer.valueOf(sellMenuId));\n\n\n }", "private Item mergeItem(Item newItem, List<Item> items) throws ItemException{\r\n \t\tfor (Item item2 : items) {\r\n \t\t\tif (!item2.isBought() && item2.getName().equals(newItem.getName())) {\r\n\t\t\t\t// sum price\r\n\t\t\t\titem2.setPrice(newItem.getPrice().add(item2.getPrice()));\r\n \t\t\t\tif (newItem.getUnit() == null && item2.getUnit() == null) {\r\n \t\t\t\t\t// Both have no unit --> item has now 2 pieces.\r\n \t\t\t\t\titem2.setQuantity(BigDecimal.valueOf(2), ItemUnit.PIECE);\r\n \t\t\t\t\treturn item2;\r\n \t\t\t\t} else if (newItem.getUnit() == null && item2.getUnit() == ItemUnit.PIECE) {\r\n \t\t\t\t\t// new Item has no unit, existing item has PIECE as unit. add one piece to the existing item.\r\n \t\t\t\t\titem2.setQuantity(item2.getQuantity().add(BigDecimal.ONE), ItemUnit.PIECE);\r\n \t\t\t\t\treturn item2;\r\n \t\t\t\t} else if (newItem.getUnit() != null && newItem.getUnit() == item2.getUnit()) {\r\n \t\t\t\t\t// Both have same unit --> add them together\r\n \t\t\t\t\tBigDecimal newQuantity = newItem.getQuantity().add(item2.getQuantity());\r\n \t\t\t\t\titem2.setQuantity(newQuantity, item2.getUnit());\r\n \t\t\t\t\treturn item2; // we want to save only one item.\r\n \t\t\t\t} else if (ItemUnit.MASSES.contains(newItem.getUnit()) && ItemUnit.MASSES.contains(item2.getUnit())) {\r\n \t\t\t\t\t// Both units are masses. Convert it first to grams and then add them.\r\n \t\t\t\t\tBigDecimal mass1 = newItem.getUnit()==ItemUnit.GRAM ? newItem.getQuantity():newItem.getQuantity().multiply(THOUSAND);\r\n \t\t\t\t\tBigDecimal mass2 = item2.getUnit()==ItemUnit.GRAM ? item2.getQuantity():item2.getQuantity().multiply(THOUSAND);\r\n \t\t\t\t\tBigDecimal finalMass = mass1.add(mass2);\r\n \t\t\t\t\tItemUnit unit = ItemUnit.GRAM;\r\n \t\t\t\t\tif (finalMass.compareTo(THOUSAND) > 0){\r\n \t\t\t\t\t\tfinalMass = finalMass.divide(THOUSAND);\r\n \t\t\t\t\t\tunit = ItemUnit.KILO_GRAM;\r\n \t\t\t\t\t}\r\n \t\t\t\t\titem2.setQuantity(finalMass, unit);\r\n \t\t\t\t\treturn item2;\r\n \t\t\t\t} else {\r\n \t\t\t\t\tthrow new ItemException();\r\n \t\t\t\t}\r\n \t\t\t}\r\n \t\t}\r\n \t\treturn newItem;\r\n \t}", "public DeliveryParcelDraftBuilder setItems(\n Function<com.commercetools.importapi.models.orders.DeliveryItemBuilder, com.commercetools.importapi.models.orders.DeliveryItem> builder) {\n return items(builder.apply(com.commercetools.importapi.models.orders.DeliveryItemBuilder.of()));\n }", "public void addItem( Item anItem) {\n currentItems.add(anItem);\n }", "public void addToOrder() {\n OrderLine orderLine = new OrderLine(order.lineNumber++, sandwhich, sandwhich.price());\n order.add(orderLine);\n ObservableList<Extra> selected = extraSelected.getItems();\n orderPrice.clear();\n String price = new DecimalFormat(\"#.##\").format(sandwhich.price());\n orderPrice.appendText(\"$\"+price);\n extraOptions.getItems().addAll(selected);\n extraSelected.getItems().removeAll(selected);\n pickSandwhich();\n\n\n\n }", "public java.util.List<WorldUps.UGoDeliver> getDeliveriesList() {\n if (deliveriesBuilder_ == null) {\n return java.util.Collections.unmodifiableList(deliveries_);\n } else {\n return deliveriesBuilder_.getMessageList();\n }\n }", "public Long addDelivery(Date date, List<ChooseMedicineDto> dtos) {\n\t\tDelivery delivery = new Delivery();\n\t\tdelivery.setDate(date);\n\t\tdelivery.setPharmacy(pharmacy);\n\n\t\t/*\n\t\t * delivery medicines\n\t\t */\n\t\tList<DeliveryMedicine> set = new ArrayList<DeliveryMedicine>();\n\n\t\tfor (ChooseMedicineDto cmd : dtos) {\n\t\t\tDeliveryMedicine pm = new DeliveryMedicine();\n\n\t\t\tpm.setMedicine(medicineService.getMedicine(cmd.getMedicineId()));\n\t\t\tpm.setDelivery(delivery);\n\t\t\tpm.setBoxQuantity(cmd.getQuantity());\n\n\t\t\t// delivery.addToDeliveryMedicine(pm);\n\n\t\t\tset.add(pm);\n\t\t}\n\n\t\tdelivery.setDeliveryMedicines(set);\n\n\t\treturn addDelivery(delivery);\n\t}", "private void addToQueue (Parcel[] packagesAssigned){\n\n }", "public void insertOrderedItems(TireList orderedItems){\n for(int i=0; i<orderedItems.listSize(); i++){\n int temp = Integer.parseInt(orderedItems.getTire(i).getStock()) - orderedItems.getTire(i).getQuantity();\n orderedItems.getTire(i).setStock(temp + \"\");\n orderedItems.getTire(i).updateTire();\n sql=\"Insert into OrderedItems (OrderID, TireID, Quantity) VALUES ('\"+newID+\"','\"+orderedItems.getTire(i).getStockID()+\"',\"+orderedItems.getTire(i).getQuantity()+\")\";\n db.insertDB(sql); \n }\n }", "public void productsToBuy(Product purchase){\n bill.getProducts().add(purchase);\n }", "public void setItems(Item items) {\n this.items = items;\n }", "public void addItem() {\r\n\t\tFacesContext fc = FacesContext.getCurrentInstance();\r\n\t\tif (itemInvoice.getQuantidade() <= itemPO.getQuantidadeSaldo()) {\r\n\t\t\tBigDecimal total = itemInvoice.getPrecoUnit().multiply(\r\n\t\t\t\t\tnew BigDecimal(itemInvoice.getQuantidade()));\r\n\t\t\titemInvoice.setTotal(total);\r\n\t\t\tif (!editarItem) {\r\n\r\n\t\t\t\tif (itemInvoice.getPrecoUnit() == null) {\r\n\t\t\t\t\titemInvoice.setPrecoUnit(new BigDecimal(0.0));\r\n\t\t\t\t}\r\n\t\t\t\tif (itemInvoice.getQuantidade() == null) {\r\n\t\t\t\t\titemInvoice.setQuantidade(0);\r\n\t\t\t\t}\r\n\t\t\t\titemInvoice.setInvoice(invoice);\r\n\r\n\t\t\t\tinvoice.getItensInvoice().add(itemInvoice);\r\n\r\n\t\t\t} else {\r\n\t\t\t\tinvoice.getItensInvoice().set(\r\n\t\t\t\t\t\tinvoice.getItensInvoice().indexOf(itemInvoice),\r\n\t\t\t\t\t\titemInvoice);\r\n\t\t\t}\r\n\t\t\tcarregarTotais();\r\n\t\t\tinicializarItemInvoice();\r\n\t\t\trequired = false;\r\n\t\t} else {\r\n\r\n\t\t\tMessages.adicionaMensagemDeInfo(TemplateMessageHelper.getMessage(\r\n\t\t\t\t\tMensagensSistema.INVOICE, \"lblQtdMaioSaldo\", fc\r\n\t\t\t\t\t\t\t.getViewRoot().getLocale()));\r\n\t\t}\r\n\t}", "public void add(ToDoItem item) {\n mItems.add(item);\n notifyDataSetChanged();\n }", "public void add( Order item ) {\n\t\tsuper.internalAdd(item);\n\t}", "public void add(Item nextItemToAdd) {\n items.add(nextItemToAdd);\n Collections.sort(items);\n fireIntervalAdded(nextItemToAdd, indexOf(nextItemToAdd), indexOf(nextItemToAdd));\n }", "public void addItem(Item item) {\r\n for (Item i : inventoryItems) {\r\n if (i.getId() == item.getId()) {\r\n i.setCount(i.getCount() + item.getCount());\r\n return;\r\n }\r\n }\r\n inventoryItems.add(item);\r\n }", "public void addItem(Item newItem) {\n for (Item i : inventory) {\n if (newItem.getClass().equals(i.getClass())) {\n i.setQuantity(i.getQuantity() + newItem.getQuantity());\n return;\n }\n }\n inventory.add(newItem);\n }", "public synchronized void addItem(IJABXAdvertisementItem item) {\n\t\tidMap.put(item.getSerialNo(), item);\n\t\titemList.add(item);\n\t}", "private void updateItems()\n\t{\t\n\t\tupdatePizzaTypes(items);\n\t\tupdateSidesTypes(items);\n\t\tupdateDrinksTypes(items);\n\t}", "public WorldUps.UGoDeliver.Builder addDeliveriesBuilder(\n int index) {\n return getDeliveriesFieldBuilder().addBuilder(\n index, WorldUps.UGoDeliver.getDefaultInstance());\n }", "InvoiceItem addInvoiceItem(InvoiceItem invoiceItem);", "public synchronized void addItem(ArrayList<Start.Ingredients> obj) {\r\n\t\t// Only add if the table is empty\r\n\t\twhile (!empty && count < 20) {\r\n\t\t\ttry {\r\n\t\t\t\twait();\r\n\t\t\t} catch (InterruptedException e) {\r\n\t\t\t\t// TODO Auto-generated catch block\r\n\t\t\t\te.printStackTrace();\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tif (count >= 20) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\t// Set the contents and notifyAll()\r\n\t\tcontents = obj;\r\n\t\tempty = false;\r\n\t\tnotifyAll();\r\n\r\n\t}", "private void additems() {\n MaVolleyRequest.getInstance(getApplicationContext()).GetMethodRequest(getLink(), null, new VolleyRequestOnResultListener() {\n @Override\n public void onSucces(String result) {\n Log.d(\"qwerty\", getLink());\n ResearchResultBeanz item = (new Gson()).fromJson((new Gson()).fromJson(result, JsonObject.class).getAsJsonObject(\"data\"), ResearchResultBeanz.class);\n if (adapter == null) {\n adapter = new GridViewAdapter2(ImageGridViewActivity.this, Utils.fromArrayToList(item.items));\n gridView.setAdapter(adapter);\n } else {\n adapter.appendData (Utils.fromArrayToList(item.items));\n }\n flag_loading = false;\n }\n @Override\n public void onFailure(String error) {\n makeToast(\"Loading failure\");\n flag_loading = false;\n }\n });\n }", "public void addItem(Item newItem){\n // check for duplicate item ID\n for (Item item: items) {\n if (item.getItemID() == newItem.getItemID()) {\n item.setQuantity(item.getQuantity() + 1);\n return;\n }\n }\n newItem.setQuantity(1);\n this.items.add(newItem);\n }", "public void addItem(String item){\n adapter.add(item);\n }", "private void addItem() {\n\n ItemBean bean2 = new ItemBean();\n int drawableId2 = getResources().getIdentifier(\"ic_swrl\", \"drawable\", this.getPackageName());\n bean2.setAddress(drawableId2);\n bean2.setName(getResources().getString(R.string.swrl));\n itemList.add(bean2);\n\n ItemBean bean3 = new ItemBean();\n int drawableId3 = getResources().getIdentifier(\"ic_bianmin\", \"drawable\", this.getPackageName());\n bean3.setAddress(drawableId3);\n bean3.setName(getResources().getString(R.string.bianmin));\n itemList.add(bean3);\n\n ItemBean bean4 = new ItemBean();\n int drawableId4 = getResources().getIdentifier(\"ic_shenghuo\", \"drawable\", this.getPackageName());\n bean4.setAddress(drawableId4);\n bean4.setName(getResources().getString(R.string.shenghuo));\n itemList.add(bean4);\n\n ItemBean bean5 = new ItemBean();\n int drawableId5 = getResources().getIdentifier(\"ic_nxwd\", \"drawable\", this.getPackageName());\n bean5.setAddress(drawableId5);\n bean5.setName(getResources().getString(R.string.nxwd));\n// itemList.add(bean5);\n\n }", "public void addItem(Product p, int qty){\n //store info as an InventoryItem and add to items array\n this.items.add(new InventoryItem(p, qty));\n }", "public void addItem(Product p) {\n\t\t_items.add(p);\n\t}", "public void set(List<Item> items) {\n if (mUseIdDistributor) {\n IdDistributor.checkIds(items);\n }\n\n //first collapse all items\n getFastAdapter().collapse();\n\n //get sizes\n int newItemsCount = items.size();\n int previousItemsCount = mItems.size();\n int itemsBeforeThisAdapter = getFastAdapter().getItemCount(getOrder());\n\n //make sure the new items list is not a reference of the already mItems list\n if (items != mItems) {\n //remove all previous items\n if (!mItems.isEmpty()) {\n mItems.clear();\n }\n\n //add all new items to the list\n mItems.addAll(items);\n }\n\n //map the types\n mapPossibleTypes(items);\n\n //now properly notify the adapter about the changes\n if (newItemsCount > previousItemsCount) {\n if (previousItemsCount > 0) {\n getFastAdapter().notifyAdapterItemRangeChanged(itemsBeforeThisAdapter, previousItemsCount);\n }\n getFastAdapter().notifyAdapterItemRangeInserted(itemsBeforeThisAdapter + previousItemsCount, newItemsCount - previousItemsCount);\n } else if (newItemsCount > 0 && newItemsCount < previousItemsCount) {\n getFastAdapter().notifyAdapterItemRangeChanged(itemsBeforeThisAdapter, newItemsCount);\n getFastAdapter().notifyAdapterItemRangeRemoved(itemsBeforeThisAdapter + newItemsCount, previousItemsCount - newItemsCount);\n } else if (newItemsCount == 0) {\n getFastAdapter().notifyAdapterItemRangeRemoved(itemsBeforeThisAdapter, previousItemsCount);\n } else {\n getFastAdapter().notifyAdapterDataSetChanged();\n }\n }", "public void addItem(Item item) {\r\n\t\titems.add(item);\r\n\t}", "public void setNewList(List<Item> items) {\n if (mUseIdDistributor) {\n IdDistributor.checkIds(items);\n }\n mItems = new ArrayList<>(items);\n mapPossibleTypes(mItems);\n getFastAdapter().notifyAdapterDataSetChanged();\n }", "public void adicionar(ItemProduto item) {\n\t\titens.add(item);\n\t}", "public void addReservable(Reservable item){\n // Adds an item to the manager\n listI.add(item);\n }", "public void addItem(String i) {\n\t\tItem item = Item.getItem(ItemList, i);\n\t Inventory.add(item);\n\t inventoryList.getItems().add(i);\n\n\t}", "public void setItems(String items)\n {\n _items = items;\n }", "public void addToInventory() {\r\n\t\tdo {\r\n\t\t\tint quantity = 0;\r\n\t\t\tString brand = getToken(\"Enter washer brand: \");\r\n\t\t\tString model = getToken(\"Enter washer model: \");\r\n\t\t\tWasher washer = store.searchWashers(brand + model);\r\n\t\t\tif (washer == null) {\r\n\t\t\t\tSystem.out.println(\"No such washer exists.\");\r\n\t\t\t\treturn;\r\n\t\t\t}\r\n\t\t\tquantity = getInteger(\"Enter quantity to add: \");\r\n\t\t\tboolean result = store.addWasherToInventory(brand, model, quantity);\r\n\t\t\tif(result) {\r\n\t\t\t\tSystem.out.println(\"Added \" + quantity + \" of \" + washer);\r\n\t\t\t}else {\r\n\t\t\t\tSystem.out.println(\"Washer could not be added to inventory.\");\r\n\t\t\t}\r\n\t\t\t\r\n\t\t} while (yesOrNo(\"Add more washers to the inventory?\"));\r\n\t}", "public void addToOrder()\n {\n\n if ( donutTypeComboBox.getSelectionModel().isEmpty() || flavorComboBox.getSelectionModel().isEmpty() )\n {\n Popup.DisplayError(\"Must select donut type AND donut flavor.\");\n return;\n } else\n {\n int quantity = Integer.parseInt(quantityTextField.getText());\n if ( quantity == 0 )\n {\n Popup.DisplayError(\"Quantity must be greater than 0.\");\n return;\n } else\n {\n for ( int i = 0; i < quantity; i++ )\n {\n Donut donut = new Donut(donutTypeComboBox.getSelectionModel().getSelectedIndex(), flavorComboBox.getSelectionModel().getSelectedIndex());\n mainMenuController.getCurrentOrder().add(donut);\n }\n if ( quantity == 1 )\n {\n Popup.Display(\"Donuts\", \"Donut has been added to the current order.\");\n } else\n {\n Popup.Display(\"Donuts\", \"Donuts have been added to the current order.\");\n }\n\n\n donutTypeComboBox.getSelectionModel().clearSelection();\n flavorComboBox.getSelectionModel().clearSelection();\n quantityTextField.setText(\"0\");\n subtotalTextField.setText(\"$0.00\");\n }\n }\n\n\n }" ]
[ "0.7168394", "0.6759686", "0.637988", "0.6351694", "0.6286466", "0.6232523", "0.6200383", "0.61980945", "0.6188923", "0.6171702", "0.61557376", "0.6024741", "0.59798586", "0.59688187", "0.5965539", "0.59495556", "0.59046066", "0.58686024", "0.5866572", "0.58494115", "0.58336926", "0.57871294", "0.5779748", "0.5745115", "0.57446766", "0.5739347", "0.5738843", "0.5710652", "0.57058877", "0.57034254", "0.57025105", "0.569741", "0.5696087", "0.5677805", "0.5671685", "0.56673867", "0.5660509", "0.56599444", "0.56509703", "0.56509703", "0.5625355", "0.56238633", "0.5595995", "0.55917084", "0.55868465", "0.5581427", "0.55748963", "0.5568559", "0.5563276", "0.55469584", "0.5545417", "0.5537919", "0.55338657", "0.5531189", "0.55194235", "0.5508363", "0.55023533", "0.5492969", "0.5490757", "0.5487603", "0.54689467", "0.54665816", "0.5460187", "0.54523706", "0.54472494", "0.54451746", "0.54419833", "0.5438369", "0.543567", "0.5424721", "0.54238856", "0.5422904", "0.54180765", "0.54165083", "0.54087985", "0.5407832", "0.5402673", "0.5402427", "0.539234", "0.5380216", "0.5377882", "0.5372621", "0.5371314", "0.53699136", "0.5365168", "0.5361322", "0.5358842", "0.5355192", "0.5348383", "0.53447074", "0.5341958", "0.5337583", "0.5333619", "0.5331696", "0.5319435", "0.5318161", "0.5317546", "0.53131354", "0.5310616", "0.52983105" ]
0.7467805
0
Sets the value of the type property.
public void setType(int pType) { mType = pType; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "final public void setType(String type)\n {\n setProperty(TYPE_KEY, (type));\n }", "public void setType(Type t) {\n type = t;\n }", "public void setType(Type t) {\n\t\ttype = t;\n\t}", "public void setType(final Type type) {\n this.type = type;\n }", "public void setType(Type type) {\n this.type = type;\n }", "public void setType(Type type) {\n this.type = type;\n }", "public void setType(Type type) {\n this.type = type;\n }", "public void setType(Object type)\r\n {\r\n\tthis.type = type;\r\n }", "public void setType(type type) {\r\n\t\tthis.Type = type;\r\n\t}", "public void setType( Type type ) {\n assert type != null;\n this.type = type;\n }", "public void setType(Type type){\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t this.mType = type;\n\t}", "public void setType(String type)\r\n {\r\n this.mType = type;\r\n }", "public void setType(String type) {\n m_Type = type;\n }", "public final void setType(String type) {\n this.type = type;\n }", "public void setType(String value) {\n this.type = value;\n }", "private void setType(String type) {\n mType = type;\n }", "public void setType(String type) {\r\n\t\tthis.type = type;\r\n\t}", "public void setType(String type) {\r\n\t\tthis.type = type;\r\n\t}", "public void setType(String type) {\r\n\t\tthis.type = type;\r\n\t}", "public void setType(String type) {\r\n this.type = type;\r\n }", "public void setType(String type) {\r\r\n\t\tthis.type = type;\r\r\n\t}", "public final void setType(String type){\n\t\tthis.type = type;\t\n\t}", "public void setType(String type) {\r\n this.type = type;\r\n }", "public void setType(String type) {\r\n this.type = type;\r\n }", "public void setType(String type) {\r\n this.type = type;\r\n }", "public void setType(String type) {\r\n this.type = type;\r\n }", "public void setType (String type) {\n this.type = type;\n }", "public void setType (String type) {\n this.type = type;\n }", "public void setType (String type) {\n this.type = type;\n }", "@Override\n public void setType(String type) {\n this.type = type;\n }", "public void setType( String type ) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\r\n this.type = type;\r\n }", "public void setType(String type) {\n\n this.type = type;\n }", "public static void setType(String type) {\n Globals.type = type;\n setProperty(\"type\", type);\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType( String type )\n {\n this.type = type;\n }", "public void setType(String type)\n\t{\n\t\tthis.type = type;\n\t}", "void setType(Type type)\n {\n this.type = type;\n }", "@Override\n\tpublic void setType(String type) {\n\t\tthis.type = type;\n\t}", "public void setType(java.lang.String type) {\n this.type = type;\n }", "public void setType(java.lang.String type) {\n this.type = type;\n }", "public void setType(String type) \n {\n this.type = type;\n }", "public void setType(String type){\r\n if(type == null){\r\n throw new IllegalArgumentException(\"Type can not be null\");\r\n }\r\n this.type = type;\r\n }", "public void setType(int type)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(TYPE$2);\n if (target == null)\n {\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(TYPE$2);\n }\n target.setIntValue(type);\n }\n }", "public void setType(gov.nih.nci.calims2.domain.common.Type type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType (String typ) {\n type = typ;\n }", "public void setType(String type) {\r\n\t\tthis.type=type;\r\n\t}", "public void setType(String type){\n\t\tthis.type = type;\n\t}", "void setType(String type) {\n this.type = type;\n }", "public void setType(String type) {\n setObject(\"type\", (type != null) ? type : \"\");\n }", "public void setType(String type){\n \tthis.type = type;\n }", "public void setType(String type) {\n this.type = type;\n }", "public void setType(String type){\n this.type = type;\n }", "public void setType(Class type) {\n\t this.type = type;\n\t }", "public void setType(String type);", "public void setType(String type);", "public void setType(String type);", "public void set_type(String t)\n {\n type =t;\n }", "public void setType(String t) {\n\t\tthis.type = t;\n\t}", "@JSProperty(\"type\")\n void setType(Type value);", "void setType(java.lang.String type);", "public void setType(String t) {\n\ttype = t;\n }", "public void setType( int type ) {\r\n typ = type;\r\n }", "public final native void setType(String type) /*-{\n this.setType(type);\n }-*/;" ]
[ "0.8391672", "0.8285924", "0.8197855", "0.81400764", "0.812652", "0.812652", "0.812652", "0.80684173", "0.8056604", "0.80422956", "0.8034034", "0.8021058", "0.8013497", "0.7993321", "0.79577774", "0.79256386", "0.7891242", "0.78896934", "0.78896934", "0.78896934", "0.7879038", "0.7867565", "0.78634", "0.78497577", "0.78497577", "0.78497577", "0.78497577", "0.78396153", "0.78396153", "0.78396153", "0.78288573", "0.78258", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.7824605", "0.78223586", "0.78175575", "0.7814581", "0.78131884", "0.78131884", "0.7812649", "0.7808348", "0.7808348", "0.7808348", "0.7808348", "0.7808348", "0.7808348", "0.7808348", "0.7808348", "0.7808348", "0.7808348", "0.7804139", "0.7790967", "0.7789618", "0.7782709", "0.7739741", "0.7739741", "0.773131", "0.77292365", "0.7709787", "0.7707761", "0.7700716", "0.7700716", "0.769753", "0.7697437", "0.7694497", "0.76900256", "0.76828784", "0.7636608", "0.7628385", "0.7626316", "0.7624357", "0.7607087", "0.7607087", "0.7607087", "0.75662726", "0.75534886", "0.75235415", "0.751319", "0.7500081", "0.74719733", "0.7439059" ]
0.0
-1
Sets the value of the deliveryTime property.
public void setDeliveryTime(String pDeliveryTime) { mDeliveryTime = pDeliveryTime; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setShippingTime (java.util.Date shippingTime) {\r\n\t\tthis.shippingTime = shippingTime;\r\n\t}", "public org.djbikeshop.www.repairtransportationservice.UpdateDeliveryTimeResponse updateDeliveryTime\n (\n org.djbikeshop.www.repairtransportationservice.UpdateDeliveryTime updateDeliveryTime\n )\n ;", "public void setShippingTime(Integer shippingTime) {\n this.shippingTime = shippingTime;\n }", "public void setDelivery(double pDelivery) {\n mDelivery = pDelivery;\n }", "public void setSendingTime(Date sendingTime) {\n this.sendingTime = sendingTime;\n }", "public void setSendTime(Date sendTime) {\n this.sendTime = sendTime;\n }", "public void setApproximateDeliveryTime(int value) {\n this.approximateDeliveryTime = value;\n }", "public void setOrderTime(Date orderTime) {\n this.orderTime = orderTime;\n }", "public void setDeliveryDate(String deliveryDate) {\r\n\t\tthis.deliveryDate = deliveryDate;\r\n\t}", "public void setTimeSend(Date timeSend) {\n this.timeSend = timeSend;\n }", "@JsonProperty(\"deliveryDate\")\n public void setDeliveryDate(Date deliveryDate) {\n this.deliveryDate = deliveryDate;\n }", "public void setSendEmailTime(Date sendEmailTime) {\n this.sendEmailTime = sendEmailTime;\n }", "public void setArrivalTime(int arrivalTime)\n\t{\n\t\tthis.arrivalTime = arrivalTime;\n\t}", "public void setOrdertime(Date ordertime) {\n this.ordertime = ordertime;\n }", "public void setWishPaymentTime(Date wishPaymentTime) {\n this.wishPaymentTime = wishPaymentTime;\n }", "public void setFlightTime(String flightTime) {\n\t\tthis.flightTime = flightTime;\n\t}", "Order setDeliveredStatus(Order order, User user, Date deliveredTime);", "public void setReceiveTime(Date receiveTime) {\r\n this.receiveTime = receiveTime;\r\n }", "public void setReceiveTime(Date receiveTime) {\n this.receiveTime = receiveTime;\n }", "public void setReceiveTime(Date receiveTime) {\n this.receiveTime = receiveTime;\n }", "public void setTime(String eTime) {\n\t\tmTime = eTime;\n\t}", "public void setDeliveryOption(java.lang.String deliveryOption) {\r\n this.deliveryOption = deliveryOption;\r\n }", "public void setDeliveryDate(Date value) {\n setAttributeInternal(DELIVERYDATE, value);\n }", "public void setDeliveryDate(Date value) {\n setAttributeInternal(DELIVERYDATE, value);\n }", "public void setExpirationTime(Date expirationTime) {\n this.expirationTime = expirationTime;\n }", "public void setTime( Date time ) {\n this.time = time;\n }", "public void setaTime(Date aTime) {\r\n this.aTime = aTime;\r\n }", "public void setDeliveryDeadline(XMLGregorianCalendar deliveryDeadline) {\n this.deliveryDeadline = deliveryDeadline;\n }", "public boolean validateDeliveryTime(String deliveryTime) {\n\t\tDateValidator validator = new DateValidatorUsingDateFormat(\"MM/dd/yyyy\");\n\t\treturn validator.isValid(deliveryTime);\n\t}", "public void setPaidTime(Date paidTime) {\n this.paidTime = paidTime;\n }", "@Override\n\tpublic void setTime(String time) {\n\t\tthis.time = time;\n\t}", "public void setRequestedTime(java.util.Calendar requestedTime)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REQUESTEDTIME$2, 0);\n if (target == null)\n {\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(REQUESTEDTIME$2);\n }\n target.setCalendarValue(requestedTime);\n }\n }", "public void setTime(Date time) {\r\n\t\tthis.time = time;\r\n\t}", "public void setPaymentTime(Date paymentTime) {\n\t\tthis.paymentTime = paymentTime;\n\t}", "public void setTime(Date time) {\r\n this.time = time;\r\n }", "public void setTime(Date time) {\r\n this.time = time;\r\n }", "public void setTime(Date time) {\r\n this.time = time;\r\n }", "public void setTime(Date time) {\n this.time = time;\n }", "public void setTime(Date time) {\n this.time = time;\n }", "public void setTime(Date time) {\n this.time = time;\n }", "public void setTime(Date time) {\n this.time = time;\n }", "public void setTime(Date time) {\n this.time = new Date(time.getTime());\n }", "public final void setTime(final Date newTime) {\n this.time = newTime;\n }", "public void setTime(Date time) {\n\t\tthis.time = time;\n\t}", "public void xsetSigningTime(org.apache.xmlbeans.XmlDateTime signingTime)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.XmlDateTime target = null;\r\n target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(SIGNINGTIME$0, 0);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.XmlDateTime)get_store().add_element_user(SIGNINGTIME$0);\r\n }\r\n target.set(signingTime);\r\n }\r\n }", "@Override\n\tpublic void setEligibleTime(String eligibleTime) {\n\t\tmodel.setEligibleTime(eligibleTime);\n\t}", "public void setScheduleTime(Date scheduleTime) {\n this.scheduleTime = scheduleTime;\n }", "public Builder setArrivalTime(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n arrivalTime_ = value;\n onChanged();\n return this;\n }", "public Builder setArrivalTime(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n arrivalTime_ = value;\n onChanged();\n return this;\n }", "public void xsetRequestedTime(org.apache.xmlbeans.XmlDateTime requestedTime)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.XmlDateTime target = null;\n target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(REQUESTEDTIME$2, 0);\n if (target == null)\n {\n target = (org.apache.xmlbeans.XmlDateTime)get_store().add_element_user(REQUESTEDTIME$2);\n }\n target.set(requestedTime);\n }\n }", "public ZonedDateTime getDeliveryDate() {\n return _deliveryDate;\n }", "public void setTime ( final Calendar time ) {\n this.time = time;\n }", "public void setNotificationSentTime(java.lang.Object notificationSentTime) {\n this.notificationSentTime = notificationSentTime;\n }", "public void setSigningTime(java.util.Calendar signingTime)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.SimpleValue target = null;\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SIGNINGTIME$0, 0);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SIGNINGTIME$0);\r\n }\r\n target.setCalendarValue(signingTime);\r\n }\r\n }", "public void setReservationTime(String reservationTime) {\n this.reservationTime = reservationTime;\n }", "public void setPtpTime(Date ptpTime) {\n this.ptpTime = ptpTime;\n }", "public void setTime(String time) {\n }", "public void setTime(String time) {\r\n\t\tthis.time = time;\r\n\t}", "public void setcTime(Date cTime) {\r\n this.cTime = cTime;\r\n }", "public Date getDeliveryDate() {\n return deliveryDate;\n }", "public void setReleaseTime(Date releaseTime) {\r\n this.releaseTime = releaseTime;\r\n }", "public void setTime(Time time) {\n this.time = time; // assigns the time argument value to the time attribute\n }", "public Builder setSendTime(long value) {\n \n sendTime_ = value;\n onChanged();\n return this;\n }", "public void setTransfertime(Date transfertime) {\n this.transfertime = transfertime;\n }", "public void setPaymentTime(String paymentTime) {\r\n\t\tthis.paymentTime = paymentTime;\r\n\t}", "public String getDeliveryDate() {\r\n\t\treturn deliveryDate;\r\n\t}", "public void setSentTime(Date v) \n {\n \n if (!ObjectUtils.equals(this.sentTime, v))\n {\n this.sentTime = v;\n setModified(true);\n }\n \n \n }", "public void setTime(String time) {\n this.time = time;\n }", "public void setDeliverTo(String deliverTo){\n\t\tthis.deliverTo = deliverTo;\n\t}", "public int getApproximateDeliveryTime() {\n return approximateDeliveryTime;\n }", "public void setTime (java.lang.String time) {\n\t\tthis.time = time;\n\t}", "public void setTime(String time) {\n\t\tthis.time = time;\n\t}", "public void setDeliveryEndDate(Date value) {\n setAttributeInternal(DELIVERYENDDATE, value);\n }", "public java.util.Date getShippingTime () {\r\n\t\treturn shippingTime;\r\n\t}", "public void setTime(gov.ucore.ucore._2_0.TimeType time)\n {\n synchronized (monitor())\n {\n check_orphaned();\n gov.ucore.ucore._2_0.TimeType target = null;\n target = (gov.ucore.ucore._2_0.TimeType)get_store().find_element_user(TIME$2, 0);\n if (target == null)\n {\n target = (gov.ucore.ucore._2_0.TimeType)get_store().add_element_user(TIME$2);\n }\n target.set(time);\n }\n }", "public void setScheduletime(Date scheduletime) {\r\n this.scheduletime = scheduletime;\r\n }", "public void setConfirmTime(LocalDateTime confirmTime) {\n this.confirmTime = confirmTime;\n }", "public void setCompleteTime(Date completeTime) {\n this.completeTime = completeTime;\n }", "@Nonnull\n public final MutableClock setTime(final DateTime otherNow) {\n _now = otherNow.toMutableDateTime();\n return this;\n }", "public void setTime(float time) {\n this.time = time;\n }", "public void setAmDelivery(boolean value) {\r\n this.amDelivery = value;\r\n }", "public void setTime(DateTime inputTime){\n time = inputTime.getMillis();\n timeZone = inputTime.getZone();\n }", "public void setNotifTime(java.lang.String notifTime) {\n this.notifTime = notifTime;\n }", "public void setDeliverytype(String deliverytype) {\n this.deliverytype = deliverytype == null ? null : deliverytype.trim();\n }", "public Integer getShippingTime() {\n return shippingTime;\n }", "public void setDeliveryFee(int deliveryFee)\n {\n this.deliveryFee = deliveryFee;\n }", "public void setDepartureTime (int departs)\n {\n departureTime = departs;\n }", "public void setClosedTime(Date closedTime) {\n this.closedTime = closedTime;\n }", "public void setSettleTime(Date settleTime) {\n this.settleTime = settleTime;\n }", "public void xsetStopTime(org.landxml.schema.landXML11.GPSTime stopTime)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.landxml.schema.landXML11.GPSTime target = null;\r\n target = (org.landxml.schema.landXML11.GPSTime)get_store().find_attribute_user(STOPTIME$24);\r\n if (target == null)\r\n {\r\n target = (org.landxml.schema.landXML11.GPSTime)get_store().add_attribute_user(STOPTIME$24);\r\n }\r\n target.set(stopTime);\r\n }\r\n }", "public void setRepairTime(Date repairTime) {\n this.repairTime = repairTime;\n }", "public void setDownloadTime(long downloadTime) {\n\t\tthis.downloadTime = downloadTime;\n\t}", "public void setDeliveryIsBlocked(\n @Nullable\n final String deliveryIsBlocked) {\n rememberChangedField(\"DeliveryIsBlocked\", this.deliveryIsBlocked);\n this.deliveryIsBlocked = deliveryIsBlocked;\n }", "public void setTime(long time) {\n this.time = time;\n }", "public final native void setTime(String time) /*-{\n this.setTime(time);\n }-*/;", "public void setActualBuyingTime(Date actualBuyingTime) {\n this.actualBuyingTime = actualBuyingTime;\n }", "@DSSafe(DSCat.UTIL_FUNCTION)\n \n @DSGenerator(tool_name = \"Doppelganger\", tool_version = \"2.0\", generated_on = \"2013-12-30 12:56:11.275 -0500\", hash_original_method = \"58DD96CFC8DDA00016DEC24CC6519017\", hash_generated_method = \"1F810C618BA62488684578EB05C3C6A1\")\n \n@Override\n public void setTime(long theTime) {\n /*\n * Store the Date based on the supplied time after removing any time\n * elements finer than the day based on zero GMT\n */\n super.setTime(normalizeTime(theTime));\n }", "public void setTime(long time)\n {\n this.time = time;\n\n }", "@Test\r\n public void testSetTimeEaten()\r\n {\r\n System.out.println(\"setTimeEaten\");\r\n Time timeEaten = Time.valueOf(\"12:34:56\");\r\n FoodBean instance = new FoodBean(5, \"Beans on toast\", \r\n Date.valueOf(\"2014-04-01\"), Time.valueOf(\"10:00:00\"), \r\n 100, 120, 5, 7, 500, 0, 3);\r\n instance.setTimeEaten(timeEaten);\r\n assertEquals(timeEaten, instance.getTimeEaten());\r\n }", "public void setDeliveryStartDate(Date value) {\n setAttributeInternal(DELIVERYSTARTDATE, value);\n }" ]
[ "0.70783424", "0.70046175", "0.66597444", "0.6505219", "0.6495225", "0.63044304", "0.62733203", "0.62715656", "0.6188797", "0.6182701", "0.6100252", "0.60945356", "0.60151887", "0.5935393", "0.5926691", "0.59067947", "0.5876367", "0.5870031", "0.58376646", "0.58060837", "0.57775354", "0.5742615", "0.5730823", "0.5730823", "0.5721321", "0.5671686", "0.5668346", "0.56640726", "0.56591094", "0.56554747", "0.563997", "0.563536", "0.56299704", "0.56270725", "0.5625148", "0.5625148", "0.5625148", "0.561715", "0.561715", "0.561715", "0.561715", "0.5599665", "0.5588256", "0.5580472", "0.55668235", "0.55619407", "0.5552515", "0.55510616", "0.55510616", "0.5550338", "0.5544767", "0.55270946", "0.55268836", "0.55176395", "0.54723173", "0.54665494", "0.54605615", "0.5457074", "0.54548067", "0.54546", "0.5454315", "0.5453053", "0.54529595", "0.544471", "0.54373914", "0.5411171", "0.54102516", "0.540955", "0.5396761", "0.5391537", "0.5384551", "0.5376567", "0.5337684", "0.53211844", "0.53116006", "0.53100157", "0.5308717", "0.53065985", "0.52917", "0.52902377", "0.5287477", "0.52722347", "0.5272022", "0.5247813", "0.5241463", "0.5240426", "0.5237009", "0.5236873", "0.5232773", "0.5224137", "0.5218438", "0.52158475", "0.5215346", "0.5191506", "0.5190075", "0.5189605", "0.5185722", "0.5173556", "0.5169933", "0.5169014" ]
0.8543541
0
Sets the value of the supplierName property.
public void setSupplierName(String pSupplierName) { mSupplierName = pSupplierName; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSupplierName(String supplierName) {\n this.supplierName = supplierName == null ? null : supplierName.trim();\n }", "public void setSupplier(\n @Nullable\n final String supplier) {\n rememberChangedField(\"Supplier\", this.supplier);\n this.supplier = supplier;\n }", "public String getSupplierName() {\n return supplierName;\n }", "public void setSupplier(String supplier) {\n this.supplier = supplier == null ? null : supplier.trim();\n }", "public void setName(String value)\n {\n // Since this value is marked as \"mandatory,\" the BC4J Framework will take\n // care of ensuring that it's a non-null value. However, if it is null, we\n // don't want to proceed with any validation that could result in a NPE.\n \n if ((value != null) || (!(\"\".equals(value.trim()))))\n {\n // Verify that the name is unique. To do this, we must check both the entity\n // cache and the database. We begin with the entity cache.\n\n com.sun.java.util.collections.Iterator supplierIterator = \n getEntityDef().getAllEntityInstancesIterator(getDBTransaction());\n \n Number currentId = getSupplierId();\n \n while ( supplierIterator.hasNext() )\n {\n SupplierEOImpl cachedSupplier = (SupplierEOImpl)supplierIterator.next();\n\n String cachedName = cachedSupplier.getName();\n Number cachedId = cachedSupplier.getSupplierId();\n\n // We found a match for the name we're trying to set, so throw an\n // exception. Note that we need to exclude this EO from our test.\n \n if (cachedName != null && value.equalsIgnoreCase(cachedName) && \n cachedId.compareTo(currentId) != 0 )\n {\n throw new OAAttrValException(OAException.TYP_ENTITY_OBJECT,\n getEntityDef().getFullName(), // EO name\n getPrimaryKey(), // EO PK\n \"Name\", // Attribute Name\n value, // Attribute value\n \"AK\", // Message product short name\n \"FWK_TBX_T_SUP_DUP_NAME\"); // Message name \n }\n } \n\n // Now we want to check the database for any occurences of the supplier\n // name. The most efficient way to check this is with a validation view\n // object to which we add to a special \"Validation\" application module.\n // We then added a \"supplierExists\" method to this entity's expert. This\n // method leverages the VAM and the VVO.\n\n OADBTransaction transaction = getOADBTransaction();\n SupplierEntityExpert expert = getSupplierEntityExpert(transaction);\n\n if (expert.supplierExists(value))\n {\n throw new OAAttrValException(OAException.TYP_ENTITY_OBJECT,\n getEntityDef().getFullName(), // EO name\n getPrimaryKey(), // EO PK\n \"Name\", // Attribute Name\n value, // Attribute value\n \"AK\", // Message product short name\n \"FWK_TBX_T_SUP_DUP_NAME\"); // Message name\n }\n }\n \n setAttributeInternal(NAME, value);\n \n }", "public void setSupplierNum(String supplierNum) {\n this.supplierNum = supplierNum == null ? null : supplierNum.trim();\n }", "public void setSupplierId(Integer supplierId) {\n this.supplierId = supplierId;\n }", "public void setSupplier(Supplier supplier) {\n this.supplier = supplier;\n }", "public void setSupplierId(Long supplierId) {\n\t\tthis.supplierId = supplierId;\n\t}", "public void setSupplier (jkt.hms.masters.business.MasStoreSupplier supplier) {\n\t\tthis.supplier = supplier;\n\t}", "public void setSupplierId(int SupplierIdIn)\n {\n this.SupplierId = SupplierIdIn;\n }", "public void setSupplierid(Integer supplierid) {\r\n this.supplierid = supplierid;\r\n }", "public void setSupplierPartId(String supplierPartId) {\r\n this.supplierPartId = supplierPartId;\r\n }", "public void getName(Supplier supplier) {\n\t\r\n}", "@Override\n\tpublic void setSellerName(java.lang.String sellerName) {\n\t\t_buySellProducts.setSellerName(sellerName);\n\t}", "public void setName(java.lang.String name)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.SimpleValue target = null;\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$26);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAME$26);\r\n }\r\n target.setStringValue(name);\r\n }\r\n }", "public void setName(String restaurantName) { // Sets the restaurant's name\n\t\tname = restaurantName;\n\t}", "public void setName(String s) {\n\t\t\n\t\tname = s;\n\t}", "public void setStrName(String strName) {\n this.strName = strName;\n }", "public void setProductName(final String productName);", "public void setNameString(String s) {\n nameString = s;\r\n }", "public void setName(String s) {\n this.name = s;\n }", "public void setName(java.lang.String name)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.SimpleValue target = null;\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$0, 0);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NAME$0);\r\n }\r\n target.setStringValue(name);\r\n }\r\n }", "public void setName(java.lang.String name)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$0, 0);\n if (target == null)\n {\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NAME$0);\n }\n target.setStringValue(name);\n }\n }", "public void setName(java.lang.String name)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(NAME$0, 0);\n if (target == null)\n {\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(NAME$0);\n }\n target.setStringValue(name);\n }\n }", "public void setsName(String sName) {\n this.sName = sName == null ? null : sName.trim();\n }", "public void setName( String pName )\n {\n name = pName;\n }", "private void setName(\n String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n name_ = value;\n }", "private void setName(\n String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n name_ = value;\n }", "private void setName(\n String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n name_ = value;\n }", "public void setName(org.hl7.fhir.String name)\n {\n generatedSetterHelperImpl(name, NAME$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);\n }", "public void setSupplierId(Number value)\n {\n\n // BC4J validates that this can be updated only on a new line, and that this\n // mandatory attribute is not null. This code adds the additional check \n // of only allowing an update if the value is null to prevent changes while \n // the object is in memory.\n\n if (getSupplierId() != null)\n {\n throw new OAAttrValException(OAException.TYP_ENTITY_OBJECT,\n getEntityDef().getFullName(), // EO name\n getPrimaryKey(), // EO PK\n \"SupplierId\", // Attribute Name\n value, // Attribute value\n \"AK\", // Message product short name\n \"FWK_TBX_T_SUP_ID_NO_UPDATE\"); // Message name\n\n }\n\n if (value != null)\n {\n // Supplier id must be unique. To verify this, you must check both the\n // entity cache and the database. In this case, it's appropriate\n // to use findByPrimaryKey( ) because you're unlikely to get a match, and\n // and are therefore unlikely to pull a bunch of large objects into memory.\n\n // Note that findByPrimaryKey() is guaranteed to check all suppliers. \n // First it checks the entity cache, then it checks the database.\n\n OADBTransaction transaction = getOADBTransaction();\n Object[] supplierKey = {value};\n EntityDefImpl supplierDefinition = SupplierEOImpl.getDefinitionObject();\n SupplierEOImpl supplier = \n (SupplierEOImpl)supplierDefinition.findByPrimaryKey(transaction, new Key(supplierKey));\n\n if (supplier != null)\n {\n throw new OAAttrValException(OAException.TYP_ENTITY_OBJECT,\n getEntityDef().getFullName(), // EO name\n getPrimaryKey(), // EO PK\n \"SupplierId\", // Attribute Name\n value, // Attribute value\n \"AK\", // Message product short name\n \"FWK_TBX_T_SUP_ID_UNIQUE\"); // Message name \n }\n } \n \n setAttributeInternal(SUPPLIERID, value);\n \n }", "@Override\n\tpublic void updateIntoSupplier(Supplier supplier) {\n\t\tString sql=\"UPDATE supplier SET supplier_name=?,supplier_type=?,permanent_address=?, temporary_address=?,email=?,image=? WHERE supplier_id=?\";\n\t getJdbcTemplate().update(sql, new Object[] {supplier.getSupplierName(), supplier.getSupplierType(),supplier.getPermanentAddress(), supplier.getTemporaryAddress(),supplier.getEmail(),supplier.getImage(),supplier.getSupplierId()});\n\t}", "public void setName(String Name){\r\n name = Name;\r\n }", "private void setName(\n String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n name_ = value;\n }", "public void setName(java.lang.String name)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.SimpleValue target = null;\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$4);\n if (target == null)\n {\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAME$4);\n }\n target.setStringValue(name);\n }\n }", "public void setName(java.lang.String name)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.SimpleValue target = null;\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$6);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAME$6);\r\n }\r\n target.setStringValue(name);\r\n }\r\n }", "protected void setName(String name) {\n this._name = name;\n }", "public void setName(String _name)\r\n\t{\r\n\t\tthis._name=_name;\r\n\t}", "public void setName(java.lang.String _name)\n {\n name = _name;\n }", "public void setName(java.lang.String _name)\n {\n name = _name;\n }", "public void setName(String name) throws IllegalArgumentException, IllegalStateException {\n\n if (!isProviderNameValid(name)) throw new IllegalArgumentException();\n\n if (mAttached) throw new IllegalStateException();\n\n mName = name;\n }", "public void setName(java.lang.String name)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.SimpleValue target = null;\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$2);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAME$2);\r\n }\r\n target.setStringValue(name);\r\n }\r\n }", "public void setName(String name)\r\n\t{\r\n\t\tthis.name = name.trim();\r\n\t\tif(name.length() > 0)\r\n\t\t{\r\n\t\t this.sponsorFirstChar = Character.toLowerCase(name.charAt(0));\r\n\t\t}\r\n\t\t\r\n\t}", "public void setName(org.hl7.fhir.String name)\n {\n generatedSetterHelperImpl(name, NAME$8, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);\n }", "private void setNewName(\n String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n \n newName_ = value;\n }", "public final void setNameProperty(String nameProperty) {\n\t\tif(nameProperty == null) throw new IllegalArgumentException(\"A field name must be specified\");\n\t\tthis.nameProperty = nameProperty;\n\t}", "public void setName(String _name) {\n this._name = _name;\n }", "public void setName(java.lang.String name)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.SimpleValue target = null;\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$8);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAME$8);\r\n }\r\n target.setStringValue(name);\r\n }\r\n }", "public void setName(String n) {\r\n name = n;\r\n }", "public void setName(java.lang.String value) {\n __getInternalInterface().setFieldValueForCodegen(NAME_PROP.get(), value);\n }", "public void setName(String value) {\n this.name = value;\n }", "public void setName(String newName){\n\n //assigns the value newName to the name field\n this.name = newName;\n }", "@Override\n public void setName(String name)\n {\n checkState();\n this.name = name;\n }", "public void setName(String _name) {\n\t\tthis.name = _name;\n\t}", "public String getSupplierNum() {\n return supplierNum;\n }", "protected void setName(String name) {\r\n this.name = name;\r\n }", "public void setName(java.lang.String value) {\n __getInternalInterface().setFieldValueForCodegen(NAME_PROP.get(), value);\n }", "public void setName(String value) {\n\t\tname = value;\n\t}", "public void setName(java.lang.String value) {\n this.name = value;\n }", "public void setName(String Name) {\n this.Name = Name;\n }", "public void setName(String Name) {\n this.Name = Name;\n }", "public void setName(String name) {\n m_Name = name;\n }", "public void setName(String name) {\r\n\t\t_name = name;\r\n\t}", "public void setName(String name) {\n _name = name;\n }", "public void setName(String name) {\n fName= name;\n }", "public void setName (String n){\n\t\tname = n;\n\t}", "public void setName(String name) {\n\t\tName = name;\n\t}", "public final void setName(String name) {_name = name;}", "public void xsetName(org.apache.xmlbeans.XmlString name)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.XmlString target = null;\n target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(NAME$0, 0);\n if (target == null)\n {\n target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(NAME$0);\n }\n target.set(name);\n }\n }", "public void xsetName(org.apache.xmlbeans.XmlString name)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.XmlString target = null;\n target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(NAME$0, 0);\n if (target == null)\n {\n target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(NAME$0);\n }\n target.set(name);\n }\n }", "public void setDealerName(String dealerName);", "public void setName(String name)\n {\n _name = name;\n }", "protected final void setName(final String name) {\n this.name = name;\n }", "protected void setName(String name) {\n this.name = name;\n }", "protected void setName(final String name) {\r\n\t\tthis.name = name;\r\n\t}", "public void setName(String name) {\r\n this._name = name;\r\n }", "public void setName(String Name) {\r\n\t\t\tthis.Name=Name;\r\n\t\t}", "public void setName(String v){\n\t\ttry{\n\t\tsetProperty(SCHEMA_ELEMENT_NAME + \"/name\",v);\n\t\t_Name=null;\n\t\t} catch (Exception e1) {logger.error(e1);}\n\t}", "@Override\n\tpublic void setName(String name) {\n\t\theldObj.setName(name);\n\t}", "public Long getSupplierId() {\n\t\treturn supplierId;\n\t}", "public void xsetName(org.apache.xmlbeans.XmlString name)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.XmlString target = null;\r\n target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(NAME$0, 0);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(NAME$0);\r\n }\r\n target.set(name);\r\n }\r\n }", "public void setName(java.lang.CharSequence value) {\n this.name = value;\n }", "public void setName (String n) {\n name = n;\n }", "protected void setName(String name) {\n \t\tString oldName = this.name;\n \t\tthis.name = name;\n \t\tfirePropertyChange(PROPERTY_NAME, oldName, name);\n \t}", "public void xsetName(org.apache.xmlbeans.XmlString name)\n {\n synchronized (monitor())\n {\n check_orphaned();\n org.apache.xmlbeans.XmlString target = null;\n target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAME$4);\n if (target == null)\n {\n target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAME$4);\n }\n target.set(name);\n }\n }", "public void xsetName(org.apache.xmlbeans.XmlString name)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.XmlString target = null;\r\n target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAME$6);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAME$6);\r\n }\r\n target.set(name);\r\n }\r\n }", "public void setSupplierCommodity(String supplierCommodity) {\n this.supplierCommodity = supplierCommodity == null ? null : supplierCommodity.trim();\n }", "public void xsetName(org.apache.xmlbeans.XmlString name)\r\n {\r\n synchronized (monitor())\r\n {\r\n check_orphaned();\r\n org.apache.xmlbeans.XmlString target = null;\r\n target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAME$2);\r\n if (target == null)\r\n {\r\n target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAME$2);\r\n }\r\n target.set(name);\r\n }\r\n }", "public void setName(String n) {\r\n\t\tthis.name = n;\r\n\t}", "public void setName(String name) {\n//\t\tif((name==null) || (name.length()<2)){\n//\t\t\tthrow new RuntimeException(\"Name muss mindestens 2 Zeichen enthalten!\");\n//\t\t}\n\t\tthis.name = name;\n\t}", "public void setName(String name)\n {\n if (name == null) {\n throw new IllegalArgumentException();\n }\n\n _name = truncateDefault(name);\n }", "public void setName(String n) {\n this.name = n;\n }", "public void setName(String name) {\r\n this.name = name;\r\n }", "public void setName(String name) {\r\n this.name = name;\r\n }", "public void setName(String name) {\r\n this.name = name;\r\n }", "public void setName(String name)\n\t{\n\t\tthis._name=name;\n\t}", "public void setName (java.lang.String _name) {\n\t\tthis._name = _name;\n\t}", "public void setName(final String pName){this.aName = pName;}", "public String getSupplier() {\n return supplier;\n }" ]
[ "0.86156136", "0.764202", "0.72590685", "0.72076046", "0.6908163", "0.6881718", "0.68343264", "0.6675262", "0.6578922", "0.6553873", "0.651674", "0.64621025", "0.6315514", "0.622134", "0.60397285", "0.59646195", "0.5946876", "0.5937034", "0.59080434", "0.5897628", "0.5897329", "0.58956933", "0.5893614", "0.58917135", "0.58917135", "0.58839923", "0.5878952", "0.586163", "0.586163", "0.586163", "0.58565736", "0.5847628", "0.5847093", "0.58447695", "0.5841315", "0.5805954", "0.5795713", "0.5793311", "0.5786749", "0.5784658", "0.5784658", "0.5774282", "0.5771408", "0.5770782", "0.5756089", "0.5754205", "0.5749019", "0.57370895", "0.5730353", "0.57052374", "0.5703528", "0.56975454", "0.5687506", "0.56871384", "0.5680792", "0.5676964", "0.5675914", "0.5672506", "0.5664532", "0.56644017", "0.5660098", "0.5660098", "0.5659257", "0.56571394", "0.56485313", "0.56416327", "0.5640505", "0.56389225", "0.5637621", "0.5635831", "0.5635831", "0.56356645", "0.56272626", "0.56185746", "0.56184673", "0.56075513", "0.5607211", "0.5603784", "0.5602981", "0.5600719", "0.56006944", "0.5600447", "0.55974364", "0.5593711", "0.5589741", "0.55891436", "0.5588112", "0.5587703", "0.5587295", "0.55829924", "0.5581118", "0.5580338", "0.55712646", "0.5569713", "0.5569713", "0.5569713", "0.5569174", "0.55606294", "0.55580604", "0.5554801" ]
0.8545932
1
Testing whether the output of the task is as expected
@Test public void confirmTaskAdded() { TaskList tasks = new TaskList("./test/junit.txt"); LocalDateTime date = LocalDateTime.parse("2015-10-20 1800"); String taskDescription = "read a book"; tasks.addDeadline(taskDescription, date); Task addedTask = tasks.get(0); assertEquals("[D][ ] read a book by: 2015-10-20 18:00", addedTask.toString()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Test\n\tpublic void addTaskOutput(){\n\t}", "boolean hasOutput();", "@Test \n\tvoid test3() {\n\t\tassertTrue(!r1.getOutput().isEmpty());\n\t}", "@Test\n\tpublic void check() {\n\n\t\ttry {\n\t\t\tSystem.out.println(\"Unit Test Begins\");\n\t\t\t// Generate Random Log file\n\t\t\tUnitTestLogGenerator.generateRandomLogs();\n\t\t\t// Generate Cmd String\n\t\t\tString cmd = ClientClass.generateCommand(IpAddress, \"seth\", \"v\",\n\t\t\t\t\ttrue);\n\t\t\t// Run Local Grep;\n\t\t\tlocalGrep(cmd);\n\t\t\t// Connecting to Server\n\t\t\tConnectorService connectorService = new ConnectorService();\n\t\t\tconnectorService.connect(IpAddress, cmd);\n\t\t\tInputStream FirstFileStream = new FileInputStream(\n\t\t\t\t\t\"/tmp/localoutput_unitTest.txt\");\n\t\t\tInputStream SecondFileStream = new FileInputStream(\n\t\t\t\t\t\"/tmp/output_main.txt\");\n\t\t\tSystem.out.println(\"Comparing the two outputs...\");\n\t\t\tboolean result = fileComparison(FirstFileStream, SecondFileStream);\n\t\t\tAssert.assertTrue(result);\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public boolean wasSuccessful() throws TavernaException, ProcessException {\n try {\n boolean result = runner.waitFor() == 0;\n if (outputFile == null){\n saveOutput();\n }\n return result;\n } catch (InterruptedException ex) {\n throw new TavernaException(\"Error checking if run was successfull\", ex);\n }\n }", "protected void assertTaskSuccess(BuildTask task) {\n assertNotNull(\"task is null\", task);\n assertEquals(\"task \" + task + \" state should be success\", SUCCESS, task.getOutcome());\n }", "@Test\n public void testProcessOutputInputsValid(){\n generateIssueService(args1);\n\n final String expected = \"{\\\"top_day\\\":{\\\"occurrences\\\":{\\\"HassleFreeRecords/hasslefree\\\":1,\\\"HassleFreeRecords/database-ddl\\\":1},\\\"day\\\":\\\"2018/11/30\\\"},\\\"issues\\\":{\\\"2018/11/30\\\":[{\\\"id\\\":386063580,\\\"state\\\":\\\"OPEN\\\",\\\"title\\\":\\\"Test Issue 2\\\",\\\"repository\\\":\\\"HassleFreeRecords/hasslefree\\\",\\\"createdOn\\\":\\\"Fri Nov 30 01:03:45 CST 2018\\\"},{\\\"id\\\":386063657,\\\"state\\\":\\\"OPEN\\\",\\\"title\\\":\\\"Test Issue 3\\\",\\\"repository\\\":\\\"HassleFreeRecords/database-ddl\\\",\\\"createdOn\\\":\\\"Fri Nov 30 01:04:06 CST 2018\\\"}],\\\"2018/11/29\\\":[{\\\"id\\\":386028849,\\\"state\\\":\\\"CLOSED\\\",\\\"title\\\":\\\"Test Issue \\\",\\\"repository\\\":\\\"HassleFreeRecords/hasslefree\\\",\\\"createdOn\\\":\\\"Thu Nov 29 22:02:21 CST 2018\\\"}]}}\";\n\n final String actual = testIssues.generateIssueReport();\n\n Assert.assertEquals(expected,actual);\n }", "@Test\n public void testCanReadResult() throws Exception {\n MatcherAssert.assertThat(\n new TestJenkins().jobs().iterator().next()\n .builds().iterator().next().result(),\n new IsEqual<>(BuildResult.SUCCESS)\n );\n }", "public boolean processOutput();", "private boolean exportResult(){\n System.out.println(\"Writing to \" + \"out_\" + inputFile);\n return true;\n }", "void completedOutput(TestResult tr, Section section, String outputName);", "@org.junit.Test\n public void testFormaterResultOK() {\n //given\n long n = 6;\n boolean v = true;\n Parfait instance = new Parfait();\n String expResult = \"le nombre 6 est parfait\";\n\n //when\n String result = instance.formaterResult(v, n);\n\n //then\n assertEquals(expResult,result);\n }", "@Test\n public void execute_validParameters_success() throws CommandException {\n System.setOut(modelPrintStream);\n new ViewParticipantCommand(this.participantToView.getId()).execute(modelOneParticipant);\n String output = modelOut.toString();\n // Configure correct output\n String expectedOutput = new StringBuilder()\n .append(String.format(\"Viewing %s%s\", this.participantToView.getName(), NEW_LINE))\n .append(String.format(\"\\t%s%s\", this.participantToView.toString(), NEW_LINE))\n .toString();\n // Test and reset OutputStream\n assertEquals(expectedOutput, output);\n modelOut.reset();\n }", "@Override\n public void verifyResult() {\n assertThat(calculator.getResult(), is(4));\n }", "@Test\n public void testCommitterWithNoOutputs() throws Exception {\n describe(\"Have a task and job with no outputs: expect success\");\n JobData jobData = startJob(localCommitterFactory, false);\n TaskAttemptContext tContext = jobData.tContext;\n ManifestCommitter committer = jobData.committer;\n\n // do commit\n committer.commitTask(tContext);\n Path attemptPath = committer.getTaskAttemptPath(tContext);\n ContractTestUtils.assertPathExists(\n attemptPath.getFileSystem(tContext.getConfiguration()),\n \"task attempt dir\",\n attemptPath);\n }", "@Test\n\tpublic void whenExecuteMainThenPrintToConsole() {\n\t\tByteArrayOutputStream out = new ByteArrayOutputStream();\n\t\tSystem.setOut(new PrintStream(out));\n\t\tCalculate.main(null);\n\t\tassertThat(out.toString(), is(\"Hello World\\r\\n\"));\n\t}", "public void ex02() {\n\n boolean hasFinished = false;\n\n\n if (hasFinished==true) {\n printResults();\n }\n\n\n }", "public ArrayList<Boolean> compareOutput() {\r\n\r\n\t\ttry {\r\n\t\t\tFile inputFile = new File(this.inOutFilesDirectory + \"entrada.txt\");\r\n\t\t\tFile outputFile = new File(this.inOutFilesDirectory + \"saida.txt\");\r\n\r\n\t\t\tArrayList<String> testSuite = readTestCasesFromFile(inputFile);\r\n\t\t\tArrayList<String> expectedOutput = readExpectedOutputsFromFile(outputFile);\r\n\t\t\tArrayList<Boolean> testVerdicts = new ArrayList<Boolean>(\r\n\t\t\t\t\ttestSuite.size());\r\n\r\n\t\t\tPrintStream stdout = System.out;\r\n\t\t\tOurOutputStream ourOutputStream = new OurOutputStream();\r\n\r\n\t\t\tSystem.setOut(new PrintStream(ourOutputStream));\r\n\r\n\t\t\tURLClassLoader cl;\r\n\t\t\tClass<?> testClass;\r\n\r\n\t\t\ttry {\r\n\t\t\t\tTestExecutionFileFilter tv = new TestExecutionFileFilter();\r\n\t\t\t\t// Gets the names of all java files inside sourceDirectory\r\n\t\t\t\tArrayList<String> listSource = tv\r\n\t\t\t\t\t\t.visitAllDirsAndFiles(new File(sourceDirectory));\r\n\t\t\t\tif (listSource.size() != 0) {\r\n\t\t\t\t\tString pathFile = tv.findMainClass();\r\n\t\t\t\t\tString path = pathFile.substring(sourceDirectory.length(),\r\n\t\t\t\t\t\t\tpathFile.lastIndexOf(File.separator) + 1).replace(\r\n\t\t\t\t\t\t\tFile.separator, \".\");\r\n\t\t\t\t\tcl = new URLClassLoader(new URL[] { new File(\r\n\t\t\t\t\t\t\tsourceDirectory).toURI().toURL() });\r\n\t\t\t\t\ttestClass = cl.loadClass(path + Constants.mainClass);\r\n\r\n\t\t\t\t\tClass<?>[] getArg1 = { (new String[1]).getClass() };\r\n\t\t\t\t\tMethod m = testClass.getMethod(\"main\", getArg1);\r\n\r\n\t\t\t\t\tfor (int i = 0; i < testSuite.size(); i++) {\r\n\t\t\t\t\t\t// Solution Execution\r\n\t\t\t\t\t\tString[] arg1 = testSuite.get(i).split(\r\n\t\t\t\t\t\t\t\tConstants.TEST_DATA_SEPARATOR);\r\n\t\t\t\t\t\tObject[] args = { arg1 };\r\n\t\t\t\t\t\tm.invoke(null, args);\r\n\r\n\t\t\t\t\t\t// Result comparison\r\n\t\t\t\t\t\ttestVerdicts.add(\r\n\t\t\t\t\t\t\t\ti,\r\n\t\t\t\t\t\t\t\tcompareActualAndExpectedOutputs(\r\n\t\t\t\t\t\t\t\t\t\tourOutputStream.toString(),\r\n\t\t\t\t\t\t\t\t\t\texpectedOutput.get(i)));\r\n\r\n\t\t\t\t\t\t// Stream cleaning\r\n\t\t\t\t\t\tourOutputStream.flushOurStream();\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tSystem.setOut(stdout);\r\n\t\t\t\t\tsetResult(\"OK!\");\r\n\t\t\t\t\treturn testVerdicts;\r\n\t\t\t\t}\r\n\r\n\t\t\t} catch (Exception e) {\r\n\t\t\t\tSystem.err.println(e.getMessage());\r\n\t\t\t\tsetResult(null);\r\n\t\t\t}\r\n\t\t} catch (EasyCorrectionException ece) {\r\n\t\t\treturn new ArrayList<Boolean>();\r\n\t\t}\r\n\t\treturn new ArrayList<Boolean>();\r\n\t}", "@Test\n public void Task4() {\n\n given()\n\n .when()\n .get(\"https://jsonplaceholder.typicode.com/todos/2\")\n .then()\n .statusCode(200)\n .contentType(ContentType.JSON)\n // .log().body()\n .body(\"completed\",equalTo(false))\n ;\n // 2 yol\n boolean completed=\n given()\n .when()\n .get(\"https://jsonplaceholder.typicode.com/todos/2\")\n .then()\n .statusCode(200)\n .contentType(ContentType.JSON)\n // .log().body()\n //.body(\"completed\",equalTo(false))\n .extract().path(\"completed\")\n ;\n Assert.assertFalse(completed);\n }", "public ExecutionResult ok() {\n var duration = Duration.between(start(), Instant.now());\n return new ExecutionResult(0, duration, out.toString(), err.toString(), null);\n }", "static void executeTest() {\n int[] param1 = { // Checkpoint 1\n 12, 11, 10, -1, -15,};\n boolean[] expect = { // Checkpoint 2\n true, false,true, false, true,}; \n System.out.printf(\"課題番号:%s, 学籍番号:%s, 氏名:%s\\n\",\n question, gakuban, yourname);\n int passed = 0;\n for (int i = 0; i < param1.length; i++) {\n String info1 = \"\", info2 = \"\";\n Exception ex = null;\n boolean returned = false; //3\n try {\n returned = isDivable(param1[i]); //4\n if (expect[i] == (returned)) { //5\n info1 = \"OK\";\n passed++;\n } else {\n info1 = \"NG\";\n info2 = String.format(\" <= SHOULD BE %s\", expect[i]);\n }\n } catch (Exception e) {\n info1 = \"NG\";\n info2 = \"EXCEPTION!!\";\n ex = e;\n } finally {\n String line = String.format(\"*** Test#%d %s %s(%s) => \",\n i + 1, info1, method, param1[i]);\n if (ex == null) {\n System.out.println(line + returned + info2);\n } else {\n System.out.println(line + info2);\n ex.printStackTrace();\n return;\n }\n }\n }\n System.out.printf(\"Summary: %s,%s,%s,%d/%d\\n\",\n question, gakuban, yourname, passed, param1.length);\n }", "@Test\n public void execute_modelWithSameParticipant_sameOutput() throws CommandException {\n System.setOut(modelPrintStream);\n new ViewParticipantCommand(this.participantToView.getId()).execute(modelOneParticipant);\n String output1 = modelOut.toString();\n // Collect console output of ViewParticipantCommand of expectedOneParticipant\n System.setOut(expectedPrintStream);\n new ViewParticipantCommand(this.participantToView.getId()).execute(expectedOneParticipant);\n String output2 = expectedOut.toString();\n // Test and reset OutputStreams\n assertEquals(output1, output2);\n modelOut.reset();\n expectedOut.reset();\n }", "@Test\n public void testOutputNTBc2GmTrainingData() throws IOException {\n testSameAsOriginalOutput(\"genia-nt.bc2gm-training.in\", \"genia-nt.bc2gm-training.out\", \"-nt\");\n }", "private void assertTrue(String name, boolean result) {\n if(! result) {\n System.out.println();\n System.out.println(\"***** Test failed ***** \"\n + name + \": \" +totalTests);\n totalErrors = totalErrors + 1;\n }/*else{\n System.out.println(\"----- Test passed ----- \"\n + name + \": \" +totalTests);\n }*/\n totalTests = totalTests + 1;\n }", "@Test\n public void testPerformTask1() throws Exception {\n EnableStreamingTaskRunner runner =\n createRunner(createMockS3StorageProviderV2(false),\n createMockS3ClientV3(),\n createMockCFServiceV3());\n\n try {\n runner.performTask(null);\n fail(\"Exception expected\");\n } catch(Exception expected) {\n assertNotNull(expected);\n }\n\n String results = runner.performTask(spaceId);\n assertNotNull(results);\n testResults(results);\n testCapturedProps();\n }", "private static boolean KawigiEdit_RunTest(int testNum, String p0, boolean hasAnswer, String p1) {\n\t\tSystem.out.print(\"Test \" + testNum + \": [\" + \"\\\"\" + p0 + \"\\\"\");\n\t\tSystem.out.println(\"]\");\n\t\tSRM486_Div2_L1_TxMsg obj;\n\t\tString answer;\n\t\tobj = new SRM486_Div2_L1_TxMsg();\n\t\tlong startTime = System.currentTimeMillis();\n\t\tanswer = obj.getMessage(p0);\n\t\tlong endTime = System.currentTimeMillis();\n\t\tboolean res;\n\t\tres = true;\n\t\tSystem.out.println(\"Time: \" + (endTime - startTime) / 1000.0 + \" seconds\");\n\t\tif (hasAnswer) {\n\t\t\tSystem.out.println(\"Desired answer:\");\n\t\t\tSystem.out.println(\"\\t\" + \"\\\"\" + p1 + \"\\\"\");\n\t\t}\n\t\tSystem.out.println(\"Your answer:\");\n\t\tSystem.out.println(\"\\t\" + \"\\\"\" + answer + \"\\\"\");\n\t\tif (hasAnswer) {\n\t\t\tres = answer.equals(p1);\n\t\t}\n\t\tif (!res) {\n\t\t\tSystem.out.println(\"DOESN'T MATCH!!!!\");\n\t\t} else if ((endTime - startTime) / 1000.0 >= 2) {\n\t\t\tSystem.out.println(\"FAIL the timeout\");\n\t\t\tres = false;\n\t\t} else if (hasAnswer) {\n\t\t\tSystem.out.println(\"Match :-)\");\n\t\t} else {\n\t\t\tSystem.out.println(\"OK, but is it right?\");\n\t\t}\n\t\tSystem.out.println(\"\");\n\t\treturn res;\n\t}", "@Test\n public void testTwoTaskAttemptsCommit() throws Exception {\n describe(\"Commit two task attempts;\" +\n \" expect the second attempt to succeed.\");\n JobData jobData = startJob(false);\n TaskAttemptContext tContext = jobData.tContext;\n ManifestCommitter committer = jobData.committer;\n // do commit\n describe(\"\\ncommitting task\");\n // write output for TA 1,\n Path outputTA1 = writeTextOutput(tContext);\n\n // speculatively execute committer 2.\n\n // jobconf with a different base to its parts.\n Configuration conf2 = jobData.conf;\n conf2.set(\"mapreduce.output.basename\", \"attempt2\");\n String attempt2 = \"attempt_\" + jobId + \"_m_000000_1\";\n TaskAttemptID ta2 = TaskAttemptID.forName(attempt2);\n TaskAttemptContext tContext2 = new TaskAttemptContextImpl(\n conf2, ta2);\n\n ManifestCommitter committer2 = localCommitterFactory\n .createCommitter(tContext2);\n setupCommitter(committer2, tContext2);\n\n // verify working dirs are different\n Assertions.assertThat(committer.getWorkPath())\n .describedAs(\"Working dir of %s\", committer)\n .isNotEqualTo(committer2.getWorkPath());\n\n // write output for TA 2,\n Path outputTA2 = writeTextOutput(tContext2);\n\n // verify the names are different.\n String name1 = outputTA1.getName();\n String name2 = outputTA2.getName();\n Assertions.assertThat(name1)\n .describedAs(\"name of task attempt output %s\", outputTA1)\n .isNotEqualTo(name2);\n\n // commit task 1\n committer.commitTask(tContext);\n\n // then pretend that task1 didn't respond, so\n // commit task 2\n committer2.commitTask(tContext2);\n\n // and the job\n committer2.commitJob(tContext);\n\n // validate output\n FileSystem fs = getFileSystem();\n ManifestSuccessData successData = validateSuccessFile(fs, outputDir,\n 1,\n \"\");\n Assertions.assertThat(successData.getFilenames())\n .describedAs(\"Files committed\")\n .hasSize(1);\n\n assertPathExists(\"attempt2 output\", new Path(outputDir, name2));\n assertPathDoesNotExist(\"attempt1 output\", new Path(outputDir, name1));\n\n }", "protected boolean calculateTestResult(Test test, boolean exitedCleanly, StringBuffer processOutput, StringBuffer stdErr, int exitCode, boolean aborted) {\n\t\tde.tuclausthal.submissioninterface.persistence.datamodel.DockerTest dt = (de.tuclausthal.submissioninterface.persistence.datamodel.DockerTest) test;\n\n\t\tJsonObjectBuilder builder = Json.createObjectBuilder();\n\t\tbuilder.add(\"stdout\", processOutput.toString());\n\t\tif (stdErr.length() > 0) {\n\t\t\tbuilder.add(\"stderr\", stdErr.toString());\n\t\t}\n\t\tbuilder.add(\"separator\", separator + \"\\n\");\n\t\tif (tempDir != null) {\n\t\t\tbuilder.add(\"tmpdir\", tempDir.getAbsolutePath());\n\t\t}\n\t\tbuilder.add(\"exitCode\", exitCode);\n\t\tbuilder.add(\"exitedCleanly\", exitedCleanly);\n\t\tif (aborted) {\n\t\t\tbuilder.add(\"time-exceeded\", aborted);\n\t\t}\n\n\t\tint start = 0;\n\t\tint splitterPos;\n\t\tArrayList<String> outputs = new ArrayList<>();\n\t\twhile ((splitterPos = processOutput.indexOf(separator + \"\\n\", start)) >= 0) {\n\t\t\toutputs.add(processOutput.substring(start, splitterPos));\n\t\t\tstart = splitterPos + (separator + \"\\n\").length();\n\t\t}\n\t\toutputs.add(processOutput.substring(start));\n\n\t\tint i;\n\t\tJsonArrayBuilder arrb = Json.createArrayBuilder();\n\t\tfor (i = 0; i < dt.getTestSteps().size() && i + 1 < outputs.size(); ++i) {\n\t\t\tJsonObjectBuilder job = Json.createObjectBuilder();\n\t\t\tjob.add(\"id\", dt.getTestSteps().get(i).getTeststepid());\n\t\t\tjob.add(\"got\", outputs.get(i + 1));\n\t\t\tjob.add(\"expected\", dt.getTestSteps().get(i).getExpect());\n\t\t\tif (!outputs.get(i + 1).trim().equals(dt.getTestSteps().get(i).getExpect().trim())) {\n\t\t\t\texitedCleanly = false;\n\t\t\t\tjob.add(\"ok\", false);\n\t\t\t} else {\n\t\t\t\tjob.add(\"ok\", true);\n\t\t\t}\n\t\t\tarrb.add(job);\n\t\t}\n\t\tbuilder.add(\"steps\", arrb);\n\t\tif (i < dt.getTestSteps().size()) {\n\t\t\tbuilder.add(\"missing-tests\", true);\n\t\t\texitedCleanly = false;\n\t\t}\n\n\t\tprocessOutput.setLength(0);\n\t\tprocessOutput.append(builder.build().toString());\n\t\treturn exitedCleanly;\n\t}", "public boolean getOutput(){\n if (output){\n System.out.println(\"Archivo Cocol/R Aceptado\");\n return true;\n }\n else{\n System.out.println(\"Archivo Cocol/R no aceptado, tiene errores de estructura\");\n return false;\n }\n }", "public static void main(String[] args) {\n System.out.println(validateTask(true,6,5));\n\n }", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasResult();", "boolean hasFinalTallyResult();", "private static String checkOutput(List<String> lines) {\n\t\tString result = \"\";\n\t\tfor(String l : lines) {\n\t\t\tif(l.contains(\"OK\")) {\n\t\t\t\tresult = \"OK\";\n\t\t\t}else if(l.contains(\"Failure\")) {\n\t\t\t\tresult = \"FAILURE\";\n\t\t\t}else if(l.isEmpty()) {\n\t\t\t\tcontinue;\n\t\t\t}else if(l.contains(\"error\")){\n\t\t\t\tresult = \"SYNTAX_ERROR\";\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}", "public interface RunOutput {\n /**\n * The actual results of the test run.\n * @return actual results\n */\n ResultSummary getActualResultSummary();\n\n /**\n * The results of the test run, modified to account for {@link org.concordion.api.ImplementationStatus}.\n * @return modified results\n */\n ResultSummary getModifiedResultSummary();\n}", "@Test\n void displayIncompleteTasks() {\n }", "@Test\n void displayCompletedTasks() {\n }", "public void testOutputIsVaild()\n {\n Collection<Puzzle> puzzles = new ArrayList<Puzzle>();\n\n puzzles = (Collection<Puzzle>) Config.get(\"Puzzles\", puzzles);\n\n for (Puzzle puzzle : puzzles)\n {\n byte[] grid = puzzle.getData();\n GridSolver cs = new GridSolver(grid);\n cs.solveGrid();\n assertTrue(new GridChecker(cs.getDataSolution()).checkGrid());\n }\n }", "@org.junit.Test\n public void testEstParfaitOK() {\n //given\n long n = 6;\n Parfait instance = new Parfait();\n\n //when\n boolean result = instance.estParfait(n);\n\n //then\n Assert.assertTrue(\"OK\", result);\n }", "private void runCommandAndVerifyOutput(CommandHandler commandHandler, String expectedOutput)\n throws InterruptedException {\n session = createDefaultSession(commandHandler);\n\n Thread thread = new Thread(session);\n thread.start();\n\n for (int i = 0; !commandHandled && i < 10; i++) {\n Thread.sleep(50L);\n }\n\n session.close();\n thread.join();\n\n assertEquals(\"commandHandled\", true, commandHandled);\n\n String output = outputStream.toString();\n LOG.info(\"output=[\" + output.trim() + \"]\");\n assertTrue(\"line ends with \\\\r\\\\n\",\n output.charAt(output.length() - 2) == '\\r' && output.charAt(output.length() - 1) == '\\n');\n assertTrue(\"output: expected [\" + expectedOutput + \"]\", output.indexOf(expectedOutput) != -1);\n }", "@Test\r\n public void JokeQuestionCorrect()\r\n {\r\n var answerInput = 3;\r\n var punchlineInput = \"one to hold the joke and two to turn the question\";\r\n var questionInput = \"How many Junit tests does it take to test a joke question?\";\r\n\r\n var responseAnswer = 3;\r\n var expectedText = \"How many Junit tests does it take to test a joke question?\\n\" +\r\n \"That is right, one to hold the joke and two to turn the question\\n\" +\r\n \"\\r\\n\";\r\n\r\n var testOutputByteArray = new ByteArrayOutputStream();\r\n var testOutputStream = new PrintStream(testOutputByteArray );\r\n\r\n // Check joke question logic\r\n var mathQuestionAdd = new JokeQuestion(answerInput, questionInput, testOutputStream, punchlineInput);\r\n mathQuestionAdd.showQuestion();\r\n assertTrue(mathQuestionAdd.checkAnswer(responseAnswer));\r\n\r\n // Check joke question console outputs\r\n var content = testOutputByteArray.toString();\r\n assertEquals(content,expectedText);\r\n }", "private void assertTrue(String name, boolean result) {\n if (!result) {\n System.out.println();\n System.out.println(\"***** Test failed ***** \"\n + name + \": \" + totalTests);\n totalErrors = totalErrors + 1;\n } \n else {\n System.out.println(\"----- Test passed ----- \"\n + name + \": \" + totalTests);\n }\n totalTests = totalTests + 1;\n }", "@Test\n public void testCommitLifecycle() throws Exception {\n describe(\"Full test of the expected lifecycle:\\n\" +\n \" start job, task, write, commit task, commit job.\\n\" +\n \"Verify:\\n\" +\n \"* no files are visible after task commit\\n\" +\n \"* the expected file is visible after job commit\\n\");\n JobData jobData = startJob(false);\n JobContext jContext = jobData.jContext;\n TaskAttemptContext tContext = jobData.tContext;\n ManifestCommitter committer = jobData.committer;\n assertCommitterFactoryIsManifestCommitter(tContext,\n tContext.getWorkingDirectory());\n validateTaskAttemptWorkingDirectory(committer, tContext);\n\n // write output\n describe(\"1. Writing output\");\n final Path textOutputPath = writeTextOutput(tContext);\n describe(\"Output written to %s\", textOutputPath);\n\n describe(\"2. Committing task\");\n Assertions.assertThat(committer.needsTaskCommit(tContext))\n .as(\"No files to commit were found by \" + committer)\n .isTrue();\n commitTask(committer, tContext);\n final TaskManifest taskManifest = requireNonNull(\n committer.getTaskAttemptCommittedManifest(), \"committerTaskManifest\");\n final String manifestJSON = taskManifest.toJson();\n LOG.info(\"Task manifest {}\", manifestJSON);\n int filesCreated = 1;\n Assertions.assertThat(taskManifest.getFilesToCommit())\n .describedAs(\"Files to commit in task manifest %s\", manifestJSON)\n .hasSize(filesCreated);\n Assertions.assertThat(taskManifest.getDestDirectories())\n .describedAs(\"Directories to create in task manifest %s\",\n manifestJSON)\n .isEmpty();\n\n // this is only task commit; there MUST be no part- files in the dest dir\n try {\n RemoteIterators.foreach(getFileSystem().listFiles(outputDir, false),\n (status) ->\n Assertions.assertThat(status.getPath().toString())\n .as(\"task committed file to dest :\" + status)\n .contains(\"part\"));\n } catch (FileNotFoundException ignored) {\n log().info(\"Outdir {} is not created by task commit phase \",\n outputDir);\n }\n\n describe(\"3. Committing job\");\n\n commitJob(committer, jContext);\n\n // validate output\n describe(\"4. Validating content\");\n String jobUniqueId = jobData.jobId();\n ManifestSuccessData successData = validateContent(outputDir,\n true,\n jobUniqueId);\n // look in the SUMMARY\n Assertions.assertThat(successData.getDiagnostics())\n .describedAs(\"Stage entry in SUCCESS\")\n .containsEntry(STAGE, OP_STAGE_JOB_COMMIT);\n IOStatisticsSnapshot jobStats = successData.getIOStatistics();\n // manifest\n verifyStatisticCounterValue(jobStats,\n OP_LOAD_MANIFEST, 1);\n FileStatus st = getFileSystem().getFileStatus(getPart0000(outputDir));\n verifyStatisticCounterValue(jobStats,\n COMMITTER_FILES_COMMITTED_COUNT, filesCreated);\n verifyStatisticCounterValue(jobStats,\n COMMITTER_BYTES_COMMITTED_COUNT, st.getLen());\n\n // now load and examine the job report.\n // this MUST contain all the stats of the summary, plus timings on\n // job commit itself\n\n ManifestSuccessData report = loadReport(jobUniqueId, true);\n Map<String, String> diag = report.getDiagnostics();\n Assertions.assertThat(diag)\n .describedAs(\"Stage entry in report\")\n .containsEntry(STAGE, OP_STAGE_JOB_COMMIT);\n IOStatisticsSnapshot reportStats = report.getIOStatistics();\n verifyStatisticCounterValue(reportStats,\n OP_LOAD_MANIFEST, 1);\n verifyStatisticCounterValue(reportStats,\n OP_STAGE_JOB_COMMIT, 1);\n verifyStatisticCounterValue(reportStats,\n COMMITTER_FILES_COMMITTED_COUNT, filesCreated);\n verifyStatisticCounterValue(reportStats,\n COMMITTER_BYTES_COMMITTED_COUNT, st.getLen());\n\n }", "private static boolean KawigiEdit_RunTest(int testNum, int[] p0, String[] p1, boolean hasAnswer, int p2) {\n\t\tSystem.out.print(\"Test \" + testNum + \": [\" + \"{\");\n\t\tfor (int i = 0; p0.length > i; ++i) {\n\t\t\tif (i > 0) {\n\t\t\t\tSystem.out.print(\",\");\n\t\t\t}\n\t\t\tSystem.out.print(p0[i]);\n\t\t}\n\t\tSystem.out.print(\"}\" + \",\" + \"{\");\n\t\tfor (int i = 0; p1.length > i; ++i) {\n\t\t\tif (i > 0) {\n\t\t\t\tSystem.out.print(\",\");\n\t\t\t}\n\t\t\tSystem.out.print(\"\\\"\" + p1[i] + \"\\\"\");\n\t\t}\n\t\tSystem.out.print(\"}\");\n\t\tSystem.out.println(\"]\");\n\t\tXorTravelingSalesman obj;\n\t\tint answer;\n\t\tobj = new XorTravelingSalesman();\n\t\tlong startTime = System.currentTimeMillis();\n\t\tanswer = obj.maxProfit(p0, p1);\n\t\tlong endTime = System.currentTimeMillis();\n\t\tboolean res;\n\t\tres = true;\n\t\tSystem.out.println(\"Time: \" + (endTime - startTime) / 1000.0 + \" seconds\");\n\t\tif (hasAnswer) {\n\t\t\tSystem.out.println(\"Desired answer:\");\n\t\t\tSystem.out.println(\"\\t\" + p2);\n\t\t}\n\t\tSystem.out.println(\"Your answer:\");\n\t\tSystem.out.println(\"\\t\" + answer);\n\t\tif (hasAnswer) {\n\t\t\tres = answer == p2;\n\t\t}\n\t\tif (!res) {\n\t\t\tSystem.out.println(\"DOESN'T MATCH!!!!\");\n\t\t} else if ((endTime - startTime) / 1000.0 >= 2) {\n\t\t\tSystem.out.println(\"FAIL the timeout\");\n\t\t\tres = false;\n\t\t} else if (hasAnswer) {\n\t\t\tSystem.out.println(\"Match :-)\");\n\t\t} else {\n\t\t\tSystem.out.println(\"OK, but is it right?\");\n\t\t}\n\t\tSystem.out.println(\"\");\n\t\treturn res;\n\t}", "protected abstract TaskNode verify();", "@Test public void testVerifyProcessing() throws Exception {\n Data data = new Data(new Long(1l), \"test\");\n gigaSpace.write(data);\n\n // create a template of the processed data (processed)\n Data template = new Data();\n template.setType(new Long(1l));\n template.setProcessed(Boolean.TRUE);\n\n // wait for the result\n Data result = (Data)gigaSpace.take(template, 500);\n // verify it\n assertNotNull(\"No data object was processed\", result);\n assertEquals(\"Processed Flag is false, data was not processed\", Boolean.TRUE, result.isProcessed());\n assertEquals(\"Processed text mismatch\", \"PROCESSED : \" + data.getRawData(), result.getData());\n }", "@Test\n public void testAMWorkflow() throws Throwable {\n describe(\"Create a committer with a null output path & use as an AM\");\n JobData jobData = startJob(true);\n JobContext jContext = jobData.jContext;\n TaskAttemptContext tContext = jobData.tContext;\n\n TaskAttemptContext newAttempt = new TaskAttemptContextImpl(\n jContext.getConfiguration(),\n taskAttempt0);\n Configuration conf = jContext.getConfiguration();\n\n // bind\n TextOutputForTests.bind(conf);\n\n OutputFormat<?, ?> outputFormat\n = ReflectionUtils.newInstance(newAttempt.getOutputFormatClass(), conf);\n Path outputPath = FileOutputFormat.getOutputPath(newAttempt);\n Assertions.assertThat(outputPath)\n .as(\"null output path in new task attempt\")\n .isNotNull();\n\n ManifestCommitter committer2 = (ManifestCommitter)\n outputFormat.getOutputCommitter(newAttempt);\n committer2.abortTask(tContext);\n\n }", "@Test\n public void systemOut()\n {\n String message = \"Testing 1, 2, 3\";\n System.out.print(message);\n assertTrue(SYSTEM_OUT_REDIRECT.toString().contains(message));\n }", "@Test\n public void testBuildOutputModel() throws Exception {\n Map<String, ProjectBuildOutput> multi =\n project.executeAndReturnOutputMultiModel(\n \"assemble\", \"assembleDebugAndroidTest\", \"testDebugUnitTest\");\n\n ProjectBuildOutput mainModule = multi.get(\":\");\n assertThat(mainModule.getVariantsBuildOutput()).hasSize(2);\n assertThat(\n mainModule\n .getVariantsBuildOutput()\n .stream()\n .map(VariantBuildOutput::getName)\n .collect(Collectors.toList()))\n .containsExactly(\"debug\", \"release\");\n\n for (VariantBuildOutput variantBuildOutput : mainModule.getVariantsBuildOutput()) {\n assertThat(variantBuildOutput.getOutputs()).hasSize(1);\n OutputFile output = variantBuildOutput.getOutputs().iterator().next();\n assertThat(output.getOutputFile().exists()).isTrue();\n assertThat(output.getFilters()).isEmpty();\n assertThat(output.getOutputType()).isEqualTo(\"MAIN\");\n\n int expectedTestedVariants = variantBuildOutput.getName().equals(\"debug\") ? 2 : 1;\n assertThat(variantBuildOutput.getTestingVariants()).hasSize(expectedTestedVariants);\n List<String> testVariantTypes =\n variantBuildOutput\n .getTestingVariants()\n .stream()\n .map(TestVariantBuildOutput::getType)\n .collect(Collectors.toList());\n if (expectedTestedVariants == 1) {\n assertThat(testVariantTypes).containsExactly(\"UNIT\");\n } else {\n assertThat(testVariantTypes).containsExactly(\"UNIT\", \"ANDROID_TEST\");\n }\n\n for (TestVariantBuildOutput testVariantBuildOutput :\n variantBuildOutput.getTestingVariants()) {\n assertThat(testVariantBuildOutput.getTestedVariantName())\n .isEqualTo(variantBuildOutput.getName());\n assertThat(testVariantBuildOutput.getOutputs()).hasSize(1);\n output = Iterators.getOnlyElement(testVariantBuildOutput.getOutputs().iterator());\n assertThat(output.getOutputType()).isEqualTo(\"MAIN\");\n assertThat(output.getFilters()).isEmpty();\n if (variantBuildOutput.getName().equals(\"debug\")) {\n assertThat(output.getOutputFile().exists()).isTrue();\n }\n }\n }\n }", "public static void main(String[] args) throws Exception {\n\n\n\n\n boolean success = false;\n }", "public void checkTask(String task){\r\n\t\t\r\n\t}", "@Test\n public void testReportProducesValidYaml() throws Exception {\n testReportProducesCorrectOutput(\"yaml\");\n }", "@Test\n\tpublic void checkStatus() {\n\t\tclient.execute(\"1095C-16-111111\");\n\t}", "boolean hasIsSuccess();", "public static void testTask(final String[] tokens) {\n try {\n System.out.println(createTask(tokens));\n } catch (Exception e) {\n System.out.println(e.getMessage());\n }\n }", "public static void testTask(final String[] tokens) {\n try {\n System.out.println(createTask(tokens));\n } catch (Exception e) {\n System.out.println(e.getMessage());\n }\n }", "@Test\n public void toString_shouldReturnInCorrectFormat() {\n Task task = new Task(\"Test\");\n String expected = \"[N] Test\";\n Assertions.assertEquals(expected, task.toString());\n }", "@Test\r\n public void MathQuestionCorrect()\r\n {\r\n var answerInput = 8;\r\n var questionInput = \"4 + 4\";\r\n\r\n var responseAnswer = 8;\r\n var expectedText = \"What is 4 + 4?\\n8 is correct!\\n\\r\\n\";\r\n\r\n var testOutputByteArray = new ByteArrayOutputStream();\r\n var testOutputStream = new PrintStream(testOutputByteArray );\r\n\r\n // Check math question logic\r\n var mathQuestionAdd = new MathQuestion(answerInput, questionInput, testOutputStream);\r\n mathQuestionAdd.showQuestion();\r\n assertTrue(mathQuestionAdd.checkAnswer(responseAnswer));\r\n\r\n // Check math question console outputs\r\n var content = testOutputByteArray.toString();\r\n assertEquals(content,expectedText);\r\n }", "@Override\n public void sendResultToOutput(JobTask jobTask, JobTaskResult jobTaskResult) {\n\n }", "@Test\n public void testPerformTask2() throws Exception {\n EnableStreamingTaskRunner runner =\n createRunner(createMockS3StorageProviderV2(false),\n createMockS3ClientV3(),\n createMockCFServiceV2());\n\n String results = runner.performTask(spaceId);\n assertNotNull(results);\n testResults(results);\n testCapturedProps();\n }", "private void checkRuntime(String filename, int[] input, int[] output) throws ParseException, IOException{\t\t\n\t\t\n\t\tString inputString = createInput(input);\n\t\t\n\t\tProgram prog = compiler.compile(new File(BASE_DIR, filename + EXT));\n\t\tMachine vm = new Machine();\n\t\tSimulator sim = new Simulator(prog, vm);\n\t\tvm.clear();\n\t\tsim.setIn(new ByteArrayInputStream(inputString.getBytes()));\n\t\tPipedInputStream in = new PipedInputStream();\n\t\tOutputStream out;\n\t\tout = new PipedOutputStream(in);\n\t\tsim.setOut(out);\n\t\tsim.run();\n\t\t\n\t\tString outputString = \"\";\n\t\tfor(int index = 0; index < output.length; index++)\n\t\t\toutputString += \"Output: \" + output[index] + \"\\r\\n\";\n\n\t\tassertEquals(outputString.length(), in.available());\n\t\tint max = in.available();\n\t\tfor(int index = 0; index < max; index++)\n\t\t\tassertEquals(outputString.charAt(index), (char)in.read());\n\t\t\n\t\tout.close();\n\t\tin.close();\n\t}", "public boolean hasOutput() {\n return output_ != null;\n }", "public boolean isIfTaskFails() {\n return getFlow().isIfTaskFails();\n }", "public static void main(String[] args) {\n int num = 14;\n int output = 6;\n System.out.println((numberOfSteps(num)) == output ? \"CASE 1 PASS\" : \"X CASE 1 FAIL\");\n\n // TEST CASE 2: Input: num = 8 Output: 4\n num = 8;\n output = 4;\n System.out.println((numberOfSteps(num)) == output ? \"CASE 2 PASS\" : \"X CASE 2 FAIL\");\n\n // TEST CASE 3: Input: num = 123 Output: 12\n num = 123;\n output = 12;\n System.out.println((numberOfSteps(num)) == output ? \"CASE 3 PASS\" : \"X CASE 3 FAIL\");\n }", "@Test\n\tpublic void testMain() {\n\t\t// TODO: test output streams for various IO methods, emulating a user's\n\t\t// input - kinda like Joel did for CSSE2310\n\t\tAssert.fail();\n\t}", "@Test(groups = \"Integration\")\n public void testSshExecCommands() throws Exception {\n OutputStream outStream = new ByteArrayOutputStream();\n String expectedName = Os.user();\n host.execCommands(MutableMap.of(\"out\", outStream), \"mysummary\", ImmutableList.of(\"whoami; exit\"));\n String outString = outStream.toString();\n \n assertTrue(outString.contains(expectedName), outString);\n }", "private boolean compareActualAndExpectedOutputs(String string,\r\n\t\t\tString string2) {\r\n\t\treturn string.equals(string2);\r\n\t}", "public boolean hasPassed()\n {\n return status == Status.PASSED || status == Status.SKIPPED;\n }", "@Test\n public void Task2() {\n String text=\n given()\n .when()\n .get(\"https://httpstat.us/203\")\n .then()\n .statusCode(203)\n .contentType(ContentType.TEXT)\n // .body(equalTo(\"203 Non-Authoritative Information\")) // aslinda böyle yapmaliyiz\n .extract().body().asString()\n ;\n Assert.assertEquals(text,\"203 Non-Authoritative Information\");\n // 2 yol\n given()\n .when()\n .get(\"https://httpstat.us/203\")\n .then()\n .statusCode(203)\n .contentType(ContentType.TEXT)\n .body(equalTo(\"203 Non-Authoritative Information\")) // aslinda böyle yapmaliyiz\n ;\n }", "public TestOut getOutput() {\n\treturn(output);\n }", "private void verifyAnalyzeOutput(String query, String message) throws Exception {\n List<QueryDataBatch>result = testRunAndReturn(QueryType.SQL, query);\n List<List<String>> output = new ArrayList<>();\n assertTrue(result.size() == 1);\n final QueryDataBatch batch = result.get(0);\n final RecordBatchLoader loader = new RecordBatchLoader(getDrillbitContext().getAllocator());\n loader.load(batch.getHeader().getDef(), batch.getData());\n output.add(new ArrayList<String>());\n for (VectorWrapper<?> vw: loader) {\n ValueVector.Accessor accessor = vw.getValueVector().getAccessor();\n Object o = accessor.getObject(0);\n output.get(0).add(o == null ? null: o.toString());\n }\n batch.release();\n loader.clear();\n assertTrue(output.get(0).size() == 2);\n assertEquals(message, output.get(0).get(1));\n }", "private static boolean KawigiEdit_RunTest(int testNum, String p0, boolean hasAnswer, String p1) {\n\t\tSystem.out.print(\"Test \" + testNum + \": [\" + \"\\\"\" + p0 + \"\\\"\");\n\t\tSystem.out.println(\"]\");\n\t\tTCO2019_R1A_L2_EllysCodeConstants obj;\n\t\tString answer;\n\t\tobj = new TCO2019_R1A_L2_EllysCodeConstants();\n\t\tlong startTime = System.currentTimeMillis();\n\t\tanswer = obj.getLiteral(p0);\n\t\tlong endTime = System.currentTimeMillis();\n\t\tboolean res;\n\t\tres = true;\n\t\tSystem.out.println(\"Time: \" + (endTime - startTime) / 1000.0 + \" seconds\");\n\t\tif (hasAnswer) {\n\t\t\tSystem.out.println(\"Desired answer:\");\n\t\t\tSystem.out.println(\"\\t\" + \"\\\"\" + p1 + \"\\\"\");\n\t\t}\n\t\tSystem.out.println(\"Your answer:\");\n\t\tSystem.out.println(\"\\t\" + \"\\\"\" + answer + \"\\\"\");\n\t\tif (hasAnswer) {\n\t\t\tres = answer.equals(p1);\n\t\t}\n\t\tif (!res) {\n\t\t\tSystem.out.println(\"DOESN'T MATCH!!!!\");\n\t\t} else if ((endTime - startTime) / 1000.0 >= 2) {\n\t\t\tSystem.out.println(\"FAIL the timeout\");\n\t\t\tres = false;\n\t\t} else if (hasAnswer) {\n\t\t\tSystem.out.println(\"Match :-)\");\n\t\t} else {\n\t\t\tSystem.out.println(\"OK, but is it right?\");\n\t\t}\n\t\tSystem.out.println(\"\");\n\t\treturn res;\n\t}", "@Test\n public void testBareRun() throws IOException {\n String[] args = new String[]{\"example/runs/test_n2_bare.properties\"};\n MainFromProperties.main(args);\n\n // Fetch log mappings\n Map<Pair<Integer, Integer>, TestLogReader.PortUtilizationTuple> portQueueStateTupleMap = TestLogReader.getPortUtilizationMapping(\"temp/test_n2_bare\");\n Map<Long, TestLogReader.FlowCompletionTuple> flowCompletionTupleMap = TestLogReader.getFlowCompletionMapping(\"temp/test_n2_bare\");\n\n // Flow completion\n TestLogReader.FlowCompletionTuple tuple = flowCompletionTupleMap.get(0L);\n assertEquals(50000, tuple.getEndTime());\n assertFalse(tuple.isCompleted());\n assertEquals(50000, tuple.getDuration());\n assertEquals(55200, tuple.getSentBytes());\n assertEquals(1000000000L, tuple.getTotalSizeBytes());\n\n // Sent one pa\n\n // Port utilization\n\n // 0 -> 1\n assertEquals(100.0, portQueueStateTupleMap.get(new ImmutablePair<>(0, 1)).getUtilizationPercentage(), 1e-6);\n assertEquals(50000, portQueueStateTupleMap.get(new ImmutablePair<>(0, 1)).getUtilizationNs());\n\n // 1 -> 0\n //assertEquals((5*48) / 9479.0 * 100.0, portQueueStateTupleMap.get(new Pair<>(1, 0)).getUtilizationPercentage(), 1e-6);\n //assertEquals((5*48), portQueueStateTupleMap.get(new Pair<>(1, 0)).getUtilizationNs());\n\n }", "@Test\n\tpublic void testToString() {\n\t\tSystem.out.println(\"toString\");\n\t\tDeleteTask task = new DeleteTask(1);\n\t\tassertEquals(task.toString(), \"DeleteTask -- [filePath=1]\");\n\t}", "@Test\n public void main() {\n // App.main(null);\n // assertEquals(\"Hello world\", outContent.toString());\n }", "public abstract boolean getOutput();", "boolean isSuccessful();", "@Test\n public void localAction_stdoutIsReported() throws Exception {\n if (OS.getCurrent() == OS.WINDOWS) {\n return;\n }\n write(\n \"BUILD\",\n \"genrule(\",\n \" name = 'foo',\",\n \" srcs = [],\",\n \" outs = ['out/foo.txt'],\",\n \" cmd = 'echo my-output-message > $@',\",\n \")\",\n \"genrule(\",\n \" name = 'foobar',\",\n \" srcs = [':foo'],\",\n \" outs = ['out/foobar.txt'],\",\n \" cmd = 'cat $(location :foo) && touch $@',\",\n \" tags = ['no-remote'],\",\n \")\");\n RecordingOutErr outErr = new RecordingOutErr();\n this.outErr = outErr;\n\n buildTarget(\"//:foobar\");\n waitDownloads();\n\n assertOutputContains(outErr.outAsLatin1(), \"my-output-message\");\n }", "@Test\r\n public void JokeQuestionWrong()\r\n {\r\n var answerInput = 3;\r\n var punchlineInput = \"one to hold the joke and two to turn the question\";\r\n var questionInput = \"How many Junit tests does it take to test a joke question?\";\r\n\r\n var responseAnswer = 4;\r\n var expectedText = \"How many Junit tests does it take to test a joke question?\\n\" +\r\n \"No!\\n\" +\r\n \"\\r\\n\" +\r\n \"3, one to hold the joke and two to turn the question\\n\" +\r\n \"\\r\\n\";\r\n\r\n var testOutputByteArray = new ByteArrayOutputStream();\r\n var testOutputStream = new PrintStream(testOutputByteArray );\r\n\r\n // Check joke question logic\r\n var mathQuestionAdd = new JokeQuestion(answerInput, questionInput, testOutputStream, punchlineInput);\r\n mathQuestionAdd.showQuestion();\r\n assertFalse(mathQuestionAdd.checkAnswer(responseAnswer));\r\n\r\n // Check joke question console outputs\r\n var content = testOutputByteArray.toString();\r\n assertEquals(content,expectedText);\r\n }", "@Test\n public void resultMessageTest() {\n assertEquals(\"System: Accepted Transaction\", authResponse.getResultMessage());\n }", "@Test(groups = \"Integration\")\n public void testSshExecScript() throws Exception {\n OutputStream outStream = new ByteArrayOutputStream();\n String expectedName = Os.user();\n host.execScript(MutableMap.of(\"out\", outStream), \"mysummary\", ImmutableList.of(\"whoami; exit\"));\n String outString = outStream.toString();\n \n assertTrue(outString.contains(expectedName), outString);\n }", "boolean experimentCompleted();", "@Test\n public void setStatusDone_shouldReturnTrueForStatus() {\n Task task = new Task(\"Test\");\n task.setStatusDone();\n Assertions.assertTrue(task.getStatus());\n }", "public void testGame1EmulateIncorrectAnswers() {\n int[] indicators;\n MainPage mainPage = getMainPage();\n GameObjectImpl game1 = mainPage.gameOpen(1);\n game1.waitIndicatorsLoad();\n indicators = game1.getIndicators();\n int qtyTasksBeforeCycle = indicators[3];\n int tasksFailedBeforeCycle = indicators[1];\n for(int iter = 0; iter < qtyTasksBeforeCycle - 1; iter++) {\n game1.waitTaskBegin();\n try {\n Thread.sleep(500);\n } catch (InterruptedException e) {\n e.printStackTrace();\n }\n indicators = game1.getIndicators();\n int varTasksPassedBegin = indicators[0];\n int varTasksFailedBegin = indicators[1];\n int varTasksRemainBegin = indicators[2];\n int qtyTasksInLoopBegin = indicators[3];\n\n String[] partsOfTask = game1.getPartsOfTask();\n String firstNumberVar = partsOfTask[0];\n String secondNumberVar = partsOfTask[1];\n String operationVar = partsOfTask[2];\n int actualResult = game1.getResultWithKeys(firstNumberVar, secondNumberVar, operationVar);\n // press wrong button\n String strActualResult = Integer.toString(actualResult + 1);\n for (int i = 0; i < strActualResult.length(); i++) {\n String subStr = strActualResult.substring(i, i + 1);\n game1.pressButton((subStr));\n }\n //press correct button\n strActualResult = Integer.toString(actualResult);\n for (int i = 0; i < strActualResult.length(); i++) {\n String subStr = strActualResult.substring(i, i + 1);\n game1.pressButton((subStr));\n }\n indicators = game1.getIndicators();\n int varTasksPassedEnd = indicators[0];\n int varTasksFailedEnd = indicators[1];\n int varTasksRemainEnd = indicators[2];\n int qtyTasksInLoopEnd = indicators[3];\n\n assert varTasksRemainEnd == varTasksRemainBegin : \"positiveTestCorrectAnswers: tasks remain\";//\n assert varTasksFailedEnd == (varTasksFailedBegin + 1) : \"positiveTestCorrectAnswers: tasks failed\";\n assert varTasksPassedEnd == varTasksPassedBegin : \"positiveTestCorrectAnswers: tasks passed\";\n assert qtyTasksInLoopEnd == qtyTasksInLoopBegin + 1 : \"negativeTestWrongAnswers: tasks all\";\n }\n indicators = game1.getIndicators();\n int varTasksFailedAfterCycle = indicators[1];\n int qtyTasksAfterCycle = indicators[3];\n assert varTasksFailedAfterCycle - tasksFailedBeforeCycle == qtyTasksAfterCycle - qtyTasksBeforeCycle\n : \"positiveTestCorrectAnswers: tasks summ\" ;//\n game1.clickCloseGame();\n\n }", "private boolean evaluateResults(ISensorVerification verification, StringBuilder sb) {\n try {\n verification.verify(mEnvironment, getStats());\n } catch (AssertionError e) {\n if (sb.length() > 0) {\n sb.append(\", \");\n }\n sb.append(e.getMessage());\n return true;\n }\n return false;\n }", "public void checkTask() throws InvalidTask {\n\n int incidenceOfTask = (int) TaskList.taskArrayList.stream()\n .filter(task -> task.toString().contains(command))\n .count();\n if (incidenceOfTask == 0) {\n throw new InvalidTask();\n }\n\n }", "private boolean doTestsPass()\r\n {\r\n return minimalSteps(\"ABCDABCE\") == 8 && minimalSteps(\"ABCABCE\") == 5;\r\n }", "@Test\n void basicTest() {\n final OSEntropyCheck.Report report =\n assertDoesNotThrow(() -> OSEntropyCheck.execute(), \"Check should not throw\");\n assertTrue(report.success(), \"Check should succeed\");\n assertNotNull(report.elapsedNanos(), \"Elapsed nanos should not be null\");\n assertTrue(report.elapsedNanos() > 0, \"Elapsed nanos should have a positive value\");\n assertNotNull(report.randomLong(), \"A random long should have been generated\");\n }", "@Test(timeout = 10000)\n\tpublic void simpleTest() throws IOException, ExampleSubmissionException, InterruptedException {\n\n\t\tIterable<Example> examples = getExamples(\"One\", \"Two\", \"Three\");\n\n\t\tInputStream predictionInputStream = getPredictionInputStream(\"1\", \"2\", \"3\");\n\n\t\tSocket socket = mock(Socket.class);\n\t\tByteArrayOutputStream outputStream = new ByteArrayOutputStream();\n\t\twhen(socket.getOutputStream()).thenReturn(outputStream);\n\t\twhen(socket.getInputStream()).thenReturn(predictionInputStream);\n\n\t\tTCPIPSocketFactory socketFactory = mock(TCPIPSocketFactory.class);\n\t\twhen(socketFactory.getSocket()).thenReturn(socket);\n\n\t\tAsyncFailFastTCPIPExampleProcessor toTest = new AsyncFailFastTCPIPExampleProcessor(socketFactory, Executors.newCachedThreadPool(), examples);\n\n\t\texpectedNumberOfSkippedExamples = 0;\n\t\texpectedNumberOfSubmittedExamples = 3;\n\t\texpectedStateOnExampleSubmissionComplete = ExampleSubmissionState.Complete;\n\t\texpectedStateOnPredictionFetchComplete = PredictionFetchState.Complete;\n\n\t\tIterable<Prediction> predictions = toTest.submitExamples(this).getPredictionsIterable();\n\n\t\tint x = 0;\n\n\t\tfor (Prediction p : predictions) {\n\n\t\t\tswitch (x++) {\n\n\t\t\t\tcase 0:\n\t\t\t\t\tAssert.assertEquals(\"1\", p.getVWStringRepresentation());\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 1:\n\t\t\t\t\tAssert.assertEquals(\"2\", p.getVWStringRepresentation());\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 2:\n\t\t\t\t\tAssert.assertEquals(\"3\", p.getVWStringRepresentation());\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tAssert.fail(\"Too many predictions!\");\n\t\t\t}\n\t\t}\n\n\t\tAssert.assertEquals(3, x);\n\n\t\tboolean succeeded = countDownLatch.await(9, TimeUnit.SECONDS); //wait till the example thread is done as well.\n\n\t\tAssert.assertTrue(\"Waited for longer than 9 seconds!!\", succeeded);\n\n\t\t//check that all examples got there\n\t\tBufferedReader bReader = new BufferedReader(new StringReader(new String(outputStream.toByteArray())));\n\n\t\tx = 0;\n\t\tString line = null;\n\t\twhile ((line = bReader.readLine()) != null) {\n\n\t\t\tswitch (x++) {\n\n\t\t\t\tcase 0:\n\t\t\t\t\tAssert.assertEquals(\"One\", line);\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 1:\n\t\t\t\t\tAssert.assertEquals(\"Two\", line);\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase 2:\n\t\t\t\t\tAssert.assertEquals(\"Three\", line);\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\tAssert.fail(\"Too many examples!\");\n\t\t\t}\n\n\t\t}\n\n\t\tAssert.assertEquals(3, x);\n\n\t\tverify(socketFactory, times(1)).getSocket();\n\t\tverify(socket, times(1)).getInputStream();\n\t\tverify(socket, times(1)).getOutputStream();\n\t\tverify(socket, times(1)).shutdownOutput();\n\t\tverify(socket, times(1)).close();\n\n\t\t//no exceptions should have been thrown\n\t\tAssert.assertFalse(exampleReadExceptionThrown);\n\t\tAssert.assertFalse(exampleFormatExceptionThrown);\n\t\tAssert.assertFalse(exampleSubmissionExceptionThrown);\n\t\tAssert.assertFalse(predictionFetchExceptionThrown);\n\n\t\t//the completion call backs should have been fired\n\t\tAssert.assertTrue(exampleSubmissionCompleteCalled);\n\t\tAssert.assertTrue(predictionFetchCompleteCalled);\n\n\t}", "@Test\n\tpublic void checkProjectOutput() throws IOException {\n\t\tcheckServerOutput(8080, \"/reviewsearch\", \"\", \"GET\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(8080, \"/reviewsearch\", \"\", \"PULL\", HTTPConstants.NOT_ALLOWED);\n\t\tcheckServerOutput(8080, \"/reviewsearch\", \"query=the\", \"POST\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(8080, \"/reviewsearch\", \"query=computer%20science\", \"POST\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(8080, \"/reviewsearchcurl\", \"query=computer%20science\", \"POST\", HTTPConstants.NOT_FOUND);\n\t\tcheckServerOutput(8080, \"/reviewsearch\", \"query=computer%20science&query=computer%20science\", \"POST\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(8080, \"/find\", \"\", \"GET\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(8080, \"/find\", \"\", \"PULL\", HTTPConstants.NOT_ALLOWED);\n\t\tcheckServerOutput(8080, \"/find\", \"asin=the\", \"POST\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(8080, \"/find\", \"asin=B00002243X\", \"POST\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(8080, \"/findcurl\", \"asin=B00002243X\", \"POST\", HTTPConstants.NOT_FOUND);\n\t\tcheckServerOutput(8080, \"/find\", \"asin=B00002243X&asin=B00002243X\", \"POST\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(9090, \"/slackbot\", \"\", \"GET\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(9090, \"/slackbot\", \"\", \"PULL\", HTTPConstants.NOT_ALLOWED);\n\t\tcheckServerOutput(9090, \"/slackbot\", \"message=hello\", \"POST\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(9090, \"/slackbot\", \"message=bye\", \"POST\", HTTPConstants.OK_HEADER);\n\t\tcheckServerOutput(9090, \"/slackbotds\", \"message=bye\", \"POST\", HTTPConstants.NOT_FOUND);\n\t\tcheckServerOutput(9090, \"/slackbot\", \"message=bye&message=bye\", \"POST\", HTTPConstants.OK_HEADER);\n\t}", "public static boolean wasSuccessful() {\n Result result = org.junit.runner.JUnitCore.runClasses(SimpleTest.class);\r\n return result.wasSuccessful();\r\n }" ]
[ "0.68962795", "0.6678152", "0.6369307", "0.6269598", "0.61127055", "0.6010459", "0.6003846", "0.59661347", "0.5929305", "0.5904119", "0.58705497", "0.5852749", "0.5836914", "0.5828308", "0.5827733", "0.58255893", "0.5811209", "0.5803398", "0.57891554", "0.5742301", "0.5736884", "0.57359135", "0.5710358", "0.56673485", "0.5654849", "0.5652689", "0.5644242", "0.5636138", "0.5633177", "0.5626407", "0.5617815", "0.5617815", "0.5617815", "0.5617815", "0.5617815", "0.5617815", "0.5617815", "0.5617815", "0.5617815", "0.5617815", "0.5617815", "0.5617815", "0.5614361", "0.56080824", "0.56054294", "0.5596788", "0.5586883", "0.55855745", "0.5580821", "0.5580412", "0.5579509", "0.5575274", "0.55725247", "0.5567087", "0.5563923", "0.55587614", "0.55573344", "0.5551691", "0.55514085", "0.55509686", "0.5546198", "0.5542177", "0.5537175", "0.5534618", "0.5532127", "0.5532127", "0.5529919", "0.55291605", "0.5525364", "0.55135477", "0.5498713", "0.5489252", "0.5489154", "0.54840034", "0.5478435", "0.5472388", "0.54697376", "0.5468045", "0.54656214", "0.5461548", "0.54403263", "0.54385614", "0.5427141", "0.54245734", "0.5420881", "0.54183865", "0.5416839", "0.541247", "0.5408216", "0.54062074", "0.54050547", "0.54025817", "0.54003584", "0.5398509", "0.5398164", "0.5394953", "0.53926045", "0.5376561", "0.537579", "0.5373212", "0.536708" ]
0.0
-1
Testing the number of tasks in the list
@Test public void checkNumberOfTasks() { TaskList listOfTasks = new TaskList("./test/junit.txt"); LocalDateTime date = LocalDateTime.parse("2015-10-20"); for (int i = 0; i < 10; i++) { listOfTasks.addDeadline("read a book", date); } assertEquals(10 , listOfTasks.size()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int sizeOfList(){\n return tasks.size();\n }", "public int countList() {\n return tasks.size();\n }", "public int getCount() {\n\t return taskList.size();\n\t }", "int getTaskIdCount();", "public int size()\n {\n return tasks.size();\n }", "int getTaskDetailsCount();", "public int getCount() {\n return this.tasks.size();\n }", "public int getNumTasks() {\n return tasks.size();\n }", "public String numTasks() {\n return \"Now you have \" + USER_TASKS.size() + \" tasks in the list.\";\n }", "long getExcutorTasksInWorkQueueCount();", "public int getTasksSize() {\n return tasks.size();\n }", "public int getSize() {\n return tasks.size();\n }", "public int getNumberOfTasks() {\n\t\treturn tasks.size();\n\t}", "long getExecutorTaskCount();", "@Override\n public int getItemCount() {\n Log.i(\"TestingAdapter\", String.valueOf(taskList.getSize()));\n return taskList.getSize();\n }", "@Test\r\n\tvoid testCount() {\r\n\t\tSimpleList test = new SimpleList();\r\n\t\ttest.add(7);\r\n\t\ttest.add(10);\r\n\t\ttest.add(9);\r\n\t\tint output = test.count();\r\n\t\tassertEquals(3, output);\r\n\t}", "int countByExample(TaskExample example);", "@Test\r\n\tpublic void testSize() {\r\n\t\tAssert.assertEquals(15, list.size());\r\n\t}", "@Test\n public void testGetSizeOfWaitList() {\n }", "public int getSize() {\n return this.tasks.size();\n }", "@Test\n public void getSizeOfList() {\n List<Integer> list = new ArrayList<>();\n list.add(1);\n list.add(2);\n list.add(3);\n list.add(4);\n\n assertEquals(4, list.size());\n }", "@Test\r\n\tvoid testCount2() {\r\n\t\tSimpleList test = new SimpleList();\r\n\t\ttest.add(1);\r\n\t\ttest.add(2);\r\n\t\ttest.add(3);\r\n\t\ttest.add(4);\r\n\t\ttest.add(5);\r\n\t\ttest.add(6);\r\n\t\ttest.add(7);\r\n\t\ttest.add(8);\r\n\t\ttest.add(9);\r\n\t\ttest.add(10);\r\n\t\ttest.add(11);\r\n\t\tint output = test.count();\r\n\t\tassertNotEquals(10, output);\r\n\t}", "int sizeOfTaskAbstractArray();", "public int getTaskIdCount() {\n return taskId_.size();\n }", "public void testGetNumThreads()\n {\n System.out.println( \"getNumThreads\" );\n \n int numThreads = 10;\n PA pa = new PA();\n assertEquals( 0, ParallelUtil.getNumThreads( pa ) );\n \n pa.threadPool = ParallelUtil.createThreadPool( 10 ); \n \n int result = ParallelUtil.getNumThreads( pa );\n assertEquals( numThreads, result );\n }", "@Test\n\tpublic void checkHowManyTripsExists() {\n\t\tassertEquals(Trains.numberOfTrips(\"C\", \"C\", 3), 2);\n\t}", "int getNumberOfTasksDeterminingBuildDuration();", "@Test\n public void testSize() {\n testAdd();\n assertEquals(9, list1.size());\n }", "public int asyncTaskCount();", "int activeTasks();", "@Override\n public int getItemCount() {\n return taskList.size();\n }", "@Override\n public int getItemCount() {\n return tasks.size();\n }", "boolean hasNumberOfTasksDeterminingBuildDuration();", "@Test\n void displayIncompleteTasks() {\n }", "public int getTaskIdCount() {\n return taskId_.size();\n }", "int getListCount();", "int getCompletedTutorialsCount();", "public void testGetNumThreads_ThreadPoolExecutor()\n {\n System.out.println( \"getNumThreads\" );\n int numThreads = 10;\n PA pa = new PA();\n assertEquals( 0, ParallelUtil.getNumThreads( pa.getThreadPool() ) );\n \n pa.threadPool = ParallelUtil.createThreadPool( 10 ); \n \n int result = ParallelUtil.getNumThreads( pa.getThreadPool() );\n assertEquals( numThreads, result );\n }", "@Test\n public void totalOfEmptyQueue(){\n // Arrange\n QueueOfPeople queueOfPeople = new QueueOfPeople(Arrays.asList());\n // Act\n // Assert\n assertEquals(0.0, queueOfPeople.getAmountOfPeopleWaiting(), 0.0);\n }", "public void testGetSubIntervalCount() {\n TaskSeriesCollection tsc = createCollection3();\n }", "private int getTaskEstimation(Class[] pClassTypes, List pNodeList, List pEdgeList) {\n\t\tint taskCount = 0;\n\n\t\tfor (int idx = 0; idx < pClassTypes.length; idx++) {\n\t\t\tif (pClassTypes[idx].equals(Node.class)) {\n\t\t\t\ttaskCount += pNodeList.size();\n\t\t\t} else if (pClassTypes[idx].equals(Edge.class)) {\n\t\t\t\ttaskCount += pEdgeList.size();\n\t\t\t}\n\t\t}\n\n\t\treturn taskCount;\n\t}", "public int sizeOfCompletedList()\n\t {\n\t \tList <WebElement> items= CompletedList;\n\t \t\n\t \treturn items.size();\n\t }", "boolean hasNumberOfTasksOnCriticalPath();", "@Test\n void displayCompletedTasks() {\n }", "int getJobsCount();", "int getJobsCount();", "int getJobsCount();", "@Test\n public void totalOfSinglePersonWaiting(){\n // Arrange\n QueueOfPeople queueOfPeople = new QueueOfPeople(Arrays.asList(new Person(\"Dude McGuyson\")));\n // Act\n // Assert\n assertEquals(1.0, queueOfPeople.getAmountOfPeopleWaiting(), 0.0);\n }", "long getExecutorCompletedTaskCount();", "@Override\n public int getItemCount(){\n return this.taskList.size();\n }", "public void testForNThreads();", "int getNodeStatusListCount();", "@Test\n public void testIsInWaitList() {\n }", "@Test\r\n public void testTotalNumberOfQuestion() {\r\n Application.loadQuestions();\r\n assertEquals(Application.allQuestions.size(), 2126);\r\n }", "@Test\n public void sizeTest() {\n assertThat(4, is(this.queue.size()));\n }", "public long getTaskCount() {\r\n\t\treturn taskCount;\r\n\t}", "public java.lang.Integer getTaskCount() {\n return taskCount;\n }", "public int runCount() {\n return testCount;\n }", "public void testGetSeriesCount() {\n TaskSeriesCollection c = createCollection1();\n }", "@Test\r\n\tvoid testSize2() {\r\n\t\tSimpleList test = new SimpleList();\r\n\t\ttest.append(1);\r\n\t\ttest.append(2);\r\n\t\ttest.append(3);\r\n\t\ttest.append(4);\r\n\t\ttest.append(5);\r\n\t\ttest.append(6);\r\n\t\ttest.append(7);\r\n\t\ttest.append(8);\r\n\t\ttest.append(9);\r\n\t\ttest.append(10);\r\n\t\ttest.append(11);\r\n\t\tint output = test.size();\r\n\t\tassertEquals(15, output);\r\n\t}", "int getNumItems();", "@SmallTest\n\tpublic void testListCount() {\n\t\tint adapterCount = AVAILABLE_MENSAS;\n\t\tfor (int i = 0; i < mAdapter.getCount(); i++) {\n\t\t\t// if it is a section, then will be null, so we should add it to\n\t\t\t// number of canteens\n\t\t\tif (mAdapter.getItem(i) == null)\n\t\t\t\tadapterCount++;\n\t\t}\n\t\tassertEquals(\"List count does not match\", mAdapter.getCount(),\n\t\t\t\tadapterCount);\n\t}", "protected abstract int getTaskLength();", "public void testGetRowCount() {\n TaskSeriesCollection c = createCollection1();\n }", "public int getTasks() {\r\n return tasks;\r\n }", "int getNewlyAvailableQuestsCount();", "int getItemsCount();", "int getItemsCount();", "@Test\r\n\tvoid testSize() {\r\n\t\tSimpleList test = new SimpleList();\r\n\t\tint output = test.size();\r\n\t\tassertEquals(10, output);\r\n\t}", "public void setTaskCount(java.lang.Integer taskCount) {\n this.taskCount = taskCount;\n }", "private int[] getTaskCountByStatus() {\n int[] counts = new int[2];\n int doneCount = 0;\n int toDoCount = 0;\n for (Task t : taskStore) {\n if (t.getIsDone()) {\n doneCount++;\n } else {\n toDoCount++;\n }\n }\n counts[0] = toDoCount;\n counts[1] = doneCount;\n return counts;\n }", "public int numdone(String s) {\n Integer i = 0;\n\n for (Entry entry : listentries) {\n if (entry.getStatus().equals(s)) {\n ArrayList<Entry> checkoff = new ArrayList<>();\n checkoff.add(entry);\n return (checkoff.size());\n }\n }\n return i;\n }", "@Test\n @Then(\"Count items displayed\")\n public void s12_CountItems(){\n try {\n WebElement pageloaded = (new WebDriverWait(driver, 5)).until(ExpectedConditions.elementToBeClickable(By.cssSelector((\"button[name='Показать ещё']\"))));\n }\n catch (Exception e){\n }\n List<WebElement> totalLinks = driver.findElementsByLinkText(\"Отложить\");\n int totalLinkSize = totalLinks.size();\n System.out.println(\"Step12 PASSED, Total items displayed: \" + totalLinkSize);\n }", "long countWorkflows();", "private int cleanupTasks(AssetList taskList) {\n Browser browser;\n Map task;\n MonitorReport report;\n int id, n = 0;\n if (taskList == null)\n return -1;\n if (taskList.size() <= 0)\n return 0;\n browser = taskList.browser();\n while ((id = browser.next()) >= 0) {\n task = (Map) taskList.get(id);\n if (task == null || task.size() <= 0)\n continue;\n n ++;\n report = (MonitorReport) task.remove(\"Report\");\n if (report != null)\n report.destroy();\n task.clear();\n }\n taskList.clear();\n return n;\n }", "@Test\n public void nelioMuodostuu() {\n ArrayList lista=this.tetrimino.palautaKuvio();\n assertEquals(lista.size(), 4);\n \n }", "private int getTotalTestCase() {\n\t\treturn passedtests.size() + failedtests.size() + skippedtests.size();\n\t}", "long countJobs();", "@Test\r\n public void teamListSizeTest(){\r\n int listSize = 5;\r\n \r\n\r\n assertEquals(\"expected results = \" + listSize, listSize, extractor.extractXDriversOrTeams(listSize, \"table.msr_season_team_results\", \"td.msr_team\").size());\r\n }", "int getNumberOfTasksOnCriticalPath();", "int getExecutorActiveCount();", "public List<Map<String, Object>> waitIncrementTaskFinished(final String distSQL) {\n for (int i = 0; i < 10; i++) {\n List<Map<String, Object>> listJobStatus = queryForListWithLog(distSQL);\n log.info(\"show status result: {}\", listJobStatus);\n Set<String> actualStatus = new HashSet<>();\n Collection<Integer> incrementalIdleSecondsList = new LinkedList<>();\n for (Map<String, Object> each : listJobStatus) {\n assertTrue(Strings.isNullOrEmpty((String) each.get(\"error_message\")), \"error_message: `\" + each.get(\"error_message\") + \"`\");\n actualStatus.add(each.get(\"status\").toString());\n String incrementalIdleSeconds = each.get(\"incremental_idle_seconds\").toString();\n incrementalIdleSecondsList.add(Strings.isNullOrEmpty(incrementalIdleSeconds) ? 0 : Integer.parseInt(incrementalIdleSeconds));\n }\n if (Collections.min(incrementalIdleSecondsList) <= 5) {\n Awaitility.await().pollDelay(3L, TimeUnit.SECONDS).until(() -> true);\n continue;\n }\n if (actualStatus.size() == 1 && actualStatus.contains(JobStatus.EXECUTE_INCREMENTAL_TASK.name())) {\n return listJobStatus;\n }\n }\n return Collections.emptyList();\n }", "private int sizeOfList(Student [] list) {\r\n\t\t\r\n\t\tint size = 0;\r\n\t\tStudent sizechecker;\r\n\t\ttry {\r\n\t\t\t\r\n\t\t\twhile (true) {\r\n\t\t\t\t\r\n\t\t\t\tsizechecker = list[size];\r\n\t\t\t\tsize++;\r\n\t\t\t}\r\n\t\t}\r\n\t\tcatch(Exception e) { \r\n\t\t \r\n\t\t}\r\n\t\t\r\n\t\treturn size;\r\n\t}", "public void testExecuteInParallel_Collection() throws Exception\n {\n System.out.println( \"executeInParallel\" );\n Collection<Callable<Double>> tasks = createTasks( 10 );\n Collection<Double> result = ParallelUtil.executeInParallel( tasks );\n assertEquals( result.size(), tasks.size() );\n }", "@Test\n public void testSize() {\n SegmentedOasisList<Integer> instance = new SegmentedOasisList<>();\n int expResult = 4;\n\n instance.add(1);\n instance.add(2);\n instance.add(3);\n instance.add(4);\n\n long result = instance.size();\n assertEquals(expResult, result);\n }", "int getPartsCount();", "int getPartsCount();", "public long getCompletedTasks()\n {\n return getCompletedTaskCount();\n }", "int getUserQuestJobsCount();", "@Test\r\n public void getRandomExercise() {\n ArrayList<String> exerList = new ArrayList<>();\r\n exerList.add(\"Exer 1\");\r\n exerList.add(\"Exer 2\");\r\n exerList.add(\"Exer 3\");\r\n exerList.add(\"Exer 4\");\r\n exerList.add(\"Exer 5\");\r\n\r\n assertEquals(2, getRandomExer.getRandomExercise(exerList,2).size());\r\n }", "public int countTestCases() {\n return 1;\n }", "int getPickupsCount();", "@Test\n void displayAllTasks() {\n }", "@Override\n public int getItemCount() {\n if (mTaskEntries == null) {\n return 0;\n }\n return mTaskEntries.size();\n }", "int getResumesCount();", "int getNumberOfTileDownloadThreads();", "@Test\n public void testCalculateNumberOfDivisors() {\n System.out.println(\"calculateNumberOfDivisors\");\n int value = 10; \n List<Integer> primelist = Arrays.asList(2, 3, 5, 7);\n int expResult = 4; //1, 2, 5, 10\n int result = NumberUtil.calculateNumberOfDivisors(value, primelist);\n assertEquals(expResult, result);\n }", "public abstract void countLaunchingActivities(int num);", "long getNumberOfComparisons();", "public synchronized int size(){\n return list.size();\n }" ]
[ "0.772656", "0.7645531", "0.7336176", "0.7323292", "0.726783", "0.71342254", "0.704804", "0.6975014", "0.6846668", "0.68384033", "0.67322236", "0.67241997", "0.6643677", "0.6622336", "0.6619338", "0.66138804", "0.6601486", "0.6587928", "0.6576845", "0.6489699", "0.6424611", "0.64118934", "0.6381919", "0.63715273", "0.6327609", "0.63179034", "0.62975824", "0.62860036", "0.6263119", "0.6245654", "0.6244679", "0.6238076", "0.62366545", "0.6233124", "0.6226934", "0.622443", "0.6216548", "0.62026876", "0.61854184", "0.618534", "0.6161506", "0.6160286", "0.6156919", "0.6152755", "0.6151369", "0.6151369", "0.6151369", "0.6134205", "0.6117859", "0.609964", "0.60962003", "0.60890704", "0.6068602", "0.606788", "0.60651606", "0.6061065", "0.60491157", "0.6044376", "0.6040673", "0.6038002", "0.60242474", "0.59951174", "0.5992862", "0.59683466", "0.5938313", "0.5927295", "0.59240097", "0.59240097", "0.5917892", "0.59157306", "0.5909573", "0.5892797", "0.5891845", "0.5884281", "0.588237", "0.5880082", "0.5870788", "0.586711", "0.5853851", "0.5840622", "0.5826998", "0.5813695", "0.57984465", "0.579818", "0.5797313", "0.57869285", "0.57869285", "0.5783951", "0.57612324", "0.5759087", "0.5751678", "0.5736616", "0.5728677", "0.5725401", "0.57247186", "0.5720827", "0.5719604", "0.5712517", "0.5711336", "0.5704407" ]
0.7075286
6
TODO Autogenerated method stub
@Override public void onClick(View arg0) { finish(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub /Bundle bundle=new Bundle(); bundle.putString("goodsid", goods_id);
@Override public void onClick(View v) { Intent intent=new Intent(); intent.putExtra("goods_id", goods_id); intent.setClass(GoodsActivity.this, LoadurlActivity.class); startActivity(intent); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setGoodsid(Integer goodsid) {\n this.goodsid = goodsid;\n }", "public void setGoodsId(Long goodsId) {\r\n this.goodsId = goodsId;\r\n }", "public void setGoodsId(Long goodsId) {\n this.goodsId = goodsId;\n }", "public void setGoodsId(Integer goodsId) {\n this.goodsId = goodsId;\n }", "public void setGoodsId(Integer goodsId) {\n this.goodsId = goodsId;\n }", "public void setGoodsId(Integer goodsId) {\n this.goodsId = goodsId;\n }", "public void setGoodsId(Integer goodsId) {\n this.goodsId = goodsId;\n }", "public void setGoodsId(Integer goodsId) {\n this.goodsId = goodsId;\n }", "public void setGoodsId(Integer goodsId) {\n this.goodsId = goodsId;\n }", "public void setGoodsId(Integer goodsId) {\n this.goodsId = goodsId;\n }", "public void setGoodsdamageid(Integer goodsdamageid) {\n this.goodsdamageid = goodsdamageid;\n }", "public void setGoodstypeId(Integer goodstypeId) {\n this.goodstypeId = goodstypeId;\n }", "public Long getGoodsId() {\r\n return goodsId;\r\n }", "public Long getGoodsId() {\n return goodsId;\n }", "public Integer getGoodsid() {\n return goodsid;\n }", "public Integer getGoodsId() {\n return goodsId;\n }", "public Integer getGoodsId() {\n return goodsId;\n }", "public Integer getGoodsId() {\n return goodsId;\n }", "public Integer getGoodsId() {\n return goodsId;\n }", "public Integer getGoodsId() {\n return goodsId;\n }", "public Integer getGoodsId() {\n return goodsId;\n }", "public Integer getGoodsId() {\n return goodsId;\n }", "public void setGoodsName(String goodsName) {\n this.goodsName = goodsName;\n }", "public Goodsinfo(Integer goodsId, Integer goodstypeId, String goodsName, Float goodsPrize, String goodsNote) {\n this.goodsId = goodsId;\n this.goodstypeId = goodstypeId;\n this.goodsName = goodsName;\n this.goodsPrize = goodsPrize;\n this.goodsNote = goodsNote;\n }", "int updateGoodsByGoodsId(Goods goods);", "public void setGoodsPkId(Integer goodsPkId) {\n\t\tthis.goodsPkId = goodsPkId;\n\t}", "public Integer getGoodstypeId() {\n return goodstypeId;\n }", "public void setGoodsTypeId(Integer goodsTypeId) {\n this.goodsTypeId = goodsTypeId;\n }", "public synchronized void buying(String goodId) {\n\t\ttry {\n\t\t\tif (goods.containsKey(goodId)) {\n\t\t\t\tthrow new TransferException(\"ERROR: good already owned\");\n\t\t\t}\n\n\t\t\tResult stateOfGood = stateOfGood(goodId);\n\t\t\tif (stateOfGood == null || false == (Boolean) stateOfGood.getContent()) {\n\t\t\t\tthrow new TransferException(\"ERROR: stateOfGood failed\");\n\t\t\t}\n\t\t\tString seller = stateOfGood.getUserId();\n\n\t\t\t//reconnect to users if one is missing\n\t\t\tif (!remoteUsers.containsKey(seller)) {\n\t\t\t\tconnectToUsers();\n\t\t\t}\n\n\t\t\t//send signed message\n\t\t\tResult result;\n\t\t\tString nonce = remoteUsers.get(seller)\n\t\t\t\t.getNonce(this.id, cryptoUtils.signMessage(this.id));\n\t\t\tString cnonce = cryptoUtils.generateCNonce();\n\t\t\tnonceList.put(seller, cnonce);\n\t\t\tString toSign = nonce + cnonce + this.id + goodId;\n\t\t\tresult = remoteUsers.get(seller)\n\t\t\t\t.transferGood(this.id, goodId, cnonce, cryptoUtils.signMessage(toSign));\n\n\n\t\t\tgoods.put(goodId, ((Transfer) result.getContent()).getGood());\n\t\t\tif (verbose) {\n\t\t\t\tSystem.out.println(\"-->\" + goodId + \" was added to the list of goods!\");\n\t\t\t\tSystem.out.println(\"Result: TRUE\\n------------------\");\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\trebind();\n\t\t\tbuying(goodId);\n\t\t} catch (TransferException e) {\n\t\t\tSystem.err.println(e.getMessage());\n\t\t\tSystem.out.println(\"Result: FALSE\\n------------------\");\n\t\t} catch (InvalidSignatureException e) {\n\t\t\tSystem.out.println(\"Result: INVALID SIGNATURE EXCEPTION\\n------------------\");\n\t\t}\n\t}", "public String getGoodsSn() {\n return goodsSn;\n }", "public void setGoodsSn(String goodsSn) {\n this.goodsSn = goodsSn == null ? null : goodsSn.trim();\n }", "@Override\n\tpublic String addGoods(Goods good) {\n\t\treturn super.addObject(good);\n\t}", "void registerGoods(Goods goods, int quantity) throws StoreKeeperWorkException;", "@Override\r\n\tpublic void add(Goods goods) {\n\t\tgd.addGoods(goods);\r\n\t\tgd.addGb(goods.getId(),goods.getBid());\r\n\t\tgd.addGt(goods.getId(),goods.getTid());\r\n\t}", "public void submitCurrentPurchase(List<SoldItem> goods) throws VerificationFailedException {\n\n\t}", "public void setTakeGoodsCode(Integer takeGoodsCode) {\n this.takeGoodsCode = takeGoodsCode;\n }", "public int queryByOnsale(String shelfid,String goodsid) throws SQLException {\n\t\tint result = 0;\n\t\tif (shelfid == null||goodsid==null) {\n\t\t\treturn result;\n\t\t}\n\t\tString checkSql = \"select * from onsale where shelfid=? and goodsid=?\";\n\t\tString [] checkParam = { shelfid,goodsid };\n\t\trs = db.executeQuery(checkSql, checkParam);\n\t\tif (rs.next()) {\n\t\t\tresult = 1;\n\t\t}\n\t\treturn result;\n\t\t}", "public String getGoodsCode() {\r\n return goodsCode;\r\n }", "public void setGoodsType(Short goodsType) {\n this.goodsType = goodsType;\n }", "@Override\n\tpublic void dinDanqpjDate(String order_id, String goods_id, String pic) {\n\t\tIntent intent = new Intent(getActivity(), QuPingJiaActivity.class);\n\t\tintent.putExtra(\"order_id\", order_id);\n\t\tintent.putExtra(\"goods_id\", goods_id);\n\t\tintent.putExtra(\"pic\", pic);\n\t\tstartActivityForResult(intent, 400);\n\t}", "public void add(Goods goods) {\n\t\tsm.insert(\"com.huyu.entity.Goods.add\", goods);\n\t}", "public void add(Good good) {\n cargo.add(good);\n numOfGoods++;\n }", "public void setGoodsName(String goodsName) {\n this.goodsName = goodsName == null ? null : goodsName.trim();\n }", "public void setGoodsName(String goodsName) {\n this.goodsName = goodsName == null ? null : goodsName.trim();\n }", "@SuppressWarnings(\"unused\")\n\tpublic void submitCurrentPurchase(List<SoldItem> goods) throws VerificationFailedException {\n\t\tif(false)throw new VerificationFailedException(\"Underaged!\");\n\t\t// XXX - Save purchase\n\t}", "public void setInsuredID(String insuredID) {\r\n this.insuredID = insuredID; \r\n }", "public Integer getGoodsTypeId() {\n return goodsTypeId;\n }", "public void update(Goods goods) {\n\t\tsm.update(\"com.huyu.entity.Goods.update\", goods);\n\t}", "@Override\n\tpublic int updateGoods(Goods goods) {\n\n\t\tGoods gd1 =goodsMapper.selectGoodsBygdName(goods.getGdName());\n\t\t\n\t\tint i=-1;\n\t\tif(gd1 != null) {\n\t\t\ti=goodsMapper.updateGoods(goods);\n\t\t}else {\n\t\t\ti=-1;\n\t\t}\n\t\t\t\n\t\t\treturn i;\n\t\t\n\t}", "public Integer getGoodsdamageid() {\n return goodsdamageid;\n }", "public String getTbGoodsid() {\n return tbGoodsid;\n }", "public void setTbGoodsid(String tbGoodsid) {\n this.tbGoodsid = tbGoodsid == null ? null : tbGoodsid.trim();\n }", "public String getGoodsName() {\n return goodsName;\n }", "public String getGoodsName() {\n return goodsName;\n }", "public String getGoodsName() {\n return goodsName;\n }", "public void setGoodsCode(String goodsCode) {\r\n this.goodsCode = goodsCode == null ? null : goodsCode.trim();\r\n }", "private void searchGoodsStock(String goodsId, List<WareInfo> mStockData) {\n String sql2 = \"select fname,fitemid from t_stock\";\n\n //根据助记码或者名称模糊查询\n new StockItemTask(sql2, mStockData).execute();\n }", "@Override\n\tpublic Goods getGoodsById(int goodsId) {\n\t\treturn goodsMapper.selectByPrimaryKey(goodsId);\n\t}", "public synchronized void intentionSell(String goodId) {\n\t\tGood goodToSell = goods.get(goodId);\n\t\tif (goodToSell == null) {\n\t\t\tSystem.err.println(\"ERROR: Good not found!\");\n\t\t\tSystem.out.println(\"Result: FALSE\\n------------------\");\n\t\t\treturn;\n\t\t}\n\n\t\t//writer increments timestamp\n\t\tfinal int writeTimeStamp = goodToSell.getWriteTimestamp() + 1;\n\n\t\tif (verbose) {\n\t\t\tSystem.out.println(\"WriteTimeStamp: \" + writeTimeStamp);\n\t\t}\n\n\t\tConcurrentHashMap<String, Result> acksList = new ConcurrentHashMap<>();\n\t\tConcurrentHashMap<String, Result> failedAcksList = new ConcurrentHashMap<>();\n\n\t\tCountDownLatch awaitSignal = new CountDownLatch((NUM_NOTARIES + NUM_FAULTS) / 2 + 1);\n\n\t\tint test = 0;\n\t\tAtomicInteger demo4 = new AtomicInteger(0);\n\n\t\t// if demo is Read while Write, delay two writes\n\t\t// if demo is Byzantine Client, send one wrong value to notaries each IntentionToSell\n\t\tfor (String notaryID : notaryServers.keySet()) {\n\t\t\tNotaryInterface notary = notaryServers.get(notaryID);\n\t\t\tif (demo == 2) {\n\t\t\t\ttest++;\n\t\t\t\ttry {\n\n\t\t\t\t\tif (test == 1) {\n\t\t\t\t\t\tSystem.out.println(\"Sleeping\");\n\t\t\t\t\t\tThread.sleep(2000);\n\t\t\t\t\t} else if (test == 3) {\n\t\t\t\t\t\tSystem.out.println(\"Sleeping\");\n\t\t\t\t\t\tThread.sleep(3000);\n\t\t\t\t\t}\n\n\t\t\t\t} catch (InterruptedException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tservice.execute(() -> {\n\n\t\t\t\ttry {\n\t\t\t\t\t//send signed message\n\t\t\t\t\tboolean modify = false;\n\t\t\t\t\tif(demo == 4) {\n\t\t\t\t\t\tmodify = demo4.incrementAndGet() == 2;\n\t\t\t\t\t\tSystem.out.println(\"Sending wrong timeStamp\");\n\t\t\t\t\t}\n\n\t\t\t\t\tString nonce = notary.getNonce(this.id);\n\t\t\t\t\tString cnonce = cryptoUtils.generateCNonce();\n\t\t\t\t\tString data = nonce + cnonce + this.id + goodId + writeTimeStamp;\n\t\t\t\t\tResult result = notary.intentionToSell(this.id, goodId, modify ? 1000 : writeTimeStamp, cnonce,\n\t\t\t\t\t\tcryptoUtils.signMessage(data));\n\n\t\t\t\t\t//verify signature of receive message\n\t\t\t\t\tif (!cryptoUtils\n\t\t\t\t\t\t.verifySignature(notaryID, data + result.getContent().hashCode(),\n\t\t\t\t\t\t\tresult.getSignature())) {\n\t\t\t\t\t\tthrow new InvalidSignatureException(notaryID);\n\t\t\t\t\t}\n\t\t\t\t\tif (verbose) {\n\t\t\t\t\t\tSystem.out\n\t\t\t\t\t\t\t.println(\"Received WriteTimeStamp: \" + result.getWriteTimestamp());\n\t\t\t\t\t}\n\n\t\t\t\t\t//check if timestamp matches\n\t\t\t\t\tif ((Boolean) result.getContent()\n\t\t\t\t\t\t&& result.getWriteTimestamp() == writeTimeStamp) {\n\t\t\t\t\t\tacksList.put(notaryID, result);\n\t\t\t\t\t\tawaitSignal.countDown();\n\t\t\t\t\t\tif (verbose) {\n\t\t\t\t\t\t\tSystem.out.println(\n\t\t\t\t\t\t\t\t\"NotaryID: \" + notaryID + \"\\nResult: \" + (Boolean) result\n\t\t\t\t\t\t\t\t\t.getContent());\n\t\t\t\t\t\t}\n\n\t\t\t\t\t} else {\n\t\t\t\t\t\tfailedAcksList.put(notaryID,\n\t\t\t\t\t\t\tnew Result(new Boolean(false), cryptoUtils.signMessage(\"false\")));\n\t\t\t\t\t\tawaitSignal.countDown();\n\t\t\t\t\t\tSystem.out.println(\"Result: Invalid good\");\n\t\t\t\t\t}\n\n\t\t\t\t} catch (RemoteException e) {\n\t\t\t\t\trebind();\n\t\t\t\t} catch (InvalidSignatureException e) {\n\t\t\t\t\tfailedAcksList.put(notaryID,\n\t\t\t\t\t\tnew Result(new Boolean(false), cryptoUtils.signMessage(\"false\")));\n\t\t\t\t\tawaitSignal.countDown();\n\t\t\t\t}\n\t\t\t});\n\n\t\t}\n\n\t\t//waits for notaries replies\n\t\ttry {\n\t\t\tawaitSignal.await(TIMEOUT, TimeUnit.SECONDS);\n\t\t} catch (InterruptedException e) {\n\t\t\tSystem.out.println(\"Result: FALSE\\n------------------\");\n\t\t\treturn;\n\t\t}\n\n\t\t// checks if quorum was reached\n\t\tif (acksList.size() + failedAcksList.size() > (NUM_NOTARIES + NUM_FAULTS) / 2) {\n\t\t\tif (verbose) {\n\t\t\t\tSystem.out.println(\"--> AcksList: \" + acksList.size());\n\t\t\t}\n\t\t\tSystem.out.println(\"--> Quorum Reached\");\n\n\t\t\tif (acksList.size() > failedAcksList.size()) {\n\t\t\t\tgoods.get(goodId).setForSale();\n\t\t\t\tgoodToSell.setWriteTimestamp(writeTimeStamp);\n\t\t\t\tSystem.out.println(\"Result: TRUE\\n------------------\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Result: FALSE\\n------------------\");\n\t\t\t}\n\n\t\t} else {\n\t\t\tSystem.out.println(\"--> Quorum not reached...\");\n\t\t\tSystem.out.println(\"Result: FALSE\\n------------------\");\n\n\t\t}\n\t}", "public Good (int goodID) throws SQLException{\n int postID = 0, productRelationID = 0;\n this.goodID = goodID;\n Statement stmtOut = DatabaseConnector.getInstance().getStatementOut();\n ResultSet rs = stmtOut.executeQuery(\"SELECT * FROM ngaccount.goods \" +\n \"WHERE goods_id = \" + goodID);\n while (rs.next()) {\n productRelationID = rs.getInt(2);\n postID = rs.getInt(3);\n }\n this.productRelation = new ProductTypeRelation(productRelationID);\n this.post = new Post(postID);\n addListeners();\n this.productRelation.setGood(this);\n this.post.setGood(this);\n }", "public void listGoods() {\n\t\tfor (String goodId : goods.keySet()) {\n\t\t\tBoolean value = goods.get(goodId).forSale();\n\t\t\tSystem.out.println(goodId + \" --> For sale: \" + value);\n\t\t}\n\t}", "@Override\n\tpublic void saveGoods(Goods goods) {\n\t\tgoodsMapper.insert(goods);\n\t}", "public Integer getGoodsPkId() {\n\t\treturn goodsPkId;\n\t}", "@Override\n\tpublic int add(Goods goods) {\n\t\treturn goodsDao.add(goods);\n\t}", "@Override\n\tpublic void onClick(View v) {\n\t\tint id=v.getId();\n\t\t\n\t\tif(id==R.id.btnnexts){\n\t\t\t\n\t\t\tIntent in=new Intent(getApplicationContext(),ShortSharpSensation.class);\n\t\t\tstartActivity(in);\n\t\t\tfinish();\n\t\t}\n\n\t\tif(id==R.id.buythis){\n\t\t\t\n\t\t\tGskDatabase mdatabaseObj = new GskDatabase(getApplicationContext());\n\t\t\tmdatabaseObj.openDB();\n\t\t\tString sensodyne_id = mdatabaseObj.getBrandId(\"Sensodyne\");\n\t\t\tEditor e2 = this.getSharedPreferences(\"brand_count\",\n\t\t\t\t\tContext.MODE_WORLD_READABLE).edit();\n\n\t\t\te2.putString(\"brand\", \"Sensodyne\");\n\t\t\te2.putString(\"brand_id\", sensodyne_id);\n\t\t\te2.putString(\"count_status\", \"Yes\");\n\t\t\te2.commit();\n\n\t\t\tIntent intent = new Intent(getApplicationContext(),Sales_Record.class);\n\t\t\tstartActivity(intent);\n\t\t\tfinish();\n\t\t\t\n\t\t}\n\t\t\n\t}", "public void saveLzzGood(Object obj) {\n\t\tloadLzzGoods();\n\t\tsession = LzzFactory.currentSession();\n\t\tdao.setSession(session);\n\t\tdao.save(obj);\n\t\tLzzGood obj2 = (LzzGood)obj;\n\t\tmLzzGoods.add(obj2);\n\t\tmLzzGoodHash.put(obj2.getId(), obj2);\n\t}", "@Override\n\tpublic LimitedWarrantyItemsEntity isInsurGoods(String goodsName) {\n\t\treturn this.baseDataService.isInsurGoods(goodsName);\n\t}", "public void setGoodname(String goodname) {\n this.goodname = goodname;\n }", "public Goods getid(Integer id) {\n\t\treturn sm.selectOne(\"com.huyu.entity.Goods.getById\", id);\n\t}", "public void setGoodsNote(String goodsNote) {\n this.goodsNote = goodsNote;\n }", "@Override\n public void onClick(DialogInterface dialog, int which) {\n Hashtable Param = new Hashtable<>();\n Param.put(\"SPName\", \"SP_picking_order_goods_Upd\");\n String usernames = AppStart.GetInstance().initUserEntity();\n int userid = AppStart.GetInstance().getUserID();\n Param.put(\"pickingcode\", jhorder);\n Param.put(\"currUserid\", \"\" + userid + \"\");\n Param.put(\"currUserName\", usernames);\n Param.put(\"whid\", \"\"+AppStart.GetInstance().Warehouse+\"\");\n Param.put(\"msg\", \"output-varchar-500\");\n Param.put(\"details \", datalsit);\n\n\n List<Hashtable> querypick = new ArrayList<Hashtable>();\n querypick = Datarequest.GETstored(Param);\n if (querypick.get(0).get(\"result\").toString().equals(\"0.0\")) {\n AlertDialog.Builder build = new AlertDialog.Builder(picking.this);\n build.setMessage(\"拣货成功!\").show();\n\n Intent intent = new Intent();\n intent.setClass(picking.this, pickingquery.class);\n startActivity(intent);/*调用startActivity方法发送意图给系统*/\n picking.this.finish();\n } else {\n AlertDialog.Builder build = new AlertDialog.Builder(picking.this);\n build.setMessage(querypick.get(0).get(\"msg\").toString()).show();\n }\n\n\n\n\n\n\n }", "@Override\n\tpublic List<Comment> GetGoodsComment(Integer goodsid) {\n\t\treturn null;\n\t}", "Goods selectByPrimaryKey(String goodsId);", "@Override\n\tpublic boolean add(Goods goods) {\n\t\tString sql = \"insert into goods_t(internalModel,model,type,price,configInfo,region,picPath)\"\n\t\t\t\t+ \"values(?,?,?,?,?,?,?)\";\n\t\ttry {\n\t\t\tPreparedStatement pstm = con.prepareStatement(sql);\n\t\t\tpstm.setString(1, goods.getInternalModel());\n\t\t\tpstm.setString(2, goods.getModel());\n\t\t\tpstm.setString(3, goods.getType());\n\t\t\tpstm.setString(4, goods.getPrice());\n\t\t\tpstm.setString(5, goods.getConfigInfo());\n\t\t\tpstm.setString(6, goods.getRegion());\n\t\t\tpstm.setString(7, goods.getPicPath());\n\n\t\t\tif (pstm.executeUpdate() != 0) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} catch (SQLException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn false;\n\t}", "private void addshangping(int shangping_id, String shangping_name, float price, int loadnumber) {\n\t\t\r\n\t}", "@Override\n\tpublic void onCreate(Bundle savedInstanceState) {\n\t\tsuper.onCreate(savedInstanceState, R.layout.goodscheck_view);\n\n\t\tLog.i(TAG, \"onCreate()\");\n\t\tIntent intent = getIntent();\n\n\t\tgj = intent.getStringExtra(\"gj\");\n\t\tzw = intent.getStringExtra(\"zw\");\n\t\tbirthday_s = intent.getStringExtra(\"birthday_s\");\n\t\tssdw = intent.getStringExtra(\"ssdw\");\n\t\tzjzl = intent.getStringExtra(\"zjzl\");\n\t\txb = intent.getStringExtra(\"xb\");\n\t\tzjhm = intent.getStringExtra(\"zjhm\");\n\n\t\tryid = intent.getStringExtra(\"ryid\");\n\t\tcsrq = intent.getStringExtra(\"csrq\");\n\t\tname = intent.getStringExtra(\"name\");\n\t\ttime = intent.getStringExtra(\"time\");\n\t\tfx = intent.getStringExtra(\"fx\");\n\t\tsfcy = intent.getStringExtra(\"sfcy\");\n\t\tfrom = intent.getStringExtra(\"from\");\n\t\tvoyageNumber = intent.getStringExtra(\"voyageNumber\");\n\t\tsubmitBtn = (Button) findViewById(R.id.record_submit);\n\t\tif (\"01\".equals(from)) {// 卡口记录上下轮物品提供选择卡口内监护船舶功能\n\t\t\tsetMyActiveTitle(getText(R.string.kakoumanager) + \">\"\n\t\t\t\t\t+ getText(R.string.record_goods));\n\t\t\tfindViewById(R.id.send_good_info_layout_select_ship).setVisibility(\n\t\t\t\t\tView.VISIBLE);\n\t\t\tfindViewById(R.id.send_good_info_ship_czsm).setVisibility(\n\t\t\t\t\tView.VISIBLE);\n\t\t\tsubmitBtn.setEnabled(false);\n\t\t} else {\n\t\t\tsetMyActiveTitle(getText(R.string.tikoumanager) + \">\"\n\t\t\t\t\t+ getText(R.string.record_goods));\n\t\t\tfindViewById(R.id.send_good_info_layout_select_ship).setVisibility(\n\t\t\t\t\tView.GONE);\n\t\t\tfindViewById(R.id.send_good_info_ship_czsm)\n\t\t\t\t\t.setVisibility(View.GONE);\n\t\t}\n\n\t\t((TextView) findViewById(R.id.goods_record_name)).setText(Html\n\t\t\t\t.fromHtml(getString(R.string.name_s)\n\t\t\t\t\t\t+ \"<font color=\\\"#acacac\\\">\" + name + \"</font>\"));\n\t\t((TextView) findViewById(R.id.goods_record_time)).setText(Html\n\t\t\t\t.fromHtml(getString(R.string.goods_downup_time_tag)\n\t\t\t\t\t\t+ \"<font color=\\\"#acacac\\\">\" + time + \"</font>\"));\n\n\t\tcharSequences = DataDictionary.getDataDictionaryNameList(\n\t\t\t\tDataDictionary.DATADICTIONARY_TYPE_GOODS_TYPE).toArray(\n\t\t\t\tnew CharSequence[DataDictionary.getDataDictionaryNameList(\n\t\t\t\t\t\tDataDictionary.DATADICTIONARY_TYPE_GOODS_TYPE).size()]);\n\n\t\tstates = new boolean[charSequences.length];\n\n\t\tgoodsRes = (TextView) findViewById(R.id.goods);\n\t\tgoodsRes.setText(\"\");\n\t\tgoodsRes.setVisibility(View.GONE);\n\n\t\tsubmitBtn.setOnClickListener(new OnClickListener() {\n\t\t\t/** 向后台提交数据 */\n\t\t\tpublic void onClick(View v) {\n\t\t\t\tif (progressDialog != null) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tStringBuffer buffer = new StringBuffer();\n\t\t\t\tif (states != null && states.length > 0) {\n\n\t\t\t\t\tfor (int i = 0; i < states.length; i++) {\n\t\t\t\t\t\tif (states[i]) {\n\t\t\t\t\t\t\tif (buffer != null && buffer.length() > 0) {\n\t\t\t\t\t\t\t\tbuffer.append(\"|\");\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbuffer.append(DataDictionary\n\t\t\t\t\t\t\t\t\t.getDataDictionaryCodeByIndex(\n\t\t\t\t\t\t\t\t\t\t\ti,\n\t\t\t\t\t\t\t\t\t\t\tDataDictionary.DATADICTIONARY_TYPE_GOODS_TYPE));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (buffer == null || buffer.length() == 0) {\n\t\t\t\t\tHgqwToast.makeText(getApplicationContext(),\n\t\t\t\t\t\t\tR.string.plase_choose_good).show();\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tprogressDialog = new ProgressDialog(GoodsCheckView.this);\n\t\t\t\tprogressDialog.setTitle(getString(R.string.waiting));\n\t\t\t\tprogressDialog.setMessage(getString(R.string.waiting));\n\t\t\t\tprogressDialog.setCancelable(false);\n\t\t\t\tprogressDialog.setIndeterminate(false);\n\t\t\t\tprogressDialog.show();\n\t\t\t\tString url = \"sendGoodsInfo\";\n\t\t\t\tList<NameValuePair> params = new ArrayList<NameValuePair>();\n\t\t\t\tparams.add(new BasicNameValuePair(\"userID\", LoginUser\n\t\t\t\t\t\t.getCurrentLoginUser().getUserID()));\n\t\t\t\tparams.add(new BasicNameValuePair(\"pdacode\", DeviceUtils\n\t\t\t\t\t\t.getIMEI()));\n\t\t\t\tparams.add(new BasicNameValuePair(\"PDACode\", DeviceUtils\n\t\t\t\t\t\t.getIMEI()));\n\t\t\t\tparams.add(new BasicNameValuePair(\"voyageNumber\", voyageNumber));\n\t\t\t\tparams.add(new BasicNameValuePair(\"time\", time));\n\t\t\t\tparams.add(new BasicNameValuePair(\"type\", buffer.toString()));\n\t\t\t\tparams.add(new BasicNameValuePair(\"fx\", fx));\n\t\t\t\tparams.add(new BasicNameValuePair(\"sfcy\", sfcy));\n\t\t\t\tparams.add(new BasicNameValuePair(\"ryid\", ryid));\n\n\t\t\t\tparams.add(new BasicNameValuePair(\"zjhm\", zjhm));\n\t\t\t\tparams.add(new BasicNameValuePair(\"xm\", name));\n\t\t\t\tparams.add(new BasicNameValuePair(\"xb\", xb));\n\t\t\t\tparams.add(new BasicNameValuePair(\"zjlx\", zjzl));\n\t\t\t\tparams.add(new BasicNameValuePair(\"csrq\", csrq));\n\t\t\t\tparams.add(new BasicNameValuePair(\"ssdw\", ssdw));\n\t\t\t\tparams.add(new BasicNameValuePair(\"zw\", zw));\n\t\t\t\tparams.add(new BasicNameValuePair(\"gj\", gj));\n\n\t\t\t\t// 开启离线开关后统一保存到本地,否则传送到服务器\n\t\t\t\t// if (!BaseApplication.instent.getWebState()) {\n\t\t\t\tif (getState(FunctionSetting.kqlx, false)) {\n\t\t\t\t\tOffLineManager.request(GoodsCheckView.this,\n\t\t\t\t\t\t\tnew GoodsCheckAction(), url,\n\t\t\t\t\t\t\tNVPairTOMap.nameValuePairTOMap(params), 0);\n\t\t\t\t} else {\n\t\t\t\t\tNetWorkManager.request(GoodsCheckView.this, url, params, 0);\n\t\t\t\t}\n\n\t\t\t}\n\t\t});\n\t}", "@Override\n\tpublic Integer getBygoods(String sgoodsid) {\n\t\tList<StageOrder> list=stageOrderDao.getOrderCount(sgoodsid);\n\t\tif(list!=null&&list.size()>0)\n\t\t{\n\t\t\treturn list.size();\n\t\t}\n\t\telse\n\t\t{\n\t\t\treturn 0;\n\t\t}\n\t}", "@Override\n\tpublic void updateGoods(Goods goods) {\n\t\tgoodsMapper.updateByPrimaryKeySelective(goods);\n\t}", "public boolean hasGoodsToSell(Player p, TradeGood good, int numGoods) {\n // check size of Player's cargo arr\n int goodCount = 0;\n for (TradeGood element : p.getShip().getCargoArr()) {\n if(element == good) {\n goodCount++;\n }\n }\n return goodCount >= numGoods;\n }", "@Override\n\tpublic void deleteGoods(int goodsId) {\n\t\tgoodsMapper.deleteByPrimaryKey(goodsId);\n\t}", "public void remove(Good good) {\n cargo.remove(good);\n numOfGoods--;\n }", "public List<Goods> listByid(Integer goods_type_type_id) {\n\t\treturn sm.selectList(\"com.huyu.entity.Goods.listByid\", goods_type_type_id);\n\t}", "@Override\n\tpublic int update(Goods goods) {\n\t\treturn goodsDao.update(goods);\n\t}", "@Override\n\tpublic synchronized Result transferGood(String userId, String goodId, String cnonce,\n\t\tbyte[] signature) throws TransferException, InvalidSignatureException {\n\n\t\t//verify message received from other user\n\t\tString toVerify = nonceList.get(userId) + cnonce + userId + goodId;\n\t\tif (!cryptoUtils.verifySignature(userId, toVerify, signature)) {\n\t\t\tthrow new InvalidSignatureException(userId);\n\t\t}\n\n\t\tGood goodToSell = goods.get(goodId);\n\n\t\t//writer increment timestamp\n\t\tfinal int writeTimeStamp = goodToSell.getWriteTimestamp() + 1;\n\t\tif (verbose) {\n\t\t\tSystem.out.println(\"--> WriteTimeStamp sent: \" + writeTimeStamp);\n\t\t}\n\n\t\tConcurrentHashMap<String, Result> acksList = new ConcurrentHashMap<>();\n\t\tConcurrentHashMap<String, Result> failedAcksList = new ConcurrentHashMap<>();\n\n\t\tCountDownLatch awaitSignal = new CountDownLatch((NUM_NOTARIES + NUM_FAULTS) / 2 + 1);\n\n\t\tfor (String notaryID : notaryServers.keySet()) {\n\t\t\tservice.execute(() -> {\n\t\t\t\ttry {\n\n\t\t\t\t\tNotaryInterface notary = notaryServers.get(notaryID);\n\n\t\t\t\t\t//anti-spam mechanism\n\t\t\t\t\tString nonceToNotary = cryptoUtils.generateCNonce();\n\t\t\t\t\tMessageDigest md = MessageDigest.getInstance(\"SHA-256\");\n\t\t\t\t\tString hashed = \"\";\n\t\t\t\t\tString data = \"\";\n\t\t\t\t\twhile (!Pattern.matches(\"000.*\", hashed)) {\n\t\t\t\t\t\tnonceToNotary = ((new BigInteger(nonceToNotary)).add(BigInteger.ONE))\n\t\t\t\t\t\t\t.toString();\n\t\t\t\t\t\tdata = notary.getNonce(this.id) + nonceToNotary + this.id + userId + goodId;\n\t\t\t\t\t\tbyte[] messageDigest = md.digest(data.getBytes());\n\t\t\t\t\t\thashed = cryptoUtils.byteArrayToHex(messageDigest);\n\t\t\t\t\t}\n\n\t\t\t\t\tif (verbose) {\n\t\t\t\t\t\tSystem.out.println(\"--> hash generated: \" + nonceToNotary);\n\t\t\t\t\t}\n\n\t\t\t\t\t//send signed message to notary\n\t\t\t\t\tTransfer transfer = notary\n\t\t\t\t\t\t.transferGood(this.getId(), userId, goodId, writeTimeStamp, nonceToNotary,\n\t\t\t\t\t\t\tcryptoUtils.signMessage(data));\n\n\t\t\t\t\t//verify signature with CC\n\t\t\t\t\tString transferVerify =\n\t\t\t\t\t\ttransfer.getId() + transfer.getBuyerId() + transfer.getSellerId() + transfer\n\t\t\t\t\t\t\t.getGood().getGoodId();\n\t\t\t\t\tif (verifyCC) {\n\t\t\t\t\t\tif (!cryptoUtils.verifySignature(NOTARY_CC, transferVerify,\n\t\t\t\t\t\t\ttransfer.getNotarySignature(),\n\t\t\t\t\t\t\tnotaryServers.get(notaryID).getCertificateCC())) {\n\t\t\t\t\t\t\tthrow new InvalidSignatureException(NOTARY_CC);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tif (transfer.getGood().getWriteTimestamp() == writeTimeStamp) {\n\t\t\t\t\t\tString toSign = toVerify + transfer.hashCode();\n\t\t\t\t\t\tResult resultClient = new Result(transfer, writeTimeStamp,\n\t\t\t\t\t\t\tcryptoUtils.signMessage(toSign));\n\n\t\t\t\t\t\tacksList.put(notaryID, resultClient);\n\t\t\t\t\t\tawaitSignal.countDown();\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthrow new TransferException(\"ERROR: Timestamp does not match\");\n\t\t\t\t\t}\n\n\t\t\t\t\tif (verbose) {\n\t\t\t\t\t\tSystem.out.println(\"--> CC Signature verified! Notary confirmed buy good\");\n\t\t\t\t\t}\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\trebind();\n\t\t\t\t} catch (InvalidSignatureException | TransferException e) {\n\t\t\t\t\tSystem.err.println(e.getMessage());\n\t\t\t\t\tfailedAcksList.put(notaryID,\n\t\t\t\t\t\tnew Result(new Boolean(false), cryptoUtils.signMessage(\"false\")));\n\t\t\t\t\tawaitSignal.countDown();\n\t\t\t\t} catch (NoSuchAlgorithmException e) {\n\t\t\t\t\tfailedAcksList.put(notaryID,\n\t\t\t\t\t\tnew Result(new Boolean(false), cryptoUtils.signMessage(\"false\")));\n\t\t\t\t\tawaitSignal.countDown();\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\ttry {\n\t\t\tawaitSignal.await(TIMEOUT, TimeUnit.SECONDS);\n\t\t} catch (InterruptedException e) {\n\t\t\te.printStackTrace();\n\t\t\tthrow new TransferException(\"ERROR: quorum waiting failed\");\n\t\t}\n\n\t\t//checks if enough notaries respond\n\t\tif (acksList.size() + failedAcksList.size() > (NUM_NOTARIES + NUM_FAULTS) / 2) {\n\t\t\tSystem.out.println(\"--> Quorum reached\");\n\t\t\tif (verbose) {\n\t\t\t\tSystem.out.println(\"--> Removing good \" + goodId + \" from my list\");\n\t\t\t}\n\t\t\tif (acksList.size() > failedAcksList.size()) {\n\t\t\t\tgoods.remove(goodId);\n\t\t\t\treturn (Result) acksList.values().toArray()[0];\n\t\t\t} else {\n\t\t\t\tthrow new TransferException(\"ERROR: transfer not possible\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"--> Quorum not reached... :(\");\n\t\t\tthrow new TransferException(\"ERROR: quorum not reached\");\n\t\t}\n\t}", "public void buySausage(View view) {\n Intent intent = new Intent(this, DisplayBasketActivity.class);\n String itemDescription=view.getContentDescription().toString();\n int itemNumber;\n double itemPrice;\n if (itemDescription.equals(\"Sausage Rolls\")) {itemNumber=20293847; itemPrice=25.63;} else {itemNumber=18475843; itemPrice=10.59;}\n BasketItem myItem= new BasketItem(itemNumber,itemDescription,itemPrice);\n Basket.addItem(myItem);\n startActivity(intent);\n }", "public void setGodownStockId(Long godownStockId) {\n this.godownStockId = godownStockId;\n }", "@RequestMapping(value = \"/getGoodsBySellerId\",method = RequestMethod.GET)\n public List<GoodsVo> getGoodsBySellerID(int id){\n return goodsService.getGoodsVoBySellerId(id);\n }", "public static Goods getGoodsById(String id){\r\n\t\tfor(Goods g:goodsList){\r\n\t\t\tif(id.equals(g.getId())){\r\n\t\t\t\treturn g;\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn null;\r\n\t}", "public long addProductShoppingList(String name, int quality, double quantity, String unit) {\n long pid = addNewProduct(name);\n Cursor c = null;\n\n SQLiteDatabase db = DBHelper.getWritableDatabase();\n if (pid == -1) {\n\n String[] args = new String[1];\n args[0] = name;\n c = db.rawQuery(\"SELECT * FROM Products WHERE pname=?\", args);\n c.moveToFirst();\n while (!c.isAfterLast()) {\n pid=c.getInt(c.getColumnIndex(\"_id\"));\n c.moveToNext();\n }\n }\n ContentValues cv = new ContentValues();\n cv.put(DBHelper.SHOPPINGLIST_PID, (int) pid);\n cv.put(DBHelper.SHOPPINGLIST_QUALITY, quality);\n cv.put(DBHelper.SHOPPINGLIST_QUANTITY, quantity);\n cv.put(DBHelper.SHOPPINGLIST_UNIT, unit);\n\n long _id = db.insert(DBHelper.TABLE_SHOPPINGLIST, null, cv);\n\n if (_id > 0) {\n Log.d(DatabaseHelper.class.getName(), \"AddProductShoppingList: _id:\" + String.valueOf(_id) + \", pid:\" + String.valueOf(pid) + \", pname:\" + name);\n } else {\n Log.d(DatabaseHelper.class.getName(), \"AddProductShoppingList: pname:'\" + name + \"', But already in ShoppingList table.\");\n }\n db.close();\n return _id;\n }", "public void setGoodsortid(Integer goodsortid) {\r\n this.goodsortid = goodsortid;\r\n }", "cskaoyan_mall_order_goods selectByPrimaryKey(Integer id);", "public static DisplayGoodGroupFragment newInstance(Goods[] goods) {\n DisplayGoodGroupFragment fragment = new DisplayGoodGroupFragment();\n Bundle args = new Bundle();\n args.putSerializable(Goods.class.getName(), goods);\n fragment.setArguments(args);\n return fragment;\n }", "public void setShuxingid(Integer shuxingid) {\n this.shuxingid = shuxingid;\n }", "@Override\n\tpublic int deleteGoods(Goods goods) {\n\n\t\tGoods gd2 =goodsMapper.selectGoodsBygdName(goods.getGdName());\n\t\t\n\t\tint i=-1;\n\t\tif(gd2 != null) {\n\t\t\ti=goodsMapper.deleteGoods(goods);\n\t\t}else {\n\t\t\ti=-1;\n\t\t}\n\t\t\t\n\t\t\treturn i;\n\t\t\n\t\t\n\t}", "public Integer getTakeGoodsCode() {\n return takeGoodsCode;\n }", "@Override\n\tpublic void savePrice(Goods goods) {\n\t\tgoodsMapper.insert(goods);\n\t}", "public int getID(){\n return this.goodID;\n }", "public void setNumOfGoods(int numOfGoods) {\n this.numOfGoods = numOfGoods;\n }", "@SuppressWarnings(\"FeatureEnvy\")\n @SuppressLint(\"SetTextI18n\")\n @Override\n public void sellItem(String goods, int price) {\n @SuppressWarnings(\"ChainedMethodCall\") int max = player.getInven().get(goods.toLowerCase());\n if ((max - Integer.parseInt(inputStr)) >= 0) {\n player.getInven().put(goods.toLowerCase(), player.getInven().get(goods.toLowerCase())\n -Integer.parseInt(inputStr));\n player.setCargo(player.getCargo() - Integer.parseInt(inputStr));\n player.setCredit(player.getCredit() + (Integer.parseInt(inputStr) * price));\n bay.setText(String.valueOf(player.getCargo()) + \"/\" + player.getSpaceship().getBay());\n credit.setText(String.valueOf(player.getCredit()) + \" Cr\");\n setupInverntory();\n Toast.makeText(getApplicationContext(), \"You sold \" + inputStr + \" \" + goods,\n Toast.LENGTH_LONG).show();\n } else {\n Toast.makeText(getApplicationContext(),\n \"You can not sell anymore. Check your bay.\", Toast.LENGTH_LONG).show();\n }\n }", "public Longpay getByGoodsId(int goodsId) {\n\t\treturn sm.selectOne(\"com.lanzhou.entity.Longpay.getByGoodsId\", goodsId);\n\t}" ]
[ "0.71451074", "0.7080872", "0.70516527", "0.70435774", "0.70435774", "0.70435774", "0.70435774", "0.70435774", "0.70435774", "0.70435774", "0.67080724", "0.6661704", "0.6407516", "0.6368699", "0.6327904", "0.6294787", "0.6294787", "0.6294787", "0.6294787", "0.6294787", "0.6294787", "0.6294787", "0.62282056", "0.61023927", "0.60770077", "0.6006143", "0.5960956", "0.5941166", "0.5914738", "0.58467215", "0.58380246", "0.58071977", "0.57660323", "0.575963", "0.56972116", "0.56518453", "0.5643641", "0.5638166", "0.56329423", "0.5618921", "0.5590594", "0.55702573", "0.55259514", "0.55259514", "0.54732645", "0.54597735", "0.5446567", "0.5436139", "0.5420448", "0.5415308", "0.54118127", "0.540856", "0.53923553", "0.53923553", "0.53923553", "0.5365338", "0.53602135", "0.53448427", "0.53199", "0.53184146", "0.5301148", "0.5269248", "0.5257799", "0.52484524", "0.5247835", "0.5243644", "0.5218897", "0.52003074", "0.5171919", "0.51660943", "0.51343125", "0.5119589", "0.5115211", "0.50984526", "0.50878483", "0.50865775", "0.50857043", "0.5085072", "0.50766367", "0.50484836", "0.50351465", "0.5030149", "0.5026264", "0.50248325", "0.50113064", "0.4987425", "0.4977257", "0.4972198", "0.4958406", "0.49581322", "0.49568456", "0.49548963", "0.49390808", "0.49383786", "0.4926031", "0.49145845", "0.4914145", "0.49107233", "0.49002218", "0.489977" ]
0.524815
64
Do whatever you want with Bitmap
@Override public void onLoadingComplete(String imageUri, View view, Bitmap loadedImage) { Log.v("catch",view+""); try{ if (loadedImage != null && view!=null) { ImageView imageView = (ImageView) view; // imageView.setImageBitmap(loadedImage); // 是否第一次显示 boolean firstDisplay = !displayedImages.contains(imageUri); if (firstDisplay) { // 图片淡入效果 FadeInBitmapDisplayer.animate(imageView, 800); displayedImages.add(imageUri); /* ViewGroup.LayoutParams params = imageView.getLayoutParams(); params.height =loadedImage.getHeight(); ((MarginLayoutParams)params).setMargins(10, 10, 10, 10); imageView.setLayoutParams(params);*/ } } }catch(Exception e){ Log.v("catch1",e.getMessage()); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void mo12205a(Bitmap bitmap);", "Bitmap m7900a(Bitmap bitmap);", "public abstract void setUpBitmap(Context context);", "void setImage(Bitmap bitmap);", "public void showbitmap4() {\n \n \t}", "public void showbitmap3() {\n \n \t}", "public void setBitmap(Bitmap bitmap) {\n\t\t\n\t}", "@Override\n public void run() {\n imgFinger.setImageBitmap(bitmap);\n }", "public interface OnBitmapLoad {\n void bitmap(Bitmap bitmap);\n}", "public void drawResultBitmap(Bitmap barcode) {\n resultBitmap = barcode;\n invalidate();\n }", "private void setImage(Bitmap image) {\n }", "public void resultImgSet(Bitmap bitmap) {\n fpResultImg.setImageBitmap(bitmap);\n }", "@Override\n\t\t\t\t\t\tpublic void run() {\n\t\t\t\t\t\t\timgView.setImageBitmap(pngBM);\n\t\t\t\t\t\t}", "@Override\r\n public void run() {\n imageView1.setImageBitmap(bitmap);\r\n }", "public void drawResultBitmap(Bitmap barcode) {\n resultBitmap = barcode;\n invalidate();\n }", "public void drawResultBitmap(Bitmap barcode) {\n resultBitmap = barcode;\n invalidate();\n }", "private void drawBitmap(Canvas canvas, Bitmap map, float x, float y) {\n\t\tint mapWidth = map.getWidth();\n\t\tint mapHeight = map.getHeight();\n\t\tfloat boardPosX = x - mapWidth / 2;\n\t\tfloat boardPosY = y - mapHeight / 2;\n\t\tcanvas.drawBitmap(map, boardPosX, boardPosY, null);\n\t}", "@Override\n protected void processLogic() {\n mBitmap = Bitmap.createBitmap(SystemUtils.getScreenWidth(), SystemUtils.getScreenHeight(), Config.ARGB_8888);\n mCanvas = new Canvas(mBitmap);\n mCanvas.drawColor(Color.WHITE);\n ivGraffit.setImageBitmap(mBitmap);\n mPaint = new Paint();\n mPaint.setColor(Color.GREEN);\n // 设置线宽\n mPaint.setStrokeWidth(15);\n mPaint.setAntiAlias(true);\n\n }", "@Override\r\npublic void showImagetoUI(Bitmap bitmap) {\n\t\r\n}", "public Bitmap getBitmap(){\n return bitmap;\n }", "public void run() {\n sight.setImageBitmap(bmp);\n // old = null;\n }", "private void loadBitmap() {\n\n BitmapDrawable bitmapDrawable = (BitmapDrawable) this.getDrawable();\n\n if (bitmapDrawable != null)\n image = bitmapDrawable.getBitmap();\n }", "private static native void getPageImage(Bitmap bitmap);", "@Override\n\t\t\t\t\tpublic void run() {\n\t\t\t\t\t\timageView.setImageBitmap(bitmap);\n\t\t\t\t\t}", "public void renderBitmap(Bitmap bitmap, int x, int y)\n {\n renderBitmap(bitmap, x, y, 1.0f);\n }", "private void callbitmapmethod() {\n\t\ttry {\n\t\t\tencode.clear();\n\t\t\tfor (int i = 0; i < queueItemforApproval.size(); i++) {\n\t\t\t\t/**/\n\t\t\t\tQueueString en = new QueueString();\n\t\t\t\tif (queueItemforApproval.get(i).bitmap != null) {\n\t\t\t\t\tSystem.out.println(\"bitmap is:\"\n\t\t\t\t\t\t\t+ queueItemforApproval.get(i).bitmap);\n\t\t\t\t\ten.path = convertintobase64(queueItemforApproval.get(i).bitmap);\n\t\t\t\t\tSystem.out.println(\"path is :\" + en.path);\n\t\t\t\t\t// Bitmap bitmap = decodeBase64(en.path, i);\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"bitmap is null\");\n\t\t\t\t}\n\t\t\t\tencode.add(en);\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "@Override\n\tpublic void render(Bitmap map) {\n\t\t\n\t}", "public void draw(Canvas canvas){\n canvas.drawBitmap(bitmap, hitBox.left, hitBox.top, null);\n\n /*\n Paint testing=new Paint();//draw a blue bounding box where the bitmap should be\n testing.setColor(Color.BLUE);\n testing.setAlpha(25);\n testing.setStrokeWidth(2);\n canvas.drawRect(hitBox,testing);\n */\n }", "Bitmap load(String id);", "public void process(Bitmap bitmap) {\n this.bitmap = getCompressedBitmap(bitmap);\n execute();\n }", "private void showBitmap() {\n Bitmap bitmap = BitmapFactory.decodeByteArray(mImgData, 0, mImgData.length);\n mImgView.setImageBitmap(bitmap);\n }", "public void update(Bitmap bitmap) {\r\n\t\tbufferStrat = this.canvas.getBufferStrategy();\r\n\r\n\t\tGraphics graphics = bufferStrat.getDrawGraphics();\r\n\t\tgraphics.drawImage(bitmap.getImage(), 0, 0, width * scale, height * scale, null);\r\n\t\tgraphics.dispose();\r\n\r\n\t\tbufferStrat.show();\r\n\t}", "private void draw() {\n\tSurfaceHolder holder = getSurfaceHolder();\n\tCanvas canvas = null;\n\ttry {\n\t\tcanvas = holder.lockCanvas();\n\t\tif (canvas != null) {\n\t\t\tif (bitmap == null) {\n\t\t\t\tbitmap = iniBitmap(canvas.getWidth(), canvas.getHeight());\n\t\t\t}\n\t\t\tcanvas.drawBitmap(bitmap.getBitmap(), 0, 0, paint);\n\t\t}\n\t} finally {\n\t\tif (canvas != null) holder.unlockCanvasAndPost(canvas);\n\t}\n}", "Bitmap mo6659a(Context context, String str, C1492a aVar);", "private void enhanceImage(){\n }", "public byte[] bitmap();", "@Override\r\n protected void onActivityResult(int requestCode, int resultCode, Intent data) {\n super.onActivityResult(requestCode, resultCode, data);\r\n Bitmap b=(Bitmap)data.getExtras().get(\"data\");\r\n i1.setImageBitmap(b);\r\n\r\n }", "private void refreshBitmap(Bitmap bm, String path, ImageView imageView) {\r\n Message message = Message.obtain();\r\n ImgBeanHolder holder=new ImgBeanHolder();\r\n holder.bitmap=bm;\r\n holder.path=path;\r\n holder.imageView=imageView;\r\n message.obj=holder;\r\n mUIHandler.sendMessage(message);\r\n }", "@Override\n\t\t\tprotected void onDraw(Canvas canvas) {\n\t\t\t\t\n\t\t\t\tcanvas.drawColor(0xffff9900); // Orange\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t// this gets us the view size relative to the bitmap\n\t\t\t\t// getWidth and getHeight() return int so we case denom to float\n\t\t\t\t\n\t\t\t\tfloat scaleX = this.getWidth() / ((float) mBitmap.getWidth());\n\t\t\t\tfloat scaleY = this.getHeight() / ((float) mBitmap.getHeight());\n\t\t\t\t// Log.d(\"MainActivity\",\"Scale:\"+scaleX+\",\"+scaleY);\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t// we can scale the canvas. \n\t\t\t\t// think about changes the rulers to the external \n\t\t\t\t// \n\t\t\t\t// this would double the bitmap size two times \n\t\t\t\t// \n\t\t\t\t// canvas.scale(2,2)\n\t\t\t\t// canvas.scale(2,2)\n\t\t\t\t\n\t\t\t\t// with canvas its possible to remember the settings using canvas.save(); \n\t\t\t\t\n\t\t\t\t\n\t\t\t\tcanvas.save();\n\t\t\t\tcanvas.scale(scaleX, scaleY);\n\t\t\t\t\n\t\t\t\t// Here we try to add the bitmap to the canvas\n\t\t\t\t// canvas.drawBitmap(b,0,0,null)\n\t\t\t\t// Note: here b is a local variable declared above\n\t\t\t\t// if we try to use local variables that were declared outside of the anonymous inner class\n\t\t\t\t// we have 2 ways to make that work \n\t\t\t\t// 1. we can make the declaration final. e.g. \n\t\t\t\t// \n\t\t\t\t// final Bitmap b = Bitmap.createBitmap(4,4,Bitmap.Config.ARGB_8888); \n\t\t\t\t// \n\t\t\t\t// for pointers that means that means that b is fated to always point to the \n\t\t\t\t// same java object. \n\t // \n\t\t\t\t// The other thing we can do is make the bitmap an instance variable\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t//\n\t\t\t\t// For Android 4.x we also need to pass a paint\n\t\t\t\t// to turn off filtering -\n\t\t\t\tmPaint.setFilterBitmap(false); // Experiment with false vs true\n\t\t\t\tcanvas.drawBitmap(mBitmap, 0, 0, mPaint);\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t// canvas.restore() works in concert with canvas.save() \n\t\t\t\t// restores the prior settings\n\t\t\t\tcanvas.restore();\n\n\t\t\t\t// this draws a circle around our penguin\n\t\t\t\t// the circle has to be drawn before we draw the penguin otherwise\n\t\t\t\t// the penguin will be hidden behind the circle\n\t\t\t\t\n\t\t\t\tmPaint.setColor(0x80ffffff); \t\t\t\t\t// White\n\t\t\t\tmPaint.setStyle(Style.FILL_AND_STROKE);\n\n\t\t\t\t\n\t\t\t\t// here we're drawing the penguin\n\t\t\t\t// initially the penguin wasn't visible because the scale was too large\n\t\t\t\t// one fix is to reverse the scale\n\t\t\t\t// \n\t\t\t\t// $ canvas.scale(1/scaleX, 1/scaleY); \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t// canvas allows us to rotate. We do this in degrees. \n\t\t\t\t// by default the canvas rotates around 0,0\n\t\t\t\t\n\t\t\t\t// we use this calculation to determine how much to rotate the penguin\n\t\t\t\t// SystemClock.uptimeMillis() does not include time asleep\n\t\t\t\t// good clock to use if you want to count how long a user has seen something\n\t\t\t\t// \n\t\t\t\t// we take the SystemClock divided / 10.0f \n\t\t\t\t\n\t\t\t\t// Note: instead of moving the penguin, we first translate the canvas and then \n\t\t\t\t// rotate the penguin relative to the canvas\n\t\t\t\t\n\t\t\t\tfloat angle = SystemClock.uptimeMillis() / 10.0f;\n\t\t\t\tcanvas.translate(x,y); \n\t\t\t\n\t\t\t\n\n\t\t\t\t// move the circle to be drawn after we translate the canvas\n\t\t\t\tcanvas.drawBitmap(mPenguin, 0, 0, null);\n\t\t\t\t\n\t\t\t\t// here we add movement\n\t\t\t\t// we're adding gravity. \n\t\t\t\t// we check to see if the penguin is too low, and if he is \n\t\t\t\t// then we change the sign of 'gravity'\n\t\t\t\t\n\t\t\t\t// want to bounce on bottom of screen\n\t\t\t\t// canvas.getHeight doesn't work \n\t\t\t\t// Log.d(\"TAG\", \"Canvas: \" + canvas.getHeight()) + \" View: \" + this.getHeight())\n\t\t\t\t// the canvas is not as large as the view because things like status bars take up \n\t\t\t\t// part of the view\n\t\t\t\t// \n\t\t\t\t// the penguin is drawn from the topleft corner. To get the bottom corner we have to \n\t\t\t\t// add 2*mPHheight\n\t\t\t\t\n\t\t\t\tif(y + 2*mPHheight + vy+1 >= this.getHeight()){ \n\t\t\t\t\tvy = -0.8f * vy; //make sure I stay with float 0 \n\t\t\t\t} else { \n\t\t\t\t\t// only accelerate if not bouncing\n\t\t\t\t\tvy = vy + 2; \n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tx = x + vx; \n\t\t\t\ty = y + vy; \n\t\t\t\t\n\t\t\t\t// we use postInvalidate to animate the penguin\n\t\t\t\t// postInvalidate means 'please redraw me' \n\t\t\t\t// you can call this method from anywhere\n\t\t\t\t// for example if you have a thread where you get a new sensor measurement, \n\t\t\t\t// you can call post invalidate on your view\n\t\t\t\n\t\t\t\t\n\t\t\t\t// In 20ms (1/50th second) this view will need to be redrawn\n\t\t\t\tpostInvalidateDelayed(20);\n\t\t\t}", "@Override\n public void run() {\n imageView.setImageBitmap(photo);\n }", "@Override\n void draw(Canvas canvas) {\n canvas.drawBitmap(appearance, getX(), getY(), null);\n }", "Bitmap getBitmap(){\n Bitmap bm = frame;\n frame = null;\n return bm;\n }", "private void preprocess(Bitmap bitmap) {\n convertBitmapToByteBuffer(bitmap);\n }", "@Override\r\n\t protected void onPostExecute(Bitmap outBitmap) {\r\n\t\t\tLog.d(\"asdf\", \"ONPOSTEXE\");\r\n\t\t\tRectF dest = new RectF(x, y, x + width, y + height);\r\n\t\t\timageWrapper imwrap = new imageWrapper(outBitmap, startState, dest);\r\n\t\t\tfinal HashMap<Integer, imageWrapper> map = mapRef.get();\r\n\t\t\tmap.put(resId, imwrap);\r\n\t }", "void mo27482a(String str, Bitmap bitmap);", "@Override\n\t\t\t\tpublic void onObtainBitmap(Bitmap bitmap, ImageView imageView) {\n\t\t\t\t\timageView.setImageBitmap(bitmap);\n\t\t\t\t}", "public void mo8098a(Bitmap bitmap, Bitmap bitmap2) {\n if (bitmap2 != null) {\n C2342x.m9083a((View) this, (Drawable) new BitmapDrawable(getContext().getResources(), bitmap2));\n } else {\n C2342x.m9082a((View) this, 0);\n }\n if (bitmap != null) {\n this.f6228b = bitmap.getWidth();\n this.f6229c = bitmap.getHeight();\n this.f6227a.setImageBitmap(Bitmap.createBitmap(bitmap));\n return;\n }\n this.f6227a.setImageDrawable(null);\n }", "public void showbitmap2() {\n \t\tImageView i = (ImageView)findViewById(R.id.frame2);\n \t\ti.setImageBitmap(mBitmap2);\n \t}", "@Override\r\nprotected void onActivityResult(int requestCode, int resultCode, Intent vgt) {\n\t\tsuper.onActivityResult(requestCode, resultCode, vgt);\r\n\t\tBitmap bm=(Bitmap) vgt.getExtras().get(\"data\"); //Use only data\r\n\t\tiv.setImageBitmap(bm); \r\n\t}", "void mo37811a(Bitmap bitmap, ExifInfo bVar);", "public void getImage(){\n Cursor c = db.rawQuery(\"SELECT * FROM Stories\",null);\n if(c.moveToNext()){\n byte[] image = c.getBlob(0);\n Bitmap bmp = BitmapFactory.decodeByteArray(image,0,image.length);\n }\n}", "@Override\n\tprotected void onDraw(Canvas canvas) {\n\t\tsuper.onDraw(canvas);\n\n\t\tcanvas.drawBitmap(bitmap_new, 0, 0, paint);\n\t}", "private Bitmap postBitmap(Post p) {\n byte[] loadedBytes = Base64.decode(p.getImageURL(), Base64.DEFAULT);\n Bitmap loadedBitmap = BitmapFactory.decodeByteArray(loadedBytes, 0, loadedBytes.length);\n return loadedBitmap;\n }", "public void setBitmap(Bitmap bitmap){\n this.bitmap = Bitmap.createScaledBitmap(bitmap,(int)(bitmap.getWidth()*bitmapScale),(int)(bitmap.getHeight()*bitmapScale),false);\n //TODO:Update hitBox to scale to new bitmap\n }", "public void run() {\n\t\tbyte data[] = getData();\n\t\tEncodedImage image = null;\n\t\tBitmapField bitmapField = null;\n\t\tif (data != null) {\n\t\t\ttry {\n\t\t\t\timage = EncodedImage.createEncodedImage(data, 0, -1,\"image/png\");\n\t\t\t\tbitmapField = new BitmapField();\n\t\t\t\t// The dimensions for a image to display well 170 width x 90 height\n\t\t\t\tbitmapField.setImage(image);\n\t\t\t} catch (IllegalArgumentException e) {\n\t\t\t}\n\t\t}\n\t\tthis.bitmapField = bitmapField;\n\t}", "@Override\n\t\tpublic void run() {\n\t\t\tsuper.run();\n\t\t\tpreserved(bitmap);\n\t\t}", "public Bitmap saveBitmap(int sampleSize, int radius, int strokeWidth) {\n\r\n try {\r\n BitmapFactory.Options options = new BitmapFactory.Options();\r\n options.inJustDecodeBounds = true; //Chỉ đọc thông tin ảnh, không đọc dữ liwwuj\r\n BitmapFactory.decodeFile(pathImage, options); //Đọc thông tin ảnh\r\n options.inSampleSize = sampleSize; //Scale bitmap xuống 1 lần\r\n options.inJustDecodeBounds = false; //Cho phép đọc dữ liệu ảnh ảnh\r\n Bitmap originalSizeBitmap = BitmapFactory.decodeFile(pathImage, options);\r\n\r\n Bitmap mutableBitmap = originalSizeBitmap.copy(Bitmap.Config.ARGB_8888, true);\r\n RectF originalRect =\r\n new RectF(0, 0, mutableBitmap.getWidth(), mutableBitmap.getHeight());\r\n\r\n originalSizeBitmap.recycle();\r\n originalSizeBitmap = null;\r\n System.gc();\r\n\r\n Canvas canvas = new Canvas(mutableBitmap);\r\n\r\n float[] originXy = getOriginalPoint(originalRect);\r\n circlePaint.setStrokeWidth(strokeWidth);\r\n canvas.drawCircle(originXy[0], originXy[1], radius, circlePaint);\r\n return mutableBitmap;\r\n } catch (Exception e) {\r\n e.printStackTrace();\r\n Toast.makeText(getContext(), \"can not draw original bitmap\", Toast.LENGTH_SHORT)\r\n .show();\r\n return getBitmapScreenShot();\r\n }\r\n }", "private void setBitmapViewFull(Bitmap bitmap) {\n\n\t\t\tmCanvas.drawBitmap(bitmap, 0, 0, null);\n\t\t\tmCanvas.drawBitmap(bitmap, null, screenRect, null);\n\n\t\t\tif (DEBUG) {\n\t\t\t\tmCanvas.drawRect(recordRect, mRectPaint);\n\t\t\t\tmCanvas.drawRect(playRect, mRectPaint);\n\t\t\t}\n\t\t\tinvalidate();\n\t\t}", "@Override\n\tprotected void onPostExecute(Bitmap result) {\n\t\tsuper.onPostExecute(result);\n\n\t\tmsg.what = 1;\n\t\tpuente_envio.dispatchMessage(msg);\n\t\t// imgImagen.setImageBitmap(result);\n\n\t}", "void setNextBitmap( Bitmap bitmap ) {\n\t\tsetNextBitmap( bitmap, true );\n\t}", "private void processAndSetImage() {\n\n // Resample the saved image to fit the ImageView\n mResultsBitmap = resamplePic(this, mTempPhotoPath);\n\n// tv.setText(base64conversion(photoFile));\n//\n// Intent intent = new Intent(Intent.ACTION_SEND);\n// intent.setType(\"text/plain\");\n// intent.putExtra(Intent.EXTRA_TEXT, base64conversion(photoFile));\n// startActivity(intent);\n\n /**\n * UPLOAD IMAGE USING RETROFIT\n */\n\n retroFitHelper(base64conversion(photoFile));\n\n // Set the new bitmap to the ImageView\n imageView.setImageBitmap(mResultsBitmap);\n }", "@Override\n public void handleMessage(Message msg) {\n super.handleMessage(msg);\n if(msg.what == 0){\n setImageBitmap((Bitmap)msg.obj);\n }\n }", "@Override\n public void imageLoad(ImageView imageView, Bitmap bitmap) {\n imageView.setImageBitmap(bitmap);\n //item.picture = bitmap;\n }", "void setNextBitmap( Bitmap bitmap, boolean update ) {\n\t\tsetNextBitmap( bitmap, update, null );\n\t}", "void drawStuff () {drawStuff (img.getGraphics ());}", "public void setImage(Bitmap bitmap) {\n this.bitmap = bitmap;\n }", "@Override\n public void onActivityResult(int requestCode, int resultCode, Intent data) {\n super.onActivityResult(requestCode, resultCode, data);\n\n if (requestCode == 1 && resultCode == getActivity().RESULT_OK && data != null && data.getData() != null) {\n\n Uri uri = data.getData();\n\n try {\n ByteArrayOutputStream boas = new ByteArrayOutputStream();\n\n\n Bitmap btmap = MediaStore.Images.Media.getBitmap(getActivity().getContentResolver(), uri);\n\n btmap.compress(Bitmap.CompressFormat.JPEG, 70, boas); //bm is the bitmap object\n byte[] byteArrayImage = boas.toByteArray();\n\n\n BitmapFactory.Options opt;\n\n opt = new BitmapFactory.Options();\n opt.inTempStorage = new byte[16 * 1024];\n opt.inSampleSize = 2;\n Bitmap bitmap = BitmapFactory.decodeByteArray(byteArrayImage, 0, byteArrayImage.length, opt);\n\n ImageView imageView = (ImageView) getActivity().findViewById(R.id.profile_back);\n CircleImageView dp = (CircleImageView) getActivity().findViewById(R.id.dp1);\n dp.setImageBitmap(bitmap);\n Bitmap bitmap1=grayscale(bitmap);\n Bitmap blurred = blurRenderScript(bitmap1, 25);\n imageView.setImageBitmap(blurred);\n } catch (OutOfMemoryError a) {\n Toast.makeText(getActivity().getApplicationContext(), \"Image size high\", Toast.LENGTH_SHORT).show();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n }", "public static native int nativeRecoBitmap(Bitmap bitmap, int lft, int rgt, int top, int btm, byte[]bresult, int maxsize);", "@Override\r\n\tprotected void onDraw(Canvas canvas) {\n\t\tsuper.onDraw(canvas);\r\n\t\tcanvas.drawBitmap(mStarting, 0, 0, null);\r\n\t}", "@Override\n protected void onPostExecute(Bitmap Re) {\n t34.setImageBitmap(Re);\n }", "public final void run() {\r\n run(new PixelFormat(), null);\r\n }", "public void onDraw(Canvas canvas) {\n super.onDraw(canvas);\n Bitmap bitmap = this.mBitmap;\n if (bitmap != null) {\n canvas.drawBitmap(bitmap, 0.0f, 0.0f, (Paint) null);\n }\n }", "private void populateFromSprite() {\n long start = System.currentTimeMillis();\n int bitSetIndex = 0;\n BufferedImage bImage = (BufferedImage) sprite.m_image;\n //BufferedImage img = ImageIO.read(new File(\"assets/LoopBitmap.bmp\"));\n int color;\n // Loop through image according to scale\n for(int i = 0; i < sprite.getWidth(); i+=scale) {\n for(int j = 0; j < sprite.getHeight(); j+= scale) {\n // Get color at pixel i, j, if black set Bitmap index to true.\n color = bImage.getRGB(i, j);\n if(color == Color.BLACK.getRGB()) { //tempColor.equals(Color.black)) {\n this.set(bitSetIndex, true);\n //System.out.println(\"'BLACK' Color = \"+color + \" i=\"+ i + \", j=\"+j);\n }\n bitSetIndex++;\n }\n }\n long end = System.currentTimeMillis();\n// System.out.println(\">>>>>>>>>>>>>>>>>>>>>>>>>>>>\");\n// System.out.println(\"BITMAP DONE :)\");\n// System.out.println(\"Time to build = \"+(end-start)+\"ms\");\n// System.out.println(\">>>>>>>>>>>>>>>>>>>>>>>>>>>>\");\n }", "public void loadFromSavedBitmap() {\n if (bitmap != null) {\n // genera un nuovo puntatore ad una texture\n GLES20.glGenTextures(1, texture, 0);\n // lega questo puntatore ad una variabile disponibile all'app\n GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, texture[0]);\n\n // setta alcuni parametri che diranno a OpenGL come trattare la texture\n GLES20.glTexParameteri(GLES20.GL_TEXTURE_2D, GLES20.GL_TEXTURE_MIN_FILTER, GLES20.GL_LINEAR);\n // caricamento della texture\n GLUtils.texImage2D(GLES20.GL_TEXTURE_2D, 0, bitmap, 0);\n // libera memoria\n bitmap.recycle();\n }\n resourcesLoaded++;\n\n MyGLRenderer.checkGlError(\"loadFromSavedBitmap\");\n }", "@Override\n public void onResponse(Bitmap bitmap) {\n\n apiCallback.OnBitmapSuccess(bitmap);\n\n }", "@Override\n\t\tpublic void run() {\n\t\t\tif (cancel == true)\n\t\t\t\tupdateBarHandler.removeCallbacks(updateThread);\n\t\t\telse {\n\t\t\t\tnbm = Bitmap.createBitmap(bm);\n\t\t\t\t/* 人脸检测(人脸双眼间距必须在20pix以上) */\n\t\t\t\t// 检测器对象\n\t\t\t\tFaceDetector detector = new FaceDetector(nbm.getWidth(),\n\t\t\t\t\t\tnbm.getHeight(), 1);\n\t\t\t\t// 存放人脸信息\n\t\t\t\tFaceDetector.Face[] face = new FaceDetector.Face[1];\n\t\t\t\t// 人脸数目\n\t\t\t\tint Number = detector.findFaces(nbm, face);\n\t\t\t\tif (Number > 0) {\n\t\t\t\t\t// 双眼距离\n\t\t\t\t\tdist = face[0].eyesDistance();\n\t\t\t\t\t// 双眼中点\n\t\t\t\t\tface[0].getMidPoint(point);\n\t\t\t\t\t/* 归一化裁剪 */\n\t\t\t\t\tint x = (int) (point.x - dist);\n\t\t\t\t\tint y = (int) (point.y - dist);\n\t\t\t\t\tint width = (int) (point.x + dist) - x;\n\t\t\t\t\tif (width > nbm.getWidth() - x) {\n\t\t\t\t\t\twidth = nbm.getWidth() - x;\n\t\t\t\t\t}\n\t\t\t\t\tint height = (int) (point.y + dist * 1.5) - y;\n\t\t\t\t\tif (height > nbm.getHeight() - y) {\n\t\t\t\t\t\theight = nbm.getHeight() - y;\n\t\t\t\t\t}\n\t\t\t\t\tnbm = Bitmap.createBitmap(nbm, x, y, width, height);\n\n\t\t\t\t\t// 图像放大至相片尺寸\n\t\t\t\t\tMatrix mMatrix = new Matrix();\n\t\t\t\t\tfloat scalex = (float) myCamrActivity.ImageWidth / width;\n\t\t\t\t\tfloat scaley = (float) myCamrActivity.ImageHeight / height;\n\t\t\t\t\tmMatrix.postScale(scalex, scaley);\n\t\t\t\t\tnbm = Bitmap.createBitmap(nbm, 0, 0, nbm.getWidth(),\n\t\t\t\t\t\t\tnbm.getHeight(), mMatrix, false);\n\t\t\t\t\tbm = nbm;\n\n\t\t\t\t\t// 图片存入SD卡\n\t\t\t\t\tFile file = new File(\"./sdcard/mikepic.png\");\n\t\t\t\t\tBufferedOutputStream bos = null;\n\t\t\t\t\ttry {\n\t\t\t\t\t\tif (!file.exists())\n\t\t\t\t\t\t\tfile.createNewFile();\n\t\t\t\t\t\tbos = new BufferedOutputStream(new FileOutputStream(\n\t\t\t\t\t\t\t\tfile));\n\t\t\t\t\t\tbm.compress(Bitmap.CompressFormat.PNG, 100, bos);\n\t\t\t\t\t\tbos.close();\n\t\t\t\t\t} catch (FileNotFoundException e) {\n\t\t\t\t\t\t// TODO Auto-generated catch block\n\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t} catch (IOException e) {\n\t\t\t\t\t\t// TODO Auto-generated catch block\n\t\t\t\t\t\te.printStackTrace();\n\t\t\t\t\t}\n\n\t\t\t\t\t// logout\n\t\t\t\t\tSystem.out.println(bm.getWidth() + \" \" + bm.getHeight());\n\n\t\t\t\t\t// 定位眼睛\n\t\t\t\t\tFeature.EyesLocate(leftEye, rightEye, dist, point, x, y,\n\t\t\t\t\t\t\tscalex, scaley);\n\t\t\t\t\t// 相关变量归一化变换\n\t\t\t\t\tpoint.x = (point.x - x) * scalex;\n\t\t\t\t\tpoint.y = (point.y - y) * scaley;\n\t\t\t\t\tdist = dist * scalex;\n\t\t\t\t} else {\n\t\t\t\t\t// 显示浮动窗口\n\t\t\t\t\tToast.makeText(MainActivity.this, R.string.error,\n\t\t\t\t\t\t\tToast.LENGTH_SHORT).show();\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tbar.setProgress(100 / N * 1);\n\t\t\t\t// myImageView.setImageBitmap(bm);\n\t\t\t\tupdateBarHandler.post(updateThread);\n\t\t\t}\n\t\t}", "public void saveBitmap(Context context, int id) {\n bitmap = BitmapFactory.decodeResource(context.getResources(), id);\n resourcesLoaded++;\n }", "private void drawCollision(Canvas canvas) {\n RectF location = getLocation();\n canvas.drawBitmap(featherBitmap,location.left,location.top, null);\n //canvas.restoreToCount(save);\n }", "protected void onPostExecute(Bitmap result) {\n\n\n\n bmImage.setImageBitmap(result);\n bmImage.setBackgroundResource( R.color.trans );\n }", "protected void onActivityResult(int requestCode, int resultCode, Intent data) {\n super.onActivityResult(requestCode, resultCode, data);\n if (requestCode == 7 && resultCode == RESULT_OK) {\n\n Bitmap bitmap = (Bitmap) data.getExtras().get(\"data\");\n currentBitMap = bitmap;\n imageView.setImageBitmap(bitmap);\n }\n\n try {\n if (requestCode == IMG_RESULT && resultCode == RESULT_OK && data != null) {\n Uri URI = data.getData();\n String[] FILE = {MediaStore.Images.Media.DATA};\n\n Cursor cursor = getContentResolver().query(URI, FILE, null, null, null);\n cursor.moveToFirst();\n\n int columnIndex = cursor.getColumnIndex(FILE[0]);\n String ImageDecode = cursor.getString(columnIndex);\n cursor.close();\n\n currentBitMap = BitmapFactory.decodeFile(ImageDecode);\n imageView.setImageBitmap(currentBitMap);\n }\n } catch (Exception e) {\n Toast.makeText(this, \"Please try again\", Toast.LENGTH_LONG)\n .show();\n }\n }", "public void onClick(View vw) {\n try {\n Bitmap bitmap = QRCodeHelper.encodeAsBitmap(mETWaybillId.getText().toString(), BarcodeFormat.QR_CODE, 300, 300);\n if (bitmap != null) {\n mIVQRCode.setImageBitmap(bitmap);\n } else {\n mTVDescription.setText(\"Bitmap null\");\n }\n } catch (Exception e) {\n Log.e(\"MainActivity\", \"Exe \", e);\n }\n }", "public void renderBitmap(Bitmap bitmap, int x, int y, float alpha)\n {\n renderBitmap(bitmap, x, y, alpha, 1.0f);\n }", "@Override\n public void onComplete(Bitmap bitMap) {\n String localFileName = getLocalImageFileName(url);\n //Log.d(\"TAG\",\"save image to cache: \" + localFileName);\n\n saveImageToFile(bitMap,localFileName);\n //3. return the image using the listener\n listener.onComplete(bitMap);\n }", "@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)\n @Override\n public void run() {\n Boolean hasBarcodes = barcodes > 0;\n if (hasBarcodes) {\n // Keep local image\n\n //handlePrivateImage(bitmap);\n context.get().finish();\n }\n else {\n // Delete local image and push to cloud\n if (imageFile.exists())\n imageFile.delete();\n handlePublicImage(bitmap);\n }\n }", "public static Bitmap convertToMutable(Bitmap imgIn) {\n try {\n //this is the file going to use temporally to save the bytes.\n // This file will not be a imageView, it will store the raw imageView data.\n File file = new File(Environment.getExternalStorageDirectory() + File.separator + \"temp.tmp\");\n\n //Open an RandomAccessFile\n //Make sure you have added uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"\n //into AndroidManifest.xml file\n RandomAccessFile randomAccessFile = new RandomAccessFile(file, \"rw\");\n\n // get the width and height of the source bitmap.\n int width = imgIn.getWidth();\n int height = imgIn.getHeight();\n Bitmap.Config type = imgIn.getConfig();\n\n //Copy the byte to the file\n //Assume source bitmap loaded using options.inPreferredConfig = Config.ARGB_8888;\n FileChannel channel = randomAccessFile.getChannel();\n MappedByteBuffer map = channel.map(FileChannel.MapMode.READ_WRITE, 0, imgIn.getRowBytes()*height);\n imgIn.copyPixelsToBuffer(map);\n //recycle the source bitmap, this will be no longer used.\n imgIn.recycle();\n System.gc();// try to force the bytes from the imgIn to be released\n\n //Create a new bitmap to load the bitmap again. Probably the memory will be available.\n imgIn = Bitmap.createBitmap(width, height, type);\n map.position(0);\n //load it back from temporary\n imgIn.copyPixelsFromBuffer(map);\n //close the temporary file and channel , then delete that also\n channel.close();\n randomAccessFile.close();\n\n // delete the temp file\n file.delete();\n\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n return imgIn;\n }", "@Override\n protected void onPostExecute(Bitmap bitmap) {\n if (bitmap != null) {\n BitmapDrawable d = new BitmapDrawable(bitmap);\n mDrawable.addLevel(1, 1, d);\n //process emoji image\n int width = bitmap.getWidth();\n int height = bitmap.getHeight();\n if(width == height && width == 64) {\n width = 36;\n height = 36;\n }\n mDrawable.setBounds(0, 0, width, height);\n mDrawable.setLevel(1);\n CharSequence t = targetTextView.getText();\n targetTextView.setText(t);\n\n }\n }", "public void makeActive(){\n active = true;\n \n // loads in asset and turns it into bitmaps\n ballBitmap = BitmapFactory.decodeResource(context.getResources(), R.drawable.ball);\n ballBitmap = Bitmap.createScaledBitmap(ballBitmap,\n bitmapDimensions.width, bitmapDimensions.height, true);\n }", "public void draw(Canvas canvas)\n {\n if(img==null) {return;}\n canvas.drawBitmap(img.getBitmap(), x, y, null);\n }", "@Override\n\tprotected Bitmap doInBackground(Integer... params) {\n\t\treturn decodeSampledBitmapFromResource(mCurrentPhotoPath, imageView);\n\t}", "public void drawImage()\n {\n imageMode(CORNERS);\n //image(grayImgToFit, firstCellPosition[0], firstCellPosition[1]);\n image(canvas, firstCellPosition[0], firstCellPosition[1]);\n //image(tileMiniaturesV[0],10,250);\n //if(avaragedImgs.length > 4)\n // image(avaragedImgs[3],200,200);\n //getTileIntensityAtIndex(15,15);\n //println(tiles[7].getEndBrightness());\n \n }", "void draw(Canvas canvas) {\n canvas.drawBitmap(babyImg, x, y, paint);\n System.out.println(\"Drew baby\");\n }", "public static native Bitmap nativeRecoStillImage(Bitmap bitmap, int tryhard, int bwantimg, byte[]bresult, int maxsize, int []rets);", "private Bitmap ensureGLCompatibleBitmap(Bitmap bitmap) {\n\t\tif (bitmap == null || bitmap.getConfig() != null) {\n\t\t\treturn bitmap;\n\t\t}\n\t\tBitmap newBitmap = bitmap.copy(Config.ARGB_8888, false);\n\t\tbitmap.recycle();\n\t\tSystem.gc();\n\t\t//Log.i(TAG, \"***bitmap**\" + (bitmap == null) + \" \" + (newBitmap == null));\n\t\treturn newBitmap;\n\t}", "public void drawGraphic(Canvas canvas) {\n Bitmap bitmap = Bitmap.createBitmap(getWidth(), getHeight(), Bitmap.Config.ARGB_8888);\n bitmap.setPixels(getPixels(), 0, getWidth(), 0, 0, getWidth(), getHeight());\n canvas.drawBitmap(bitmap,\n new Rect(0, 0, getWidth(), getHeight()),\n new Rect(getXOffset(), getYOffset(), getXOffset() + getWidth(), getYOffset() + getHeight()),\n null);\n bitmap.recycle();\n }", "private Bitmap createBitmap(Bitmap bitmap, int w, int h, float scale) {\n\n Matrix matrix = new Matrix();\n matrix.setScale(scale, scale);\n //matrix.postTranslate(-bitmap.getWidth() / 2, -bitmap.getHeight() / 2);\n matrix.postRotate(orientation);\n /*if (orientation == 90 || orientation == 270) {\n matrix.postTranslate(bitmap.getHeight() / 2, bitmap.getWidth() / 2);\n } else {\n matrix.postTranslate(bitmap.getWidth() / 2, bitmap.getHeight() / 2);\n }*/\n //canvas.drawBitmap(bitmap, matrix, paint);\n //try {\n // canvas.setBitmap(null);\n //} catch (Exception e) {\n //don't promt, this will crash on 2.x\n //}\n return Bitmap.createBitmap(bitmap, 0, 0, bitmap.getWidth(), bitmap.getHeight(), matrix, true);\n\n //return result;\n }", "public void drawBitmap(Bitmap cache, float f, float g, Paint cachePaint) {\n\t\t\n\t}", "@Override\n public void run() {\n try {\n Drawable drawable = Drawable.createFromStream(new URL(image_path).openStream(), \"\");\n\n Message message = Message.obtain();\n message.obj = drawable;\n handler.sendMessage(message);\n } catch (MalformedURLException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n } catch (IOException e) {\n // TODO Auto-generated catch block\n e.printStackTrace();\n }\n }", "private void decodeOrStoreSavedBitmap(Bitmap bitmap, Result result) {\n\t\t if (handler == null) {\n\t\t savedResultToShow = result;\n\t\t } else {\n\t\t if (result != null) {\n\t\t savedResultToShow = result;\n\t\t }\n\t\t if (savedResultToShow != null) {\n\t\t Message message = Message.obtain(handler, R.id.decode_succeeded, savedResultToShow);\n\t\t handler.sendMessage(message);\n\t\t }\n\t\t savedResultToShow = null;\n\t\t }\n\t\t }", "Bitmap mo27481a(String str);", "@Override\n\t\t\tpublic void onDataCallBack(int code, Bitmap avatar) {\n\t\t\t\tiamgeView.setImageBitmap(avatar);\n\t\t\t}", "public abstract void mo35053a(Bitmap bitmap, C11847d dVar);" ]
[ "0.7927353", "0.7579665", "0.72544354", "0.71321326", "0.70297045", "0.6968109", "0.6890351", "0.6855806", "0.6789591", "0.6770423", "0.6768852", "0.676835", "0.6749801", "0.67120343", "0.66916937", "0.66916937", "0.66699064", "0.6659178", "0.6642827", "0.65989065", "0.65923786", "0.6584285", "0.65770495", "0.6572838", "0.6568264", "0.6566339", "0.6551995", "0.65431464", "0.6540238", "0.6538503", "0.651662", "0.64641225", "0.6455878", "0.6441605", "0.6432461", "0.6427262", "0.6421075", "0.64153445", "0.6409942", "0.6402699", "0.63617617", "0.6355919", "0.6352522", "0.63524556", "0.6351509", "0.6331263", "0.6324298", "0.6317837", "0.63015276", "0.62990636", "0.62724286", "0.6267716", "0.6261963", "0.62515885", "0.62288815", "0.6226214", "0.6224928", "0.6223787", "0.6212155", "0.6200148", "0.61761236", "0.6172466", "0.6161943", "0.6149139", "0.6148944", "0.6145394", "0.61452913", "0.61364937", "0.613161", "0.61300606", "0.61227846", "0.6113288", "0.61093134", "0.61027676", "0.60945415", "0.609262", "0.6091499", "0.60870636", "0.60620004", "0.6061999", "0.6061014", "0.60602766", "0.60579234", "0.60475254", "0.6046492", "0.604149", "0.6030498", "0.6030082", "0.6026351", "0.6017606", "0.6016352", "0.60125804", "0.6012574", "0.60090506", "0.60020626", "0.6001819", "0.6000548", "0.5991724", "0.5989258", "0.5986855", "0.59807134" ]
0.0
-1
This class was generated by the JAXWS RI. JAXWS RI 2.2.9b130926.1035 Generated source version: 2.2
@WebService(name = "SharedGalleryServerSOAP", targetNamespace = "http://SOAP.svr.tp1.sd/") @XmlSeeAlso({ ObjectFactory.class }) public interface SharedGalleryServerSOAP { /** * * @return * returns java.util.List<java.lang.String> */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "getListOfAlbums", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.GetListOfAlbums") @ResponseWrapper(localName = "getListOfAlbumsResponse", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.GetListOfAlbumsResponse") @Action(input = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/getListOfAlbumsRequest", output = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/getListOfAlbumsResponse") public List<String> getListOfAlbums(); /** * * @param arg0 * @return * returns java.util.List<java.lang.String> */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "getListOfPictures", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.GetListOfPictures") @ResponseWrapper(localName = "getListOfPicturesResponse", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.GetListOfPicturesResponse") @Action(input = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/getListOfPicturesRequest", output = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/getListOfPicturesResponse") public List<String> getListOfPictures( @WebParam(name = "arg0", targetNamespace = "") String arg0); /** * * @param arg1 * @param arg0 * @return * returns byte[] */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "getPictureData", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.GetPictureData") @ResponseWrapper(localName = "getPictureDataResponse", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.GetPictureDataResponse") @Action(input = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/getPictureDataRequest", output = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/getPictureDataResponse") public byte[] getPictureData( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1); /** * * @param arg0 * @return * returns java.lang.String */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "createAlbum", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.CreateAlbum") @ResponseWrapper(localName = "createAlbumResponse", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.CreateAlbumResponse") @Action(input = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/createAlbumRequest", output = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/createAlbumResponse") public String createAlbum( @WebParam(name = "arg0", targetNamespace = "") String arg0); /** * * @param arg0 * @return * returns java.lang.Boolean */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "deleteAlbum", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.DeleteAlbum") @ResponseWrapper(localName = "deleteAlbumResponse", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.DeleteAlbumResponse") @Action(input = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/deleteAlbumRequest", output = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/deleteAlbumResponse") public Boolean deleteAlbum( @WebParam(name = "arg0", targetNamespace = "") String arg0); /** * * @param arg2 * @param arg1 * @param arg0 * @return * returns java.lang.String */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "uploadPicture", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.UploadPicture") @ResponseWrapper(localName = "uploadPictureResponse", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.UploadPictureResponse") @Action(input = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/uploadPictureRequest", output = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/uploadPictureResponse") public String uploadPicture( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1, @WebParam(name = "arg2", targetNamespace = "") byte[] arg2); /** * * @param arg1 * @param arg0 * @return * returns java.lang.Boolean */ @WebMethod @WebResult(targetNamespace = "") @RequestWrapper(localName = "deletePicture", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.DeletePicture") @ResponseWrapper(localName = "deletePictureResponse", targetNamespace = "http://SOAP.svr.tp1.sd/", className = "sd.tp1.clt.ws.DeletePictureResponse") @Action(input = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/deletePictureRequest", output = "http://SOAP.svr.tp1.sd/SharedGalleryServerSOAP/deletePictureResponse") public Boolean deletePicture( @WebParam(name = "arg0", targetNamespace = "") String arg0, @WebParam(name = "arg1", targetNamespace = "") String arg1); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@WebService(name = \"ZWSVUR_UPDSTATUS\", targetNamespace = \"urn:sap-com:document:sap:rfc:functions\")\r\npublic interface ZWSVURUPDSTATUS {\r\n\r\n\r\n /**\r\n * \r\n * @param iNROLIQ\r\n * @param eRETURN\r\n * @param iESTADO\r\n * @param eMESSAGE\r\n */\r\n @WebMethod(operationName = \"ZPSCDFM_VUR_UPDSTATUS\")\r\n @RequestWrapper(localName = \"ZPSCDFM_VUR_UPDSTATUS\", targetNamespace = \"urn:sap-com:document:sap:rfc:functions\", className = \"co.com.realtech.mariner.model.ejb.ws.sap.mappers.vur_updstatus.ZPSCDFMVURUPDSTATUS\")\r\n @ResponseWrapper(localName = \"ZPSCDFM_VUR_UPDSTATUSResponse\", targetNamespace = \"urn:sap-com:document:sap:rfc:functions\", className = \"co.com.realtech.mariner.model.ejb.ws.sap.mappers.vur_updstatus.ZPSCDFMVURUPDSTATUSResponse\")\r\n public void zpscdfmVURUPDSTATUS(\r\n @WebParam(name = \"I_ESTADO\", targetNamespace = \"\")\r\n String iESTADO,\r\n @WebParam(name = \"I_NROLIQ\", targetNamespace = \"\")\r\n String iNROLIQ,\r\n @WebParam(name = \"E_MESSAGE\", targetNamespace = \"\", mode = WebParam.Mode.OUT)\r\n Holder<String> eMESSAGE,\r\n @WebParam(name = \"E_RETURN\", targetNamespace = \"\", mode = WebParam.Mode.OUT)\r\n Holder<Integer> eRETURN);\r\n\r\n}", "@WebService(name = \"ListSubscriptions\", targetNamespace = \"http://soap/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface ListSubscriptions {\n\n\n /**\n * \n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getList\", targetNamespace = \"http://soap/\", className = \"artifact_list.GetList\")\n @ResponseWrapper(localName = \"getListResponse\", targetNamespace = \"http://soap/\", className = \"artifact_list.GetListResponse\")\n public String getList();\n\n}", "@WebService(targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\", name = \"MDMTableConditionDataNew\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface MDMTableConditionDataNew {\n\n @WebMethod(action = \"process\")\n @RequestWrapper(localName = \"process\", targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\", className = \"com.microfar.Process\")\n @ResponseWrapper(localName = \"processResponse\", targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\", className = \"com.microfar.ProcessResponse\")\n public void process(\n\n @WebParam(name = \"IN_SYS_NAME\", targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\")\n String inSYSNAME,\n @WebParam(name = \"IN_MASTER_TYPE\", targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\")\n String inMASTERTYPE,\n @WebParam(name = \"IN_TABLE_NAME\", targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\")\n String inTABLENAME,\n @WebParam(name = \"IN_FIELDS_VALUE_TABLE\", targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\")\n HAIERMDMFIELDSVALUETABLE inFIELDSVALUETABLE,\n @WebParam(mode = WebParam.Mode.OUT, name = \"OUT_RESULT\", targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\")\n javax.xml.ws.Holder<String> outRESULT,\n @WebParam(mode = WebParam.Mode.OUT, name = \"OUT_RETMSG\", targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\")\n javax.xml.ws.Holder<String> outRETMSG,\n @WebParam(mode = WebParam.Mode.OUT, name = \"OUT_RETCODE\", targetNamespace = \"http://xmlns.oracle.com/Interface/MDMTableConditionDataNew/MDMTableConditionDataNew\")\n javax.xml.ws.Holder<String> outRETCODE\n );\n}", "@WebService(targetNamespace = \"urn:sap-com:document:sap:rfc:functions\", name = \"ZSDRFC_AMC_CONTRACT_VALIDATION\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface ZSDRFCAMCCONTRACTVALIDATION {\n\n @WebMethod(operationName = \"ZSDRFC_AMC_CONTRACT_VALIDATION\", action = \"urn:sap-com:document:sap:rfc:functions:ZSDRFC_AMC_CONTRACT_VALIDATION:ZSDRFC_AMC_CONTRACT_VALIDATIONRequest\")\n @RequestWrapper(localName = \"ZSDRFC_AMC_CONTRACT_VALIDATION\", targetNamespace = \"urn:sap-com:document:sap:rfc:functions\", className = \"com.sap.document.sap.rfc.functions.ZSDRFCAMCCONTRACTVALIDATION_Type\")\n @ResponseWrapper(localName = \"ZSDRFC_AMC_CONTRACT_VALIDATIONResponse\", targetNamespace = \"urn:sap-com:document:sap:rfc:functions\", className = \"com.sap.document.sap.rfc.functions.ZSDRFCAMCCONTRACTVALIDATIONResponse\")\n public void zsdrfcAMCCONTRACTVALIDATION(\n @WebParam(name = \"CHASSIS_NO\", targetNamespace = \"\")\n java.lang.String chassisNO,\n @WebParam(name = \"CHASSIS_PL\", targetNamespace = \"\")\n java.lang.String chassisPL,\n @WebParam(name = \"CONTRACT_NO\", targetNamespace = \"\")\n java.lang.String contractNO,\n @WebParam(name = \"CRM_SALE_DATE\", targetNamespace = \"\")\n java.lang.String crmSALEDATE,\n @WebParam(mode = WebParam.Mode.INOUT, name = \"IT_AMC\", targetNamespace = \"\")\n javax.xml.ws.Holder<TABLEOFZSDAMCLINEITEM> itAMC,\n @WebParam(name = \"KMS\", targetNamespace = \"\")\n int kms,\n @WebParam(mode = WebParam.Mode.OUT, name = \"REMARKS\", targetNamespace = \"\")\n javax.xml.ws.Holder<java.lang.String> remarks\n );\n}", "@WebService(name = \"CustomerSoapType\", targetNamespace = \"http://test.co.id/ws/customer/\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface CustomerSoapType {\n\n\n /**\n * Request All Customer\n * \n * @return\n * returns id.co.bca.ws.mbs.soap.customer.ListOfCustomerType\n */\n @WebMethod(operationName = \"GetAllCustomer\")\n @WebResult(name = \"GetAllCustomerResponse\", targetNamespace = \"http://test.co.id/ws/customer/\", partName = \"parameters\")\n public ListOfCustomerType getAllCustomer();\n\n /**\n * Insert Customer\n * \n * @param parameters\n * @return\n * returns java.lang.String\n */\n @WebMethod(operationName = \"InsertCustomer\")\n @WebResult(name = \"InsertCustomerResponse\", targetNamespace = \"http://test.co.id/ws/customer/\", partName = \"parameters\")\n public String insertCustomer(\n @WebParam(name = \"InsertCustomer\", targetNamespace = \"http://test.co.id/ws/customer/\", partName = \"parameters\")\n CustomerType parameters);\n\n}", "@WebService(targetNamespace = \"http://soap.sforce.com/2005/09/outbound\", name = \"NotificationPort\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface NotificationPort {\n\n /**\n * Process a number of notifications.\n */\n @WebResult(name = \"Ack\", targetNamespace = \"http://soap.sforce.com/2005/09/outbound\")\n @RequestWrapper(localName = \"notifications\", targetNamespace = \"http://soap.sforce.com/2005/09/outbound\", className = \"com.barryku.cloud.cxf.Notifications\")\n @WebMethod\n @ResponseWrapper(localName = \"notificationsResponse\", targetNamespace = \"http://soap.sforce.com/2005/09/outbound\", className = \"com.barryku.cloud.cxf.NotificationsResponse\")\n public boolean notifications(\n @WebParam(name = \"OrganizationId\", targetNamespace = \"http://soap.sforce.com/2005/09/outbound\")\n java.lang.String organizationId,\n @WebParam(name = \"ActionId\", targetNamespace = \"http://soap.sforce.com/2005/09/outbound\")\n java.lang.String actionId,\n @WebParam(name = \"SessionId\", targetNamespace = \"http://soap.sforce.com/2005/09/outbound\")\n java.lang.String sessionId,\n @WebParam(name = \"EnterpriseUrl\", targetNamespace = \"http://soap.sforce.com/2005/09/outbound\")\n java.lang.String enterpriseUrl,\n @WebParam(name = \"PartnerUrl\", targetNamespace = \"http://soap.sforce.com/2005/09/outbound\")\n java.lang.String partnerUrl,\n @WebParam(name = \"Notification\", targetNamespace = \"http://soap.sforce.com/2005/09/outbound\")\n java.util.List<com.barryku.cloud.cxf.BookCNotification> notification\n );\n}", "@WebService\npublic interface Appointment {\n\n AppointmentImpl getRecord(String ref);\n \n}", "@WebService(targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/requester\", name = \"ConnectionRequesterPort\")\n@XmlSeeAlso({net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.ObjectFactory.class, net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.ObjectFactory.class, net.es.nsi.lib.soap.gen.saml.assertion.ObjectFactory.class, net.es.nsi.lib.soap.gen.xmlenc.ObjectFactory.class, net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.types.ObjectFactory.class, net.es.nsi.lib.soap.gen.xmldsig.ObjectFactory.class})\npublic interface ConnectionRequesterPort {\n\n /**\n * This reserveFailed message is sent from a Provider NSA to\n * Requester NSA as an indication of a reserve failure. This\n * is in response to an original reserve request from the\n * associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/reserveFailed\")\n @RequestWrapper(localName = \"reserveFailed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericFailedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void reserveFailed(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"connectionStates\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.ConnectionStatesType connectionStates,\n @WebParam(name = \"serviceException\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.types.ServiceExceptionType serviceException,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This querySummaryConfirmed message is sent from the target NSA to\n * requesting NSA as an indication of a successful querySummary\n * operation. This is in response to an original querySummary request\n * from the associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/querySummaryConfirmed\")\n @RequestWrapper(localName = \"querySummaryConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.QuerySummaryConfirmedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void querySummaryConfirmed(\n @WebParam(name = \"reservation\", targetNamespace = \"\")\n java.util.List<net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.QuerySummaryResultType> reservation,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This provisionConfirmed message is sent from a Provider NSA to\n * Requester NSA as an indication of a successful provision operation.\n * This is in response to an original provision request from the\n * associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/provisionConfirmed\")\n @RequestWrapper(localName = \"provisionConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericConfirmedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void provisionConfirmed(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * The error message is sent from a Provider NSA to Requester\n * NSA as an indication of the occurence of an error condition.\n * This is in response to an original request from the associated\n * Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/error\")\n @RequestWrapper(localName = \"error\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericErrorType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void error(\n @WebParam(name = \"serviceException\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.types.ServiceExceptionType serviceException,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This terminateConfirmed message is sent from a Provider NSA to\n * Requester NSA as an indication of a successful terminate operation.\n * This is in response to an original terminate request from the\n * associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/terminateConfirmed\")\n @RequestWrapper(localName = \"terminateConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericConfirmedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void terminateConfirmed(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This releaseConfirmed message is sent from a Provider NSA to\n * Requester NSA as an indication of a successful release operation.\n * This is in response to an original release request from the\n * associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/releaseConfirmed\")\n @RequestWrapper(localName = \"releaseConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericConfirmedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void releaseConfirmed(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * An autonomous error message issued from a Provider NSA to Requester\n * NSA. The acknowledgment indicates that the Requester NSA has\n * accepted the notification request for processing. There are no\n * associated confirmed or failed messages.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/errorEvent\")\n @RequestWrapper(localName = \"errorEvent\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.ErrorEventType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void errorEvent(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"notificationId\", targetNamespace = \"\")\n long notificationId,\n @WebParam(name = \"timeStamp\", targetNamespace = \"\")\n javax.xml.datatype.XMLGregorianCalendar timeStamp,\n @WebParam(name = \"event\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.EventEnumType event,\n @WebParam(name = \"originatingConnectionId\", targetNamespace = \"\")\n java.lang.String originatingConnectionId,\n @WebParam(name = \"originatingNSA\", targetNamespace = \"\")\n java.lang.String originatingNSA,\n @WebParam(name = \"additionalInfo\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.types.TypeValuePairListType additionalInfo,\n @WebParam(name = \"serviceException\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.types.ServiceExceptionType serviceException,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * An autonomous message issued from a Provider NSA to Requester\n * NSA. The acknowledgment indicates that the Requester NSA has\n * accepted the notification request for processing. There are no\n * associated confirmed or failed messages.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/dataPlaneStateChange\")\n @RequestWrapper(localName = \"dataPlaneStateChange\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.DataPlaneStateChangeRequestType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void dataPlaneStateChange(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"notificationId\", targetNamespace = \"\")\n long notificationId,\n @WebParam(name = \"timeStamp\", targetNamespace = \"\")\n javax.xml.datatype.XMLGregorianCalendar timeStamp,\n @WebParam(name = \"dataPlaneStatus\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.DataPlaneStatusType dataPlaneStatus,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This reserveAbortConfirmed message is sent from a Provider NSA to\n * Requester NSA as an indication of a successful reserveAbort.\n * This is in response to an original reserveAbort request from the\n * associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/reserveAbortConfirmed\")\n @RequestWrapper(localName = \"reserveAbortConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericConfirmedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void reserveAbortConfirmed(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * An autonomous message issued from a Provider NSA to Requester\n * NSA. The acknowledgment indicates that the Requester NSA has\n * accepted the notification request for processing. There are no\n * associated confirmed or failed messages.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/messageDeliveryTimeout\")\n @RequestWrapper(localName = \"messageDeliveryTimeout\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.MessageDeliveryTimeoutRequestType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void messageDeliveryTimeout(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"notificationId\", targetNamespace = \"\")\n long notificationId,\n @WebParam(name = \"timeStamp\", targetNamespace = \"\")\n javax.xml.datatype.XMLGregorianCalendar timeStamp,\n @WebParam(name = \"correlationId\", targetNamespace = \"\")\n java.lang.String correlationId,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This reserveCommitFailed message is sent from a Provider NSA to\n * Requester NSA as an indication of a modify failure. This\n * is in response to an original modify request from the\n * associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/reserveCommitFailed\")\n @RequestWrapper(localName = \"reserveCommitFailed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericFailedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void reserveCommitFailed(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"connectionStates\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.ConnectionStatesType connectionStates,\n @WebParam(name = \"serviceException\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.types.ServiceExceptionType serviceException,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This queryNotificationConfirmed message is sent from the Provider NSA to\n * Requester NSA as an indication of a successful queryNotification\n * operation. This is in response to an original queryNotification request\n * from the associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/queryNotificationConfirmed\")\n @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n @WebResult(name = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", partName = \"acknowledgment\")\n public net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType queryNotificationConfirmed(\n @WebParam(partName = \"queryNotificationConfirmed\", name = \"queryNotificationConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.QueryNotificationConfirmedType queryNotificationConfirmed,\n @WebParam(partName = \"header\", mode = WebParam.Mode.INOUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This queryResultConfirmed message is sent from the Provider NSA to\n * Requester NSA as an indication of a successful queryResult operation.\n * This is in response to an original queryResult request from the\n * associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/queryResultConfirmed\")\n @RequestWrapper(localName = \"queryResultConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.QueryResultConfirmedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void queryResultConfirmed(\n @WebParam(name = \"result\", targetNamespace = \"\")\n java.util.List<net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.QueryResultResponseType> result,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This reserveCommitConfirmed message is sent from a Provider NSA to\n * Requester NSA as an indication of a successful reserveCommit request.\n * This is in response to an original reserveCommit request from the\n * associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/reserveCommitConfirmed\")\n @RequestWrapper(localName = \"reserveCommitConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericConfirmedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void reserveCommitConfirmed(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * An autonomous message issued from a Provider NSA to Requester\n * NSA. The acknowledgment indicates that the Requester NSA has\n * accepted the notification request for processing. There are no\n * associated confirmed or failed messages.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/reserveTimeout\")\n @RequestWrapper(localName = \"reserveTimeout\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.ReserveTimeoutRequestType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void reserveTimeout(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"notificationId\", targetNamespace = \"\")\n long notificationId,\n @WebParam(name = \"timeStamp\", targetNamespace = \"\")\n javax.xml.datatype.XMLGregorianCalendar timeStamp,\n @WebParam(name = \"timeoutValue\", targetNamespace = \"\")\n int timeoutValue,\n @WebParam(name = \"originatingConnectionId\", targetNamespace = \"\")\n java.lang.String originatingConnectionId,\n @WebParam(name = \"originatingNSA\", targetNamespace = \"\")\n java.lang.String originatingNSA,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This reserveConfirmed message is sent from a Provider NSA to\n * Requester NSA as an indication of a successful reservation. This\n * is in response to an original reserve request from the\n * associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/reserveConfirmed\")\n @RequestWrapper(localName = \"reserveConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.ReserveConfirmedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void reserveConfirmed(\n @WebParam(name = \"connectionId\", targetNamespace = \"\")\n java.lang.String connectionId,\n @WebParam(name = \"globalReservationId\", targetNamespace = \"\")\n java.lang.String globalReservationId,\n @WebParam(name = \"description\", targetNamespace = \"\")\n java.lang.String description,\n @WebParam(name = \"criteria\", targetNamespace = \"\")\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.ReservationConfirmCriteriaType criteria,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n\n /**\n * This queryRecursiveConfirmed message is sent from the Provider NSA to\n * Requester NSA as an indication of a successful queryRecursive\n * operation. This is in response to an original queryRecursive request\n * from the associated Requester NSA.\n * \n */\n @WebMethod(action = \"http://schemas.ogf.org/nsi/2013/12/connection/service/queryRecursiveConfirmed\")\n @RequestWrapper(localName = \"queryRecursiveConfirmed\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.QueryRecursiveConfirmedType\")\n @ResponseWrapper(localName = \"acknowledgment\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/connection/types\", className = \"net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.GenericAcknowledgmentType\")\n public void queryRecursiveConfirmed(\n @WebParam(name = \"reservation\", targetNamespace = \"\")\n java.util.List<net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.types.QueryRecursiveResultType> reservation,\n @WebParam(name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType header,\n @WebParam(mode = WebParam.Mode.OUT, name = \"nsiHeader\", targetNamespace = \"http://schemas.ogf.org/nsi/2013/12/framework/headers\", header = true)\n javax.xml.ws.Holder<net.es.nsi.lib.soap.gen.nsi_2_0_r117.framework.headers.CommonHeaderType> header1\n ) throws net.es.nsi.lib.soap.gen.nsi_2_0_r117.connection.ifce.ServiceException;\n}", "@WebService(name = \"AgendarReservasWS\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\")\npublic interface AgendarReservasWS {\n\n\n /**\n * \n * @param reserva\n * @return\n * returns uy.gub.imm.sae.common.factories.ws.client.agendar.Reserva\n * @throws ApplicationException_Exception\n * @throws AccesoMultipleException_Exception\n * @throws BusinessException_Exception\n * @throws ValidacionException_Exception\n * @throws ErrorValidacionException_Exception\n * @throws WarningValidacionCommitException_Exception\n * @throws WarningValidacionException_Exception\n * @throws ErrorValidacionCommitException_Exception\n * @throws UserException_Exception\n * @throws ValidacionClaveUnicaException_Exception\n * @throws ValidacionPorCampoException_Exception\n */\n @WebMethod\n @WebResult(name = \"confirmarReservaResult\", targetNamespace = \"\")\n @RequestWrapper(localName = \"confirmarReserva\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConfirmarReserva\")\n @ResponseWrapper(localName = \"confirmarReservaResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConfirmarReservaResponse\")\n public Reserva confirmarReserva(\n @WebParam(name = \"reserva\", targetNamespace = \"\")\n Reserva reserva)\n throws AccesoMultipleException_Exception, ApplicationException_Exception, BusinessException_Exception, ErrorValidacionCommitException_Exception, ErrorValidacionException_Exception, UserException_Exception, ValidacionClaveUnicaException_Exception, ValidacionException_Exception, ValidacionPorCampoException_Exception\n ;\n\n// /**\n// * \n// * @param nombre\n// * @return\n// * returns uy.gub.imm.sae.common.factories.ws.client.agendar.Agenda\n// * @throws ApplicationException_Exception\n// * @throws BusinessException_Exception\n// */\n// @WebMethod\n// @WebResult(name = \"consultarAgendaPorNombreResult\", targetNamespace = \"\")\n// @RequestWrapper(localName = \"consultarAgendaPorNombre\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConsultarAgendaPorNombre\")\n// @ResponseWrapper(localName = \"consultarAgendaPorNombreResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConsultarAgendaPorNombreResponse\")\n// public Agenda consultarAgendaPorNombre(\n// @WebParam(name = \"nombre\", targetNamespace = \"\")\n// String nombre)\n// throws ApplicationException_Exception, BusinessException_Exception\n// ;\n\n /**\n * \n * @param nombre\n * @return\n * returns uy.gub.imm.sae.common.factories.ws.client.agendar.Agenda\n * @throws ApplicationException_Exception\n * @throws BusinessException_Exception\n */\n @WebMethod\n @WebResult(name = \"consultarAgendaPorIdResult\", targetNamespace = \"\")\n @RequestWrapper(localName = \"consultarAgendaPorId\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConsultarAgendaPorId\")\n @ResponseWrapper(localName = \"consultarAgendaPorIdResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConsultarAgendaPorIdResponse\")\n public Agenda consultarAgendaPorId(\n @WebParam(name = \"id\", targetNamespace = \"\")\n Integer id)\n throws ApplicationException_Exception, BusinessException_Exception\n ;\n \n /**\n * \n * @param agenda\n * @return\n * returns java.util.List<uy.gub.imm.sae.common.factories.ws.client.agendar.Recurso>\n * @throws ApplicationException_Exception\n * @throws BusinessException_Exception\n */\n @WebMethod\n @WebResult(name = \"consultarRecursosResult\", targetNamespace = \"\")\n @RequestWrapper(localName = \"consultarRecursos\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConsultarRecursos\")\n @ResponseWrapper(localName = \"consultarRecursosResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConsultarRecursosResponse\")\n public List<Recurso> consultarRecursos(\n @WebParam(name = \"agenda\", targetNamespace = \"\")\n Agenda agenda)\n throws ApplicationException_Exception, BusinessException_Exception\n ;\n\n /**\n * \n * @param datos\n * @param recurso\n * @return\n * returns uy.gub.imm.sae.common.factories.ws.client.agendar.Reserva\n * @throws ApplicationException_Exception\n */\n @WebMethod\n @WebResult(name = \"consultarReservaPorDatosClaveResult\", targetNamespace = \"\")\n @RequestWrapper(localName = \"consultarReservaPorDatosClave\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConsultarReservaPorDatosClave\")\n @ResponseWrapper(localName = \"consultarReservaPorDatosClaveResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ConsultarReservaPorDatosClaveResponse\")\n public Reserva consultarReservaPorDatosClave(\n @WebParam(name = \"recurso\", targetNamespace = \"\")\n Recurso recurso,\n @WebParam(name = \"datos\", targetNamespace = \"\")\n HashMap<DatoASolicitar, DatoReserva> datos)\n throws ApplicationException_Exception\n ;\n\n /**\n * \n * @param reserva\n * @throws BusinessException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"desmarcarReserva\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.DesmarcarReserva\")\n @ResponseWrapper(localName = \"desmarcarReservaResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.DesmarcarReservaResponse\")\n public void desmarcarReserva(\n @WebParam(name = \"reserva\", targetNamespace = \"\")\n Reserva reserva)\n throws BusinessException_Exception\n ;\n\n /**\n * \n * @param disponibilidad\n * @return\n * returns uy.gub.imm.sae.common.factories.ws.client.agendar.Reserva\n * @throws BusinessException_Exception\n * @throws UserException_Exception\n * @throws UserCommitException_Exception\n */\n @WebMethod\n @WebResult(name = \"marcarReservaDisponibleResult\", targetNamespace = \"\")\n @RequestWrapper(localName = \"marcarReservaDisponible\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.MarcarReservaDisponible\")\n @ResponseWrapper(localName = \"marcarReservaDisponibleResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.MarcarReservaDisponibleResponse\")\n public Reserva marcarReservaDisponible(\n @WebParam(name = \"disponibilidad\", targetNamespace = \"\")\n Disponibilidad disponibilidad)\n throws BusinessException_Exception, UserException_Exception\n ;\n\n /**\n * \n * @param ventanaDeTiempo\n * @param recurso\n * @return\n * returns java.util.List<java.lang.Integer>\n * @throws BusinessException_Exception\n */\n @WebMethod\n @WebResult(name = \"obtenerCuposPorDiaResult\", targetNamespace = \"\")\n @RequestWrapper(localName = \"obtenerCuposPorDia\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ObtenerCuposPorDia\")\n @ResponseWrapper(localName = \"obtenerCuposPorDiaResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ObtenerCuposPorDiaResponse\")\n public List<Integer> obtenerCuposPorDia(\n @WebParam(name = \"recurso\", targetNamespace = \"\")\n Recurso recurso,\n @WebParam(name = \"ventanaDeTiempo\", targetNamespace = \"\")\n VentanaDeTiempo ventanaDeTiempo,\n @WebParam(name = \"timezone\", targetNamespace = \"\")\n TimeZone timezone\n )\n throws BusinessException_Exception\n ;\n\n /**\n * \n * @param ventanaDeTiempo\n * @param recurso\n * @return\n * returns java.util.List<uy.gub.imm.sae.common.factories.ws.client.agendar.Disponibilidad>\n * @throws BusinessException_Exception\n */\n @WebMethod\n @WebResult(name = \"obtenerDisponibilidadesResult\", targetNamespace = \"\")\n @RequestWrapper(localName = \"obtenerDisponibilidades\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ObtenerDisponibilidades\")\n @ResponseWrapper(localName = \"obtenerDisponibilidadesResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ObtenerDisponibilidadesResponse\")\n public List<Disponibilidad> obtenerDisponibilidades(\n @WebParam(name = \"recurso\", targetNamespace = \"\")\n Recurso recurso,\n @WebParam(name = \"ventanaDeTiempo\", targetNamespace = \"\")\n VentanaDeTiempo ventanaDeTiempo)\n throws BusinessException_Exception\n ;\n\n /**\n * \n * @param recurso\n * @return\n * returns uy.gub.imm.sae.common.factories.ws.client.agendar.VentanaDeTiempo\n * @throws BusinessException_Exception\n */\n @WebMethod\n @WebResult(name = \"obtenerVentanaCalendarioInternetResult\", targetNamespace = \"\")\n @RequestWrapper(localName = \"obtenerVentanaCalendarioInternet\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ObtenerVentanaCalendarioInternet\")\n @ResponseWrapper(localName = \"obtenerVentanaCalendarioInternetResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.ObtenerVentanaCalendarioInternetResponse\")\n public VentanaDeTiempo obtenerVentanaCalendarioInternet(\n @WebParam(name = \"recurso\", targetNamespace = \"\")\n Recurso recurso)\n throws BusinessException_Exception\n ;\n\n /**\n * \n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(name = \"pingResult\", targetNamespace = \"\")\n @RequestWrapper(localName = \"ping\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.Ping\")\n @ResponseWrapper(localName = \"pingResponse\", targetNamespace = \"http://montevideo.gub.uy/schema/sae/1.0/\", className = \"uy.gub.imm.sae.common.factories.ws.client.agendar.PingResponse\")\n public String ping();\n\n}", "@WebService(targetNamespace = \"http://www.z2systems.com/schemas/neonws/\", name = \"MembershipService\")\n@XmlSeeAlso({com.z2systems.schemas.membership.ObjectFactory.class, com.z2systems.schemas.common.ObjectFactory.class, com.z2systems.schemas.account.ObjectFactory.class, com.z2systems.schemas.donation.ObjectFactory.class, com.z2systems.schemas.store.ObjectFactory.class, ObjectFactory.class, com.z2systems.schemas.event.ObjectFactory.class})\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\npublic interface MembershipService {\n\n @WebResult(name = \"listMembershipsResponse\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\", partName = \"response\")\n @WebMethod\n public com.z2systems.schemas.membership.ListMembershipsResponse listMemberships(\n @WebParam(partName = \"request\", name = \"listMembershipsRequest\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\")\n com.z2systems.schemas.membership.ListMembershipsRequest request\n );\n\n @WebResult(name = \"retrieveMembershipStatsResponse\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\", partName = \"response\")\n @WebMethod\n public com.z2systems.schemas.membership.RetrieveMembershipStatsResponse retrieveMembershipStats(\n @WebParam(partName = \"request\", name = \"retrieveMembershipStatsRequest\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\")\n com.z2systems.schemas.membership.RetrieveMembershipStatsRequest request\n );\n\n @WebResult(name = \"listMembershipHistoryResponse\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\", partName = \"response\")\n @WebMethod\n public com.z2systems.schemas.membership.ListMembershipHistoryResponse listMembershipHistory(\n @WebParam(partName = \"request\", name = \"listMembershipHistoryRequest\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\")\n com.z2systems.schemas.membership.ListMembershipHistoryRequest request\n );\n\n @WebResult(name = \"listMembershipTermsResponse\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\", partName = \"response\")\n @WebMethod\n public com.z2systems.schemas.membership.ListMembershipTermsResponse listMembershipTerms(\n @WebParam(partName = \"request\", name = \"listMembershipTermsRequest\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\")\n com.z2systems.schemas.membership.ListMembershipTermsRequest request\n );\n\n @WebResult(name = \"addMembershipToAccountResponse\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\", partName = \"response\")\n @WebMethod\n public com.z2systems.schemas.membership.AddMembershipToAccountResponse addMembershipToAccount(\n @WebParam(partName = \"request\", name = \"addMembershipToAccountRequest\", targetNamespace = \"http://www.z2systems.com/schemas/neonws/\")\n com.z2systems.schemas.membership.AddMembershipToAccountRequest request\n );\n}", "@WebService(name = \"DocumentValidationSchemaService\", targetNamespace = \"http://schema.validation.doc.jaxws.invoice.samples.integ.softfly.pl/\")\n@XmlSeeAlso({\n pl.softfly.integ.doc.entity.ObjectFactory.class,\n pl.softfly.integ.endpoint.entity.ObjectFactory.class,\n pl.softfly.integ.entity.ObjectFactory.class,\n pl.softfly.integ.samples.invoice.jaxws.doc.validation.schema.ObjectFactory.class,\n pl.softfly.integ.shipment.entity.ObjectFactory.class\n})\npublic interface DocumentValidationSchemaService {\n\n\n /**\n * @param arg0\n * @return returns pl.softfly.integ.doc.entity.DocumentHeader\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"validate\", targetNamespace = \"http://schema.validation.doc.jaxws.invoice.samples.integ.softfly.pl/\", className = \"pl.softfly.integ.samples.invoice.jaxws.doc.validation.schema.Validate\")\n @ResponseWrapper(localName = \"validateResponse\", targetNamespace = \"http://schema.validation.doc.jaxws.invoice.samples.integ.softfly.pl/\", className = \"pl.softfly.integ.samples.invoice.jaxws.doc.validation.schema.ValidateResponse\")\n public DocumentHeader validate(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n DocumentHeader arg0);\n\n}", "@WebService(name = \"BillPayServiceAT\", targetNamespace = \"http://jaxws.billpay.wsat.edu.unf.com/\")\r\n@SOAPBinding(style = SOAPBinding.Style.RPC)\r\n@XmlSeeAlso({\r\n ObjectFactory.class\r\n})\r\npublic interface BillPayServiceAT {\r\n\r\n\r\n /**\r\n * \r\n * @param arg1\r\n * @param arg0\r\n * @throws BillPayException\r\n */\r\n @WebMethod\r\n public void paybillamount(\r\n @WebParam(name = \"arg0\", partName = \"arg0\")\r\n String arg0,\r\n @WebParam(name = \"arg1\", partName = \"arg1\")\r\n long arg1)\r\n throws BillPayException\r\n ;\r\n\r\n}", "@WebService(name = \"ZBC_EVENT_RAISE_WEB\", targetNamespace = \"urn:sap-com:document:sap:rfc:functions\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface ZBCEVENTRAISEWEB {\n\n\n /**\n * \n * @param eventparm\n * @param eventid\n * @param targetINSTANCE\n * @return\n * returns java.lang.String\n * @throws ZBCEVENTRAISEException\n */\n @WebMethod(operationName = \"ZBC_EVENT_RAISE\", action = \"urn:sap-com:document:sap:rfc:functions:ZBC_EVENT_RAISE_WEB:ZBC_EVENT_RAISERequest\")\n @WebResult(name = \"EV_SUCCESS\", targetNamespace = \"\")\n @RequestWrapper(localName = \"ZBC_EVENT_RAISE\", targetNamespace = \"urn:sap-com:document:sap:rfc:functions\", className = \"com.sap.document.sap.rfc.functions.ZBCEVENTRAISE\")\n @ResponseWrapper(localName = \"ZBC_EVENT_RAISEResponse\", targetNamespace = \"urn:sap-com:document:sap:rfc:functions\", className = \"com.sap.document.sap.rfc.functions.ZBCEVENTRAISEResponse\")\n public String zbcEVENTRAISE(\n @WebParam(name = \"EVENTID\", targetNamespace = \"\")\n String eventid,\n @WebParam(name = \"EVENTPARM\", targetNamespace = \"\")\n String eventparm,\n @WebParam(name = \"TARGET_INSTANCE\", targetNamespace = \"\")\n String targetINSTANCE)\n throws ZBCEVENTRAISEException\n ;\n\n}", "@WebService(targetNamespace = \"http://esb.z-t-z.ru/Integration/SAP\", name = \"TestJaxWs\")\n@XmlSeeAlso({ObjectFactory.class})\n//@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.WRAPPED)\n@SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED) //28.12.2018 forum advice\npublic interface TestJaxWs {\n\n @WebMethod(operationName = \"jaxWsTest1\", action = \"http://sap.com/xi/WebService/soap1.1\")\n @RequestWrapper(localName = \"jaxWsTest1\", targetNamespace = \"http://esb.z-t-z.ru/Integration/SAP\", className = \"com.example.sample.JaxWsTest1\")\n @ResponseWrapper(localName = \"jaxWsTest1Response\", targetNamespace = \"http://esb.z-t-z.ru/Integration/SAP\", className = \"com.example.sample.JaxWsTest1Response\")\n //@WebResult(name = \"return\", targetNamespace = \"\")\n public java.lang.String jaxWsTest1(\n @WebParam(name = \"information\", targetNamespace = \"\")\n java.lang.String information,\n @WebParam(name = \"count\", targetNamespace = \"\")\n int count\n //@WebParam(name=\"jaxWsTest1\", targetNamespace = \"\")\n //JaxWsTest1 jaxWsTest1\n ) throws UserDefinedException;\n}", "@WebService(name = \"zperson_communic\", targetNamespace = \"urn:sap-com:document:sap:soap:functions:mc-style\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface ZpersonCommunic {\n\n\n /**\n * \n * @param employeeId\n * @param lastnameM\n * @param fstnameM\n * @param telAts\n * @param orgtxt\n * @param job\n * @param orgUnit\n * @param jobtxt\n * @param checkCommunities\n * @param outTab\n * @return\n * returns test.Bapireturn\n */\n @WebMethod(operationName = \"ZPersonalSearch\")\n @WebResult(name = \"Return\", targetNamespace = \"\")\n @RequestWrapper(localName = \"ZPersonalSearch\", targetNamespace = \"urn:sap-com:document:sap:soap:functions:mc-style\", className = \"test.ZPersonalSearch\")\n @ResponseWrapper(localName = \"ZPersonalSearchResponse\", targetNamespace = \"urn:sap-com:document:sap:soap:functions:mc-style\", className = \"test.ZPersonalSearchResponse\")\n public Bapireturn zPersonalSearch(\n @WebParam(name = \"CheckCommunities\", targetNamespace = \"\")\n String checkCommunities,\n @WebParam(name = \"EmployeeId\", targetNamespace = \"\")\n String employeeId,\n @WebParam(name = \"FstnameM\", targetNamespace = \"\")\n String fstnameM,\n @WebParam(name = \"Job\", targetNamespace = \"\")\n String job,\n @WebParam(name = \"Jobtxt\", targetNamespace = \"\")\n String jobtxt,\n @WebParam(name = \"LastnameM\", targetNamespace = \"\")\n String lastnameM,\n @WebParam(name = \"OrgUnit\", targetNamespace = \"\")\n String orgUnit,\n @WebParam(name = \"Orgtxt\", targetNamespace = \"\")\n String orgtxt,\n @WebParam(name = \"OutTab\", targetNamespace = \"\", mode = WebParam.Mode.INOUT)\n Holder<TableOfZpernComm> outTab,\n @WebParam(name = \"TelAts\", targetNamespace = \"\")\n String telAts);\n\n}", "@WebService(name = \"memberWs\", targetNamespace = \"http://webservice.cereme.org/\")\r\n@XmlSeeAlso({\r\n ObjectFactory.class\r\n})\r\npublic interface MemberWs {\r\n\r\n\r\n /**\r\n * \r\n */\r\n @WebMethod\r\n @RequestWrapper(localName = \"init\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.Init\")\r\n @ResponseWrapper(localName = \"initResponse\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.InitResponse\")\r\n public void init();\r\n\r\n /**\r\n * \r\n * @return\r\n * returns java.util.List<org.cereme.digital.library.clientws.Member>\r\n */\r\n @WebMethod\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"findAll\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.FindAll\")\r\n @ResponseWrapper(localName = \"findAllResponse\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.FindAllResponse\")\r\n public List<Member> findAll();\r\n\r\n /**\r\n * \r\n * @param arg0\r\n * @return\r\n * returns org.cereme.digital.library.clientws.Member\r\n */\r\n @WebMethod\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"findByUsername\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.FindByUsername\")\r\n @ResponseWrapper(localName = \"findByUsernameResponse\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.FindByUsernameResponse\")\r\n public Member findByUsername(\r\n @WebParam(name = \"arg0\", targetNamespace = \"\")\r\n String arg0);\r\n\r\n /**\r\n * \r\n * @param arg0\r\n * @return\r\n * returns java.lang.String\r\n */\r\n @WebMethod\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"updateMember\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.UpdateMember\")\r\n @ResponseWrapper(localName = \"updateMemberResponse\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.UpdateMemberResponse\")\r\n public String updateMember(\r\n @WebParam(name = \"arg0\", targetNamespace = \"\")\r\n Member arg0);\r\n\r\n /**\r\n * \r\n * @param arg1\r\n * @param arg0\r\n * @return\r\n * returns boolean\r\n */\r\n @WebMethod\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"isValidUser\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.IsValidUser\")\r\n @ResponseWrapper(localName = \"isValidUserResponse\", targetNamespace = \"http://webservice.cereme.org/\", className = \"org.cereme.digital.library.clientws.IsValidUserResponse\")\r\n public boolean isValidUser(\r\n @WebParam(name = \"arg0\", targetNamespace = \"\")\r\n String arg0,\r\n @WebParam(name = \"arg1\", targetNamespace = \"\")\r\n String arg1);\r\n\r\n}", "@WebService(name = \"infra_PortType\", targetNamespace = PepConfig.TARGET_NAMESPACE)\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n sk.gov.ekolky.estamp.fo10.nominal.ObjectFactory.class,\n sk.gov.ekolky.estamp.fo10.aponet.ObjectFactory.class,\n sk.gov.ekolky.estamp.fo10.assessment.ObjectFactory.class,\n sk.gov.ekolky.estamp.fo10.ObjectFactory.class,\n sk.gov.ekolky.estamp.fo10.cashdesk.ObjectFactory.class,\n sk.gov.ekolky.estamp.fo10.infra.ObjectFactory.class,\n sk.gov.ekolky.estamp.xsd10.ObjectFactory.class,\n com.jump_soft.estamp.fo10.common.ObjectFactory.class,\n sk.gov.ekolky.estamp.fo10.estamp.ObjectFactory.class\n})\npublic interface InfraPortType {\n\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.IncidentRegisterResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"incidentRegisterResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public IncidentRegisterResponse incidentRegister(\n @WebParam(name = \"incidentRegisterRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n IncidentRegisterRequest parameters)\n throws BloxFaultMessage\n ;\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.DeviceStateCheckResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"deviceStateCheckResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public DeviceStateCheckResponse deviceStateCheck(\n @WebParam(name = \"deviceStateCheckRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n DeviceStateCheckRequest parameters)\n throws BloxFaultMessage\n ;\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.ListParameterResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"listParameterResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public ListParameterResponse listParameter(\n @WebParam(name = \"listParameterRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n ListParameterRequest parameters)\n throws BloxFaultMessage\n ;\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.ListServiceResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"listServiceResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public ListServiceResponse listService(\n @WebParam(name = \"listServiceRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n ListServiceRequest parameters)\n throws BloxFaultMessage\n ;\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.ListFeeResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"listFeeResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public ListFeeResponse listFee(\n @WebParam(name = \"listFeeRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n ListFeeRequest parameters)\n throws BloxFaultMessage\n ;\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.ListOfficeResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"listOfficeResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public ListOfficeResponse listOffice(\n @WebParam(name = \"listOfficeRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n ListOfficeRequest parameters)\n throws BloxFaultMessage\n ;\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.ListSWPResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"listSWPResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public ListSWPResponse listSWP(\n @WebParam(name = \"listSWPRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n ListSWPRequest parameters)\n throws BloxFaultMessage\n ;\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.ListCountryResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"listCountryResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public ListCountryResponse listCountry(\n @WebParam(name = \"listCountryRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n ListCountryRequest parameters)\n throws BloxFaultMessage\n ;\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.ListDeviceInfoResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"listDeviceInfoResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public ListDeviceInfoResponse listDeviceInfo(\n @WebParam(name = \"listDeviceInfoRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n ListDeviceInfoRequest parameters)\n throws BloxFaultMessage\n ;\n\n /**\n * \n * @param parameters\n * @return\n * returns sk.gov.ekolky.estamp.fo10.infra.ListFeDevicesResponse\n * @throws BloxFaultMessage\n */\n @WebMethod\n @WebResult(name = \"listFeDevicesResponse\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n public ListFeDevicesResponse listFeDevices(\n @WebParam(name = \"listFeDevicesRequest\", targetNamespace = PepConfig.TARGET_NAMESPACE, partName = \"parameters\")\n ListFeDevicesRequest parameters)\n throws BloxFaultMessage\n ;\n\n}", "@WebService(name = \"RPCLitSWA\", targetNamespace = \"http://org/apache/axis2/jaxws/proxy/rpclitswa\", wsdlLocation = \"RPCLitSWA.wsdl\")\r\n@SOAPBinding(style = Style.RPC)\r\npublic interface RPCLitSWA {\r\n\r\n\r\n /**\r\n * \r\n * @param request\r\n * @param dummyAttachmentINOUT\r\n * @param dummyAttachmentOUT\r\n * @param response\r\n * @param dummyAttachmentIN\r\n */\r\n @WebMethod\r\n public void echo(\r\n @WebParam(name = \"request\", partName = \"request\")\r\n String request,\r\n @WebParam(name = \"dummyAttachmentIN\", partName = \"dummyAttachmentIN\")\r\n String dummyAttachmentIN,\r\n @WebParam(name = \"dummyAttachmentINOUT\", mode = Mode.INOUT, partName = \"dummyAttachmentINOUT\")\r\n Holder<DataHandler> dummyAttachmentINOUT,\r\n @WebParam(name = \"response\", mode = Mode.OUT, partName = \"response\")\r\n Holder<String> response,\r\n @WebParam(name = \"dummyAttachmentOUT\", mode = Mode.OUT, partName = \"dummyAttachmentOUT\")\r\n Holder<String> dummyAttachmentOUT);\r\n\r\n}", "@WebService(name = \"SendMTPortType\", targetNamespace = \"http://sms.neo\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface SendMTPortType {\n\n\n /**\n * \n * @param rtype\n * @param timeend\n * @param password\n * @param receiver\n * @param repeat\n * @param brandname\n * @param timestart\n * @param loaisp\n * @param content\n * @param timesend\n * @param username\n * @param target\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"urn:sendMessage\")\n @WebResult(targetNamespace = \"http://sms.neo\")\n @RequestWrapper(localName = \"sendMessage\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.SendMessage\")\n @ResponseWrapper(localName = \"sendMessageResponse\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.SendMessageResponse\")\n public String sendMessage(\n @WebParam(name = \"username\", targetNamespace = \"http://sms.neo\")\n String username,\n @WebParam(name = \"password\", targetNamespace = \"http://sms.neo\")\n String password,\n @WebParam(name = \"receiver\", targetNamespace = \"http://sms.neo\")\n String receiver,\n @WebParam(name = \"content\", targetNamespace = \"http://sms.neo\")\n String content,\n @WebParam(name = \"repeat\", targetNamespace = \"http://sms.neo\")\n Integer repeat,\n @WebParam(name = \"rtype\", targetNamespace = \"http://sms.neo\")\n Integer rtype,\n @WebParam(name = \"loaisp\", targetNamespace = \"http://sms.neo\")\n Integer loaisp,\n @WebParam(name = \"brandname\", targetNamespace = \"http://sms.neo\")\n String brandname,\n @WebParam(name = \"timestart\", targetNamespace = \"http://sms.neo\")\n String timestart,\n @WebParam(name = \"timeend\", targetNamespace = \"http://sms.neo\")\n String timeend,\n @WebParam(name = \"timesend\", targetNamespace = \"http://sms.neo\")\n String timesend,\n @WebParam(name = \"target\", targetNamespace = \"http://sms.neo\")\n String target);\n\n /**\n * \n * @param password\n * @param receiver\n * @param content\n * @param username\n * @param target\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"urn:sendFromServiceNumber\")\n @WebResult(targetNamespace = \"http://sms.neo\")\n @RequestWrapper(localName = \"sendFromServiceNumber\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.SendFromServiceNumber\")\n @ResponseWrapper(localName = \"sendFromServiceNumberResponse\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.SendFromServiceNumberResponse\")\n public String sendFromServiceNumber(\n @WebParam(name = \"username\", targetNamespace = \"http://sms.neo\")\n String username,\n @WebParam(name = \"password\", targetNamespace = \"http://sms.neo\")\n String password,\n @WebParam(name = \"receiver\", targetNamespace = \"http://sms.neo\")\n String receiver,\n @WebParam(name = \"content\", targetNamespace = \"http://sms.neo\")\n String content,\n @WebParam(name = \"target\", targetNamespace = \"http://sms.neo\")\n String target);\n\n /**\n * \n * @param password\n * @param receiver\n * @param brandname\n * @param content\n * @param username\n * @param target\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"urn:sendFromBrandname\")\n @WebResult(targetNamespace = \"http://sms.neo\")\n @RequestWrapper(localName = \"sendFromBrandname\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.SendFromBrandname\")\n @ResponseWrapper(localName = \"sendFromBrandnameResponse\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.SendFromBrandnameResponse\")\n public String sendFromBrandname(\n @WebParam(name = \"username\", targetNamespace = \"http://sms.neo\")\n String username,\n @WebParam(name = \"password\", targetNamespace = \"http://sms.neo\")\n String password,\n @WebParam(name = \"receiver\", targetNamespace = \"http://sms.neo\")\n String receiver,\n @WebParam(name = \"brandname\", targetNamespace = \"http://sms.neo\")\n String brandname,\n @WebParam(name = \"content\", targetNamespace = \"http://sms.neo\")\n String content,\n @WebParam(name = \"target\", targetNamespace = \"http://sms.neo\")\n String target);\n\n /**\n * \n * @param password\n * @param cardSerial\n * @param cardCode\n * @param issure\n * @param username\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"urn:useCard\")\n @WebResult(targetNamespace = \"http://sms.neo\")\n @RequestWrapper(localName = \"useCard\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.UseCard\")\n @ResponseWrapper(localName = \"useCardResponse\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.UseCardResponse\")\n public String useCard(\n @WebParam(name = \"username\", targetNamespace = \"http://sms.neo\")\n String username,\n @WebParam(name = \"password\", targetNamespace = \"http://sms.neo\")\n String password,\n @WebParam(name = \"issure\", targetNamespace = \"http://sms.neo\")\n String issure,\n @WebParam(name = \"cardCode\", targetNamespace = \"http://sms.neo\")\n String cardCode,\n @WebParam(name = \"cardSerial\", targetNamespace = \"http://sms.neo\")\n String cardSerial);\n\n /**\n * \n * @param password\n * @param receiver\n * @param brandname\n * @param loaisp\n * @param content\n * @param username\n * @param target\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"urn:sendSMS\")\n @WebResult(targetNamespace = \"http://sms.neo\")\n @RequestWrapper(localName = \"sendSMS\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.SendSMS\")\n @ResponseWrapper(localName = \"sendSMSResponse\", targetNamespace = \"http://sms.neo\", className = \"neo.sms.SendSMSResponse\")\n public String sendSMS(\n @WebParam(name = \"username\", targetNamespace = \"http://sms.neo\")\n String username,\n @WebParam(name = \"password\", targetNamespace = \"http://sms.neo\")\n String password,\n @WebParam(name = \"receiver\", targetNamespace = \"http://sms.neo\")\n String receiver,\n @WebParam(name = \"content\", targetNamespace = \"http://sms.neo\")\n String content,\n @WebParam(name = \"loaisp\", targetNamespace = \"http://sms.neo\")\n Integer loaisp,\n @WebParam(name = \"brandname\", targetNamespace = \"http://sms.neo\")\n String brandname,\n @WebParam(name = \"target\", targetNamespace = \"http://sms.neo\")\n String target);\n\n}", "@WebService(targetNamespace = \"http://endpoint.apachecxf.soap.demo.uwefuchs.com/\", name = \"Baeldung\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface Baeldung {\n\n @WebMethod\n @RequestWrapper(localName = \"helloStudent\", targetNamespace = \"http://endpoint.apachecxf.soap.demo.uwefuchs.com/\", className = \"com.uwefuchs.demo.soap.apachecxf.endpoint.HelloStudent\")\n @ResponseWrapper(localName = \"helloStudentResponse\", targetNamespace = \"http://endpoint.apachecxf.soap.demo.uwefuchs.com/\", className = \"com.uwefuchs.demo.soap.apachecxf.endpoint.HelloStudentResponse\")\n @WebResult(name = \"return\", targetNamespace = \"\")\n public java.lang.String helloStudent(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n com.uwefuchs.demo.soap.apachecxf.endpoint.Student arg0\n );\n\n @WebMethod\n @RequestWrapper(localName = \"hello\", targetNamespace = \"http://endpoint.apachecxf.soap.demo.uwefuchs.com/\", className = \"com.uwefuchs.demo.soap.apachecxf.endpoint.Hello\")\n @ResponseWrapper(localName = \"helloResponse\", targetNamespace = \"http://endpoint.apachecxf.soap.demo.uwefuchs.com/\", className = \"com.uwefuchs.demo.soap.apachecxf.endpoint.HelloResponse\")\n @WebResult(name = \"return\", targetNamespace = \"\")\n public java.lang.String hello(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n java.lang.String arg0\n );\n\n @WebMethod\n @RequestWrapper(localName = \"getStudents\", targetNamespace = \"http://endpoint.apachecxf.soap.demo.uwefuchs.com/\", className = \"com.uwefuchs.demo.soap.apachecxf.endpoint.GetStudents\")\n @ResponseWrapper(localName = \"getStudentsResponse\", targetNamespace = \"http://endpoint.apachecxf.soap.demo.uwefuchs.com/\", className = \"com.uwefuchs.demo.soap.apachecxf.endpoint.GetStudentsResponse\")\n @WebResult(name = \"return\", targetNamespace = \"\")\n public com.uwefuchs.demo.soap.apachecxf.endpoint.StudentMap getStudents();\n}", "@WebService(targetNamespace = \"http://www.example.org/s2/\", name = \"s2\")\n@XmlSeeAlso({ObjectFactory.class})\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\npublic interface S2 {\n\n @WebMethod(operationName = \"S2Operation\", action = \"http://www.example.org/s2/S2Operation\")\n @WebResult(name = \"FulfillmentResponse\", targetNamespace = \"http://www.example.org/s2/\", partName = \"parameters\")\n public FulfillmentResponse s2Operation(\n @WebParam(partName = \"parameters\", name = \"FulfillmentRequest\", targetNamespace = \"http://www.example.org/s2/\")\n FulfillmentRequest parameters\n );\n}", "@WebService(name = \"BilesikKutukSorgulaKimlikNoServis\", targetNamespace = \"http://kps.nvi.gov.tr/2017/08/01\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface BilesikKutukSorgulaKimlikNoServis {\n\n\n /**\n * \n * @param kriterListesi\n * @return\n * returns services.kps.bilesikkutuk.BilesikKutukBilgileriSonucu\n */\n @WebMethod(operationName = \"Sorgula\", action = \"http://kps.nvi.gov.tr/2017/08/01/BilesikKutukSorgulaKimlikNoServis/Sorgula\")\n @WebResult(name = \"SorgulaResult\", targetNamespace = \"http://kps.nvi.gov.tr/2017/08/01\")\n @RequestWrapper(localName = \"Sorgula\", targetNamespace = \"http://kps.nvi.gov.tr/2017/08/01\", className = \"services.kps.bilesikkutuk.Sorgula\")\n @ResponseWrapper(localName = \"SorgulaResponse\", targetNamespace = \"http://kps.nvi.gov.tr/2017/08/01\", className = \"services.kps.bilesikkutuk.SorgulaResponse\")\n public BilesikKutukBilgileriSonucu sorgula(\n @WebParam(name = \"kriterListesi\", targetNamespace = \"http://kps.nvi.gov.tr/2017/08/01\")\n ArrayOfBilesikKutukSorgulaKimlikNoSorguKriteri kriterListesi);\n\n}", "@WebService(name = \"LegislationSearch\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface LegislationSearch {\n\n\n /**\n * \n * @param startIndex\n * @param pageSize\n * @param constraints\n * @return\n * returns gov.ga.legis.legislation.LegislationSearchResultsPaged\n * @throws LegislationSearchGetLegislationSearchResultsPagedInvalidPageSizeFaultFaultFaultMessage\n * @throws LegislationSearchGetLegislationSearchResultsPagedInvalidSearchConstraintsFaultFaultFaultMessage\n */\n @WebMethod(operationName = \"GetLegislationSearchResultsPaged\", action = \"http://www.legis.ga.gov/2009/01/01/services/LegislationSearch/GetLegislationSearchResultsPaged\")\n @WebResult(name = \"GetLegislationSearchResultsPagedResult\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n @RequestWrapper(localName = \"GetLegislationSearchResultsPaged\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationSearchResultsPaged\")\n @ResponseWrapper(localName = \"GetLegislationSearchResultsPagedResponse\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationSearchResultsPagedResponse\")\n public LegislationSearchResultsPaged getLegislationSearchResultsPaged(\n @WebParam(name = \"Constraints\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n LegislationSearchConstraints constraints,\n @WebParam(name = \"PageSize\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n Integer pageSize,\n @WebParam(name = \"StartIndex\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n Integer startIndex)\n throws LegislationSearchGetLegislationSearchResultsPagedInvalidPageSizeFaultFaultFaultMessage, LegislationSearchGetLegislationSearchResultsPagedInvalidSearchConstraintsFaultFaultFaultMessage\n ;\n\n /**\n * \n * @param sessionId\n * @return\n * returns gov.ga.legis.legislation.ArrayOfLegislationIndex\n */\n @WebMethod(operationName = \"GetLegislationForSession\", action = \"http://www.legis.ga.gov/2009/01/01/services/LegislationSearch/GetLegislationForSession\")\n @WebResult(name = \"GetLegislationForSessionResult\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n @RequestWrapper(localName = \"GetLegislationForSession\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationForSession\")\n @ResponseWrapper(localName = \"GetLegislationForSessionResponse\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationForSessionResponse\")\n public ArrayOfLegislationIndex getLegislationForSession(\n @WebParam(name = \"SessionId\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n Integer sessionId);\n\n /**\n * \n * @param documentType\n * @param sessionId\n * @param rangeSize\n * @return\n * returns gov.ga.legis.legislation.ArrayOfLegislationIndexRangeSet\n */\n @WebMethod(operationName = \"GetLegislationRanges\", action = \"http://www.legis.ga.gov/2009/01/01/services/LegislationSearch/GetLegislationRanges\")\n @WebResult(name = \"GetLegislationRangesResult\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n @RequestWrapper(localName = \"GetLegislationRanges\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationRanges\")\n @ResponseWrapper(localName = \"GetLegislationRangesResponse\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationRangesResponse\")\n public ArrayOfLegislationIndexRangeSet getLegislationRanges(\n @WebParam(name = \"SessionId\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n Integer sessionId,\n @WebParam(name = \"DocumentType\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n DocumentType documentType,\n @WebParam(name = \"RangeSize\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n Integer rangeSize);\n\n /**\n * \n * @param range\n * @return\n * returns gov.ga.legis.legislation.LegislationIndexRange\n */\n @WebMethod(operationName = \"GetLegislationRange\", action = \"http://www.legis.ga.gov/2009/01/01/services/LegislationSearch/GetLegislationRange\")\n @WebResult(name = \"GetLegislationRangeResult\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n @RequestWrapper(localName = \"GetLegislationRange\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationRange\")\n @ResponseWrapper(localName = \"GetLegislationRangeResponse\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationRangeResponse\")\n public LegislationIndexRange getLegislationRange(\n @WebParam(name = \"Range\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n LegislationIndexRangeSet range);\n\n /**\n * \n * @param legislationId\n * @return\n * returns gov.ga.legis.legislation.LegislationDetail\n */\n @WebMethod(operationName = \"GetLegislationDetail\", action = \"http://www.legis.ga.gov/2009/01/01/services/LegislationSearch/GetLegislationDetail\")\n @WebResult(name = \"GetLegislationDetailResult\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n @RequestWrapper(localName = \"GetLegislationDetail\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationDetail\")\n @ResponseWrapper(localName = \"GetLegislationDetailResponse\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationDetailResponse\")\n public LegislationDetail getLegislationDetail(\n @WebParam(name = \"LegislationId\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n Integer legislationId);\n\n /**\n * \n * @param number\n * @param documentType\n * @param sessionId\n * @return\n * returns gov.ga.legis.legislation.LegislationDetail\n */\n @WebMethod(operationName = \"GetLegislationDetailByDescription\", action = \"http://www.legis.ga.gov/2009/01/01/services/LegislationSearch/GetLegislationDetailByDescription\")\n @WebResult(name = \"GetLegislationDetailByDescriptionResult\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n @RequestWrapper(localName = \"GetLegislationDetailByDescription\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationDetailByDescription\")\n @ResponseWrapper(localName = \"GetLegislationDetailByDescriptionResponse\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetLegislationDetailByDescriptionResponse\")\n public LegislationDetail getLegislationDetailByDescription(\n @WebParam(name = \"DocumentType\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n DocumentType documentType,\n @WebParam(name = \"Number\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n Integer number,\n @WebParam(name = \"SessionId\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n Integer sessionId);\n\n /**\n * \n * @return\n * returns gov.ga.legis.legislation.ArrayOfSubject\n */\n @WebMethod(operationName = \"GetTitles\", action = \"http://www.legis.ga.gov/2009/01/01/services/LegislationSearch/GetTitles\")\n @WebResult(name = \"GetTitlesResult\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\")\n @RequestWrapper(localName = \"GetTitles\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetTitles\")\n @ResponseWrapper(localName = \"GetTitlesResponse\", targetNamespace = \"http://www.legis.ga.gov/2009/01/01/services/\", className = \"gov.ga.legis.legislation.GetTitlesResponse\")\n public ArrayOfSubject getTitles();\n\n}", "@WebService(name = \"publish_portype\", targetNamespace = \"http://middleware.intra.bc/api/services/pubsub/push\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n bc.intra.middleware.api.schema.fault.ObjectFactory.class,\n bc.intra.middleware.api.schema.pubsub.ObjectFactory.class,\n bc.intra.middleware.api.services.pubsub.push.ObjectFactory.class\n})\npublic interface PublishPortype {\n\n\n /**\n * \n * @param parameters\n * @return\n * returns bc.intra.middleware.api.services.pubsub.push.PublishResponseType\n * @throws PublishFaultMessage\n */\n @WebMethod(operationName = \"Publish\", action = \"http://www.proximus.com/middleware/services/pubsub/Publish\")\n @WebResult(name = \"PublishResponse\", targetNamespace = \"http://middleware.intra.bc/api/services/pubsub/push\", partName = \"parameters\")\n public PublishResponseType publish(\n @WebParam(name = \"PublishRequest\", targetNamespace = \"http://middleware.intra.bc/api/services/pubsub/push\", partName = \"parameters\")\n PublishRequestType parameters)\n throws PublishFaultMessage\n ;\n\n}", "@WebService(name = \"HelloService\", targetNamespace = \"http://soap_spring_cxf.ws.demo/\")\r\n@XmlSeeAlso({\r\n ObjectFactory.class\r\n})\r\npublic interface HelloService {\r\n\r\n\r\n /**\r\n * \r\n * @param name\r\n * @return\r\n * returns java.lang.String\r\n */\r\n @WebMethod\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"say\", targetNamespace = \"http://soap_spring_cxf.ws.demo/\", className = \"demo.ws.soap_spring_cxf.Say\")\r\n @ResponseWrapper(localName = \"sayResponse\", targetNamespace = \"http://soap_spring_cxf.ws.demo/\", className = \"demo.ws.soap_spring_cxf.SayResponse\")\r\n public String say(\r\n @WebParam(name = \"name\", targetNamespace = \"\")\r\n String name);\r\n\r\n}", "@WebService(name = \"EiccToKgdUniversalPortType\", targetNamespace = \"http://nationalbank.kz/ws/EiccToKgdUniversal/\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface EiccToKgdUniversalPortType {\n\n\n /**\n * \n * @param parameters\n * @return\n * returns ResponseMessage\n * @throws SendMessageException\n */\n @WebMethod(operationName = \"SendMessage\", action = \"http://10.8.255.50:1274/EiccToKgdUniversal/SendMessage\")\n @WebResult(name = \"sendMessageResponse\", targetNamespace = \"http://nationalbank.kz/ws/EiccToKgdUniversal/\", partName = \"parameters\")\n public ResponseMessage sendMessage(\n @WebParam(name = \"sendMessageRequest\", targetNamespace = \"http://nationalbank.kz/ws/EiccToKgdUniversal/\", partName = \"parameters\")\n RequestMessage parameters)\n throws SendMessageException\n ;\n\n}", "@WebService(name = \"wsFoo\", targetNamespace = \"http://helloworldws.yv84.me/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface WsFoo {\n\n\n /**\n * \n * @param arg0\n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getEcho\", targetNamespace = \"http://helloworldws.yv84.me/\", className = \"me.yv84.helloworldws.GetEcho\")\n @ResponseWrapper(localName = \"getEchoResponse\", targetNamespace = \"http://helloworldws.yv84.me/\", className = \"me.yv84.helloworldws.GetEchoResponse\")\n @Action(input = \"http://helloworldws.yv84.me/wsFoo/getEchoRequest\", output = \"http://helloworldws.yv84.me/wsFoo/getEchoResponse\")\n public String getEcho(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0);\n\n /**\n * \n * @return\n * returns java.util.List<java.lang.String>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getList\", targetNamespace = \"http://helloworldws.yv84.me/\", className = \"me.yv84.helloworldws.GetList\")\n @ResponseWrapper(localName = \"getListResponse\", targetNamespace = \"http://helloworldws.yv84.me/\", className = \"me.yv84.helloworldws.GetListResponse\")\n @Action(input = \"http://helloworldws.yv84.me/wsFoo/getListRequest\", output = \"http://helloworldws.yv84.me/wsFoo/getListResponse\")\n public List<String> getList();\n\n}", "@WebService(name = \"XMXUTIL2Inmsg2\", targetNamespace = \"http://vistaevolution.va.gov\")\npublic interface XMXUTIL2Inmsg2Endpoint {\n \n \n \n /**\n * <pre>\n * \n * This RPC returns message information (Part 2).\n * \n * </pre>\n * \n * @param request -\n * \n * Domain Object that contains All Inmsg2^XMXUTIL2 input\n * Parameters\n * \n * @return XMXUTIL2Inmsg2Response -\n * \n * Domain Object that contains Inmsg2^XMXUTIL2 output data\n * \n * @throws VistaWebServiceFault\n */\n @WebMethod(action = \"XMXUTIL2Inmsg2Action\", operationName = \"XMXUTIL2Inmsg2\")\n public XMXUTIL2Inmsg2Response inmsg2(@WebParam(name = \"XMXUTIL2Inmsg2Request\") XMXUTIL2Inmsg2Request request)\n throws VistaWebServiceFault;\n}", "@WebService(wsdlLocation=\"https://jcs.my-oraclecloudapps.com/HealthCare/HealthCarePort?WSDL\",\n targetNamespace=\"http://ws.healthcare.ptsdemo.oracle.com/\", name=\"HealthCare\")\n@XmlSeeAlso(\n { com.oracle.ptsdemo.healthcare.wsclient.healthcare.generated.ObjectFactory.class })\npublic interface HealthCare\n{\n @WebMethod\n @Action(input=\"http://ws.healthcare.ptsdemo.oracle.com/HealthCare/isMedicationReadyToPickupRequest\",\n output=\"http://ws.healthcare.ptsdemo.oracle.com/HealthCare/isMedicationReadyToPickupResponse\")\n @ResponseWrapper(localName=\"isMedicationReadyToPickupResponse\",\n targetNamespace=\"http://ws.healthcare.ptsdemo.oracle.com/\", className=\"com.oracle.ptsdemo.healthcare.wsclient.healthcare.generated.IsMedicationReadyToPickupResponse\")\n @RequestWrapper(localName=\"isMedicationReadyToPickup\", targetNamespace=\"http://ws.healthcare.ptsdemo.oracle.com/\",\n className=\"com.oracle.ptsdemo.healthcare.wsclient.healthcare.generated.IsMedicationReadyToPickup\")\n @WebResult(targetNamespace=\"\")\n public boolean isMedicationReadyToPickup(@WebParam(targetNamespace=\"\",\n name=\"arg0\")\n String arg0);\n\n @WebMethod\n @Action(input=\"http://ws.healthcare.ptsdemo.oracle.com/HealthCare/requestOrderStatusRequest\",\n output=\"http://ws.healthcare.ptsdemo.oracle.com/HealthCare/requestOrderStatusResponse\")\n @ResponseWrapper(localName=\"requestOrderStatusResponse\",\n targetNamespace=\"http://ws.healthcare.ptsdemo.oracle.com/\", className=\"com.oracle.ptsdemo.healthcare.wsclient.healthcare.generated.RequestOrderStatusResponse\")\n @RequestWrapper(localName=\"requestOrderStatus\", targetNamespace=\"http://ws.healthcare.ptsdemo.oracle.com/\",\n className=\"com.oracle.ptsdemo.healthcare.wsclient.healthcare.generated.RequestOrderStatus\")\n @WebResult(targetNamespace=\"\")\n public String requestOrderStatus(@WebParam(targetNamespace=\"\", name=\"arg0\")\n String arg0);\n\n @WebMethod\n @Action(input=\"http://ws.healthcare.ptsdemo.oracle.com/HealthCare/setMedicationReadyToPickup\")\n @RequestWrapper(localName=\"setMedicationReadyToPickup\", targetNamespace=\"http://ws.healthcare.ptsdemo.oracle.com/\",\n className=\"com.oracle.ptsdemo.healthcare.wsclient.healthcare.generated.SetMedicationReadyToPickup\")\n @Oneway\n public void setMedicationReadyToPickup(@WebParam(targetNamespace=\"\",\n name=\"arg0\")\n String arg0);\n\n @WebMethod\n @Action(input=\"http://ws.healthcare.ptsdemo.oracle.com/HealthCare/loadPrescriptionRequest\",\n output=\"http://ws.healthcare.ptsdemo.oracle.com/HealthCare/loadPrescriptionResponse\")\n @ResponseWrapper(localName=\"loadPrescriptionResponse\", targetNamespace=\"http://ws.healthcare.ptsdemo.oracle.com/\",\n className=\"com.oracle.ptsdemo.healthcare.wsclient.healthcare.generated.LoadPrescriptionResponse\")\n @RequestWrapper(localName=\"loadPrescription\", targetNamespace=\"http://ws.healthcare.ptsdemo.oracle.com/\",\n className=\"com.oracle.ptsdemo.healthcare.wsclient.healthcare.generated.LoadPrescription\")\n @WebResult(targetNamespace=\"\")\n public String loadPrescription(@WebParam(targetNamespace=\"\", name=\"arg0\")\n String arg0);\n}", "@WebService(name = \"SharesBrokeringSystem\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface SharesBrokeringSystem {\n\n\n /**\n * \n * @param volume\n * @param client\n * @param company\n */\n @WebMethod\n @Oneway\n @RequestWrapper(localName = \"sellShares\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.SellShares\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/sellShares\")\n public void sellShares(\n @WebParam(name = \"client\", targetNamespace = \"\")\n Client client,\n @WebParam(name = \"company\", targetNamespace = \"\")\n Company company,\n @WebParam(name = \"volume\", targetNamespace = \"\")\n int volume);\n\n /**\n * \n * @return\n * returns java.util.List<org.me.sharesbrokeringsystem.Company>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"companyList\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.CompanyList\")\n @ResponseWrapper(localName = \"companyListResponse\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.CompanyListResponse\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/companyListRequest\", output = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/companyListResponse\")\n public List<Company> companyList();\n\n /**\n * \n * @param company\n * @return\n * returns org.me.sharesbrokeringsystem.Company\n * @throws CertificateException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"moreCompanyInfo\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.MoreCompanyInfo\")\n @ResponseWrapper(localName = \"moreCompanyInfoResponse\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.MoreCompanyInfoResponse\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/moreCompanyInfoRequest\", output = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/moreCompanyInfoResponse\", fault = {\n @FaultAction(className = CertificateException_Exception.class, value = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/moreCompanyInfo/Fault/CertificateException\")\n })\n public Company moreCompanyInfo(\n @WebParam(name = \"_company\", targetNamespace = \"\")\n Company company)\n throws CertificateException_Exception\n ;\n\n /**\n * \n * @param password\n * @param username\n * @return\n * returns org.me.sharesbrokeringsystem.Client\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"logIn\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.LogIn\")\n @ResponseWrapper(localName = \"logInResponse\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.LogInResponse\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/logInRequest\", output = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/logInResponse\")\n public Client logIn(\n @WebParam(name = \"username\", targetNamespace = \"\")\n String username,\n @WebParam(name = \"password\", targetNamespace = \"\")\n String password);\n\n /**\n * \n * @param currentTrades\n * @return\n * returns org.me.sharesbrokeringsystem.UpdateCompaniesResponse.Return\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updateCompanies\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.UpdateCompanies\")\n @ResponseWrapper(localName = \"updateCompaniesResponse\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.UpdateCompaniesResponse\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/updateCompaniesRequest\", output = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/updateCompaniesResponse\")\n public org.me.sharesbrokeringsystem.UpdateCompaniesResponse.Return updateCompanies(\n @WebParam(name = \"_currentTrades\", targetNamespace = \"\")\n org.me.sharesbrokeringsystem.UpdateCompanies.CurrentTrades currentTrades);\n\n /**\n * \n * @param password\n * @param username\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"signUp\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.SignUp\")\n @ResponseWrapper(localName = \"signUpResponse\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.SignUpResponse\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/signUpRequest\", output = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/signUpResponse\")\n public int signUp(\n @WebParam(name = \"username\", targetNamespace = \"\")\n String username,\n @WebParam(name = \"password\", targetNamespace = \"\")\n String password);\n\n /**\n * \n * @param client\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"logOut\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.LogOut\")\n @ResponseWrapper(localName = \"logOutResponse\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.LogOutResponse\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/logOutRequest\", output = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/logOutResponse\")\n public int logOut(\n @WebParam(name = \"client\", targetNamespace = \"\")\n Client client);\n\n /**\n * \n * @param amount\n * @param client\n * @param currency\n * @return\n * returns double\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"depositAmount\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.DepositAmount\")\n @ResponseWrapper(localName = \"depositAmountResponse\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.DepositAmountResponse\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/depositAmountRequest\", output = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/depositAmountResponse\")\n public double depositAmount(\n @WebParam(name = \"client\", targetNamespace = \"\")\n Client client,\n @WebParam(name = \"amount\", targetNamespace = \"\")\n double amount,\n @WebParam(name = \"currency\", targetNamespace = \"\")\n String currency);\n\n /**\n * \n * @param volume\n * @param client\n * @param company\n */\n @WebMethod\n @Oneway\n @RequestWrapper(localName = \"buyShares\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.BuyShares\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/buyShares\")\n public void buyShares(\n @WebParam(name = \"client\", targetNamespace = \"\")\n Client client,\n @WebParam(name = \"company\", targetNamespace = \"\")\n Company company,\n @WebParam(name = \"volume\", targetNamespace = \"\")\n int volume);\n\n /**\n * \n * @return\n * returns java.util.List<org.me.sharesbrokeringsystem.Company>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getCompanies\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.GetCompanies\")\n @ResponseWrapper(localName = \"getCompaniesResponse\", targetNamespace = \"http://sharesbrokeringsystem.me.org/\", className = \"org.me.sharesbrokeringsystem.GetCompaniesResponse\")\n @Action(input = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/getCompaniesRequest\", output = \"http://sharesbrokeringsystem.me.org/SharesBrokeringSystem/getCompaniesResponse\")\n public List<Company> getCompanies();\n\n}", "@WebService(targetNamespace = \"urn:hl7-org:v3\", name = \"HL7MessageServerService\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface HL7MessageServerService {\n\n @WebMethod(operationName = \"HIPMessageServer\", action = \"HIPMessageServer\")\n @RequestWrapper(localName = \"HIPMessageServer\", targetNamespace = \"urn:hl7-org:v3\", className = \"org.hl7.v3.HIPMessageServer\")\n @ResponseWrapper(localName = \"HIPMessageServerResponse\", targetNamespace = \"urn:hl7-org:v3\", className = \"org.hl7.v3.HIPMessageServerResponse\")\n @WebResult(name = \"return\", targetNamespace = \"\")\n public java.lang.String hipMessageServer(\n @WebParam(name = \"action\", targetNamespace = \"urn:hl7-org:v3\")\n java.lang.String action,\n @WebParam(name = \"message\", targetNamespace = \"urn:hl7-org:v3\")\n java.lang.String message\n );\n}", "@WebService(targetNamespace = \"http://www.pm.company.com/service/Pawel/\", name = \"Pawel\")\n@XmlSeeAlso({com.company.pm.schema.pawelschema.ObjectFactory.class})\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\npublic interface Pawel {\n\n @WebResult(name = \"firstOperationResponse\", targetNamespace = \"http://www.pm.company.com/schema/PawelSchema\", partName = \"firstOperationResponse\")\n @WebMethod(operationName = \"FirstOperation\", action = \"http://www.pm.company.com/service/Pawel/FirstOperation\")\n public com.company.pm.schema.pawelschema.FirstOperationResponseType firstOperation(\n @WebParam(partName = \"firstOperationRequest\", name = \"firstOperationRequest\", targetNamespace = \"http://www.pm.company.com/schema/PawelSchema\")\n com.company.pm.schema.pawelschema.FirstOperationRequestType firstOperationRequest\n );\n}", "@WebService(targetNamespace = \"http://www.nortel.com/soa/oi/cct/RoutePointConnectionService\", name = \"RoutePointConnectionService\")\r\n@XmlSeeAlso({com.nortel.soa.oi.cct.types.routepointconnectionservice.ObjectFactory.class, com.nortel.soa.oi.cct.faults.ObjectFactory.class, com.nortel.soa.oi.cct.types.ObjectFactory.class, org.xmlsoap.schemas.ws._2003._03.addressing.ObjectFactory.class, org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ObjectFactory.class})\r\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\r\npublic interface RoutePointConnectionService {\r\n\r\n @WebMethod(operationName = \"RoutePointRetrieve\", action = \"http://www.nortel.com/soa/oi/cct/RoutePointConnectionService/RoutePointRetrieve\")\r\n public void routePointRetrieve(\r\n @WebParam(partName = \"parameters\", name = \"RoutePointRetrieveRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/RoutePointConnectionService\")\r\n com.nortel.soa.oi.cct.types.routepointconnectionservice.RoutePointRetrieveRequest parameters\r\n ) throws RoutePointRetrieveException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetVersionResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/RoutePointConnectionService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetVersion\", action = \"http://www.nortel.com/soa/oi/cct/RoutePointConnectionService/GetVersion\")\r\n public com.nortel.soa.oi.cct.types.GetVersionResponse getVersion(\r\n @WebParam(partName = \"parameters\", name = \"GetVersionRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/RoutePointConnectionService\")\r\n com.nortel.soa.oi.cct.types.GetVersionRequest parameters\r\n ) throws GetVersionException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetCapabilitiesResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/RoutePointConnectionService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetCapabilities\", action = \"http://www.nortel.com/soa/oi/cct/RoutePointConnectionService/GetCapabilities\")\r\n public com.nortel.soa.oi.cct.types.routepointconnectionservice.ConnectionCapabilitiesResponse getCapabilities(\r\n @WebParam(partName = \"parameters\", name = \"GetCapabilitiesRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/RoutePointConnectionService\")\r\n com.nortel.soa.oi.cct.types.routepointconnectionservice.ConnectionRequest parameters\r\n ) throws GetCapabilitiesException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"RouteResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/RoutePointConnectionService\", partName = \"result\")\r\n @WebMethod(operationName = \"Route\", action = \"http://www.nortel.com/soa/oi/cct/RoutePointConnectionService/Route\")\r\n public com.nortel.soa.oi.cct.types.routepointconnectionservice.RouteResponse route(\r\n @WebParam(partName = \"parameters\", name = \"RouteRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/RoutePointConnectionService\")\r\n com.nortel.soa.oi.cct.types.routepointconnectionservice.RouteRequest parameters\r\n ) throws RouteException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GiveMediaTreatmentResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/RoutePointConnectionService\", partName = \"response\")\r\n @WebMethod(operationName = \"GiveMediaTreatment\", action = \"http://www.nortel.com/soa/oi/cct/RoutePointConnectionService/GiveMediaTreatment\")\r\n public com.nortel.soa.oi.cct.types.routepointconnectionservice.GiveMediaTreatmentResponse giveMediaTreatment(\r\n @WebParam(partName = \"parameters\", name = \"GiveMediaTreatmentRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/RoutePointConnectionService\")\r\n com.nortel.soa.oi.cct.types.routepointconnectionservice.GiveMediaTreatmentRequest parameters\r\n ) throws GiveMediaTreatmentException, SessionNotCreatedException;\r\n}", "@WebService(targetNamespace = \"http://password_generator_ws.ws.campione_tech.com/\", name = \"PasswordGeneratorWSServer\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface PasswordGeneratorWSServer {\n\n @WebMethod(action = \"urn:GeneratePasswordAction\")\n @RequestWrapper(localName = \"generatePassword\", targetNamespace = \"http://password_generator_ws.ws.campione_tech.com/\", className = \"com.campione_tech.client.password_generator_ws.GeneratePassword\")\n @ResponseWrapper(localName = \"generatePasswordResponse\", targetNamespace = \"http://password_generator_ws.ws.campione_tech.com/\", className = \"com.campione_tech.client.password_generator_ws.GeneratePasswordResponse\")\n @WebResult(name = \"return\", targetNamespace = \"\")\n public java.lang.String generatePassword(\n @WebParam(name = \"length\", targetNamespace = \"\")\n java.lang.String length\n );\n\n @WebMethod(action = \"urn:VersionAction\")\n @RequestWrapper(localName = \"version\", targetNamespace = \"http://password_generator_ws.ws.campione_tech.com/\", className = \"com.campione_tech.client.password_generator_ws.Version\")\n @ResponseWrapper(localName = \"versionResponse\", targetNamespace = \"http://password_generator_ws.ws.campione_tech.com/\", className = \"com.campione_tech.client.password_generator_ws.VersionResponse\")\n @WebResult(name = \"return\", targetNamespace = \"\")\n public java.lang.String version();\n}", "@WebService(name = \"MyServ\", targetNamespace = \"http://myServ\")\r\n@XmlSeeAlso({\r\n ObjectFactory.class\r\n})\r\npublic interface MyServ {\r\n\r\n\r\n /**\r\n * \r\n * @param arg0\r\n * @return\r\n * returns double\r\n */\r\n @WebMethod(operationName = \"ConvertMtoKm\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"ConvertMtoKm\", targetNamespace = \"http://myServ\", className = \"myserv.ConvertMtoKm\")\r\n @ResponseWrapper(localName = \"ConvertMtoKmResponse\", targetNamespace = \"http://myServ\", className = \"myserv.ConvertMtoKmResponse\")\r\n public double convertMtoKm(\r\n @WebParam(name = \"arg0\", targetNamespace = \"\")\r\n double arg0);\r\n\r\n}", "@WebService(targetNamespace = \"http://ven.ws.pms.dhcc.com/\", name = \"OrderStateWServiceInterface\")\r\n@XmlSeeAlso({ObjectFactory.class})\r\n@SOAPBinding(style = SOAPBinding.Style.RPC)\r\npublic interface OrderStateWServiceInterface {\r\n\r\n @WebResult(name = \"operateResult\", targetNamespace = \"http://ven.ws.pms.dhcc.com/\", partName = \"operateResult\")\r\n @WebMethod\r\n public OperateResult deliver(\r\n @WebParam(partName = \"deliveritms\", name = \"deliveritms\")\r\n VenDeliveritmArray deliveritms\r\n );\r\n\r\n @WebResult(name = \"operateResult\", targetNamespace = \"http://ven.ws.pms.dhcc.com/\", partName = \"operateResult\")\r\n @WebMethod\r\n public OperateResult getVenInc(\r\n @WebParam(partName = \"venIncWeb\", name = \"venIncWeb\")\r\n VenIncWeb venIncWeb\r\n );\r\n\r\n @WebResult(name = \"orderWebVos\", targetNamespace = \"http://ven.ws.pms.dhcc.com/\", partName = \"orderWebVos\")\r\n @WebMethod\r\n public OrderWebVoArray listOrderWS(\r\n @WebParam(partName = \"passWord\", name = \"passWord\")\r\n java.lang.String passWord,\r\n @WebParam(partName = \"userName\", name = \"userName\")\r\n java.lang.String userName\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"http://ven.ws.pms.dhcc.com/\", partName = \"return\")\r\n @WebMethod\r\n public OperateResult recievedMsg(\r\n @WebParam(partName = \"orderId\", name = \"orderId\")\r\n long orderId\r\n );\r\n}", "@WebService\npublic interface MessageService extends Serializable{\n\n /**\n * Sends messages to registered patients\n *\n * @param messages List of messages to be sent\n */\n @WebMethod\n public void sendPatientMessages(@WebParam(name=\"messages\") PatientMessage[] messages);\n\t\n /**\n * Sends a message to a registered patient\n *\n * @param messageId Id of the message to send\n * @param personalInfo List of name value pairs containing patient information\n * @param patientNumber Patient mobile contact number\n * @param patientNumberType Type of contact number. Possible values include PERSONAL, SHARED\n * @param langCode Code representing preferred communication language\n * @param mediaType Patient's preferred communication medium\n * @param notificationType Type of message to send to patient\n * @param startDate Date to begin message sending attempts\n * @param endDate Date to stop message sending attempts\n * @param recipientId String unique identifier of the recipient\n * @return The status of the message\n */\n @WebMethod\n public MessageStatus sendPatientMessage(@WebParam(name=\"messageId\") String messageId, \n \t\t\t\t\t\t\t\t\t\t@WebParam(name=\"personalInfo\") NameValuePair[] personalInfo, \n \t\t\t\t\t\t\t\t\t\t@WebParam(name=\"patientNumber\") String patientNumber, \n \t\t\t\t\t\t\t\t\t\t@WebParam(name=\"patientNumberType\") ContactNumberType patientNumberType, \n \t\t\t\t\t\t\t\t\t\t@WebParam(name=\"langCode\") String langCode, \n \t\t\t\t\t\t\t\t\t\t@WebParam(name=\"mediaType\") MediaType mediaType, \n \t\t\t\t\t\t\t\t\t\t@WebParam(name=\"notificationType\") Long notificationType, \n \t\t\t\t\t\t\t\t\t\t@WebParam(name=\"startDate\")Date startDate, \n \t\t\t\t\t\t\t\t\t\t@WebParam(name=\"endDate\")Date endDate,\n \t\t\t\t\t\t\t\t\t\t@WebParam(name=\"recipientId\")String recipientId);\n\n /**\n * Sends a message to a registered CHPS worker\n *\n * @param messageId Id of the message to send\n * @param personalInfo List of name value pairs containing patient information\n * @param workerNumber CHPS worker's mobile contact number\n * @param patients A List of patients requiring service from CHPS worker\n * @param langCode Code representing preferred communication language\n * @param mediaType Patient's preferred communication medium\n * @param notificationType Type of message to send to patient\n * @param startDate Date to begin message sending attempts\n * @param endDate Date to stop message sending attempts\n * @return The status of the message\n */\n @WebMethod\n public MessageStatus sendCHPSMessage(@WebParam(name=\"messageId\") String messageId, @WebParam(name=\"personalInfo\") NameValuePair[] personalInfo, @WebParam(name=\"workerNumber\") String workerNumber, @WebParam(name=\"patients\") Patient[] patients, @WebParam(name=\"langCode\") String langCode, @WebParam(name=\"mediaType\") MediaType mediaType, @WebParam(name=\"notificationType\") Long notificationType, @WebParam(name=\"startDate\")Date startDate, @WebParam(name=\"endDate\")Date endDate);\n\n /**\n * Sends a list of care defaulters to a CHPS worker\n *\n * @param messageId Id of the message to send\n * @param workerNumber CHPS worker's mobile contact number\n * @param cares List of patient care options which have defaulters\n * @param mediaType Patient's preferred communication medium\n * @param startDate Date to begin message sending attempts\n * @param endDate Date to stop message sending attempts\n * @return The status of the message\n */\n @WebMethod\n public MessageStatus sendDefaulterMessage(@WebParam(name = \"messageId\") String messageId,\n @WebParam(name = \"workerNumber\") String workerNumber,\n @WebParam(name = \"cares\") Care[] cares,\n @WebParam(name = \"media\") MediaType mediaType,\n @WebParam(name = \"startDate\") Date startDate,\n @WebParam(name = \"endDate\") Date endDate);\n\n /**\n * Sends a list of patients within a delivery schedule to a CHPS worker\n *\n * @param messageId Id of the message to send\n * @param workerNumber CHPS worker's mobile contact number\n * @param patients List of patients with matching delivery status\n * @param deliveryStatus Status of patient delivery. Expected values are 'Upcoming', 'Recent' and 'Overdue'\n * @param mediaType Patient's preferred communication medium\n * @param startDate Date to begin message sending attempts\n * @param endDate Date to stop message sending attempts\n * @return The status of the message\n */\n @WebMethod\n public MessageStatus sendDeliveriesMessage(@WebParam(name = \"messageId\") String messageId,\n @WebParam(name = \"workerNumber\") String workerNumber,\n @WebParam(name = \"patients\") Patient[] patients,\n @WebParam(name = \"deliveryStatus\") String deliveryStatus,\n @WebParam(name = \"mediaType\") MediaType mediaType,\n @WebParam(name = \"startDate\") Date startDate,\n @WebParam(name = \"endDate\") Date endDate);\n\n /**\n * Sends a list of upcoming care for a particular patient to a CHPS worker\n *\n * @param messageId Id of the message to send\n * @param workerNumber CHPS worker's mobile contact number\n * @param patient patient due for care\n * @param mediaType Patient's preferred communication medium\n * @param startDate Date to begin message sending attempts\n * @param endDate Date to stop message sending attempts\n * @return The status of the message\n */\n @WebMethod\n public MessageStatus sendUpcomingCaresMessage(@WebParam(name = \"messageId\") String messageId,\n @WebParam(name = \"workerNumber\") String workerNumber,\n @WebParam(name = \"patient\") Patient patient,\n @WebParam(name = \"mediaType\") MediaType mediaType,\n @WebParam(name = \"startDate\") Date startDate,\n @WebParam(name = \"endDate\") Date endDate);\n\n /**\n * Sends an SMS message\n *\n * @param content the message to send\n * @param recipient the phone number to receive the message\n * @return\n */\n @WebMethod\n public MessageStatus sendMessage(@WebParam(name = \"content\") String content,\n @WebParam(name = \"recipient\") String recipient);\n\n /**\n * Sends multiple upcoming care messages to a CHPS worker\n *\n * @param messageId Id of the message to send\n * @param workerNumber CHPS worker's mobile contact number\n * @param cares List of upcoming care\n * @param mediaType Patient's preferred communication medium\n * @param startDate Date to begin message sending attempts\n * @param endDate Date to stop message sending attempts\n * @return The status of the message\n */\n @WebMethod\n public MessageStatus sendBulkCaresMessage(@WebParam(name = \"messageId\") String messageId,\n @WebParam(name = \"workerNumber\") String workerNumber,\n @WebParam(name = \"patient\") Care[] cares,\n @WebParam(name = \"mediaType\") MediaType mediaType,\n @WebParam(name = \"startDate\") Date startDate,\n @WebParam(name = \"endDate\") Date endDate);\n}", "@WebService(name = \"StudentWS\", targetNamespace = \"http://ws/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface StudentWS {\n\n\n /**\n * \n * @param studentId\n * @param courseId\n */\n @WebMethod\n @Oneway\n @RequestWrapper(localName = \"registerToCourse\", targetNamespace = \"http://ws/\", className = \"ws.RegisterToCourse\")\n @Action(input = \"http://ws/StudentWS/registerToCourse\")\n public void registerToCourse(\n @WebParam(name = \"courseId\", targetNamespace = \"\")\n Long courseId,\n @WebParam(name = \"studentId\", targetNamespace = \"\")\n Long studentId);\n\n /**\n * \n * @param username\n * @return\n * returns ws.Student\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getStudent\", targetNamespace = \"http://ws/\", className = \"ws.GetStudent\")\n @ResponseWrapper(localName = \"getStudentResponse\", targetNamespace = \"http://ws/\", className = \"ws.GetStudentResponse\")\n @Action(input = \"http://ws/StudentWS/getStudentRequest\", output = \"http://ws/StudentWS/getStudentResponse\")\n public Student getStudent(\n @WebParam(name = \"username\", targetNamespace = \"\")\n String username);\n\n /**\n * \n * @param firstName\n * @param lastName\n * @param password\n * @param city\n * @param streetNo\n * @param street\n * @param email\n * @param username\n */\n @WebMethod\n @Oneway\n @RequestWrapper(localName = \"addStudent\", targetNamespace = \"http://ws/\", className = \"ws.AddStudent\")\n @Action(input = \"http://ws/StudentWS/addStudent\")\n public void addStudent(\n @WebParam(name = \"firstName\", targetNamespace = \"\")\n String firstName,\n @WebParam(name = \"lastName\", targetNamespace = \"\")\n String lastName,\n @WebParam(name = \"email\", targetNamespace = \"\")\n String email,\n @WebParam(name = \"username\", targetNamespace = \"\")\n String username,\n @WebParam(name = \"password\", targetNamespace = \"\")\n String password,\n @WebParam(name = \"city\", targetNamespace = \"\")\n String city,\n @WebParam(name = \"street\", targetNamespace = \"\")\n String street,\n @WebParam(name = \"streetNo\", targetNamespace = \"\")\n String streetNo);\n\n /**\n * \n * @return\n * returns java.util.List<ws.Student>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllStudents\", targetNamespace = \"http://ws/\", className = \"ws.GetAllStudents\")\n @ResponseWrapper(localName = \"getAllStudentsResponse\", targetNamespace = \"http://ws/\", className = \"ws.GetAllStudentsResponse\")\n @Action(input = \"http://ws/StudentWS/getAllStudentsRequest\", output = \"http://ws/StudentWS/getAllStudentsResponse\")\n public List<Student> getAllStudents();\n\n /**\n * \n * @param password\n * @param username\n * @return\n * returns boolean\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"userExists\", targetNamespace = \"http://ws/\", className = \"ws.UserExists\")\n @ResponseWrapper(localName = \"userExistsResponse\", targetNamespace = \"http://ws/\", className = \"ws.UserExistsResponse\")\n @Action(input = \"http://ws/StudentWS/userExistsRequest\", output = \"http://ws/StudentWS/userExistsResponse\")\n public boolean userExists(\n @WebParam(name = \"username\", targetNamespace = \"\")\n String username,\n @WebParam(name = \"password\", targetNamespace = \"\")\n String password);\n\n /**\n * \n * @param studentId\n * @param courseId\n */\n @WebMethod\n @Oneway\n @RequestWrapper(localName = \"confirmRegisterToCourse\", targetNamespace = \"http://ws/\", className = \"ws.ConfirmRegisterToCourse\")\n @Action(input = \"http://ws/StudentWS/confirmRegisterToCourse\")\n public void confirmRegisterToCourse(\n @WebParam(name = \"studentId\", targetNamespace = \"\")\n Long studentId,\n @WebParam(name = \"courseId\", targetNamespace = \"\")\n Long courseId);\n\n /**\n * \n * @param studentId\n * @return\n * returns java.util.List<ws.StudentCourse>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getCourseByStudent\", targetNamespace = \"http://ws/\", className = \"ws.GetCourseByStudent\")\n @ResponseWrapper(localName = \"getCourseByStudentResponse\", targetNamespace = \"http://ws/\", className = \"ws.GetCourseByStudentResponse\")\n @Action(input = \"http://ws/StudentWS/getCourseByStudentRequest\", output = \"http://ws/StudentWS/getCourseByStudentResponse\")\n public List<StudentCourse> getCourseByStudent(\n @WebParam(name = \"studentId\", targetNamespace = \"\")\n Long studentId);\n\n /**\n * \n * @return\n * returns java.util.List<ws.StudentCourse>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllStudentCourse\", targetNamespace = \"http://ws/\", className = \"ws.GetAllStudentCourse\")\n @ResponseWrapper(localName = \"getAllStudentCourseResponse\", targetNamespace = \"http://ws/\", className = \"ws.GetAllStudentCourseResponse\")\n @Action(input = \"http://ws/StudentWS/getAllStudentCourseRequest\", output = \"http://ws/StudentWS/getAllStudentCourseResponse\")\n public List<StudentCourse> getAllStudentCourse();\n\n}", "@WebService(targetNamespace = \"http://tempuri.org/\", name = \"WebService1Soap\")\r\n@XmlSeeAlso({ObjectFactory.class})\r\npublic interface WebService1Soap {\r\n\r\n @WebResult(name = \"SendMessageResult\", targetNamespace = \"http://tempuri.org/\")\r\n @RequestWrapper(localName = \"SendMessage\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.SendMessage\")\r\n @WebMethod(operationName = \"SendMessage\", action = \"http://tempuri.org/SendMessage\")\r\n @ResponseWrapper(localName = \"SendMessageResponse\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.SendMessageResponse\")\r\n public java.lang.String sendMessage(\r\n @WebParam(name = \"strConnectorName\", targetNamespace = \"http://tempuri.org/\")\r\n java.lang.String strConnectorName,\r\n @WebParam(name = \"strDisServerHost\", targetNamespace = \"http://tempuri.org/\")\r\n java.lang.String strDisServerHost,\r\n @WebParam(name = \"strMessage\", targetNamespace = \"http://tempuri.org/\")\r\n java.lang.String strMessage,\r\n @WebParam(name = \"strMessageType\", targetNamespace = \"http://tempuri.org/\")\r\n java.lang.String strMessageType,\r\n @WebParam(name = \"strMessageSchema\", targetNamespace = \"http://tempuri.org/\")\r\n java.lang.String strMessageSchema,\r\n @WebParam(name = \"strNull\", targetNamespace = \"http://tempuri.org/\")\r\n java.lang.String strNull\r\n );\r\n}", "@WebService(name = \"HelloWS\", targetNamespace = \"http://ws.proxy.devwithimagination.com/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface HelloWS {\n\n\n /**\n * \n * @param arg0\n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getHello\", targetNamespace = \"http://ws.proxy.devwithimagination.com/\", className = \"com.devwithimagination.proxy.ws.one.GetHello\")\n @ResponseWrapper(localName = \"getHelloResponse\", targetNamespace = \"http://ws.proxy.devwithimagination.com/\", className = \"com.devwithimagination.proxy.ws.one.GetHelloResponse\")\n @Action(input = \"http://ws.proxy.devwithimagination.com/HelloWS/getHelloRequest\", output = \"http://ws.proxy.devwithimagination.com/HelloWS/getHelloResponse\")\n public String getHello(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0);\n\n /**\n * \n * @param arg0\n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getHelloWithAuth\", targetNamespace = \"http://ws.proxy.devwithimagination.com/\", className = \"com.devwithimagination.proxy.ws.one.GetHelloWithAuth\")\n @ResponseWrapper(localName = \"getHelloWithAuthResponse\", targetNamespace = \"http://ws.proxy.devwithimagination.com/\", className = \"com.devwithimagination.proxy.ws.one.GetHelloWithAuthResponse\")\n @Action(input = \"http://ws.proxy.devwithimagination.com/HelloWS/getHelloWithAuthRequest\", output = \"http://ws.proxy.devwithimagination.com/HelloWS/getHelloWithAuthResponse\")\n public String getHelloWithAuth(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0);\n\n}", "@WebService(targetNamespace = \"http://cxf.poc.ideo.com/\", name = \"OperationService\")\n@XmlSeeAlso({ObjectFactory.class})\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\npublic interface OperationService {\n\n @WebResult(name = \"additionResponse\", targetNamespace = \"http://cxf.poc.ideo.com/\", partName = \"additionResponse\")\n @WebMethod\n public AdditionResponse addition(\n @WebParam(partName = \"additionRequest\", name = \"additionRequest\", targetNamespace = \"http://cxf.poc.ideo.com/\")\n AdditionRequest additionRequest\n );\n}", "@WebService(targetNamespace = \"http://payment.services.adyen.com\", name = \"PaymentPortType\")\r\n@XmlSeeAlso({com.adyen.services.common.ObjectFactory.class, ObjectFactory.class})\r\npublic interface PaymentPortType {\r\n\r\n @WebResult(name = \"captureResult\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"capture\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.Capture\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"captureResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.CaptureResponse\")\r\n public com.adyen.services.payment.ModificationResult capture(\r\n @WebParam(name = \"modificationRequest\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.ModificationRequest modificationRequest\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"refundResult\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"refund\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.Refund\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"refundResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.RefundResponse\")\r\n public com.adyen.services.payment.ModificationResult refund(\r\n @WebParam(name = \"modificationRequest\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.ModificationRequest modificationRequest\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"result\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"fundTransfer\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.FundTransfer\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"fundTransferResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.FundTransferResponse\")\r\n public com.adyen.services.payment.FundTransferResult fundTransfer(\r\n @WebParam(name = \"request\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.FundTransferRequest request\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"authoriseReferralResult\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"authoriseReferral\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.AuthoriseReferral\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"authoriseReferralResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.AuthoriseReferralResponse\")\r\n public com.adyen.services.payment.ModificationResult authoriseReferral(\r\n @WebParam(name = \"modificationRequest\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.ModificationRequest modificationRequest\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"result\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"refundWithData\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.RefundWithData\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"refundWithDataResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.RefundWithDataResponse\")\r\n public com.adyen.services.payment.PaymentResult refundWithData(\r\n @WebParam(name = \"request\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.PaymentRequest request\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"cancelResult\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"cancel\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.Cancel\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"cancelResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.CancelResponse\")\r\n public com.adyen.services.payment.ModificationResult cancel(\r\n @WebParam(name = \"modificationRequest\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.ModificationRequest modificationRequest\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"paymentResult\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"authorise3d\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.Authorise3D\")\r\n @WebMethod(operationName = \"authorise3d\")\r\n @ResponseWrapper(localName = \"authorise3dResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.Authorise3DResponse\")\r\n public com.adyen.services.payment.PaymentResult authorise3D(\r\n @WebParam(name = \"paymentRequest3d\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.PaymentRequest3D paymentRequest3D\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"response\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"balanceCheck\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.BalanceCheck\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"balanceCheckResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.BalanceCheckResponse\")\r\n public com.adyen.services.payment.BalanceCheckResult balanceCheck(\r\n @WebParam(name = \"request\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.BalanceCheckRequest request\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"response\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"directdebit\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.Directdebit\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"directdebitResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.DirectdebitResponse\")\r\n public com.adyen.services.payment.DirectDebitResponse2 directdebit(\r\n @WebParam(name = \"request\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.DirectDebitRequest request\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"cancelOrRefundResult\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"cancelOrRefund\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.CancelOrRefund\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"cancelOrRefundResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.CancelOrRefundResponse\")\r\n public com.adyen.services.payment.ModificationResult cancelOrRefund(\r\n @WebParam(name = \"modificationRequest\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.ModificationRequest modificationRequest\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"paymentResult\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"authorise\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.Authorise\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"authoriseResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.AuthoriseResponse\")\r\n public com.adyen.services.payment.PaymentResult authorise(\r\n @WebParam(name = \"paymentRequest\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.PaymentRequest paymentRequest\r\n ) throws ServiceException;\r\n\r\n @WebResult(name = \"paymentResult\", targetNamespace = \"http://payment.services.adyen.com\")\r\n @RequestWrapper(localName = \"checkFraud\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.CheckFraud\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"checkFraudResponse\", targetNamespace = \"http://payment.services.adyen.com\", className = \"com.adyen.services.payment.CheckFraudResponse\")\r\n public com.adyen.services.payment.PaymentResult checkFraud(\r\n @WebParam(name = \"paymentRequest\", targetNamespace = \"http://payment.services.adyen.com\")\r\n com.adyen.services.payment.PaymentRequest paymentRequest\r\n ) throws ServiceException;\r\n}", "@WebService(targetNamespace = \"http://www.lxs.com\", name = \"INotificationServiceWs\")\r\n@XmlSeeAlso({})\r\npublic interface INotificationServiceWs {\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"sendBroadcast\", targetNamespace = \"http://www.lxs.com\", className = \"com.lxs.SendBroadcast\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"sendBroadcastResponse\", targetNamespace = \"http://www.lxs.com\", className = \"com.lxs.SendBroadcastResponse\")\r\n public java.lang.String sendBroadcast(\r\n @WebParam(name = \"title\", targetNamespace = \"\")\r\n java.lang.String title,\r\n @WebParam(name = \"message\", targetNamespace = \"\")\r\n java.lang.String message,\r\n @WebParam(name = \"uri\", targetNamespace = \"\")\r\n java.lang.String uri\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"sendNotifcationToUsers\", targetNamespace = \"http://www.lxs.com\", className = \"com.lxs.SendNotifcationToUsers\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"sendNotifcationToUsersResponse\", targetNamespace = \"http://www.lxs.com\", className = \"com.lxs.SendNotifcationToUsersResponse\")\r\n public java.lang.String sendNotifcationToUsers(\r\n @WebParam(name = \"users\", targetNamespace = \"\")\r\n java.lang.String users,\r\n @WebParam(name = \"title\", targetNamespace = \"\")\r\n java.lang.String title,\r\n @WebParam(name = \"message\", targetNamespace = \"\")\r\n java.lang.String message,\r\n @WebParam(name = \"uri\", targetNamespace = \"\")\r\n java.lang.String uri\r\n );\r\n}", "@WebService(name = \"TerminationCoordinatorPortType\", targetNamespace = \"http://schemas.arjuna.com/ws/2005/10/wsarjtx\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface TerminationCoordinatorPortType {\n\n\n /**\n * \n * @param parameters\n */\n @WebMethod(operationName = \"CompleteOperation\", action = \"http://schemas.arjuna.com/ws/2005/10/wsarjtx/Complete\")\n @Oneway\n public void completeOperation(\n @WebParam(name = \"Complete\", targetNamespace = \"http://schemas.arjuna.com/ws/2005/10/wsarjtx\", partName = \"parameters\")\n NotificationType parameters);\n\n /**\n * \n * @param parameters\n */\n @WebMethod(operationName = \"CloseOperation\", action = \"http://schemas.arjuna.com/ws/2005/10/wsarjtx/Close\")\n @Oneway\n public void closeOperation(\n @WebParam(name = \"Close\", targetNamespace = \"http://schemas.arjuna.com/ws/2005/10/wsarjtx\", partName = \"parameters\")\n NotificationType parameters);\n\n /**\n * \n * @param parameters\n */\n @WebMethod(operationName = \"CancelOperation\", action = \"http://schemas.arjuna.com/ws/2005/10/wsarjtx/Cancel\")\n @Oneway\n public void cancelOperation(\n @WebParam(name = \"Cancel\", targetNamespace = \"http://schemas.arjuna.com/ws/2005/10/wsarjtx\", partName = \"parameters\")\n NotificationType parameters);\n\n}", "@WebService(name = \"HandSoapWeb\", targetNamespace = \"http://soapmanagement.jpdc.se/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface HandSoapWeb {\n\n\n /**\n * \n * @param arg0\n * @return\n * returns java.util.List<se.jpdc.soapmanagement.HandSoap>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSoapsNyBrand\", targetNamespace = \"http://soapmanagement.jpdc.se/\", className = \"se.jpdc.soapmanagement.GetSoapsNyBrand\")\n @ResponseWrapper(localName = \"getSoapsNyBrandResponse\", targetNamespace = \"http://soapmanagement.jpdc.se/\", className = \"se.jpdc.soapmanagement.GetSoapsNyBrandResponse\")\n public List<HandSoap> getSoapsNyBrand(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0);\n\n /**\n * \n * @param arg0\n */\n @WebMethod\n @RequestWrapper(localName = \"addNewSoap\", targetNamespace = \"http://soapmanagement.jpdc.se/\", className = \"se.jpdc.soapmanagement.AddNewSoap\")\n @ResponseWrapper(localName = \"addNewSoapResponse\", targetNamespace = \"http://soapmanagement.jpdc.se/\", className = \"se.jpdc.soapmanagement.AddNewSoapResponse\")\n public void addNewSoap(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n HandSoap arg0);\n\n /**\n * \n * @return\n * returns java.util.List<se.jpdc.soapmanagement.HandSoap>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllSoaps\", targetNamespace = \"http://soapmanagement.jpdc.se/\", className = \"se.jpdc.soapmanagement.GetAllSoaps\")\n @ResponseWrapper(localName = \"getAllSoapsResponse\", targetNamespace = \"http://soapmanagement.jpdc.se/\", className = \"se.jpdc.soapmanagement.GetAllSoapsResponse\")\n public List<HandSoap> getAllSoaps();\n\n}", "public interface AcSentEdiInterchangeDomesticCandidateRouteMessageServiceIF\n extends AcModelServiceIF\n{\n AcSentEdiInterchangeDomesticCandidateRouteMessage getSentEdiInterchangeDomesticCandidateRouteMessage(Integer sentEdiInterchangeId, Integer domesticCandidateRouteMessageId);\n AcSentEdiInterchangeDomesticCandidateRouteMessage getSentEdiInterchangeDomesticCandidateRouteMessage(AcSentEdiInterchangeDomesticCandidateRouteMessagePkIF pk);\n boolean sentEdiInterchangeDomesticCandidateRouteMessageExists(Integer sentEdiInterchangeId, Integer domesticCandidateRouteMessageId);\n boolean sentEdiInterchangeDomesticCandidateRouteMessageExists(AcSentEdiInterchangeDomesticCandidateRouteMessagePkIF pk);\n AcSentEdiInterchangeDomesticCandidateRouteMessage getSentEdiInterchangeDomesticCandidateRouteMessageByWebKey(String webKey);\n JwList<AcSentEdiInterchangeDomesticCandidateRouteMessage> getAll();\n JwList<AcSentEdiInterchangeDomesticCandidateRouteMessage> getAllAvailable();\n JwList<AcSentEdiInterchangeDomesticCandidateRouteMessage> getAllWhere(String whereClause, Integer rowLimit);\n void insert(AcSentEdiInterchangeDomesticCandidateRouteMessage sentEdiInterchangeDomesticCandidateRouteMessage);\n void update(AcSentEdiInterchangeDomesticCandidateRouteMessage sentEdiInterchangeDomesticCandidateRouteMessage);\n void delete(Integer sentEdiInterchangeId, Integer domesticCandidateRouteMessageId);\n}", "@WebService(targetNamespace = \"http://demo.cxf.com/\", name = \"SampleService\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface SampleService {\n\n @WebMethod\n @RequestWrapper(localName = \"serviceMethod\", targetNamespace = \"http://demo.cxf.com/\", className = \"com.cxf.demo.sample.client.ServiceMethod\")\n @ResponseWrapper(localName = \"serviceMethodResponse\", targetNamespace = \"http://demo.cxf.com/\", className = \"com.cxf.demo.sample.client.ServiceMethodResponse\")\n @WebResult(name = \"return\", targetNamespace = \"\")\n public java.lang.String serviceMethod();\n}", "@WebService(targetNamespace = \"http://services.bookservice.atatorus.fr/\", name = \"Hello\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface Hello {\n\n @WebMethod\n @RequestWrapper(localName = \"hello\", targetNamespace = \"http://services.bookservice.atatorus.fr/\", className = \"fr.atatorus.bookservice.services.Hello_Type\")\n @ResponseWrapper(localName = \"helloResponse\", targetNamespace = \"http://services.bookservice.atatorus.fr/\", className = \"fr.atatorus.bookservice.services.HelloResponse\")\n @WebResult(name = \"return\", targetNamespace = \"\")\n public java.lang.String hello(\n @WebParam(name = \"nom\", targetNamespace = \"\")\n java.lang.String nom\n );\n}", "@WebService(name = \"iTmsLogisticsOrderWsService\", targetNamespace = \"http://www.aurora-framework.org/schema\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface ITmsLogisticsOrderWsService {\n\n\n /**\n *\n * @param tmsLogisticsOrderRequestPart\n * @return\n * returns org.aurora_framework.schema.SoapResponse\n */\n @WebMethod(action = \"execute\")\n @WebResult(name = \"soapResponse\", targetNamespace = \"http://www.aurora-framework.org/schema\", partName = \"tmsLogisticsOrderResponse_part\")\n public SoapResponse execute(\n @WebParam(name = \"logisticsOrderRequest\", targetNamespace = \"http://www.aurora-framework.org/schema\", partName = \"tmsLogisticsOrderRequest_part\")\n LogisticsOrderRequest tmsLogisticsOrderRequestPart);\n\n}", "@WebService(name = \"GetAllProductsSoap\", targetNamespace = \"http://tempuri.org/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface GetAllProductsSoap {\n\n\n /**\n * \n * @return\n * returns org.tempuri.ArrayOfProductClass\n */\n @WebMethod(operationName = \"GetAllProductsList\", action = \"http://tempuri.org/GetAllProductsList\")\n @WebResult(name = \"GetAllProductsListResult\", targetNamespace = \"http://tempuri.org/\")\n @RequestWrapper(localName = \"GetAllProductsList\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetAllProductsList\")\n @ResponseWrapper(localName = \"GetAllProductsListResponse\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetAllProductsListResponse\")\n public ArrayOfProductClass getAllProductsList();\n\n /**\n * \n * @param serviceid\n * @return\n * returns org.tempuri.ArrayOfProductClass\n */\n @WebMethod(operationName = \"GetProductsByServiceID\", action = \"http://tempuri.org/GetProductsByServiceID\")\n @WebResult(name = \"GetProductsByServiceIDResult\", targetNamespace = \"http://tempuri.org/\")\n @RequestWrapper(localName = \"GetProductsByServiceID\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetProductsByServiceID\")\n @ResponseWrapper(localName = \"GetProductsByServiceIDResponse\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetProductsByServiceIDResponse\")\n public ArrayOfProductClass getProductsByServiceID(\n @WebParam(name = \"serviceid\", targetNamespace = \"http://tempuri.org/\")\n String serviceid);\n\n /**\n * \n * @param zip\n * @param serviceid\n * @return\n * returns org.tempuri.ArrayOfProductClass\n */\n @WebMethod(operationName = \"GetProductsByZipAndServiceID\", action = \"http://tempuri.org/GetProductsByZipAndServiceID\")\n @WebResult(name = \"GetProductsByZipAndServiceIDResult\", targetNamespace = \"http://tempuri.org/\")\n @RequestWrapper(localName = \"GetProductsByZipAndServiceID\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetProductsByZipAndServiceID\")\n @ResponseWrapper(localName = \"GetProductsByZipAndServiceIDResponse\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetProductsByZipAndServiceIDResponse\")\n public ArrayOfProductClass getProductsByZipAndServiceID(\n @WebParam(name = \"serviceid\", targetNamespace = \"http://tempuri.org/\")\n String serviceid,\n @WebParam(name = \"zip\", targetNamespace = \"http://tempuri.org/\")\n int zip);\n\n /**\n * \n * @param zip\n * @param stateCode\n * @return\n * returns org.tempuri.ArrayOfProductClass\n */\n @WebMethod(operationName = \"GetEnterpriseProducts\", action = \"http://tempuri.org/GetEnterpriseProducts\")\n @WebResult(name = \"GetEnterpriseProductsResult\", targetNamespace = \"http://tempuri.org/\")\n @RequestWrapper(localName = \"GetEnterpriseProducts\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetEnterpriseProducts\")\n @ResponseWrapper(localName = \"GetEnterpriseProductsResponse\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetEnterpriseProductsResponse\")\n public ArrayOfProductClass getEnterpriseProducts(\n @WebParam(name = \"state_code\", targetNamespace = \"http://tempuri.org/\")\n String stateCode,\n @WebParam(name = \"zip\", targetNamespace = \"http://tempuri.org/\")\n int zip);\n\n /**\n * \n * @return\n * returns org.tempuri.ArrayOfProductRate\n */\n @WebMethod(operationName = \"GetProductRates\", action = \"http://tempuri.org/GetProductRates\")\n @WebResult(name = \"GetProductRatesResult\", targetNamespace = \"http://tempuri.org/\")\n @RequestWrapper(localName = \"GetProductRates\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetProductRates\")\n @ResponseWrapper(localName = \"GetProductRatesResponse\", targetNamespace = \"http://tempuri.org/\", className = \"org.tempuri.GetProductRatesResponse\")\n public ArrayOfProductRate getProductRates();\n\n}", "@WebService(name = \"AnswerWS\", targetNamespace = \"http://AnswerModel/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface AnswerWS {\n\n\n /**\n * \n * @param qid\n * @return\n * returns java.util.List<answermodel.Answer>\n */\n @WebMethod\n @WebResult(name = \"Answer\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getAnswerByQID\", targetNamespace = \"http://AnswerModel/\", className = \"answermodel.GetAnswerByQID\")\n @ResponseWrapper(localName = \"getAnswerByQIDResponse\", targetNamespace = \"http://AnswerModel/\", className = \"answermodel.GetAnswerByQIDResponse\")\n @Action(input = \"http://AnswerModel/AnswerWS/getAnswerByQIDRequest\", output = \"http://AnswerModel/AnswerWS/getAnswerByQIDResponse\")\n public List<Answer> getAnswerByQID(\n @WebParam(name = \"qid\", targetNamespace = \"\")\n int qid);\n\n /**\n * \n * @param questionId\n * @param content\n * @param token\n * @return\n * returns int\n * @throws ParseException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"createAnswer\", targetNamespace = \"http://AnswerModel/\", className = \"answermodel.CreateAnswer\")\n @ResponseWrapper(localName = \"createAnswerResponse\", targetNamespace = \"http://AnswerModel/\", className = \"answermodel.CreateAnswerResponse\")\n @Action(input = \"http://AnswerModel/AnswerWS/createAnswerRequest\", output = \"http://AnswerModel/AnswerWS/createAnswerResponse\", fault = {\n @FaultAction(className = ParseException_Exception.class, value = \"http://AnswerModel/AnswerWS/createAnswer/Fault/ParseException\")\n })\n public int createAnswer(\n @WebParam(name = \"token\", targetNamespace = \"\")\n String token,\n @WebParam(name = \"question_id\", targetNamespace = \"\")\n int questionId,\n @WebParam(name = \"content\", targetNamespace = \"\")\n String content)\n throws ParseException_Exception\n ;\n\n /**\n * \n * @param stat\n * @param userid\n * @param aid\n * @param token\n * @return\n * returns int\n * @throws ParseException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"voteAnswer\", targetNamespace = \"http://AnswerModel/\", className = \"answermodel.VoteAnswer\")\n @ResponseWrapper(localName = \"voteAnswerResponse\", targetNamespace = \"http://AnswerModel/\", className = \"answermodel.VoteAnswerResponse\")\n @Action(input = \"http://AnswerModel/AnswerWS/voteAnswerRequest\", output = \"http://AnswerModel/AnswerWS/voteAnswerResponse\", fault = {\n @FaultAction(className = ParseException_Exception.class, value = \"http://AnswerModel/AnswerWS/voteAnswer/Fault/ParseException\")\n })\n public int voteAnswer(\n @WebParam(name = \"userid\", targetNamespace = \"\")\n int userid,\n @WebParam(name = \"aid\", targetNamespace = \"\")\n int aid,\n @WebParam(name = \"stat\", targetNamespace = \"\")\n int stat,\n @WebParam(name = \"token\", targetNamespace = \"\")\n String token)\n throws ParseException_Exception\n ;\n\n}", "@WebService(name = \"NumberGeneratorServiceSoap\", targetNamespace = \"NS_NumGen\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface NumberGeneratorServiceSoap {\n\n\n /**\n * \n * @param high\n * @param low\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"NS_NumGen/primeRange\")\n @WebResult(name = \"primeRangeResult\", targetNamespace = \"NS_NumGen\")\n @RequestWrapper(localName = \"primeRange\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.PrimeRange\")\n @ResponseWrapper(localName = \"primeRangeResponse\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.PrimeRangeResponse\")\n public String primeRange(\n @WebParam(name = \"low\", targetNamespace = \"NS_NumGen\")\n int low,\n @WebParam(name = \"high\", targetNamespace = \"NS_NumGen\")\n int high);\n\n /**\n * \n * @param high\n * @param low\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"NS_NumGen/compositeRange\")\n @WebResult(name = \"compositeRangeResult\", targetNamespace = \"NS_NumGen\")\n @RequestWrapper(localName = \"compositeRange\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.CompositeRange\")\n @ResponseWrapper(localName = \"compositeRangeResponse\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.CompositeRangeResponse\")\n public String compositeRange(\n @WebParam(name = \"low\", targetNamespace = \"NS_NumGen\")\n int low,\n @WebParam(name = \"high\", targetNamespace = \"NS_NumGen\")\n int high);\n\n /**\n * \n * @param high\n * @param low\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"NS_NumGen/perfectSquaresRange\")\n @WebResult(name = \"perfectSquaresRangeResult\", targetNamespace = \"NS_NumGen\")\n @RequestWrapper(localName = \"perfectSquaresRange\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.PerfectSquaresRange\")\n @ResponseWrapper(localName = \"perfectSquaresRangeResponse\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.PerfectSquaresRangeResponse\")\n public String perfectSquaresRange(\n @WebParam(name = \"low\", targetNamespace = \"NS_NumGen\")\n int low,\n @WebParam(name = \"high\", targetNamespace = \"NS_NumGen\")\n int high);\n\n /**\n * \n * @param high\n * @param low\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"NS_NumGen/fibonacciRange\")\n @WebResult(name = \"fibonacciRangeResult\", targetNamespace = \"NS_NumGen\")\n @RequestWrapper(localName = \"fibonacciRange\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.FibonacciRange\")\n @ResponseWrapper(localName = \"fibonacciRangeResponse\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.FibonacciRangeResponse\")\n public String fibonacciRange(\n @WebParam(name = \"low\", targetNamespace = \"NS_NumGen\")\n int low,\n @WebParam(name = \"high\", targetNamespace = \"NS_NumGen\")\n int high);\n\n /**\n * \n * @param high\n * @param low\n * @param n\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"NS_NumGen/randomNumbers\")\n @WebResult(name = \"randomNumbersResult\", targetNamespace = \"NS_NumGen\")\n @RequestWrapper(localName = \"randomNumbers\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.RandomNumbers\")\n @ResponseWrapper(localName = \"randomNumbersResponse\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.RandomNumbersResponse\")\n public String randomNumbers(\n @WebParam(name = \"low\", targetNamespace = \"NS_NumGen\")\n int low,\n @WebParam(name = \"high\", targetNamespace = \"NS_NumGen\")\n int high,\n @WebParam(name = \"n\", targetNamespace = \"NS_NumGen\")\n int n);\n\n /**\n * \n * @param high\n * @param low\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"NS_NumGen/powersofTwo\")\n @WebResult(name = \"powersofTwoResult\", targetNamespace = \"NS_NumGen\")\n @RequestWrapper(localName = \"powersofTwo\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.PowersofTwo\")\n @ResponseWrapper(localName = \"powersofTwoResponse\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.PowersofTwoResponse\")\n public String powersofTwo(\n @WebParam(name = \"low\", targetNamespace = \"NS_NumGen\")\n int low,\n @WebParam(name = \"high\", targetNamespace = \"NS_NumGen\")\n int high);\n\n /**\n * \n * @param high\n * @param low\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"NS_NumGen/evenRange\")\n @WebResult(name = \"evenRangeResult\", targetNamespace = \"NS_NumGen\")\n @RequestWrapper(localName = \"evenRange\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.EvenRange\")\n @ResponseWrapper(localName = \"evenRangeResponse\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.EvenRangeResponse\")\n public String evenRange(\n @WebParam(name = \"low\", targetNamespace = \"NS_NumGen\")\n int low,\n @WebParam(name = \"high\", targetNamespace = \"NS_NumGen\")\n int high);\n\n /**\n * \n * @param high\n * @param low\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"NS_NumGen/oddRange\")\n @WebResult(name = \"oddRangeResult\", targetNamespace = \"NS_NumGen\")\n @RequestWrapper(localName = \"oddRange\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.OddRange\")\n @ResponseWrapper(localName = \"oddRangeResponse\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.OddRangeResponse\")\n public String oddRange(\n @WebParam(name = \"low\", targetNamespace = \"NS_NumGen\")\n int low,\n @WebParam(name = \"high\", targetNamespace = \"NS_NumGen\")\n int high);\n\n /**\n * \n * @param high\n * @param low\n * @return\n * returns java.lang.String\n */\n @WebMethod(action = \"NS_NumGen/palindromeRange\")\n @WebResult(name = \"palindromeRangeResult\", targetNamespace = \"NS_NumGen\")\n @RequestWrapper(localName = \"palindromeRange\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.PalindromeRange\")\n @ResponseWrapper(localName = \"palindromeRangeResponse\", targetNamespace = \"NS_NumGen\", className = \"ns_numgen.PalindromeRangeResponse\")\n public String palindromeRange(\n @WebParam(name = \"low\", targetNamespace = \"NS_NumGen\")\n int low,\n @WebParam(name = \"high\", targetNamespace = \"NS_NumGen\")\n int high);\n\n}", "@WebService(targetNamespace = \"http://ws.integration.pizzashack.nz.co/\", name = \"BillingProcessWebServices\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface BillingProcessWebServices {\n\n @WebResult(name = \"return\", targetNamespace = \"\")\n @RequestWrapper(localName = \"billingProcess\", targetNamespace = \"http://ws.integration.pizzashack.nz.co/\", className = \"co.nz.pizzashack.client.integration.ws.client.stub.BillingProcess\")\n @WebMethod\n @ResponseWrapper(localName = \"billingProcessResponse\", targetNamespace = \"http://ws.integration.pizzashack.nz.co/\", className = \"co.nz.pizzashack.client.integration.ws.client.stub.BillingProcessResponse\")\n public co.nz.pizzashack.client.integration.ws.client.stub.BillingResponse billingProcess(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n co.nz.pizzashack.client.integration.ws.client.stub.BillingDto arg0\n ) throws FaultMessage;\n}", "@WebService(name = \"BonusOperationWebService\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface BonusOperationWebService {\n\n\n /**\n * \n * @param body\n * @param header\n * @return\n * returns com.sgm.dms.service.agent.ws.bonus.TranformFrznBonusFundResponse\n * @throws SgmErrorFault\n */\n @WebMethod\n @WebResult(name = \"tranformFrznBonusFundResponse\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n public TranformFrznBonusFundResponse tranformFrznBonusFund(\n @WebParam(name = \"tranformFrznBonusFund\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n TranformFrznBonusFund body,\n @WebParam(name = \"SGMCommonHeader\", targetNamespace = \"http://www.saic-gm.com/esb/schemas/common/SGMCommonHeader/v1\", header = true, mode = WebParam.Mode.INOUT, partName = \"header\")\n Holder<SGMCommonHeaderType> header)\n throws SgmErrorFault\n ;\n\n /**\n * \n * @param body\n * @param header\n * @return\n * returns com.sgm.dms.service.agent.ws.bonus.TranformBonusFundCompensationResponse\n * @throws SgmErrorFault\n */\n @WebMethod\n @WebResult(name = \"tranformBonusFundCompensationResponse\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n public TranformBonusFundCompensationResponse tranformBonusFundCompensation(\n @WebParam(name = \"tranformBonusFundCompensation\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n TranformBonusFundCompensation body,\n @WebParam(name = \"SGMCommonHeader\", targetNamespace = \"http://www.saic-gm.com/esb/schemas/common/SGMCommonHeader/v1\", header = true, mode = WebParam.Mode.INOUT, partName = \"header\")\n Holder<SGMCommonHeaderType> header)\n throws SgmErrorFault\n ;\n\n /**\n * \n * @param body\n * @param header\n * @return\n * returns com.sgm.dms.service.agent.ws.bonus.TranformBonusFundResponse\n * @throws SgmErrorFault\n */\n @WebMethod\n @WebResult(name = \"tranformBonusFundResponse\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n public TranformBonusFundResponse tranformBonusFund(\n @WebParam(name = \"tranformBonusFund\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n TranformBonusFund body,\n @WebParam(name = \"SGMCommonHeader\", targetNamespace = \"http://www.saic-gm.com/esb/schemas/common/SGMCommonHeader/v1\", header = true, mode = WebParam.Mode.INOUT, partName = \"header\")\n Holder<SGMCommonHeaderType> header)\n throws SgmErrorFault\n ;\n\n /**\n * \n * @param body\n * @param header\n * @return\n * returns com.sgm.dms.service.agent.ws.bonus.TranformUnFrznBonusFundResponse\n * @throws SgmErrorFault\n */\n @WebMethod\n @WebResult(name = \"tranformUnFrznBonusFundResponse\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n public TranformUnFrznBonusFundResponse tranformUnFrznBonusFund(\n @WebParam(name = \"tranformUnFrznBonusFund\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n TranformUnFrznBonusFund body,\n @WebParam(name = \"SGMCommonHeader\", targetNamespace = \"http://www.saic-gm.com/esb/schemas/common/SGMCommonHeader/v1\", header = true, mode = WebParam.Mode.INOUT, partName = \"header\")\n Holder<SGMCommonHeaderType> header)\n throws SgmErrorFault\n ;\n\n /**\n * \n * @param body\n * @param header\n * @return\n * returns com.sgm.dms.service.agent.ws.bonus.TranformUnFrznBonusFundCompensationResponse\n * @throws SgmErrorFault\n */\n @WebMethod\n @WebResult(name = \"tranformUnFrznBonusFundCompensationResponse\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n public TranformUnFrznBonusFundCompensationResponse tranformUnFrznBonusFundCompensation(\n @WebParam(name = \"tranformUnFrznBonusFundCompensation\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n TranformUnFrznBonusFundCompensation body,\n @WebParam(name = \"SGMCommonHeader\", targetNamespace = \"http://www.saic-gm.com/esb/schemas/common/SGMCommonHeader/v1\", header = true, mode = WebParam.Mode.INOUT, partName = \"header\")\n Holder<SGMCommonHeaderType> header)\n throws SgmErrorFault\n ;\n\n /**\n * \n * @param body\n * @param header\n * @return\n * returns com.sgm.dms.service.agent.ws.bonus.TranformFrznBonusFundCompensationResponse\n * @throws SgmErrorFault\n */\n @WebMethod\n @WebResult(name = \"tranformFrznBonusFundCompensationResponse\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n public TranformFrznBonusFundCompensationResponse tranformFrznBonusFundCompensation(\n @WebParam(name = \"tranformFrznBonusFundCompensation\", targetNamespace = \"http://ws.agent.service.dms.sgm.com/\", partName = \"body\")\n TranformFrznBonusFundCompensation body,\n @WebParam(name = \"SGMCommonHeader\", targetNamespace = \"http://www.saic-gm.com/esb/schemas/common/SGMCommonHeader/v1\", header = true, mode = WebParam.Mode.INOUT, partName = \"header\")\n Holder<SGMCommonHeaderType> header)\n throws SgmErrorFault\n ;\n\n}", "@WebService(targetNamespace = \"http://ws.jinouts.org/\", name = \"AndProxyClientRespTestWS\")\r\n@XmlSeeAlso({ObjectFactory.class})\r\npublic interface AndProxyClientRespTestWS {\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"testPrimitiveResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestPrimitiveResponse\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"testPrimitiveResponseResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestPrimitiveResponseResponse\")\r\n public java.lang.String testPrimitiveResponse(\r\n @WebParam(name = \"user\", targetNamespace = \"\")\r\n java.lang.String user,\r\n @WebParam(name = \"pass\", targetNamespace = \"\")\r\n java.lang.String pass\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"testComplexResponseObject\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestComplexResponseObject\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"testComplexResponseObjectResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestComplexResponseObjectResponse\")\r\n public org.jinouts.ws.TestComplexResponse testComplexResponseObject(\r\n @WebParam(name = \"user\", targetNamespace = \"\")\r\n java.lang.String user\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"testListResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestListResponse\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"testListResponseResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestListResponseResponse\")\r\n public java.util.List<java.lang.String> testListResponse(\r\n @WebParam(name = \"user\", targetNamespace = \"\")\r\n java.lang.String user\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"testDateResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestDateResponse\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"testDateResponseResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestDateResponseResponse\")\r\n public javax.xml.datatype.XMLGregorianCalendar testDateResponse(\r\n @WebParam(name = \"user\", targetNamespace = \"\")\r\n java.lang.String user\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"testListOfComplexResponseObject\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestListOfComplexResponseObject\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"testListOfComplexResponseObjectResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestListOfComplexResponseObjectResponse\")\r\n public java.util.List<org.jinouts.ws.TestComplexResponse> testListOfComplexResponseObject(\r\n @WebParam(name = \"user\", targetNamespace = \"\")\r\n java.lang.String user\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"testArrayResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestArrayResponse\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"testArrayResponseResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestArrayResponseResponse\")\r\n public java.util.List<java.lang.String> testArrayResponse(\r\n @WebParam(name = \"user\", targetNamespace = \"\")\r\n java.lang.String user\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"testListOfObjResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestListOfObjResponse\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"testListOfObjResponseResponse\", targetNamespace = \"http://ws.jinouts.org/\", className = \"org.jinouts.ws.TestListOfObjResponseResponse\")\r\n public java.util.List<org.jinouts.ws.MbrDetail> testListOfObjResponse(\r\n @WebParam(name = \"user\", targetNamespace = \"\")\r\n java.lang.String user\r\n );\r\n}", "@WebService(name = \"Authentication\", targetNamespace = \"urn:authws.services.ecm.opentext.com\")\r\n@XmlSeeAlso({\r\n com.opentext.ecm.api.ObjectFactory.class,\r\n com.opentext.ecm.services.authws.ObjectFactory.class\r\n})\r\npublic interface Authentication {\r\n\r\n\r\n /**\r\n * \r\n * @return\r\n * returns java.lang.String\r\n * @throws AuthenticationException_Exception\r\n */\r\n @WebMethod(operationName = \"GetResourceId\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"GetResourceId\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.GetResourceId\")\r\n @ResponseWrapper(localName = \"GetResourceIdResponse\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.GetResourceIdResponse\")\r\n public String getResourceId()\r\n throws AuthenticationException_Exception\r\n ;\r\n\r\n /**\r\n * \r\n * @param resourceId\r\n * @param username\r\n * @return\r\n * returns java.lang.String\r\n * @throws AuthenticationException_Exception\r\n */\r\n @WebMethod(operationName = \"GetTicketForUser\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"GetTicketForUser\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.GetTicketForUser\")\r\n @ResponseWrapper(localName = \"GetTicketForUserResponse\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.GetTicketForUserResponse\")\r\n public String getTicketForUser(\r\n @WebParam(name = \"username\", targetNamespace = \"\")\r\n String username,\r\n @WebParam(name = \"resourceId\", targetNamespace = \"\")\r\n String resourceId)\r\n throws AuthenticationException_Exception\r\n ;\r\n\r\n /**\r\n * \r\n * @param username\r\n * @param password\r\n * @return\r\n * returns java.lang.String\r\n * @throws AuthenticationException_Exception\r\n */\r\n @WebMethod(operationName = \"Authenticate\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"Authenticate\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.Authenticate\")\r\n @ResponseWrapper(localName = \"AuthenticateResponse\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateResponse\")\r\n public String authenticate(\r\n @WebParam(name = \"username\", targetNamespace = \"\")\r\n String username,\r\n @WebParam(name = \"password\", targetNamespace = \"\")\r\n String password)\r\n throws AuthenticationException_Exception\r\n ;\r\n\r\n /**\r\n * \r\n * @return\r\n * returns java.lang.String\r\n * @throws AuthenticationException_Exception\r\n */\r\n @WebMethod(operationName = \"AuthenticateCurrentUser\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"AuthenticateCurrentUser\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateCurrentUser\")\r\n @ResponseWrapper(localName = \"AuthenticateCurrentUserResponse\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateCurrentUserResponse\")\r\n public String authenticateCurrentUser()\r\n throws AuthenticationException_Exception\r\n ;\r\n\r\n /**\r\n * \r\n * @param code\r\n * @return\r\n * returns java.lang.String\r\n * @throws AuthenticationException_Exception\r\n */\r\n @WebMethod(operationName = \"AuthenticateCurrentUserWithCode\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"AuthenticateCurrentUserWithCode\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateCurrentUserWithCode\")\r\n @ResponseWrapper(localName = \"AuthenticateCurrentUserWithCodeResponse\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateCurrentUserWithCodeResponse\")\r\n public String authenticateCurrentUserWithCode(\r\n @WebParam(name = \"code\", targetNamespace = \"\")\r\n String code)\r\n throws AuthenticationException_Exception\r\n ;\r\n\r\n /**\r\n * \r\n * @param username\r\n * @param code\r\n * @param password\r\n * @return\r\n * returns java.lang.String\r\n * @throws AuthenticationException_Exception\r\n */\r\n @WebMethod(operationName = \"AuthenticateWithPasswordAndCode\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"AuthenticateWithPasswordAndCode\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateWithPasswordAndCode\")\r\n @ResponseWrapper(localName = \"AuthenticateWithPasswordAndCodeResponse\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateWithPasswordAndCodeResponse\")\r\n public String authenticateWithPasswordAndCode(\r\n @WebParam(name = \"username\", targetNamespace = \"\")\r\n String username,\r\n @WebParam(name = \"password\", targetNamespace = \"\")\r\n String password,\r\n @WebParam(name = \"code\", targetNamespace = \"\")\r\n String code)\r\n throws AuthenticationException_Exception\r\n ;\r\n\r\n /**\r\n * \r\n * @param username\r\n * @param token\r\n * @return\r\n * returns java.lang.String\r\n * @throws AuthenticationException_Exception\r\n */\r\n @WebMethod(operationName = \"AuthenticateWithToken\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"AuthenticateWithToken\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateWithToken\")\r\n @ResponseWrapper(localName = \"AuthenticateWithTokenResponse\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateWithTokenResponse\")\r\n public String authenticateWithToken(\r\n @WebParam(name = \"username\", targetNamespace = \"\")\r\n String username,\r\n @WebParam(name = \"token\", targetNamespace = \"\")\r\n byte[] token)\r\n throws AuthenticationException_Exception\r\n ;\r\n\r\n /**\r\n * \r\n * @param username\r\n * @param token\r\n * @param code\r\n * @return\r\n * returns java.lang.String\r\n * @throws AuthenticationException_Exception\r\n */\r\n @WebMethod(operationName = \"AuthenticateWithTokenAndCode\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"AuthenticateWithTokenAndCode\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateWithTokenAndCode\")\r\n @ResponseWrapper(localName = \"AuthenticateWithTokenAndCodeResponse\", targetNamespace = \"urn:authws.services.ecm.opentext.com\", className = \"com.opentext.ecm.services.authws.AuthenticateWithTokenAndCodeResponse\")\r\n public String authenticateWithTokenAndCode(\r\n @WebParam(name = \"username\", targetNamespace = \"\")\r\n String username,\r\n @WebParam(name = \"token\", targetNamespace = \"\")\r\n byte[] token,\r\n @WebParam(name = \"code\", targetNamespace = \"\")\r\n String code)\r\n throws AuthenticationException_Exception\r\n ;\r\n\r\n}", "@WebService(name = \"ConfigurationService\", targetNamespace = \"http://ws.coverity.com/v7\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface ConfigurationService {\n\n\n /**\n * \n * @param message\n * @param usernames\n * @param subject\n * @return\n * returns java.util.List<java.lang.String>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"notify\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.Notify\")\n @ResponseWrapper(localName = \"notifyResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.NotifyResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/notifyRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/notifyResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/notify/Fault/CovRemoteServiceException\")\n })\n public List<String> notify(\n @WebParam(name = \"usernames\", targetNamespace = \"\")\n List<String> usernames,\n @WebParam(name = \"subject\", targetNamespace = \"\")\n String subject,\n @WebParam(name = \"message\", targetNamespace = \"\")\n String message)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns java.util.List<com.coverity.ws.v7.AttributeDefinitionDataObj>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAttributes\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAttributes\")\n @ResponseWrapper(localName = \"getAttributesResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAttributesResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getAttributesRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getAttributesResponse\")\n public List<AttributeDefinitionDataObj> getAttributes();\n\n /**\n * \n * @param attributeDefinitionId\n * @return\n * returns com.coverity.ws.v7.AttributeDefinitionDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAttribute\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAttribute\")\n @ResponseWrapper(localName = \"getAttributeResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAttributeResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getAttributeRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getAttributeResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getAttribute/Fault/CovRemoteServiceException\")\n })\n public AttributeDefinitionDataObj getAttribute(\n @WebParam(name = \"attributeDefinitionId\", targetNamespace = \"\")\n AttributeDefinitionIdDataObj attributeDefinitionId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns com.coverity.ws.v7.VersionDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getVersion\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetVersion\")\n @ResponseWrapper(localName = \"getVersionResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetVersionResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getVersionRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getVersionResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getVersion/Fault/CovRemoteServiceException\")\n })\n public VersionDataObj getVersion()\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param filterSpec\n * @param pageSpec\n * @return\n * returns com.coverity.ws.v7.GroupsPageDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getGroups\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetGroups\")\n @ResponseWrapper(localName = \"getGroupsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetGroupsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getGroupsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getGroupsResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getGroups/Fault/CovRemoteServiceException\")\n })\n public GroupsPageDataObj getGroups(\n @WebParam(name = \"filterSpec\", targetNamespace = \"\")\n GroupFilterSpecDataObj filterSpec,\n @WebParam(name = \"pageSpec\", targetNamespace = \"\")\n PageSpecDataObj pageSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param filterSpec\n * @param pageSpec\n * @return\n * returns com.coverity.ws.v7.UsersPageDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getUsers\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetUsers\")\n @ResponseWrapper(localName = \"getUsersResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetUsersResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getUsersRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getUsersResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getUsers/Fault/CovRemoteServiceException\")\n })\n public UsersPageDataObj getUsers(\n @WebParam(name = \"filterSpec\", targetNamespace = \"\")\n UserFilterSpecDataObj filterSpec,\n @WebParam(name = \"pageSpec\", targetNamespace = \"\")\n PageSpecDataObj pageSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param groupId\n * @return\n * returns com.coverity.ws.v7.GroupDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getGroup\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetGroup\")\n @ResponseWrapper(localName = \"getGroupResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetGroupResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getGroupRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getGroupResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getGroup/Fault/CovRemoteServiceException\")\n })\n public GroupDataObj getGroup(\n @WebParam(name = \"groupId\", targetNamespace = \"\")\n GroupIdDataObj groupId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param roleId\n * @return\n * returns com.coverity.ws.v7.RoleDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getRole\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetRole\")\n @ResponseWrapper(localName = \"getRoleResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetRoleResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getRoleRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getRoleResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getRole/Fault/CovRemoteServiceException\")\n })\n public RoleDataObj getRole(\n @WebParam(name = \"roleId\", targetNamespace = \"\")\n RoleIdDataObj roleId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param attributeDefinitionSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createAttribute\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateAttribute\")\n @ResponseWrapper(localName = \"createAttributeResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateAttributeResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createAttributeRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createAttributeResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createAttribute/Fault/CovRemoteServiceException\")\n })\n public void createAttribute(\n @WebParam(name = \"attributeDefinitionSpec\", targetNamespace = \"\")\n AttributeDefinitionSpecDataObj attributeDefinitionSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns java.util.List<com.coverity.ws.v7.RoleDataObj>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllRoles\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAllRoles\")\n @ResponseWrapper(localName = \"getAllRolesResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAllRolesResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getAllRolesRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getAllRolesResponse\")\n public List<RoleDataObj> getAllRoles();\n\n /**\n * \n * @param groupSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createGroup\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateGroup\")\n @ResponseWrapper(localName = \"createGroupResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateGroupResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createGroupRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createGroupResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createGroup/Fault/CovRemoteServiceException\")\n })\n public void createGroup(\n @WebParam(name = \"groupSpec\", targetNamespace = \"\")\n GroupSpecDataObj groupSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param roleSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createRole\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateRole\")\n @ResponseWrapper(localName = \"createRoleResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateRoleResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createRoleRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createRoleResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createRole/Fault/CovRemoteServiceException\")\n })\n public void createRole(\n @WebParam(name = \"roleSpec\", targetNamespace = \"\")\n RoleSpecDataObj roleSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param groupId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteGroup\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteGroup\")\n @ResponseWrapper(localName = \"deleteGroupResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteGroupResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteGroupRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteGroupResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteGroup/Fault/CovRemoteServiceException\")\n })\n public void deleteGroup(\n @WebParam(name = \"groupId\", targetNamespace = \"\")\n GroupIdDataObj groupId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param groupSpec\n * @param groupId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateGroup\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateGroup\")\n @ResponseWrapper(localName = \"updateGroupResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateGroupResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateGroupRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateGroupResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateGroup/Fault/CovRemoteServiceException\")\n })\n public void updateGroup(\n @WebParam(name = \"groupId\", targetNamespace = \"\")\n GroupIdDataObj groupId,\n @WebParam(name = \"groupSpec\", targetNamespace = \"\")\n GroupSpecDataObj groupSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param roleSpec\n * @param roleId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateRole\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateRole\")\n @ResponseWrapper(localName = \"updateRoleResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateRoleResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateRoleRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateRoleResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateRole/Fault/CovRemoteServiceException\")\n })\n public void updateRole(\n @WebParam(name = \"roleId\", targetNamespace = \"\")\n RoleIdDataObj roleId,\n @WebParam(name = \"roleSpec\", targetNamespace = \"\")\n RoleSpecDataObj roleSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param roleId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteRole\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteRole\")\n @ResponseWrapper(localName = \"deleteRoleResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteRoleResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteRoleRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteRoleResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteRole/Fault/CovRemoteServiceException\")\n })\n public void deleteRole(\n @WebParam(name = \"roleId\", targetNamespace = \"\")\n RoleIdDataObj roleId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param streamSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createStream\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateStream\")\n @ResponseWrapper(localName = \"createStreamResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateStreamResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createStreamRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createStreamResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createStream/Fault/CovRemoteServiceException\")\n })\n public void createStream(\n @WebParam(name = \"streamSpec\", targetNamespace = \"\")\n StreamSpecDataObj streamSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param streamId\n * @param streamSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateStream\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateStream\")\n @ResponseWrapper(localName = \"updateStreamResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateStreamResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateStreamRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateStreamResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateStream/Fault/CovRemoteServiceException\")\n })\n public void updateStream(\n @WebParam(name = \"streamId\", targetNamespace = \"\")\n StreamIdDataObj streamId,\n @WebParam(name = \"streamSpec\", targetNamespace = \"\")\n StreamSpecDataObj streamSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param streamId\n * @param onlyIfEmpty\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteStream\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteStream\")\n @ResponseWrapper(localName = \"deleteStreamResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteStreamResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteStreamRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteStreamResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteStream/Fault/CovRemoteServiceException\")\n })\n public void deleteStream(\n @WebParam(name = \"streamId\", targetNamespace = \"\")\n StreamIdDataObj streamId,\n @WebParam(name = \"onlyIfEmpty\", targetNamespace = \"\")\n boolean onlyIfEmpty)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param userSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createUser\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateUser\")\n @ResponseWrapper(localName = \"createUserResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateUserResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createUserRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createUserResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createUser/Fault/CovRemoteServiceException\")\n })\n public void createUser(\n @WebParam(name = \"userSpec\", targetNamespace = \"\")\n UserSpecDataObj userSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param username\n * @param userSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateUser\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateUser\")\n @ResponseWrapper(localName = \"updateUserResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateUserResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateUserRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateUserResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateUser/Fault/CovRemoteServiceException\")\n })\n public void updateUser(\n @WebParam(name = \"username\", targetNamespace = \"\")\n String username,\n @WebParam(name = \"userSpec\", targetNamespace = \"\")\n UserSpecDataObj userSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param username\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteUser\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteUser\")\n @ResponseWrapper(localName = \"deleteUserResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteUserResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteUserRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteUserResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteUser/Fault/CovRemoteServiceException\")\n })\n public void deleteUser(\n @WebParam(name = \"username\", targetNamespace = \"\")\n String username)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param username\n * @return\n * returns java.util.List<com.coverity.ws.v7.PermissionDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllIntegrityControlPermissions\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAllIntegrityControlPermissions\")\n @ResponseWrapper(localName = \"getAllIntegrityControlPermissionsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAllIntegrityControlPermissionsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getAllIntegrityControlPermissionsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getAllIntegrityControlPermissionsResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getAllIntegrityControlPermissions/Fault/CovRemoteServiceException\")\n })\n public List<PermissionDataObj> getAllIntegrityControlPermissions(\n @WebParam(name = \"username\", targetNamespace = \"\")\n String username)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param attributeDefinitionId\n * @param attributeDefinitionSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateAttribute\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateAttribute\")\n @ResponseWrapper(localName = \"updateAttributeResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateAttributeResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateAttributeRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateAttributeResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateAttribute/Fault/CovRemoteServiceException\")\n })\n public void updateAttribute(\n @WebParam(name = \"attributeDefinitionId\", targetNamespace = \"\")\n AttributeDefinitionIdDataObj attributeDefinitionId,\n @WebParam(name = \"attributeDefinitionSpec\", targetNamespace = \"\")\n AttributeDefinitionSpecDataObj attributeDefinitionSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param attributeDefinitionId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteAttribute\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteAttribute\")\n @ResponseWrapper(localName = \"deleteAttributeResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteAttributeResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteAttributeRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteAttributeResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteAttribute/Fault/CovRemoteServiceException\")\n })\n public void deleteAttribute(\n @WebParam(name = \"attributeDefinitionId\", targetNamespace = \"\")\n AttributeDefinitionIdDataObj attributeDefinitionId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param componentMapSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createComponentMap\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateComponentMap\")\n @ResponseWrapper(localName = \"createComponentMapResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateComponentMapResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createComponentMapRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createComponentMapResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createComponentMap/Fault/CovRemoteServiceException\")\n })\n public void createComponentMap(\n @WebParam(name = \"componentMapSpec\", targetNamespace = \"\")\n ComponentMapSpecDataObj componentMapSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param componentMapSpec\n * @param componentMapId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateComponentMap\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateComponentMap\")\n @ResponseWrapper(localName = \"updateComponentMapResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateComponentMapResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateComponentMapRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateComponentMapResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateComponentMap/Fault/CovRemoteServiceException\")\n })\n public void updateComponentMap(\n @WebParam(name = \"componentMapId\", targetNamespace = \"\")\n ComponentMapIdDataObj componentMapId,\n @WebParam(name = \"componentMapSpec\", targetNamespace = \"\")\n ComponentMapSpecDataObj componentMapSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param componentMapId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteComponentMap\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteComponentMap\")\n @ResponseWrapper(localName = \"deleteComponentMapResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteComponentMapResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteComponentMapRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteComponentMapResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteComponentMap/Fault/CovRemoteServiceException\")\n })\n public void deleteComponentMap(\n @WebParam(name = \"componentMapId\", targetNamespace = \"\")\n ComponentMapIdDataObj componentMapId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param projectSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createProject\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateProject\")\n @ResponseWrapper(localName = \"createProjectResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateProjectResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createProjectRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createProjectResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createProject/Fault/CovRemoteServiceException\")\n })\n public void createProject(\n @WebParam(name = \"projectSpec\", targetNamespace = \"\")\n ProjectSpecDataObj projectSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param projectSpec\n * @param projectId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateProject\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateProject\")\n @ResponseWrapper(localName = \"updateProjectResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateProjectResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateProjectRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateProjectResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateProject/Fault/CovRemoteServiceException\")\n })\n public void updateProject(\n @WebParam(name = \"projectId\", targetNamespace = \"\")\n ProjectIdDataObj projectId,\n @WebParam(name = \"projectSpec\", targetNamespace = \"\")\n ProjectSpecDataObj projectSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param projectId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteProject\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteProject\")\n @ResponseWrapper(localName = \"deleteProjectResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteProjectResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteProjectRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteProjectResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteProject/Fault/CovRemoteServiceException\")\n })\n public void deleteProject(\n @WebParam(name = \"projectId\", targetNamespace = \"\")\n ProjectIdDataObj projectId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param triageStoreSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createTriageStore\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateTriageStore\")\n @ResponseWrapper(localName = \"createTriageStoreResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateTriageStoreResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createTriageStoreRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createTriageStoreResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createTriageStore/Fault/CovRemoteServiceException\")\n })\n public void createTriageStore(\n @WebParam(name = \"triageStoreSpec\", targetNamespace = \"\")\n TriageStoreSpecDataObj triageStoreSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param triageStoreSpec\n * @param triageStoreId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateTriageStore\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateTriageStore\")\n @ResponseWrapper(localName = \"updateTriageStoreResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateTriageStoreResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateTriageStoreRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateTriageStoreResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateTriageStore/Fault/CovRemoteServiceException\")\n })\n public void updateTriageStore(\n @WebParam(name = \"triageStoreId\", targetNamespace = \"\")\n TriageStoreIdDataObj triageStoreId,\n @WebParam(name = \"triageStoreSpec\", targetNamespace = \"\")\n TriageStoreSpecDataObj triageStoreSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param triageStoreId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteTriageStore\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteTriageStore\")\n @ResponseWrapper(localName = \"deleteTriageStoreResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteTriageStoreResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteTriageStoreRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteTriageStoreResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteTriageStore/Fault/CovRemoteServiceException\")\n })\n public void deleteTriageStore(\n @WebParam(name = \"triageStoreId\", targetNamespace = \"\")\n TriageStoreIdDataObj triageStoreId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param componentId\n * @return\n * returns com.coverity.ws.v7.ComponentDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getComponent\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetComponent\")\n @ResponseWrapper(localName = \"getComponentResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetComponentResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getComponentRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getComponentResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getComponent/Fault/CovRemoteServiceException\")\n })\n public ComponentDataObj getComponent(\n @WebParam(name = \"componentId\", targetNamespace = \"\")\n ComponentIdDataObj componentId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param username\n * @return\n * returns com.coverity.ws.v7.UserDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getUser\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetUser\")\n @ResponseWrapper(localName = \"getUserResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetUserResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getUserRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getUserResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getUser/Fault/CovRemoteServiceException\")\n })\n public UserDataObj getUser(\n @WebParam(name = \"username\", targetNamespace = \"\")\n String username)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param filterSpec\n * @return\n * returns java.util.List<com.coverity.ws.v7.StreamDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getStreams\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetStreams\")\n @ResponseWrapper(localName = \"getStreamsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetStreamsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getStreamsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getStreamsResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getStreams/Fault/CovRemoteServiceException\")\n })\n public List<StreamDataObj> getStreams(\n @WebParam(name = \"filterSpec\", targetNamespace = \"\")\n StreamFilterSpecDataObj filterSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param filterSpec\n * @return\n * returns java.util.List<com.coverity.ws.v7.CheckerPropertyDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getCheckerProperties\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetCheckerProperties\")\n @ResponseWrapper(localName = \"getCheckerPropertiesResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetCheckerPropertiesResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getCheckerPropertiesRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getCheckerPropertiesResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getCheckerProperties/Fault/CovRemoteServiceException\")\n })\n public List<CheckerPropertyDataObj> getCheckerProperties(\n @WebParam(name = \"filterSpec\", targetNamespace = \"\")\n CheckerPropertyFilterSpecDataObj filterSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param snapshotId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteSnapshot\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteSnapshot\")\n @ResponseWrapper(localName = \"deleteSnapshotResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteSnapshotResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteSnapshotRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteSnapshotResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteSnapshot/Fault/CovRemoteServiceException\")\n })\n public void deleteSnapshot(\n @WebParam(name = \"snapshotId\", targetNamespace = \"\")\n List<SnapshotIdDataObj> snapshotId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param viewname\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"executeNotification\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.ExecuteNotification\")\n @ResponseWrapper(localName = \"executeNotificationResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.ExecuteNotificationResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/executeNotificationRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/executeNotificationResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/executeNotification/Fault/CovRemoteServiceException\")\n })\n public void executeNotification(\n @WebParam(name = \"viewname\", targetNamespace = \"\")\n String viewname)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param filterSpec\n * @return\n * returns java.util.List<com.coverity.ws.v7.ProjectDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProjects\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetProjects\")\n @ResponseWrapper(localName = \"getProjectsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetProjectsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getProjectsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getProjectsResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getProjects/Fault/CovRemoteServiceException\")\n })\n public List<ProjectDataObj> getProjects(\n @WebParam(name = \"filterSpec\", targetNamespace = \"\")\n ProjectFilterSpecDataObj filterSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param projectId\n * @param sourceStreamId\n * @return\n * returns com.coverity.ws.v7.StreamDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"copyStream\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CopyStream\")\n @ResponseWrapper(localName = \"copyStreamResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CopyStreamResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/copyStreamRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/copyStreamResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/copyStream/Fault/CovRemoteServiceException\")\n })\n public StreamDataObj copyStream(\n @WebParam(name = \"projectId\", targetNamespace = \"\")\n ProjectIdDataObj projectId,\n @WebParam(name = \"sourceStreamId\", targetNamespace = \"\")\n StreamIdDataObj sourceStreamId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param streamSpec\n * @param projectId\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createStreamInProject\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateStreamInProject\")\n @ResponseWrapper(localName = \"createStreamInProjectResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateStreamInProjectResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createStreamInProjectRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createStreamInProjectResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createStreamInProject/Fault/CovRemoteServiceException\")\n })\n public void createStreamInProject(\n @WebParam(name = \"projectId\", targetNamespace = \"\")\n ProjectIdDataObj projectId,\n @WebParam(name = \"streamSpec\", targetNamespace = \"\")\n StreamSpecDataObj streamSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param arg0\n */\n @WebMethod\n @RequestWrapper(localName = \"setAcceptingNewCommits\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.SetAcceptingNewCommits\")\n @ResponseWrapper(localName = \"setAcceptingNewCommitsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.SetAcceptingNewCommitsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/setAcceptingNewCommitsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/setAcceptingNewCommitsResponse\")\n public void setAcceptingNewCommits(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n boolean arg0);\n\n /**\n * \n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getMessageOfTheDay\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetMessageOfTheDay\")\n @ResponseWrapper(localName = \"getMessageOfTheDayResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetMessageOfTheDayResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getMessageOfTheDayRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getMessageOfTheDayResponse\")\n public String getMessageOfTheDay();\n\n /**\n * \n * @param message\n */\n @WebMethod\n @RequestWrapper(localName = \"setMessageOfTheDay\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.SetMessageOfTheDay\")\n @ResponseWrapper(localName = \"setMessageOfTheDayResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.SetMessageOfTheDayResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/setMessageOfTheDayRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/setMessageOfTheDayResponse\")\n public void setMessageOfTheDay(\n @WebParam(name = \"message\", targetNamespace = \"\")\n String message);\n\n /**\n * \n * @param filterSpec\n * @return\n * returns java.util.List<com.coverity.ws.v7.TriageStoreDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getTriageStores\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetTriageStores\")\n @ResponseWrapper(localName = \"getTriageStoresResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetTriageStoresResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getTriageStoresRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getTriageStoresResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getTriageStores/Fault/CovRemoteServiceException\")\n })\n public List<TriageStoreDataObj> getTriageStores(\n @WebParam(name = \"filterSpec\", targetNamespace = \"\")\n TriageStoreFilterSpecDataObj filterSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns com.coverity.ws.v7.CommitStateDataObj\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getCommitState\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetCommitState\")\n @ResponseWrapper(localName = \"getCommitStateResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetCommitStateResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getCommitStateRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getCommitStateResponse\")\n public CommitStateDataObj getCommitState();\n\n /**\n * \n * @return\n * returns java.util.List<com.coverity.ws.v7.ServerDomainIdDataObj>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getLdapServerDomains\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetLdapServerDomains\")\n @ResponseWrapper(localName = \"getLdapServerDomainsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetLdapServerDomainsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getLdapServerDomainsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getLdapServerDomainsResponse\")\n public List<ServerDomainIdDataObj> getLdapServerDomains();\n\n /**\n * \n * @return\n * returns com.coverity.ws.v7.LicenseStateDataObj\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getLicenseState\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetLicenseState\")\n @ResponseWrapper(localName = \"getLicenseStateResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetLicenseStateResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getLicenseStateRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getLicenseStateResponse\")\n public LicenseStateDataObj getLicenseState();\n\n /**\n * \n * @param snapshotId\n * @param snapshotData\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateSnapshotInfo\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateSnapshotInfo\")\n @ResponseWrapper(localName = \"updateSnapshotInfoResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateSnapshotInfoResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateSnapshotInfoRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateSnapshotInfoResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateSnapshotInfo/Fault/CovRemoteServiceException\")\n })\n public void updateSnapshotInfo(\n @WebParam(name = \"snapshotId\", targetNamespace = \"\")\n SnapshotIdDataObj snapshotId,\n @WebParam(name = \"snapshotData\", targetNamespace = \"\")\n SnapshotInfoDataObj snapshotData)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns java.util.List<com.coverity.ws.v7.FeatureUpdateTimeDataObj>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getLastUpdateTimes\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetLastUpdateTimes\")\n @ResponseWrapper(localName = \"getLastUpdateTimesResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetLastUpdateTimesResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getLastUpdateTimesRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getLastUpdateTimesResponse\")\n public List<FeatureUpdateTimeDataObj> getLastUpdateTimes();\n\n /**\n * \n * @param ldapConfigurationSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"createLdapConfiguration\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateLdapConfiguration\")\n @ResponseWrapper(localName = \"createLdapConfigurationResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.CreateLdapConfigurationResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/createLdapConfigurationRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/createLdapConfigurationResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/createLdapConfiguration/Fault/CovRemoteServiceException\")\n })\n public void createLdapConfiguration(\n @WebParam(name = \"ldapConfigurationSpec\", targetNamespace = \"\")\n LdapConfigurationSpecDataObj ldapConfigurationSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param ldapConfigurationSpec\n * @param serverDomainIdDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"updateLdapConfiguration\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateLdapConfiguration\")\n @ResponseWrapper(localName = \"updateLdapConfigurationResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.UpdateLdapConfigurationResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/updateLdapConfigurationRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/updateLdapConfigurationResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/updateLdapConfiguration/Fault/CovRemoteServiceException\")\n })\n public void updateLdapConfiguration(\n @WebParam(name = \"serverDomainIdDataObj\", targetNamespace = \"\")\n ServerDomainIdDataObj serverDomainIdDataObj,\n @WebParam(name = \"ldapConfigurationSpec\", targetNamespace = \"\")\n LdapConfigurationSpecDataObj ldapConfigurationSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns com.coverity.ws.v7.SnapshotPurgeDetailsObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSnapshotPurgeDetails\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetSnapshotPurgeDetails\")\n @ResponseWrapper(localName = \"getSnapshotPurgeDetailsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetSnapshotPurgeDetailsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getSnapshotPurgeDetailsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getSnapshotPurgeDetailsResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getSnapshotPurgeDetails/Fault/CovRemoteServiceException\")\n })\n public SnapshotPurgeDetailsObj getSnapshotPurgeDetails()\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param purgeDetailsSpec\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"setSnapshotPurgeDetails\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.SetSnapshotPurgeDetails\")\n @ResponseWrapper(localName = \"setSnapshotPurgeDetailsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.SetSnapshotPurgeDetailsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/setSnapshotPurgeDetailsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/setSnapshotPurgeDetailsResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/setSnapshotPurgeDetails/Fault/CovRemoteServiceException\")\n })\n public void setSnapshotPurgeDetails(\n @WebParam(name = \"purgeDetailsSpec\", targetNamespace = \"\")\n SnapshotPurgeDetailsObj purgeDetailsSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param srcTriageStoreIds\n * @param triageStoreId\n * @param deleteSourceStores\n * @param assignStreamsToTargetStore\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"mergeTriageStores\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.MergeTriageStores\")\n @ResponseWrapper(localName = \"mergeTriageStoresResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.MergeTriageStoresResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/mergeTriageStoresRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/mergeTriageStoresResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/mergeTriageStores/Fault/CovRemoteServiceException\")\n })\n public void mergeTriageStores(\n @WebParam(name = \"srcTriageStoreIds\", targetNamespace = \"\")\n List<TriageStoreIdDataObj> srcTriageStoreIds,\n @WebParam(name = \"triageStoreId\", targetNamespace = \"\")\n TriageStoreIdDataObj triageStoreId,\n @WebParam(name = \"deleteSourceStores\", targetNamespace = \"\")\n boolean deleteSourceStores,\n @WebParam(name = \"assignStreamsToTargetStore\", targetNamespace = \"\")\n boolean assignStreamsToTargetStore)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns java.util.List<com.coverity.ws.v7.PermissionDataObj>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllPermissions\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAllPermissions\")\n @ResponseWrapper(localName = \"getAllPermissionsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAllPermissionsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getAllPermissionsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getAllPermissionsResponse\")\n public List<PermissionDataObj> getAllPermissions();\n\n /**\n * \n * @return\n * returns java.util.List<com.coverity.ws.v7.LdapConfigurationDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllLdapConfigurations\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAllLdapConfigurations\")\n @ResponseWrapper(localName = \"getAllLdapConfigurationsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetAllLdapConfigurationsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getAllLdapConfigurationsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getAllLdapConfigurationsResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getAllLdapConfigurations/Fault/CovRemoteServiceException\")\n })\n public List<LdapConfigurationDataObj> getAllLdapConfigurations()\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param snapshotId\n * @return\n * returns java.util.List<com.coverity.ws.v7.DeleteSnapshotJobInfoDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getDeleteSnapshotJobInfo\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetDeleteSnapshotJobInfo\")\n @ResponseWrapper(localName = \"getDeleteSnapshotJobInfoResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetDeleteSnapshotJobInfoResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getDeleteSnapshotJobInfoRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getDeleteSnapshotJobInfoResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getDeleteSnapshotJobInfo/Fault/CovRemoteServiceException\")\n })\n public List<DeleteSnapshotJobInfoDataObj> getDeleteSnapshotJobInfo(\n @WebParam(name = \"snapshotId\", targetNamespace = \"\")\n List<SnapshotIdDataObj> snapshotId)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param streamId\n * @param filterSpec\n * @return\n * returns java.util.List<com.coverity.ws.v7.SnapshotIdDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSnapshotsForStream\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetSnapshotsForStream\")\n @ResponseWrapper(localName = \"getSnapshotsForStreamResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetSnapshotsForStreamResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getSnapshotsForStreamRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getSnapshotsForStreamResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getSnapshotsForStream/Fault/CovRemoteServiceException\")\n })\n public List<SnapshotIdDataObj> getSnapshotsForStream(\n @WebParam(name = \"streamId\", targetNamespace = \"\")\n StreamIdDataObj streamId,\n @WebParam(name = \"filterSpec\", targetNamespace = \"\")\n SnapshotFilterSpecDataObj filterSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param serverDomainIdDataObj\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"deleteLdapConfiguration\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteLdapConfiguration\")\n @ResponseWrapper(localName = \"deleteLdapConfigurationResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.DeleteLdapConfigurationResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/deleteLdapConfigurationRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/deleteLdapConfigurationResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/deleteLdapConfiguration/Fault/CovRemoteServiceException\")\n })\n public void deleteLdapConfiguration(\n @WebParam(name = \"serverDomainIdDataObj\", targetNamespace = \"\")\n ServerDomainIdDataObj serverDomainIdDataObj)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param filterSpec\n * @return\n * returns java.util.List<com.coverity.ws.v7.ComponentMapDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getComponentMaps\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetComponentMaps\")\n @ResponseWrapper(localName = \"getComponentMapsResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetComponentMapsResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getComponentMapsRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getComponentMapsResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getComponentMaps/Fault/CovRemoteServiceException\")\n })\n public List<ComponentMapDataObj> getComponentMaps(\n @WebParam(name = \"filterSpec\", targetNamespace = \"\")\n ComponentMapFilterSpecDataObj filterSpec)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns java.util.List<java.lang.String>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getDefectStatuses\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetDefectStatuses\")\n @ResponseWrapper(localName = \"getDefectStatusesResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetDefectStatusesResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getDefectStatusesRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getDefectStatusesResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getDefectStatuses/Fault/CovRemoteServiceException\")\n })\n public List<String> getDefectStatuses()\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @param snapshotIds\n * @return\n * returns java.util.List<com.coverity.ws.v7.SnapshotInfoDataObj>\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSnapshotInformation\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetSnapshotInformation\")\n @ResponseWrapper(localName = \"getSnapshotInformationResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetSnapshotInformationResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getSnapshotInformationRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getSnapshotInformationResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getSnapshotInformation/Fault/CovRemoteServiceException\")\n })\n public List<SnapshotInfoDataObj> getSnapshotInformation(\n @WebParam(name = \"snapshotIds\", targetNamespace = \"\")\n List<SnapshotIdDataObj> snapshotIds)\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns javax.xml.datatype.XMLGregorianCalendar\n * @throws CovRemoteServiceException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getServerTime\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetServerTime\")\n @ResponseWrapper(localName = \"getServerTimeResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetServerTimeResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getServerTimeRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getServerTimeResponse\", fault = {\n @FaultAction(className = CovRemoteServiceException_Exception.class, value = \"http://ws.coverity.com/v7/ConfigurationService/getServerTime/Fault/CovRemoteServiceException\")\n })\n public XMLGregorianCalendar getServerTime()\n throws CovRemoteServiceException_Exception\n ;\n\n /**\n * \n * @return\n * returns com.coverity.ws.v7.ConfigurationDataObj\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSystemConfig\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetSystemConfig\")\n @ResponseWrapper(localName = \"getSystemConfigResponse\", targetNamespace = \"http://ws.coverity.com/v7\", className = \"com.coverity.ws.v7.GetSystemConfigResponse\")\n @Action(input = \"http://ws.coverity.com/v7/ConfigurationService/getSystemConfigRequest\", output = \"http://ws.coverity.com/v7/ConfigurationService/getSystemConfigResponse\")\n public ConfigurationDataObj getSystemConfig();\n\n}", "@WebService(name = \"ProductoService\", targetNamespace = \"http://ws.jwsclase2_2_1/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface ProductoService {\n\n\n /**\n * \n * @return\n * returns jwsclase2_2_2.wsresponse.Producto\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProducto\", targetNamespace = \"http://ws.jwsclase2_2_1/\", className = \"jwsclase2_2_2.wsresponse.GetProducto\")\n @ResponseWrapper(localName = \"getProductoResponse\", targetNamespace = \"http://ws.jwsclase2_2_1/\", className = \"jwsclase2_2_2.wsresponse.GetProductoResponse\")\n @Action(input = \"http://ws.jwsclase2_2_1/ProductoService/getProductoRequest\", output = \"http://ws.jwsclase2_2_1/ProductoService/getProductoResponse\")\n public Producto getProducto();\n\n}", "@WebService(name = \"GetUser\", targetNamespace = \"http://Eshan/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface GetUser {\n\n\n /**\n * \n * @param userID\n * @return\n * returns java.util.List<java.lang.Object>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getUser\", targetNamespace = \"http://Eshan/\", className = \"eshan.GetUser_Type\")\n @ResponseWrapper(localName = \"getUserResponse\", targetNamespace = \"http://Eshan/\", className = \"eshan.GetUserResponse\")\n @Action(input = \"http://Eshan/GetUser/getUserRequest\", output = \"http://Eshan/GetUser/getUserResponse\")\n public List<Object> getUser(\n @WebParam(name = \"UserID\", targetNamespace = \"\")\n int userID);\n\n}", "@WebService(targetNamespace = \"http://iso8583.org/payload\", name = \"CoreServicePortType\")\n@XmlSeeAlso({ObjectFactory.class, org.team5.bank.core.server.service.model.xsd.ObjectFactory.class})\npublic interface CoreServicePortType {\n\n @WebResult(name = \"return\", targetNamespace = \"http://iso8583.org/payload\")\n @Action(input = \"urn:getTransactionHistory\", output = \"urn:getTransactionHistoryResponse\")\n @RequestWrapper(localName = \"getTransactionHistory\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.GetTransactionHistory\")\n @WebMethod(action = \"urn:getTransactionHistory\")\n @ResponseWrapper(localName = \"getTransactionHistoryResponse\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.GetTransactionHistoryResponse\")\n public java.util.List<org.team5.bank.core.server.service.model.xsd.Transaction> getTransactionHistory(\n @WebParam(name = \"accountNo\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.String accountNo\n );\n\n @WebResult(name = \"return\", targetNamespace = \"http://iso8583.org/payload\")\n @Action(input = \"urn:getBalance\", output = \"urn:getBalanceResponse\")\n @RequestWrapper(localName = \"getBalance\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.GetBalance\")\n @WebMethod(action = \"urn:getBalance\")\n @ResponseWrapper(localName = \"getBalanceResponse\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.GetBalanceResponse\")\n public java.lang.String getBalance(\n @WebParam(name = \"accountNo\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.String accountNo\n );\n\n @WebResult(name = \"return\", targetNamespace = \"http://iso8583.org/payload\")\n @Action(input = \"urn:getAccount\", output = \"urn:getAccountResponse\")\n @RequestWrapper(localName = \"getAccount\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.GetAccount\")\n @WebMethod(action = \"urn:getAccount\")\n @ResponseWrapper(localName = \"getAccountResponse\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.GetAccountResponse\")\n public org.team5.bank.core.server.service.model.xsd.Account getAccount(\n @WebParam(name = \"userId\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.Long userId\n );\n\n @WebResult(name = \"return\", targetNamespace = \"http://iso8583.org/payload\")\n @Action(input = \"urn:withdraw\", output = \"urn:withdrawResponse\")\n @RequestWrapper(localName = \"withdraw\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.Withdraw\")\n @WebMethod(action = \"urn:withdraw\")\n @ResponseWrapper(localName = \"withdrawResponse\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.WithdrawResponse\")\n public org.team5.bank.core.server.service.model.xsd.TransactionResponse withdraw(\n @WebParam(name = \"accountNo\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.String accountNo,\n @WebParam(name = \"amount\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.Double amount\n );\n\n @WebResult(name = \"return\", targetNamespace = \"http://iso8583.org/payload\")\n @Action(input = \"urn:fundTransfer\", output = \"urn:fundTransferResponse\")\n @RequestWrapper(localName = \"fundTransfer\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.FundTransfer\")\n @WebMethod(action = \"urn:fundTransfer\")\n @ResponseWrapper(localName = \"fundTransferResponse\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.FundTransferResponse\")\n public org.team5.bank.core.server.service.model.xsd.TransactionResponse fundTransfer(\n @WebParam(name = \"from\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.String from,\n @WebParam(name = \"to\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.String to,\n @WebParam(name = \"amount\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.Double amount\n );\n\n @WebResult(name = \"return\", targetNamespace = \"http://iso8583.org/payload\")\n @Action(input = \"urn:deposit\", output = \"urn:depositResponse\")\n @RequestWrapper(localName = \"deposit\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.Deposit\")\n @WebMethod(action = \"urn:deposit\")\n @ResponseWrapper(localName = \"depositResponse\", targetNamespace = \"http://iso8583.org/payload\", className = \"org.iso8583.payload.DepositResponse\")\n public org.team5.bank.core.server.service.model.xsd.TransactionResponse deposit(\n @WebParam(name = \"accountNo\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.String accountNo,\n @WebParam(name = \"amount\", targetNamespace = \"http://iso8583.org/payload\")\n java.lang.Double amount\n );\n}", "@WebService(name = \"PaymentMgmtService\",\n targetNamespace = \"http://assessor.lacounty.gov/amp/wsdl/ao/PaymentMgmtService\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({ ObjectFactory.class })\npublic interface PaymentMgmtService {\n\n\n /**\n *\n * @param request\n * @return\n * returns gov.laca.amp.proxy.soap.pmtmgmtservice.client.gen.RetrievePaymentHistoryResponse\n * @throws FaultMessage\n */\n @WebMethod(operationName = \"RetrievePaymentHistory\", action = \"RetrievePaymentHistory\")\n @WebResult(name = \"RetrievePaymentHistoryResponse\",\n targetNamespace = \"http://assessor.lacounty.gov/amp/xsd/ao/RetrievePaymentHistory\", partName = \"reply\")\n public RetrievePaymentHistoryResponse retrievePaymentHistory(@WebParam(name = \"RetrievePaymentHistoryRequest\",\n targetNamespace =\n \"http://assessor.lacounty.gov/amp/xsd/ao/RetrievePaymentHistory\",\n partName = \"request\")\n RetrievePaymentHistoryRequest request) throws FaultMessage;\n\n /**\n *\n * @param request\n * @return\n * returns gov.laca.amp.proxy.soap.pmtmgmtservice.client.gen.RetrieveSTRSummaryResponse\n * @throws FaultMessage\n */\n @WebMethod(operationName = \"RetrieveSTRSummary\", action = \"RetrieveSTRSummary\")\n @WebResult(name = \"RetrieveSTRSummaryResponse\",\n targetNamespace = \"http://assessor.lacounty.gov/amp/xsd/ao/RetrieveSTRSummary\", partName = \"reply\")\n public RetrieveSTRSummaryResponse retrieveSTRSummary(@WebParam(name = \"RetrieveSTRSummaryRequest\",\n targetNamespace =\n \"http://assessor.lacounty.gov/amp/xsd/ao/RetrieveSTRSummary\",\n partName = \"request\")\n RetrieveSTRSummaryRequest request) throws FaultMessage;\n\n /**\n *\n * @param request\n * @return\n * returns gov.laca.amp.proxy.soap.pmtmgmtservice.client.gen.RetrieveSTRChangeHistoryResponse\n * @throws FaultMessage\n */\n @WebMethod(operationName = \"RetrieveSTRChangeHistory\", action = \"RetrieveSTRChangeHistory\")\n @WebResult(name = \"RetrieveSTRChangeHistoryResponse\",\n targetNamespace = \"http://assessor.lacounty.gov/amp/xsd/ao/RetrieveSTRChangeHistory\", partName = \"reply\")\n public RetrieveSTRChangeHistoryResponse retrieveSTRChangeHistory(@WebParam(name = \"RetrieveSTRChangeHistoryRequest\",\n targetNamespace =\n \"http://assessor.lacounty.gov/amp/xsd/ao/RetrieveSTRChangeHistory\",\n partName = \"request\")\n RetrieveSTRChangeHistoryRequest request) throws FaultMessage;\n\n}", "@WebService(name = \"IPartnerIntegrationService\", targetNamespace = \"http://tempuri.org/\")\r\n@XmlSeeAlso({\r\n ObjectFactory.class\r\n})\r\npublic interface IPartnerIntegrationService {\r\n\r\n\r\n /**\r\n * \r\n * @param partnerIntegrationXML\r\n * @return\r\n * returns java.lang.String\r\n */\r\n @WebMethod(operationName = \"SavePartner_integration\", action = \"http://tempuri.org/IPartnerIntegrationService/SavePartner_integration\")\r\n @WebResult(name = \"SavePartner_integrationResult\", targetNamespace = \"http://tempuri.org/\")\r\n @RequestWrapper(localName = \"SavePartner_integration\", targetNamespace = \"http://tempuri.org/\", className = \"com.kotak.SavePartnerIntegration\")\r\n @ResponseWrapper(localName = \"SavePartner_integrationResponse\", targetNamespace = \"http://tempuri.org/\", className = \"com.kotak.SavePartnerIntegrationResponse\")\r\n public String savePartnerIntegration(\r\n @WebParam(name = \"Partner_integrationXML\", targetNamespace = \"http://tempuri.org/\")\r\n String partnerIntegrationXML);\r\n\r\n /**\r\n * \r\n * @param strPolicyIssueTime\r\n * @param strTransactionID\r\n * @param strCustomerName\r\n * @param strTransactionRef\r\n * @param strProdType\r\n * @param strPolicyNo\r\n * @param strPassword\r\n * @param strUserId\r\n * @param strPolicyPDF\r\n * @return\r\n * returns com.kotak.ClsSignPDF\r\n */\r\n @WebMethod(operationName = \"GetSignPolicyPDF\", action = \"http://tempuri.org/IPartnerIntegrationService/GetSignPolicyPDF\")\r\n @WebResult(name = \"GetSignPolicyPDFResult\", targetNamespace = \"http://tempuri.org/\")\r\n @RequestWrapper(localName = \"GetSignPolicyPDF\", targetNamespace = \"http://tempuri.org/\", className = \"com.kotak.GetSignPolicyPDF\")\r\n @ResponseWrapper(localName = \"GetSignPolicyPDFResponse\", targetNamespace = \"http://tempuri.org/\", className = \"com.kotak.GetSignPolicyPDFResponse\")\r\n public ClsSignPDF getSignPolicyPDF(\r\n @WebParam(name = \"strUserId\", targetNamespace = \"http://tempuri.org/\")\r\n String strUserId,\r\n @WebParam(name = \"strPassword\", targetNamespace = \"http://tempuri.org/\")\r\n String strPassword,\r\n @WebParam(name = \"strProdType\", targetNamespace = \"http://tempuri.org/\")\r\n String strProdType,\r\n @WebParam(name = \"strPolicyNo\", targetNamespace = \"http://tempuri.org/\")\r\n String strPolicyNo,\r\n @WebParam(name = \"strPolicyIssueTime\", targetNamespace = \"http://tempuri.org/\")\r\n String strPolicyIssueTime,\r\n @WebParam(name = \"strTransactionID\", targetNamespace = \"http://tempuri.org/\")\r\n String strTransactionID,\r\n @WebParam(name = \"strTransactionRef\", targetNamespace = \"http://tempuri.org/\")\r\n String strTransactionRef,\r\n @WebParam(name = \"strCustomerName\", targetNamespace = \"http://tempuri.org/\")\r\n String strCustomerName,\r\n @WebParam(name = \"strPolicyPDF\", targetNamespace = \"http://tempuri.org/\")\r\n byte[] strPolicyPDF);\r\n\r\n}", "@WebService(targetNamespace = \"http://interfaces.webService.xxdai.com/\", name = \"BaseInfoCXFService\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface BaseInfoCXFService {\n\n @WebResult(name = \"return\", targetNamespace = \"\")\n @RequestWrapper(localName = \"alterBaseInfo\", targetNamespace = \"http://interfaces.webService.xxdai.com/\", className = \"com.xxdai.person.ws.baseinfo.AlterBaseInfo\")\n @WebMethod\n @ResponseWrapper(localName = \"alterBaseInfoResponse\", targetNamespace = \"http://interfaces.webService.xxdai.com/\", className = \"com.xxdai.person.ws.baseinfo.AlterBaseInfoResponse\")\n public java.lang.String alterBaseInfo(\n @WebParam(name = \"alterBaseInfoJson\", targetNamespace = \"\")\n java.lang.String alterBaseInfoJson\n );\n}", "@WebService(name = \"DomesticRemittanceByPartnerService\", targetNamespace = \"http://www.quantiguous.com/services\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface DomesticRemittanceByPartnerService {\n\n\n /**\n * \n * @param beneficiaryAccountNo\n * @param remitterToBeneficiaryInfo\n * @param remitterAddress\n * @param remitterIFSC\n * @param partnerCode\n * @param transactionStatus\n * @param transferAmount\n * @param remitterName\n * @param beneficiaryAddress\n * @param uniqueResponseNo\n * @param version\n * @param requestReferenceNo\n * @param beneficiaryIFSC\n * @param debitAccountNo\n * @param uniqueRequestNo\n * @param beneficiaryName\n * @param customerID\n * @param beneficiaryContact\n * @param transferType\n * @param attemptNo\n * @param transferCurrencyCode\n * @param remitterContact\n * @param remitterAccountNo\n * @param lowBalanceAlert\n */\n @WebMethod(action = \"http://www.quantiguous.com/services/DomesticRemittanceByPartnerService/remit\")\n @RequestWrapper(localName = \"remit\", targetNamespace = \"http://www.quantiguous.com/services\", className = \"com.quantiguous.services.Remit\")\n @ResponseWrapper(localName = \"remitResponse\", targetNamespace = \"http://www.quantiguous.com/services\", className = \"com.quantiguous.services.RemitResponse\")\n public void remit(\n @WebParam(name = \"version\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.INOUT)\n Holder<String> version,\n @WebParam(name = \"uniqueRequestNo\", targetNamespace = \"http://www.quantiguous.com/services\")\n String uniqueRequestNo,\n @WebParam(name = \"partnerCode\", targetNamespace = \"http://www.quantiguous.com/services\")\n String partnerCode,\n @WebParam(name = \"customerID\", targetNamespace = \"http://www.quantiguous.com/services\")\n String customerID,\n @WebParam(name = \"debitAccountNo\", targetNamespace = \"http://www.quantiguous.com/services\")\n String debitAccountNo,\n @WebParam(name = \"remitterAccountNo\", targetNamespace = \"http://www.quantiguous.com/services\")\n String remitterAccountNo,\n @WebParam(name = \"remitterIFSC\", targetNamespace = \"http://www.quantiguous.com/services\")\n String remitterIFSC,\n @WebParam(name = \"remitterName\", targetNamespace = \"http://www.quantiguous.com/services\")\n String remitterName,\n @WebParam(name = \"remitterAddress\", targetNamespace = \"http://www.quantiguous.com/services\")\n AddressType remitterAddress,\n @WebParam(name = \"remitterContact\", targetNamespace = \"http://www.quantiguous.com/services\")\n ContactType remitterContact,\n @WebParam(name = \"beneficiaryName\", targetNamespace = \"http://www.quantiguous.com/services\")\n String beneficiaryName,\n @WebParam(name = \"beneficiaryAddress\", targetNamespace = \"http://www.quantiguous.com/services\")\n AddressType beneficiaryAddress,\n @WebParam(name = \"beneficiaryContact\", targetNamespace = \"http://www.quantiguous.com/services\")\n ContactType beneficiaryContact,\n @WebParam(name = \"beneficiaryAccountNo\", targetNamespace = \"http://www.quantiguous.com/services\")\n String beneficiaryAccountNo,\n @WebParam(name = \"beneficiaryIFSC\", targetNamespace = \"http://www.quantiguous.com/services\")\n String beneficiaryIFSC,\n @WebParam(name = \"transferType\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.INOUT)\n Holder<TransferTypeType> transferType,\n @WebParam(name = \"transferCurrencyCode\", targetNamespace = \"http://www.quantiguous.com/services\")\n CurrencyCodeType transferCurrencyCode,\n @WebParam(name = \"transferAmount\", targetNamespace = \"http://www.quantiguous.com/services\")\n BigDecimal transferAmount,\n @WebParam(name = \"remitterToBeneficiaryInfo\", targetNamespace = \"http://www.quantiguous.com/services\")\n String remitterToBeneficiaryInfo,\n @WebParam(name = \"uniqueResponseNo\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<String> uniqueResponseNo,\n @WebParam(name = \"attemptNo\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<BigInteger> attemptNo,\n @WebParam(name = \"requestReferenceNo\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<String> requestReferenceNo,\n @WebParam(name = \"lowBalanceAlert\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<Boolean> lowBalanceAlert,\n @WebParam(name = \"transactionStatus\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<TransactionStatusType> transactionStatus);\n\n /**\n * \n * @param accountCurrencyCode\n * @param partnerCode\n * @param accountNo\n * @param accountBalanceAmount\n * @param customerID\n * @param version\n * @param lowBalanceAlert\n */\n @WebMethod(action = \"http://www.quantiguous.com/services/DomesticRemittanceByPartnerService/getBalance\")\n @RequestWrapper(localName = \"getBalance\", targetNamespace = \"http://www.quantiguous.com/services\", className = \"com.quantiguous.services.GetBalance\")\n @ResponseWrapper(localName = \"getBalanceResponse\", targetNamespace = \"http://www.quantiguous.com/services\", className = \"com.quantiguous.services.GetBalanceResponse\")\n public void getBalance(\n @WebParam(name = \"version\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.INOUT)\n Holder<String> version,\n @WebParam(name = \"partnerCode\", targetNamespace = \"http://www.quantiguous.com/services\")\n String partnerCode,\n @WebParam(name = \"customerID\", targetNamespace = \"http://www.quantiguous.com/services\")\n String customerID,\n @WebParam(name = \"accountNo\", targetNamespace = \"http://www.quantiguous.com/services\")\n String accountNo,\n @WebParam(name = \"accountCurrencyCode\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<CurrencyCodeType> accountCurrencyCode,\n @WebParam(name = \"accountBalanceAmount\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<BigDecimal> accountBalanceAmount,\n @WebParam(name = \"lowBalanceAlert\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<Boolean> lowBalanceAlert);\n\n /**\n * \n * @param reqTransferType\n * @param partnerCode\n * @param transactionStatus\n * @param transferAmount\n * @param transferType\n * @param transactionDate\n * @param version\n * @param transferCurrencyCode\n * @param requestReferenceNo\n */\n @WebMethod(action = \"http://www.quantiguous.com/services/DomesticRemittanceByPartnerService/getRemittanceStatus\")\n @RequestWrapper(localName = \"getRemittanceStatus\", targetNamespace = \"http://www.quantiguous.com/services\", className = \"com.quantiguous.services.GetRemittanceStatus\")\n @ResponseWrapper(localName = \"getRemittanceStatusResponse\", targetNamespace = \"http://www.quantiguous.com/services\", className = \"com.quantiguous.services.GetRemittanceStatusResponse\")\n public void getRemittanceStatus(\n @WebParam(name = \"version\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.INOUT)\n Holder<String> version,\n @WebParam(name = \"partnerCode\", targetNamespace = \"http://www.quantiguous.com/services\")\n String partnerCode,\n @WebParam(name = \"requestReferenceNo\", targetNamespace = \"http://www.quantiguous.com/services\")\n String requestReferenceNo,\n @WebParam(name = \"transferType\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<TransferTypeType> transferType,\n @WebParam(name = \"reqTransferType\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<TransferTypeType> reqTransferType,\n @WebParam(name = \"transactionDate\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<XMLGregorianCalendar> transactionDate,\n @WebParam(name = \"transferAmount\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<BigDecimal> transferAmount,\n @WebParam(name = \"transferCurrencyCode\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<CurrencyCodeType> transferCurrencyCode,\n @WebParam(name = \"transactionStatus\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<TransactionStatusType> transactionStatus);\n\n /**\n * \n * @param numDebits\n * @param partnerCode\n * @param dateRange\n * @param accountNo\n * @param customerID\n * @param closingBalance\n * @param numTransactions\n * @param numCredits\n * @param version\n * @param openingBalance\n * @param transactionsArray\n */\n @WebMethod(action = \"http://www.quantiguous.com/services/DomesticRemittanceByPartnerService/getTransactions\")\n @RequestWrapper(localName = \"getTransactions\", targetNamespace = \"http://www.quantiguous.com/services\", className = \"com.quantiguous.services.GetTransactions\")\n @ResponseWrapper(localName = \"getTransactionsResponse\", targetNamespace = \"http://www.quantiguous.com/services\", className = \"com.quantiguous.services.GetTransactionsResponse\")\n public void getTransactions(\n @WebParam(name = \"version\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.INOUT)\n Holder<String> version,\n @WebParam(name = \"partnerCode\", targetNamespace = \"http://www.quantiguous.com/services\")\n String partnerCode,\n @WebParam(name = \"customerID\", targetNamespace = \"http://www.quantiguous.com/services\")\n String customerID,\n @WebParam(name = \"accountNo\", targetNamespace = \"http://www.quantiguous.com/services\")\n String accountNo,\n @WebParam(name = \"dateRange\", targetNamespace = \"http://www.quantiguous.com/services\")\n DateRangeType dateRange,\n @WebParam(name = \"openingBalance\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<BigDecimal> openingBalance,\n @WebParam(name = \"numDebits\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<BigInteger> numDebits,\n @WebParam(name = \"numCredits\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<BigInteger> numCredits,\n @WebParam(name = \"closingBalance\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<BigDecimal> closingBalance,\n @WebParam(name = \"numTransactions\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<BigInteger> numTransactions,\n @WebParam(name = \"transactionsArray\", targetNamespace = \"http://www.quantiguous.com/services\", mode = WebParam.Mode.OUT)\n Holder<TransactionsArrayType> transactionsArray);\n\n}", "private org.apache.axiom.soap.SOAPEnvelope toEnvelope(org.apache.axiom.soap.SOAPFactory factory, sample.ws.HelloWorldWSStub.HelloAuthenticated param, boolean optimizeContent)\n throws org.apache.axis2.AxisFault{\n\n \n try{\n\n org.apache.axiom.soap.SOAPEnvelope emptyEnvelope = factory.getDefaultEnvelope();\n emptyEnvelope.getBody().addChild(param.getOMElement(sample.ws.HelloWorldWSStub.HelloAuthenticated.MY_QNAME,factory));\n return emptyEnvelope;\n } catch(org.apache.axis2.databinding.ADBException e){\n throw org.apache.axis2.AxisFault.makeFault(e);\n }\n \n\n }", "@WebService(name = \"PopuplistDtoServicewsEndpoint\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\")\n@XmlSeeAlso({\n ObjectFactoryPopuplist.class\n})\npublic interface PopuplistDtoServicewsEndpoint {\n\n\n /**\n * \n * @param popuplistDto\n * @return\n * returns org.sepro.parameterweb.serviceapi.PopuplistDto\n */\n @WebMethod\n @WebResult(targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\")\n @RequestWrapper(localName = \"updatePopuplistDtoServicews\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.UpdatePopuplistDtoServicews\")\n @ResponseWrapper(localName = \"updatePopuplistDtoServicewsResponse\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.UpdatePopuplistDtoServicewsResponse\")\n public PopuplistDto updatePopuplistDtoServicews(\n @WebParam(name = \"popuplistDto\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\")\n PopuplistDto popuplistDto);\n\n /**\n * \n * @param entite\n * @return\n * returns java.util.List<org.sepro.parameterweb.serviceapi.PopuplistDto>\n */\n @WebMethod\n @WebResult(targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\")\n @RequestWrapper(localName = \"searchPopuplistDtoServicews\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.SearchPopuplistDtoServicews\")\n @ResponseWrapper(localName = \"searchPopuplistDtoServicewsResponse\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.SearchPopuplistDtoServicewsResponse\")\n public List<PopuplistDto> searchPopuplistDtoServicews(\n @WebParam(name = \"entite\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\")\n String entite);\n\n /**\n * \n * @return\n * returns java.util.List<org.sepro.parameterweb.serviceapi.PopuplistDto>\n */\n @WebMethod\n @WebResult(targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\")\n @RequestWrapper(localName = \"getAllPopuplistDtoServicews\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.GetAllPopuplistDtoServicews\")\n @ResponseWrapper(localName = \"getAllPopuplistDtoServicewsResponse\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.GetAllPopuplistDtoServicewsResponse\")\n public List<PopuplistDto> getAllPopuplistDtoServicews();\n\n /**\n * \n * @param popuplistDto\n * @return\n * returns org.sepro.parameterweb.serviceapi.PopuplistDto\n */\n @WebMethod\n @WebResult(targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\")\n @RequestWrapper(localName = \"createPopuplistDtoServicews\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.CreatePopuplistDtoServicews\")\n @ResponseWrapper(localName = \"createPopuplistDtoServicewsResponse\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.CreatePopuplistDtoServicewsResponse\")\n public PopuplistDto createPopuplistDtoServicews(\n @WebParam(name = \"popuplistDto\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\")\n PopuplistDto popuplistDto);\n\n /**\n * \n * @param popuplistDto\n */\n @WebMethod\n @RequestWrapper(localName = \"deletePopuplistDtoServicews\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.DeletePopuplistDtoServicews\")\n @ResponseWrapper(localName = \"deletePopuplistDtoServicewsResponse\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\", className = \"org.sepro.parameterweb.serviceapi.DeletePopuplistDtoServicewsResponse\")\n public void deletePopuplistDtoServicews(\n @WebParam(name = \"popuplistDto\", targetNamespace = \"http://serviceapi.parameterweb.sepro.org/\")\n PopuplistDto popuplistDto);\n\n}", "@WebService(targetNamespace = \"http://www.nortel.com/soa/oi/cct/AddressService\", name = \"AddressService\")\r\n@XmlSeeAlso({com.nortel.soa.oi.cct.types.addressservice.ObjectFactory.class, com.nortel.soa.oi.cct.faults.ObjectFactory.class, com.nortel.soa.oi.cct.types.ObjectFactory.class, org.xmlsoap.schemas.ws._2003._03.addressing.ObjectFactory.class, org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ObjectFactory.class})\r\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\r\npublic interface AddressService {\r\n\r\n @WebResult(name = \"GetDoNotDisturbResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetDoNotDisturb\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetDoNotDisturb\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetDoNotDisturbResponse getDoNotDisturb(\r\n @WebParam(partName = \"parameters\", name = \"GetDoNotDisturbRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws GetDoNotDisturbException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetCapabilitiesResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetCapabilities\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetCapabilities\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetAddressCapabilitiesResponse getCapabilities(\r\n @WebParam(partName = \"parameters\", name = \"GetCapabilitiesRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws GetCapabilitiesException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"OriginateResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"Originate\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/Originate\")\r\n public com.nortel.soa.oi.cct.types.addressservice.ContactResponse originate(\r\n @WebParam(partName = \"parameters\", name = \"OriginateRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressOriginateRequest parameters\r\n ) throws OriginateException, SessionNotCreatedException;\r\n\r\n @WebMethod(operationName = \"SetDoNotDisturb\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/SetDoNotDisturb\")\r\n public void setDoNotDisturb(\r\n @WebParam(partName = \"parameters\", name = \"SetDoNotDisturbRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.SetDoNotDisturbRequest parameters\r\n ) throws SessionNotCreatedException, SetDoNotDisturbException;\r\n\r\n @WebResult(name = \"IsForwardedResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"IsForwarded\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/IsForwarded\")\r\n public com.nortel.soa.oi.cct.types.addressservice.IsForwardedResponse isForwarded(\r\n @WebParam(partName = \"parameters\", name = \"IsForwardedRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws IsForwardedException, SessionNotCreatedException;\r\n\r\n @WebMethod(operationName = \"SetForwarding\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/SetForwarding\")\r\n public void setForwarding(\r\n @WebParam(partName = \"parameters\", name = \"SetForwardingRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.SetForwardingRequest parameters\r\n ) throws SetForwardingException, SessionNotCreatedException;\r\n\r\n @WebMethod(operationName = \"CancelForwarding\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/CancelForwarding\")\r\n public void cancelForwarding(\r\n @WebParam(partName = \"parameters\", name = \"CancelForwardingRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws SessionNotCreatedException, CancelForwardingException;\r\n\r\n @WebResult(name = \"GetStateResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetState\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetState\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetStateResponse getState(\r\n @WebParam(partName = \"parameters\", name = \"GetStateRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws GetStateException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetTerminalsResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetTerminals\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetTerminals\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetTerminalsResponse getTerminals(\r\n @WebParam(partName = \"parameters\", name = \"GetTerminalsRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws GetTerminalsException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetPresenceResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetPresence\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetPresence\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetPresenceResponse getPresence(\r\n @WebParam(partName = \"parameters\", name = \"GetPresenceRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws GetPresenceException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetConnectionResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetConnection\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetConnection\")\r\n public com.nortel.soa.oi.cct.types.addressservice.ConnectionResponse getConnection(\r\n @WebParam(partName = \"parameters\", name = \"GetConnectionRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.ConnectionRequest parameters\r\n ) throws GetConnectionException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetMessageWaitingResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetMessageWaiting\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetMessageWaiting\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetMessageWaitingResponse getMessageWaiting(\r\n @WebParam(partName = \"parameters\", name = \"GetMessageWaitingRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws GetMessageWaitingException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetTerminalStatusResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetTerminalStatus\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetTerminalStatus\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetTerminalStatusResponse getTerminalStatus(\r\n @WebParam(partName = \"parameters\", name = \"GetTerminalStatusRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws SessionNotCreatedException, GetTerminalStatusException;\r\n\r\n @WebMethod(operationName = \"PresenceSubscribe\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/PresenceSubscribe\")\r\n public void presenceSubscribe(\r\n @WebParam(partName = \"parameters\", name = \"PresenceSubscribeRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.PresenceSubscribeRequest parameters\r\n ) throws PresenceSubscribeException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetConnectionsResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetConnections\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetConnections\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetConnectionsResponse getConnections(\r\n @WebParam(partName = \"parameters\", name = \"GetConnectionsRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws SessionNotCreatedException, GetConnectionsException;\r\n\r\n @WebResult(name = \"GetVersionResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetVersion\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetVersion\")\r\n public com.nortel.soa.oi.cct.types.GetVersionResponse getVersion(\r\n @WebParam(partName = \"parameters\", name = \"GetVersionRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.GetVersionRequest parameters\r\n ) throws GetVersionException, SessionNotCreatedException;\r\n\r\n @WebMethod(operationName = \"SendInstantMessage\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/SendInstantMessage\")\r\n public void sendInstantMessage(\r\n @WebParam(partName = \"parameters\", name = \"SendInstantMessage\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.InstantMessageRequest parameters\r\n ) throws SessionNotCreatedException, SendInstantMessageException;\r\n\r\n @WebResult(name = \"GetUriResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetUri\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetUri\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetUriResponse getUri(\r\n @WebParam(partName = \"parameters\", name = \"GetUriRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws GetUriException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"GetForwardingResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"GetForwarding\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/GetForwarding\")\r\n public com.nortel.soa.oi.cct.types.addressservice.GetForwardingResponse getForwarding(\r\n @WebParam(partName = \"parameters\", name = \"GetForwardingRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws SessionNotCreatedException, GetForwardingException;\r\n\r\n @WebMethod(operationName = \"PresenceUnsubscribe\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/PresenceUnsubscribe\")\r\n public void presenceUnsubscribe(\r\n @WebParam(partName = \"parameters\", name = \"PresenceUnsubscribeRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws PresenceUnsubscribeException, SessionNotCreatedException;\r\n\r\n @WebMethod(operationName = \"SetMessageWaiting\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/SetMessageWaiting\")\r\n public void setMessageWaiting(\r\n @WebParam(partName = \"parameters\", name = \"SetMessageWaitingRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.SetMessageWaitingRequest parameters\r\n ) throws SetMessageWaitingException, SessionNotCreatedException;\r\n\r\n @WebResult(name = \"IsMessageWaitingResponse\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\", partName = \"response\")\r\n @WebMethod(operationName = \"IsMessageWaiting\", action = \"http://www.nortel.com/soa/oi/cct/AddressService/IsMessageWaiting\")\r\n public com.nortel.soa.oi.cct.types.addressservice.IsMessageWaitingResponse isMessageWaiting(\r\n @WebParam(partName = \"parameters\", name = \"IsMessageWaitingRequest\", targetNamespace = \"http://www.nortel.com/soa/oi/cct/types/AddressService\")\r\n com.nortel.soa.oi.cct.types.addressservice.AddressRequest parameters\r\n ) throws IsMessageWaitingException, SessionNotCreatedException;\r\n}", "@WebService(name = \"ProductoWS\", targetNamespace = \"http://ProductoWS/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface ProductoWS {\n\n\n /**\n * \n * @return\n * returns java.util.List<com.udea.ws.Producto>\n */\n @WebMethod(operationName = \"ConsultarProducto\")\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"ConsultarProducto\", targetNamespace = \"http://ProductoWS/\", className = \"com.udea.ws.ConsultarProducto\")\n @ResponseWrapper(localName = \"ConsultarProductoResponse\", targetNamespace = \"http://ProductoWS/\", className = \"com.udea.ws.ConsultarProductoResponse\")\n @Action(input = \"http://ProductoWS/ProductoWS/ConsultarProductoRequest\", output = \"http://ProductoWS/ProductoWS/ConsultarProductoResponse\")\n public List<Producto> consultarProducto();\n\n /**\n * \n * @param codigo\n * @return\n * returns java.lang.String\n */\n @WebMethod(operationName = \"BuscarProducto\")\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"BuscarProducto\", targetNamespace = \"http://ProductoWS/\", className = \"com.udea.ws.BuscarProducto\")\n @ResponseWrapper(localName = \"BuscarProductoResponse\", targetNamespace = \"http://ProductoWS/\", className = \"com.udea.ws.BuscarProductoResponse\")\n @Action(input = \"http://ProductoWS/ProductoWS/BuscarProductoRequest\", output = \"http://ProductoWS/ProductoWS/BuscarProductoResponse\")\n public String buscarProducto(\n @WebParam(name = \"codigo\", targetNamespace = \"\")\n int codigo);\n\n /**\n * \n * @param descripcion\n * @param precio\n * @param stock\n * @param nombre\n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"ingresarProducto\", targetNamespace = \"http://ProductoWS/\", className = \"com.udea.ws.IngresarProducto\")\n @ResponseWrapper(localName = \"ingresarProductoResponse\", targetNamespace = \"http://ProductoWS/\", className = \"com.udea.ws.IngresarProductoResponse\")\n @Action(input = \"http://ProductoWS/ProductoWS/ingresarProductoRequest\", output = \"http://ProductoWS/ProductoWS/ingresarProductoResponse\")\n public String ingresarProducto(\n @WebParam(name = \"nombre\", targetNamespace = \"\")\n String nombre,\n @WebParam(name = \"precio\", targetNamespace = \"\")\n double precio,\n @WebParam(name = \"stock\", targetNamespace = \"\")\n int stock,\n @WebParam(name = \"descripcion\", targetNamespace = \"\")\n String descripcion);\n\n}", "@WebService(name = \"EmployeeManagementWebService\", targetNamespace = \"http://employeemanagement.virtualpairprogrammers.com/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface EmployeeManagementWebService {\n\n\n /**\n * \n * @param arg0\n * @return\n * returns com.virtualpairprogrammers.employeemanagement.Employee\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getEmployeeById\", targetNamespace = \"http://employeemanagement.virtualpairprogrammers.com/\", className = \"com.virtualpairprogrammers.employeemanagement.GetEmployeeById\")\n @ResponseWrapper(localName = \"getEmployeeByIdResponse\", targetNamespace = \"http://employeemanagement.virtualpairprogrammers.com/\", className = \"com.virtualpairprogrammers.employeemanagement.GetEmployeeByIdResponse\")\n public Employee getEmployeeById(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @return\n * returns java.util.List<com.virtualpairprogrammers.employeemanagement.Employee>\n * @throws ServiceUnavailableException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllEmployees\", targetNamespace = \"http://employeemanagement.virtualpairprogrammers.com/\", className = \"com.virtualpairprogrammers.employeemanagement.GetAllEmployees\")\n @ResponseWrapper(localName = \"getAllEmployeesResponse\", targetNamespace = \"http://employeemanagement.virtualpairprogrammers.com/\", className = \"com.virtualpairprogrammers.employeemanagement.GetAllEmployeesResponse\")\n public List<Employee> getAllEmployees()\n throws ServiceUnavailableException_Exception\n ;\n\n /**\n * \n * @param arg0\n */\n @WebMethod\n @RequestWrapper(localName = \"registerEmployee\", targetNamespace = \"http://employeemanagement.virtualpairprogrammers.com/\", className = \"com.virtualpairprogrammers.employeemanagement.RegisterEmployee\")\n @ResponseWrapper(localName = \"registerEmployeeResponse\", targetNamespace = \"http://employeemanagement.virtualpairprogrammers.com/\", className = \"com.virtualpairprogrammers.employeemanagement.RegisterEmployeeResponse\")\n public void registerEmployee(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n Employee arg0);\n\n}", "private org.apache.axiom.soap.SOAPEnvelope toEnvelope(org.apache.axiom.soap.SOAPFactory factory, sample.ws.HelloWorldWSStub.HelloAuthenticatedWithEntitlements param, boolean optimizeContent)\n throws org.apache.axis2.AxisFault{\n\n \n try{\n\n org.apache.axiom.soap.SOAPEnvelope emptyEnvelope = factory.getDefaultEnvelope();\n emptyEnvelope.getBody().addChild(param.getOMElement(sample.ws.HelloWorldWSStub.HelloAuthenticatedWithEntitlements.MY_QNAME,factory));\n return emptyEnvelope;\n } catch(org.apache.axis2.databinding.ADBException e){\n throw org.apache.axis2.AxisFault.makeFault(e);\n }\n \n\n }", "@WebService(name = \"AppWebService\", targetNamespace = \"http://pingan.cn/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface AppWebService {\n\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n * @throws JBOException_Exception\n */\n @WebMethod(action = \"http://pingan.cn/getOrder\")\n @WebResult(name = \"faceCompareResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"faceCompare\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.FaceCompare\")\n @ResponseWrapper(localName = \"faceCompareResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.FaceCompareResponse\")\n public String faceCompare(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception, JBOException_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n * @throws JBOException_Exception\n */\n @WebMethod(action = \"http://pingan.cn/getOrder\")\n @WebResult(name = \"getReturngoodsResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"getReturngoods\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.GetReturngoods\")\n @ResponseWrapper(localName = \"getReturngoodsResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.GetReturngoodsResponse\")\n public String getReturngoods(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception, JBOException_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n */\n @WebMethod(action = \"http://pingan.cn/boundBankcard\")\n @WebResult(name = \"boundBankcardResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"boundBankcard\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.BoundBankcard\")\n @ResponseWrapper(localName = \"boundBankcardResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.BoundBankcardResponse\")\n public String boundBankcard(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n */\n @WebMethod(action = \"http://pingan.cn/returnBtvOrder\")\n @WebResult(name = \"returnBtvOrderResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"returnBtvOrder\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.ReturnBtvOrder\")\n @ResponseWrapper(localName = \"returnBtvOrderResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.ReturnBtvOrderResponse\")\n public String returnBtvOrder(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n * @throws JBOException_Exception\n */\n @WebMethod(action = \"http://pingan.cn/getOrder\")\n @WebResult(name = \"bankcardResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"bankcard\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.Bankcard\")\n @ResponseWrapper(localName = \"bankcardResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.BankcardResponse\")\n public String bankcard(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception, JBOException_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n */\n @WebMethod(action = \"http://pingan.cn/updateLogisticsinfo\")\n @WebResult(name = \"updateLogisticsinfoResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"updateLogisticsinfo\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.UpdateLogisticsinfo\")\n @ResponseWrapper(localName = \"updateLogisticsinfoResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.UpdateLogisticsinfoResponse\")\n public String updateLogisticsinfo(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n * @throws JBOException_Exception\n */\n @WebMethod(action = \"http://pingan.cn/getOrder\")\n @WebResult(name = \"faceDetectResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"faceDetect\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.FaceDetect\")\n @ResponseWrapper(localName = \"faceDetectResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.FaceDetectResponse\")\n public String faceDetect(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception, JBOException_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws SQLException_Exception\n */\n @WebMethod(action = \"http://pingan.cn/getCreditline\")\n @WebResult(name = \"getCreditlineResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"getCreditline\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.GetCreditline\")\n @ResponseWrapper(localName = \"getCreditlineResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.GetCreditlineResponse\")\n public String getCreditline(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws SQLException_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n * @throws JBOException_Exception\n */\n @WebMethod(action = \"http://pingan.cn/getOrder\")\n @WebResult(name = \"signCheckResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"signCheck\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.SignCheck\")\n @ResponseWrapper(localName = \"signCheckResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.SignCheckResponse\")\n public String signCheck(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception, JBOException_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n */\n @WebMethod(action = \"http://pingan.cn/repayPlansSelect\")\n @WebResult(name = \"repayPlansSelectResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"repayPlansSelect\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.RepayPlansSelect\")\n @ResponseWrapper(localName = \"repayPlansSelectResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.RepayPlansSelectResponse\")\n public String repayPlansSelect(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n */\n @WebMethod(action = \"http://pingan.cn/repayPlansQuery\")\n @WebResult(name = \"repayPlansQueryResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"repayPlansQuery\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.RepayPlansQuery\")\n @ResponseWrapper(localName = \"repayPlansQueryResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.RepayPlansQueryResponse\")\n public String repayPlansQuery(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n * @throws JBOException_Exception\n */\n @WebMethod(action = \"http://pingan.cn/getOrder\")\n @WebResult(name = \"queryPhoneZHHSResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"queryPhoneZHHS\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.QueryPhoneZHHS\")\n @ResponseWrapper(localName = \"queryPhoneZHHSResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.QueryPhoneZHHSResponse\")\n public String queryPhoneZHHS(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception, JBOException_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n */\n @WebMethod(action = \"http://pingan.cn/repayPlansTrialResult\")\n @WebResult(name = \"repayPlansTrialResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"repayPlansTrial\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.RepayPlansTrial\")\n @ResponseWrapper(localName = \"repayPlansTrialResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.RepayPlansTrialResponse\")\n public String repayPlansTrial(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n * @throws JBOException_Exception\n */\n @WebMethod(operationName = \"Idcard\", action = \"http://pingan.cn/getOrder\")\n @WebResult(name = \"IdcardResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"Idcard\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.Idcard\")\n @ResponseWrapper(localName = \"IdcardResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.IdcardResponse\")\n public String idcard(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception, JBOException_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n * @throws JBOException_Exception\n */\n @WebMethod(action = \"http://pingan.cn/getOrder\")\n @WebResult(name = \"getOrderResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"getOrder\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.GetOrder\")\n @ResponseWrapper(localName = \"getOrderResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.GetOrderResponse\")\n public String getOrder(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception, JBOException_Exception\n ;\n\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n */\n @WebMethod(action = \"http://pingan.cn/registerBtvOrder\")\n @WebResult(name = \"registerBtvOrderResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"registerBtvOrder\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.RegisterBtvOrder\")\n @ResponseWrapper(localName = \"registerBtvOrderResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.RegisterBtvOrderResponse\")\n public String registerBtvOrder(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception\n ;\n /**\n * \n * @param param\n * @return\n * returns java.lang.String\n * @throws Exception_Exception\n * @throws JBOException_Exception\n */\n @WebMethod(action = \"http://pingan.cn/pubTransLog\")\n @WebResult(name = \"pubTransLogResult\", targetNamespace = \"http://pingan.cn/\")\n @RequestWrapper(localName = \"pubTransLog\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.PubTransLog\")\n @ResponseWrapper(localName = \"pubTransLogResponse\", targetNamespace = \"http://pingan.cn/\", className = \"cn.pingan.PubTransLogResponse\")\n public String pubTransLog(\n @WebParam(name = \"param\", targetNamespace = \"http://pingan.cn/\")\n String param)\n throws Exception_Exception, JBOException_Exception\n ;\n\n}", "@WebService(name = \"CardWS\", targetNamespace = \"http://service.cbp.ws.cbp1.com/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface CardWS {\n\n\n /**\n * \n * @param plastic\n * @param fechaCorte\n * @param fechaAsignacion\n * @param client\n * @param canal\n * @return\n * returns com.cbp1.ws.cbp.service.RespuestaDTO\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"assignCardToClientWS\", targetNamespace = \"http://service.cbp.ws.cbp1.com/\", className = \"com.cbp1.ws.cbp.service.AssignCardToClientWS\")\n @ResponseWrapper(localName = \"assignCardToClientWSResponse\", targetNamespace = \"http://service.cbp.ws.cbp1.com/\", className = \"com.cbp1.ws.cbp.service.AssignCardToClientWSResponse\")\n @Action(input = \"http://service.cbp.ws.cbp1.com/CardWS/assignCardToClientWSRequest\", output = \"http://service.cbp.ws.cbp1.com/CardWS/assignCardToClientWSResponse\")\n public RespuestaDTO assignCardToClientWS(\n @WebParam(name = \"client\", targetNamespace = \"\")\n Client client,\n @WebParam(name = \"plastic\", targetNamespace = \"\")\n Plastic plastic,\n @WebParam(name = \"fechaCorte\", targetNamespace = \"\")\n String fechaCorte,\n @WebParam(name = \"fechaAsignacion\", targetNamespace = \"\")\n String fechaAsignacion,\n @WebParam(name = \"canal\", targetNamespace = \"\")\n String canal);\n\n /**\n * \n * @param client\n * @param canal\n * @param status\n * @return\n * returns com.cbp1.ws.cbp.service.RespuestaDTO\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"cancelCardWS\", targetNamespace = \"http://service.cbp.ws.cbp1.com/\", className = \"com.cbp1.ws.cbp.service.CancelCardWS\")\n @ResponseWrapper(localName = \"cancelCardWSResponse\", targetNamespace = \"http://service.cbp.ws.cbp1.com/\", className = \"com.cbp1.ws.cbp.service.CancelCardWSResponse\")\n @Action(input = \"http://service.cbp.ws.cbp1.com/CardWS/cancelCardWSRequest\", output = \"http://service.cbp.ws.cbp1.com/CardWS/cancelCardWSResponse\")\n public RespuestaDTO cancelCardWS(\n @WebParam(name = \"client\", targetNamespace = \"\")\n Client client,\n @WebParam(name = \"status\", targetNamespace = \"\")\n String status,\n @WebParam(name = \"canal\", targetNamespace = \"\")\n String canal);\n\n /**\n * \n * @param plasticNumber\n * @return\n * returns com.cbp1.ws.cbp.service.Plastic\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"consultPlasticByNumberWS\", targetNamespace = \"http://service.cbp.ws.cbp1.com/\", className = \"com.cbp1.ws.cbp.service.ConsultPlasticByNumberWS\")\n @ResponseWrapper(localName = \"consultPlasticByNumberWSResponse\", targetNamespace = \"http://service.cbp.ws.cbp1.com/\", className = \"com.cbp1.ws.cbp.service.ConsultPlasticByNumberWSResponse\")\n @Action(input = \"http://service.cbp.ws.cbp1.com/CardWS/consultPlasticByNumberWSRequest\", output = \"http://service.cbp.ws.cbp1.com/CardWS/consultPlasticByNumberWSResponse\")\n public Plastic consultPlasticByNumberWS(\n @WebParam(name = \"plasticNumber\", targetNamespace = \"\")\n String plasticNumber);\n\n}", "@WebService(name = \"OrderPortType\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface OrderPortType {\n\n\n /**\n * \n * @param parameter\n * @return\n * returns ee.ttu.idu0075._2017.ws.restaurant2.DishType\n */\n @WebMethod\n @WebResult(name = \"getDishResponse\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n public DishType getDish(\n @WebParam(name = \"getDishRequest\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n GetDishRequest parameter);\n\n /**\n * \n * @param parameter\n * @return\n * returns ee.ttu.idu0075._2017.ws.restaurant2.DishType\n */\n @WebMethod\n @WebResult(name = \"addDishResponse\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n public DishType addDish(\n @WebParam(name = \"addDishRequest\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n AddDishRequest parameter);\n\n /**\n * \n * @param parameter\n * @return\n * returns ee.ttu.idu0075._2017.ws.restaurant2.GetDishListResponse\n */\n @WebMethod\n @WebResult(name = \"getDishListResponse\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n public GetDishListResponse getDishList(\n @WebParam(name = \"getDishListRequest\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n GetDishListRequest parameter);\n\n /**\n * \n * @param parameter\n * @return\n * returns ee.ttu.idu0075._2017.ws.restaurant2.OrderType\n */\n @WebMethod\n @WebResult(name = \"getOrderResponse\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n public OrderType getOrder(\n @WebParam(name = \"getOrderRequest\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n GetOrderRequest parameter);\n\n /**\n * \n * @param parameter\n * @return\n * returns ee.ttu.idu0075._2017.ws.restaurant2.OrderType\n */\n @WebMethod\n @WebResult(name = \"addOrderResponse\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n public OrderType addOrder(\n @WebParam(name = \"addOrderRequest\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n AddOrderRequest parameter);\n\n /**\n * \n * @param parameter\n * @return\n * returns ee.ttu.idu0075._2017.ws.restaurant2.GetOrderListResponse\n */\n @WebMethod\n @WebResult(name = \"getOrderListResponse\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n public GetOrderListResponse getOrderList(\n @WebParam(name = \"getOrderListRequest\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n GetOrderListRequest parameter);\n\n /**\n * \n * @param parameter\n * @return\n * returns ee.ttu.idu0075._2017.ws.restaurant2.OrderDishListType\n */\n @WebMethod\n @WebResult(name = \"getOrderDishListResponse\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n public OrderDishListType getOrderDishList(\n @WebParam(name = \"getOrderDishListRequest\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n GetOrderDishListRequest parameter);\n\n /**\n * \n * @param parameter\n * @return\n * returns ee.ttu.idu0075._2017.ws.restaurant2.OrderDishType\n */\n @WebMethod\n @WebResult(name = \"addOrderDishResponse\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n public OrderDishType addOrderDish(\n @WebParam(name = \"addOrderDishRequest\", targetNamespace = \"http://www.ttu.ee/idu0075/2017/ws/restaurant2\", partName = \"parameter\")\n AddOrderDishRequest parameter);\n\n}", "@WebService(name = \"GodinezLunchPort\", targetNamespace = \"http://www.xmlns.udev.com/GodinezLunch/GL/wsdl/1.0/GodinezLunchWS\")\r\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\r\n@XmlSeeAlso({\r\n ObjectFactory.class\r\n})\r\npublic interface GodinezLunchWS {\r\n\r\n\r\n /**\r\n * \r\n * @param calculateDistanceRequest\r\n * @return\r\n * returns com.mx.udev.godinez.web.types.CalculateDistanceResponse\r\n */\r\n @WebMethod(action = \"http://www.udev.com/GodinezLunchWS/calculateDistance\")\r\n @WebResult(name = \"calculateDistanceResponse\", targetNamespace = \"http://www.xmlns.udev.com/GodinezLunch/GL/datatypes/1.0\", partName = \"calculateDistanceResponse\")\r\n public CalculateDistanceResponse calculateDistance(\r\n @WebParam(name = \"calculateDistanceRequest\", targetNamespace = \"http://www.xmlns.udev.com/GodinezLunch/GL/datatypes/1.0\", partName = \"calculateDistanceRequest\")\r\n CalculateDistanceRequest calculateDistanceRequest);\r\n\r\n /**\r\n * \r\n * @param getNearbyPlacesRequest\r\n * @return\r\n * returns com.mx.udev.godinez.web.types.GetNearbyPlacesResponse\r\n */\r\n @WebMethod(action = \"http://www.udev.com/GodinezLunchWS/getNearbyPlaces\")\r\n @WebResult(name = \"getNearbyPlacesResponse\", targetNamespace = \"http://www.xmlns.udev.com/GodinezLunch/GL/datatypes/1.0\", partName = \"getNearbyPlacesResponse\")\r\n public GetNearbyPlacesResponse getNearbyPlaces(\r\n @WebParam(name = \"getNearbyPlacesRequest\", targetNamespace = \"http://www.xmlns.udev.com/GodinezLunch/GL/datatypes/1.0\", partName = \"getNearbyPlacesRequest\")\r\n GetNearbyPlacesRequest getNearbyPlacesRequest);\r\n\r\n /**\r\n * \r\n * @param getAllCategoriesRequest\r\n * @return\r\n * returns com.mx.udev.godinez.web.types.GetAllCategoriesResponse\r\n */\r\n @WebMethod(action = \"http://www.udev.com/GodinezLunchWS/getAllCategories\")\r\n @WebResult(name = \"getAllCategoriesResponse\", targetNamespace = \"http://www.xmlns.udev.com/GodinezLunch/GL/datatypes/1.0\", partName = \"getAllCategoriesResponse\")\r\n public GetAllCategoriesResponse getAllCategories(\r\n @WebParam(name = \"getAllCategoriesRequest\", targetNamespace = \"http://www.xmlns.udev.com/GodinezLunch/GL/datatypes/1.0\", partName = \"getAllCategoriesRequest\")\r\n GetAllCategoriesRequest getAllCategoriesRequest);\r\n\r\n /**\r\n * \r\n * @param getMyFavoritesRequest\r\n * @return\r\n * returns com.mx.udev.godinez.web.types.GetMyFavoritesResponse\r\n */\r\n @WebMethod(action = \"http://www.udev.com/GodinezLunchWS/getMyFavorites\")\r\n @WebResult(name = \"getMyFavoritesResponse\", targetNamespace = \"http://www.xmlns.udev.com/GodinezLunch/GL/datatypes/1.0\", partName = \"getMyFavoritesResponse\")\r\n public GetMyFavoritesResponse getMyFavorites(\r\n @WebParam(name = \"getMyFavoritesRequest\", targetNamespace = \"http://www.xmlns.udev.com/GodinezLunch/GL/datatypes/1.0\", partName = \"getMyFavoritesRequest\")\r\n GetMyFavoritesRequest getMyFavoritesRequest);\r\n\r\n}", "@WebService(name = \"WebServiceEntry\", targetNamespace = \"http://ws.adapter.bsoft.com/\")\n@SOAPBinding(style = SOAPBinding.Style.RPC)\npublic interface WebServiceEntry {\n\n\t/**\n\t * \n\t * @param arg4\n\t * @param arg3\n\t * @param arg2\n\t * @param arg1\n\t * @param arg0\n\t * @return returns java.lang.String\n\t * @throws Exception_Exception\n\t */\n\t@WebMethod\n\t@WebResult(partName = \"return\")\n\tpublic String invoke(\n\t\t\t@WebParam(name = \"arg0\", partName = \"arg0\") String arg0,\n\t\t\t@WebParam(name = \"arg1\", partName = \"arg1\") String arg1,\n\t\t\t@WebParam(name = \"arg2\", partName = \"arg2\") String arg2,\n\t\t\t@WebParam(name = \"arg3\", partName = \"arg3\") String arg3,\n\t\t\t@WebParam(name = \"arg4\", partName = \"arg4\") StringArray arg4)\n\t\t\tthrows Exception_Exception;\n\n\t/**\n * \n */\n\t@WebMethod\n\tpublic void startWs();\n\n\t/**\n\t * \n\t * @param arg3\n\t * @param arg2\n\t * @param arg1\n\t * @param arg0\n\t * @return returns java.lang.String\n\t * @throws Exception_Exception\n\t */\n\t@WebMethod\n\t@WebResult(partName = \"return\")\n\tpublic String transportData(\n\t\t\t@WebParam(name = \"arg0\", partName = \"arg0\") String arg0,\n\t\t\t@WebParam(name = \"arg1\", partName = \"arg1\") String arg1,\n\t\t\t@WebParam(name = \"arg2\", partName = \"arg2\") int arg2,\n\t\t\t@WebParam(name = \"arg3\", partName = \"arg3\") String arg3)\n\t\t\tthrows Exception_Exception;\n\n}", "@WebService(name = \"TempWs\", targetNamespace = \"http://temperature.ws.com\")\r\npublic interface TempWs {\r\n\r\n\r\n /**\r\n * \r\n * @param fahrenheit\r\n * @return\r\n * returns float\r\n */\r\n @WebMethod(action = \"http://temperature.ws.com/toCelsius\")\r\n @WebResult(name = \"returnFahrenheit\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"toCelsius\", targetNamespace = \"http://temperature.ws.com\", className = \"com.ws.temperature.ToCelsius\")\r\n @ResponseWrapper(localName = \"toCelsiusResponse\", targetNamespace = \"http://temperature.ws.com\", className = \"com.ws.temperature.ToCelsiusResponse\")\r\n public float toCelsius(\r\n @WebParam(name = \"fahrenheit\", targetNamespace = \"\")\r\n float fahrenheit);\r\n\r\n /**\r\n * \r\n * @param celsius\r\n * @return\r\n * returns float\r\n */\r\n @WebMethod(action = \"http://temperature.ws.com/toFahrenheit\")\r\n @WebResult(name = \"returnCelsius\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"toFahrenheit\", targetNamespace = \"http://temperature.ws.com\", className = \"com.ws.temperature.ToFahrenheit\")\r\n @ResponseWrapper(localName = \"toFahrenheitResponse\", targetNamespace = \"http://temperature.ws.com\", className = \"com.ws.temperature.ToFahrenheitResponse\")\r\n public float toFahrenheit(\r\n @WebParam(name = \"celsius\", targetNamespace = \"\")\r\n float celsius);\r\n\r\n}", "@WebService(name = \"EntityServer\", targetNamespace=\"http://activitiderbysoapservice.spqr.de/\")\n@SOAPBinding(style = SOAPBinding.Style.RPC)\npublic interface EntityServer {\n @WebMethod @WebResult(partName = \"return\")String getTimeAsString();\n @WebMethod @WebResult(partName = \"return\")long getTimeAsElapsed();\n @WebMethod @WebResult(partName = \"return\")long orderParts(String part);\n @WebMethod @WebResult(partName = \"return\")boolean changeBackWindowAmount(int amount);\n @WebMethod @WebResult(partName = \"return\")boolean changeDoorAmount(int amount);\n @WebMethod @WebResult(partName = \"return\")boolean changeFronWindowAmount(int amount);\n @WebMethod @WebResult(partName = \"return\")boolean changeEngineAmount(int amount);\n @WebMethod @WebResult(partName = \"return\")boolean changeTireAmount(int amount);\n @WebMethod @WebResult(partName = \"return\")boolean changeWheelAmount(int amount);\n @WebMethod @WebResult(partName = \"return\")long amountOfParts(String part);\n \n}", "@WebService(name = \"SafeImpl\", targetNamespace = \"http://webservices.safe.woolpert.com/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface SafeImpl {\n\n\n /**\n * \n * @return\n * returns java.util.List<com.woolpert.safe.webservices.Collection>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getCollections\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetCollections\")\n @ResponseWrapper(localName = \"getCollectionsResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetCollectionsResponse\")\n public List<Collection> getCollections();\n\n /**\n * \n * @param arg5\n * @param arg4\n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @param arg6\n * @param arg7\n * @param arg8\n * @param arg9\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"insertCollection\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertCollection\")\n @ResponseWrapper(localName = \"insertCollectionResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertCollectionResponse\")\n public ReturnStatus insertCollection(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n double arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n double arg3,\n @WebParam(name = \"arg4\", targetNamespace = \"\")\n double arg4,\n @WebParam(name = \"arg5\", targetNamespace = \"\")\n double arg5,\n @WebParam(name = \"arg6\", targetNamespace = \"\")\n long arg6,\n @WebParam(name = \"arg7\", targetNamespace = \"\")\n long arg7,\n @WebParam(name = \"arg8\", targetNamespace = \"\")\n int arg8,\n @WebParam(name = \"arg9\", targetNamespace = \"\")\n int arg9);\n\n /**\n * \n * @param arg5\n * @param arg4\n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @param arg10\n * @param arg6\n * @param arg7\n * @param arg8\n * @param arg9\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updateCollection\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateCollection\")\n @ResponseWrapper(localName = \"updateCollectionResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateCollectionResponse\")\n public ReturnStatus updateCollection(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n double arg3,\n @WebParam(name = \"arg4\", targetNamespace = \"\")\n double arg4,\n @WebParam(name = \"arg5\", targetNamespace = \"\")\n double arg5,\n @WebParam(name = \"arg6\", targetNamespace = \"\")\n double arg6,\n @WebParam(name = \"arg7\", targetNamespace = \"\")\n long arg7,\n @WebParam(name = \"arg8\", targetNamespace = \"\")\n long arg8,\n @WebParam(name = \"arg9\", targetNamespace = \"\")\n int arg9,\n @WebParam(name = \"arg10\", targetNamespace = \"\")\n int arg10);\n\n /**\n * \n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteCollections\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteCollections\")\n @ResponseWrapper(localName = \"deleteCollectionsResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteCollectionsResponse\")\n public ReturnStatus deleteCollections(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @return\n * returns java.util.List<com.woolpert.safe.webservices.Asset>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAssets\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetAssets\")\n @ResponseWrapper(localName = \"getAssetsResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetAssetsResponse\")\n public List<Asset> getAssets();\n\n /**\n * \n * @param arg5\n * @param arg4\n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @param arg6\n * @param arg7\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"insertAsset\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertAsset\")\n @ResponseWrapper(localName = \"insertAssetResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertAssetResponse\")\n public ReturnStatus insertAsset(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n int arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n double arg3,\n @WebParam(name = \"arg4\", targetNamespace = \"\")\n double arg4,\n @WebParam(name = \"arg5\", targetNamespace = \"\")\n double arg5,\n @WebParam(name = \"arg6\", targetNamespace = \"\")\n int arg6,\n @WebParam(name = \"arg7\", targetNamespace = \"\")\n long arg7);\n\n /**\n * \n * @param arg5\n * @param arg4\n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @param arg6\n * @param arg7\n * @param arg8\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updateAsset\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateAsset\")\n @ResponseWrapper(localName = \"updateAssetResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateAssetResponse\")\n public ReturnStatus updateAsset(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n int arg3,\n @WebParam(name = \"arg4\", targetNamespace = \"\")\n double arg4,\n @WebParam(name = \"arg5\", targetNamespace = \"\")\n double arg5,\n @WebParam(name = \"arg6\", targetNamespace = \"\")\n double arg6,\n @WebParam(name = \"arg7\", targetNamespace = \"\")\n int arg7,\n @WebParam(name = \"arg8\", targetNamespace = \"\")\n long arg8);\n\n /**\n * \n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteAsset\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteAsset\")\n @ResponseWrapper(localName = \"deleteAssetResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteAssetResponse\")\n public ReturnStatus deleteAsset(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @return\n * returns java.util.List<com.woolpert.safe.webservices.Platform>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPlatforms\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetPlatforms\")\n @ResponseWrapper(localName = \"getPlatformsResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetPlatformsResponse\")\n public List<Platform> getPlatforms();\n\n /**\n * \n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updatePlatform\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdatePlatform\")\n @ResponseWrapper(localName = \"updatePlatformResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdatePlatformResponse\")\n public ReturnStatus updatePlatform(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n Boolean arg3);\n\n /**\n * \n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deletePlatform\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeletePlatform\")\n @ResponseWrapper(localName = \"deletePlatformResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeletePlatformResponse\")\n public ReturnStatus deletePlatform(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @param arg2\n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"insertPlatform\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertPlatform\")\n @ResponseWrapper(localName = \"insertPlatformResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertPlatformResponse\")\n public ReturnStatus insertPlatform(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n Boolean arg2);\n\n /**\n * \n * @return\n * returns java.util.List<com.woolpert.safe.webservices.Poc>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPOCs\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetPOCs\")\n @ResponseWrapper(localName = \"getPOCsResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetPOCsResponse\")\n public List<Poc> getPOCs();\n\n /**\n * \n * @param arg5\n * @param arg4\n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @param arg6\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"insertPOC\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertPOC\")\n @ResponseWrapper(localName = \"insertPOCResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertPOCResponse\")\n public ReturnStatus insertPOC(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n int arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n String arg3,\n @WebParam(name = \"arg4\", targetNamespace = \"\")\n String arg4,\n @WebParam(name = \"arg5\", targetNamespace = \"\")\n String arg5,\n @WebParam(name = \"arg6\", targetNamespace = \"\")\n String arg6);\n\n /**\n * \n * @param arg5\n * @param arg4\n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @param arg6\n * @param arg7\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updatePOC\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdatePOC\")\n @ResponseWrapper(localName = \"updatePOCResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdatePOCResponse\")\n public ReturnStatus updatePOC(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n int arg3,\n @WebParam(name = \"arg4\", targetNamespace = \"\")\n String arg4,\n @WebParam(name = \"arg5\", targetNamespace = \"\")\n String arg5,\n @WebParam(name = \"arg6\", targetNamespace = \"\")\n String arg6,\n @WebParam(name = \"arg7\", targetNamespace = \"\")\n String arg7);\n\n /**\n * \n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deletePOC\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeletePOC\")\n @ResponseWrapper(localName = \"deletePOCResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeletePOCResponse\")\n public ReturnStatus deletePOC(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @return\n * returns java.util.List<com.woolpert.safe.webservices.Organization>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getOrganizations\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetOrganizations\")\n @ResponseWrapper(localName = \"getOrganizationsResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetOrganizationsResponse\")\n public List<Organization> getOrganizations();\n\n /**\n * \n * @param arg2\n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"insertOrganization\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertOrganization\")\n @ResponseWrapper(localName = \"insertOrganizationResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertOrganizationResponse\")\n public ReturnStatus insertOrganization(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2);\n\n /**\n * \n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updateOrganization\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateOrganization\")\n @ResponseWrapper(localName = \"updateOrganizationResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateOrganizationResponse\")\n public ReturnStatus updateOrganization(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n String arg3);\n\n /**\n * \n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteOrganization\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteOrganization\")\n @ResponseWrapper(localName = \"deleteOrganizationResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteOrganizationResponse\")\n public ReturnStatus deleteOrganization(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @return\n * returns java.util.List<com.woolpert.safe.webservices.SensorMFR>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSensorMFRs\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetSensorMFRs\")\n @ResponseWrapper(localName = \"getSensorMFRsResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetSensorMFRsResponse\")\n public List<SensorMFR> getSensorMFRs();\n\n /**\n * \n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"insertSensorMFR\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertSensorMFR\")\n @ResponseWrapper(localName = \"insertSensorMFRResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertSensorMFRResponse\")\n public ReturnStatus insertSensorMFR(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1);\n\n /**\n * \n * @param arg2\n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updateSensorMFR\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateSensorMFR\")\n @ResponseWrapper(localName = \"updateSensorMFRResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateSensorMFRResponse\")\n public ReturnStatus updateSensorMFR(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2);\n\n /**\n * \n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteSensorMFR\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteSensorMFR\")\n @ResponseWrapper(localName = \"deleteSensorMFRResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteSensorMFRResponse\")\n public ReturnStatus deleteSensorMFR(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @return\n * returns java.util.List<com.woolpert.safe.webservices.Sensor>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSensors\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetSensors\")\n @ResponseWrapper(localName = \"getSensorsResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetSensorsResponse\")\n public List<Sensor> getSensors();\n\n /**\n * \n * @param arg5\n * @param arg4\n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @param arg6\n * @param arg7\n * @param arg8\n * @param arg9\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"insertSensor\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertSensor\")\n @ResponseWrapper(localName = \"insertSensorResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertSensorResponse\")\n public ReturnStatus insertSensor(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n int arg3,\n @WebParam(name = \"arg4\", targetNamespace = \"\")\n int arg4,\n @WebParam(name = \"arg5\", targetNamespace = \"\")\n double arg5,\n @WebParam(name = \"arg6\", targetNamespace = \"\")\n double arg6,\n @WebParam(name = \"arg7\", targetNamespace = \"\")\n double arg7,\n @WebParam(name = \"arg8\", targetNamespace = \"\")\n int arg8,\n @WebParam(name = \"arg9\", targetNamespace = \"\")\n long arg9);\n\n /**\n * \n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteSensor\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteSensor\")\n @ResponseWrapper(localName = \"deleteSensorResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteSensorResponse\")\n public ReturnStatus deleteSensor(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @param arg5\n * @param arg4\n * @param arg3\n * @param arg2\n * @param arg1\n * @param arg0\n * @param arg10\n * @param arg6\n * @param arg7\n * @param arg8\n * @param arg9\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updateSensor\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateSensor\")\n @ResponseWrapper(localName = \"updateSensorResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateSensorResponse\")\n public ReturnStatus updateSensor(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n int arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2,\n @WebParam(name = \"arg3\", targetNamespace = \"\")\n String arg3,\n @WebParam(name = \"arg4\", targetNamespace = \"\")\n int arg4,\n @WebParam(name = \"arg5\", targetNamespace = \"\")\n int arg5,\n @WebParam(name = \"arg6\", targetNamespace = \"\")\n double arg6,\n @WebParam(name = \"arg7\", targetNamespace = \"\")\n double arg7,\n @WebParam(name = \"arg8\", targetNamespace = \"\")\n double arg8,\n @WebParam(name = \"arg9\", targetNamespace = \"\")\n int arg9,\n @WebParam(name = \"arg10\", targetNamespace = \"\")\n long arg10);\n\n /**\n * \n * @return\n * returns java.util.List<com.woolpert.safe.webservices.Spectrum>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSpectrums\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetSpectrums\")\n @ResponseWrapper(localName = \"getSpectrumsResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetSpectrumsResponse\")\n public List<Spectrum> getSpectrums();\n\n /**\n * \n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"insertSpectrum\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertSpectrum\")\n @ResponseWrapper(localName = \"insertSpectrumResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertSpectrumResponse\")\n public ReturnStatus insertSpectrum(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1);\n\n /**\n * \n * @param arg2\n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updateSpectrum\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateSpectrum\")\n @ResponseWrapper(localName = \"updateSpectrumResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateSpectrumResponse\")\n public ReturnStatus updateSpectrum(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2);\n\n /**\n * \n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteSpectrum\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteSpectrum\")\n @ResponseWrapper(localName = \"deleteSpectrumResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteSpectrumResponse\")\n public ReturnStatus deleteSpectrum(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @return\n * returns java.util.List<com.woolpert.safe.webservices.SensorMetadata>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllSensorMetadata\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetAllSensorMetadata\")\n @ResponseWrapper(localName = \"getAllSensorMetadataResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetAllSensorMetadataResponse\")\n public List<SensorMetadata> getAllSensorMetadata();\n\n /**\n * \n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"insertSensorMetadata\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertSensorMetadata\")\n @ResponseWrapper(localName = \"insertSensorMetadataResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.InsertSensorMetadataResponse\")\n public ReturnStatus insertSensorMetadata(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n String arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1);\n\n /**\n * \n * @param arg2\n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updateSensorMetadata\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateSensorMetadata\")\n @ResponseWrapper(localName = \"updateSensorMetadataResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.UpdateSensorMetadataResponse\")\n public ReturnStatus updateSensorMetadata(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n String arg1,\n @WebParam(name = \"arg2\", targetNamespace = \"\")\n String arg2);\n\n /**\n * \n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteSensorMetadata\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteSensorMetadata\")\n @ResponseWrapper(localName = \"deleteSensorMetadataResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.DeleteSensorMetadataResponse\")\n public ReturnStatus deleteSensorMetadata(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"addSensorToAsset\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.AddSensorToAsset\")\n @ResponseWrapper(localName = \"addSensorToAssetResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.AddSensorToAssetResponse\")\n public ReturnStatus addSensorToAsset(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n int arg1);\n\n /**\n * \n * @param arg0\n * @return\n * returns java.util.List<com.woolpert.safe.webservices.Sensor>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSensorsForAsset\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetSensorsForAsset\")\n @ResponseWrapper(localName = \"getSensorsForAssetResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetSensorsForAssetResponse\")\n public List<Sensor> getSensorsForAsset(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @param arg1\n * @param arg0\n * @return\n * returns com.woolpert.safe.webservices.ReturnStatus\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"addAssetToSensor\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.AddAssetToSensor\")\n @ResponseWrapper(localName = \"addAssetToSensorResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.AddAssetToSensorResponse\")\n public ReturnStatus addAssetToSensor(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0,\n @WebParam(name = \"arg1\", targetNamespace = \"\")\n int arg1);\n\n /**\n * \n * @param arg0\n * @return\n * returns java.util.List<com.woolpert.safe.webservices.Asset>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAssetsForSensor\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetAssetsForSensor\")\n @ResponseWrapper(localName = \"getAssetsForSensorResponse\", targetNamespace = \"http://webservices.safe.woolpert.com/\", className = \"com.woolpert.safe.webservices.GetAssetsForSensorResponse\")\n public List<Asset> getAssetsForSensor(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n}", "@WebService(targetNamespace = \"http://hr.ibm.fmis.gw.BudgetUserLibrary/interfaces/BankManagementInterface\", name = \"BankManagementInterface\")\r\n@XmlSeeAlso({budgetuserlibrary.gw.fmis.ibm.hr.infotypes.ObjectFactory.class, ObjectFactory.class, budgetuserlibrary.gw.fmis.ibm.hr.messages.ObjectFactory.class})\r\npublic interface BankManagementInterface {\r\n\r\n @WebResult(name = \"bankResponseMsg\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"retrieveBank\", targetNamespace = \"http://hr.ibm.fmis.gw.BudgetUserLibrary/interfaces/BankManagementInterface\", className = \"budgetuserlibrary.gw.fmis.ibm.hr.interfaces.bankmanagementinterface.RetrieveBank\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"retrieveBankResponse\", targetNamespace = \"http://hr.ibm.fmis.gw.BudgetUserLibrary/interfaces/BankManagementInterface\", className = \"budgetuserlibrary.gw.fmis.ibm.hr.interfaces.bankmanagementinterface.RetrieveBankResponse\")\r\n public budgetuserlibrary.gw.fmis.ibm.hr.messages.BankResponseMsg retrieveBank(\r\n @WebParam(name = \"bankRetrieveRequestMsg\", targetNamespace = \"\")\r\n budgetuserlibrary.gw.fmis.ibm.hr.messages.BankRetrieveRequestMsg bankRetrieveRequestMsg\r\n );\r\n\r\n @WebResult(name = \"bankResponseMsg\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"changeBank\", targetNamespace = \"http://hr.ibm.fmis.gw.BudgetUserLibrary/interfaces/BankManagementInterface\", className = \"budgetuserlibrary.gw.fmis.ibm.hr.interfaces.bankmanagementinterface.ChangeBank\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"changeBankResponse\", targetNamespace = \"http://hr.ibm.fmis.gw.BudgetUserLibrary/interfaces/BankManagementInterface\", className = \"budgetuserlibrary.gw.fmis.ibm.hr.interfaces.bankmanagementinterface.ChangeBankResponse\")\r\n public budgetuserlibrary.gw.fmis.ibm.hr.messages.BankResponseMsg changeBank(\r\n @WebParam(name = \"bankChangeRequestMsg\", targetNamespace = \"\")\r\n budgetuserlibrary.gw.fmis.ibm.hr.messages.BankChangeRequestMsg bankChangeRequestMsg\r\n );\r\n\r\n @WebResult(name = \"bankResponseMsg\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"createBank\", targetNamespace = \"http://hr.ibm.fmis.gw.BudgetUserLibrary/interfaces/BankManagementInterface\", className = \"budgetuserlibrary.gw.fmis.ibm.hr.interfaces.bankmanagementinterface.CreateBank\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"createBankResponse\", targetNamespace = \"http://hr.ibm.fmis.gw.BudgetUserLibrary/interfaces/BankManagementInterface\", className = \"budgetuserlibrary.gw.fmis.ibm.hr.interfaces.bankmanagementinterface.CreateBankResponse\")\r\n public budgetuserlibrary.gw.fmis.ibm.hr.messages.BankResponseMsg createBank(\r\n @WebParam(name = \"bankCreationRequestMsg\", targetNamespace = \"\")\r\n budgetuserlibrary.gw.fmis.ibm.hr.messages.BankCreationRequestMsg bankCreationRequestMsg\r\n );\r\n}", "public interface AcUspsInternationalCgrReplyOfferServiceIF\n extends AcModelServiceIF\n{\n AcUspsInternationalCgrReplyOffer getUspsInternationalCgrReplyOffer(Integer id);\n AcUspsInternationalCgrReplyOffer getUspsInternationalCgrReplyOffer(AcUspsInternationalCgrReplyOfferPkIF pk);\n boolean uspsInternationalCgrReplyOfferExists(Integer id);\n boolean uspsInternationalCgrReplyOfferExists(AcUspsInternationalCgrReplyOfferPkIF pk);\n AcUspsInternationalCgrReplyOffer getUspsInternationalCgrReplyOfferByWebKey(String webKey);\n JwList<AcUspsInternationalCgrReplyOffer> getAll();\n JwList<AcUspsInternationalCgrReplyOffer> getAllAvailable();\n JwList<AcUspsInternationalCgrReplyOffer> getAllWhere(String whereClause, Integer rowLimit);\n JwList<AcUspsInternationalCgrReplyOffer> getAllByUspsInternationalCgrSubmissionId(Integer uspsInternationalCgrSubmissionId);\n JwList<AcUspsInternationalCgrReplyOffer> getAllByUspsInternationalCgrSubmissionIdStatus(Integer uspsInternationalCgrSubmissionId, AcUspsInternationalCgrReplyOfferStatusEnum status);\n JwList<AcUspsInternationalCgrReplyOffer> getAllByUspsInternationalCgrSubmissionOfferId(Integer uspsInternationalCgrSubmissionOfferId);\n Integer insert(AcUspsInternationalCgrReplyOffer uspsInternationalCgrReplyOffer);\n void update(AcUspsInternationalCgrReplyOffer uspsInternationalCgrReplyOffer);\n void delete(Integer id);\n Integer getErrorCountByLatestSubmissionInBlock(Integer globalUspsInternationalSubmissionBlockId);\n}", "@WebService(targetNamespace = \"http://soa.agh.edu.pl/\", name = \"HelloWorld\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface HelloWorld {\n\n @WebMethod(operationName = \"Hi\")\n @RequestWrapper(localName = \"Hi\", targetNamespace = \"http://soa.agh.edu.pl/\", className = \"pl.edu.agh.soa.Hi\")\n @ResponseWrapper(localName = \"HiResponse\", targetNamespace = \"http://soa.agh.edu.pl/\", className = \"pl.edu.agh.soa.HiResponse\")\n @WebResult(name = \"ElementsWraper\", targetNamespace = \"\")\n public pl.edu.agh.soa.HiResponse.ElementsWraper hi(\n @WebParam(name = \"name\", targetNamespace = \"\")\n java.lang.String name\n );\n\n @WebMethod(action = \"Hello\")\n @RequestWrapper(localName = \"hello\", targetNamespace = \"http://soa.agh.edu.pl/\", className = \"pl.edu.agh.soa.Hello\")\n @ResponseWrapper(localName = \"helloResponse\", targetNamespace = \"http://soa.agh.edu.pl/\", className = \"pl.edu.agh.soa.HelloResponse\")\n @WebResult(name = \"return\", targetNamespace = \"\")\n public java.lang.String hello(\n @WebParam(name = \"name\", targetNamespace = \"\")\n java.lang.String name\n );\n}", "@Override\n\tprotected String getWebServiceUri() {\n\t\treturn this.uri;\n\t}", "@WebService(name = \"BankInterface\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface BankInterface {\n\n\n /**\n * \n * @param arg0\n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getOperationByID\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetOperationByID\")\n @ResponseWrapper(localName = \"getOperationByIDResponse\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetOperationByIDResponse\")\n public String getOperationByID(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @return\n * returns com.mycompany.ws_bank.SET\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getConti\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetConti\")\n @ResponseWrapper(localName = \"getContiResponse\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetContiResponse\")\n public SET getConti();\n\n /**\n * \n * @param arg0\n * @return\n * returns java.util.List<java.lang.String>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getOperationsByClientID\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetOperationsByClientID\")\n @ResponseWrapper(localName = \"getOperationsByClientIDResponse\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetOperationsByClientIDResponse\")\n public List<String> getOperationsByClientID(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n /**\n * \n * @return\n * returns java.util.List<java.lang.String>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getClientIDs\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetClientIDs\")\n @ResponseWrapper(localName = \"getClientIDsResponse\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetClientIDsResponse\")\n public List<String> getClientIDs();\n\n /**\n * \n * @return\n * returns com.mycompany.ws_bank.MAP\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getDbop\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetDbop\")\n @ResponseWrapper(localName = \"getDbopResponse\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetDbopResponse\")\n public MAP getDbop();\n\n /**\n * \n * @param arg0\n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getClientByID\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetClientByID\")\n @ResponseWrapper(localName = \"getClientByIDResponse\", targetNamespace = \"http://Bank.server_bank.mycompany.com/\", className = \"com.mycompany.ws_bank.GetClientByIDResponse\")\n public String getClientByID(\n @WebParam(name = \"arg0\", targetNamespace = \"\")\n int arg0);\n\n}", "@WebService(name = \"People\", targetNamespace = \"http://ws.soap.finalproject.introsde/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface People {\n\n\n /**\n * \n * @param person\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"personId\", targetNamespace = \"\")\n @RequestWrapper(localName = \"createPerson\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreatePerson\")\n @ResponseWrapper(localName = \"createPersonResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreatePersonResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/createPersonRequest\", output = \"http://ws.soap.finalproject.introsde/People/createPersonResponse\")\n public int createPerson(\n @WebParam(name = \"person\", targetNamespace = \"\")\n Person person);\n\n /**\n * \n * @param personId\n * @return\n * returns introsde.finalproject.soap.ws.Person\n */\n @WebMethod\n @WebResult(name = \"person\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getPerson\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetPerson\")\n @ResponseWrapper(localName = \"getPersonResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetPersonResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getPersonRequest\", output = \"http://ws.soap.finalproject.introsde/People/getPersonResponse\")\n public Person getPerson(\n @WebParam(name = \"personId\", targetNamespace = \"\")\n int personId);\n\n /**\n * \n * @param person\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"personId\", targetNamespace = \"\")\n @RequestWrapper(localName = \"updatePerson\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdatePerson\")\n @ResponseWrapper(localName = \"updatePersonResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdatePersonResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/updatePersonRequest\", output = \"http://ws.soap.finalproject.introsde/People/updatePersonResponse\")\n public int updatePerson(\n @WebParam(name = \"person\", targetNamespace = \"\")\n Person person);\n\n /**\n * \n * @param personId\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"responsePersonCode\", targetNamespace = \"\")\n @RequestWrapper(localName = \"deletePerson\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeletePerson\")\n @ResponseWrapper(localName = \"deletePersonResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeletePersonResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/deletePersonRequest\", output = \"http://ws.soap.finalproject.introsde/People/deletePersonResponse\")\n public int deletePerson(\n @WebParam(name = \"personId\", targetNamespace = \"\")\n int personId);\n\n /**\n * \n * @return\n * returns introsde.finalproject.soap.ws.ListPersonWrapper\n */\n @WebMethod\n @WebResult(name = \"people\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getPeopleList\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetPeopleList\")\n @ResponseWrapper(localName = \"getPeopleListResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetPeopleListResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getPeopleListRequest\", output = \"http://ws.soap.finalproject.introsde/People/getPeopleListResponse\")\n public ListPersonWrapper getPeopleList();\n\n /**\n * \n * @param personId\n * @return\n * returns introsde.finalproject.soap.ws.ListMeasureWrapper\n */\n @WebMethod\n @WebResult(name = \"currentHealth\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getCurrentHealth\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetCurrentHealth\")\n @ResponseWrapper(localName = \"getCurrentHealthResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetCurrentHealthResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getCurrentHealthRequest\", output = \"http://ws.soap.finalproject.introsde/People/getCurrentHealthResponse\")\n public ListMeasureWrapper getCurrentHealth(\n @WebParam(name = \"personId\", targetNamespace = \"\")\n int personId);\n\n /**\n * \n * @param personId\n * @return\n * returns introsde.finalproject.soap.ws.ListMeasureWrapper\n */\n @WebMethod\n @WebResult(name = \"vitalSigns\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getVitalSigns\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetVitalSigns\")\n @ResponseWrapper(localName = \"getVitalSignsResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetVitalSignsResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getVitalSignsRequest\", output = \"http://ws.soap.finalproject.introsde/People/getVitalSignsResponse\")\n public ListMeasureWrapper getVitalSigns(\n @WebParam(name = \"personId\", targetNamespace = \"\")\n int personId);\n\n /**\n * \n * @param doctor\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"doctorId\", targetNamespace = \"\")\n @RequestWrapper(localName = \"createDoctor\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreateDoctor\")\n @ResponseWrapper(localName = \"createDoctorResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreateDoctorResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/createDoctorRequest\", output = \"http://ws.soap.finalproject.introsde/People/createDoctorResponse\")\n public int createDoctor(\n @WebParam(name = \"doctor\", targetNamespace = \"\")\n Doctor doctor);\n\n /**\n * \n * @param doctorId\n * @return\n * returns introsde.finalproject.soap.ws.Doctor\n */\n @WebMethod\n @WebResult(name = \"doctor\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getDoctor\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetDoctor\")\n @ResponseWrapper(localName = \"getDoctorResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetDoctorResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getDoctorRequest\", output = \"http://ws.soap.finalproject.introsde/People/getDoctorResponse\")\n public Doctor getDoctor(\n @WebParam(name = \"doctorId\", targetNamespace = \"\")\n int doctorId);\n\n /**\n * \n * @param doctor\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"doctorId\", targetNamespace = \"\")\n @RequestWrapper(localName = \"updateDoctor\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdateDoctor\")\n @ResponseWrapper(localName = \"updateDoctorResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdateDoctorResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/updateDoctorRequest\", output = \"http://ws.soap.finalproject.introsde/People/updateDoctorResponse\")\n public int updateDoctor(\n @WebParam(name = \"doctor\", targetNamespace = \"\")\n Doctor doctor);\n\n /**\n * \n * @param doctorId\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"responseDoctorCode\", targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteDoctor\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeleteDoctor\")\n @ResponseWrapper(localName = \"deleteDoctorResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeleteDoctorResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/deleteDoctorRequest\", output = \"http://ws.soap.finalproject.introsde/People/deleteDoctorResponse\")\n public int deleteDoctor(\n @WebParam(name = \"doctorId\", targetNamespace = \"\")\n int doctorId);\n\n /**\n * \n * @param idDoctor\n * @return\n * returns introsde.finalproject.soap.ws.ListPersonWrapper\n */\n @WebMethod\n @WebResult(name = \"patientList\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getPersonByDoctor\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetPersonByDoctor\")\n @ResponseWrapper(localName = \"getPersonByDoctorResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetPersonByDoctorResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getPersonByDoctorRequest\", output = \"http://ws.soap.finalproject.introsde/People/getPersonByDoctorResponse\")\n public ListPersonWrapper getPersonByDoctor(\n @WebParam(name = \"idDoctor\", targetNamespace = \"\")\n int idDoctor);\n\n /**\n * \n * @param familyId\n * @return\n * returns introsde.finalproject.soap.ws.Family\n */\n @WebMethod\n @WebResult(name = \"family\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getFamily\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetFamily\")\n @ResponseWrapper(localName = \"getFamilyResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetFamilyResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getFamilyRequest\", output = \"http://ws.soap.finalproject.introsde/People/getFamilyResponse\")\n public Family getFamily(\n @WebParam(name = \"familyId\", targetNamespace = \"\")\n int familyId);\n\n /**\n * \n * @param idPerson\n * @param reminder\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"reminder\", targetNamespace = \"\")\n @RequestWrapper(localName = \"createReminder\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreateReminder\")\n @ResponseWrapper(localName = \"createReminderResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreateReminderResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/createReminderRequest\", output = \"http://ws.soap.finalproject.introsde/People/createReminderResponse\")\n public int createReminder(\n @WebParam(name = \"reminder\", targetNamespace = \"\")\n Reminder reminder,\n @WebParam(name = \"idPerson\", targetNamespace = \"\")\n int idPerson);\n\n /**\n * \n * @param personId\n * @return\n * returns introsde.finalproject.soap.ws.ListReminderWrapper\n */\n @WebMethod\n @WebResult(name = \"reminder\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getReminder\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetReminder\")\n @ResponseWrapper(localName = \"getReminderResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetReminderResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getReminderRequest\", output = \"http://ws.soap.finalproject.introsde/People/getReminderResponse\")\n public ListReminderWrapper getReminder(\n @WebParam(name = \"personId\", targetNamespace = \"\")\n int personId);\n\n /**\n * \n * @param reminder\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"updateReminder\", targetNamespace = \"\")\n @RequestWrapper(localName = \"updateReminder\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdateReminder\")\n @ResponseWrapper(localName = \"updateReminderResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdateReminderResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/updateReminderRequest\", output = \"http://ws.soap.finalproject.introsde/People/updateReminderResponse\")\n public int updateReminder(\n @WebParam(name = \"reminder\", targetNamespace = \"\")\n Reminder reminder);\n\n /**\n * \n * @param idReminder\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"responseReminderCode\", targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteReminder\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeleteReminder\")\n @ResponseWrapper(localName = \"deleteReminderResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeleteReminderResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/deleteReminderRequest\", output = \"http://ws.soap.finalproject.introsde/People/deleteReminderResponse\")\n public int deleteReminder(\n @WebParam(name = \"idReminder\", targetNamespace = \"\")\n int idReminder);\n\n /**\n * \n * @param idPerson\n * @param target\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"targets\", targetNamespace = \"\")\n @RequestWrapper(localName = \"createTarget\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreateTarget\")\n @ResponseWrapper(localName = \"createTargetResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreateTargetResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/createTargetRequest\", output = \"http://ws.soap.finalproject.introsde/People/createTargetResponse\")\n public int createTarget(\n @WebParam(name = \"target\", targetNamespace = \"\")\n Target target,\n @WebParam(name = \"idPerson\", targetNamespace = \"\")\n int idPerson);\n\n /**\n * \n * @param personId\n * @return\n * returns introsde.finalproject.soap.ws.ListTargetWrapper\n */\n @WebMethod\n @WebResult(name = \"targets\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getTargetList\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetTargetList\")\n @ResponseWrapper(localName = \"getTargetListResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetTargetListResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getTargetListRequest\", output = \"http://ws.soap.finalproject.introsde/People/getTargetListResponse\")\n public ListTargetWrapper getTargetList(\n @WebParam(name = \"personId\", targetNamespace = \"\")\n int personId);\n\n /**\n * \n * @param target\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"targetId\", targetNamespace = \"\")\n @RequestWrapper(localName = \"updateTarget\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdateTarget\")\n @ResponseWrapper(localName = \"updateTargetResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdateTargetResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/updateTargetRequest\", output = \"http://ws.soap.finalproject.introsde/People/updateTargetResponse\")\n public int updateTarget(\n @WebParam(name = \"target\", targetNamespace = \"\")\n Target target);\n\n /**\n * \n * @param idTarget\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"responseTargetCode\", targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteTarget\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeleteTarget\")\n @ResponseWrapper(localName = \"deleteTargetResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeleteTargetResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/deleteTargetRequest\", output = \"http://ws.soap.finalproject.introsde/People/deleteTargetResponse\")\n public int deleteTarget(\n @WebParam(name = \"idTarget\", targetNamespace = \"\")\n int idTarget);\n\n /**\n * \n * @param idMeasureDef\n * @param personId\n * @return\n * returns introsde.finalproject.soap.ws.ListTargetWrapper\n */\n @WebMethod\n @WebResult(name = \"targets\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getTarget\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetTarget\")\n @ResponseWrapper(localName = \"getTargetResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetTargetResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getTargetRequest\", output = \"http://ws.soap.finalproject.introsde/People/getTargetResponse\")\n public ListTargetWrapper getTarget(\n @WebParam(name = \"personId\", targetNamespace = \"\")\n int personId,\n @WebParam(name = \"idMeasureDef\", targetNamespace = \"\")\n int idMeasureDef);\n\n /**\n * \n * @param measure\n * @param idPerson\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"measure\", targetNamespace = \"\")\n @RequestWrapper(localName = \"createMeasure\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreateMeasure\")\n @ResponseWrapper(localName = \"createMeasureResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.CreateMeasureResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/createMeasureRequest\", output = \"http://ws.soap.finalproject.introsde/People/createMeasureResponse\")\n public int createMeasure(\n @WebParam(name = \"measure\", targetNamespace = \"\")\n Measure measure,\n @WebParam(name = \"idPerson\", targetNamespace = \"\")\n int idPerson);\n\n /**\n * \n * @param personId\n * @return\n * returns introsde.finalproject.soap.ws.ListMeasureWrapper\n */\n @WebMethod\n @WebResult(name = \"measure\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getMeasure\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetMeasure\")\n @ResponseWrapper(localName = \"getMeasureResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetMeasureResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getMeasureRequest\", output = \"http://ws.soap.finalproject.introsde/People/getMeasureResponse\")\n public ListMeasureWrapper getMeasure(\n @WebParam(name = \"personId\", targetNamespace = \"\")\n int personId);\n\n /**\n * \n * @param measure\n * @return\n * returns int\n * @throws ParseException_Exception\n */\n @WebMethod\n @WebResult(name = \"idUpdatedMeasure\", targetNamespace = \"\")\n @RequestWrapper(localName = \"updateMeasure\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdateMeasure\")\n @ResponseWrapper(localName = \"updateMeasureResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.UpdateMeasureResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/updateMeasureRequest\", output = \"http://ws.soap.finalproject.introsde/People/updateMeasureResponse\", fault = {\n @FaultAction(className = ParseException_Exception.class, value = \"http://ws.soap.finalproject.introsde/People/updateMeasure/Fault/ParseException\")\n })\n public int updateMeasure(\n @WebParam(name = \"measure\", targetNamespace = \"\")\n Measure measure)\n throws ParseException_Exception\n ;\n\n /**\n * \n * @param idMeasure\n * @return\n * returns int\n */\n @WebMethod\n @WebResult(name = \"responseMeasureCode\", targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteMeasure\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeleteMeasure\")\n @ResponseWrapper(localName = \"deleteMeasureResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.DeleteMeasureResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/deleteMeasureRequest\", output = \"http://ws.soap.finalproject.introsde/People/deleteMeasureResponse\")\n public int deleteMeasure(\n @WebParam(name = \"idMeasure\", targetNamespace = \"\")\n int idMeasure);\n\n /**\n * \n * @return\n * returns introsde.finalproject.soap.ws.ListMeasureDefinitionWrapper\n */\n @WebMethod\n @WebResult(name = \"measureDefinition\", targetNamespace = \"\")\n @RequestWrapper(localName = \"getMeasureDefinition\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetMeasureDefinition\")\n @ResponseWrapper(localName = \"getMeasureDefinitionResponse\", targetNamespace = \"http://ws.soap.finalproject.introsde/\", className = \"introsde.finalproject.soap.ws.GetMeasureDefinitionResponse\")\n @Action(input = \"http://ws.soap.finalproject.introsde/People/getMeasureDefinitionRequest\", output = \"http://ws.soap.finalproject.introsde/People/getMeasureDefinitionResponse\")\n public ListMeasureDefinitionWrapper getMeasureDefinition();\n\n}", "@WebService(name = \"databaseInfoService\", targetNamespace = \"urn:Vidal\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface DatabaseInfoService {\n\n\n /**\n * \n * @param lapVersion\n * @param codeAdeli\n * @param userType\n * @param codeRpps\n * @param codeUserLap\n * @param codeLap\n * @return\n * returns com.whatever.DatabaseInfoService.VIDALAuthStatus\n */\n @WebMethod\n @WebResult(name = \"checkUser\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"checkUser\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.CheckUser\")\n @ResponseWrapper(localName = \"checkUserResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.CheckUserResponse\")\n public VIDALAuthStatus checkUser(\n @WebParam(name = \"codeUserLap\", targetNamespace = \"urn:Vidal\")\n String codeUserLap,\n @WebParam(name = \"codeLap\", targetNamespace = \"urn:Vidal\")\n String codeLap,\n @WebParam(name = \"lapVersion\", targetNamespace = \"urn:Vidal\")\n String lapVersion,\n @WebParam(name = \"userType\", targetNamespace = \"urn:Vidal\")\n String userType,\n @WebParam(name = \"codeRpps\", targetNamespace = \"urn:Vidal\")\n String codeRpps,\n @WebParam(name = \"codeAdeli\", targetNamespace = \"urn:Vidal\")\n String codeAdeli);\n\n /**\n * \n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(name = \"CeMarkingLabel\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getCEMarkingLabel\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetCEMarkingLabel\")\n @ResponseWrapper(localName = \"getCEMarkingLabelResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetCEMarkingLabelResponse\")\n public String getCEMarkingLabel();\n\n /**\n * \n * @return\n * returns javax.xml.datatype.XMLGregorianCalendar\n */\n @WebMethod\n @WebResult(name = \"expiryDate\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getDataExpiryDate\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetDataExpiryDate\")\n @ResponseWrapper(localName = \"getDataExpiryDateResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetDataExpiryDateResponse\")\n public XMLGregorianCalendar getDataExpiryDate();\n\n /**\n * \n * @return\n * returns javax.xml.datatype.XMLGregorianCalendar\n */\n @WebMethod\n @WebResult(name = \"extractionDate\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getExtractionDate\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetExtractionDate\")\n @ResponseWrapper(localName = \"getExtractionDateResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetExtractionDateResponse\")\n public XMLGregorianCalendar getExtractionDate();\n\n /**\n * \n * @return\n * returns javax.xml.datatype.XMLGregorianCalendar\n */\n @WebMethod\n @WebResult(name = \"graceEndDate\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getGraceEndDate\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetGraceEndDate\")\n @ResponseWrapper(localName = \"getGraceEndDateResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetGraceEndDateResponse\")\n public XMLGregorianCalendar getGraceEndDate();\n\n /**\n * \n * @return\n * returns javax.xml.datatype.XMLGregorianCalendar\n */\n @WebMethod\n @WebResult(name = \"licenceEndDate\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getLicenceEndDate\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetLicenceEndDate\")\n @ResponseWrapper(localName = \"getLicenceEndDateResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetLicenceEndDateResponse\")\n public XMLGregorianCalendar getLicenceEndDate();\n\n /**\n * \n * @return\n * returns com.whatever.DatabaseInfoService.LicencingStatus\n */\n @WebMethod\n @WebResult(name = \"licenceOrGraceStatus\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getLicenceOrGraceStatus\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetLicenceOrGraceStatus\")\n @ResponseWrapper(localName = \"getLicenceOrGraceStatusResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetLicenceOrGraceStatusResponse\")\n public LicencingStatus getLicenceOrGraceStatus();\n\n /**\n * \n * @return\n * returns javax.xml.datatype.XMLGregorianCalendar\n */\n @WebMethod\n @WebResult(name = \"licenceStartDate\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getLicenceStartDate\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetLicenceStartDate\")\n @ResponseWrapper(localName = \"getLicenceStartDateResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetLicenceStartDateResponse\")\n public XMLGregorianCalendar getLicenceStartDate();\n\n /**\n * \n * @return\n * returns com.whatever.DatabaseInfoService.ProductLineType\n */\n @WebMethod\n @WebResult(name = \"productLine\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getProductLine\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetProductLine\")\n @ResponseWrapper(localName = \"getProductLineResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetProductLineResponse\")\n public ProductLineType getProductLine();\n\n /**\n * \n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(name = \"version\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getVersion\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetVersion\")\n @ResponseWrapper(localName = \"getVersionResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetVersionResponse\")\n public String getVersion();\n\n /**\n * \n * @return\n * returns javax.xml.datatype.XMLGregorianCalendar\n */\n @WebMethod\n @WebResult(name = \"warningDate\", targetNamespace = \"urn:Vidal\")\n @RequestWrapper(localName = \"getWarningDate\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetWarningDate\")\n @ResponseWrapper(localName = \"getWarningDateResponse\", targetNamespace = \"urn:Vidal\", className = \"com.whatever.DatabaseInfoService.GetWarningDateResponse\")\n public XMLGregorianCalendar getWarningDate();\n\n}", "@WebService(targetNamespace = \"http://jaxws.intergrupo.com.co/\", name = \"InterfaceWebService\")\r\n@XmlSeeAlso({ObjectFactory.class})\r\npublic interface InterfaceWebService {\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"vehiculoReportado\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.VehiculoReportado\")\r\n @WebMethod(action = \"urn:vehiculoReportado\")\r\n @ResponseWrapper(localName = \"vehiculoReportadoResponse\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.VehiculoReportadoResponse\")\r\n public boolean vehiculoReportado(\r\n @WebParam(name = \"placa\", targetNamespace = \"\")\r\n java.lang.String placa\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"saludo\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.Saludo\")\r\n @WebMethod\r\n @ResponseWrapper(localName = \"saludoResponse\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.SaludoResponse\")\r\n public java.lang.String saludo(\r\n @WebParam(name = \"nombre\", targetNamespace = \"\")\r\n java.lang.String nombre\r\n );\r\n\r\n @WebResult(name = \"vehiculo\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"consultarVehiculo\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.ConsultarVehiculo\")\r\n @WebMethod(action = \"urn:consultarVehiculo\")\r\n @ResponseWrapper(localName = \"consultarVehiculoResponse\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.ConsultarVehiculoResponse\")\r\n public co.com.intergrupo.cxf.Vehiculo consultarVehiculo(\r\n @WebParam(name = \"placa\", targetNamespace = \"\")\r\n java.lang.String placa\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"vehiculoAlDiaConImpuesto\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.VehiculoAlDiaConImpuesto\")\r\n @WebMethod(action = \"urn:vehiculoAlDiaConImpuesto\")\r\n @ResponseWrapper(localName = \"vehiculoAlDiaConImpuestoResponse\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.VehiculoAlDiaConImpuestoResponse\")\r\n public boolean vehiculoAlDiaConImpuesto(\r\n @WebParam(name = \"placa\", targetNamespace = \"\")\r\n java.lang.String placa\r\n );\r\n\r\n @WebResult(name = \"return\", targetNamespace = \"\")\r\n @RequestWrapper(localName = \"registradoRunt\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.RegistradoRunt\")\r\n @WebMethod(action = \"urn:registradoRunt\")\r\n @ResponseWrapper(localName = \"registradoRuntResponse\", targetNamespace = \"http://jaxws.intergrupo.com.co/\", className = \"co.com.intergrupo.cxf.RegistradoRuntResponse\")\r\n public boolean registradoRunt(\r\n @WebParam(name = \"placa\", targetNamespace = \"\")\r\n java.lang.String placa\r\n );\r\n}", "@WebService(name = \"UsersTraining\", targetNamespace = \"http://SOAPService.BusinessLogic/\")\r\n@XmlSeeAlso({\r\n ObjectFactory.class\r\n})\r\npublic interface UsersTraining {\r\n\r\n\r\n /**\r\n * \r\n * @param monthFilter\r\n * @param eventName\r\n * @return\r\n * returns BusinessLogic.SOAPServiceClient.RobWS\r\n */\r\n @WebMethod(operationName = \"UsuariosACapacitar\")\r\n @WebResult(targetNamespace = \"\")\r\n @RequestWrapper(localName = \"UsuariosACapacitar\", targetNamespace = \"http://SOAPService.BusinessLogic/\", className = \"BusinessLogic.SOAPServiceClient.UsuariosACapacitar\")\r\n @ResponseWrapper(localName = \"UsuariosACapacitarResponse\", targetNamespace = \"http://SOAPService.BusinessLogic/\", className = \"BusinessLogic.SOAPServiceClient.UsuariosACapacitarResponse\")\r\n @Action(input = \"http://SOAPService.BusinessLogic/UsersTraining/UsuariosACapacitarRequest\", output = \"http://SOAPService.BusinessLogic/UsersTraining/UsuariosACapacitarResponse\")\r\n public RobWS usuariosACapacitar(\r\n @WebParam(name = \"EventName\", targetNamespace = \"\")\r\n String eventName,\r\n @WebParam(name = \"MonthFilter\", targetNamespace = \"\")\r\n int monthFilter);\r\n\r\n}", "@WebService(name = \"JMeadowsData\", targetNamespace = \"http://webservice.jmeadows.DNS /\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface JMeadowsData {\n\n\n /**\n * \n * @param siteCode\n * @param verifyCode\n * @param accessCode\n * @param requestingApp\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.User\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"login\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.Login\")\n @ResponseWrapper(localName = \"loginResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.LoginResponse\")\n public User login(\n @WebParam(name = \"siteCode\", targetNamespace = \"\")\n String siteCode,\n @WebParam(name = \"accessCode\", targetNamespace = \"\")\n String accessCode,\n @WebParam(name = \"verifyCode\", targetNamespace = \"\")\n String verifyCode,\n @WebParam(name = \"requestingApp\", targetNamespace = \"\")\n String requestingApp)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param authUserInfoQuery\n * @return\n * returns boolean\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"updateUserSubjectDN\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.UpdateUserSubjectDN\")\n @ResponseWrapper(localName = \"updateUserSubjectDNResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.UpdateUserSubjectDNResponse\")\n public boolean updateUserSubjectDN(\n @WebParam(name = \"authUserInfoQuery\", targetNamespace = \"\")\n AuthUserInfo authUserInfoQuery)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param siteCode\n * @param verifyCode\n * @param cardID\n * @param accessCode\n * @param ipAddress\n * @param requestingApp\n * @param subjectDN\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.User\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"loginEnterprise\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.LoginEnterprise\")\n @ResponseWrapper(localName = \"loginEnterpriseResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.LoginEnterpriseResponse\")\n public User loginEnterprise(\n @WebParam(name = \"cardID\", targetNamespace = \"\")\n String cardID,\n @WebParam(name = \"siteCode\", targetNamespace = \"\")\n String siteCode,\n @WebParam(name = \"accessCode\", targetNamespace = \"\")\n String accessCode,\n @WebParam(name = \"verifyCode\", targetNamespace = \"\")\n String verifyCode,\n @WebParam(name = \"requestingApp\", targetNamespace = \"\")\n String requestingApp,\n @WebParam(name = \"ipAddress\", targetNamespace = \"\")\n String ipAddress,\n @WebParam(name = \"subjectDN\", targetNamespace = \"\")\n String subjectDN)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Patient>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"lookupPatient\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.LookupPatient\")\n @ResponseWrapper(localName = \"lookupPatientResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.LookupPatientResponse\")\n public List<Patient> lookupPatient(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.ResponsePatientQuery\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"lookupPatientPDWS\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.LookupPatientPDWS\")\n @ResponseWrapper(localName = \"lookupPatientPDWSResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.LookupPatientPDWSResponse\")\n public ResponsePatientQuery lookupPatientPDWS(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n PdwsQueryBean queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.Patient\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"selectPatient\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SelectPatient\")\n @ResponseWrapper(localName = \"selectPatientResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SelectPatientResponse\")\n public Patient selectPatient(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.ResponsePatientSelect\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"selectPatientMVI\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SelectPatientMVI\")\n @ResponseWrapper(localName = \"selectPatientMVIResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SelectPatientMVIResponse\")\n public ResponsePatientSelect selectPatientMVI(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"selectPatientForVASensitive\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SelectPatientForVASensitive\")\n @ResponseWrapper(localName = \"selectPatientForVASensitiveResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SelectPatientForVASensitiveResponse\")\n public void selectPatientForVASensitive(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"auditVARestrictedAccess\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.AuditVARestrictedAccess\")\n @ResponseWrapper(localName = \"auditVARestrictedAccessResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.AuditVARestrictedAccessResponse\")\n public void auditVARestrictedAccess(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"auditSensitiveRecordAccess\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.AuditSensitiveRecordAccess\")\n @ResponseWrapper(localName = \"auditSensitiveRecordAccessResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.AuditSensitiveRecordAccessResponse\")\n public void auditSensitiveRecordAccess(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.PatientAdmission>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientAdmissions\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientAdmissions\")\n @ResponseWrapper(localName = \"getPatientAdmissionsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientAdmissionsResponse\")\n public List<PatientAdmission> getPatientAdmissions(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.PatientHistory>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientHistory\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientHistory\")\n @ResponseWrapper(localName = \"getPatientHistoryResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientHistoryResponse\")\n public List<PatientHistory> getPatientHistory(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Allergy>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientAllergies\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientAllergies\")\n @ResponseWrapper(localName = \"getPatientAllergiesResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientAllergiesResponse\")\n public List<Allergy> getPatientAllergies(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Allergy>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getDODVLERPatientAllergies\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetDODVLERPatientAllergies\")\n @ResponseWrapper(localName = \"getDODVLERPatientAllergiesResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetDODVLERPatientAllergiesResponse\")\n public List<Allergy> getDODVLERPatientAllergies(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.AllergyDetail\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAllergyDetail\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAllergyDetail\")\n @ResponseWrapper(localName = \"getAllergyDetailResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAllergyDetailResponse\")\n public AllergyDetail getAllergyDetail(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.FreeTextReport\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientEncountersReport\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientEncountersReport\")\n @ResponseWrapper(localName = \"getPatientEncountersReportResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientEncountersReportResponse\")\n public FreeTextReport getPatientEncountersReport(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.PatientAppointments>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientAppointments\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientAppointments\")\n @ResponseWrapper(localName = \"getPatientAppointmentsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientAppointmentsResponse\")\n public List<PatientAppointments> getPatientAppointments(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Encounter>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientEncounters\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientEncounters\")\n @ResponseWrapper(localName = \"getPatientEncountersResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientEncountersResponse\")\n public List<Encounter> getPatientEncounters(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.ClinicalReminder>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientClinicalReminders\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientClinicalReminders\")\n @ResponseWrapper(localName = \"getPatientClinicalRemindersResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientClinicalRemindersResponse\")\n public List<ClinicalReminder> getPatientClinicalReminders(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.FreeTextReport\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getClinicalReminderDetail\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetClinicalReminderDetail\")\n @ResponseWrapper(localName = \"getClinicalReminderDetailResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetClinicalReminderDetailResponse\")\n public FreeTextReport getClinicalReminderDetail(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.PatientDemographics>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientDemographics\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientDemographics\")\n @ResponseWrapper(localName = \"getPatientDemographicsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientDemographicsResponse\")\n public List<PatientDemographics> getPatientDemographics(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.PatientDemographicsDetail>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientDemographicsDetail\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientDemographicsDetail\")\n @ResponseWrapper(localName = \"getPatientDemographicsDetailResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientDemographicsDetailResponse\")\n public List<PatientDemographicsDetail> getPatientDemographicsDetail(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Immunization>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientImmunizations\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientImmunizations\")\n @ResponseWrapper(localName = \"getPatientImmunizationsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientImmunizationsResponse\")\n public List<Immunization> getPatientImmunizations(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.LabOrder>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientLabs\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientLabs\")\n @ResponseWrapper(localName = \"getPatientLabsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientLabsResponse\")\n public List<LabOrder> getPatientLabs(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.LabResult>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientLabResults\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientLabResults\")\n @ResponseWrapper(localName = \"getPatientLabResultsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientLabResultsResponse\")\n public List<LabResult> getPatientLabResults(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.FreeTextReport\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientLabReport\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientLabReport\")\n @ResponseWrapper(localName = \"getPatientLabReportResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientLabReportResponse\")\n public FreeTextReport getPatientLabReport(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Medication>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientMedications\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientMedications\")\n @ResponseWrapper(localName = \"getPatientMedicationsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientMedicationsResponse\")\n public List<Medication> getPatientMedications(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Form>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientForms\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientForms\")\n @ResponseWrapper(localName = \"getPatientFormsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientFormsResponse\")\n public List<Form> getPatientForms(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.ProgressNote>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientProgressNotes\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientProgressNotes\")\n @ResponseWrapper(localName = \"getPatientProgressNotesResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientProgressNotesResponse\")\n public List<ProgressNote> getPatientProgressNotes(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.NoteImage\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getBHIENoteImage\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetBHIENoteImage\")\n @ResponseWrapper(localName = \"getBHIENoteImageResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetBHIENoteImageResponse\")\n public NoteImage getBHIENoteImage(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.ProgressNote>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientDischargeSummaries\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientDischargeSummaries\")\n @ResponseWrapper(localName = \"getPatientDischargeSummariesResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientDischargeSummariesResponse\")\n public List<ProgressNote> getPatientDischargeSummaries(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Consult>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientConsultRequests\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientConsultRequests\")\n @ResponseWrapper(localName = \"getPatientConsultRequestsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientConsultRequestsResponse\")\n public List<Consult> getPatientConsultRequests(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Order>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientOrders\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientOrders\")\n @ResponseWrapper(localName = \"getPatientOrdersResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientOrdersResponse\")\n public List<Order> getPatientOrders(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Problem>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientProblemList\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientProblemList\")\n @ResponseWrapper(localName = \"getPatientProblemListResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientProblemListResponse\")\n public List<Problem> getPatientProblemList(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.RadiologyReport>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientRads\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientRads\")\n @ResponseWrapper(localName = \"getPatientRadsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientRadsResponse\")\n public List<RadiologyReport> getPatientRads(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Vitals>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientVitals\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientVitals\")\n @ResponseWrapper(localName = \"getPatientVitalsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientVitalsResponse\")\n public List<Vitals> getPatientVitals(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.LabResult>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientLabTestResults\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientLabTestResults\")\n @ResponseWrapper(localName = \"getPatientLabTestResultsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientLabTestResultsResponse\")\n public List<LabResult> getPatientLabTestResults(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.LabResult>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getLabOrderResult\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetLabOrderResult\")\n @ResponseWrapper(localName = \"getLabOrderResultResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetLabOrderResultResponse\")\n public List<LabResult> getLabOrderResult(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.AdmissionDetail\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAdmissionDetails\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAdmissionDetails\")\n @ResponseWrapper(localName = \"getAdmissionDetailsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAdmissionDetailsResponse\")\n public AdmissionDetail getAdmissionDetails(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Diagnosis>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAdmissionDiagnosis\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAdmissionDiagnosis\")\n @ResponseWrapper(localName = \"getAdmissionDiagnosisResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAdmissionDiagnosisResponse\")\n public List<Diagnosis> getAdmissionDiagnosis(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Procedure>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAdmissionProcedures\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAdmissionProcedures\")\n @ResponseWrapper(localName = \"getAdmissionProceduresResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAdmissionProceduresResponse\")\n public List<Procedure> getAdmissionProcedures(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.FreeTextReport>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getConsultReport\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetConsultReport\")\n @ResponseWrapper(localName = \"getConsultReportResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetConsultReportResponse\")\n public List<FreeTextReport> getConsultReport(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.User\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderProfile\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderProfile\")\n @ResponseWrapper(localName = \"getProviderProfileResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderProfileResponse\")\n public User getProviderProfile(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.FreeTextReport\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getMedicationDetail\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetMedicationDetail\")\n @ResponseWrapper(localName = \"getMedicationDetailResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetMedicationDetailResponse\")\n public FreeTextReport getMedicationDetail(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.FreeTextReport\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getOrderDetail\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetOrderDetail\")\n @ResponseWrapper(localName = \"getOrderDetailResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetOrderDetailResponse\")\n public FreeTextReport getOrderDetail(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Vitals>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientCurrentVitals\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientCurrentVitals\")\n @ResponseWrapper(localName = \"getPatientCurrentVitalsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientCurrentVitalsResponse\")\n public List<Vitals> getPatientCurrentVitals(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.InsuranceBean>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getPatientInsurances\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientInsurances\")\n @ResponseWrapper(localName = \"getPatientInsurancesResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetPatientInsurancesResponse\")\n public List<InsuranceBean> getPatientInsurances(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Procedure>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getOutpatientProcedures\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetOutpatientProcedures\")\n @ResponseWrapper(localName = \"getOutpatientProceduresResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetOutpatientProceduresResponse\")\n public List<Procedure> getOutpatientProcedures(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.ProblemDetail\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProblemDetail\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProblemDetail\")\n @ResponseWrapper(localName = \"getProblemDetailResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProblemDetailResponse\")\n public ProblemDetail getProblemDetail(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.FreeTextReport\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProgressNote\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProgressNote\")\n @ResponseWrapper(localName = \"getProgressNoteResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProgressNoteResponse\")\n public FreeTextReport getProgressNote(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.RadiologyReport\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getRadiologyReport\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetRadiologyReport\")\n @ResponseWrapper(localName = \"getRadiologyReportResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetRadiologyReportResponse\")\n public RadiologyReport getRadiologyReport(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.VlerDocument>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getVLERDocumentList\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetVLERDocumentList\")\n @ResponseWrapper(localName = \"getVLERDocumentListResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetVLERDocumentListResponse\")\n public List<VlerDocument> getVLERDocumentList(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param vDoc\n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.VlerDocument\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getVLERDocument\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetVLERDocument\")\n @ResponseWrapper(localName = \"getVLERDocumentResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetVLERDocumentResponse\")\n public VlerDocument getVLERDocument(\n @WebParam(name = \"vDoc\", targetNamespace = \"\")\n VlerDocument vDoc,\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Vlerccda>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getDODVLERPatientCCDA\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetDODVLERPatientCCDA\")\n @ResponseWrapper(localName = \"getDODVLERPatientCCDAResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetDODVLERPatientCCDAResponse\")\n public List<Vlerccda> getDODVLERPatientCCDA(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Alert>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getUserAlerts\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetUserAlerts\")\n @ResponseWrapper(localName = \"getUserAlertsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetUserAlertsResponse\")\n public List<Alert> getUserAlerts(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.FreeTextReport\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getVisitNotes\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetVisitNotes\")\n @ResponseWrapper(localName = \"getVisitNotesResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetVisitNotesResponse\")\n public FreeTextReport getVisitNotes(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param providerIen\n * @param siteCode\n * @param endDate\n * @param userNPI\n * @param patId\n * @param requestingApp\n * @param userName\n * @param category\n * @param userIen\n * @param startDate\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @RequestWrapper(localName = \"logAudit\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.LogAudit\")\n @ResponseWrapper(localName = \"logAuditResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.LogAuditResponse\")\n public void logAudit(\n @WebParam(name = \"siteCode\", targetNamespace = \"\")\n String siteCode,\n @WebParam(name = \"userIen\", targetNamespace = \"\")\n String userIen,\n @WebParam(name = \"providerIen\", targetNamespace = \"\")\n String providerIen,\n @WebParam(name = \"userNPI\", targetNamespace = \"\")\n String userNPI,\n @WebParam(name = \"userName\", targetNamespace = \"\")\n String userName,\n @WebParam(name = \"patId\", targetNamespace = \"\")\n String patId,\n @WebParam(name = \"category\", targetNamespace = \"\")\n String category,\n @WebParam(name = \"requestingApp\", targetNamespace = \"\")\n String requestingApp,\n @WebParam(name = \"startDate\", targetNamespace = \"\")\n String startDate,\n @WebParam(name = \"endDate\", targetNamespace = \"\")\n String endDate)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.PatientAppointments>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderAppointments\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderAppointments\")\n @ResponseWrapper(localName = \"getProviderAppointmentsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderAppointmentsResponse\")\n public List<PatientAppointments> getProviderAppointments(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.PatientAdmission>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderAdmissions\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderAdmissions\")\n @ResponseWrapper(localName = \"getProviderAdmissionsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderAdmissionsResponse\")\n public List<PatientAdmission> getProviderAdmissions(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.PatientAdmission>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getWardAdmissions\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetWardAdmissions\")\n @ResponseWrapper(localName = \"getWardAdmissionsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetWardAdmissionsResponse\")\n public List<PatientAdmission> getWardAdmissions(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.ProgressNote>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderUnsignedNotes\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderUnsignedNotes\")\n @ResponseWrapper(localName = \"getProviderUnsignedNotesResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderUnsignedNotesResponse\")\n public List<ProgressNote> getProviderUnsignedNotes(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Consult>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderConsultsRequested\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderConsultsRequested\")\n @ResponseWrapper(localName = \"getProviderConsultsRequestedResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderConsultsRequestedResponse\")\n public List<Consult> getProviderConsultsRequested(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Consult>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderConsultsReceived\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderConsultsReceived\")\n @ResponseWrapper(localName = \"getProviderConsultsReceivedResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderConsultsReceivedResponse\")\n public List<Consult> getProviderConsultsReceived(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Order>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderOrdersPending\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderOrdersPending\")\n @ResponseWrapper(localName = \"getProviderOrdersPendingResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderOrdersPendingResponse\")\n public List<Order> getProviderOrdersPending(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Order>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderOrdersResulted\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderOrdersResulted\")\n @ResponseWrapper(localName = \"getProviderOrdersResultedResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderOrdersResultedResponse\")\n public List<Order> getProviderOrdersResulted(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.LabResult>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderLabAbnormalResults\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderLabAbnormalResults\")\n @ResponseWrapper(localName = \"getProviderLabAbnormalResultsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderLabAbnormalResultsResponse\")\n public List<LabResult> getProviderLabAbnormalResults(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.lang.String\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getJanusGUIConfig\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetJanusGUIConfig\")\n @ResponseWrapper(localName = \"getJanusGUIConfigResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetJanusGUIConfigResponse\")\n public String getJanusGUIConfig(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param cfg\n * @param queryBean\n * @return\n * returns boolean\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"setJanusGUIConfig\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SetJanusGUIConfig\")\n @ResponseWrapper(localName = \"setJanusGUIConfigResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SetJanusGUIConfigResponse\")\n public boolean setJanusGUIConfig(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean,\n @WebParam(name = \"cfg\", targetNamespace = \"\")\n String cfg)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param queryBean\n * @return\n * returns java.lang.String\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getProviderFlags\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderFlags\")\n @ResponseWrapper(localName = \"getProviderFlagsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetProviderFlagsResponse\")\n public String getProviderFlags(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param flags\n * @param queryBean\n * @return\n * returns boolean\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"setProviderFlags\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SetProviderFlags\")\n @ResponseWrapper(localName = \"setProviderFlagsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SetProviderFlagsResponse\")\n public boolean setProviderFlags(\n @WebParam(name = \"queryBean\", targetNamespace = \"\")\n JMeadowsQuery queryBean,\n @WebParam(name = \"flags\", targetNamespace = \"\")\n String flags)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param smartCardID\n * @param smartCardAgency\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.IehrUserProfile\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getIehrUserProfile\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetIehrUserProfile\")\n @ResponseWrapper(localName = \"getIehrUserProfileResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetIehrUserProfileResponse\")\n public IehrUserProfile getIehrUserProfile(\n @WebParam(name = \"smartCardID\", targetNamespace = \"\")\n String smartCardID,\n @WebParam(name = \"smartCardAgency\", targetNamespace = \"\")\n String smartCardAgency)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @param iehrUserProfile\n * @return\n * returns boolean\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"setIehrUserProfile\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SetIehrUserProfile\")\n @ResponseWrapper(localName = \"setIehrUserProfileResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.SetIehrUserProfileResponse\")\n public boolean setIehrUserProfile(\n @WebParam(name = \"iehrUserProfile\", targetNamespace = \"\")\n IehrUserProfile iehrUserProfile)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Site>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getSites\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetSites\")\n @ResponseWrapper(localName = \"getSitesResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetSitesResponse\")\n public List<Site> getSites();\n\n /**\n * \n * @param cardID\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.AuditEntry>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getLoginInfo\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetLoginInfo\")\n @ResponseWrapper(localName = \"getLoginInfoResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetLoginInfoResponse\")\n public List<AuditEntry> getLoginInfo(\n @WebParam(name = \"cardID\", targetNamespace = \"\")\n String cardID)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getServiceErrors\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetServiceErrors\")\n @ResponseWrapper(localName = \"getServiceErrorsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetServiceErrorsResponse\")\n public String getServiceErrors();\n\n /**\n * \n * @param authUserInfoQuery\n * @return\n * returns gov.va.med.jmeadows_2_3_1.webservice.AuthUserInfo\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getAuthUser\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAuthUser\")\n @ResponseWrapper(localName = \"getAuthUserResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetAuthUserResponse\")\n public AuthUserInfo getAuthUser(\n @WebParam(name = \"authUserInfoQuery\", targetNamespace = \"\")\n AuthUserInfo authUserInfoQuery)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n */\n @WebMethod\n @RequestWrapper(localName = \"resetStatus\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.ResetStatus\")\n @ResponseWrapper(localName = \"resetStatusResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.ResetStatusResponse\")\n public void resetStatus();\n\n /**\n * \n * @param userId\n * @return\n * returns java.util.List<gov.va.med.jmeadows_2_3_1.webservice.Patient>\n * @throws JMeadowsException_Exception\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getRecentlyViewedPatients\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetRecentlyViewedPatients\")\n @ResponseWrapper(localName = \"getRecentlyViewedPatientsResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetRecentlyViewedPatientsResponse\")\n public List<Patient> getRecentlyViewedPatients(\n @WebParam(name = \"userId\", targetNamespace = \"\")\n String userId)\n throws JMeadowsException_Exception\n ;\n\n /**\n * \n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getVersion\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetVersion\")\n @ResponseWrapper(localName = \"getVersionResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetVersionResponse\")\n public String getVersion();\n\n /**\n * \n * @return\n * returns java.lang.String\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getStatus\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetStatus\")\n @ResponseWrapper(localName = \"getStatusResponse\", targetNamespace = \"http://webservice.jmeadows.DNS /\", className = \"gov.va.med.jmeadows_2_3_1.webservice.GetStatusResponse\")\n public String getStatus();\n\n}", "@WebService(name = \"UserWebService\", targetNamespace = \"http://webservice.openmeetings.apache.org/\")\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface UserWebService {\n\n\n /**\n * \n * @param confirm\n * @param user\n * @param sid\n * @return\n * returns cn.edu.service.userwebService.UserDTO\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"add\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.Add\")\n @ResponseWrapper(localName = \"addResponse\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.AddResponse\")\n public UserDTO add(\n @WebParam(name = \"sid\", targetNamespace = \"\")\n String sid,\n @WebParam(name = \"user\", targetNamespace = \"\")\n UserDTO user,\n @WebParam(name = \"confirm\", targetNamespace = \"\")\n Boolean confirm);\n\n /**\n * \n * @param sid\n * @return\n * returns java.util.List<cn.edu.service.userwebService.UserDTO>\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"get\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.Get\")\n @ResponseWrapper(localName = \"getResponse\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.GetResponse\")\n public List<UserDTO> get(\n @WebParam(name = \"sid\", targetNamespace = \"\")\n String sid);\n\n /**\n * \n * @param options\n * @param user\n * @param sid\n * @return\n * returns cn.edu.service.userwebService.ServiceResult\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"getRoomHash\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.GetRoomHash\")\n @ResponseWrapper(localName = \"getRoomHashResponse\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.GetRoomHashResponse\")\n public ServiceResult getRoomHash(\n @WebParam(name = \"sid\", targetNamespace = \"\")\n String sid,\n @WebParam(name = \"user\", targetNamespace = \"\")\n ExternalUserDTO user,\n @WebParam(name = \"options\", targetNamespace = \"\")\n RoomOptionsDTO options);\n\n /**\n * \n * @param id\n * @param sid\n * @return\n * returns cn.edu.service.userwebService.ServiceResult\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"delete\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.Delete\")\n @ResponseWrapper(localName = \"deleteResponse\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.DeleteResponse\")\n public ServiceResult delete(\n @WebParam(name = \"sid\", targetNamespace = \"\")\n String sid,\n @WebParam(name = \"id\", targetNamespace = \"\")\n long id);\n\n /**\n * \n * @param externaltype\n * @param externalid\n * @param sid\n * @return\n * returns cn.edu.service.userwebService.ServiceResult\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"deleteExternal\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.DeleteExternal\")\n @ResponseWrapper(localName = \"deleteExternalResponse\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.DeleteExternalResponse\")\n public ServiceResult deleteExternal(\n @WebParam(name = \"sid\", targetNamespace = \"\")\n String sid,\n @WebParam(name = \"externaltype\", targetNamespace = \"\")\n String externaltype,\n @WebParam(name = \"externalid\", targetNamespace = \"\")\n String externalid);\n\n /**\n * \n * @param pass\n * @param user\n * @return\n * returns cn.edu.service.userwebService.ServiceResult\n */\n @WebMethod\n @WebResult(targetNamespace = \"\")\n @RequestWrapper(localName = \"login\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.Login\")\n @ResponseWrapper(localName = \"loginResponse\", targetNamespace = \"http://webservice.openmeetings.apache.org/\", className = \"cn.edu.service.userwebService.LoginResponse\")\n public ServiceResult login(\n @WebParam(name = \"user\", targetNamespace = \"\")\n String user,\n @WebParam(name = \"pass\", targetNamespace = \"\")\n String pass);\n\n}", "@WebService\npublic interface HelloWorld {\n String sayHi(String name);\n\n}", "private org.apache.axiom.soap.SOAPEnvelope toEnvelope(org.apache.axiom.soap.SOAPFactory factory, sample.ws.HelloWorldWSStub.InitializeHelloWorldWS param, boolean optimizeContent)\n throws org.apache.axis2.AxisFault{\n\n \n try{\n\n org.apache.axiom.soap.SOAPEnvelope emptyEnvelope = factory.getDefaultEnvelope();\n emptyEnvelope.getBody().addChild(param.getOMElement(sample.ws.HelloWorldWSStub.InitializeHelloWorldWS.MY_QNAME,factory));\n return emptyEnvelope;\n } catch(org.apache.axis2.databinding.ADBException e){\n throw org.apache.axis2.AxisFault.makeFault(e);\n }\n \n\n }", "private org.apache.axiom.soap.SOAPEnvelope toEnvelope(org.apache.axiom.soap.SOAPFactory factory, sample.ws.HelloWorldWSStub.HelloAuthenticatedWithEntitlementPrecheck param, boolean optimizeContent)\n throws org.apache.axis2.AxisFault{\n\n \n try{\n\n org.apache.axiom.soap.SOAPEnvelope emptyEnvelope = factory.getDefaultEnvelope();\n emptyEnvelope.getBody().addChild(param.getOMElement(sample.ws.HelloWorldWSStub.HelloAuthenticatedWithEntitlementPrecheck.MY_QNAME,factory));\n return emptyEnvelope;\n } catch(org.apache.axis2.databinding.ADBException e){\n throw org.apache.axis2.AxisFault.makeFault(e);\n }\n \n\n }", "@WebService(targetNamespace = \"http://www.polytech.unice.fr/si/4a/isa/tcf/cart\", name = \"CartWebService\")\n@XmlSeeAlso({ObjectFactory.class})\npublic interface CartWebService {\n\n @WebMethod\n @RequestWrapper(localName = \"validate\", targetNamespace = \"http://www.polytech.unice.fr/si/4a/isa/tcf/cart\", className = \"stubs.cart.Validate\")\n @ResponseWrapper(localName = \"validateResponse\", targetNamespace = \"http://www.polytech.unice.fr/si/4a/isa/tcf/cart\", className = \"stubs.cart.ValidateResponse\")\n @WebResult(name = \"order_id\", targetNamespace = \"\")\n public java.lang.String validate(\n @WebParam(name = \"customer_name\", targetNamespace = \"\")\n java.lang.String customerName\n ) throws PaymentException_Exception, UnknownCustomerException_Exception, EmptyCartException_Exception;\n\n @WebMethod\n @RequestWrapper(localName = \"removeItemToCustomerCart\", targetNamespace = \"http://www.polytech.unice.fr/si/4a/isa/tcf/cart\", className = \"stubs.cart.RemoveItemToCustomerCart\")\n @ResponseWrapper(localName = \"removeItemToCustomerCartResponse\", targetNamespace = \"http://www.polytech.unice.fr/si/4a/isa/tcf/cart\", className = \"stubs.cart.RemoveItemToCustomerCartResponse\")\n public void removeItemToCustomerCart(\n @WebParam(name = \"customer_name\", targetNamespace = \"\")\n java.lang.String customerName,\n @WebParam(name = \"item\", targetNamespace = \"\")\n stubs.cart.Item item\n ) throws UnknownCustomerException_Exception;\n\n @WebMethod\n @RequestWrapper(localName = \"addItemToCustomerCart\", targetNamespace = \"http://www.polytech.unice.fr/si/4a/isa/tcf/cart\", className = \"stubs.cart.AddItemToCustomerCart\")\n @ResponseWrapper(localName = \"addItemToCustomerCartResponse\", targetNamespace = \"http://www.polytech.unice.fr/si/4a/isa/tcf/cart\", className = \"stubs.cart.AddItemToCustomerCartResponse\")\n public void addItemToCustomerCart(\n @WebParam(name = \"customer_name\", targetNamespace = \"\")\n java.lang.String customerName,\n @WebParam(name = \"item\", targetNamespace = \"\")\n stubs.cart.Item item\n ) throws UnknownCustomerException_Exception;\n\n @WebMethod\n @RequestWrapper(localName = \"getCustomerCartContents\", targetNamespace = \"http://www.polytech.unice.fr/si/4a/isa/tcf/cart\", className = \"stubs.cart.GetCustomerCartContents\")\n @ResponseWrapper(localName = \"getCustomerCartContentsResponse\", targetNamespace = \"http://www.polytech.unice.fr/si/4a/isa/tcf/cart\", className = \"stubs.cart.GetCustomerCartContentsResponse\")\n @WebResult(name = \"cart_contents\", targetNamespace = \"\")\n public java.util.List<stubs.cart.Item> getCustomerCartContents(\n @WebParam(name = \"customer_name\", targetNamespace = \"\")\n java.lang.String customerName\n ) throws UnknownCustomerException_Exception;\n}", "private org.apache.axiom.soap.SOAPEnvelope toEnvelope(org.apache.axiom.soap.SOAPFactory factory, sample.ws.HelloWorldWSStub.Hello param, boolean optimizeContent)\n throws org.apache.axis2.AxisFault{\n\n \n try{\n\n org.apache.axiom.soap.SOAPEnvelope emptyEnvelope = factory.getDefaultEnvelope();\n emptyEnvelope.getBody().addChild(param.getOMElement(sample.ws.HelloWorldWSStub.Hello.MY_QNAME,factory));\n return emptyEnvelope;\n } catch(org.apache.axis2.databinding.ADBException e){\n throw org.apache.axis2.AxisFault.makeFault(e);\n }\n \n\n }", "@WebService(targetNamespace = \"http://example.org/signature\", name = \"SignatureDocumentLiteral\")\n@XmlSeeAlso({ ObjectFactory.class })\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\npublic interface SignatureDocumentLiteral\n{\n\n @WebResult(name = \"SignatureOut\", targetNamespace = \"http://example.org/signature\", partName = \"SignatureOut\")\n @Action(input = \"http://example.org/action/SignatureInAlternate\", output = \"http://example.org/action/SignatureOutAlternate\")\n @WebMethod(operationName = \"Sign2\", action = \"http://example.org/action/SignatureInAlternate\")\n public java.lang.String sign2(@WebParam(partName = \"SignatureIn\", name = \"SignatureIn\", targetNamespace = \"http://example.org/signature\")\n java.lang.String signatureIn);\n\n @WebResult(name = \"SignatureOut\", targetNamespace = \"http://example.org/signature\", partName = \"SignatureOut\")\n @Action(input = \"http://example.org/action/SignatureInEmpty\", output = \"http://example.org/action/SignatureOutEmpty\")\n @WebMethod(operationName = \"Sign3\", action = \"http://example.org/action/SignatureInEmpty\")\n public java.lang.String sign3();\n\n @WebResult(name = \"SignatureOut\", targetNamespace = \"http://example.org/signature\", partName = \"SignatureOut\")\n @Action(input = \"http://example.org/action/SignatureInAlternateEmpty\", output = \"http://example.org/action/SignatureOutAlternateEmpty\")\n @WebMethod(operationName = \"Sign4\", action = \"http://example.org/action/SignatureInAlternateEmpty\")\n public java.lang.String sign4();\n\n @WebResult(name = \"SignatureOut\", targetNamespace = \"http://example.org/signature\", partName = \"SignatureOut\")\n @Action(input = \"http://example.org/action/SignatureInMultipart\", output = \"http://example.org/action/SignatureOutMultipart\")\n @WebMethod(operationName = \"Sign6\", action = \"http://example.org/action/SignatureInMultipart\")\n public java.lang.String sign6(@WebParam(partName = \"parameters\", name = \"SignatureInMultipartMessage\", targetNamespace = \"http://example.org/signature\")\n SignatureInMultipartMessage parameters);\n\n @WebResult(name = \"SignatureOut\", targetNamespace = \"http://example.org/signature\", partName = \"SignatureOut\")\n @Action(input = \"http://example.org/action/SignatureIn\", output = \"http://example.org/action/SignatureOut\")\n @WebMethod(operationName = \"Sign1\", action = \"http://example.org/action/SignatureIn\")\n public java.lang.String sign1(@WebParam(partName = \"SignatureIn\", name = \"SignatureIn\", targetNamespace = \"http://example.org/signature\")\n java.lang.String signatureIn);\n\n @Action(input = \"http://example.org/action/SignatureEmptyPartIn\", output = \"http://example.org/action/SignatureEmptyPartOut\")\n @WebMethod(operationName = \"Sign5\", action = \"http://example.org/action/SignatureEmptyPartIn\")\n public void sign5();\n\n @WebResult(name = \"SignatureOutHeaderMember\", targetNamespace = \"http://example.org/signature\", partName = \"SignatureOutHeaderMember\")\n @Action(input = \"http://example.org/action/SignatureHeaderIn\", output = \"http://example.org/action/SignatureHeaderReply\", fault = { @FaultAction(className = SignatureDocumentLiteralSign7SignatureHeaderFaultFaultMessage.class, value = \"http://example.org/action/SignatureHeaderFault\") })\n @WebMethod(operationName = \"Sign7\", action = \"http://example.org/action/SignatureHeaderIn\")\n public java.lang.String sign7(@WebParam(partName = \"SignatureInHeaderMember\", name = \"SignatureInHeaderMember\", targetNamespace = \"http://example.org/signature\")\n java.lang.String signatureInHeaderMember,\n @WebParam(partName = \"HeaderText\", mode = WebParam.Mode.INOUT, name = \"SignatureOutHeader\", targetNamespace = \"http://example.org/signature\", header = true)\n javax.xml.ws.Holder<java.lang.String> headerText) throws SignatureDocumentLiteralSign7SignatureHeaderFaultFaultMessage;\n\n}", "@WebService(name = \"ProfilePort\", targetNamespace = \"http://ws.clkio.com\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n com.clkio.schemas.ObjectFactory.class,\n com.clkio.schemas.adjusting.ObjectFactory.class,\n com.clkio.schemas.clockinclockout.ObjectFactory.class,\n com.clkio.schemas.common.ObjectFactory.class,\n com.clkio.schemas.day.ObjectFactory.class,\n com.clkio.schemas.email.ObjectFactory.class,\n com.clkio.schemas.login.ObjectFactory.class,\n com.clkio.schemas.manualentering.ObjectFactory.class,\n com.clkio.schemas.profile.ObjectFactory.class,\n com.clkio.schemas.reason.ObjectFactory.class,\n com.clkio.schemas.resetpassword.ObjectFactory.class,\n com.clkio.schemas.timecard.ObjectFactory.class,\n com.clkio.schemas.user.ObjectFactory.class\n})\npublic interface ProfilePort {\n\n\n /**\n * \n * @param request\n * @param clkioLoginCode\n * @return\n * returns com.clkio.schemas.profile.ListProfileResponse\n * @throws ResponseException\n */\n @WebMethod\n @WebResult(name = \"listProfileResponse\", targetNamespace = \"http://schemas.clkio.com\", partName = \"result\")\n public ListProfileResponse list(\n @WebParam(name = \"clkioLoginCode\", targetNamespace = \"http://schemas.clkio.com\", header = true, partName = \"clkioLoginCode\")\n String clkioLoginCode,\n @WebParam(name = \"listProfileRequest\", targetNamespace = \"http://schemas.clkio.com\", partName = \"request\")\n ListProfileRequest request)\n throws ResponseException\n ;\n\n /**\n * \n * @param request\n * @param clkioLoginCode\n * @return\n * returns com.clkio.schemas.common.ResponseCreated\n * @throws ResponseException\n */\n @WebMethod\n @WebResult(name = \"responseCreated\", targetNamespace = \"http://schemas.clkio.com\", partName = \"result\")\n public ResponseCreated insert(\n @WebParam(name = \"clkioLoginCode\", targetNamespace = \"http://schemas.clkio.com\", header = true, partName = \"clkioLoginCode\")\n String clkioLoginCode,\n @WebParam(name = \"insertProfileRequest\", targetNamespace = \"http://schemas.clkio.com\", partName = \"request\")\n InsertProfileRequest request)\n throws ResponseException\n ;\n\n /**\n * \n * @param request\n * @param clkioLoginCode\n * @return\n * returns com.clkio.schemas.common.Response\n * @throws ResponseException\n */\n @WebMethod\n @WebResult(name = \"response\", targetNamespace = \"http://schemas.clkio.com\", partName = \"result\")\n public Response update(\n @WebParam(name = \"clkioLoginCode\", targetNamespace = \"http://schemas.clkio.com\", header = true, partName = \"clkioLoginCode\")\n String clkioLoginCode,\n @WebParam(name = \"updateProfileRequest\", targetNamespace = \"http://schemas.clkio.com\", partName = \"request\")\n UpdateProfileRequest request)\n throws ResponseException\n ;\n\n /**\n * \n * @param request\n * @param clkioLoginCode\n * @return\n * returns com.clkio.schemas.common.Response\n * @throws ResponseException\n */\n @WebMethod\n @WebResult(name = \"response\", targetNamespace = \"http://schemas.clkio.com\", partName = \"result\")\n public Response delete(\n @WebParam(name = \"clkioLoginCode\", targetNamespace = \"http://schemas.clkio.com\", header = true, partName = \"clkioLoginCode\")\n String clkioLoginCode,\n @WebParam(name = \"deleteProfileRequest\", targetNamespace = \"http://schemas.clkio.com\", partName = \"request\")\n DeleteProfileRequest request)\n throws ResponseException\n ;\n\n}", "@WebService(name = \"serverPortType\", targetNamespace = \"urn:server\")\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\n@XmlSeeAlso({\n ObjectFactory.class\n})\npublic interface ServerPortType {\n\n\n /**\n * \n * @param parameters\n * @return\n * returns server.CreateRequestResponseType\n */\n @WebMethod(operationName = \"CreateRequest\", action = \"urn:server#CreateRequest\")\n @WebResult(name = \"CreateRequestResponse\", partName = \"parameters\")\n public CreateRequestResponseType createRequest(\n @WebParam(name = \"CreateRequest\", partName = \"parameters\")\n CreateRequestRequestType parameters);\n\n /**\n * \n * @param parameters\n * @return\n * returns server.CreateIncidentResponseType\n */\n @WebMethod(operationName = \"CreateIncident\", action = \"urn:server#CreateIncident\")\n @WebResult(name = \"CreateIncidentResponse\", partName = \"parameters\")\n public CreateIncidentResponseType createIncident(\n @WebParam(name = \"CreateIncident\", partName = \"parameters\")\n CreateIncidentRequestType parameters);\n\n}", "@WebService\r\n\r\npublic interface QuotationService {\r\n\t@WebMethod public Quotation generateQuotation(ClientInfo info);\r\n\t\r\n\t\r\n\t}", "@WebService\r\n@SOAPBinding(style = Style.RPC)\r\n// @SOAPBinding(style = Style.DOCUMENT, use = Use.LITERAL) // optional\r\npublic interface DiaryWebService {\r\n\t@WebMethod\r\n\tString getAllRecord();\r\n}", "@WebService(name = \"LDBSVServiceSoap\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\")\r\n@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)\r\n@XmlSeeAlso({\r\n com.thalesgroup.rtti._2017_10_01.ldbsv.types.ObjectFactory.class,\r\n com.thalesgroup.rtti._2017_10_01.ldbsv.ObjectFactory.class,\r\n com.thalesgroup.rtti._2015_05_14.ldbsv_ref.types.ObjectFactory.class,\r\n com.thalesgroup.rtti._2012_01_13.ldbsv.types.ObjectFactory.class,\r\n com.thalesgroup.rtti._2013_11_28.token.types.ObjectFactory.class,\r\n com.thalesgroup.rtti._2014_02_20.ldbsv.types.ObjectFactory.class,\r\n com.thalesgroup.rtti._2015_05_14.ldbsv_ref.ObjectFactory.class,\r\n com.thalesgroup.rtti._2015_11_27.ldbsv.commontypes.ObjectFactory.class,\r\n com.thalesgroup.rtti._2015_11_27.ldbsv.types.ObjectFactory.class,\r\n com.thalesgroup.rtti._2016_02_16.ldbsv.types.ObjectFactory.class,\r\n com.thalesgroup.rtti._2017_10_01.ldbsv.commontypes.ObjectFactory.class,\r\n com.thalesgroup.rtti._2007_10_10.ldb.commontypes.ObjectFactory.class\r\n})\r\npublic interface LDBSVServiceSoap {\r\n\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetBoardResponseType\r\n */\r\n @WebMethod(operationName = \"GetArrivalDepartureBoardByCRS\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetArrivalDepartureBoardByCRS\")\r\n @WebResult(name = \"GetArrivalDepartureBoardByCRSResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetBoardResponseType getArrivalDepartureBoardByCRS(\r\n @WebParam(name = \"GetArrivalDepartureBoardByCRSRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetBoardByCRSParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetBoardResponseType\r\n */\r\n @WebMethod(operationName = \"GetArrivalDepartureBoardByTIPLOC\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetArrivalDepartureBoardByTIPLOC\")\r\n @WebResult(name = \"GetArrivalDepartureBoardByTIPLOCResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetBoardResponseType getArrivalDepartureBoardByTIPLOC(\r\n @WebParam(name = \"GetArrivalDepartureBoardByTIPLOCRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetBoardByTIPLOCParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetBoardResponseType\r\n */\r\n @WebMethod(operationName = \"GetArrivalBoardByCRS\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetArrivalBoardByCRS\")\r\n @WebResult(name = \"GetArrivalBoardByCRSResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetBoardResponseType getArrivalBoardByCRS(\r\n @WebParam(name = \"GetArrivalBoardByCRSRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetBoardByCRSParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetBoardResponseType\r\n */\r\n @WebMethod(operationName = \"GetArrivalBoardByTIPLOC\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetArrivalBoardByTIPLOC\")\r\n @WebResult(name = \"GetArrivalBoardByTIPLOCResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetBoardResponseType getArrivalBoardByTIPLOC(\r\n @WebParam(name = \"GetArrivalBoardByTIPLOCRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetBoardByTIPLOCParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetBoardResponseType\r\n */\r\n @WebMethod(operationName = \"GetDepartureBoardByCRS\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetDepartureBoardByCRS\")\r\n @WebResult(name = \"GetDepartureBoardByCRSResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetBoardResponseType getDepartureBoardByCRS(\r\n @WebParam(name = \"GetDepartureBoardByCRSRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetBoardByCRSParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetBoardResponseType\r\n */\r\n @WebMethod(operationName = \"GetDepartureBoardByTIPLOC\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetDepartureBoardByTIPLOC\")\r\n @WebResult(name = \"GetDepartureBoardByTIPLOCResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetBoardResponseType getDepartureBoardByTIPLOC(\r\n @WebParam(name = \"GetDepartureBoardByTIPLOCRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetBoardByTIPLOCParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetServiceDetailsResponseType\r\n */\r\n @WebMethod(operationName = \"GetServiceDetailsByRID\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetServiceDetailsByRID\")\r\n @WebResult(name = \"GetServiceDetailsByRIDResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetServiceDetailsResponseType getServiceDetailsByRID(\r\n @WebParam(name = \"GetServiceDetailsByRIDRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetServiceDetailsByRIDParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.QueryServicesResponseType\r\n */\r\n @WebMethod(operationName = \"QueryServices\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/QueryServices\")\r\n @WebResult(name = \"QueryServicesResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public QueryServicesResponseType queryServices(\r\n @WebParam(name = \"QueryServicesRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n QueryServicesRequestParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetReasonCodeResponseType\r\n */\r\n @WebMethod(operationName = \"GetReasonCode\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetReasonCode\")\r\n @WebResult(name = \"GetReasonCodeResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetReasonCodeResponseType getReasonCode(\r\n @WebParam(name = \"GetReasonCodeRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetReasonCodeRequestParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetReasonCodeListResponseType\r\n */\r\n @WebMethod(operationName = \"GetReasonCodeList\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetReasonCodeList\")\r\n @WebResult(name = \"GetReasonCodeListResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetReasonCodeListResponseType getReasonCodeList(\r\n @WebParam(name = \"GetReasonCodeListRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n VoidParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetDisruptionListResponseType\r\n */\r\n @WebMethod(operationName = \"GetDisruptionList\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetDisruptionList\")\r\n @WebResult(name = \"GetDisruptionListResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetDisruptionListResponseType getDisruptionList(\r\n @WebParam(name = \"GetDisruptionListRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetDisruptionListRequestParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetSourceInstanceNamesResponseType\r\n */\r\n @WebMethod(operationName = \"GetSourceInstanceNames\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetSourceInstanceNames\")\r\n @WebResult(name = \"GetSourceInstanceNamesResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetSourceInstanceNamesResponseType getSourceInstanceNames(\r\n @WebParam(name = \"GetSourceInstanceNamesRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n VoidParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetHistoricDepartureBoardResponseType\r\n */\r\n @WebMethod(operationName = \"GetHistoricDepartureBoard\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetHistoricDepartureBoard\")\r\n @WebResult(name = \"GetHistoricDepartureBoardResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetHistoricDepartureBoardResponseType getHistoricDepartureBoard(\r\n @WebParam(name = \"GetHistoricDepartureBoardRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetHistoricDepartureBoardRequestParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetHistoricServiceDetailsResponseType\r\n */\r\n @WebMethod(operationName = \"GetHistoricServiceDetails\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetHistoricServiceDetails\")\r\n @WebResult(name = \"GetHistoricServiceDetailsResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetHistoricServiceDetailsResponseType getHistoricServiceDetails(\r\n @WebParam(name = \"GetHistoricServiceDetailsRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetHistoricServiceDetailsRequestParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetHistoricTimeLineResponseType\r\n */\r\n @WebMethod(operationName = \"GetHistoricTimeLine\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/GetHistoricTimeLine\")\r\n @WebResult(name = \"GetHistoricTimeLineResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetHistoricTimeLineResponseType getHistoricTimeLine(\r\n @WebParam(name = \"GetHistoricTimeLineRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetHistoricTimeLineRequestParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.QueryHistoricServicesResponseType\r\n */\r\n @WebMethod(operationName = \"QueryHistoricServices\", action = \"http://thalesgroup.com/RTTI/2012-01-13/ldbsv/QueryHistoricServices\")\r\n @WebResult(name = \"QueryHistoricServicesResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public QueryHistoricServicesResponseType queryHistoricServices(\r\n @WebParam(name = \"QueryHistoricServicesRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n QueryHistoricServicesRequestParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetStationBoardWithDetailsResponseType\r\n */\r\n @WebMethod(operationName = \"GetArrDepBoardWithDetails\", action = \"http://thalesgroup.com/RTTI/2015-05-14/ldbsv/GetArrDepBoardWithDetails\")\r\n @WebResult(name = \"GetArrDepBoardWithDetailsResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetStationBoardWithDetailsResponseType getArrDepBoardWithDetails(\r\n @WebParam(name = \"GetArrDepBoardWithDetailsRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetBoardByCRSParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetStationBoardWithDetailsResponseType\r\n */\r\n @WebMethod(operationName = \"GetArrBoardWithDetails\", action = \"http://thalesgroup.com/RTTI/2015-05-14/ldbsv/GetArrBoardWithDetails\")\r\n @WebResult(name = \"GetArrBoardWithDetailsResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetStationBoardWithDetailsResponseType getArrBoardWithDetails(\r\n @WebParam(name = \"GetArrBoardWithDetailsRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetBoardByCRSParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.GetStationBoardWithDetailsResponseType\r\n */\r\n @WebMethod(operationName = \"GetDepBoardWithDetails\", action = \"http://thalesgroup.com/RTTI/2015-05-14/ldbsv/GetDepBoardWithDetails\")\r\n @WebResult(name = \"GetDepBoardWithDetailsResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public GetStationBoardWithDetailsResponseType getDepBoardWithDetails(\r\n @WebParam(name = \"GetDepBoardWithDetailsRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetBoardByCRSParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.DeparturesBoardResponseType\r\n */\r\n @WebMethod(operationName = \"GetNextDepartures\", action = \"http://thalesgroup.com/RTTI/2015-05-14/ldbsv/GetNextDepartures\")\r\n @WebResult(name = \"GetNextDeparturesResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public DeparturesBoardResponseType getNextDepartures(\r\n @WebParam(name = \"GetNextDeparturesRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetDeparturesParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.DeparturesBoardResponseType\r\n */\r\n @WebMethod(operationName = \"GetFastestDepartures\", action = \"http://thalesgroup.com/RTTI/2015-05-14/ldbsv/GetFastestDepartures\")\r\n @WebResult(name = \"GetFastestDeparturesResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public DeparturesBoardResponseType getFastestDepartures(\r\n @WebParam(name = \"GetFastestDeparturesRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetDeparturesParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.DeparturesBoardWithDetailsResponseType\r\n */\r\n @WebMethod(operationName = \"GetNextDeparturesWithDetails\", action = \"http://thalesgroup.com/RTTI/2015-05-14/ldbsv/GetNextDeparturesWithDetails\")\r\n @WebResult(name = \"GetNextDeparturesWithDetailsResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public DeparturesBoardWithDetailsResponseType getNextDeparturesWithDetails(\r\n @WebParam(name = \"GetNextDeparturesWithDetailsRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetDeparturesParams parameters);\r\n\r\n /**\r\n * \r\n * @param parameters\r\n * @return\r\n * returns com.thalesgroup.rtti._2017_10_01.ldbsv.DeparturesBoardWithDetailsResponseType\r\n */\r\n @WebMethod(operationName = \"GetFastestDeparturesWithDetails\", action = \"http://thalesgroup.com/RTTI/2015-05-14/ldbsv/GetFastestDeparturesWithDetails\")\r\n @WebResult(name = \"GetFastestDeparturesWithDetailsResponse\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n public DeparturesBoardWithDetailsResponseType getFastestDeparturesWithDetails(\r\n @WebParam(name = \"GetFastestDeparturesWithDetailsRequest\", targetNamespace = \"http://thalesgroup.com/RTTI/2017-10-01/ldbsv/\", partName = \"parameters\")\r\n GetDeparturesParams parameters);\r\n\r\n}" ]
[ "0.6381716", "0.6315477", "0.61410564", "0.60775703", "0.6076035", "0.6071439", "0.60690486", "0.6051622", "0.6023936", "0.60155046", "0.6001288", "0.59991896", "0.59961015", "0.5995417", "0.5986488", "0.5985413", "0.59797424", "0.5969843", "0.59660625", "0.59635067", "0.5945792", "0.5937042", "0.5936261", "0.59322536", "0.59309334", "0.5926745", "0.59236515", "0.5922756", "0.59209365", "0.59202325", "0.591986", "0.5910076", "0.5903237", "0.5902581", "0.5896339", "0.58950716", "0.588824", "0.58877754", "0.588185", "0.5880025", "0.58772045", "0.58747435", "0.5869821", "0.58690166", "0.58565515", "0.5838334", "0.5825695", "0.5824244", "0.5815542", "0.5803738", "0.580041", "0.57836246", "0.57806486", "0.5777603", "0.57664704", "0.5763121", "0.57580364", "0.5755842", "0.5751191", "0.5749835", "0.5746574", "0.5741012", "0.5732136", "0.5729235", "0.5728925", "0.5726303", "0.5724808", "0.5717439", "0.57150537", "0.5712738", "0.570929", "0.5705348", "0.56964844", "0.5696187", "0.56957275", "0.5694239", "0.56879926", "0.5683992", "0.5678113", "0.56737936", "0.56729686", "0.566986", "0.5667387", "0.56569326", "0.56560856", "0.5651127", "0.56435263", "0.5629939", "0.5628905", "0.56204957", "0.5611638", "0.561152", "0.5609629", "0.56074584", "0.5606796", "0.560365", "0.5592464", "0.55902326", "0.55888736", "0.55780643" ]
0.5825942
46
Inflate the menu; this adds items to the action bar if it is present.
@Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.menu_main, menu); return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n \tMenuInflater inflater = getMenuInflater();\n \tinflater.inflate(R.menu.main_activity_actions, menu);\n \treturn super.onCreateOptionsMenu(menu);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n inflater.inflate(R.menu.actions, menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n \tgetMenuInflater().inflate(R.menu.actions, menu);\n \treturn super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.actions_bar, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main_actions, menu);\n\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\r\n\t\tinflater.inflate(R.menu.action_bar_menu, menu);\r\n\t\tmMenu = menu;\r\n\t\treturn super.onCreateOptionsMenu(menu);\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.act_bar_menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\r\n inflater.inflate(R.menu.main_actions, menu);\r\n\t\treturn true;\r\n //return super.onCreateOptionsMenu(menu);\r\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t MenuInflater inflater = getMenuInflater();\r\n\t inflater.inflate(R.menu.action_bar_all, menu);\r\n\t return super.onCreateOptionsMenu(menu);\r\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(android.view.Menu menu) {\n\t\t super.onCreateOptionsMenu(menu);\n\t\tMenuInflater muu= getMenuInflater();\n\t\tmuu.inflate(R.menu.cool_menu, menu);\n\t\treturn true;\n\t\t\n\t\t\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.adventure_archive, menu);\r\n\t\treturn true;\r\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.archive_menu, menu);\r\n\t\treturn true;\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main_activity_actions, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main_activity_actions, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main_activity_actions, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n \tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n \t\tinflater.inflate(R.menu.main, menu);\n \t\tsuper.onCreateOptionsMenu(menu, inflater);\n \t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t MenuInflater inflater = getMenuInflater();\n\t inflater.inflate(R.menu.action_menu, menu);\n\t return super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tsuper.onCreateOptionsMenu(menu);\n\t\tMenuInflater bow=getMenuInflater();\n\t\tbow.inflate(R.menu.menu, menu);\n\t\treturn true;\n\t\t}", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n inflater.inflate(R.menu.action_menu, menu);\n super.onCreateOptionsMenu(menu, inflater);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\t\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\t\t\n\t\t/* Inflate the menu; this adds items to the action bar if it is present */\n\t\tgetMenuInflater().inflate(R.menu.act_main, menu);\t\t\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflate = getMenuInflater();\n inflate.inflate(R.menu.menu, ApplicationData.amvMenu.getMenu());\n return true;\n }", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.menu, menu);\n\t\t\treturn true; \n\t\t\t\t\t\n\t\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tinflater.inflate(R.menu.main, menu);\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) \n {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu_bar, menu);\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu, menu);//Menu Resource, Menu\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu, menu);//Menu Resource, Menu\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu_item, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tinflater.inflate(R.menu.menu, menu);\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t MenuInflater inflater = getMenuInflater();\n\t inflater.inflate(R.menu.menu, menu);\n\t return super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t inflater.inflate(R.menu.menu, menu);\n\t \n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t\t//menu.clear();\n\t\tinflater.inflate(R.menu.soon_to_be, menu);\n\t\t//getActivity().getActionBar().show();\n\t\t//getActivity().getActionBar().setBackgroundDrawable(\n\t\t\t\t//new ColorDrawable(Color.rgb(223, 160, 23)));\n\t\t//return true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n this.getMenuInflater().inflate(R.menu.main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n inflater.inflate(R.menu.main, menu);\n }", "@Override\n\tpublic void onCreateOptionsMenu( Menu menu, MenuInflater inflater )\n\t{\n\t\tsuper.onCreateOptionsMenu( menu, inflater );\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.main, menu);\r\n\t\treturn super.onCreateOptionsMenu(menu);\r\n\t}", "@Override\r\n public boolean onCreateOptionsMenu(Menu menu) {\r\n \t// We must call through to the base implementation.\r\n \tsuper.onCreateOptionsMenu(menu);\r\n \t\r\n MenuInflater inflater = getMenuInflater();\r\n inflater.inflate(R.menu.main_menu, menu);\r\n\r\n return true;\r\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main, menu);//Menu Resource, Menu\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main, menu);//Menu Resource, Menu\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater= getMenuInflater();\n inflater.inflate(R.menu.menu_main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n inflater.inflate(R.menu.inter_main, menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.action, menu);\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu (Menu menu){\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.menu_main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.custom_action_bar, menu);\n\t\treturn true;\n\t}", "public void initMenubar() {\n\t\tremoveAll();\n\n\t\t// \"File\"\n\t\tfileMenu = new FileMenuD(app);\n\t\tadd(fileMenu);\n\n\t\t// \"Edit\"\n\t\teditMenu = new EditMenuD(app);\n\t\tadd(editMenu);\n\n\t\t// \"View\"\n\t\t// #3711 viewMenu = app.isApplet()? new ViewMenu(app, layout) : new\n\t\t// ViewMenuApplicationD(app, layout);\n\t\tviewMenu = new ViewMenuApplicationD(app, layout);\n\t\tadd(viewMenu);\n\n\t\t// \"Perspectives\"\n\t\t// if(!app.isApplet()) {\n\t\t// perspectivesMenu = new PerspectivesMenu(app, layout);\n\t\t// add(perspectivesMenu);\n\t\t// }\n\n\t\t// \"Options\"\n\t\toptionsMenu = new OptionsMenuD(app);\n\t\tadd(optionsMenu);\n\n\t\t// \"Tools\"\n\t\ttoolsMenu = new ToolsMenuD(app);\n\t\tadd(toolsMenu);\n\n\t\t// \"Window\"\n\t\twindowMenu = new WindowMenuD(app);\n\n\t\tadd(windowMenu);\n\n\t\t// \"Help\"\n\t\thelpMenu = new HelpMenuD(app);\n\t\tadd(helpMenu);\n\n\t\t// support for right-to-left languages\n\t\tapp.setComponentOrientation(this);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tsuper.onCreateOptionsMenu(menu);\n\t\tMenuInflater blowUp=getMenuInflater();\n\t\tblowUp.inflate(R.menu.welcome_menu, menu);\n\t\treturn true;\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.listing, menu);\r\n\t\treturn true;\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.item, menu);\n return true;\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.resource, menu);\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater= getMenuInflater();\n inflater.inflate(R.menu.menu,menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.home_action_bar, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.template, menu);\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n Log.d(\"onCreateOptionsMenu\", \"create menu\");\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.socket_activity_actions, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main_menu, menu);//Menu Resource, Menu\n\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.actionbar, menu);\n return true;\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(toolbar_res, menu);\n updateMenuItemsVisibility(menu);\n return true;\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t// \n\t\tMenuInflater mi = getMenuInflater();\n\t\tmi.inflate(R.menu.thumb_actv_menu, menu);\n\t\t\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t}", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n }", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\t\treturn true;\n\t\t}", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\t\treturn true;\n\t\t}", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\t\treturn true;\n\t\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.swag_list_activity_menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n super.onCreateOptionsMenu(menu, inflater);\n\n }", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n MenuInflater inflater = getMenuInflater();\n inflater.inflate(R.menu.main_menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(android.view.Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\n\t\treturn true;\n\t}", "@Override\n\t\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\t\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\t\treturn true;\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.jarvi, menu);\n\t\treturn super.onCreateOptionsMenu(menu);\n\t}", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater menuInflater) {\n menuInflater.inflate(R.menu.main, menu);\n\n }", "public void onCreateOptionsMenu(Menu menu, MenuInflater inflater){\n }", "@Override\r\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.actmain, menu);\r\n return true;\r\n }", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.add__listing, menu);\r\n\t\treturn true;\r\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.buat_menu, menu);\n\t\treturn true;\n\t}", "@Override\npublic boolean onCreateOptionsMenu(Menu menu) {\n\n\t\n\t\n\tgetMenuInflater().inflate(R.menu.main, menu);\n\t\n\treturn super.onCreateOptionsMenu(menu);\n}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.layout.menu, menu);\n\t\treturn true;\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.ichat, menu);\n\t\treturn true;\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.menu, menu);\n return super.onCreateOptionsMenu(menu);\n }", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater)\n\t{\n\t\tsuper.onCreateOptionsMenu(menu, inflater);\n\t\tinflater.inflate(R.menu.expenses_menu, menu);\n\t}", "@Override\n \tpublic boolean onCreateOptionsMenu(Menu menu) {\n \t\tgetMenuInflater().inflate(R.menu.main, menu);\n \t\treturn true;\n \t}", "@Override\n \tpublic boolean onCreateOptionsMenu(Menu menu) {\n \t\tgetMenuInflater().inflate(R.menu.main, menu);\n \t\treturn true;\n \t}", "@Override\n \tpublic boolean onCreateOptionsMenu(Menu menu) {\n \t\tgetMenuInflater().inflate(R.menu.main, menu);\n \t\treturn true;\n \t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.action_bar, menu);\n return true;\n }", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tsuper.onCreateOptionsMenu(menu);\n\t\tMenuInflater blowUp = getMenuInflater();\n\t\tblowUp.inflate(R.menu.status, menu);\n\t\treturn true;\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.menu, menu);\r\n\t\treturn true;\r\n\t}", "@Override\n\tpublic void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n\t}", "@Override\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tMenuInflater inflater = getMenuInflater();\n\t\tinflater.inflate(R.menu.main, menu);\n\t\treturn true;\n\t}", "@Override\r\n\tpublic boolean onCreateOptionsMenu(Menu menu) {\n\t\tgetMenuInflater().inflate(R.menu.ui_main, menu);\r\n\t\treturn true;\r\n\t}", "@Override\n public boolean onCreateOptionsMenu(Menu menu) {\n getMenuInflater().inflate(R.menu.main_activity_actions, menu);\n return true;\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n inflater.inflate(R.menu.menu_main, menu);\n super.onCreateOptionsMenu(menu, inflater);\n }", "@Override\n public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {\n inflater.inflate(R.menu.menu_main, menu);\n super.onCreateOptionsMenu(menu, inflater);\n }" ]
[ "0.724863", "0.7203384", "0.7197011", "0.71784776", "0.71090055", "0.7040796", "0.7039464", "0.7013998", "0.70109546", "0.6982435", "0.6946134", "0.6939684", "0.6935636", "0.69193685", "0.69193685", "0.6892893", "0.6884914", "0.68768066", "0.68763", "0.68635243", "0.68635243", "0.68635243", "0.68635243", "0.6854071", "0.68483156", "0.6820635", "0.6818679", "0.68139905", "0.68138844", "0.68138844", "0.68068254", "0.68019366", "0.67988884", "0.6792257", "0.6791312", "0.67894673", "0.6785093", "0.67605865", "0.67587006", "0.67494637", "0.6745356", "0.6745356", "0.67428446", "0.6741961", "0.6726888", "0.67248803", "0.67236483", "0.67236483", "0.6722583", "0.6712873", "0.6707795", "0.67058164", "0.67011815", "0.669981", "0.66978544", "0.6695866", "0.66877913", "0.66849333", "0.66849333", "0.6684108", "0.66811496", "0.6680523", "0.6678561", "0.6669383", "0.66685265", "0.6664329", "0.6658405", "0.6658405", "0.6658405", "0.66576266", "0.6655998", "0.6655998", "0.6655998", "0.6653282", "0.66530126", "0.6651592", "0.6650151", "0.6648575", "0.6647844", "0.6647643", "0.6647611", "0.66465765", "0.6646401", "0.6644694", "0.6643749", "0.6643608", "0.6640089", "0.66356236", "0.6634635", "0.6633641", "0.6633641", "0.6633641", "0.66333216", "0.6630465", "0.66291285", "0.662822", "0.66277045", "0.6625648", "0.6621995", "0.6620415", "0.6620415" ]
0.0
-1
Handle action bar item clicks here. The action bar will automatically handle clicks on the Home/Up button, so long as you specify a parent activity in AndroidManifest.xml.
@Override public boolean onOptionsItemSelected(MenuItem item) { int id = item.getItemId(); //noinspection SimplifiableIfStatement if (id == R.id.action_settings) { return true; } return super.onOptionsItemSelected(item); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public boolean onOptionsItemSelected(MenuItem item) { Handle action bar item clicks here. The action bar will\n // automatically handle clicks on the Home/Up button, so long\n // as you specify a parent activity in AndroidManifest.xml.\n\n //\n // HANDLE BACK BUTTON\n //\n int id = item.getItemId();\n if (id == android.R.id.home) {\n // Back button clicked\n this.finish();\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n // app icon in action bar clicked; goto parent activity.\n onBackPressed();\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n // Respond to the action bar's Up/Home button\n case android.R.id.home:\n onBackPressed();\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n switch (id) {\r\n case android.R.id.home:\r\n // app icon in action bar clicked; go home\r\n this.finish();\r\n return true;\r\n default:\r\n return super.onOptionsItemSelected(item);\r\n }\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == android.R.id.home) {\n // app icon in action bar clicked; go home\n finish();\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n if (id == android.R.id.home) {\n Log.e(\"clik\", \"action bar clicked\");\n finish();\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n\t public boolean onOptionsItemSelected(MenuItem item) {\n\t int id = item.getItemId();\n\t \n\t\t\tif (id == android.R.id.home) {\n\t\t\t\t// Respond to the action bar's Up/Home button\n\t\t\t\t// NavUtils.navigateUpFromSameTask(this);\n\t\t\t\tonBackPressed();\n\t\t\t\treturn true;\n\t\t\t}\n\t \n\t \n\t return super.onOptionsItemSelected(item);\n\t }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\r\n switch (item.getItemId()) {\r\n // Respond to the action bar's Up/Home button\r\n case android.R.id.home:\r\n finish();\r\n return true;\r\n }\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n // Respond to the action bar's Up/Home button\n case android.R.id.home:\n finish();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n\n switch (item.getItemId()) {\n case android.R.id.home:\n\n // app icon in action bar clicked; goto parent activity.\n this.finish();\n return true;\n default:\n\n return super.onOptionsItemSelected(item);\n\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n\n switch (item.getItemId()) {\n case android.R.id.home:\n\n // app icon in action bar clicked; goto parent activity.\n this.finish();\n return true;\n default:\n\n return super.onOptionsItemSelected(item);\n\n }\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\n\t\tcase android.R.id.home:\n\t\t\tonBackPressed();\n\t\t\treturn true;\n\t\tdefault:\n\t\t\treturn super.onOptionsItemSelected(item);\n\t\t}\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n // Handle presses on the action bar items\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n case R.id.action_clear:\n return true;\n case R.id.action_done:\n\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n switch (id) {\n case android.R.id.home:\n onActionHomePressed();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n switch (id) {\n case android.R.id.home:\n onBackPressed();\n break;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n switch (id) {\n case android.R.id.home:\n onBackPressed();\n break;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n\n switch (item.getItemId())\n {\n case android.R.id.home :\n super.onBackPressed();\n break;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId ()) {\n case android.R.id.home:\n onBackPressed ();\n return true;\n\n default:\n break;\n }\n return super.onOptionsItemSelected ( item );\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t switch (item.getItemId()) {\n\t\tcase android.R.id.home:\n\t\t\t// app icon in action bar clicked; go home \n\t\t\tIntent intent = new Intent(this, Kelutral.class); \n\t\t\tintent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); \n\t\t\tstartActivity(intent); \n\t\t\treturn true;\t\t\n\t case R.id.Search:\n\t \treturn onSearchRequested();\n\t\tcase R.id.AppInfo:\n\t\t\t// Place holder menu item\n\t\t\tIntent newIntent = new Intent(Intent.ACTION_VIEW,\n\t\t\t\t\tUri.parse(\"http://forum.learnnavi.org/mobile-apps/\"));\n\t\t\tstartActivity(newIntent);\n\t\t\treturn true;\n\t\tcase R.id.Preferences:\n\t\t\tnewIntent = new Intent(getBaseContext(), Preferences.class);\n\t\t\tstartActivity(newIntent);\n\t\t\treturn true;\t\n\t }\n\t return false;\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n\n case android.R.id.home:\n onBackPressed();\n return true;\n\n }\n return super.onOptionsItemSelected(item);\n\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n\n default:\n return super.onOptionsItemSelected(item);\n }\n\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n // Intent homeIntent = new Intent(this, MainActivity.class);\n // homeIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);\n // startActivity(homeIntent);\n finish();\n return true;\n default:\n return (super.onOptionsItemSelected(item));\n }\n\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n // setResult and close the activity when Action Bar Up Button clicked.\n if (item.getItemId() == android.R.id.home) {\n setResult(RESULT_CANCELED);\n finish();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == android.R.id.home) {\n // This ID represents the Home or Up button. In the case of this\n // activity, the Up button is shown. Use NavUtils to allow users\n // to navigate up one level in the application structure. For\n // more details, see the Navigation pattern on Android Design:\n //\n // http://developer.android.com/design/patterns/navigation.html#up-vs-back\n //\n \tgetActionBar().setDisplayHomeAsUpEnabled(false);\n \tgetFragmentManager().popBackStack();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n\n switch (item.getItemId()) {\n case android.R.id.home:\n super.onBackPressed();\n return true;\n\n default:\n // If we got here, the user's action was not recognized.\n // Invoke the superclass to handle it.\n return super.onOptionsItemSelected(item);\n\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if(id == android.R.id.home){\n onBackPressed();\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n if (id == android.R.id.home) {\n onBackPressed();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n default:\n return super.onOptionsItemSelected(item);\n\n }\n\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@RequiresApi(api = Build.VERSION_CODES.M)\n @Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n break;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\r\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tif(item.getItemId()==android.R.id.home)\r\n\t\t{\r\n\t\t\tgetActivity().onBackPressed();\r\n\t\t}\r\n\t\treturn super.onOptionsItemSelected(item);\r\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n if(item.getItemId()==android.R.id.home){\n super.onBackPressed();\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n switch (id) {\n case android.R.id.home:\n onBackPressed();\n return false;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n //Back arrow\n case android.R.id.home:\n onBackPressed();\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n // android.R.id.home是Android内置home按钮的id\n finish();\n break;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n super.onBackPressed();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n this.onBackPressed();\n return false;\n }\n return false;\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n // Handle action bar item clicks here. The action bar will\n // automatically handle clicks on the Home/Up button, so long\n // as you specify a parent activity in AndroidManifest.xml.\n int id = item.getItemId();\n\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n return true;\n default:\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\r\n switch (item.getItemId()) {\r\n\r\n case android.R.id.home:\r\n /*Intent i= new Intent(getApplication(), MainActivity.class);\r\n i.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);\r\n startActivity(i);*/\r\n onBackPressed();\r\n finish();\r\n return true;\r\n default:\r\n return super.onOptionsItemSelected(item);\r\n }\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n switch (id){\n case android.R.id.home:\n this.finish();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n // Pass the event to ActionBarDrawerToggle, if it returns\n // true, then it has handled the app icon touch event\n if (mDrawerToggle.onOptionsItemSelected(item)) {\n return true;\n }\n\n // Handle your other action bar items...\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n // Respond to the action bar's Up/Home button\n case android.R.id.home:\n NavUtils.navigateUpFromSameTask(getActivity());\n return true;\n case R.id.action_settings:\n Intent i = new Intent(getActivity(), SettingsActivity.class);\n startActivity(i);\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n //Fixes the Up Button\n if(id == android.R.id.home) {\n BuildRoute.this.finish();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()){\n case android.R.id.home:\n onBackPressed();\n break;\n }\n return true;\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n\n if (id == android.R.id.home) {\n NavUtils.navigateUpFromSameTask(this);\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\r\n case android.R.id.home:\r\n onBackPressed();\r\n break;\r\n }\r\n return true;\r\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tif (item.getItemId() == android.R.id.home) {\n\t\t\tfinish();\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n\n onBackPressed();\n\n return super.onOptionsItemSelected(item);\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n if ( id == android.R.id.home ) {\r\n finish();\r\n return true;\r\n }\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n\r\n //noinspection SimplifiableIfStatement\r\n if (id == R.id.home) {\r\n NavUtils.navigateUpFromSameTask(this);\r\n return true;\r\n }\r\n\r\n //noinspection SimplifiableIfStatement\r\n if (id == R.id.action_about) {\r\n AboutDialog();\r\n return true;\r\n }\r\n\r\n //noinspection SimplifiableIfStatement\r\n if (id == R.id.action_exit) {\r\n finish();\r\n return true;\r\n }\r\n\r\n\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n if (id == android.R.id.home) {\n\n this.finish();\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n if (id == android.R.id.home) {\n\n this.finish();\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n//noinspection SimplifiableIfStatement\n if (id == android.R.id.home) {\n// finish the activity\n onBackPressed();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item)\n {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if( id == android.R.id.home ) // Back button of the actionbar\n {\n finish();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\r\n\t\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\t\tswitch (item.getItemId()) {\r\n\t\t\tcase android.R.id.home:\r\n\t\t\t\tfinish();\r\n\t\t\t\tbreak;\r\n\t\t\tdefault:\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t\treturn super.onOptionsItemSelected(item);\r\n\t\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n\n this.finish();\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n if (item.getItemId() == android.R.id.home) {\n onBackPressed();\n return true;\n }\n return false;\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n\n if(id == android.R.id.home){\n finish();\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\r\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\r\n\t\tcase android.R.id.home:\r\n\t\t\tsetResult(RESULT_OK, getIntent());\r\n\t\t\tfinish();\r\n\t\t\tbreak;\r\n\t\t}\r\n\t\treturn true;\r\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n\n if (item.getItemId() == android.R.id.home) {\n finish();\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n finish();\n return true;\n default:\n // If we got here, the user's action was not recognized.\n // Invoke the superclass to handle it.\n return super.onOptionsItemSelected(item);\n\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == android.R.id.home) {\n onBackPressed();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == android.R.id.home) {\n onBackPressed();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == android.R.id.home) {\n onBackPressed();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == android.R.id.home) {\n onBackPressed();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\n\t\tcase android.R.id.home:\n\t\t\tfinish();\n\t\t\tbreak;\n\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n switch (id) {\n\n case android.R.id.home:\n this.finish();\n return true;\n }\n return true;\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\n\t\tcase android.R.id.home:\n\t\t\tfinish();\n\t\t\tbreak;\n\n\t\tdefault:\n\t\t\tbreak;\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tint id = item.getItemId();\n\t\tif (id == android.R.id.home) {\n\t\t\tfinish();\n\t\t\treturn true;\n\t\t}\n\t\treturn super.onOptionsItemSelected(item);\n\t}", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n if (id == android.R.id.home) {\r\n finish();\r\n return true;\r\n }\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n onBackPressed();\n //NavUtils.navigateUpFromSameTask(this);\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n // todo: goto back activity from here\n finish();\n return true;\n\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\r\n // Handle item selection\r\n switch (item.getItemId()) {\r\n case android.R.id.home:\r\n onBackPressed();\r\n return true;\r\n\r\n case me.cchiang.lookforthings.R.id.action_sample:\r\n// Snackbar.make(parent_view, item.getTitle() + \" Clicked \", Snackbar.LENGTH_SHORT).show();\r\n return true;\r\n default:\r\n return super.onOptionsItemSelected(item);\r\n }\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == android.R.id.home) {\n finish();\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == android.R.id.home) {\n finish();\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n case android.R.id.home:\n finish();\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n\n\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\n\t\tcase android.R.id.home:\n\t\t\tonBackPressed();\n\t\t\treturn true;\n\t\tcase R.id.scan_menu:\n\t\t\tonScan();\n\t\t\tbreak;\n\t\tcase R.id.opt_about:\n\t\t\t//onAbout();\n\t\t\tbreak;\n\t\tcase R.id.opt_exit:\n\t\t\tfinish();\n\t\t\tbreak;\n\t\tdefault:\n\t\t\treturn super.onOptionsItemSelected(item);\n\t\t}\n\t\treturn true;\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n if (id == android.R.id.home) {\n super.onBackPressed();\n return true;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n switch (id) {\n case android.R.id.home:\n this.finish();\n return true;\n default:\n return super.onOptionsItemSelected(item);\n }\n }", "@Override\n public boolean onOptionsItemSelected(@NonNull MenuItem item) {\n if (item.getItemId() == android.R.id.home) {\n onBackPressed();\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n switch (id) {\n case android.R.id.home:\n finish();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId()) {\n\n case android.R.id.home:\n finish();\n return true;\n\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n if(id==android.R.id.home){\n finish();\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\r\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\r\n\t switch (item.getItemId()) {\r\n\t \t// back to previous page\r\n\t case android.R.id.home:\r\n\t finish();\r\n\t return true;\r\n\t }\r\n\t return super.onOptionsItemSelected(item);\r\n\t}", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n if (id == android.R.id.home) {\n finish();\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n\r\n //noinspection SimplifiableIfStatement\r\n if (id == android.R.id.home) {\r\n // finish the activity\r\n onBackPressed();\r\n return true;\r\n }\r\n\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\r\n\r\n //noinspection SimplifiableIfStatement\r\n if (id == android.R.id.home) {\r\n // finish the activity\r\n onBackPressed();\r\n return true;\r\n }\r\n\r\n return super.onOptionsItemSelected(item);\r\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n switch (item.getItemId())\n {\n case android.R.id.home:\n this.finish();\n return (true);\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == android.R.id.home) {\n finish();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n if (id == android.R.id.home) {\n finish();\n return true;\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n switch (id){\n case R.id.home:{\n NavUtils.navigateUpFromSameTask(this);\n return true;\n }\n }\n return super.onOptionsItemSelected(item);\n }", "@Override\n public boolean onOptionsItemSelected(MenuItem item) {\n int id = item.getItemId();\n\n //noinspection SimplifiableIfStatement\n switch(item.getItemId())\n {\n case android.R.id.home:\n super.onBackPressed();\n break;\n }\n\n return super.onOptionsItemSelected(item);\n }", "@Override\n\tpublic boolean onOptionsItemSelected(MenuItem item) {\n\t\tswitch (item.getItemId()) {\n\t\tcase android.R.id.home:\n\t\t\tfinish();\n\t\t\treturn true;\n\n\t\tdefault:\n\t\t\treturn super.onOptionsItemSelected(item);\n\t\t}\n\t}", "@Override\r\n public boolean onOptionsItemSelected(MenuItem item) {\n\r\n int id = item.getItemId();\r\n if(id==android.R.id.home){\r\n finish();\r\n return true;\r\n }\r\n return super.onOptionsItemSelected(item);\r\n }" ]
[ "0.79039484", "0.78061193", "0.7765948", "0.772676", "0.76312095", "0.76217103", "0.75842994", "0.7530533", "0.748778", "0.7458179", "0.7458179", "0.7438179", "0.74213266", "0.7402824", "0.7391232", "0.73864055", "0.7378979", "0.73700106", "0.7362941", "0.73555434", "0.73453045", "0.7341418", "0.7330557", "0.7327555", "0.7326009", "0.7318337", "0.73160654", "0.73132724", "0.73037714", "0.73037714", "0.73011225", "0.7297909", "0.7293188", "0.72863173", "0.7282876", "0.72807044", "0.72783154", "0.72595924", "0.72595924", "0.72595924", "0.7259591", "0.72591716", "0.7249715", "0.72243243", "0.7219297", "0.7216771", "0.72042644", "0.72012293", "0.7199543", "0.7193037", "0.7184855", "0.7177254", "0.7168334", "0.7167477", "0.71536905", "0.7153523", "0.7135821", "0.7134834", "0.7134834", "0.7128953", "0.7128911", "0.71241933", "0.7123363", "0.71228945", "0.71219414", "0.7117495", "0.71173275", "0.71169853", "0.7116851", "0.7116851", "0.7116851", "0.7116851", "0.71148705", "0.7112308", "0.7109725", "0.71084905", "0.71055764", "0.70995593", "0.7098301", "0.7096311", "0.70935965", "0.70935965", "0.7086441", "0.7082852", "0.70806813", "0.70801675", "0.7073609", "0.70681775", "0.7061872", "0.7060011", "0.7059868", "0.70513153", "0.7037599", "0.7037599", "0.7036033", "0.70353055", "0.70353055", "0.70322436", "0.70304227", "0.70294935", "0.70187974" ]
0.0
-1
Write this method so that it is an initialization call. This should be
public void create(HandlerContext context, Management request, Management response) { // TODO Auto-generated method stub }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void init() {\n \n }", "@Override\n\t\tpublic void init() {\n\t\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "public void init() {\n\t\t}", "protected void initialize() {}", "protected void initialize() {}", "public void initialize()\n {\n }", "@Override\r\n\tpublic void init() {}", "@Override public void init()\n\t\t{\n\t\t}", "public void init() {\r\n\r\n\t}", "protected void initialize() {\n \t\n }", "private void init() {\n\n\t}", "public void init() {\r\n\t\t// to override\r\n\t}", "@Override\r\n\tpublic final void init() {\r\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "private void initialize() {\n }", "private void init() {\n }", "private void init() {\n }", "private void init() {\n }", "private void init() {\n }", "private void init() {\n }", "public void init() {\n\n\t}", "public void init() {\n\n\t}", "public void init() {\n\n\t}", "@Override\n public void init() {}", "public void initialize() {\r\n }", "protected void initialize() {\r\n }", "protected void initialize() {\r\n }", "public void init(){\n \n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tpublic void init()\n\t{\n\n\t}", "protected void initialize()\r\n {\n }", "protected void init() {\n // to override and use this method\n }", "public void init() {\n\t\t\n\t}", "@Override\n public void initialize() {\n \n }", "@Override\n protected void init() {\n }", "private void initialize() {\n\t}", "private void initialize() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "protected void init() {\n }", "public void init() {\n\t\n\t}", "public void initialize() {\n // empty for now\n }", "protected void initialize()\n\t{\n\t}", "@Override\n public void init() {\n }", "@Override\r\n public void initialize()\r\n {\n }", "protected void initialize() {\n\n\t}", "public void init() {}", "public void init() {}", "public void initialize() {\n // TODO\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "@Override\n public void initialize() {\n }", "@Override\n public void initialize() {\n }", "@Override\n public void initialize() {\n }", "protected void initialize() {\n\t\t\n\t}", "protected void initialize() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "protected void _init(){}", "public void initialize() {\n }", "public void init() {\n\t}", "public void init() {\n\t}", "public void init() {\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@objid (\"4bb3363c-38e1-48f1-9894-6dceea1f8d66\")\n public void init() {\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "public void init() {\n }", "public void init() {\n }", "public void init() {\n }", "public void init() {\n }", "public void initialize() {\n\t}", "public void initialize() {\n\t}", "protected void init() {\n\t}", "protected void init() {\n\t}", "private void init() {\n\n\n\n }", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "@Override\n\tpublic void init() {\n\t}" ]
[ "0.84676236", "0.84480906", "0.84221643", "0.84164155", "0.8415747", "0.8415747", "0.8413152", "0.8383742", "0.8358529", "0.8325071", "0.8318402", "0.83155286", "0.83092076", "0.8307662", "0.82972556", "0.82972556", "0.82972556", "0.828645", "0.8283907", "0.82720476", "0.82720476", "0.82720476", "0.82720476", "0.82642066", "0.82642066", "0.82642066", "0.82550806", "0.8235349", "0.82230854", "0.82230854", "0.8218907", "0.82180434", "0.821704", "0.8216368", "0.8205078", "0.82017815", "0.81967777", "0.8192923", "0.81923497", "0.8188597", "0.8166807", "0.8166807", "0.8166807", "0.81660545", "0.81659806", "0.81615144", "0.8155829", "0.8153618", "0.8153165", "0.81440926", "0.81354064", "0.81354064", "0.8133953", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8132058", "0.8128582", "0.8128582", "0.8128582", "0.8117352", "0.8117352", "0.8115162", "0.8115162", "0.8115162", "0.8115162", "0.8115162", "0.81116956", "0.8108198", "0.8107789", "0.8107789", "0.8107789", "0.8099372", "0.8097166", "0.8096686", "0.8096686", "0.80949783", "0.80949783", "0.80949783", "0.80949783", "0.8094848", "0.8094848", "0.8094038", "0.8094038", "0.80929977", "0.808658", "0.8081833" ]
0.0
-1
This method should be implemented to lazily instantiate. This method should only be executed once. This method is meant to be used for initialization tasks that: could require SOAP communication with other handlers could require expensive database initialization
public Management initialize(HandlerContext context, Management request, Management response) throws SOAPException, JAXBException, DatatypeConfigurationException, IOException { if(subscription_source_id==null){ //Then must locate the subscription manager details //Send create request for EVENT_SOURCE to register with SUB_MAN //Extract the created id and initalize the sub_source reference //?? Wrap in it's own thread? String srcId = MetadataUtility.registerEventSourceWithSubscriptionManager( this, true, true); subscription_source_id = srcId; } response.setAction(Metadata.INITIALIZE_RESPONSE_URI); response.setMessageId(ManagementMessageValues.DEFAULT_UID_SCHEME+UUID.randomUUID()); response.setReplyTo(Addressing.ANONYMOUS_ENDPOINT_URI); return response; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initialize() throws InstantiationException, IllegalAccessException, ClassNotFoundException {\n\t\tuserCatalog = CatalogoUsuarios.getInstance();\n\t\tcontactDAO = AdaptadorContacto.getInstance();\n\t\tmessageDAO = AdaptadorMensajes.getInstance();\n\t}", "public void initializeOnInstantiation() \n\t\t\t\tthrows PersistenceException{\n\n\t}", "private void init() {\n DatabaseInitializer databaseInitializer = new DatabaseInitializer();\n try {\n for (int i = 0; i < DEFAULT_POOL_SIZE; i++) {\n ProxyConnection connection = new ProxyConnection(databaseInitializer.getConnection());\n connections.put(connection);\n }\n } catch (InterruptedException e) {\n logger.log(Level.ERROR, e);\n }\n }", "private DatabaseContext() {\r\n datastore = createDatastore();\r\n init();\r\n }", "private void init() {\n\t\tinitProtocol();\n\t\tinitResultStorage();\n\t}", "private void init()\n\t{\n\t\tif (_invData == null)\n\t\t\t_invData = new InvestigateStore.MappedStores();\n\t}", "private static void init() {\n\t\tif (factory == null) {\n\t\t\tfactory = Persistence.createEntityManagerFactory(\"hibernatePersistenceUnit\");\n\t\t}\n\t\tif (em == null) {\n\t\t\tem = factory.createEntityManager();\n\t\t}\n\t}", "private EagerInitializationSingleton() {\n\t}", "private EagerInitilization(){}", "private void init() {\n String METHOD = Thread.currentThread().getStackTrace()[1].getMethodName();\n String msg = null;\n String type = ConstantsIF.RESOURCE;\n ConfigurationIF config = null;\n JSONObject json = null;\n Map<String, String> map = null;\n\n _logger.entering(CLASS, METHOD);\n\n /*\n * Get JSON data from the Config object via the Config Manager\n */\n config = _configMgr.getConfiguration(type);\n\n if (config != null) {\n json = config.getJSON();\n if (json == null) {\n msg = CLASS + \": \" + METHOD + \": JSON data for '\" + type + \"' is null\";\n this.setError(true);\n }\n } else {\n msg = CLASS + \": \" + METHOD + \": Configuration for '\" + type + \"' is null\";\n this.setError(true);\n }\n\n /*\n * setup the Mongo Data Access Object\n */\n if (_MongoDAO == null) {\n map = JSON.convertToParams(JSON.getObject(json, ConfigIF.RS_NOSQL));\n\n try {\n _MongoDAO = MongoFactory.getInstance(map);\n } catch (Exception ex) {\n msg = CLASS + \": \" + METHOD + \": Mongo DAO:\" + ex.getMessage();\n this.setError(true);\n }\n }\n\n if (!this.isError()) {\n this.setState(STATE.READY);\n } else {\n this.setState(STATE.ERROR);\n this.setStatus(msg);\n _logger.log(Level.SEVERE, msg);\n }\n\n _logger.exiting(CLASS, METHOD);\n\n return;\n }", "private void init(){\n if(solicitudEnviadaDAO == null){\n solicitudEnviadaDAO = new SolicitudEnviadaDAO(getApplicationContext());\n }\n if(solicitudRecibidaDAO == null){\n solicitudRecibidaDAO = new SolicitudRecibidaDAO(getApplicationContext());\n }\n if(solicitudContestadaDAO == null){\n solicitudContestadaDAO = new SolicitudContestadaDAO(getApplicationContext());\n }\n if(preguntaEnviadaDAO == null){\n preguntaEnviadaDAO = new PreguntaEnviadaDAO(getApplicationContext());\n }\n if(preguntaRecibidaDAO == null){\n preguntaRecibidaDAO = new PreguntaRecibidaDAO(getApplicationContext());\n }\n if(preguntaContestadaDAO == null){\n preguntaContestadaDAO = new PreguntaContestadaDAO(getApplicationContext());\n }\n if(puntuacionRecibidaDAO == null){\n puntuacionRecibidaDAO = new PuntuacionRecibidaDAO(getApplicationContext());\n }\n }", "protected void initialize() {}", "protected void initialize() {}", "@Before\n \tpublic void init() throws SimpleDBException {\n assertNotNull(applicationContext);\n handlerAdapter = applicationContext.getBean(\"handlerAdapter\", HandlerAdapter.class);\n this.testClient = this.createTestClient();\n \t\trefreshRequestAndResponse();\n \t}", "protected void initialize() {\n \t\n }", "public static void initialization() {\n System.out.println(\"initialization\");\n try {\n HibernateUtil.updateSchema();\n } catch (Exception e) {\n throw new RuntimeException(e.getMessage());\n }\n }", "protected void entityInit() {}", "private void initialize() {\n try {\n Class.forName(\"org.postgresql.Driver\");\n } catch (ClassNotFoundException e) {\n LOGGER.error(\"DB: Unable to find sql driver.\", e);\n throw new AppRuntimeException(\"Unable to find sql driver\", e);\n }\n\n DbCred cred = getDbCred();\n this.connection = getConnection(cred);\n this.isInitialized.set(Boolean.TRUE);\n }", "public static synchronized void init() {\n String registryClassName = System.getProperty(REGISTRY_CLASS_NAME,\n DefaultServiceRegistry.class.getName());\n String endpointProviderClassName = System.getProperty(ENDPOINT_PROVIDER_CLASS_NAME,\n DefaultEndpointProvider.class.getName());\n\n try {\n registry = getRegistry(registryClassName);\n endpointProvider = getEndpointProvider(endpointProviderClassName);\n transformers = new BaseTransformerRegistry();\n } catch (NullPointerException npe) {\n throw new RuntimeException(npe);\n }\n }", "public void initialize() throws Exception{\r\n\t\tfor (Constraint c:constraints){\r\n\t\t\tconstraintMap.put(c.getModel(), c);\r\n\t\t}\r\n\t\tservices.add(this);\r\n\t\t//System.out.println(\"constraints=\"+constraintMap);\r\n\t\tif (LightStr.isEmpty(dsId)){\r\n\t\t\tif (BeanFactory.getBeanFactory().getDataService(\"default\")==null) dsId=\"default\"; else dsId=LightUtil.getHashCode();\r\n\t\t}\r\n\t\tBeanFactory.getBeanFactory().addDataService(dsId, this);\r\n\t}", "protected void init() throws Exception {\n\t\t/*\n\t\t * resources section\n\t\t */\n\t\tResourcesManager resourcesManager = ResourcesManager.getInstance();\n\n\t\tif (hibernateResource_ == null) {\n\t\t\t// $-- /application/HibernateResource\n\t\t\t// instantiate and configure 'HibernateResource' resource\n\t\t\tcom.lynxit.fpm.resources.hibernate.HibernateResource hibernateResource = new com.lynxit.fpm.resources.hibernate.HibernateResource(\n\t\t\t\t\t\"HibernateResource\");\n\t\t\thibernateResource.setApplicationDomain(this);\n\t\t\tresourcesManager.addResource(hibernateResource);\n\t\t\t// $-- /application/HibernateResource/\n\t\t\thibernateResource.setUseAnnotation(true);\n\t\t\t// $-- /application/HibernateResource/\n\t\t\thibernateResource.setConfigFilePath(\"hibernate.cfg.xml\");\n\t\t\t// $-- /application/HibernateResource/\n\n\t\t\t// link resources to resources\n\n\t\t\t// add the newly created resource to resources manager\n\t\t\thibernateResource.init();\n\n\t\t\thibernateResource_ = hibernateResource;\n\t\t}\n\n\t\t/*\n\t\t * sub-applications section\n\t\t */\n\n\t\t/*\n\t\t * events section\n\t\t */\n\t\t// $-- /application/StandardEventProducer\n\t\t// instantiate and configure 'StandardEventProducer' event producer\n\t\tcom.lynxspa.fpm.events.StandardEventProducer standardEventProducerEventProducer = Interceptors\n\t\t\t\t.createEventProducer(\n\t\t\t\t\t\tcom.lynxspa.fpm.events.StandardEventProducer.class,\n\t\t\t\t\t\t\"StandardEventProducer\");\n\n\t\t// add the newly created resource to domain\n\t\tthis.addEventProducer(standardEventProducerEventProducer);\n\n\t\t// $-- /application/StandardEventProducer/\n\t\tstandardEventProducerEventProducer.setAllowMultiThreading(false);\n\t\t// $-- /application/StandardEventProducer/\n\t\t// $-- /application/StandardEventProducer/\n\t\tstandardEventProducerEventProducer\n\t\t\t\t.setCronExpression(getMasterRecordCron());\n\n\t\t// link event producer to resources\n\n\t\tstandardEventProducerEventProducer.init();\n\n\t\t/*\n\t\t * business processes section\n\t\t */\n\n\t\t// $-- /application/BusinessProcess\n\t\t// instantiate and configure 'BusinessProcess' business process\n\t\tcom.lynxspa.coac.masterrecord.businessprocess.MasterRecordProcess businessProcessBusinessProcess = Interceptors\n\t\t\t\t.createBusinessProcess(\n\t\t\t\t\t\tcom.lynxspa.coac.masterrecord.businessprocess.MasterRecordProcess.class,\n\t\t\t\t\t\t\"BusinessProcess\", 1);\n\n\t\t// add business process to the processes\n\t\tthis.addBusinessProcess(businessProcessBusinessProcess);\n\n\t\t// $-- /application/BusinessProcess/\n\t\tbusinessProcessBusinessProcess.setLocale(getLocale());\n\t\t// $-- /application/BusinessProcess/\n\t\tbusinessProcessBusinessProcess\n\t\t\t\t.setSelectSize(getMasterRecordSelectSize());\n\t\t// $-- /application/BusinessProcess/\n\t\t// $-- /application/BusinessProcess/\n\t\tbusinessProcessBusinessProcess.setUser(\"MASTERRECORDSELECTOR\");\n\t\t// $-- /application/BusinessProcess/\n\t\tbusinessProcessBusinessProcess\n\t\t\t\t.setEntityDeadLineDays(getEntityDeadLineDays());\n\n\t\t// link process to resources\n\t\t// $-- /application/HibernateResource/resource/application/BusinessProcess/statefullSession\n\t\tbusinessProcessBusinessProcess.setStatefullSession(hibernateResource_);\n\n\t\tbusinessProcessBusinessProcess.initialize();\n\n\t\t// $-- /application/ErrorHandler\n\t\t// instantiate and configure 'ErrorHandler' business process\n\t\tcom.lynxspa.coac.businessprocess.ExceptionHandlerProcess errorHandlerBusinessProcess = Interceptors\n\t\t\t\t.createBusinessProcess(\n\t\t\t\t\t\tcom.lynxspa.coac.businessprocess.ExceptionHandlerProcess.class,\n\t\t\t\t\t\t\"ErrorHandler\", 1);\n\n\t\t// add business process to the processes\n\t\tthis.addBusinessProcess(errorHandlerBusinessProcess);\n\n\t\t// $-- /application/ErrorHandler/\n\t\terrorHandlerBusinessProcess.setLocale(getLocale());\n\t\t// $-- /application/ErrorHandler/\n\t\t// $-- /application/ErrorHandler/\n\t\terrorHandlerBusinessProcess.setUser(\"MASTERRECORDERRORHANDLER\");\n\n\t\t// link process to resources\n\t\t// $-- /application/HibernateResource/resource/application/ErrorHandler/sessionFactory\n\t\terrorHandlerBusinessProcess.setSessionFactory(hibernateResource_);\n\n\t\terrorHandlerBusinessProcess.initialize();\n\n\t\t/*\n\t\t * Link event producers to processes, sub-applications or outputs\n\t\t */\n\t\t// $-- /application/StandardEventProducer/events/application/BusinessProcess/input\n\t\tBusinessProcess.connect(standardEventProducerEventProducer,\n\t\t\t\tbusinessProcessBusinessProcess.asInputInput());\n\n\t\t/*\n\t\t * Link inputs to processes, sub-applications or outputs\n\t\t */\n\n\t\t/*\n\t\t * Link processes to other processes, sub-applications or outputs\n\t\t */\n\t\t// $-- /application/BusinessProcess/exc/application/ErrorHandler/input\n\t\tBusinessProcess.connect(\n\t\t\t\tbusinessProcessBusinessProcess.asExcEventProducer(),\n\t\t\t\terrorHandlerBusinessProcess.asInputInput());\n\n\t\t/*\n\t\t * Link sub applications to other processes, sub-applications or outputs\n\t\t */\n\t}", "public static synchronized void init()\n {\n lazyinit();\n }", "public void init() {\n\t\tM_log.info(\"initialization...\");\n\t\t\n\t\t// register as an entity producer\n\t\tm_entityManager.registerEntityProducer(this, SakaiGCalendarServiceStaticVariables.REFERENCE_ROOT);\n\t\t\n\t\t// register functions\n\t\tfunctionManager.registerFunction(SakaiGCalendarServiceStaticVariables.SECURE_GCAL_VIEW);\n\t\tfunctionManager.registerFunction(SakaiGCalendarServiceStaticVariables.SECURE_GCAL_VIEW_ALL);\n\t\tfunctionManager.registerFunction(SakaiGCalendarServiceStaticVariables.SECURE_GCAL_EDIT);\n\t\t\n \t\t//Setup cache. This will create a cache using the default configuration used in the memory service.\n \t\tcache = memoryService.newCache(CACHE_NAME);\n\t}", "public void initializeOnCreation() \n\t\t\t\tthrows PersistenceException{\n\n\t}", "private void _init() throws Exception {\n }", "private void _init() throws Exception {\n }", "protected void initializeInstances() {\n if (mUser == null) {\n mUser = new User(getApplicationContext());\n }\n if (mUserCache == null) {\n mUserCache = new UserCache();\n }\n if(mGlobalGroupContainer == null) {\n mGlobalGroupContainer = new GroupContainer(getApplicationContext());\n }\n if(mGlobalHistoryContainer == null) {\n mGlobalHistoryContainer = new HistoryContainer(getApplicationContext());\n }\n\n if(mGlobalContactContainer == null) {\n mGlobalContactContainer = new ContactContainer(getApplicationContext());\n mGlobalContactContainer.setContactSortKey(Contact.UserSortKey.USER_FIRST_NAME);\n }\n }", "private ModuleServiceImpl(){\n\t\t//initialize local data.\n\t\tfactories = new ConcurrentHashMap<String, IModuleFactory>();\n\t\tstorages = new ConcurrentHashMap<String, IModuleStorage>();\n\t\tcache = new ConcurrentHashMap<String, Module>();\n\t\tmoduleListeners = new ConcurrentHashMap<String, IModuleListener>();\n\n\t\tif (LOGGER.isDebugEnabled()) {\n\t\t\tLOGGER.debug(\"Created new ModuleServiceImplementation\");\n\t\t}\n\n\t\tConfigurationManager.INSTANCE.configure(this);\n\t}", "private void initService() {\r\n\t}", "@Override\n public void initialize()\n {\n super.initialize();\n log.info(\"Initialize \" + name);\n Map<String, Collection<?>> beans;\n generator = service.getRandomSeedRepo().\n getRandomSeed(\"EvSocialClass-\" + name, 1, \"initialize\");\n\n Config.recycle();\n config = Config.getInstance();\n config.configure(service.getServerConfiguration());\n\n beans = config.getBeans();\n unpackBeans(beans);\n\n // Create and set up the customer instances\n evCustomers = new ArrayList<EvCustomer>();\n if (null == customerAttributeList) {\n // boot session - dynamic configuration\n configureForBoot(beans);\n }\n else {\n // sim session - restore from boot record\n configureForSim(beans);\n }\n }", "private void initialisation()\n\t{\n\t\tdaoFactory = new DaoFactory();\n\n\t\ttry\n\t\t{\n\t\t\tequationStandardSessions = EquationCommonContext.getContext().getGlobalProcessingEquationStandardSessions(\n\t\t\t\t\t\t\tsession.getSessionIdentifier());\n\t\t}\n\t\tcatch (Exception eQException)\n\t\t{\n\t\t\tif (LOG.isErrorEnabled())\n\t\t\t{\n\t\t\t\tStringBuilder message = new StringBuilder(\"There is a problem creating Global processing the sessions\");\n\t\t\t\tLOG.error(message.toString(), eQException);\n\t\t\t}\n\t\t}\n\t}", "static void initialize() {\n final StandardServiceRegistry registry = new StandardServiceRegistryBuilder()\n .configure() // configures settings from hibernate.cfg.xml\n .build();\n try {\n sessionFactory = new MetadataSources( registry ).buildMetadata().buildSessionFactory();\n }\n catch (Exception e) {\n StandardServiceRegistryBuilder.destroy( registry );\n }\n }", "static void initialize() {\n final StandardServiceRegistry registry = new StandardServiceRegistryBuilder()\r\n .configure() // configures settings from hibernate.cfg.xml\r\n .build();\r\n try {\r\n sessionFactory = new MetadataSources( registry ).buildMetadata().buildSessionFactory();\r\n }\r\n catch (Exception e) {\r\n StandardServiceRegistryBuilder.destroy( registry );\r\n }\r\n }", "public BLFacadeImplementation() {\t\t\r\n\t\tSystem.out.println(\"Creating BLFacadeImplementation instance\");\r\n\t\tConfigXML c=ConfigXML.getInstance();\r\n\t\t\r\n\t\tif (c.getDataBaseOpenMode().equals(\"initialize\")) {\r\n\t\t\tDataAccess dbManager=new DataAccess(c.getDataBaseOpenMode().equals(\"initialize\"));\r\n\t\t\tdbManager.initializeDB();\r\n\t\t\tdbManager.close();\r\n\t\t\t}\r\n\t\t\r\n\t}", "private void createDependencies(){\n client = new FireStoreClient(this);\n authentication = new FirestoreAuthentication();\n }", "@PostConstruct\n public void initPool() {\n SpringHelper.setApplicationContext(applicationContext);\n if (!initialized) {\n try {\n final File configDirectory = ConfigDirectory.setupTestEnvironement(\"OGCRestTest\");\n final File dataDirectory2 = new File(configDirectory, \"dataCsw2\");\n dataDirectory2.mkdir();\n\n try {\n serviceBusiness.delete(\"csw\", \"default\");\n serviceBusiness.delete(\"csw\", \"intern\");\n } catch (ConfigurationException ex) {}\n\n final Automatic config2 = new Automatic(\"filesystem\", dataDirectory2.getPath());\n config2.putParameter(\"shiroAccessible\", \"false\");\n serviceBusiness.create(\"csw\", \"default\", config2, null);\n\n writeProvider(\"meta1.xml\", \"42292_5p_19900609195600\");\n\n Automatic configuration = new Automatic(\"internal\", (String)null);\n configuration.putParameter(\"shiroAccessible\", \"false\");\n serviceBusiness.create(\"csw\", \"intern\", configuration, null);\n\n initServer(null, null, \"api\");\n pool = GenericDatabaseMarshallerPool.getInstance();\n initialized = true;\n } catch (Exception ex) {\n Logger.getLogger(OGCRestTest.class.getName()).log(Level.SEVERE, null, ex);\n }\n }\n }", "protected NegotiationParty init() throws InstantiateException {\n\t\tNegotiationParty party1 = load();\n\t\tprotocolClassPath = party1.getProtocol().getCanonicalName();\n\t\tinitialized = true;\n\t\treturn party1;\n\t}", "private void _init() throws Exception {\n }", "@Override\n protected void doInit() {\n getLogger().finer(\"Initialization of CompanyListServerResource.\");\n\n // Initialize the persistence layer.\n companyPersistence = PersistenceService.getCompanyPersistence();\n\n getLogger().finer(\"Initialization of CompanyListServerResource ended.\");\n }", "private ServiceManagerFactory() throws ServiceException {\r\n initialize();\r\n\t}", "protected void initialize() {\r\n }", "protected void initialize() {\r\n }", "public void init() {\n configuration.init();\n \n //Connections connections = configuration.getBroker().getConnections(\"topic\");\n Connections connections = configuration.getBrokerPool().getBroker().getConnections(\"topic\");\n \n if (connections == null) {\n handleException(\"Couldn't find the connection factor: \" + \"topic\");\n }\n \n sensorCatalog = new SensorCatalog();\n clientCatalog = new ClientCatalog();\n \n nodeCatalog = new NodeCatalog();\n \n updateManager = new UpdateManager(configuration, sensorCatalog, this);\n updateManager.init();\n \n endpointAllocator = new EndpointAllocator(configuration, nodeCatalog);\n\n registry = new JCRRegistry(this);\n registry.init();\n\n // Initialize Public-End-Point\n if(!isPublicEndPointInit) {\n \tinitPublicEndpoint();\n }\n }", "public void initialize()\r\n\t{\r\n\t\tdatabaseHandler = DatabaseHandler.getInstance();\r\n\t\tfillPatientsTable();\r\n\t}", "protected void init() {\n }", "private void init(){\n if(!initializing) {\n Initializer init = new Initializer();\n InitializationDetails initializationDetails = new InitializationDetails(url, download, reset, deviceID, this);\n init.execute(initializationDetails);\n initializing = true;\n }\n }", "protected void _init(){}", "public static void init() {\n startTime = System.currentTimeMillis();\n if (clientExecutorEngine == null) {\n clientExecutorEngine = new ClientExecutorEngine();\n HzClient.initClient();\n }\n }", "private DatabaseHandler(){\n createConnection();\n }", "private EagerInitializedSingleton() {\n\t}", "private EagerInitializedSingleton() {\n\t}", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "protected void initialize() {\n }", "public void loadAndWait()\n {\n injector.addConfigurationInstances(this.configClassInstances);\n\n // load all @Services from @Configuration classes\n injector.activateFailOnNullInstance();\n injector.load();\n\n // detect duplicates and crash on matches\n injector.crashOnDuplicates();\n\n // branch out the dependencies, such that Service A, with dependency B, is\n // aware of all dependencies of B.\n injector.branchOutDependencyTree();\n\n // sort the services, based on dependency requirements\n injector.sortByDependencies();\n\n // instantiate services/clients and crash if any nil instances are detected\n injector.instantiateComponents();\n injector.crashOnNullInstances();\n\n // add the component instances to the ServiceContext\n injector.installServices(ctx);\n\n // instantiate clients\n //injector.instantiateClients();\n\n // invoke DepWire methods with required services & clients\n injector.findDepWireMethodsAndPopulate();\n }", "public void initialize() {\n // empty for now\n }", "public static final void prepareInstance() {\r\n prepareInstance(new XmlFactory());\r\n }", "public void init() {\r\n\t\tlog.info(\"init()\");\r\n\t\tobjIncidencia = new IncidenciaSie();\r\n\t\tobjObsIncidencia = new ObservacionIncidenciaSie();\r\n\t\tobjCliente = new ClienteSie();\r\n\t\tobjTelefono = new TelefonoPersonaSie();\r\n\t}", "private synchronized void lazyInit() {\n logger.debug(\"+\");\n if(lazyInitDone) {\n logger.debug(\"- already inited\");\n return;\n }\n lazyInitDone = true;\n AlbumUploadProfile.get().init();\n ImageUploadProfile.get().init();\n BannerUploadProfile.get().init();\n SiteMapBuilder.getInstance().getHandlers().put(\"menu\", new MenuPagesHandler());\n SiteMapBuilder.getInstance().getHandlers().put(\"unlinked\", new UnlinkedPagesHandler());\n try { DictionaryFileBuilder.getInstance().generate(false); }\n catch (CriticalException ex) { logger.error(\"Exception\", ex); }\n logger.debug(\"-\");\n }", "private void init() {\n clearCaches();\n }", "public static void initialize() {\r\n\t\tif (!connectionByProjectIdMap.isEmpty()) {\r\n\t\t\tcloseAllMsiDb();\r\n\t\t\tconnectionByProjectIdMap.clear();\r\n\t\t}\r\n\t\tif (udsDbConnection != null) {\r\n\t\t\tinitializeUdsDb();\r\n\t\t}\r\n\t}", "protected void init() {\n\t}", "protected void init() {\n\t}", "protected void init() throws SQLException {\n }", "@Override\r\n protected void innerInit() throws Exception {\n \r\n }", "public void init()\n\t{\n\t\ttry\n\t\t{\n\t\t\t// if we are auto-creating our schema, check and create\n\t\t\tif (m_autoDdl)\n\t\t\t{\n\t\t\t\tm_sqlService.ddl(this.getClass().getClassLoader(), \"ctools_dissertation\");\n\t\t\t}\n\n\t\t\tsuper.init();\n\t\t}\n\t\tcatch (Throwable t)\n\t\t{\n\t\t\tm_logger.warn(this +\".init(): \", t);\n\t\t}\n\t}", "protected void initialize() {\n\n\t}", "private void initObjects() {\n inputValidation = new InputValidation(activity);\n databaseHelper = new DatabaseHelper(activity);\n user = new User();\n }", "protected abstract void init() throws Exception;", "public void init() {\n // TODO start asynchronous download of heavy resources\n }", "protected void initialize() {\n\t}", "private void initializeIdGen() {\n try {\n InitialContext context = new InitialContext();\n Object o = context.lookup(\"idgenerator/IdGenEJB\");\n IdGenHome idGenHome = (IdGenHome) PortableRemoteObject.narrow(o, IdGenHome.class);\n idGen = idGenHome.create();\n } catch (Exception ex) {\n throw new DatabaseException(\"Failed to intialize Id Generator.\", ex);\n }\n }", "public void initialize() {\n\t\tDynamoConfig config = new DynamoConfig();\n\t\tthis.setup(config);\n\t}", "@PostConstruct\r\n public void init() {\n File database = new File(applicationProps.getGeodb());\r\n try {\r\n reader = new DatabaseReader.Builder(database).withCache(new CHMCache()).build();\r\n } catch (IOException e) {\r\n log.error(\"Error reading maxmind DB, \", e);\r\n }\r\n }", "public void init() {\n\n\t\tConnection connection = null;\n\t\tStatement statement = null;\n\n\t\ttry {\n\n\t\t\tconnection = DatabaseInteractor.getConnection();\n\t\t\tstatement = connection.createStatement();\n\n\t\t} catch (SQLException exception) {\n\t\t\texception.printStackTrace();\n\t\t\treturn;\n\t\t} catch (ClassNotFoundException exception) {\n\t\t\texception.printStackTrace();\n\t\t\treturn;\n\t\t}\n\n\t\ttry {\n\n\t\t\tDatabaseInteractor.createTable(StringConstants.USERS_TABLE, statement);\n\t\t\tDatabaseInteractor.createTable(StringConstants.QUESTIONS_TABLE, statement);\n\t\t\tDatabaseInteractor.createTable(StringConstants.ANSWERS_TABLE, statement);\n\t\t\tDatabaseInteractor.createTable(StringConstants.TOPICS_TABLE, statement);\n\t\t\tDatabaseInteractor.createTable(StringConstants.USER_QUESTION_VOTES_TABLE, statement);\n\t\t\tDatabaseInteractor.createTable(StringConstants.USER_ANSWER_VOTES_TABLE, statement);\n\t\t\tDatabaseInteractor.createTable(StringConstants.USER_TOPIC_RANKS_TABLE, statement);\n\n\t\t} catch (ClassNotFoundException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (SQLException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "private void initData() {\n requestServerToGetInformation();\n }", "void init() throws CouldNotInitializeConnectionPoolException;", "protected void initialize() {\n\t\t\n\t}", "protected void initialize() {\n\t\t\n\t}", "private DBConnection() \n {\n initConnection();\n }", "public static void init() {\n try {\n createInstances();\n } catch (Exception e) {\n logger.error(\"Failed to instantiate classes.\", e);\n throw new RuntimeException(\"Failed to create instances.\", e);\n }\n }", "protected abstract void init() throws Throwable;", "protected void init() {\n // to override and use this method\n }", "public static void initGenerateOfflineTestData(){\n dbInstance = Database.newInstance();\n initPlayer();\n initMatches();\n }", "public void initialize() {\n\n getStartUp();\n }", "protected void init() {\n init(null);\n }" ]
[ "0.6846179", "0.68230575", "0.66994333", "0.66991955", "0.6688357", "0.6663106", "0.6578872", "0.65655553", "0.65098935", "0.6496647", "0.64657605", "0.64538646", "0.64538646", "0.6439623", "0.64391804", "0.64272994", "0.64236754", "0.641378", "0.64117616", "0.638235", "0.6339545", "0.6323471", "0.6321956", "0.630664", "0.62884384", "0.62884384", "0.62872124", "0.6273942", "0.62577283", "0.6226484", "0.62209934", "0.62123275", "0.62113845", "0.6203338", "0.61997646", "0.6181433", "0.6161956", "0.6155557", "0.6148843", "0.6148339", "0.61436784", "0.61436784", "0.6142974", "0.61406964", "0.61271924", "0.61270803", "0.6125682", "0.6119654", "0.6117326", "0.6115512", "0.6115512", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.6106841", "0.61017084", "0.61007655", "0.60901046", "0.6081755", "0.6076574", "0.6075803", "0.6072102", "0.6069222", "0.6069222", "0.6060334", "0.60577154", "0.6056959", "0.6050781", "0.6045408", "0.60434175", "0.6035695", "0.60293245", "0.60285467", "0.6027735", "0.6008459", "0.6006251", "0.59976006", "0.5994339", "0.5985641", "0.5985641", "0.5981032", "0.59806484", "0.597371", "0.59727025", "0.5972354", "0.5967486", "0.59667885" ]
0.0
-1
TODO Autogenerated method stub
public Management subscribe(String resource, HandlerContext context, Management request, Management response) throws JAXBException, SOAPException, DatatypeConfigurationException, IOException { return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
this method will take you back to the main page
public void backToMain(View view) { Intent back = new Intent(this,MainActivity.class); startActivity(back); finish(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void back() {\n Views.goBack();\n }", "protected void goBack() {\r\n\t\tfinish();\r\n\t}", "public void navigateToBack() {\n WebDriverManager.getDriver().navigate().back();\n }", "private void backPage()\n {\n page--;\n open();\n }", "private void backToMain() {\n // https://stackoverflow.com/questions/5446565\n // Checks to see if they are still on this activity\n if (getWindow().getDecorView().getRootView().isShown()) {\n onBackPressed();\n }\n }", "public void naviagteBackToPage() {\n\t\tgetDriver().close();\n\t}", "public void back()\n\t{\n\t\tdriver.findElementById(OR.getProperty(\"BackButton\")).click();\n\t}", "private void goToMainPage() {\n mAppModel.getErrorBus().removePropertyChangeListener(this);\n mAppModel.removePropertyChangeListener(this);\n mNavigationHandler.goToMainPage();\n }", "@Override\r\n\tpublic void onBackPressed() {\n\t\tfinish();\r\n\t}", "@Override\r\n\tpublic void onBackPressed() {\n\t\tfinish();\r\n\t}", "private void navBack() {\n Intent intent = new Intent(this, standard_home.class);\n startActivity(intent);\n }", "public void goBack() throws IOException { DashboardController.dbc.loadHomeScene(); }", "public static void navigateBack() {\n\t\tLOG.info(\"Navigate to back page from current page.\");\n\t\tConstants.driver.navigate().back();\n\n\t}", "@Override\n\tpublic void goToBack() {\n\t\tif(uiHomePrestamo!=null){\n\t\tuiHomePrestamo.getHeader().getLblTitulo().setText(constants.prestamos());\n\t\tuiHomePrestamo.getHeader().setVisibleBtnMenu(true);\n\t\tuiHomePrestamo.getContainer().showWidget(1);\n\t\t}else if(uiHomeCobrador!=null){\t\t\t\t\t\t\t\t\t\t\t\n\t\t\tuiHomeCobrador.getContainer().showWidget(2);\n\t\t\tuiHomeCobrador.getUiClienteImpl().cargarClientesAsignados();\n\t\t\tuiHomeCobrador.getUiClienteImpl().reloadTitleCobrador();\n\t\t}\n\t}", "public static void back() {\n driver.navigate().back();\n }", "public void gotoMain(View view) {\n finish();\n }", "public void goBack() {\n goBackBtn();\n }", "public void back() {\n driver.navigate().back();\n }", "private void goBack() {\n View.clearViews();\n View.cambiar(\"operador.cliente\", new RegistrarClientes(operador));\n }", "@Override\n public void goBack() {\n\n }", "public void goBack(){\n startActivity(new Intent(this, MainMenu.class));\n }", "public void navigate_back() throws CheetahException {\n\t\ttry {\n\t\t\tCheetahEngine.getDriverInstance().navigate().back();\n\t\t} catch (Exception e) {\n\t\t\tthrow new CheetahException(e);\n\t\t}\n\t}", "public void goBack(View view) {\n Intent homeIntent = new Intent(this.getContext(), MainActivity.class);\n startActivityForResult(homeIntent, 0);\n }", "public void GoBack(ActionEvent actionEvent) throws IOException\n {\n Main.backToMain();\n }", "private void back_home(HttpServletRequest request, HttpServletResponse response) throws IOException {\n\t\tresponse.sendRedirect(\"restaurant\");\n\t\treturn;\n\t}", "@Override\n\tpublic void onBackPressed() {\n\treturn;\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tfinish();\n\t\tsuper.onBackPressed();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tfinish();\n\t\tsuper.onBackPressed();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\tfinish();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\tfinish();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\tfinish();\n\t}", "private void returnToMain() {\n Intent intent = new Intent(this, MainActivity.class);\n startActivity(intent);\n }", "@Override\n\tpublic void onBackPressed() {\n\t\tBack();\n\t}", "@Override\n public void onBackPressed() {\n pageStack.pop();\n //Will go back to Start page if on first page\n if (pageStack.isEmpty()) {\n super.onBackPressed();\n }\n else {\n loadPage(pageStack.pop());\n }\n }", "public static void goBack() {\n\t\tif (touchGUI.getTouchModel().getGuiModel().isDialogShown()) {\n\t\t\ttouchGUI.getTouchModel().getGuiModel().closeActiveDialog();\n\t\t} else {\n\t\t\t// else go to last view in history\n\t\t\tif (!appWidget.goBack()) {\n\t\t\t\t// if history is empty -> close app\n\t\t\t\tphoneGap.exitApp();\n\t\t\t}\n\t\t}\n\n\t\tlaf.updateUndoSaveButtons();\n\t\ttouchGUI.updateViewSizes();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\t finish();\n\t}", "private void backButtonAction() {\n CurrentUI.changeScene(SceneNames.LOGIN);\n }", "public void back(){\n\t\tswitch(state){\n\t\tcase LOGINID:\n\t\t\tbreak; //do nothing, already at top menu\n\t\tcase LOGINPIN:\n\t\t\tloginMenu();\n\t\t\tbreak;\n\t\tcase TRANSACTION:\n\t\t\tbreak; //do nothing, user must enter the choice to log out\n\t\tcase DEPOSIT:\n\t\t\ttransactionMenu();\n\t\t\tbreak;\n\t\tcase DEPOSITNOTIFICATION:\n\t\t\tbreak; //do nothing, user must press ok\n\t\tcase WITHDRAW:\n\t\t\ttransactionMenu();\n\t\t\tbreak;\n\t\tcase BALANCE:\n\t\t\tbreak; //do nothing, user must press ok\n\t\tcase WITHDRAWALNOTIFICATION:\n\t\t\tbreak; //do onthing, user must press ok\n\t\t}\n\t\t\n\t\tcurrentInput = \"\";\n\t}", "public void goBack(View view){\n Intent intent = new Intent(this, MainActivity.class);\n\n // Start the new activity\n startActivity(intent);\n //finish();\n }", "@Override\n\tpublic void onBackPressed() {\n\n\t\tnavigatetoAppointmentsListingScreen(\"false\");\n\t}", "@Override\n public void onBackPressed() {\n if(web.canGoBack()){\n web.goBack();\n } else {\n super.onBackPressed();\n }\n }", "@Override\n public void onBackPressed() {\n\n finish();\n }", "public void back() {\n\t\tstate.back();\n\t}", "public void back(ActionEvent actionEvent) throws IOException {\n new PageLoader().load(\"Login\");\n }", "@Override\n public void onBackPressed() {\n this.finish();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\treturn;\n\t}", "@FXML\n void goBack(ActionEvent event) throws IOException{\n loadMain(event, session);\n }", "public void backToMain(ActionEvent event) throws IOException{\n try {\n FXMLLoader loader = new FXMLLoader(getClass().getResource(\"../view/main.fxml\"));\n root = loader.load();\n MainController controller = loader.getController();\n controller.selectTab(1);\n stage = (Stage)((Node)event.getSource()).getScene().getWindow();\n scene = new Scene(root);\n stage.setScene(scene);\n stage.show();\n } catch (IOException e) {\n showError(true, \"Can not load the protected page.\");\n }\n }", "public void backbutton(ActionEvent event) throws Exception{\n\t\t\n\t\tcustomermainpage main = new customermainpage();\n\t\tmain.setgui();\n\t}", "private void goBack() {\n Intent intent = new Intent(this, ReformTypeDetailActivity.class);\n intent.putExtra(Key.REFORM_TYPE_ID, mReformTypeId);\n intent.putExtra(Key.REFORM_TYPE_NAME, mReformType.getName());\n startActivity(intent);\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n public void onBackPressed() {\n finish();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\tthis.finish();\n\t\tsuper.onBackPressed();\n\t}", "@Override\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\n\t\tthis.finish();\n\t}", "public void goBack(View view) {\n end();\n }", "public void backToMain(View view) {\n startActivity(new Intent(getApplicationContext(), GameChoiceActivity.class));\n }", "default public void clickBack() {\n\t\tclickMenu();\n\t}", "void actionBack();", "@Override\r\n\tpublic void back() {\nPizzaHut.main(null);\r\n\t}", "public void back(){\n\t\tIntent mainIntent = new Intent().setClass(DatosAuto.this, BuscaPlacaTexto.class);\n\t\tstartActivity(mainIntent);\n\t\tpager=null;\n\t\tDatosAuto.this.finish();\n\t\tDialogos.Toast(DatosAuto.this, getResources().getString(R.string.mapa_inicio_de_viaje_no_tomado), Toast.LENGTH_LONG);\n\t\tsuper.onBackPressed();\n\t}", "@Override\r\n\tpublic void onBackPressed() {\n\t\tIntent i = new Intent(this, MainActivity.class);\r\n\t\tstartActivity(i);\r\n\t}", "@Override\n public void onBackPressed() {\n super.onBackPressed();\n Intent intent = new Intent(MainActivitySell.this, MainActivity.class);\n startActivity(intent);\n finish();\n }", "@Override\n public void onBackPressed() {\n super.onBackPressed();\n this.finish();\n }", "@Override\n public void onBackPressed() {\n super.onBackPressed();\n this.finish();\n }", "public void GoBackbtn(View view){\n Intent backIntent = new Intent(this, MainActivity.class);\n backIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK);\n startActivity(backIntent);\n finish();\n }", "public void goBack(View view) {\n Intent i = new Intent(getApplicationContext(), MainActivity.class);\n startActivity(i);\n }", "private void backButton() {\n navigate.goPrev(this.getClass(), stage);\n }", "@Override\r\n\tpublic void onBackPressed() {\n\t\tsuper.onBackPressed();\r\n\t\tdoBack();\r\n\t}", "@Override\n public void onBackPressed() {\n finish();\n\n }", "@Override\n public void onBackPressed() {\n backToHome();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\texitApplication().onClick(null);\n\t\tsuper.onBackPressed();\n\t}", "public void back() {\n //noinspection ResultOfMethodCallIgnored\n previous();\n }", "public void goBack(View view){\n finish();\n }", "@Override\n public void onBackPressed() {\n super.onBackPressed();\n finish();\n }", "@Override\r\n\tpublic void backButton() {\n\t\t\r\n\t}", "private void onBack() {\n\t\tIntent startMain = new Intent(Intent.ACTION_MAIN);\r\n\t\tstartMain.addCategory(Intent.CATEGORY_HOME);\r\n\t\tstartMain.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); // //FLAG_ACTIVITY_NEW_TASK\r\n\t\tstartActivity(startMain);\r\n\t}", "public void goBack(View view){\n this.finish();\n }", "@Override\n public void onBackPressed() {\n super.onBackPressed();\n finish();\n startActivity(new Intent(getApplicationContext(), MainActivity.class));\n }", "public void back(View view) {\r\n\t\tfinish();\r\n\t}", "Request back();", "public void back(View view) {\n finish();\n }", "@Override\n\tpublic void goToMainMenu() {\n\t\tfinish();\n\t}", "@Override\n public void onBackPressed() {\n exitReveal();\n\n super.onBackPressed();\n }", "public void backClick(View view) {\n finish();\n }", "@Override\n\tpublic void onBackPressed() {\n\t\tif (wv1.canGoBack()) {\n\t wv1.goBack();\n\t\t}else \n\t\t{\n\t\t\twv1.stopLoading();\n\t\t\twv1.clearCache(true);\n\t\t\tfinish();\n\t }\n\t}", "@Override\n public void onBackPressed() {\n return;\n }", "@Override\n public void onBackPressed() {\n return;\n }", "@Override\n public void onBackPressed() {\n return;\n }", "@Override\n public void onBackPressed() {\n return;\n }", "public void backtoMain()\n {\n Intent i=new Intent(this,MainActivity.class);\n startActivity(i);\n }", "private void backToMenu() {\n game.setScreen(new StartScreen(game));\n }", "public void goBack(View view) {\n\n Intent intent = new Intent(this, MainActivity.class);\n\n startActivity(intent);\n\n }", "void onGoBackButtonClick();", "public void Back(View view) // back button pressed - go back to previous class\n {\n Intent intent = new Intent(ImportingOCR.this, AddedCmc.class); // back to previous page--which should be addedcmc.class and not importing manual(i change to Addedcmc.class)\n intent.putExtra(\"personid\", personid);\n intent.putExtra(\"amount\", amount);\n intent.putExtra(\"date\", date);\n intent.putExtra(\"username\", uploader);\n startActivity(intent);\n }", "@Override\n\tpublic void onBackPressed() {\n\t\t\n\t}" ]
[ "0.8084885", "0.8014563", "0.7670665", "0.76082367", "0.7608228", "0.75983053", "0.75344384", "0.7463904", "0.74537957", "0.74537957", "0.74414474", "0.74327004", "0.7360641", "0.7335405", "0.73101646", "0.7280672", "0.7278004", "0.72750235", "0.72750217", "0.7256617", "0.72533876", "0.7227534", "0.7221069", "0.7210189", "0.7187216", "0.7182204", "0.71790224", "0.71790224", "0.717511", "0.717511", "0.717511", "0.7166963", "0.7165318", "0.71584845", "0.7155384", "0.7155041", "0.7151898", "0.7147342", "0.7144495", "0.7143649", "0.71416956", "0.714058", "0.71329606", "0.7121927", "0.7111061", "0.71007496", "0.7092643", "0.7082969", "0.7082411", "0.70769113", "0.7073569", "0.7073569", "0.7073569", "0.7073569", "0.7073569", "0.7073569", "0.7073569", "0.7041322", "0.7040768", "0.7036734", "0.70285124", "0.7019503", "0.7019237", "0.701844", "0.7003985", "0.70021594", "0.69969773", "0.69803554", "0.69803554", "0.698015", "0.697735", "0.6973439", "0.6968116", "0.6967809", "0.69582874", "0.695605", "0.69557524", "0.69531536", "0.69510514", "0.69431865", "0.6937376", "0.69306815", "0.69186497", "0.6910705", "0.69099945", "0.69096226", "0.6908234", "0.69032633", "0.6902629", "0.69008046", "0.68979174", "0.68979174", "0.68979174", "0.68979174", "0.6897644", "0.68925077", "0.68839866", "0.68815804", "0.6876037", "0.68728393" ]
0.7620646
3
this method will clear everything an allow the user to retry the quiz
public void clearButton(View view) { question1.clearCheck(); question2.clearCheck(); question33.clearCheck(); question44.clearCheck(); question55.clearCheck(); score.setText(""); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void reset() {\n\t\tacceptAnswers = false;\n\t\tcurrentQuestion = null;\n\t\tsubmissions = null;\n\t}", "private void clearQuizQuestions() {\n RadioGroup questionOneRadioGroup = (RadioGroup) findViewById(R.id.question_one_radio_group);\n questionOneRadioGroup.clearCheck();\n\n RadioGroup questionTwoRadioGroup = (RadioGroup) findViewById(R.id.question_two_radio_group);\n questionTwoRadioGroup.clearCheck();\n\n RadioGroup questionThreeRadioGroup = (RadioGroup) findViewById(R.id.question_three_radio_group);\n questionThreeRadioGroup.clearCheck();\n\n RadioGroup questionFourRadioGroup = (RadioGroup) findViewById(R.id.question_four_radio_group);\n questionFourRadioGroup.clearCheck();\n\n questionFiveCheckBoxA.setChecked(false);\n questionFiveCheckBoxB.setChecked(false);\n questionFiveCheckBoxC.setChecked(false);\n questionFiveCheckBoxD.setChecked(false);\n\n RadioGroup questionSixRadioGroup = (RadioGroup) findViewById(R.id.question_six_radio_group);\n questionSixRadioGroup.clearCheck();\n\n RadioGroup questionSevenRadioGroup = (RadioGroup) findViewById(R.id.question_seven_radio_group);\n questionSevenRadioGroup.clearCheck();\n\n RadioGroup questionEightRadioGroup = (RadioGroup) findViewById(R.id.question_eight_radio_group);\n questionEightRadioGroup.clearCheck();\n\n RadioGroup questionNineRadioGroup = (RadioGroup) findViewById(R.id.question_nine_radio_group);\n questionNineRadioGroup.clearCheck();\n\n questionTenEditText.getText().clear();\n }", "public void resetQuiz() \r\n { \r\n // use AssetManager to get image file names for enabled regions\r\n // loop through each region\r\n // get a list of all flag image files in this region\r\n // reset the number of correct answers made\r\n // reset the total number of guesses the user made\r\n // clear prior list of quiz countries\r\n \r\n\r\n // add FLAGS_IN_QUIZ random file names to the quizCountriesList\r\n\r\n // get the random file name\r\n // if the region is enabled and it hasn't already been chosen\r\n\r\n // start the quiz by loading the first flag\r\n }", "protected void clearAnswered() {\n answerMarks_.clear();\n LOG.debug(\"Flushed marked answers\");\n }", "public void reset() {\n for (Map.Entry<String, Question> questionEntry : mQuestions.entrySet()) {\n Map<String, Option> options = questionEntry.getValue().getOptions();\n for (Map.Entry<String, Option> optionEntry : options.entrySet()) {\n optionEntry.getValue().setIsCorrect(false);\n }\n }\n }", "public void reset() {\r\n\t\tplayAgain = false;\r\n\t\tmainMenu = false;\r\n\t\tachievement = 0;\r\n\t}", "public void onReset (View view) {\n //deleting the radiogroups choosen buttons\n RadioGroup radioGroup1 = findViewById(R.id.radio_group1);\n radioGroup1.clearCheck();\n RadioGroup radioGroup2 = findViewById(R.id.radio_group2);\n radioGroup2.clearCheck();\n RadioGroup radioGroup3 = findViewById(R.id.radio_group3);\n radioGroup3.clearCheck();\n\n //deleting the answer if it's wrong or right\n TextView hint1 = findViewById(R.id.response_1);\n hint1.setText(\"\");\n TextView hint2 = findViewById(R.id.response_2);\n hint2.setText(\"\");\n TextView hint3 = findViewById(R.id.response_3);\n hint3.setText(\"\");\n TextView hint4 = findViewById(R.id.response_4);\n hint4.setText(\"\");\n TextView hint5 = findViewById(R.id.response_5);\n hint5.setText(\"\");\n\n //delete 2. answer\n EditText numberOfCountries = findViewById(R.id.members);\n numberOfCountries.setText(\"\");\n\n //delete 3. answer\n CheckBox norway = findViewById(R.id.norway);\n norway.setChecked(false);\n CheckBox poland = findViewById(R.id.poland);\n poland.setChecked(false);\n CheckBox turkey = findViewById(R.id.turkey);\n turkey.setChecked(false);\n CheckBox slovakia = findViewById(R.id.slovakia);\n slovakia.setChecked(false);\n CheckBox switzerland = findViewById(R.id.switzerland);\n switzerland.setChecked(false);\n CheckBox greece = findViewById(R.id.greece);\n greece.setChecked(false);\n\n //delete the final score message\n TextView finalScore = findViewById(R.id.score_text);\n finalScore.setText(R.string.number_of_points);\n points = 0;\n }", "public void reset(){\n\t\tBashCmdUtil.bashCmdNoOutput(\"rm -r data/games_module\");\n\t\tBashCmdUtil.bashCmdNoOutput(\"sed -i \\\"1s/.*/ \"+\"0\"+\" /\\\" data/winnings\");\n\t\tBashCmdUtil.bashCmdNoOutput(\"sed -i \\\"1s/.*/ \"+\"175\"+\" /\\\" data/tts_speed\");\n\t\tBashCmdUtil.bashCmdNoOutput(\"rm data/answered_questions\");\n\t\tBashCmdUtil.bashCmdNoOutput(\"rm data/five_random_categories\");\n\t\tBashCmdUtil.bashCmdNoOutput(\"rm data/current_player\");\n\t\t_currentPlayer = null;\n\t\t_internationalUnlocked = false;\n\t\t_gamesData.clear();\n\t\t_fiveRandomCategories.clear();\n\t\tfor (int i= 0; i<5;i++) {\n\t\t\t_answeredQuestions[i]=0;\n\t\t}\n\t\tBashCmdUtil.bashCmdNoOutput(\"touch data/answered_questions\");\n\t\tinitialiseCategories();\n\t\ttry {\n\t\t\treadCategories();\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\tsetFiveRandomCategories();\n\t}", "public void reset() {\n\t\tTextView SetQuestionText = (TextView) findViewById(R.id.textView5);\n\t\tSetQuestionText.setText(\"\" + Question);\n\t\tEditText editText22 = (EditText) findViewById(R.id.editText1);\n\t\teditText22.setText(\" ?\");\n\t\tExpresstion_generator_based_on_difficulty();\n\t\tEndTimer();\n\t\tStartTimer();\n\t}", "public void resetQuiz(View view) {\n\n // Get the ID of radio group Question 2\n RadioGroup groupTwo = findViewById(R.id.radioGroupQ2);\n\n // Get the ID of radio group 6\n RadioGroup groupSix = findViewById(R.id.radioGroupQ6);\n\n // Get the ID of radio group 7\n RadioGroup groupSeven = findViewById(R.id.radioGroupQ7);\n\n\n\n // Get the ID of Question 3 checkboxes\n CheckBox question3Option1 = findViewById(R.id.question_three_option1);\n CheckBox question3Option2 = findViewById(R.id.question_three_option2);\n CheckBox question3Option3 = findViewById(R.id.question_three_option3);\n CheckBox question3Option4 = findViewById(R.id.question_three_option4);\n\n // Get the ID of Question 4 checkboxes\n CheckBox question4Option1 = findViewById(R.id.question_four_option1);\n CheckBox question4Option2 = findViewById(R.id.question_four_option2);\n CheckBox question4Option3 = findViewById(R.id.question_four_option3);\n CheckBox question4Option4 = findViewById(R.id.question_four_option4);\n\n\n // Get the ID of Question 8 checkboxes\n CheckBox question8Option1 = findViewById(R.id.question_eight_option1);\n CheckBox question8Option2 = findViewById(R.id.question_eight_option2);\n CheckBox question8Option3 = findViewById(R.id.question_eight_option3);\n CheckBox question8Option4 = findViewById(R.id.question_eight_option4);\n\n // Getting all EditTexts values for question 8 and question 10.\n EditText question1 = findViewById(R.id.question_one_field);\n EditText question5 = findViewById(R.id.question_five_field);\n EditText question9 = findViewById(R.id.question_nine_field);\n\n // Clear all radio buttons in each radio groups that has been checked.\n\n groupTwo.clearCheck();\n groupSix.clearCheck();\n groupSeven.clearCheck();\n\n\n\n //Uncheck all checkboxes that has been ticked in question 3\n question3Option1.setChecked(false);\n question3Option2.setChecked(false);\n question3Option3.setChecked(false);\n question3Option4.setChecked(false);\n\n // uncheck all checkboxes that has been ticked in question 4\n question4Option1.setChecked(false);\n question4Option2.setChecked(false);\n question4Option3.setChecked(false);\n question4Option4.setChecked(false);\n\n //Uncheck all checkboxes that has been ticked in question 8\n question8Option1.setChecked(false);\n question8Option2.setChecked(false);\n question8Option3.setChecked(false);\n question8Option4.setChecked(false);\n\n\n // Set the values in all EditText boxes to be empty.\n question1.setText(\"\");\n question5.setText(\"\");\n question9.setText(\"\");\n\n // resets the checkSubmit counter\n checkSubmit = 0;\n\n // resets the score variable to zero\n score = 0;\n displayScore(score);\n }", "@Override\n public void resetQuestion() {\n super.resetQuestion();\n hadSecondChance = false;\n currentTeam = null;\n originalTeam = null;\n teamHasAnswered.clear();\n //reset teamHasAnswered map so all teams get a chance to anaswer again\n for (int i = 0; i < numTeams; i++) teamHasAnswered.put(i, false);\n }", "public void resetQuestion() \n\t{\n\t\tthis.game = masterPanel.getGame();\n\t\t\n\t\tArrayList<String> tempQuestion = new ArrayList<String>();\n\t\ttempQuestion = getRandQuestion();\n\t\t\n\t\tquestion.setText(tempQuestion.get(0));\n\t\tanswerOne.setText(tempQuestion.get(1));\n\t\tanswerTwo.setText(tempQuestion.get(2));\n\t\tanswerThree.setText(tempQuestion.get(3));\n\t\tanswerFour.setText(tempQuestion.get(4));\n\t\tcorrectAnswer = tempQuestion.get(5);\n\t\t\n\t\tlayoutConstraints.gridy = 1;\n\t\tthis.add(answerOne, layoutConstraints);\n\t\t\n\t\tlayoutConstraints.gridy = 2;\n\t\tthis.add(answerTwo, layoutConstraints);\n\t\t\n\t\tlayoutConstraints.gridy = 3;\n\t\tthis.add(answerThree, layoutConstraints);\n\t\t\n\t\tlayoutConstraints.gridy = 4;\n\t\tthis.add(answerFour, layoutConstraints);\n\t\t\n\t\tthis.repaint();\n\t}", "public synchronized void resetExercises() {\n exercises = null;\n }", "public void reset (View view) {\n score = 0;\n name = findViewById(R.id.name_editText);\n name.getText().clear();\n email = findViewById(R.id.email_editText);\n email.getText().clear();\n optionOne = findViewById(R.id.option_one);\n optionOne.clearCheck();\n optionTwo = findViewById(R.id.option_two);\n optionTwo.clearCheck();\n optionThree = findViewById(R.id.option_three);\n optionThree.clearCheck();\n questionFourAns = findViewById(R.id.question_four_ans);\n questionFourAns.setText(\"\");\n questionFiveAns = findViewById(R.id.question_five_ans);\n questionFiveAns.setText(\"\");\n optionSixA = findViewById(R.id.option_six_a);\n optionSixA.setChecked(false);\n optionSixB = findViewById(R.id.option_six_b);\n optionSixB.setChecked(false);\n optionSixC = findViewById(R.id.option_six_c);\n optionSixC.setChecked(false);\n optionSixD = findViewById(R.id.option_six_d);\n optionSixD.setChecked(false);\n optionSixE = findViewById(R.id.option_six_e);\n optionSixE.setChecked(false);\n optionSevenA = findViewById(R.id.option_seven_a);\n optionSevenA.setChecked(false);\n optionSevenB = findViewById(R.id.option_seven_b);\n optionSevenB.setChecked(false);\n optionSevenC = findViewById(R.id.option_seven_c);\n optionSevenC.setChecked(false);\n optionSevenD = findViewById(R.id.option_seven_d);\n optionSevenD.setChecked(false);\n optionSevenE = findViewById(R.id.option_seven_e);\n optionSevenE.setChecked(false);\n optionEightA = findViewById(R.id.option_eight_a);\n optionEightA.setChecked(false);\n optionEightB = findViewById(R.id.option_eight_b);\n optionEightB.setChecked(false);\n optionEightC = findViewById(R.id.option_eight_c);\n optionEightC.setChecked(false);\n optionEightD = findViewById(R.id.option_eight_d);\n optionEightD.setChecked(false);\n optionEightE = findViewById(R.id.option_eight_e);\n optionEightE.setChecked(false);\n optionNineA = findViewById(R.id.option_nine_a);\n optionNineA.setChecked(false);\n optionNineB = findViewById(R.id.option_nine_b);\n optionNineB.setChecked(false);\n optionNineC = findViewById(R.id.option_nine_c);\n optionNineC.setChecked(false);\n optionNineD = findViewById(R.id.option_nine_d);\n optionNineD.setChecked(false);\n optionNineE = findViewById(R.id.option_nine_e);\n optionNineE.setChecked(false);\n optionTenA = findViewById(R.id.option_ten_a);\n optionTenA.setChecked(false);\n optionTenB = findViewById(R.id.option_ten_b);\n optionTenB.setChecked(false);\n optionTenC = findViewById(R.id.option_ten_c);\n optionTenC.setChecked(false);\n optionTenD = findViewById(R.id.option_ten_d);\n optionTenD.setChecked(false);\n optionTenE = findViewById(R.id.option_ten_e);\n optionTenE.setChecked(false);\n mySwitch = findViewById(R.id.switch1);\n mySwitch.setChecked(false);\n mySwitch.setVisibility(View.GONE);\n TextView targetView = name;\n targetView.getParent().requestChildFocus(targetView, targetView);\n }", "public void reset(View view) {\n //Clear radio buttons\n//Clear radio buttons\n questionOne.clearCheck();\n questionTwo.clearCheck();\n questionThree.clearCheck();\n questionFour.clearCheck();\n questionFive.clearCheck();\n questionSix.clearCheck();\n questionSeven.clearCheck();\n\n //Clear EditText\n questionEightAnswer.getText().clear();\n\n //Clear checkboxes\n questionNineAnswerOne.setChecked(false);\n questionNineAnswerTwo.setChecked(false);\n questionNineAnswerThree.setChecked(false);\n questionNineAnswerFour.setChecked(false);\n\n questionTenAnswerOne.setChecked(false);\n questionTenAnswerTwo.setChecked(false);\n questionTenAnswerThree.setChecked(false);\n questionTenAnswerFour.setChecked(false);\n }", "public void clearController() {\n\t\tanswer = \"\";\n\t\thistory.clear();\n\t\tisLevelUp = false;\n\t\ttotalFullMark = 1;\n\t\ttotalMark = 0;\n\t\tmemberWordController.setSavedQuestion(new HashMap<PhoneticQuestion, Boolean>());\n\t}", "public void resetQuizStats(Quiz quiz){\n \t\tString id = quiz.getQuizId();\n \t\tString query = \"DELETE FROM results WHERE quiz_id = '\" + id + \"';\";\n \t\tsqlUpdate(query);\n \t}", "public void reset() {\n\n\t\trbNone.setSelected(true);\n\t\tquizIDField.clear();\n\t\tfilter();\n\t\t\n\t}", "public void resetFields() {\n\n // Question EditText\n EditText questionEditText = findViewById(R.id.question);\n\n //Answers\n EditText answer1EditText = findViewById(R.id.answer1);\n EditText answer2EditText = findViewById(R.id.answer2);\n EditText answer3EditText = findViewById(R.id.answer3);\n EditText answer4EditText = findViewById(R.id.answer4);\n EditText userInputAnswerEditText = findViewById(R.id.userInputAnswer);\n\n //Layouts containing answer options\n LinearLayout optionAnswersLayout = findViewById(R.id.option_answers_layout);\n LinearLayout userinputAnswerLayout = findViewById(R.id.userinput_answer_layout);\n LinearLayout correctAnswerLayout = findViewById(R.id.correct_answer_layout);\n\n // Question Type Radio Buttons\n RadioButton radioCheckBox = findViewById(R.id.radio_CheckBox);\n RadioButton radioRadioButton = findViewById(R.id.radio_RadioButton);\n RadioButton radioUserInput = findViewById(R.id.radio_UserInput);\n\n //Correct Answer Checkbox\n CheckBox answer1CheckBox = findViewById(R.id.checkbox_answer1);\n CheckBox answer2CheckBox = findViewById(R.id.checkbox_answer2);\n CheckBox answer3CheckBox = findViewById(R.id.checkbox_answer3);\n CheckBox answer4CheckBox = findViewById(R.id.checkbox_answer4);\n\n // Reset Question TextField to Empty and set focus on it\n questionEditText.setText(\"\");\n questionEditText.requestFocus();\n\n // Reset Question Type Radio buttons to blank\n radioCheckBox.setChecked(false);\n radioRadioButton.setChecked(false);\n radioUserInput.setChecked(false);\n\n // Reset Answer TextFields to Empty\n answer1EditText.setText(\"\");\n answer2EditText.setText(\"\");\n answer3EditText.setText(\"\");\n answer4EditText.setText(\"\");\n userInputAnswerEditText.setText(\"\");\n\n // Reset Correct Answer Checkboxes to blank\n answer1CheckBox.setChecked(false);\n answer2CheckBox.setChecked(false);\n answer3CheckBox.setChecked(false);\n answer4CheckBox.setChecked(false);\n\n // Hide the Type of Answers Layout\n optionAnswersLayout.setVisibility(View.INVISIBLE);\n correctAnswerLayout.setVisibility(View.INVISIBLE);\n userinputAnswerLayout.setVisibility(View.INVISIBLE);\n\n }", "public void reset(){\r\n\t\tdialogToDisplay=0;\r\n\t\tqueuedDialog=0;\r\n\t\toptionSelection=null;\r\n\t\tdone=false;\r\n\t}", "private void reset() {\n }", "@Override\n public void reset() {\n cancelAll();\n }", "protected void reset() {\n\t\tadaptees.clear();\n\t}", "private void finishExercises() {\n\t\tfourWordsBox.setVisible(false);\n\t\ttranslationBox.setVisible(false);\n\t\timageRecognitionBox.setVisible(false);\n\t\tsummaryBox.setVisible(true);\n\t\t// Setting the labels\n\t\tcorrectAnswersLabel.setText(\"Correct answers: \" + correctAnswerCount);\n\t\tint gainedExperience = correctAnswerCount * EXPERIENCE_RATIO;\n\t\tloggedInUser.setScore(loggedInUser.getScore() + gainedExperience);\n\t\texperienceGainedLabel.setText(\"Experience gained: \" + gainedExperience);\n\t\t// Resetting the answer counters\n\t\tanswerCount = 0;\n\t\tcorrectAnswerCount = 0;\t\t\n\t}", "void reset() {\n errors.clear();\n variables.clear();\n }", "public void ClearAllThings(ActionEvent actionEvent) {\n questionName.clear();\n question.clear();\n subjects.setValue(0);\n className.setValue(0);\n answer.clear();\n points.clear();\n hint.clear();\n easy.setSelected(false);\n medium.setSelected(false);\n hard.setSelected(false);\n }", "public String reset() throws Exception{\r\n\t\tquest.setQuesCode(\"\"); \r\n\t\tquest.setQuesName(\"\");\r\n\t\tquest.setQuesType(\"\");\r\n\t\tquest.setAttribute(\"\");\r\n\t\tquest.setValue(\"\");\r\n\t\tquest.setQuesAttr(\"\");\r\n\t\tquest.setQuesValue(\"\");\r\n\t\tquest.setHiddenCode(\"\");\r\n\t\tquest.setSubcode(\"\");\r\n\t\tquest.setSrNo(\"\");\r\n\t\tquest.setHiddenEdit(\"\");\r\n\t\tquest.setHdeleteOp(\"\");\r\n\t\tquest.setConfChkop(\"\");\r\n\t\tquest.setTableLength(\"0\");\r\n\t\tgetNavigationPanel(2);\r\n\t\treturn \"questData\";\r\n\t}", "public void resetTheGame(){\n\t\tfjCount = 0;\n\t\tquestionAnsweredCount = 0;\n\t\tfor(int i = 0 ; i< 5; i++){\n\t\t\tfor(int j = 0 ; j < 5 ; j++){\n\t\t\t\tboard[i][j].reset();\n\t\t\t}\n\t\t}\n\t\tfor(int i = 0 ; i < teamNum; i ++){\n\t\t\tteams[i].reset();\n\t\t\tbets[i] = 0; \n\t\t}\n\t}", "public void reset() {\n this.done = false;\n }", "public void reset() {\n\t\t\t\t\r\n\t\t\t}", "protected void reset() {\n\t\t}", "@Override\r\n\tpublic void reset() {\r\n\t\t// TODO Auto-generated method stub\r\n\t\t\r\n\t\tthis.guessHistory.clear();\r\n\t}", "public void resetForNextItem(){\n\t currentItem = iterator.next();\n\t\twhile (currentItem.getTimesCorrect() > 3){\n\t\t\tcurrentItem = iterator.next();\n\t\t}\n\t\tfirstTextBox.setText(currentItem.getStimulus());\n\t\tanswerField1.setBackground(Color.WHITE);\n\t\tanswerField1.setText(\"\");\n\t\tanswerField2.setText(\"\");\n\t\tsecondTextBox.setText(\"\");\n\t\treadyToContinue = false;\n }", "public void reset() {\n\r\n\t}", "public void clearGuess() {\n\t\tthis.guessTimes = 0;\n\t}", "private void doClear() throws Exception{\n q0 = 1.0f; q1 = 0.0f; q2 = 0.0f; q3 = 0.0f;\n //tvStep.setText(String.format(\"%s\", stepNo));\n }", "public void quiz() {\n\t\t\t\t\tcorrectans = 0;\n\t\t\t\t\tint k = 0;\n\t\t\t\t\tint j = 0;\n\t\t\t\t\tint M = 0;\n\t\t\t\t\tj = readDifficulty();\n\t\t\t\t\tM = readProblemType();\n\t\t\t\t\t//ask the student to solve 10 different problems, as determined by the problem type\n\t\t\t for(int i = 0; i < 10; i++ ) {\n\t\t\t \t//contain two numbers sampled from a uniform random distribution with bounds determined by the problem difficulty\n\t\t\t \tint x = rand.nextInt(j); \n\t\t\t\t int y = rand.nextInt(j);\n\t\t\t\t int O = askquestion(j, M,x,y);\n\t\t\t\t if(M == 4) {\n\t\t\t\t \t float floatans = readdivision();\n\t\t\t\t \tk = divisionsol(floatans, x, y);\n\t\t\t\t }\n\t\t\t\t else {\n\t\t\t int userin = readResponse();\n\t\t\t k = isnanswercorrect(O , userin);\n\t\t\t }\n\t\t\t if(k == 1) {\n\t\t\t \t correctans++;\n\t\t\t }\n\t\t\t }\n\t\t\t int L = 0;\n\t\t\t L = displayCompletionMessage(correctans);\n\t\t\t if ( L == 1) {\n\t\t\t \tquiz();\n\t\t\t }\n\t\t\t else {\n\t\t\t \treturn;\n\t\t\t }\n\t\t\t \n\t\t\t\t}", "public void reset() {\n }", "public void reset() {\n }", "public void reset() {\n }", "public void reset() {\n }", "public void reset(){\n }", "public void cancelState() {\n if (isQuestionEditMode) {\n //deleteAllQuestionInputTextAreas();\n //addCurrentQuestionsToView();\n }\n }", "public void clearTrip(Boolean displayMessage) {\n\n items = null;\n\n question1 = null;\n question2 = null;\n question3 = null;\n\n if (displayMessage) {\n Methods.showMessage(\"Information\", \"Cleared!\", \"All Selections are Reset!\");\n }\n }", "public void reset () {}", "public void clearAnswer(){\r\n textField1.setText(\"\");\r\n }", "public void reset() {\n this.isExhausted = false;\n }", "public void reset() {\n\t\tmakeSolutionState();\n\t\twhile (isSolution(this.gameBoard)) {\n\t\t\trandomizeBoard();\n\t\t}\n\t\tlog.clear();\n\t\twon =false;\n\t\twasReset=true;\n\t\t\n\t\tsetChanged();\n\t\tnotifyObservers();\t\t\n\t}", "public void removeAnswer(){\n\t\thideNextButton();\n\t\tif(answerText != null)\n\t\t\tquestionBox.remove(answerText);\n\t\tif(answerIcon != null)\n\t\t\tquestionBox.remove(answerIcon);\n\t\tif(answerNote != null)\n\t\t\tquestionBox.remove(answerNote);\n\t\t\n\t\tanswerText = null;\n\t\tanswerIcon = null;\n\t\tanswerNote = null;\n\t\t\n\t\tquestionBox.reDraw();\n\t}", "public void tearDown(){\n\t\tremoveAnswer();\n\t\tif(nextButton != null){\n\t\t\tnextButton.removeObserver(this);\n\t\t\tnextButton = null;\n\t\t}\n\t\t\n\t\tsubmitBtn.removeObserver(this);\n\t\thomeBtn.removeObserver(this);\n\t\tmainWindow.getContainer().remove(answerBoxContainer);\n\t\tmainWindow.getContainer().remove(questionCounter);\n\t\tmainWindow.getContainer().remove(questionBox);\n\t\tmainWindow.getContainer().remove(submitBtn);\n\t\tmainWindow.getContainer().remove(homeBtn);\n\t\t\n\t\tquestionText = null;\n\t\tequationText = null;\n\t\tanswerBox = null;\n\t\t\n\t\tanswerBoxContainer = null;\n\t\tquestionCounter = null;\n\t\tquestionBox = null;\n\t\tsubmitBtn = null;\n\t\thomeBtn = null;\n\t}", "protected void reset(ExitQuestionsMap dto) {}", "public void reset() {\n this.errorNo = 0;\n this.errorStrings = \"\";\n }", "public void reset() throws Exception;", "public void reset()\n\t{\n\t}", "public void reset()\n\t{\n\t}", "public void reset() {\n\n }", "public void reset() {\n\t\tmCycleFlip = false;\n\t\tmRepeated = 0;\n\t\tmMore = true;\n //mOneMoreTime = true;\n \n\t\t// 추가\n\t\tmStarted = mEnded = false;\n\t\tmCanceled = false;\n }", "public void reset() {\n\n\t}", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void reset();", "public void resetValues() {\n SharedPreferences.Editor editor = sharedPreferences.edit();\n editor.putString(CUREDIFFICULTY, null);\n editor.putInt(CURETARGETSCORE, 0);\n editor.putInt(CURRSCOREFINDCURE, 0);\n editor.apply();\n System.out.println(sharedPreferences.getAll());\n\n }", "void clear()\n {\n captcha.reset();\n requestToken.setEnabled(false);\n username.setValue(\"\");\n greeting.setValue(\"\");\n token.setValue(\"\");\n newPassword.setValue(\"\");\n newPasswordRepeat.setValue(\"\");\n show(REQUEST_TOKEN);\n }", "private void reset() {\n \t resultCount =0;\n\t searchStatus = 0;\n\t resultSetStatus = 0;\n\t errorCode = 0;\n\t errorMsg = \"None provided\";\n\t Present = null;\n\t dbResults = null;\n oclc7= null;\n oclc8 = null;\n requestLength=0;\n responseLength=0;\n }", "protected void reset()\n\t{\n\t\tretcode = JOptionPane.CANCEL_OPTION;\n\t\tfiles = null;\n\t\taliases = null;\n\t\tjPathPanel.setText(\"\");\n\t\trpFilesTextArea.setText(\"\");\n\t\tsupTextField.setText(\"\");\n\t\tconfTextField.setText(\"\");\n\t}", "public void reset() {\n\t}", "public void reset() {\n\t}", "public void reset() {\n\t}", "public void reset() {\n\t}", "public void reset() {\n solving = false;\n length = 0;\n checks = 0;\n }", "public void reset() {\n finished = false;\n }", "private void resetAfterGame() {\n }", "public void clearClicked(View sender) {\n gameOver = false;\n int count = 0;\n while (count < this.answerLayout.getChildCount()) {\n ImageView iv = (ImageView) this.answerLayout.getChildAt(count);\n this.answerLayout.removeView(iv);\n this.imageLayout.addView(iv);\n }\n this.convertAnswerString();\n this.shuffleClick(null);\n }", "public void reset(){\n if (isValidated()) resetAndUnblock();\n }", "public void reset() {\n\t\tremoveAll();\n\t\twrongLetters = \"\";\n\t\taddScaffold(getWidth(),getHeight());\n\t}", "public void reset() {\n\n players = new Player[numAIPlayers + 1];\n createHumanPlayer();\n createAIPlayers(numAIPlayers);\n wholeDeck.shuffle();\n\n // --- DEBUG LOG ---\n // The contents of the complete deck after it has been shuffled\n Logger.log(\"COMPLETE GAME DECK AFTER SHUFFLE:\", wholeDeck.toString());\n\n assignCards(wholeDeck, players);\n activePlayer = randomlySelectFirstPlayer(players);\n playersInGame = new ArrayList<>(Arrays.asList(players));\n winningCard = null;\n roundWinner = null;\n\n roundNumber = 1;\n drawRound = 0;\n }", "public void cancelButton() {\n this.setMultQuestionSet(null);\n this.setSingleQuestionSet(null);\n this.setTextQuestionSet(null);\n this.setDateQuestionSet(null);\n System.out.println(\"Done pressing cancel button\");\n }", "public void reset()\n\t{\n\t\tthis.resetSelected();\n\t\tthis.clearMsgArea();\n\t}", "void resetTesting() {\r\n\t\tcompanyCars.clear();\r\n\t\trentDetails.clear();\r\n\t}", "public void clear() {\n results.clear();\n }", "private void resetAll() {\n resetResources();\n resetStory();\n refresh();\n }", "private void clear() {\n }", "private void clearAll(){\n ImplLogger.enterMethod(); \n pharmaNameTextField.setText(ImplConst.EMPTY);\n userNameTextField.setText(ImplConst.EMPTY);\n passwordField.setText(ImplConst.EMPTY);\n confirmPasswordField.setText(ImplConst.EMPTY);\n addressLine1TextField.setText(ImplConst.EMPTY);\n addressLine2TextField.setText(ImplConst.EMPTY);\n regionComboBox.setSelectedIndex(0);\n emailTextField.setText(ImplConst.EMPTY);\n contactTextField.setText(ImplConst.EMPTY);\n zipCodeTextField.setText(ImplConst.EMPTY);\n ImplLogger.exitMethod();\n }", "public synchronized void zeraFaq() throws HelpDeskException {\n\t\tFaqDAO.getInstance().removeAll();\n\t}", "public static void reset() {\n\t\tCAUGHT.clear();\n\t\tLOAD_CACHE.clear();\n\t}", "public void clear() {\n\t\tresults.clear();\n\t}", "public void reset() {\n cancelTaskLoadOIFits();\n\n userCollection = new OiDataCollection();\n oiFitsCollection = new OIFitsCollection();\n oiFitsCollectionFile = null;\n selectedDataPointer = null;\n\n fireOIFitsCollectionChanged();\n }", "private void deleteAllQuestionInputTextAreas() {\n UIComponent panel = FacesContext.getCurrentInstance().getViewRoot().findComponent(\"tabsView:tabViewTasksSettings:viewEditPerformanceAppraisalSettingForm:questionsPerformanceAppraisalPanel\");\n panel.getChildren().clear();\n }" ]
[ "0.764876", "0.7386125", "0.7323596", "0.7263206", "0.72138804", "0.7044719", "0.70434904", "0.7021132", "0.6972011", "0.6948345", "0.6844717", "0.6822387", "0.67622757", "0.6727664", "0.67177093", "0.66846335", "0.6657991", "0.6645542", "0.66049564", "0.65430826", "0.6539385", "0.6500639", "0.6492395", "0.6486982", "0.64816815", "0.64728105", "0.64342636", "0.6416639", "0.6405771", "0.6405382", "0.63988423", "0.63958806", "0.63871586", "0.6363442", "0.6352598", "0.63451797", "0.632644", "0.63233507", "0.63233507", "0.63233507", "0.63233507", "0.6320299", "0.6319198", "0.6317531", "0.63142484", "0.6313138", "0.6312095", "0.629859", "0.62922627", "0.6287168", "0.6282273", "0.62773895", "0.62719554", "0.62684083", "0.62684083", "0.62668395", "0.6263473", "0.62542593", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.6253218", "0.62518674", "0.6240887", "0.62388664", "0.62380785", "0.6234451", "0.6234451", "0.6234451", "0.6234451", "0.6217773", "0.621309", "0.62123156", "0.6205725", "0.6200173", "0.6196312", "0.61943394", "0.61862206", "0.61726886", "0.6157069", "0.61551833", "0.61545867", "0.61441594", "0.6142741", "0.6141823", "0.6125668", "0.6123178", "0.61227906", "0.61217105" ]
0.68127024
12
TODO: Warning this method won't work in the case the id fields are not set
@Override public boolean equals(Object object) { if (!(object instanceof Lplus2)) { return false; } Lplus2 other = (Lplus2) object; if ((this.l2UserDateId == null && other.l2UserDateId != null) || (this.l2UserDateId != null && !this.l2UserDateId.equals(other.l2UserDateId))) { return false; } return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void setId(Integer id) { this.id = id; }", "private Integer getId() { return this.id; }", "public void setId(int id){ this.id = id; }", "public void setId(Long id) {this.id = id;}", "public void setId(Long id) {this.id = id;}", "public void setID(String idIn) {this.id = idIn;}", "public void setId(int id) { this.id = id; }", "public void setId(int id) { this.id = id; }", "public int getId() { return id; }", "public int getId() { return id; }", "public int getId() { return id; }", "public int getId() { return id; }", "public int getId() { return id; }", "public int getId() { return id; }", "public void setId(long id) { this.id = id; }", "public void setId(long id) { this.id = id; }", "public int getId(){ return id; }", "public int getId() {return id;}", "public int getId() {return Id;}", "public int getId(){return id;}", "public void setId(long id) {\n id_ = id;\n }", "private int getId() {\r\n\t\treturn id;\r\n\t}", "public Integer getId(){return id;}", "public int id() {return id;}", "public long getId(){return this.id;}", "public int getId(){\r\n return this.id;\r\n }", "@Override public String getID() { return id;}", "public Long id() { return this.id; }", "public Integer getId() { return id; }", "@Override\n\tpublic Integer getId() {\n return id;\n }", "@Override\n public Long getId () {\n return id;\n }", "@Override\n public long getId() {\n return id;\n }", "public Long getId() {return id;}", "public Long getId() {return id;}", "public String getId(){return id;}", "@Override\r\n\tpublic Long getId() {\n\t\treturn null;\r\n\t}", "public Integer getId() { return this.id; }", "@Override\r\n public int getId() {\n return id;\r\n }", "@Override\n\t\tpublic long getId() {\n\t\t\treturn 0;\n\t\t}", "public int getId() {\n return id;\n }", "public long getId() { return _id; }", "public int getId() {\n/* 35 */ return this.id;\n/* */ }", "public long getId() { return id; }", "public long getId() { return id; }", "public void setId(Long id) \n {\n this.id = id;\n }", "@Override\n\tpublic Long getId() {\n\t\treturn null;\n\t}", "@Override\n\tpublic Long getId() {\n\t\treturn null;\n\t}", "public void setId(String id) {\n this.id = id;\n }", "@Override\n\tpublic void setId(Long id) {\n\t}", "public Long getId() {\n return id;\n }", "public long getId() { return this.id; }", "public int getId()\n {\n return id;\n }", "public void setId(int id){\r\n this.id = id;\r\n }", "protected abstract String getId();", "@Test\r\n\tpublic void testSetId() {\r\n\t\tbreaku1.setId(5);\r\n\t\texternu1.setId(6);\r\n\t\tmeetingu1.setId(7);\r\n\t\tteachu1.setId(8);\r\n\r\n\t\tassertEquals(5, breaku1.getId());\r\n\t\tassertEquals(6, externu1.getId());\r\n\t\tassertEquals(7, meetingu1.getId());\r\n\t\tassertEquals(8, teachu1.getId());\r\n\t}", "@Override\n\tpublic int getId(){\n\t\treturn id;\n\t}", "public String getId() { return id; }", "public String getId() { return id; }", "public String getId() { return id; }", "public int getID() {return id;}", "public int getID() {return id;}", "public int getId ()\r\n {\r\n return id;\r\n }", "@Override\n public int getField(int id) {\n return 0;\n }", "public int getId(){\r\n return localId;\r\n }", "public void setId(Long id)\n/* */ {\n/* 66 */ this.id = id;\n/* */ }", "@Override\n public Integer getId() {\n return id;\n }", "void setId(int id) {\n this.id = id;\n }", "@Override\n\tpublic Object selectById(Object id) {\n\t\treturn null;\n\t}", "@Override\n public int getId() {\n return id;\n }", "@Override\n public int getId() {\n return id;\n }", "private void clearId() {\n \n id_ = 0;\n }", "private void clearId() {\n \n id_ = 0;\n }", "private void clearId() {\n \n id_ = 0;\n }", "private void clearId() {\n \n id_ = 0;\n }", "private void clearId() {\n \n id_ = 0;\n }", "private void clearId() {\n \n id_ = 0;\n }", "private void clearId() {\n \n id_ = 0;\n }", "public void setId(int id)\n {\n this.id=id;\n }", "@Override\r\n public int getID()\r\n {\r\n\treturn id;\r\n }", "@Override\n\tpublic Integer getId() {\n\t\treturn null;\n\t}", "public int getId()\r\n {\r\n return id;\r\n }", "@java.lang.Override\n public int getId() {\n return id_;\n }", "@java.lang.Override\n public int getId() {\n return id_;\n }", "public void setId(Long id){\n this.id = id;\n }", "public abstract Long getId();", "final protected int getId() {\n\t\treturn id;\n\t}", "private void clearId() {\n \n id_ = 0;\n }", "public void setId(Long id) \r\n {\r\n this.id = id;\r\n }", "@Override\n public long getId() {\n return this.id;\n }", "public String getId(){ return id.get(); }", "public void setId(long id){\n this.id = id;\n }", "public void setId(long id){\n this.id = id;\n }", "@SuppressWarnings ( \"unused\" )\n private void setId ( final Long id ) {\n this.id = id;\n }", "public Long getId() \n {\n return id;\n }", "public void setId(Integer id)\r\n/* */ {\r\n/* 122 */ this.id = id;\r\n/* */ }", "@Override\n\tpublic void setId(int id) {\n\n\t}", "@Override\r\n\tpublic Object getId() {\n\t\treturn null;\r\n\t}", "public void test_getId() {\n assertEquals(\"'id' value should be properly retrieved.\", id, instance.getId());\n }", "public int getId()\n {\n return id;\n }", "public int getID(){\n return id;\n }", "public String getID(){\n return Id;\n }" ]
[ "0.6896072", "0.6839122", "0.6705258", "0.66412854", "0.66412854", "0.65923095", "0.65785074", "0.65785074", "0.65752834", "0.65752834", "0.65752834", "0.65752834", "0.65752834", "0.65752834", "0.6561566", "0.6561566", "0.6545169", "0.6525343", "0.65168375", "0.64885366", "0.6477314", "0.64274967", "0.6420125", "0.6417802", "0.640265", "0.6367859", "0.6355473", "0.6352689", "0.6348769", "0.63258827", "0.63203555", "0.6302521", "0.62946665", "0.62946665", "0.62845194", "0.62724674", "0.62673867", "0.62664896", "0.62628543", "0.62604827", "0.6256597", "0.62518793", "0.6248176", "0.6248176", "0.62445766", "0.6240227", "0.6240227", "0.62322026", "0.6223806", "0.62218046", "0.6220317", "0.6212928", "0.62090635", "0.6203066", "0.6201325", "0.61939746", "0.6190498", "0.6190498", "0.6190498", "0.6189811", "0.6189811", "0.6185415", "0.618307", "0.6175355", "0.6174499", "0.6167348", "0.6167341", "0.61617935", "0.61569077", "0.61569077", "0.61567014", "0.61567014", "0.61567014", "0.61567014", "0.61567014", "0.61567014", "0.61567014", "0.61423147", "0.6134403", "0.6129919", "0.61289775", "0.6105535", "0.6105535", "0.61055124", "0.6103899", "0.6103877", "0.61027", "0.61002946", "0.61002403", "0.609533", "0.609243", "0.609243", "0.60917705", "0.6090932", "0.60905474", "0.60762745", "0.6072683", "0.6072517", "0.6071208", "0.60706896", "0.6070472" ]
0.0
-1
Add fruit object to the ArrayLsit
void addFruit(Fruit item){ fruitList.add(item); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void addFruit(int foodX, int foodY) {\n\t\t\n\n\t\tfruits.add(new Fruit(foodX, foodY)); // add new fruit to fruit array\n\t}", "void addFoil(Foil foil) {\n Foil[] arr = new Foil[foil_arr.length+1];\n int ai = 0;\n for (; ai < foil_arr.length; ai++) arr[ai] = foil_arr[ai];\n arr[ai] = foil;\n foil_arr = arr;\n }", "public void addValue(OOTreeIter ootiTemp,String... apples)\r\n\t{\n\t\tthis.append(ootiTemp); //指针下移\r\n\t\tfor(int i = 0 ; i < apples.length; i++)\r\n\t\t{\r\n\t\t\tif(i < column) //如果赋了太多的值 则无效\r\n\t\t\t{\r\n\t\t\t\t\r\n\t\t\t\tthis.setValue(ootiTemp, i, apples[i]); //添加数据,这是一个重载的方法\r\n\t\t\t}else\r\n\t\t\t{\r\n\t\t\t\tbreak; //否则退出\r\n\t\t\t}\r\n\t\t}\r\n//\t\tootiTemp.free();\r\n\t}", "void add(Lugar lugar);", "public void add(Lugar g){\n lugares.add(g);\n }", "private void initFruits() {\n\t\tthis.fruits.clear();\n\t\tGraphFruit fruit = new GraphFruit();\n\t\tList<String> f = game.getFruits();\n\t\tfor(String s : f) {\n\t\t\tfruit.initFruit(s);\n\t\t\tthis.fruits.add(fruit);\n\t\t}\n\t}", "@Override\n public void add(T t) {\n checkIfArrayFull();\n\n arrayList[elementsInArray] = t;\n elementsInArray++;\n }", "private void fillFruitList()\n\t{\n\t\tfruitList.add(\"apple\");\n\t\tfruitList.add(\"kiwi\");\n\t\tfruitList.add(\"coconut\");\n\t\tfruitList.add(\"orange\");\n\t\tfruitList.add(\"pineapple\");\n\t\tfruitList.add(\"pear\");\n\t\tfruitList.add(\"banana\");\n\t\tfruitList.add(\"papaya\");\n\t\tfruitList.add(\"blueberry\");\n\t}", "public void addIngredientRecipe(ArrayList<IngredientRecipePOJO> ingr);", "public void add(T toy) {\n // Complete add method with proper argument and method body\n v.add(toy);\n }", "public void updateFruit() {\n\t\t\n\t\tint foodX = 0, foodY = 0; // foodX, foodY - coordinates for normal fruit, with s for super\n\t\tint []place; // place on board, will hold X and Y\n\n\t\tif(fruits.size() <= 0) { // if there's no fruit\n\n\t\t\tplace = placeFruit();\n\t\t\tfoodX = place[0];\n\t\t\tfoodY = place[1];\n\n\t\t\taddFruit(foodX, foodY);\n\t\t}\n\t}", "public void add(Coord obj) {\n\t\tif (index > itemcount)\n\t\t\tthrow new RuntimeException(\"Liste ist voll\");\n\t\tarray[index++] = obj;\n\t}", "@Override\n public void add(Fish object) {\n list.add(object);//adds the Fish to the list\n Log.d(\"Adapter\",\"added\");\n }", "private void addToArrayList(String getName) {\n\t\tUser newUser = new User(getName);\n\t\tmgUsr.arrList.add(newUser);\n\t\tobs = FXCollections.observableArrayList(mgUsr.arrList);\n\n\t\tsetOnListView();\n\t}", "@Override\n\tpublic void movefrut(game_service game) throws JSONException {\n\t\tthis.fru = new ArrayList<fruit>();\n\t\tfor (String fruit1 : game.getFruits()) {\n\t\t\tfru.add(new fruit(fruit1));\n\t\t}\n\t}", "public void add(SnowFlake flake) {\n\t\tassert flake != null;\n\t\tif (numFlakes < MAX_FLAKES) {\n\t\t\tflakes[numFlakes] = flake;\n\t\t\tnumFlakes++;\n\t\t}\n\t}", "private void add() {\n\n\t}", "private void addDog() {\n\t\tfor (int i = 0; i < 5; i++) {\n\t\t\tString numID = id.get(i);\n\t\t\tString name = names.get(i);\n\t\t\tString breed = breeds.get(i);\n\t\t\tString dateBirth = date.get(i+1);\n\t\t\tString img = dogImg.get(i);\n\t\t\t\t\t\t\n\t\t\t//Adding the dogs to the list\n\t\t\tlistOfDogs.add(new Dog(app, numID, name, breed, dateBirth, img));\n\t\t}\t\t\n\t}", "public void addElts(Bars bar){\r\n BarsList.add(bar);\r\n }", "public void addBoat(Boat b){\r\n boats.add(b);\r\n }", "Fruit(String name){\n this.name = name;\n this.color = null;\n }", "@Override\n\t\t\tpublic void apply(Document arg0) {\n\t\t\t\tarray.add(arg0);\n\t\t\t}", "@Override\n\t\t\tpublic void apply(Document arg0) {\n\t\t\t\tarray.add(arg0);\n\t\t\t}", "@Override\n\t\t\tpublic void apply(Document arg0) {\n\t\t\t\tarray.add(arg0);\n\t\t\t}", "@Override\n\t\t\tpublic void apply(Document arg0) {\n\t\t\t\tarray.add(arg0);\n\t\t\t}", "@Override\n\t\t\tpublic void apply(Document arg0) {\n\t\t\t\tarray.add(arg0);\n\t\t\t}", "@Override\n\t\t\tpublic void apply(Document arg0) {\n\t\t\t\tarray.add(arg0);\n\t\t\t}", "@Override\n\t\t\tpublic void apply(Document arg0) {\n\t\t\t\tarray_bp.add(arg0);\n\t\t\t}", "@Override\n\t\t\tpublic void apply(Document arg0) {\n\t\t\t\tarray_bp.add(arg0);\n\t\t\t}", "@Override\n\t\t\tpublic void apply(Document arg0) {\n\t\t\t\tarray_bp.add(arg0);\n\t\t\t}", "public void add(FavoriteEntity obj)\n {\n super.add(obj);\n }", "public void add(Ball b) {\r\n balls.add(b);\r\n }", "public void rbListAddElement() {\n rbProductType.clear();\n rbProductType.add(rbScs);\n rbProductType.add(rbSko);\n rbProductType.add(rbMko);\n rbProductType.add(rbZko);\n }", "public void updateFruit() {\n while (true) {\n // Phan Đức Mạnh Fruit nên để kiểu int để tránh gây nhầm lẫn .\n int fruitId = DataInput.checkInputInt(\"Enter id of fruit :\");\n if (!DataInput.fruitExisted(fruitList, fruitId)) {\n System.err.println(\"Id does not exist!\");\n return;\n }\n String fruitName = DataInput.checkInputString(\"Enter fruit name: \");\n double price = DataInput.checkInputDouble(\"Enter price: \");\n int quantity = DataInput.checkInputInt(\"Enter quantity: \");\n String origin = DataInput.checkInputString(\"Enter origin: \");\n fruitList.add(new Fruit(fruitId, fruitName, price, quantity, origin));\n }\n }", "public void append(Item value) {\n throw new OurBadException(\" Item '\" + this.serialize() + \"' is not an array.\");\n }", "@Override\n\tpublic void add() {\n\t\t\n\t}", "public void AddAnimal(int amount, float xPos, float yPos)\n {\n for (int i = 0; i < amount; i++)\n {\n Animal newAnimal = new Animal(xPos, yPos, birds.size());\n birds.add(newAnimal);\n }\n }", "void placeFruit()\n\t{\n\t\t// .first is x-coordinate, it gets a number between 1 and 16\n\t\tfruit[0] = randomPoint();\n\t\t// .second is y-coordinate, it gets a number between 1 and 16\n\t\tfruit[1] = randomPoint();\n\t\tfruit[2] = randomPoint();\n\n\t\t// loops the snakes length\n\t\tfor (int i = 0; i < theSnake.getLength(); i++)\n\t\t{\n\t\t\t// checks for fruit being on/under snake\n\t\t\tif (theSnake.getXofPartI(i) == fruit[0] && theSnake.getYofPartI(i) == fruit[1] && theSnake.getZofPartI(i) == fruit[2])\n\t\t\t{\n\t\t\t\t// Picks new spot for fruit, because it was found on the snake\n\t\t\t\tfruit[0] = randomPoint();\n\t\t\t\tfruit[1] = randomPoint();\n\t\t\t\tfruit[2] = randomPoint();\n\t\t\t\t// just in case the fruit landed on the snake again\n\t\t\t\ti = 0;\n\t\t\t}\n\t\t}\n\t}", "public void add() {\n\t\t\n\t}", "@Override\n public void add(int index, T t) {\n checkIfArrayFull();\n\n if(index >= arrayList.length) {\n System.out.println(\"The index is out of bounds for this list\");\n System.exit(-1);\n }\n\n Object ob = arrayList[index];\n arrayList[index] = t;\n\n Object ob2;\n\n /*The loop cycles through the array starting at index. ob2 is given the value of arrayList at i+1 position.\n The arrayList at i+1 position is assigned the value of ob. Then the ob variable is assigned the value of ob2. */\n for(int i = index; i < arrayList.length - 1; i++) {\n ob2 = arrayList[i+1];\n arrayList[i+1] = ob;\n ob = ob2;\n }\n\n elementsInArray++;\n }", "private void DrawFruit(game_service game) {\r\n\r\n\t\tfru=new ArrayList<Fruit>();\r\n\t\tList<String> f= game.getFruits();\r\n\t\tString FJ=f.toString(); \r\n\r\n\t\ttry {\r\n\t\t\tJSONArray j =new JSONArray(FJ);\r\n\t\t\tint i=0; \r\n\t\t\tint c=0;\r\n\t\t\twhile(i<j.length()) {\r\n\t\t\t\tString help=\"\";\r\n\t\t\t\tJSONObject n=(JSONObject) j.get(i);\r\n\t\t\t\tJSONObject jf = n.getJSONObject(\"Fruit\");\r\n\t\t\t\tString s=jf.getString(\"pos\");\r\n\t\t\t\tString p[]=new String[3];\r\n\t\t\t\tfor (int k = 0; k < s.length(); k++) {\r\n\t\t\t\t\tif(s.charAt(k)!=',') {\r\n\t\t\t\t\t\thelp=help+s.charAt(k);\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif(c<3&&s.charAt(k)==',') {\r\n\t\t\t\t\t\tp[c]=help; \r\n\t\t\t\t\t\tc++;\r\n\t\t\t\t\t\thelp=\"\";\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tp[c]=help; \r\n\t\t\t\tc=0;\r\n\t\t\t\tdouble x=Double.parseDouble(p[0]);\r\n\t\t\t\tdouble y=Double.parseDouble(p[1]);\r\n\t\t\t\tdouble z=Double.parseDouble(p[2]);\r\n\t\t\t\tPoint3D p1=new Point3D(x,y,z);\r\n\t\t\t\tdouble value=jf.getDouble(\"value\");\r\n\t\t\t\tint type=jf.getInt(\"type\");\r\n\t\t\t\tFruit fr=new Fruit(value,p1,type,findEdgeFruit(p1, type));\r\n\t\t\t\tfru.add(fr);\r\n\t\t\t\ti++;\r\n\t\t\t\tif(KMLbool) {\r\n\r\n\t\t\t\t\tString objType = \"\";\r\n\t\t\t\t\tif(fr.type == 1)\r\n\t\t\t\t\t\tobjType=\"Apple\";\r\n\t\t\t\t\telse \r\n\t\t\t\t\t\tobjType=\"Banana\";\r\n\r\n\t\t\t\t\ttry {\r\n\t\t\t\t\t\tKML_Logger.write(KmlName, fr.p.x(), fr.p.y(), objType, game.timeToEnd());\r\n\r\n\t\t\t\t\t} catch (FileNotFoundException e) {\r\n\r\n\t\t\t\t\t\te.printStackTrace();\r\n\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\r\n\t\t}catch(Exception error) {\r\n\t\t\terror.printStackTrace();\r\n\r\n\t\t\tSystem.out.println(\"catch\");\r\n\r\n\t\t}\r\n\t\tfor (Fruit f1: fru) {\r\n\t\t\tString fruit_icon = \"\"; \r\n\t\t\tif(f1.type==1)\r\n\t\t\t\tfruit_icon=\"./apple.png\";\r\n\t\t\tif(f1.type==-1)\r\n\t\t\t\tfruit_icon=\"./banana.png\";\r\n\r\n\r\n\t\t\tStdDraw.picture(f1.p.x(), f1.p.y(), fruit_icon);\r\n\t\t}\r\n\t}", "public gameFruits(game_service game, graph graph){\n int j = 0;\n this.Graph = graph;\n\n Iterator<String> fruitsIter = game.getFruits().iterator();\n\n while (fruitsIter.hasNext()){\n try{\n JSONObject jsonLine = new JSONObject(fruitsIter.next());\n JSONObject fruit = jsonLine.getJSONObject(\"Fruit\");\n\n Fruit newFruit = new Fruit(fruit);\n newFruit.setId(j);\n\n allFruits.add(newFruit);\n\n j++;\n\n }\n catch(Exception e){\n throw new RuntimeException(\"Something is wrong in gameFruits input\");\n }\n\n\n }\n }", "public void addItems() {\r\n\t\tproductSet.add(new FoodItems(1000, \"maggi\", 12.0, 100, new Date(), new Date(), \"yes\"));\r\n\t\tproductSet.add(new FoodItems(1001, \"Pulses\", 55.0, 50, new Date(), new Date(), \"yes\"));\r\n\t\tproductSet.add(new FoodItems(1004, \"Meat\", 101.53, 5, new Date(), new Date(), \"no\"));\r\n\t\tproductSet.add(new FoodItems(1006, \"Jelly\", 30.0, 73, new Date(), new Date(), \"no\"));\r\n\t\t\r\n\t\tproductSet.add(new Apparels(1005, \"t-shirt\", 1000.0, 10, \"small\", \"cotton\"));\r\n\t\tproductSet.add(new Apparels(1002, \"sweater\", 2000.0, 5,\"medium\", \"woolen\"));\r\n\t\tproductSet.add(new Apparels(1003, \"cardigan\", 1001.53,22, \"large\", \"cotton\"));\r\n\t\tproductSet.add(new Apparels(1007, \"shirt\", 500.99, 45,\"large\",\"woolen\"));\r\n\t\t\r\n\t\tproductSet.add(new Electronics(1010, \"tv\", 100000.0, 13, 10));\r\n\t\tproductSet.add(new Electronics(1012, \"mobile\", 20000.0, 20,12));\r\n\t\tproductSet.add(new Electronics(1013, \"watch\", 1101.53,50, 5));\r\n\t\tproductSet.add(new Electronics(1009, \"headphones\", 300.0, 60,2));\r\n\t\t\r\n\t}", "public void add(Avion avion)\n\t{\n\t}", "public synchronized void add(E value) {\n this.array.add(value);\n }", "public void add(RadarContent p) {\n expandArray();\n arrProfiles[length - 1] = p;\n }", "@Override\n public boolean add(T object) {\n T[] newArray;\n if (array[array.length - 1] != null) {\n newArray = (T[]) new Object[array.length * 2];\n } else {\n newArray = (T[]) new Object[array.length];\n }\n for (int i = 0; i < array.length; i++) {\n newArray[i] = array[i];\n }\n newArray[size] = object;\n this.size++;\n this.array = newArray;\n return true;\n }", "public void addFood(Food food) {\n if (this.isSuitable(food)) {\n this.foods[position++] = food;\n }\n }", "Fruit(){\n this.name = null;\n this.color = null;\n }", "public void add( Object value )\n\t{\n\t\tint n = size();\n\t\tif (addIndex >= n)\n\t\t{\n\t\t\tif (n == 0)\n\t\t\t\tn = 8;\n\t\t\telse\n\t\t\t\tn *= 2;\n\t\t\tObject narray = Array.newInstance( array.getClass().getComponentType(), n );\n\t\t\tSystem.arraycopy( array, 0, narray, 0, addIndex );\n\t\t\tarray = narray;\n\t\t}\n\t\tArray.set( array, addIndex++, value );\n\t}", "@Override\n\tpublic Basket addBasket(Basket basket) {\n\t\treturn br.save(basket);\n\t}", "public void add(String key,String value){\n int index=hash(key);\n if (arr[index] == null)\n {\n arr[index] = new Llist();\n }\n arr[index].add(key, value);\n\n\n }", "public AmmoAmountUncapped add(AmmoAmountUncapped r){\n Map<AmmoColor,Integer> newMap = new EnumMap<>(getAmounts());\n for (Map.Entry<AmmoColor, Integer> i: r.getAmounts().entrySet()){\n newMap.put(i.getKey(), getAmounts().get(i.getKey())+i.getValue());\n }\n return new AmmoAmountUncapped(newMap);\n }", "@Override\r\n\tpublic void add(Object object) {\n\t\t\r\n\t}", "public void addElement(Object obj);", "public void AddToArray(Balanza mimaterial) {\n this.list.add(mimaterial);\n\n }", "private void add(Tile t) {\n tileBag.add(t);\n shuffleBag();\n }", "public void registerANewBoat(Boat boat){boats.add(boat);}", "public void addPets(PetPOJO pet) {\n pets.add(pet);\n }", "public void AddAnimal(float xPos, float yPos)\n {\n Animal newAnimal = new Animal(xPos, yPos, birds.size());\n birds.add(newAnimal);\n }", "public void setMovieArrayList(MovieClass newMovieObject)\n {\n movieArrayList.add(newMovieObject);\n }", "@Override\n public void add(T element) {\n add(size(), element);\n }", "public void add(Furniture f) {\r\n\t\tthis.furniture.add(f);\r\n\t}", "private void add(GroceryItem itemObj, String itemName) {\n\t\tbag.add(itemObj);\n\t\tSystem.out.println(itemName + \" added to the bag.\");\n\t}", "public Slots()\n {\n //allocate memory for _fruits based on size of FRUITS:\n _fruits = new String[FRUITS.length];\n //copy elements of FRUITS into _fruits:\n for (int x = 0; x < FRUITS.length; x += 1){\n\t _fruits[x] = FRUITS[x];\n }\n\n }", "public void add() {\n }", "public void add();", "public void add(int toBeAdded) {\n\t\tif (this.myCount==this.myValues.length){\n\t\t\tSystem.err.println(\"No more space in array\");\n\t\t\tSystem.exit(1);\n\t\t}\n \tthis.myValues[this.myCount] = toBeAdded;\n this.myCount++;\n }", "public void add(){\n //Declare an ArrayList which contains string objects\n \n ArrayList<Employee> employeesList = new ArrayList<Employee>();\n \n Employee emp = new Employee();\n emp.setName(\"Marc\");\n emp.setSalary_complement(100);\n \n emp.setName(\"Paco\");\n emp.setSalary_complement(120);\n \n emp.setName(\"David\");\n emp.setSalary_complement(400);\n \n emp.setName(\"Albert\");\n emp.setSalary_complement(110);\n \n emp.setName(\"Javi\");\n emp.setSalary_complement(20);\n \n emp.setName(\"Jose\");\n emp.setSalary_complement(170);\n \n emp.setName(\"Raul\");\n emp.setSalary_complement(101);\n \n emp.setName(\"Enric\");\n emp.setSalary_complement(80);\n \n emp.setName(\"Javier\");\n emp.setSalary_complement(10);\n \n emp.setName(\"Daniel\");\n emp.setSalary_complement(120);\n \n \n employeesList.add(emp);\n /* \n ArrayList<String> employeesList = new ArrayList<>();\n employeesList.add(200,\"Marc\") ArrayList<Employee> employeesList = new ArrayList<Employee>();\n ;\n employeesList.add(250,\"Cristian\");\n employeesList.add(100,\"Paco\");\n employeesList.add(400,\"Roberto\");\n */\n }", "public void addProductToList(Product aProduct){\n listOfProduct.add(aProduct);\n }", "@Override\n public void add(T car) {\n carsInGarage.add(car);\n }", "public void add(Itinerary other) { \n List<Flight> otherItinerary = other.itinerary;\n if (validAdd(otherItinerary.get(0))) {\n for (Flight flight: otherItinerary) {\n addFlight(flight);\n }\n }\n }", "public void addInstance(double[] instance) {\n\t\tinstances.add(instance.clone());\n\t}", "public void addBasketItem(BasketItem newItem) {\n \n // If the sku already exists in the basket then update the quantity\n for(BasketItem item : basketItems) {\n if(item.getVariant().getSku().equals(newItem.getVariant().getSku())) {\n item.setQuantity(newItem.getQuantity() + item.getQuantity());\n return;\n }\n }\n \n // If the sku wasn't found above then add it to the basket\n basketItems.add(newItem);\n }", "@SuppressWarnings(\"unchecked\")\n\t\tpublic JSONArray AddToArray(JSONObject obj){\n\t\t\tthis.allFriends.add(obj);\n\t\t\treturn allFriends;\n\t\t}", "void add(int index, Object element);", "public void add (Object t)\r\n {\r\n }", "PropertyArray put(Object value) {\n PropertyObject.testValidity(value);\n this.myArrayList.add(value);\n return this;\n }", "public void add(Object value) {\n\n\t}", "public void add() {\n\t\tcart.add(item.createCopy());\n\t}", "public void addNewRecipe() {\r\n listOfRecipes.add(new Recipe().createNewRecipe());\r\n }", "public void add( Comparable newVal ) {\n \t//if _data is full, expand the array\n \tif (_size == _data.length){\n\t \texpand();\n \t}\n \t\n\tset(_lastPos + 1, newVal);\n \t//increases _lastPos and _size\n \t_lastPos++;\n \t_size++;\n }", "public static void main(String[] args) {\n Integer[] mymass= new Integer[10];\n for(int i=0;i<mymass.length;i++)\n mymass[i]=i;\n System.out.println(Arrays.toString(mymass));\n replace(mymass,3,4);\n System.out.println(Arrays.toString(mymass));\n\n ArrayList<Integer> mylist =toArrayList(mymass);\n\n Apple a1=new Apple();\n Apple a2=new Apple();\n Apple a3=new Apple();\n\n Orange o1 = new Orange();\n Orange o2= new Orange();\n\n Box<Apple> box1 = new Box<Apple>();\n Box<Orange> box2 = new Box<Orange>();\n\n box1.putbox(a1);\n box1.putbox(a2);\n box1.putbox(a3);\n\n }", "public Animal(String name){\n\n this.name = name;\n //array2.add(new String(name2));\n }", "@Override\n <T> void add(T object);", "@SuppressWarnings(\"unchecked\")\n\tpublic void add(T item){\n\t\t\n\n\t\tif(currentsize == data.length-1){\n\t\t\tgrow();\n\t\t}\n\n\t\t\n\t\tdata[currentsize] = item;\n\t\tcurrentsize++;\n\n\n\t}", "public void add(int index, Type t);", "private static void addBoatToList(Boat b) {\n\t\tboats.add(b);\n\t}", "@Override\n public boolean add(int index, T object) {\n T[] newArray;\n if (array[array.length - 1] != null) {\n newArray = (T[]) new Object[array.length * 2];\n } else {\n newArray = (T[]) new Object[array.length];\n }\n for (int i = 0; i < index; i++) {\n newArray[i] = array[i];\n\n }\n newArray[index] = object;\n for (int i = index + 1; i < array.length; i++) {\n newArray[i] = array[i - 1];\n }\n this.size++;\n this.array = newArray;\n return true;\n }", "@Test\n public void testAddAllCapaibilty(){\n\n List<Object> pets = new ArrayList<>();\n pets.add(new Cat(\"Diago\"));\n pets.add(new Mouse(\"Minnie\"));\n pets.add(new Pet(\"Pappy\"));\n List<Object> hamsters = Arrays.asList(new Hamster());\n //List<Object> hamsters = new ArrayList<>();\n // hamsters.add(new Hamster(\"Chinkie\"));\n pets.addAll(1,hamsters);\n for(Object pet : pets){\n System.out.println(((Pet)pet).name);\n }\n boolean exceptionCaught = false;\n try{\n hamsters.add(pets);\n }catch(UnsupportedOperationException e){\n exceptionCaught = true;\n }\n assertTrue(exceptionCaught);\n }", "public void add(Object value) {\n verifyModifiable();\n\n elements.add(value);\n }", "@Override\n\tpublic void add(Object o) {\n\t}", "public void add(T value) {\n extend();\n this.list[size]=value;\n this.size++;\n }", "public void addAll(Object[] toAdd) {\r\n\t\tAssert.isNotNull(toAdd);\r\n\t\tdata.addAll(Arrays.asList(toAdd));\r\n\r\n\t\tfireAdd(toAdd);\r\n\t}", "public void addAll(T[] arr);", "@Test\r\n\tpublic void testAddObject() {\r\n\t\ttestArray = new ArrayBasedList<String>();\r\n\t\tassertEquals(0, testArray.size());\r\n\t\ttestArray.add(\"math\");\r\n\t\ttestArray.add(\"science\");\r\n\t\ttestArray.add(\"cs\");\r\n\t\tassertEquals(\"math\", testArray.get(0));\r\n\t\tassertEquals(\"science\", testArray.get(1));\r\n\t\tassertEquals(\"cs\", testArray.get(2));\r\n\t\ttry {\r\n\t\t\ttestArray.add(null);\r\n\t\t\tfail();\r\n\t\t} catch (Exception e) {\r\n\t\t\t// skip\r\n\t\t}\r\n\t}", "public void add() {\n //TODO: Fill in this method, then remove the RuntimeException\n throw new RuntimeException(\"RatPolyStack->add() unimplemented!\\n\");\n }", "public void addItem(Object obj) {\n items.add(obj);\n }", "public void add(Object obj) { \n\t\tcollection.addElement(obj);\n\t}", "@Override\n\tpublic void add(Object value) {\n\t\tinsert(value, size);\n\t}" ]
[ "0.6825253", "0.68218344", "0.6087334", "0.59404874", "0.59178716", "0.5789862", "0.5765931", "0.5759373", "0.57216084", "0.57192636", "0.5673476", "0.5630999", "0.5622758", "0.56223", "0.5569354", "0.5560076", "0.5504855", "0.5499395", "0.54777795", "0.544643", "0.5429545", "0.54244065", "0.54244065", "0.54244065", "0.54244065", "0.54244065", "0.54244065", "0.54066145", "0.54066145", "0.54066145", "0.54063636", "0.5402978", "0.5401417", "0.5400157", "0.5399818", "0.5397678", "0.5396566", "0.53730625", "0.5369175", "0.5361675", "0.53514785", "0.53485566", "0.53483385", "0.5345368", "0.533244", "0.5332195", "0.5328864", "0.5316611", "0.53153855", "0.53093016", "0.5307811", "0.52993566", "0.5292946", "0.52872026", "0.52728033", "0.5267041", "0.52585924", "0.52539223", "0.5241894", "0.5240831", "0.5237417", "0.52336735", "0.5230322", "0.5225195", "0.52238536", "0.522158", "0.5218341", "0.521775", "0.52112347", "0.52060175", "0.5205257", "0.5203396", "0.52010506", "0.520051", "0.51987576", "0.51924706", "0.51923114", "0.51915896", "0.519151", "0.51903486", "0.5189567", "0.517899", "0.5175407", "0.5173721", "0.5171754", "0.51690847", "0.51556754", "0.5155215", "0.5138894", "0.5138831", "0.5137552", "0.51366645", "0.5130265", "0.51272994", "0.5124362", "0.5113098", "0.51106983", "0.51040924", "0.510374", "0.51026875" ]
0.70051754
0
Returns the fruit names in a List
List<String> getFruitNameList() { List<String> fruitNameList = new ArrayList<>(); for(Fruit fruit : fruitList){ fruitNameList.add(fruit.getName()); } return fruitNameList; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Nonnull List<String> getNameList();", "public ArrayList<String> recipeNameList(){\n\t\t\n\t\tLog.d(TAG, \"Create list of recipe names\");\n\t\t\n\t\t//Temp variable to hold the recipe names\n\t\tArrayList<String> recipeNames = new ArrayList<String>();\n\t\t\n\t\t//Iterator for moving through the recipe list\n\t\tIterator<Recipe> iterator = RECIPES.iterator();\n\t\t\n\t\t// Gather the names of all of the recipes\n\t\twhile(iterator.hasNext()){\n\t\t\trecipeNames.add(((Recipe) iterator.next()).getName());\n\t\t}\n\t\t\n\t\t// If the recipe box is empty return null\n\t\tif (recipeNames.size() == 0)\n\t\t{\n\t\t\treturn null;\n\t\t}\n\t\t\n\t\t// Return the ArrayList of recipe names\n\t\treturn recipeNames;\n\t}", "public List<String> getAsNamesListAbbreviated(String itemName);", "private static ArrayList<String> getItemNames(ArrayList<String> contents) {\n\n\t\tArrayList<String> itemNames = new ArrayList<String>();\n\n\t\tint lenContents = contents.size();\n\n\t\tfor (int i = 0; i < lenContents; i = i + 4) {\n\t\t\tString productName = contents.get(i);\n\t\t\titemNames.add(productName);\n\t\t}\n\n\t\treturn itemNames;\n\t}", "Collection<String> names();", "public ArrayList<String> getListClubNames(ArrayList<Club> list)\n\t{\n\t\tArrayList<String> theClubs = new ArrayList<String>();\n\t\tfor(int i=0; i<list.size(); i++)\n\t\t{\n\t\t\t//theClubs.set(i, list.get(i).getClubName());\n\t\t\ttheClubs.add(list.get(i).getClubName());\n\t\t}\n\t\treturn theClubs;\n\t}", "private void fillFruitList()\n\t{\n\t\tfruitList.add(\"apple\");\n\t\tfruitList.add(\"kiwi\");\n\t\tfruitList.add(\"coconut\");\n\t\tfruitList.add(\"orange\");\n\t\tfruitList.add(\"pineapple\");\n\t\tfruitList.add(\"pear\");\n\t\tfruitList.add(\"banana\");\n\t\tfruitList.add(\"papaya\");\n\t\tfruitList.add(\"blueberry\");\n\t}", "public ArrayList<String> GetListOfNames() {\n\t\tArrayList<String> nameList = new ArrayList<String>(); // List of names\n\n\t\tfor (Song song : songList)\n\t\t\tnameList.add(song.GetName());\n\t\treturn nameList;\n\t}", "public List<String> getAsNamesListAbbreviated(String itemName, List<String> defaultValue);", "private List<String> getBoatNames(final List<MotorTorpedoBoat> mtbs) {\n return mtbs\n .stream()\n .map(boat -> boat.getShipId().getName())\n .collect(Collectors.toList());\n }", "public List<String> getNames(VariantContext variantContext);", "public ArrayList<String> getNames(){\r\n \t\tArrayList<String> names = new ArrayList<String>();\r\n \t\tfor (Enumeration<Tag> temp = tags.elements(); temp.hasMoreElements();) \r\n \t\t\tnames.add(temp.nextElement().getName());\r\n \t\treturn names;\r\n \t}", "public String[] getItemNames();", "public String [] getClubNames(ArrayList<Club> list)\n\t{\n\t\tString [] theClubs = new String[list.size()];\n\n\t\tfor(int i=0; i<list.size(); i++)\n\t\t{\n\t\t\ttheClubs[i] = list.get(i).getClubName();\n\t\t}\n\t\treturn theClubs;\n\t}", "private List<String> getNames(String tag) {\n List<String> names = new ArrayList<>();\n for (Map.Entry<String, Object> item : input.entrySet()) {\n if (item.getKey().startsWith(tag)) {\n names.add((String) item.getValue());\n }\n }\n return names;\n }", "private List<String> getMovieNames() {\n List<String> movieNames = new ArrayList<>();\n for (Movie movie: this.movies) {\n movieNames.add(movie.getName());\n }\n return movieNames;\n }", "public List<String > getNames(){\n List<String> names = new ArrayList<>();\n String fNameQuery = \"SELECT \" + _IDP + \",\" + COL_F_NAME + \",\" + COL_L_NAME + \" FROM \" + TPYTHONISTAS + \" ;\";\n SQLiteDatabase db = this.getReadableDatabase();\n Cursor c = db.rawQuery(fNameQuery, null);\n String name;\n if (c.moveToFirst()) {\n do {\n // put together NameID#, period, Lastname, Firstname\n name = c.getString(0) + \". \" + c.getString(2) + \", \" + c.getString(1);\n names.add(name);\n } while (c.moveToNext());\n }\n c.close();\n db.close();\n return names;\n }", "List<String> getFavoriteRecipeTitle();", "public String[] getNames() {\r\n\t\tfinal List<String> names=new ArrayList<>();\r\n\r\n\t\tString s;\r\n\t\tfor (Map.Entry<String,Map<String,Object>> entry1: data.entrySet()) {\r\n\t\t\ts=entry1.getKey();\r\n\t\t\tif (names.indexOf(s)<0) names.add(s);\r\n\t\t\tfor (Map.Entry<String,Object> entry2: entry1.getValue().entrySet()) {\r\n\t\t\t\ts=entry2.getKey();\r\n\t\t\t\tif (names.indexOf(s)<0) names.add(s);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\treturn names.toArray(new String[0]);\r\n\t}", "private List<String> getTagNames() {\n String query = \"SELECT DISTINCT ?tagName WHERE { ?thing isa:tag [isa:tagName ?tagName; isa:tagDetail ?tagDetail]}\";\n List<Map<String, String>> results = moduleContext.getModel().executeSelectQuery(query);\n List<String> tags = new ArrayList<>();\n results.forEach(solution -> tags.add(solution.get(\"tagName\")));\n return tags;\n }", "public abstract List toNameValueList();", "public final ArrayList<String> getNames() {\r\n\t\tArrayList<String> names = new ArrayList<String>();\r\n\r\n\t\t// for every workout in our workoutList\r\n\t\tfor (Workout i : workoutList) {\r\n\t\t\t// get the name and add it to our ArrayList names\r\n\t\t\tnames.add(i.getName());\r\n\t\t}\r\n\r\n\t\treturn names;\r\n\t}", "Set<String> getNames();", "Collection<String> getUsernames();", "protected ArrayList<String> convertUeToNamesList(ArrayList<UE> ueList2) {\n\t\tArrayList<String> ueList = new ArrayList<String>();\n\t\tfor (UE ue : ueList2) {\n\t\t\tueList.add(\"UE\" + ue.getName().replaceAll(\"\\\\D+\", \"\").trim());\n\t\t}\n\t\treturn ueList;\n\t}", "public ArrayList<String> getAllProductNames() {\n ArrayList<String> names = new ArrayList<String>();\n SQLiteDatabase db = DBHelper.getWritableDatabase();\n String query = \"SELECT \"+DBHelper.PRODUCTS_PNAME+\" FROM \"+DBHelper.TABLE_PRODUCTS;\n Cursor cursor =db.rawQuery(query, null);\n\n while(cursor.moveToNext()) {\n String name = cursor.getString(cursor.getColumnIndex(DBHelper.PRODUCTS_PNAME));\n names.add(name);\n }\n return names;\n }", "public String getNames(int i) {\n return topName.get(i);\n }", "public List<String> getAllNames() {\n\t\tList<String> names = new ArrayList<>();\n\t\tfor(PhoneBookEntry entry : entries.values()) {\n\t\t\tnames.add(entry.getName());\n\t\t}\n\t\tCollections.sort(names);\n\t\treturn Collections.unmodifiableList(names);\n\t}", "List<String> getRecipeTitles();", "public String[] listObjectNames();", "public Collection<Fruit> getFruitList(){\n return this.allFruits;\n }", "private void getBrandNames(ArrayList<Item> items) {\n for(Item i: items) {\n String brand = i.getBrand();\n if(!set.contains(brand)) {\n set.add(brand);\n brands.add(brand);\n }\n }\n }", "public static String[] getNames() {\n String[] res = new String[crossbows.length];\n for (int i = 0; i < crossbows.length; i++) {\n res[i] = (String)crossbows[i][2];\n }\n return res;\n }", "@Override\n\tpublic StringList getNames() {\n\t\tStringList ss = new StringList();\n\t\tss.add(\"java\");\n\t\treturn ss;\n\t}", "public String listImageNames() {\r\n\t\tStringBuffer sb = new StringBuffer();\r\n\t\tfor(User user : userList) {\r\n\t\t\tsb.append(listImageNames(user.getName()) + \"\\n\");\r\n\t\t}\r\n\t\treturn sb.toString();\r\n\t}", "public List<String> getFavoriteFoods() {\n return new ArrayList<>(favoriteFoods);\n }", "public static ArrayList<String> getNameFromPerson(ArrayList<Person> persons){\n ArrayList<String> nameList = new ArrayList<String>();\n for(Person person : persons){\n nameList.add(person.name);\n }\n return nameList;\n }", "public String[] getItemNames() {\n String[] names = new String[this.size()];\n for (int i = 0; i < names.length; i++) {\n names[i] = this.get(i).getItemName();\n }\n return names;\n }", "private ArrayList<String> getNames() {\n\t\tNameDialog n = new NameDialog();\n\t\tnameList = new ArrayList<String>();\n\t\ttry {\n\t\t\tnameList = n.getNames(inputs[1]);\n\t\t}catch(GameException ex) {\n\t\t\tview.close();\n\t\t\tmenuStage.show();\n\t\t}\n\t\treturn nameList;\n\t}", "public static void printFruits() {\r\n\t\tSystem.out.println(\"\\nFruits Available in our store: \\n\");\r\n\t\tSystem.out.format(\"%5s\\t%10s\\t%10s\\t%10s\\t%10s\\n\", \"Id\", \"Name\", \"Quality\", \"Price\", \"Best Before Use\");\r\n\t\tfor (Fruit fruit : fruits.values()) {\r\n\t\t\tSystem.out.format(\"%5s\\t%10s\\t%10s\\t%10s\\t%10s\\n\", fruit.getId(), fruit.getName(), fruit.getQuality(),\r\n\t\t\t\t\tfruit.getPrice(), fruit.getBestBeforeUse());\r\n\r\n\t\t}\r\n\t\tSystem.out.println();\r\n\t}", "@Override\n\tpublic String getFruit() {\n\t\treturn \"Orange\";\n\t}", "private ArrayList<String> translateGoodsList(List<TradeGood> goodList) {\n ArrayList<String> cargoNames = new ArrayList<>();\n for (int i = 0; i < goodList.size(); i++) {\n for (int j = 0; j < TradeGood.values().length; j++) {\n if (goodList.get(i) != null && goodList.get(i) == (TradeGood.values()[j])) {\n cargoNames.add(this.getApplication().getResources().getStringArray(R.array.goodNames)[j]);\n }\n }\n\n }\n return cargoNames;\n }", "public String getName() {\n return list;\n }", "public List<? extends Name> getAllNames() {\n\t\treturn null;\n\t}", "Iterable<String> getRegisteredNames();", "public List<String> getNamesFromAllTab() {\n List<String> namesFromAllCategory = new ArrayList<>(getTexts(teamPageFactory.displayedEmployeeNames));\n if (namesFromAllCategory.isEmpty()) logger.error(\"ERROR: no employee names elements found\");\n return namesFromAllCategory;\n }", "public java.util.List<String> listBundleLabels() { return Utils.jListGetValuesWrapper(bundle_label_list); }", "public String showPlayListNames(){\n String namePlayList = \"\";\n for(int i = 0; i<MAX_PLAYLIST; i++){\n if(thePlayLists[i] != null){\n namePlayList += \"[\"+(i+1)+\"]\"+thePlayLists[i].getNamePlayList()+\"\\n\";\n }\n }\n return namePlayList;\n }", "public void printAllRecipeNames() {\r\n for (Recipe currentRecipe : listOfRecipes) {\r\n System.out.println(currentRecipe.getRecipeName());\r\n }\r\n }", "public List<String> getAsStringList(String itemName, List<String> defaultValue);", "java.util.List<java.lang.String>\n getFileNamesList();", "java.util.List<java.lang.String>\n getFileNamesList();", "public List<String> nicknames();", "public abstract String[] names() throws TrippiException;", "static void printListOfWeapons(List<WeaponLM> weapons){\n for(WeaponLM weapon : weapons){\n System.out.print(weapon.getName());\n if(weapons.indexOf(weapon) != weapons.size()-1){\n System.out.print(\", \");\n }\n }\n }", "public String getPlayerListName ( ) {\n\t\treturn handleOptional ( ).map ( Player :: getPlayerListName ).orElse ( name );\n\t}", "public static Fruit getRandom(List<Fruit> fruits) {\r\n return fruits.get(new Random().nextInt(fruits.size()));\r\n }", "java.util.List<java.lang.String> getFeaturesList();", "public List<String> getNames() {\n return names;\n }", "public ArrayList<String> returnItems() {\n ArrayList<String> itemNames = new ArrayList<>();\n\n if (toDoList.getItems().isEmpty()) {\n itemNames.add(\"No More Tasks! Yay!!\");\n }\n\n int i = 1;\n for (Item item : toDoList.getItems()) {\n Categories c = item.getCategory();\n itemNames.add(i + \". \" + item.getTitle() + \" due in \" + item.getDaysBeforeDue() + \" days, \" + c);\n i++;\n }\n\n return itemNames;\n }", "public ArrayList<String> retrieveFullNameList() throws Exception{\r\n\t\tArrayList<String> nameList = new ArrayList<String>();\r\n\t\tHashMap<String, ArrayList<String>> map = MySQLConnector.executeMySQL(\"select\", \"SELECT * FROM `is480-matching`.users inner join `is480-matching`.students on users.id=students.id;\");\r\n\t\tSet<String> keySet = map.keySet();\r\n\t\tIterator<String> iterator = keySet.iterator();\r\n\t\t\r\n\t\twhile (iterator.hasNext()){\r\n\t\t\tString key = iterator.next();\r\n\t\t\tArrayList<String> array = map.get(key);\t\r\n\t\t\tString username \t= array.get(2);\r\n\t\t\t\r\n\t\t\tnameList.add(username);\r\n\t\t}\r\n\t\t\r\n\t\tCollections.sort(nameList, new Comparator<String>() {\r\n\t @Override public int compare(String s1, String s2) {\r\n\t \treturn s1.compareTo(s2);\r\n\t }\r\n\t\t});\r\n\t\t\r\n\t\treturn nameList;\r\n\t}", "public List<String> getGroupNamesList() {\n q = em.createQuery(\"SELECT g.groupName FROM Groups g\");\n setGroupNamesList(q.getResultList());\n return groupNamesList;\n }", "public static List<String> getAllCategoryName() {\n List<String> list = new ArrayList<>();\n List<Category> catList=getAllCategory();\n if(catList!=null && catList.size()>0) {\n for (Category category : catList)\n {\n list.add(category.getCategoryName());\n }\n }\n\n return list;\n\n }", "public ArrayList<String> getNames() {\n return names;\n }", "public String[] getNames(){\n \t\tString[] outStrings = new String[otherNames.length+1];\n \t\toutStrings[0] = this.name;\n\t\tfor(int i=1;i<otherNames.length;i++)\n \t\t\toutStrings[i] = this.otherNames[i-1];\n \t\treturn outStrings;\n \t}", "@SuppressWarnings(\"checkstyle:avoidinlineconditionals\")\n private static void setUpNameList() {\n List<String> names = new ArrayList<>();\n String verb;\n String noun;\n for (int i = 0; i < NUMBER_OF_NAMES; i++) {\n verb = GenerationHelper.randomElement(verbs);\n noun = GenerationHelper.randomElement(nouns);\n String taskName = verb;\n taskName += \"aeiou\".contains(noun.subSequence(0, 1)) ? \" an \" : \" a \";\n taskName += noun;\n names.add(Character.toUpperCase(taskName.charAt(0)) + taskName.substring(1));\n }\n taskNames = new String[names.size()];\n names.toArray(taskNames);\n }", "private String[] getCandidateNames() {\n int index = 1;\n ArrayList<Candidate> candidates = model.getCandidates();\n String[] names = new String[candidates.size()+1];\n \n // Adds the names of the candidate to an array.\n names[0] = \"\"; // Blank candidate (used when you don't want to select more candidates).\n for (Candidate candidate : candidates) {\n names[index++] = candidate.getName();\n }\n \n return names;\n }", "public HashMap<FruitType, Fruit> getFruits() {\n return fruits;\n }", "public static String convertUserListToNameList(List<User> userList) {\n\t\tString result = \"\";\n\t\tObjectMapper mapper = new ObjectMapper();\n\t\tmapper.disable(MapperFeature.DEFAULT_VIEW_INCLUSION);\n\t\ttry {\n\t\t\tresult = mapper.writerWithView(Views.Public.class)\n\t\t\t\t\t\t .writeValueAsString(userList);\n\t\t} catch (JsonProcessingException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn result;\n\n\t}", "public List<String> getAllPlayerNames() {\n List<String> playerNames = new ArrayList<>(10);\n for (Player p : players) {\n playerNames.add(p.getName());\n }\n return playerNames;\n }", "public List<String> getPatternNames() {\n List<String> nameList = new LinkedList<String>();\r\n for(Pattern pattern : patterns) {\r\n nameList.add(pattern.getName());\r\n }\r\n Collections.sort(nameList, new Comparator<String>() {\r\n public int compare(String name1, String name2) {\r\n return name1.compareToIgnoreCase(name2);\r\n }\r\n });\r\n return nameList;\r\n }", "public static List<String> getNames() {\n return Collections.unmodifiableList(widgetNames);\n }", "List<String> getAttendingDoctorNames();", "public static void printNames(String ...myFavoritePets) {\n\t\tSystem.out.println(myFavoritePets[0]);\r\n\t\tSystem.out.println(myFavoritePets[2]);\r\n\t\tSystem.out.println(myFavoritePets[3]);\r\n\t\t\r\n\t\t//access, print all directly\r\n\t\tSystem.out.println(Arrays.toString(myFavoritePets));\r\n\t\tSystem.out.println();\r\n\t\t\r\n\t\t//find size of the input\r\n\t\tint length = myFavoritePets.length;\r\n\t\tSystem.out.println(\"The size of the input is: \"+length);\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t}", "public static void main(String[] args) {\n ArrayList<String> colors = new ArrayList<>();\n\n colors.add(\"white\");\n colors.add(\"black\");\n colors.add(\"pink\");\n colors.add(\"violet\");\n colors.add(\"red\");\n System.out.println(colors);\n\n for (int i = 0; i < colors.size(); i++) {\n\n System.out.println(colors.get(i));\n }\n for (String color : colors) {\n\n System.out.println(\"this is from for each loop>> \" + color);\n }\n // name you method as >> printFruits\n // crate a method that will take an arraylist as parameter\n // prints the elements if they have 5 or more letters\n ArrayList<String> fruitNames = new ArrayList<>();\n fruitNames.add(\"kiwi\");\n fruitNames.add(\"apple\");\n fruitNames.add(\"banana\");\n fruitNames.add(\"pineapple\");\n fruitNames.add(\"plum\");\n // printFruits(colors);\n Prc2 object = new Prc2();\n object.printFruits(fruitNames);\n }", "public Vector getStaffNames() throws Exception {\n String user = (String) request.getSession(false).getAttribute(\"user\");\n String account = (String) request.getSession(false).getAttribute(\"account\");\n ArdaisstaffAccessBean myStaff = new ArdaisstaffAccessBean();\n AccessBeanEnumeration myStaffEnum =\n (AccessBeanEnumeration) myStaff.findLocByUserProf(user, account);\n myStaff = (ArdaisstaffAccessBean) myStaffEnum.nextElement();\n GeolocationKey key = myStaff.getGeolocationKey();\n AccessBeanEnumeration staffList =\n (AccessBeanEnumeration) myStaff.findArdaisstaffByGeolocation(key);\n\n Vector staffNames = new Vector();\n while (staffList.hasMoreElements()) {\n myStaff = (ArdaisstaffAccessBean) staffList.nextElement();\n String firstName = myStaff.getArdais_staff_fname();\n if (firstName == null)\n firstName = \"\";\n String lastName = myStaff.getArdais_staff_lname();\n if (lastName == null)\n lastName = \"\";\n staffNames.add(firstName + \" \" + lastName);\n staffNames.add(((ArdaisstaffKey) myStaff.__getKey()).ardais_staff_id);\n }\n\n return staffNames;\n }", "private List<String> createCategoryNames(List<CategoryDb> instances) {\n List<String> list = new ArrayList<>(0);\n for (CategoryDb categoryDb : instances) {\n list.add(categoryDb.getCategoryNameEn());\n }\n return list;\n }", "@DISPID(14) //= 0xe. The runtime will prefer the VTID if present\r\n @VTID(21)\r\n java.lang.String[] getNamesU();", "public ArrayList<String> getFullName(){\n\t\tArrayList<String> fullName = new ArrayList<>(); \n\t\t\n\t\tfor(int i =0; i<firstName.size(); i++) {\n\t\t\tfullName.add(firstName.get(i) + \" \" + lastName.get(i)); \n\t\t}\n\t\t\n\t\treturn fullName; \t\t\n\t}", "public HashMap<String, Object> sendListFacilityNames(){\n\t\tHashMap<String, Object> request = new HashMap<String, Object>();\n\t\trequest.put(\"service_type\", Constants.LIST_FACILITY);\n\t\t\n\t\treturn this.sendRequest(request);\n\t}", "public ArrayList<String[]> getPatientsNameList()\r\n {\r\n\t String lists[]= new String[2];\r\n\t ArrayList<String[]> name = new ArrayList<String[]>();\r\n\t try \r\n\t {\r\n\t\tResultSet rs = stmt.executeQuery( \"SELECT * FROM PATIENTDATA;\" );\r\n\t\tint i =0;\r\n\t\twhile (rs.next())\r\n\t\t{\r\n\t\t\tlists[0] = rs.getString(\"LASTNAME\");\r\n\t\t\tlists[1]=rs.getString(\"FIRSTNAME\");\r\n\t\t\tname.add(lists);\r\n\t\t\tlists = new String[2];\r\n\t\t\ti++;\r\n\t\t}\r\n\t\treturn name;\r\n\t } \r\n\t catch (SQLException e) \r\n\t {\r\n\t\t\r\n\t\te.printStackTrace();\r\n\t }\r\n\t return name;\r\n\t \r\n }", "public String[] getFoodInfo(){\n\t\tArrayList<String> foodNamesArray = new ArrayList<String>();\n\t\tString[] foodNames;\n\t\ttry {\n\t\t\tConnection connection = this.getConnection();\n\t\t\tPreparedStatement stmt = connection.prepareStatement(\n\t\t\t\t\t\"SELECT foodname FROM foodinfo\");\n\t\t\tResultSet rs = stmt.executeQuery();\n\t\t\twhile(rs.next()) {\n\t\t\t\tfoodNamesArray.add(rs.getString(1));\n\t\t\t}\n\t\t\trs.close();\n\t\t\tstmt.close();\n\t\t\tconnection.close();\n\n\n\t\t} catch (Exception e) {\n\t\t\tlog.info(e.getMessage());\n\t\t}\n\t\tfinally {\n\n\t\t}\n\t\tfoodNames = foodNamesArray.toArray(new String[foodNamesArray.size()]);\n\t\treturn foodNames;\n\n\t}", "private JSONArray createJSONWeaponList(List<Weapon> weapons) {\n\t\tJSONArray jArray = new JSONArray();\n\t\tweapons.forEach(s -> jArray.add(s.getName()));\n\t\treturn jArray;\n\t}", "public Set<String> getNames() {\n\t\t//\t\tArrayList<String> names = new ArrayList<String>();\n\t\t//\t\tfor (NameSSA n : name.values())\n\t\t//\t\t\tnames.add(n.current());\n\t\treturn name.keySet();\n\t}", "public Collection<String> getNamesOfPackagesInstalled() {\n\teval(\"cellfun(@(x) x.name, pkg('list'), 'UniformOutput', false);\");\n\treturn getStringCellFromAns();\n }", "public ArrayList<String> listFrameworksNames(){\n\n\t\tconnectToDatabase();\n\t\tArrayList<String> frameworkNameArray = new ArrayList<String>();\n\t\ttry {\n\t\t\tStatement create = connection.createStatement();\n\t\t\tResultSet result = create.executeQuery(\"Select frameworks.Name AS name FROM frameworks;\");\n\n\t\t\twhile(result.next()){\n\t\t\t\tString newFrameworkName = result.getString(\"name\");\n\t\t\t\tframeworkNameArray.add(newFrameworkName);\n\t\t\t}\n\t\t\treturn frameworkNameArray;\n\t\t} catch (SQLException e) {\n\t\t\tSystem.out.println(\"An error occurred when retriving framework names from the database.\");\n\t\t\te.printStackTrace();\n\t\t\treturn frameworkNameArray;\n\t\t}\n\n\t}", "public Wrapper listNames() {\n Wrapper<List<HashMap<String, String>>> wrapper = new Wrapper();\n try {\n List<String> userListIds = user.getWordLists();\n List<HashMap<String, String>> listNames = new ArrayList<HashMap<String, String>>();\n\n for (String stringId : userListIds) {\n ObjectId id = new ObjectId(stringId);\n WordList wl = mongoOperations.findById(id, WordList.class, \"entries\");\n\n HashMap<String, String> object = new HashMap<>();\n object.put(\"name\", wl.getName());\n object.put(\"id\", wl.getId());\n listNames.add(object);\n }\n\n wrapper.setData(listNames);\n wrapper.setSucces(true);\n } catch (Exception e) {\n wrapper.setSucces(false);\n wrapper.setMsg(e.toString());\n }\n\n return wrapper;\n }", "public static List<String> getPrinterServiceNameList() {\n\n // get list of all print services\n PrintService[] services = PrinterJob.lookupPrintServices();\n List<String> list = new ArrayList<>();\n\n for (PrintService service : services) {\n list.add(service.getName());\n }\n return list;\n }", "public void afficherListeNoms(){\r\n\t\tfor (String nom: noms){\r\n\t\t\tSystem.out.println(nom);\r\n\t\t}\r\n\t}", "public List<String> getNamesFromDepartments() {\n List<String> employeeNames = new ArrayList<>();\n List<WebElement> teamDepartments = teamPageFactory.teamDepartments;\n for (int i = 1; i < countDepartmentTabs(); i++) {\n teamDepartments.get(i).click();\n employeeNames.addAll(getTexts(teamPageFactory.displayedEmployeeNames));\n }\n if (employeeNames.isEmpty()) Reporter.log(\"FAILURE: no employee name elements found\", true);\n return employeeNames;\n }", "public void listSortedByName(ArrayList<Pet> petList){\n System.out.println(\"Pets sorted by Name: \");\n for (Pet each: mySort.sortByName(petList)){\n System.out.println(each.getName());\n }\n System.out.println();\n }", "public java.util.List<String> listEntityLabels() { return Utils.jListGetValuesWrapper(entity_label_list); }", "public ArrayList<String> get_name_code_Smells() {\n\t\tArrayList<String> keys = new ArrayList<String>();\n\t\tkeys.addAll(getCode_Smells().keySet());\n\t\treturn keys;\n\t}", "public List getAttributeNames() {\n log.debug(\"getAttributeNames()\");\n ResultSet resultSet = attrNST.selectRows(\"name\");\n return resultSet.toStringList(1);\n }", "public ArrayList<String> arrayListFromIngredient(List<IngredientModel> ingredientModelList){\n ArrayList<String> ingredientList = new ArrayList<>();\n\n //Loops through List<IngredientModel>, retrieves ingredient name and adds to ArrayList<String>\n for(int i = 0; i<ingredientModelList.size(); i++){\n String ingredient = ingredientModelList.get(i).getName();\n ingredientList.add(ingredient);\n }\n\n return ingredientList;\n }", "public String[] getNames() {\n Enumeration namesEnum = keys();\n String[] namesArray = new String[size()];\n for (int i = 0; i < size(); i++) {\n namesArray[i] = (String) namesEnum.nextElement();\n }\n return namesArray;\n }", "@Override\n public List<FoodItem> filterByName(String substring) {\n //turn foodItemList into a stream to filter the list and check if any food item matched \n return foodItemList.stream().filter(x -> x.getName().toLowerCase() \n .contains(substring.toLowerCase())).collect(Collectors.toList());\n }", "@Override\r\n\tpublic List<TheaterVO> getTheatername() {\n\t\tList<TheaterVO> list = null;\r\n\t\tCriteriaBuilder cb=entityManager.getCriteriaBuilder();\r\n\t\tCriteriaQuery<TheaterVO> cq=cb.createQuery(TheaterVO.class);\r\n\t\tRoot<TheaterVO> root = cq.from(TheaterVO.class);\r\n\t\tcq.select(root);\r\n\t\ttry{\r\n\t\t\tTypedQuery<TheaterVO> tq = entityManager.createQuery(cq);\r\n\t\t\tlist=tq.getResultList();\r\n\t\t\treturn list;\r\n\t\t}catch(Exception e){\r\n\t\t\treturn list;\r\n\t\t}\r\n\t}", "public String toString() {\r\n String output = \"\";\r\n int index = 0;\r\n output = getName() + \"\\n\\n\";\r\n while (index < list.size()) {\r\n output += (list.get(index) + \"\\n\\n\");\r\n index++;\r\n }\r\n return output;\r\n }", "@Override\r\n\tpublic Map<String, MemberDto> nameList() {\n\t\tMap<String, MemberDto> list = new HashMap<>();\r\n\t\tfor (String email : emailList()) {\r\n\t\t\tlist.put(email, myInfo(email));\r\n\t\t}\r\n\t\treturn list;\r\n\t}" ]
[ "0.6964464", "0.6517781", "0.6482571", "0.636468", "0.6305284", "0.6246185", "0.62371564", "0.62092876", "0.61849", "0.61820054", "0.61724347", "0.6119349", "0.61108094", "0.61065763", "0.6071533", "0.6027906", "0.5976226", "0.59694606", "0.5962845", "0.59066176", "0.5900034", "0.58434355", "0.58400035", "0.5821946", "0.5779681", "0.57714766", "0.57550853", "0.5741755", "0.57322234", "0.57086676", "0.57073253", "0.5697084", "0.5684711", "0.5667779", "0.56617606", "0.56434417", "0.56417334", "0.5641585", "0.56355304", "0.56115735", "0.56079626", "0.559966", "0.55804455", "0.5572612", "0.55451626", "0.55414647", "0.5534362", "0.55254865", "0.5508464", "0.55048656", "0.55015785", "0.5496071", "0.5490375", "0.5474761", "0.54737204", "0.546414", "0.5452811", "0.54501265", "0.5448768", "0.54435754", "0.5441891", "0.54263675", "0.54160964", "0.5407211", "0.5391447", "0.53564674", "0.53502584", "0.5347808", "0.5341719", "0.533485", "0.53262806", "0.53241205", "0.5302131", "0.52920586", "0.52815413", "0.52792066", "0.52785116", "0.5267527", "0.5265509", "0.5259057", "0.525462", "0.52442026", "0.5239543", "0.5235356", "0.5232308", "0.52252924", "0.5222567", "0.5217874", "0.52151835", "0.52150065", "0.5214103", "0.52111644", "0.520399", "0.5197443", "0.51968837", "0.5186282", "0.51860654", "0.51800704", "0.5177267", "0.51735234" ]
0.81041414
0
Returns the total cost of the basket
double checkout() { double total = 0; for (Fruit item : fruitList){ total += item.getPrice(); } // Apply offers and calculate total double discountGetOneFree = Offer.getOfferBuyOneGetOneFree(getFruitNameList(), new Apple() ); discountGetOneFree += Offer.getOfferBuyOneGetOneFree(getFruitNameList(), new Banana() ); double discountThreeForTwo = Offer.getOfferThreeForTwo(getFruitNameList(), new Orange() ); discountThreeForTwo += Offer.getOfferThreeForTwo(getFruitNameList(), new Melon() ); double discountCheapestForFree = Offer.cheapestFruitForFree(getFruitList()); total += - discountGetOneFree - discountThreeForTwo - discountCheapestForFree; DecimalFormat df = new DecimalFormat("#,##0.00"); // Print out the total cost and saving System.out.println(String.format("£ %s Total cost", df.format(total))); if (discountGetOneFree > 0) System.out.println(String.format("£ %s Promotional Saving *** Buy One Get One Free ***", df.format(discountGetOneFree))); if (discountThreeForTwo > 0) System.out.println(String.format("£ %s Promotional Saving *** 3 for the price of 2 ***", df.format(discountThreeForTwo))); if (discountCheapestForFree > 0) System.out.println(String.format("£ %s Promotional Saving *** Cheapest for free ***", df.format(discountCheapestForFree))); return total; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public float totalCost() {\r\n float total = 0;\r\n for (int i=0; i<numItems; i++) {\r\n total += cart[i].getPrice();\r\n }\r\n return total;\r\n }", "public float totalCost() {\n\t\tttCost = 0;\n\t\tfor (int i = 0; i < itemsOrdered.size(); i++) {\n\t\t\tttCost += itemsOrdered.get(i).getCost();\n\t\t}\n\t\treturn ttCost;\n\t}", "public double calculateTotalCost() {\n finalTotal = (saleAmount + taxSubtotal + SHIPPINGCOST);\n\n return finalTotal;\n }", "public double getTotal() {\n return totalCost;\n }", "double getTotalCost();", "public java.math.BigDecimal getTotalCost () {\n\t\treturn totalCost;\n\t}", "static int calculateTotalOf(Set<Fruit> basket) {\n\t\tint totalPrice = 0;\n\t\tint Qty = 0;\n\t\tfor (Fruit fruit : basket) {\n\t\t\tQty = getQuantityOf(fruit);\n\t\t\tQty = Qty <= 0 ? 1 : Qty;\n\t\t\ttotalPrice = totalPrice + (fruit.price * Qty);\n\t\t}\n\t\tSystem.out.println(\"Total Price = \" + totalPrice);\n\t\treturn totalPrice;\n\t}", "public BigDecimal total() {\n return executor.calculateTotal(basket);\n }", "public double getTotalCost() {\r\n return totalCost;\r\n }", "public double getTotalCost(){\r\n\t\t//return the totalCost to the App\r\n\t\treturn totalCost;\r\n\t}", "public double getTotalCost() {\n cost = spr.calculateCost();\n return cost;\n }", "public double getTotalCost() {\r\n\t\treturn cost;\r\n\t}", "public double getTotalCostOfOrder() {\n double total = 0;\n for (AbstractProduct item :\n this.itemsReceived) {\n total += item.getPrice();\n }\n return total;\n }", "public int calculateTotalPrice(ArrayList<Product> basket) {\n int countPrice = 0;\n for (int i = 0; i < basket.size(); i++) {\n System.out.println(\"Je hebt 1 \" + basket.get(i).getNameProduct() + \" in je mandje gestopt\");\n countPrice += basket.get(i).getPriceProduct();\n }\n return countPrice;\n }", "public int totalCost()\n {\n int cost = 0;\n for (DessertItem item : dessertList) {\n cost += item.getCost();\n }\n return cost;\n }", "public float getTotalCost() {\n return this.totalCost;\n }", "private double getOrderTotal() {\n double d = 0;\n\n for (Pizza p : pizzas) {\n d += p.calcTotalCost();\n }\n\n return d;\n }", "private double totalPrice(){\n\n double sum = 0;\n\n for (CarComponent carComponent : componentsCart) {\n sum += (carComponent.getCompPrice() * carComponent.getCompQuantity()) ;\n }\n return sum;\n }", "public BigDecimal calculateTotal() {\r\n BigDecimal orderTotal = BigDecimal.ZERO;\r\n \r\n final Iterator<Item> iterator = myShoppingCart.keySet().iterator();\r\n \r\n while (iterator.hasNext()) {\r\n final BigDecimal currentOrderPrice = myShoppingCart.get(iterator.next());\r\n \r\n orderTotal = orderTotal.add(currentOrderPrice);\r\n }\r\n \r\n //if membership take %10 off the total cost\r\n if (myMembership) {\r\n if (orderTotal.compareTo(new BigDecimal(\"25.00\")) == 1) { //myOrderTotal > $25\r\n final BigDecimal discount = DISCOUNT_RATE.multiply(orderTotal); \r\n orderTotal = orderTotal.subtract(discount);\r\n }\r\n }\r\n \r\n return orderTotal.setScale(2, RoundingMode.HALF_EVEN);\r\n }", "public int getCost(BasketItem basketItem) {\n for (ItemPrice ip : priceList) {\n if (ip.getSku().equalsIgnoreCase(basketItem.getSku())) {\n\n if (ip.getDiscountQuantity() == 0 || (basketItem.getNumberPurchased() < ip.getDiscountQuantity())) {\n return ip.getUnitPrice() * basketItem.getNumberPurchased();\n } else {\n int multipleDiscount = basketItem.getNumberPurchased() / ip.getDiscountQuantity();\n if (multipleDiscount > 0) {\n int price = multipleDiscount * ip.getDiscountPrice();\n price += (basketItem.getNumberPurchased() % ip.getDiscountQuantity()) * ip.getUnitPrice();\n return price;\n }\n }\n }\n }\n\n return 0;\n }", "public BigDecimal getTotalPrice() {\n\t\t// the current total cost which the customer owes in the transaction\n\t\tBigDecimal total = new BigDecimal(0);\n\n\t\tArrayList<Item> currentPurchases = purchaseList.getCurrentPurchases(); \n\n\t\tfor (Item item : currentPurchases) {\n\t\t\ttotal = total.add(this.getItemPrice(item));\n\t\t}\n\n\t\treturn total;\n\t}", "public double total(){\n\tdouble total=0;\n\tfor(Map.Entry<String, Integer> pro:proScan.getProducts().entrySet()){\n\t\tString proName=pro.getKey();\n\t\tint quantity=pro.getValue();\n\t\tProductCalculator proCal=priceRule.get(proName);\n\t\tif(proCal==null)\n\t\t\tthrow new MissingProduct(proName);\n\t\t\n\t\tProductCalculator cal=priceRule.get(proName);\n\t\tdouble subtotal=cal.getTotal(quantity);\n\t\ttotal+=subtotal;\n\t\t//System.out.println(total);\n\t}\n\t//round the total price to two digit\n\treturn round(total, 2);\n}", "public int getCost() {\n\t\treturn (int) Math.round(weight*price_per_pound);\n\t\t\n\t}", "double calculateDeliveryCost(Cart cart);", "String getTotalCost() {\n return Double.toString(totalCost);\n }", "public Double getBranchTotalCost() {\n var totalCost = 0D;\n if (parent != null) {\n totalCost += parent.getBranchTotalCost();\n }\n if (item != null) {\n totalCost += item.getCost();\n }\n\n return totalCost;\n }", "public String getTotalCost() {\n return this.TotalCost;\n }", "public double totalPrice() {\n\t\tdouble result = 0.0;\n\t\tfor (ItemCart itemCart : listItemcart) {\n\t\t\tresult += itemCart.getQuantity() * itemCart.getP().getPrice();\n\t\t}\n\t\treturn result;\n\t}", "public synchronized double getTotal(){\n double totalPrice=0;\n \n for(ShoppingCartItem item : getItems()){\n totalPrice += item.getTotal();\n }\n \n return totalPrice;\n }", "@Override\r\n\tpublic double getCost() {\r\n\t\tdouble total = 0;\r\n\t\t\r\n\t\tfor(Product p: parts) {\r\n\t\t\ttotal += p.getCost();\r\n\t\t}\r\n\t\t\r\n\t\treturn total;\r\n\t}", "public int calcTotalPrice(){\r\n\t\tint flightPrice = flight.getFlightPrice();\r\n\t\tint bagPrice = nrBag*LUGGAGE_PRICE;\r\n\t\tthis.totalPrice = bagPrice + nrAdult*flightPrice + nrChildren*1/2*flightPrice;\r\n\t\treturn this.totalPrice;\r\n\t}", "public BigDecimal getTotal() {\n BigDecimal total = new BigDecimal(0);\n for (Item item : items){\n int quantity = item.getQuantity();\n BigDecimal subtotal = item.getPrice().multiply(new BigDecimal(quantity));\n total = total.add(subtotal);\n }\n return total;\n }", "private double calculateTotal(){\r\n double total = 0;\r\n for(int i = 0; i < orderList.size(); i++){\r\n total += orderList.getOrder(i).calculatePrice();\r\n }\r\n return total;\r\n }", "@Override\n\tpublic double getSumOfCost() {\n\t String sql=\"SELECT SUM(cost) FROM supplier_product\";\n\t double total=this.getJdbcTemplate().queryForObject(sql, double.class);\n\t\treturn total;\n\t}", "public double calcTotal(){\n\t\tdouble total; // amount to be returned\n\t\t\n\t\t// add .50 cents for any milk that isn't whole or skim, and .35 cents for flavoring\n\t\tif ((milk != \"whole\" && milk != \"skim\") && flavor != \"no\"){\n\t\t\tcost += 0.85;\t\n\t\t}\n\t\t\n\t\t// add .35 cents for flavoring\n\t\telse if (flavor != \"no\"){\n\t\t\tcost += 0.35;\t\n\t\t}\n\t\t\n\t\t// add .50 cents for milk that isn't whole or skim\n\t\telse if (milk != \"whole\" && milk != \"skim\"){\n\t\t\tcost += 0.50;\n\t\t}\n\t\t\n\t\telse{\n\t\t}\n\t\t\n\t\t// add .50 cents for extra shot of espresso\n\t\tif (extraShot != false){\n\t\t\ttotal = cost + 0.50;\n\t\t}\n\t\telse\n\t\t\ttotal = cost;\n\t\t\n\t\treturn total;\n\t}", "public double cost()\n\t{\n\t\treturn (price * weight);\n\t}", "@Override\n public int getCost() {\n return iceCreamPrice + topPrice;\n }", "public double calculateSubTotal() {\n return candy.getPrice() * quantity;\n\n }", "@Override\n public int getCost() {\n int price = (int) Math.round(this.weight * this.pricePerLbs); //get the price of the cookies in the form of an int\n return price; //return the price\n\n }", "public void calculateOrderCost(){\n int tmpCost=0;\n for (Vehicle v : vehicleList){\n tmpCost+=v.getCost();\n }\n totalCost=tmpCost;\n }", "@Override \r\n public double getPaymentAmount() \r\n { \r\n return getQuantity() * getPricePerItem(); // calculate total cost\r\n }", "public void calculateCost() {\n \tdouble costToShipPack;\n \tint numOfPacks = 1;\n \t\n \tfor(Package p: this.packages) {\n \t\tcostToShipPack = 3 + (p.calcVolume() - 1);\n \t\tthis.totalAmounts.put(\"Package \"+numOfPacks, costToShipPack);\n \t\tnumOfPacks++;\n \t}\n \t\n }", "public double calculateCost() {\n double output = price * (1 + taxRate);\n return output;\n }", "double getCost();", "double getCost();", "void calculateTotalPrice(){\n totalPrice = 0;\n cartContents.forEach(Product-> this.totalPrice = totalPrice + Product.getSellPrice());\n }", "public double getCost() {\n\t\t\n\t\tdouble cost = 0;\n\t\t\n\t\tif (Objects.equals(Size, \"small\"))\n\t\t\tcost = 7.00;\n\t\telse if (Objects.equals(Size, \"medium\"))\n\t\t\tcost = 9.00;\n\t\telse if (Objects.equals(Size, \"large\"))\n\t\t\tcost = 11.00;\n\t\t\n\t\tcost += (Cheese - 1)*1.50;\n\t\tcost += Ham*1.50;\n\t\tcost += Pepperoni*1.50;\n\t\t\n\t\treturn cost;\t\t\n\t}", "public double calcCost() {\n if (pizzaSize.equals(\"small\")) {\n return 10.0 + ((cheeseToppings + pepperoniToppings + veggieToppings) * 2);\n\n }\n else if (pizzaSize.equals(\"medium\")) {\n return 12.0 + ((cheeseToppings + pepperoniToppings + veggieToppings) * 2);\n }\n else {\n return 14.0 + ((cheeseToppings + pepperoniToppings + veggieToppings) * 2);\n }\n }", "public double cost() {\n\t\t\n\t\treturn 150.00;\n\t}", "@Override\n\tpublic double getCost() {\n\t\treturn price * weight; // cost = price of the candy * weight of candies\n\t}", "public Double getTotalPrice()\n {\n Double total = 0.0;\n for(DrinkAndQuantity d : drinksAndQuantities){\n Drink drink = d.getDrink();\n double tempPrice = drink.getPrice();\n Integer quantity = d.getQuantity();\n total += (tempPrice * quantity);\n }\n\n return total;\n }", "public int totalprice() {\n\t\tint totalPrice=0;\r\n\t\tfor (int i=0; i<arlist.size();i++) {\r\n\t\t\t totalPrice+=arlist.get(i).price;\r\n\t\t}\r\n\t\treturn totalPrice;\r\n\t}", "public float getCartPrice() {\n float totalSum = 0.0F;\n for(Publication book : shoppingCart){\n totalSum += book.getPrice();\n }\n\n return totalSum;\n }", "public BigDecimal getCost() {\r\n return cost;\r\n }", "public double getTotal() {\n double amount = 0;\n amount = (this.getQuantity() * product.getPrice().doubleValue());\n return amount;\n }", "public double getTotal(){\n\t\tBigDecimal total =BigDecimal.valueOf(0);\n\t\tfor(CartItem cartItem : map.values()){\n\t\t\ttotal = total.add(BigDecimal.valueOf(cartItem.getSubtotal())) ;\n\t\t}\t\t\n\t\treturn total.doubleValue();\n\t}", "public double calculateCost(Purchase purchase);", "@Pure\n\tdouble getCost();", "public float getTotalAmount() {\n float amt = 0.0f;\n for (Item e : cart) {\n amt += e.getQuantity() * getPrice(e.getName());\n }\n return amt;\n }", "@Override\r\n\tpublic double cost() {\n\t\treturn this.cost;\r\n\t}", "public int getCost() {\n \t\treturn cost;\n \t}", "@Override\n public double cost()\n {\n return this.price * this.number;\n }", "public int getCost(){\r\n\t\treturn this.cost;\r\n\t}", "public double getcost() {\r\n\t\t// TODO Auto-generated method stub\r\n\t\treturn room.getcost() + cost;\r\n\t}", "@Override\n\tpublic double cost() {\n\t\tdouble price = good.cost();\n\t\treturn price+price/2;\n\t}", "public BigDecimal getCost() {\n return this.cost;\n }", "public double getCost() {\n return quantity*ppu;\n\n }", "@Override\n public double calcCost() {\n return calcSalesFee()+calcTaxes();\n }", "int getCost();", "int getCost();", "int getCost();", "private double getProductsTotal() {\n\t\t\n\t\tdouble total = 0;\n\t\t\n\t\tif(!soldProducts.isEmpty()) {\n\t\t\t\n\t\t\tfor(Sellable product : soldProducts) {\n\t\t\t\t\n\t\t\t\ttotal += (product.getPrice() * product.getQuantitySold());\n\t\t\t}\n\t\t\t\n\t\t}\n\t\t\n\t\treturn total;\n\t}", "public double getCost() {\t\t \n\t\treturn cost;\n\t}", "public double getTotalCartValue();", "private double prixTotal() \r\n\t{\r\n\t\tdouble pt = getPrix() ; \r\n\t\t\r\n\t\tfor(Option o : option) \r\n\t\t\tpt += o.getPrix();\t\r\n\t\treturn pt;\r\n\t}", "public double getProductCost() {\r\n\t\treturn (this.getPricePerUnit() * this.getNumUnits());\r\n\t}", "public double getCost() {\n double price = 0;\n price += this.numPizzas * this.pizzaType.getCost();\n if(this.numPizzas >= 20) // Discount if >=20 pizzas\n return price * 0.9;\n else if(this.numPizzas >= 10) // Discount if between 10 and 20 pizzas\n return price * 0.95;\n return price; // No discount\n }", "public float getCost() {\r\n\t\treturn this.cost.floatValue();\r\n\t}", "public double calcCost() {\n // $2 per topping.\n double cost = 2 * (this.cheese + this.pepperoni + this.ham);\n // size cost\n switch (this.size) {\n case \"small\":\n cost += 10;\n break;\n case \"medium\":\n cost += 12;\n break;\n case \"large\":\n cost += 14;\n break;\n default:\n }\n return cost;\n }", "public int getCost() {\n return cost;\n }", "public double cost() {\n return roomType.cost() + COST;\n }", "public int getCost() {\n return cost;\n }", "public int getCost() {\n return cost;\n }", "public double getTotal() {\n double total = 0.0;\n for (OrderItem i : getOrderItems()) {\n total += i.getOrderQuantity() * i.getPrice();\n }\n return total;\n }", "private CharSequence calculateTotalPrice() {\n float totalPrice = 0.0f;\n totalPrice += UserScreen.fishingRodQuantity * 25.50;\n totalPrice += UserScreen.hockeyStickQuantity * 99.99;\n totalPrice += UserScreen.runningShoesQuantity * 85.99;\n totalPrice += UserScreen.proteinBarQuantity * 5.25;\n totalPrice += UserScreen.skatesQuantity * 50.79;\n return Float.toString(totalPrice);\n }", "public double getCost() {\r\n\t\treturn cost;\r\n\t}", "public double getCost() {\r\n return cost;\r\n }", "public float calculateTotalPrice(ArrayList<Food> totalOrder) {\n totalPrice = 0.0f;\n for (Food itemOfFood : totalOrder) {\n totalPrice = totalPrice + itemOfFood.getPrice();\n }\n return totalPrice;\n }", "float calculatePrice () \n\t{\n\t\tfloat final_price = 0;\n\t\tfinal_price = (float)(price * quantity); // price * number of items\n\t\tfinal_price += final_price*(.10); // add tax\n\t\tif(perishable.equals(\"P\"))\n\t\t{\n\t\t\tfloat ship = (float)(20* weight)*quantity; // add shipping\n\t\t\tship += ship*.20;\n\t\t\tfinal_price += ship;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tfinal_price += (20* weight)*quantity; // add shipping\n\t\t}\n\t\treturn final_price;\n\t}", "public int sumofPrice(){\n\t\tSQLiteDatabase db = this.getReadableDatabase();\n\t\tString selectQuery = \"SELECT SUM(price) FROM \" + TABLE_SHOP;\n\t\tCursor cur = db.rawQuery(selectQuery, null);\n\t\tint total=0;\n\t\tif(cur.moveToFirst())\n\t\t{\n\t\t\ttotal = cur.getInt(0);\n\t\t}\n\t\treturn total;\n\t}", "@Override\n public double getCost() {\n if (lunch != null && dinner != null) {\n return lunch.getCost() + dinner.getCost();\n }\n return 0;\n }", "public double getCost() {\n\n\t\treturn cost;\n\t}", "public float getPurchasedListSum()\r\n\t{\r\n\t\tfloat fTempSum = 0;\r\n\t\tfor(int i = 0 ; i < m_purechaseList.size() ; i++)\r\n\t\t{\r\n\t\t\tfTempSum += m_purechaseList.get(i).getPurchasItemCost();\r\n\t\t}\r\n\t\treturn fTempSum;\t\t\r\n\t}", "private Double getTotalBillCost(List<OnlineShoppingCartItem> onlineShoppingItemsList) {\n\t\tdouble cost = 0.0;\n\n\t\tfor (OnlineShoppingCartItem shoppingItem : onlineShoppingItemsList) {\n\t\t\tcost += shoppingItem.getItemCost();\n\t\t}\n\t\treturn cost;\n\t}", "@Override\r\n public int getCost() {\r\n return cost;\r\n }", "public int getCost()\n {\n return cost;\n }", "public double getCost() {\n return cost;\n }", "public double getCost() {\n return cost;\n }", "@Test\n\tpublic void getCostForItem() {\n\t\tfinal BasketItemImpl bi = new BasketItemImpl();\n\t\tbi.addBasketItem(\"banana\", 2);\n\t\tbi.addBasketItem(\"lemon\", 3);\n\n\t\tfinal int fc = bi.getAllBasketItems().get(\"banana\");\n\t\tassertTrue(Integer.compare(2, fc) == 0);\n\n\t}", "public double calculateShipping() {\n shipAmount = (SHIPPINGCOST);\n\n return shipAmount;\n }", "public double cost()\n\t{\n\t\treturn _dblCost;\n\t}" ]
[ "0.8144693", "0.7788682", "0.75144976", "0.7487475", "0.74700385", "0.7463549", "0.7463371", "0.7408142", "0.73786354", "0.73784244", "0.73683476", "0.73294204", "0.7305598", "0.72712064", "0.7233011", "0.72151166", "0.71831775", "0.7181949", "0.71600133", "0.71594745", "0.71240246", "0.7076731", "0.7058053", "0.70371616", "0.7028452", "0.7023402", "0.701299", "0.6989166", "0.69804", "0.6961123", "0.6918561", "0.6900442", "0.689716", "0.6882323", "0.6861523", "0.6850566", "0.6837785", "0.68353003", "0.68351513", "0.6830966", "0.6827287", "0.68062216", "0.6789938", "0.6778623", "0.6778623", "0.67678404", "0.6756393", "0.67534965", "0.6749125", "0.6741842", "0.67362136", "0.67335516", "0.6731298", "0.6724432", "0.6721242", "0.66930777", "0.6689049", "0.668152", "0.6676852", "0.6664692", "0.6654546", "0.66485566", "0.66431755", "0.6641975", "0.663754", "0.6625511", "0.6622491", "0.66178465", "0.66137", "0.66137", "0.66137", "0.65933573", "0.65931404", "0.6592163", "0.6581864", "0.65692246", "0.65602833", "0.6549778", "0.65416825", "0.65381336", "0.65296483", "0.65294605", "0.65294605", "0.6523174", "0.6522217", "0.6520689", "0.6520482", "0.6516139", "0.6512965", "0.6511519", "0.65045714", "0.65026337", "0.6502347", "0.6496228", "0.6490198", "0.6484404", "0.6482387", "0.6482387", "0.64809054", "0.6475015", "0.6473577" ]
0.0
-1
Creates the page for the Driver that is specified in Constructor Call
public HospitalsPage(DriverType driverType) { switch (driverType) { case ANDROID: appiumDriver = DeviceDriver.getAndroidDriver(); break; case IOS: appiumDriver = DeviceDriver.getIosDriver(); break; case ANDROID_SAMSUNG_S105G: appiumDriver = DeviceDriver.getSamsungS105GDriver(); break; case ANDROID_GOOGLE_PXL4: appiumDriver = DeviceDriver.getPixel4ADriver(); break; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Page(WebDriver driver) {\n this.driver = driver;\n }", "public Page(WebDriver driver) {\r\n\t\tthis.driver = driver;\r\n\t}", "public PageObject(WebDriver driver) {\n this.driver = driver;\n PageFactory.initElements(driver, this);\n }", "Page createPage();", "public BuscadorPage(WebDriver pDriver) {\r\n\t\tthis.aDriver = pDriver;\r\n\t\t//this.aDriver.manage().window().maximize();\r\n\t\taccessURL();\r\n\t}", "public Page(WebDriver webDriver) {\n this.webDriver = webDriver;\n\t}", "public LoginPage(){\n PageFactory.initElements(driver, this); //all vars in this class will be init with this driver\n }", "public BasePage(WebDriver driver) {\r\n\t\tsuper(driver);\r\n\t}", "public BasePageObject() {\n this.driver = BrowserManager.getInstance().getDriver();\n this.wait = BrowserManager.getInstance().getWait();\n PageFactory.initElements(driver, this);\n }", "public BasePage(WebDriver driver) {\n this.driver = driver;\n }", "public PersonalPage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public DashBoardPageFactory(WebDriver driver) {\n\n\t\tdriver=DriverManager.getDriver();\n\t\tPageFactory.initElements(driver, this);\n\t}", "public LandingPage(WebDriver driver) {\r\n\t\tthis.driver = driver;\r\n\t\tPageFactory.initElements(driver, this);\r\n\t}", "public MyAccountPageObject(WebDriver driver) {\n this.driver = driver;\n PageFactory.initElements(driver, this);\n wait = new WebDriverWait(driver, 20);\n }", "public MainPage(WebDriver driver) {\n super(driver);\n }", "public AmazonHomePageFactory(WebDriver driver){\n\t\t\n\t\tPageFactory.initElements(driver, this);\n \n elementControl=new CommonElements();\n \n \n dropdownControl=new DropdownControl();\n \n \n\t}", "public BasePage(WebDriver pDriver) {\n PageFactory.initElements(pDriver, this);\n pDriver.manage().window().maximize();\n this.eventDriver = new EventFiringWebDriver(pDriver);\n this.eventHandler = new EventHandler();\n this.eventDriver.register(eventHandler);\n //driver = pDriver;\n }", "public ProfilePage(WebDriver driver) {\n super(driver);\n PageFactory.initElements(driver, this);\n }", "public HomePage(){\r\n\tPageFactory.initElements(driver, this);\t\r\n\t}", "public PaymentPage(WebDriver driver) {\n\t\tsuper(driver);\n\t}", "public RegistrationPage() {\t\t\r\n\t\tdriver = DriverManager.getThreadSafeDriver();\r\n\t\tPageFactory.initElements(driver, this);\r\n\t}", "public Page(WebDriver webDriver) {\n\t\tthis.webDriver = webDriver;\n wait = new WebDriverWait(webDriver, 10);\n\t}", "public Page() {\n PageFactory.initElements(getDriver(), this); //snippet to use for @FindBy\n }", "public RegisterPage(WebDriver driver){ this.driver = driver; }", "public BasePage(WebDriver driver)\n\t{\n\t\tpageDriver= driver;\n\t\tPageFactory.initElements(new AjaxElementLocatorFactory(driver, 25), this);\n\t}", "public HomePage(WebDriver driver) {\n\t\tthis.driver = driver;\n\t\tPageFactory.initElements(driver, this); //now all Page Factory elements will have access to the driver, \n\t\t\t\t\t\t\t\t\t\t\t\t//which is need to get a hold of all the elements. w/o it, tests will fail. \n\t\t\t\t\t\t\t\t\t\t\t\t//\"this\" is referring to the Class HomePage\n\t}", "public ExcursionPage( WebDriver driver ) {\r\n\t\r\n\t\tsuper( driver );\r\n\t}", "public AmazonLandingPage(WebDriver driver) {\n\t\tthis.driver = driver;\n\t}", "public LoginPage()\n{\n\tPageFactory.initElements(driver, this);\n}", "public HomePage(){\n PageFactory.initElements(driver, this);\n }", "public HomePage(WebDriver driver) {\n\t\tthis.driver= driver;\n\t\t\n\t\t//Initializing the webelements for this class\n\t\tPageFactory.initElements(driver, this);\n\t\t\n\t}", "public HomePage() \r\n\t{\r\n\t\tPageFactory.initElements(driver, this);\r\n\t\t\r\n\t}", "public HomePage(){\r\n\t\tPageFactory.initElements(driver, this);\r\n\r\n\r\n\t}", "public PolicyBinderPage(WebDriver driver) {\r\n this.driver = driver;\r\n PageFactory.initElements(driver, this);\r\n policybinderpageDTO = new PolicyBinderPageDTO(TestCaseDetails.testDataDictionary);\r\n }", "public RegistrationRutPage(WebDriver driver) {\n super(driver);\n PageFactory.initElements(driver, this);\n }", "public HomePage (WebDriver driver1)\r\n\t\t\t{\r\n\t\t\t\tPageFactory.initElements(driver1, this);\r\n\t\t\t}", "public LoginPage(WebDriver driver){\n super(driver);\n PageFactory.initElements(driver, this);\n }", "public ProcessPage() {\n\t\tPageFactory.initElements(driver, this);\n\t\t \n\n\t}", "public HomePage(){\n\t\t\tPageFactory.initElements(driver, this); \n\t\t}", "public PageFactoryCruises(WebDriver driver) {\n\t\tthis.driver = driver;\n\t\tPageFactory.initElements(driver, this);\n\t}", "public LoginPage(WebDriver driver) {\r\n this.driver=driver;\r\n\t\tPageFactory.initElements(driver, this);\r\n\t}", "public AmazonHomePage(WebDriver driver) {\n\t\tsuper(driver);\n\t}", "public HomePage(){\n\t\tPageFactory.initElements(driver, this);\n\t}", "public SearchPageObject(WebDriver driver) {\n this.driver = driver;\n }", "public SpotifyPageOne( WebDriver driver )\n {\n this.driver = driver;\n PageFactory.initElements( driver, this );\n }", "public HomePage(WebDriver driver) {\n\t\tthis.driver=driver;\n\t\teleutil=new ElementUtil(this.driver); \n\t}", "public MyProfilePage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public UserPage()\n\t{\n\t\tPageFactory.initElements(driver, this);\n\t}", "public LandingPage(WebDriver driver) throws IOException {\n\n\t\tthis.driver = driver;\n\t\tPageFactory.initElements(driver, this);\n\t\tjs = (JavascriptExecutor) driver;\n\t\t\t\n\t}", "public Page(final WebDriver webDriver) {\n\t\tthis.webDriver = webDriver;\n\t}", "public Homepage(WebDriver driver) {\n\t\tthis.driver=driver;\n\t}", "public ArticlePage(WebDriver driver) {\n\t\tthis.driver = driver;\n\t\twait = new WebDriverWait(this.driver, Properties.LONG_WAIT);\n\t\tjse = (JavascriptExecutor) driver;\n\t\tPageFactory.initElements(driver, this);\n\n\t}", "public ListCategoryPage(WebDriver driver)\n {\n this.driver = driver;\n }", "public ReviewTLPage(WebDriver driver) {\r\n\t\tsuper(driver);\r\n\t}", "public HomePage() { \n\t\t\tPageFactory.initElements(driver, this);\n\t\t}", "public SearchProvidaPage(WebDriver driver) {\n\t\tsuper(driver);\n\n\t}", "public IntentPizzaAccountPageObject(WebDriver driver){\n\t\t\tPageFactory.initElements(driver, this);\n\t}", "public SearchPage() {\n\t\tPageFactory.initElements(driver, this);\n\t\t\n\t}", "public LoginPage()\r\n\t{\r\n\t\tPageFactory.initElements(driver,this);\r\n\t}", "public WikipediaPageModel(WebDriver driver) {\r\n\t\tthis.driver = driver;\r\n\t\tPageFactory.initElements(driver, this);\r\n\t}", "public HomePage() {\r\n\t\tPageFactory.initElements(driver, this);\r\n\t}", "public LoginPage(){\n\t\tPageFactory.initElements(driver, this);\n\t\t\n\t}", "public TreinamentoPage() {\r\n\t\tPageFactory.initElements(TestRule.getDriver(), this);\r\n\t}", "public AddCustomerPage(WebDriver driver) {\n\t\tthis.driver = driver;\n\t}", "void createDriver(Driver driver);", "public DashboardModule(WebDriver driver) {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public HomePage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public HomePage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public HomePage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public HomePage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public LoginPage(){\n\t\tPageFactory.initElements(driver, this);\n\t}", "public TeacherPage(WebDriver driver) {\n super(driver);\n }", "public HomePage() {\n\t\tPageFactory.initElements(driver, this);\n\t\t\n\t}", "public HomePage() {\n \t\tPageFactory.initElements(driver, this);\n \t}", "public LoginPage(WebDriver _driver) {\n driver = _driver;\n }", "public AddContactPage(WebDriver driver) {\n\t\tthis.driver = driver;\n\t\t\n\t}", "public Payment(WebDriver driver)\n\t{\n\t\tPageFactory.initElements(driver, this);\n\t}", "public FaceLoginPage(WebDriver driver){ // ===> Bu bir constructor\n\n this.driver = driver;\n // **** PageFactory.initElements() **** ==> page objelerini(Web element) baslatmak icin kullanilir\n PageFactory.initElements(driver, this);\n\n }", "private void initPages() {\n\t\tloginPage = new LoginPage(driver);\n\t\tflipkart = new FlipkartPage(driver);\n\t\t\n\t}", "public LoginPageObject(WebDriver mappingDriver) {\r\n\t\tdriver = mappingDriver;\r\n\t}", "private final void createAppPages() {\r\n\t\t//Instantiate Page objects that have no associated test properties\r\n\t\t//Note that if a test DOES need to specify test properties for one of these pages\r\n\t\t// (e.g., search terms), it can create its own local version of the page, and pass\r\n\t\t// the pagePropertiesFilenameKey argument, OR create it here, by calling createPage\r\n\t\t// instead of createStaticPage\r\n\r\n\t\t//Can also instantiate regular (i.e., with associated test properties) DD-specific\r\n\t\t// Page objects here, but typically it is best for the test or utility methods to do that;\r\n\t\t// if we do it here we may end up creating Page objects that never get used.\r\n }", "public PageTransporter() {\n System.out.println(ReadProperties.getInstance().getUrl());\n driver.get(ReadProperties.getInstance().getUrl());\n }", "public Loginpage()\n\t{\n\t\tPageFactory.initElements(driver, this);\n\t}", "public PageControl() {}", "public TshirtsPage(WebDriver driver) {\n\t\t\tthis.driver = driver;\n\t\t}", "public HomePage() {\n\t\t\tPageFactory.initElements(driver, this);\n\t\t}", "public ReviewBookingPage(WebDriver driver){\n\t\t\tthis.driver = driver;\n\t\t\telementUtil = new ElementUtil(this.driver);\n\t\t}", "private void createNewDriverInstance() {\n String browser = props.getProperty(\"browser\");\n if (browser.equals(\"firefox\")) {\n FirefoxProfile profile = new FirefoxProfile();\n profile.setPreference(\"intl.accept_languages\", language);\n driver = new FirefoxDriver();\n } else if (browser.equals(\"chrome\")) {\n ChromeOptions options = new ChromeOptions();\n options.setBinary(new File(chromeBinary));\n options.addArguments(\"--lang=\" + language);\n driver = new ChromeDriver(options);\n } else {\n System.out.println(\"can't read browser type\");\n }\n }", "public PlanPage() {\n this( new PageParameters() );\n }", "public LoginPage(WebDriver driver) {\n\t this.driver = driver;\n\t }", "private Page createPage() throws IOException {\n\n Page page = new Page(DenseLayerPath + indexkey + \"dense_\" + (++noPages) + \".class\");\n saveindex();\n return page;\n }", "protected void construct()\n\t{\n\t\tassert(driver != null);\n\t\t// V�rification que l'on est bien sur la bonne page\n\t String sTitle = driver.getTitle();\n\t\tif(!sTitle.equals(TITLE)) {\n throw new IllegalStateException(\"This is not Login Page, current page is: \" +driver.getCurrentUrl());\n\t\t}\t\t\n\t\ttbUserName = driver.findElement(ByUserName);\n\t\ttbPassword = driver.findElement(ByPassword);\n\t\tbtnConnect = driver.findElement(ByConnect);\n\t}", "private IndexPage initializeTest() {\n Dimension dimension = new Dimension(1920, 1080);\n driver.manage().window().setSize(dimension);\n driver.get(baseUrl);\n indexPage = new IndexPage(driver);\n return indexPage;\n }", "public LocatorSearchResultPage(WebDriver driver){\n this.driver = driver;\n /*\n * web element representatives on a page\n */\n gameLocator = new By.ByLinkText(\"https://cmscdn.staticcache.org/assets/image/0009/800739/UKDESIGN-1216_214x214-MayfairRoulette-SquareTiles.jpg\");\n moreButtonLocator = new By.ByClassName(\"sc-ifAKCX ixOsdk\");\n playNowButtonLocator = new By.ByClassName(\"signinButton\");\n loginFormLocator = new By.ByClassName(\"login-component__wrapper\");\n }", "public LoginPage() {\r\n\t\t\t\r\n\t\t\t//Initialize webElements.\r\n\t\t\tPageFactory.initElements(driver, this);\r\n\t\t}", "public LoginPage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public LoginPage() {\n\t\tPageFactory.initElements(driver, this);\n\t}", "public Zip_Code(WebDriver driver){\n super();\n PageFactory.initElements(driver,this);\n //local page logger gets set to abstract class logger when you use it in\n //page object\n this.logger = super.logger;\n\n }", "public SearchResultsPage(WebDriver page) {\n super(page);\n }", "public ContactPage() {\n\t\t\t\n\t\t\t\tPageFactory.initElements(driver, this);\n\t\t\t}" ]
[ "0.7485374", "0.74473", "0.74346316", "0.7367654", "0.7306047", "0.7224789", "0.7197268", "0.7171709", "0.71519345", "0.71410745", "0.7139755", "0.7131893", "0.7107829", "0.7107336", "0.7070496", "0.7058587", "0.704125", "0.70370907", "0.7035975", "0.7030442", "0.7028919", "0.7016599", "0.6999694", "0.698155", "0.6930832", "0.69215727", "0.6909794", "0.69077414", "0.6904369", "0.6896148", "0.6861096", "0.6853653", "0.68474674", "0.68407816", "0.6836698", "0.68223697", "0.6821011", "0.6806872", "0.6787205", "0.67805904", "0.6769071", "0.6759919", "0.6754149", "0.67446285", "0.673003", "0.670628", "0.66977936", "0.666803", "0.66576326", "0.66399646", "0.6635428", "0.66199553", "0.66179544", "0.6617447", "0.65987116", "0.65835625", "0.65760225", "0.6560167", "0.65434504", "0.65395343", "0.65309286", "0.65244997", "0.65204084", "0.65148026", "0.65081185", "0.65073025", "0.6502609", "0.6502609", "0.6502609", "0.6502609", "0.6483542", "0.64737725", "0.64658755", "0.6459997", "0.6456926", "0.64469093", "0.6443983", "0.6424068", "0.64108473", "0.64104855", "0.6391955", "0.6371892", "0.6364469", "0.6360282", "0.63595223", "0.6357218", "0.63438255", "0.6323681", "0.6299894", "0.6296989", "0.62903845", "0.62896377", "0.6288813", "0.62770766", "0.6272346", "0.62712353", "0.62712353", "0.6271079", "0.6264964", "0.6257492" ]
0.6286312
93
TODO Autogenerated method stub
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { doGet(request, response); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
List cloudUsers = Arrays.asList(conf.getCloud_users());
public List<User_apps> getUserAppsList() { return Arrays.asList(conf.getUser_apps()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "java.util.List<com.rpg.framework.database.Protocol.User> \n getUsersList();", "java.util.List<com.rpg.framework.database.Protocol.User> \n getUsersList();", "java.util.List<com.heroiclabs.nakama.api.User> \n getUsersList();", "public String[] listUsers();", "List<KingdomUser> getUsers();", "public List<User> getUserList();", "List<User> getUsers();", "List<User> getUsers();", "public List<User> getUsers();", "public List<Utilizator> listUsers();", "public List<String> listUsers() \n\t{\n\t\treturn this.userList.keys();\n\t\t\n\t}", "public List<String> getUsers() {\n return Collections.unmodifiableList(users);\n }", "List<String> loadAllUserNames();", "public void onlineUsers(ArrayList<String> users);", "public String[] getUsers(){\n try {\n names = credentials.keys();\n }catch (java.util.prefs.BackingStoreException e1){\n System.out.println(e1);\n }\n return names;\n }", "public List<User> getEnabledUsers();", "public static String[] getlistofUser() {\n\t\tString[] names = new String[workers.size()];\n\t\tfor (int i = 0; i < names.length; i++)\n\t\t\tnames[i] = workers.get(i).getUser();\n\t\treturn names;\n\t}", "public ArrayList<String> getUsersOnline(){\n if(usersOnline != null)\n return usersOnline;\n return new ArrayList<>();\n }", "public List getOwnerUsersList(Map map) {\n\t String currentUser = UserUtil.getCurrentPrincipalUser();\r\n\t\t List ls = (List)map.get(currentUser);\r\n//\t\t System.out.println(\"map.size()\"+currentUser) ;\r\n//\t\t System.out.println(map.size()) ;\r\n\t\treturn ls;\r\n\t}", "public List<EOSUser> findUsers(List<String> logins);", "public List getAllUsers();", "public List<UsrMain> getListUsers() {\n return mobileCtrl.getListUsers();\n }", "public List<String> getUserList() {\n\t\treturn userList;\n\t}", "List<KingdomUser> getAllUsers();", "@Nonnull\n List<User> getUsers();", "Collection<String> getUsernames();", "public ch.ivyteam.ivy.scripting.objects.List<ch.ivyteam.ivy.security.IUser> getUsers()\n {\n return users;\n }", "java.util.List<? extends com.rpg.framework.database.Protocol.UserOrBuilder> \n getUsersOrBuilderList();", "java.util.List<? extends com.rpg.framework.database.Protocol.UserOrBuilder> \n getUsersOrBuilderList();", "public ArrayList<String> getAllUsers() {\n\t\tSystem.out.println(\"Looking up all users...\");\n\t\treturn new ArrayList<String>(users.keySet());\t\n\t}", "public ArrayList<User> getUsers() {return users;}", "java.util.List<People>\n getUserList();", "public ArrayList<UserDetail> gettingAllAvailableUsers() throws Exception;", "public List<User> list();", "List<User> getAllClients();", "java.util.List<com.orange.network.game.protocol.model.ZhaJinHuaProtos.PBZJHUserPlayInfo> \n getUsersInfoList();", "public List<IUser> getUsers();", "public List<User> getUsers()\r\n/* */ {\r\n/* 214 */ return this.users;\r\n/* */ }", "public List getUsers(User user);", "public List<User> listUsers(String userName);", "List<User> getActivatedUserList();", "public Collection<String> getUsers() {\r\n \t\tCollection<String> users = new TreeSet<>();\r\n \t\tusers.addAll(this.dataLayer.getUser());\r\n \r\n \t\treturn users;\r\n \t}", "@Override\n public BlueUserContainer getUsers() {\n return users;\n }", "java.util.List<com.google.cloud.compute.v1.ServiceAccount> getServiceAccountsList();", "public List<User> getUserList()\r\n\t{\r\n\t//\tGet the user list\r\n\t//\r\n\t\treturn identificationService.loadUserList();\r\n\t}", "public Map<String,ClientHandler> getUserList()\n {\n return userList;\n }", "public ArrayList<String> getConnectedUsers() {\r\n\t\tArrayList<String> connectedUsers = new ArrayList<>();\r\n\t\tString message=\"107\";\r\n\t\tsendDatagramPacket(message);\r\n\t\t\r\n\t\t//connectedUsers.add(\"Default\");\r\n\t\t\r\n\t\treturn connectedUsers;\r\n\t}", "List<String> getHosts();", "public static ArrayList<Userdatas> getAllUsersList() {\n\t\tRequestContent rp = new RequestContent();\n\t\trp.type = RequestType.GET_ALL_USERS;\n\t\tReceiveContent rpp = sendReceive(rp);\n\t\tArrayList<Userdatas> anagList = (ArrayList<Userdatas>) rpp.parameters[0];\n\t\treturn anagList;\n\t}", "public void getUsers(String[] tokens) {\n\n }", "public List<User> listAll() throws Exception;", "public List<String> getPropertyOwners();", "public static List<User> getUsersList(){\n\t\tWSResponse response = null;\n\t\tList<User> resultList = new ArrayList<User>();\n\t\ttry{\n\t\tPromise<WSResponse> result = WS.url(Utils.getApiUrl()+Urls.GET_USERS_URL)\n\t\t\t\t\t\t\t\t\t\t.setContentType(Urls.CONTENT_TYPE_JSON)\n\t\t\t\t\t\t\t\t\t\t.get();\n\t\tresponse = result.get(10000);\n\t\tGson gson = new Gson();\n\t\tUser[] users = gson.fromJson(response.getBody(), User[].class);\n\t\tfor(int i=0; i<users.length; i++){\n\t\t\tresultList.add(users[i]);\n\t\t}\n\t\t} catch(Exception exception){\n\t\t\tController.flash(Messages.ERROR, Messages.CANT_LOAD_USERS + exception);\n\t\t}\n\t\treturn resultList;\n\t}", "public List<User> list(String currentUsername);", "@Override\n public List<User> getAccountStatusList(){\n List<User> userList = null;\n userList = adminMapper.getAccountStatusList();\n return userList;\n }", "public List<User> list();", "public List<User> getUsers()\n\t{\n\t\treturn usersList;\n\t}", "@Override\r\n\tpublic List<User> users() {\r\n\t\tList<User> ris = new ArrayList<>();\r\n\t\tList< Map <String,String>> maps = getAll(SELECT_USERS);\r\n\t\tfor (Map<String, String> map : maps) {\r\n\t\t\tris.add(IMappable.fromMap(User.class, map));\r\n\t\t}\r\n\t\treturn ris;\r\n\t}", "public List<Users> getUserList(){\n\t\tList<Users> users = (List<Users>) this.userDao.findAll();\n\t\treturn users;\n\t}", "public java.util.List<com.rpg.framework.database.Protocol.User> getUsersList() {\n return users_;\n }", "public java.util.List<com.rpg.framework.database.Protocol.User> getUsersList() {\n return users_;\n }", "public List<User> getUserList() {\n\t\treturn null;\n\t}", "public Set<String> getUsers()\n {\n return this.users;\n }", "List<User> getAllUsers();", "List<User> getAllUsers();", "public static ArrayList<AdminAccounts> getUsers() {\n return users;\n }", "@Override\r\n\tpublic List<User> getUsers() {\n\t\tList<User> userlist=dao.getUsers();\r\n\t\treturn userlist;\r\n\t}", "public Set<P2PUser> getUsers();", "public List<Account> getListOfLoggedUsers() {\n\t\tList<Account> loggedUsers = new ArrayList<>();\n\t\tloggedUsers = adminDao.getLoggedUsers();\n\n\t\tif (loggedUsers == null) {\n\t\t\tSystem.out.println(\"There is no logged users currently!\\n\");\n\t\t\tAdminMenu.getAdminMenu();\n\t\t}\n\t\treturn loggedUsers;\n\t}", "public List<User> getusers() {\n\t\treturn users;\n\t}", "@Override\r\n\tpublic List<CallVO> getUserList(HashMap<String, Object> map) throws Exception{\n\t\t\r\n\t\tList<CallVO> list = sqlSessionTemplat.selectList(\"admin.getUserList\",map);\r\n\t\treturn list;\r\n\t}", "@Override \r\n\tpublic Set<String> emailList() {\n\t\treturn new HashSet<String>(jdbcTemplate.query(\"select * from s_member\",\r\n\t\t\t\t(rs,idx)->{return rs.getString(\"email\");}));\r\n\t}", "public User[] list() {\r\n User user[] = new User[this.UserList.size()];\r\n for (int i = 0; i < this.UserList.size(); i++) {\r\n user[i] = (User) this.UserList.get(i);\r\n }\r\n\r\n return user;\r\n }", "public UserList list();", "public List<User> getAllUsers();", "public List<User> getAllUsers(){\n myUsers = loginDAO.getAllUsers();\n return myUsers;\n }", "private List<ApplicationUser> getApplicationUsers() {\r\n List<ApplicationUser> appUsers = Lists.newArrayList(\r\n\r\n new ApplicationUser(\r\n STUDENT.getGrantedAuthorities(),\r\n passEncoder.encode(\"notthebees\"),\r\n \"mirajones\",\r\n true,\r\n true,\r\n true,\r\n true\r\n ),\r\n\r\n new ApplicationUser(\r\n ADMIN.getGrantedAuthorities(),\r\n passEncoder.encode(\"password123\"),\r\n \"linda\",\r\n true,\r\n true,\r\n true,\r\n true\r\n ),\r\n\r\n new ApplicationUser(\r\n ADMINTRAINEE.getGrantedAuthorities(),\r\n passEncoder.encode(\"thisisapass\"),\r\n \"tomtrainee\",\r\n true,\r\n true,\r\n true,\r\n true\r\n )\r\n );\r\n\r\n return appUsers;\r\n }", "com.google.ads.googleads.v6.resources.UserList getUserList();", "@Override\n\tpublic ArrayList<Utente> getUsers() {\n\t\tDB db = getDB();\n\t\tArrayList<Utente> usersList = new ArrayList<>();\n\t\tMap<Long, UtenteBase> users = db.getTreeMap(\"users\");\n\t\tfor(Map.Entry<Long, UtenteBase> user : users.entrySet())\n\t\t\tif(user.getValue() instanceof Utente)\n\t\t\t\tusersList.add((Utente) user.getValue());\n\t\treturn usersList;\n\t}", "java.util.List<io.netifi.proteus.admin.om.Connection> \n getConnectionsList();", "public List<User> getAllUsers() {\n\n\t\tList<User> result = new ArrayList<User>();\n\n\t\ttry {\n\t\t\tjava.sql.PreparedStatement ps = ((org.inria.jdbc.Connection) db).prepareStatement(TCell_QEP_IDs.QEP.EP_getAllUsers);\n\t\t\tResultSet rs = ps.executeQuery();\n\t\t\tString query = \"SELECT IdGlobal, TCELLIP, PUBLICKEY, TCELLPORT from USER\";\n\t\t\tSystem.out.println(\"Executing query : \" + query);\t\t\t\n\n\t\t\twhile (rs.next()) {\n\t\t\t\tint UserGID =rs.getInt(1);\n\t\t\t\tString TCellIP = rs.getString(2);\n\t\t\t\t\n\t\t\t\t//convert Blob to String\n\t\t\t\tBlob myPubKeyBlob = rs.getBlob(3);\n\t\t\t\tbyte[] bPubKey = myPubKeyBlob.getBytes(1, (int) myPubKeyBlob.length());\n\t\t\t\tString pubKey = new String(bPubKey);\n\t\t\t\t\n\t\t\t\tint port = rs.getInt(4);\n\t\t\t\tUser user = new User(UserGID,TCellIP, port, pubKey);\n\t\t\t\tresult.add(user);\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t} finally {\n\t\t\t// Uncomment when the close function will be implemented\n\t\t\t// attemptToClose(ps);\n\t\t\t\n\t\t}\n\n\t\treturn result;\n\n\t}", "public String[] listarInstitutos();", "@Override\n\tpublic List<PrpUser> getUserList() {\n\t\treturn null;\n\t}", "public List<User> getUsers(Boolean enabled, Date startDate, Date endDate, int offset, int length) throws UserManagementException;", "int getVirtualUsers();", "public List getUsuarios();", "public void setUsers(List<User> users)\r\n/* */ {\r\n/* 221 */ this.users = users;\r\n/* */ }", "public List<User> getActiveUsers(boolean active);", "public List<User> getUsers() {\r\n\t\treturn users;\r\n\t}", "List<String> getSubscribedLocations(String userName) throws DatabaseException;", "java.util.List<online_info>\n getInfoList();", "java.util.List<io.netifi.proteus.admin.om.Connection> \n getConnectionList();", "@SuppressWarnings(\"unchecked\")\n @Override\n public List<User> listUsers() {\n Session session = this.sessionFactory.getCurrentSession();\n List<User> UsersList = session.createQuery(\"from User\").list();\n for(User u : UsersList){\n logger.info(\"User List::\"+u);\n }\n return UsersList;\n }", "public ArrayList<UserBean> listOnlineUsers()\n\t{\n\t\ttry{\n\t\t\tSocket toServer = new Socket(server,directorySocket);\n\t\t\tObjectOutputStream outToServer = new ObjectOutputStream(toServer.getOutputStream());\n\t\t\t\n\t\t\tServerMessage m = new ServerMessage();\n\t\t\tm.setCommand(LIST);\n\t\t\t\n\t\t\toutToServer.writeObject(m);\n\t\t\t\n\t\t\tObjectInputStream serverInput = new ObjectInputStream(toServer.getInputStream());\n\t\t\tonlineUsers = (ArrayList<UserBean>) serverInput.readObject();\n\t\t\t\n\t\t\toutToServer.close();\n\t\t\tserverInput.close();\n\t\t\ttoServer.close();\n\t\t}catch(UnknownHostException e)\n\t\t{\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (ClassNotFoundException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t\treturn onlineUsers;\n\t}", "@Override\r\n\tpublic List<User> getUsersList(String key) {\n\t\treturn loginDao.findByUsernameAndRole(key,\"USER\");\r\n\t}", "java.util.List<java.lang.String> getServiceAccountIdTokensList();", "List<User> loadActiveUsers(User user);", "@Override\r\n\tpublic List<User> getUserList(Map map) {\n\t\treturn userDao.findUser(map);\r\n\t}", "private List<User> syncDataFromMaster() {\n\n// if (getHostPostOfServer().equals(ClusterInfo.getClusterInfo().getMaster())) {\n// return;\n// }\n String requestUrl;\n requestUrl = \"http://\".concat(ClusterInfo.getClusterInfo().getMaster().concat(\"/users\"));\n List<User> users = restTemplate.getForObject(requestUrl, List.class);\n return users;\n\n }", "@Override\r\n\tpublic List<UserVO> userList() {\n\t\treturn adao.UserList();\r\n\t}", "@SuppressWarnings(\"serial\")\n\tpublic ArrayList<String> getUsers() throws Exception{\n\t\treturn new ArrayList<String>(){{\n\t\t\tUserRegistry ur = UserRegistry.findOrCreate(doc);\n\t\t\tUsers users = Users.findOrCreate(ur);\n\t\t\tfor(User u:User.list(users))\n\t\t\t\tadd(u.getAttribute(\"name\"));\n\t\t}};\n\t}" ]
[ "0.69603753", "0.6960046", "0.694687", "0.6887097", "0.6766968", "0.6644762", "0.65954685", "0.65954685", "0.6595035", "0.6539915", "0.64223826", "0.639382", "0.6391985", "0.63590115", "0.63128406", "0.62986207", "0.62979275", "0.6295883", "0.6269271", "0.62591976", "0.6247532", "0.62396896", "0.6238019", "0.62360334", "0.6224215", "0.6222654", "0.62184477", "0.6209533", "0.62094516", "0.6205141", "0.6179713", "0.6164231", "0.61585003", "0.6155411", "0.61517674", "0.61388564", "0.6136684", "0.61346906", "0.6126743", "0.61194885", "0.61027014", "0.60942584", "0.6085235", "0.60798365", "0.6065873", "0.60468704", "0.60412675", "0.6037087", "0.6035439", "0.6026362", "0.60035324", "0.60010356", "0.5996717", "0.5995427", "0.59900945", "0.5989642", "0.59836274", "0.5964954", "0.59615815", "0.5952641", "0.595259", "0.594964", "0.5940845", "0.59261566", "0.59261566", "0.59259313", "0.59115714", "0.5909341", "0.59050626", "0.590242", "0.5901882", "0.59015524", "0.58997995", "0.5899478", "0.5897527", "0.58911496", "0.58903223", "0.58843476", "0.5878071", "0.58616126", "0.58522904", "0.5849756", "0.58389515", "0.5838586", "0.58372724", "0.5834278", "0.58145744", "0.5809497", "0.5808574", "0.5807612", "0.58044356", "0.57997245", "0.57968545", "0.57956076", "0.5792143", "0.5791477", "0.57855445", "0.57764363", "0.57759434", "0.5768771", "0.576317" ]
0.0
-1
Do nothing because of X and Y.
@Override public void configure(Map<String, ?> configs, boolean isKey) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean legalOrNot(int x,int y) {\n\t\tif((x == 14 && y ==2) || (x== 2 && y == 14)) {\n\t\t\treturn true;\n\t\t}else if((x-y) == 1 || (x-y) == -1 ) {\n\t\t\treturn true;\n\t\t}else {\n\t\t\treturn false;\n\t\t}\n\t}", "protected boolean noLife(int x, int y){\n \tint a[] = {x - 1 , x + 1 , x , x};\n \tint b[] = {y , y , y - 1 , y + 1};\n getPoint(x, y).setSigned(true);\n\n \tfor (int i = 0 ; i < 4 ; i++){\n \t\tif (!validatePoint(a[i], b[i]))\n \t\tcontinue;\n \t\telse {\n\t\t \t\tint xx = a[i];\n\t\t \tint yy = b[i];\n\t \t\tif (getPoint(xx, yy).isSigned()) continue;\n\t \tif (getPoint(xx, yy).getState() == GoPoint.EMPTY){\n\t \t\treturn false;\n\t \t}\n\t \tif (getPoint(xx, yy).getState() == getPoint(x, y).getState())\n\t \t\tif (!noLife(a[i], b[i]))\n\t \t\t\treturn false;\n\t\t }\n\t\t}\n\t\treturn true;\n }", "private boolean setCoords(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) {\r\n // Ensure all x co-ordinates are in the first quadrant\r\n if(x1 < 0 || x2 < 0 || x3 < 0 || x4 < 0) {\r\n throw new IllegalArgumentException(\"Error: Non-negative numbers for the X co-ordinates only\");\r\n } else if(y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0) {\r\n throw new IllegalArgumentException(\"Error: Non-negative numbers for the Y co-ordinates only\");\r\n } else if(x1 > 20 || x2 > 20 || x3 > 20 || x4 > 20) {\r\n throw new IllegalArgumentException(\"Error: X co-ordinate values cannot be greater than 20\");\r\n } else {\r\n \treturn(true);\r\n }\r\n }", "protected boolean avoidNegativeCoordinates() {\n \t\treturn false;\n \t}", "@Override\n public boolean isLocationEmpty(int x, int y)\n {\n return isLocationEmpty(null, x, y);\n }", "protected void onBadCoords()\n\t{\n\t}", "public boolean apply(int x0, int y0, int x, int y);", "protected boolean isSingle(int x, int y){\n \tint a[] = {x - 1 , x + 1 , x , x};\n \tint b[] = {y , y , y - 1 , y + 1};\n\n for (int i = 0 ; i < 4 ; i++){\n if (!validatePoint(a[i], b[i]))\n continue;\n int xx = a[i];\n \t\tint yy = b[i];\n \t\tif (!GoPoint.isEnemy(getPoint(x, y), getPoint(xx, yy))) return false;\n \t}\n \treturn true;\n }", "public void update(int x, int y) {\n\t\t\n\t\tInvalidCoordinateException ice = new InvalidCoordinateException(\"Coordinates cannot be less than 0!\");\n\t\ttry {\n\t\t\t\n\t\t\tif(x>=0) {\n\t\t\tx=xCoord;\n\t\t\t}else {\n\t\t\t\tthrow ice;\n\t\t\t}//ends else\n\t\t\tif(y>=0) {\n\t\t\ty=yCoord;\n\t\t\t}else {\n\t\t\t\tthrow ice;\n\t\t\t}//ends else\n\t\t\t\n\t\t}catch(InvalidCoordinateException s) {\n\t\t\tSystem.out.println(s.getMessage());\n\t\t}//ends catch block\n\t\t\n\t}", "boolean handleInput(float x, float y){\n return r1_.x_ <= x && r2_.x_ >= x && r1_.y_ >= y && r2_.y_ <= y;\n }", "public static void clearXY()\r\n{\r\n\tx = 0;\r\n\ty = 0; \r\n\t\r\n}", "public void verificaCoordenada() {\r\n\t\tif (X < 0) {\r\n\t\t\tX = Const.TAMANHO - 1;\r\n\t\t} else {\r\n\t\t\tX = X % Const.TAMANHO;\r\n\t\t}\r\n\r\n\t\tif (Y < 0) {\r\n\t\t\tY = Const.TAMANHO - 1;\r\n\t\t} else {\r\n\t\t\tY = Y % Const.TAMANHO;\r\n\t\t}\r\n\t}", "private void computeXY(int x, int y){\n\n for (int x1 = x-1; x1 <= x+1; x1++) {\n for (int y1 = y-1; y1 <= y+1; y1++) {\n switch ((int)generator.cellHashes.get(ccells.cell2Hash(x1,y1))){\n case 3:\n ncells.set(x1,y1,false);\n break;\n case 1:\n ncells.set(x1,y1,true);\n break;\n case 0:\n ncells.set(x1,y1,ccells.get(x1,y1));\n break;\n }\n }\n }\n }", "private static boolean isValid(int x, int y)\n\t {\n\t if (x < M && y < N && x >= 0 && y >= 0) {\n\t return true;\n\t }\n\t \n\t return false;\n\t }", "@Override\n\tpublic double operation(int xValue, int yValue) {\n\t\treturn -1;\n\t}", "public boolean validMove(int x, int y){\n if(!super.validMove(x, y)){\n return false;\n }\n if(((Math.abs(x - this.x()) == 2) && (Math.abs(y - this.y()) == 1))\n || ((Math.abs(x - this.x()) == 1) && (Math.abs(y - this.y()) == 2))){\n return true;\n }else{\n return false;\n }\n }", "@Test\n\tvoid testCheckCoordinates2() {\n\t\tassertTrue(DataChecker.checkCoordinate(-1));\n\t}", "void setXandY(double x, double y){\r\n\t\tthis.x=x;\r\n\t\tthis.y=y;\r\n\t}", "@Test\n\tvoid testCheckCoordinates4() {\n\t\tassertFalse(DataChecker.checkCoordinate(-100));\n\t}", "private boolean isValidCoordinate(int x, int y) {\n return x >= 0 && x < gameState.mapSize\n && y >= 0 && y < gameState.mapSize;\n }", "public boolean setBothCoordinates(){\r\n\r\n double[] results;\r\n\r\n if((results = getCoordinates(locationA)) == null){\r\n Toast.makeText(this, \"Try another location for A!\", Toast.LENGTH_LONG).show();\r\n return false;\r\n }else{\r\n latA = results[0];\r\n lonA = results[1];\r\n }\r\n\r\n if((results = getCoordinates(locationB)) == null){\r\n Toast.makeText(this, \"Try another location for B!\", Toast.LENGTH_LONG).show();\r\n return false;\r\n }else{\r\n latB = results[0];\r\n lonB = results[1];\r\n }\r\n\r\n getMidPoint();\r\n\r\n return true;\r\n }", "boolean canPickup(int x, int y) {\n return ((posX == x) && (posY == y));\n }", "private boolean canCaptureSomewhere(int x, int y){\n\t\tfor (int i = -2; i <= 2; i=i+4){\n\t\t\tfor (int j = -2; j <= 2; j=j+4){\n\t\t\t\tif (!(x+i < 0 || x+i > N\t\t\n\t\t\t\t|| y+j < 0 || y+j > N)){\t\t//don't give validMove impossible final coordinates\n\t\t\t\t\tif (validMove(x, y, x+i, y+j)) return true;\t\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}", "public void runAway(int x, int y) {\n\t\tif(getX() >= x) {\n\t\t\tif(getY() < y) {\n\t\t\t\tgo2position(x+20, y-20);\n\t\t\t}else {\n\t\t\t\tgo2position(x+20, y+20);\n\t\t\t}\n\t\t}\n\t\tif(getX() < x) {\n\t\t\tif(getY() < y) {\n\t\t\t\tgo2position(x-20, y-20);\n\t\t\t}else {\n\t\t\t\tgo2position(x-20, y+20);\n\t\t\t}\n\t\t}\n\t}", "public void NoCoordinatesValidMoveTwoInput(int worker) {\n notifyNoCoordinatesValidMoveTwoInput(worker, this.getCurrentTurn().getCurrentPlayer().getNickname());\n }", "private GoodPoint(double x, double y) {\n this.x = x;\n this.y = y;\n }", "@Override\n public boolean isLocationValid(int x, int y)\n {\n return master.isLocationValid(x, y);\n }", "public void NoCoordinatesValidBuildTwoInput(int worker) {\n notifyNoCoordinatesValidBuildTwoInput(worker, this.getCurrentTurn().getCurrentPlayer().getNickname());\n }", "@Test\n\tpublic void test2PointsParallelXParallel() {\n\t\tLine2D line1 = new Line2D(new Point2D(1, 11.2), new Point2D(5, 11.2));\n\t\tLine2D line2 = new Line2D(new Point2D(100, 11), new Point2D(-55, 11));\n\t\t\n\t\tAssert.assertTrue(\"不能正常处理两点式直线平行于x轴的情况\", line1.isParallel(line2));\n\t}", "@Override\n\tprotected void moveto(World world, double x, double y)\n\t{\n\t\t// If the destination is not blocked by terrain, move there\n\t\tif (!world.terrainBlocks(x + halfPlayerWidth(), y - halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x - halfPlayerWidth(), y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x + halfPlayerWidth(), y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x - halfPlayerWidth(), y - halfPlayerHeight()))\n\t\t{\n\t\t\tthis.x = x;\n\t\t\tthis.y = y;\n\t\t}\n\t\t// Else: Check vertically collision\n\t\telse if (!world.terrainBlocks(this.x + halfPlayerWidth(), y - halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(this.x - halfPlayerWidth(), y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(this.x + halfPlayerWidth(), y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(this.x - halfPlayerWidth(), y - halfPlayerHeight()))\n\t\t{\n\t\t\tthis.y = y;\n\n\t\t\tthis.drawMissile = false;\n\t\t}\n\t\t// Else: Check horizontally collision\n\t\telse if (!world.terrainBlocks(x + halfPlayerWidth(), this.y - halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x - halfPlayerWidth(), this.y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x + halfPlayerWidth(), this.y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x - halfPlayerWidth(), this.y - halfPlayerHeight()))\n\t\t{\n\t\t\tthis.x = x;\n\n\t\t\tthis.drawMissile = false;\n\t\t}\n\t}", "public void setXY(double anX, double aY) { setX(anX); setY(aY); }", "private boolean alreadyHit(int x, int y) {\n for (int i = 0; i < hitCount; i++){\n if (x == hitList[i].x && y == hitList[i].y){\n return true;\n }\n }\n for (int i = 0; i < missCount; i++) {\n if (x == missList[i].x && y == missList[i].y) {\n return true;\n }\n }\n return false;\n }", "public void doMove(int x, int y, int x1, int y1) throws IllegalCoordinateException, IllegalMoveException {\n field.doMove(x, y, x1, y1);\n checkGameOver();\n checkEndGame();\n }", "public boolean checkAvailability(int x0, int y0, int newX, int newY) {\n\n int vectorX = newX - x0;\n int vectorY = newY - y0;\n\n if ((Math.abs(vectorX) == 1 && Math.abs(vectorY) == 2) ||\n (Math.abs(vectorX) == 2 && Math.abs(vectorY) == 1)) {\n return true;\n }\n\n return false;\n }", "@Override\n\tpublic void setCoordinates(double x1, double y2, double x2, double y1) {\n\t\tthis.x1 = x1;\n\t\tthis.y1 = y1;\n\t\tthis.x2 = x2;\n\t\tthis.y2 = y2;\n\t\t\n\t}", "public void seDeplacer(int x , int y)\n\t{\n\t\tif(this.coordoneX - x <= this.porteDeplacement || this.coordoneY - y <= this.porteDeplacement)\n\t\t{\n\t\t\tthis.coordoneX = x;\n\t\t\tthis.coordoneY = y;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tthrow new IllegalArgumentException(\"Deplacement impossible\") ;\n\t\t}\t\t\n\t}", "public void mark(int x, int y) {\n\t\tcoveredMap[x][y] = SIGN_MARK;\n\t\tnettleToMark--;\n\t\tfor (int i = 0; i < unknown.size(); i++) {\n\t\t\tif (unknown.get(i)[0] == x && unknown.get(i)[1] == y) {\n\t\t\t\tunknown.remove(i);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}", "@Override\n public boolean hitTest(double x, double y) {\n return rect.hitTest(x, y) || marker.hitTest(x, y);\n }", "public void zmienPozycjePojazdu(int x, int y)\n\t{\n\t\tpojazd.zmienPozycje(x, y);\n\t}", "private void flagSolver(int x, int y) {\n\t\tint flagsNear = 0;\n\t\tint tempX, tempY;\n\t\tTile tempTile;\n\t\tfor(int i = -1; i <= 1; i++) {\n\t\t\ttempY = y + i;\n\t\t\tfor(int j = -1; j <= 1; j++) {\n\t\t\t\ttempX = x + j;\n\t\t\t\tif(!(tempX == x && tempY == y)) {\n\t\t\t\t\ttempTile = game.getTile(tempX, tempY);\n\t\t\t\t\tif(!(tempTile == null) && tempTile.getMarker() == 1) {\n\t\t\t\t\t\tflagsNear++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(flagsNear == game.getTile(x, y).getAdjBombs()) {\n\t\t\tfor(int i = -1; i <= 1; i++) {\n\t\t\t\ttempY = y + i;\n\t\t\t\tfor(int j = -1; j <= 1; j++) {\n\t\t\t\t\ttempX = x + j;\n\t\t\t\t\tif(!(tempX == x && tempY == y)) {\n\t\t\t\t\t\ttempTile = game.getTile(tempX, tempY);\n\t\t\t\t\t\tif(!(tempTile == null) && !(tempTile.getMarker() == 1)) {\n\t\t\t\t\t\t\tunmarkedTile(tempX, tempY, false);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "private boolean isValid(int x,int y){\n\t\treturn x > -1 && y > -1 && x < width && y<height;\n\t }", "@Override\r\n\tpublic boolean possibleMove(int x, int y) {\n\t\tif (this.sameColor(Board.getPiece(x, y)) == true) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\tif (Math.abs(this.getY() - y) == 2 && Math.abs(this.getX() - x) == 1\r\n\t\t\t\t|| Math.abs(this.getY() - y) == 1 && Math.abs(this.getX() - x) == 2) {\r\n\t\t\treturn true;\r\n\t\t}\r\n\r\n\t\treturn false;\r\n\t}", "public boolean isLegalMove(int x, int y, int x1, int y1) {\n return field.isLegalMove(x, y, x1, y1);\n }", "public boolean isNull(int x, int y){\r\n\t\tif (_squares[(int)x/20][(int)y/20] == null){\r\n\t\t\treturn true;\r\n\t\t}else{\r\n\t\t\treturn false;\r\n\t\t}\r\n\t}", "boolean isDone(){\n\t\t\n\t\treturn (x0==x1 && y0==y1);\n\t}", "@Test\n\tvoid testCheckCoordinates5() {\n\t\tassertFalse(DataChecker.checkCoordinate(100));\n\t}", "double apply(double x, double y) {\n switch (this) {\n case PLUS: return x + y;\n case MINUS: return x - y;\n case TIMES: return x * y;\n case DEVICE: return x / y;\n }\n throw new AssertionError(\"unknwon op: \" + this);\n }", "public boolean esTransitable(int x, int y)\n {\n return (this.capaTransitable.getCell(x,y)!=null);\n }", "public void probe(int x, int y) {\n\t\tif (answerMap[x][y] == -1) {\n\t\t\tisSafe = false;\n\t\t\tcoveredMap[x][y] = SIGN_NETTLE;\n\t\t}\n\t\telse {\n\t\t\tcoveredMap[x][y] = (char) ('0' + answerMap[x][y]);\n\t\t}\n\t\tfor (int i = 0; i < unknown.size(); i++) {\n\t\t\tif (unknown.get(i)[0] == x && unknown.get(i)[1] == y) {\n\t\t\t\tunknown.remove(i);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif (answerMap[x][y] == 0) {\n\t\t\tdiscoverZeroNeighbors(x, y);\n\t\t}\n\t}", "public void makePoint(String x, String y) {\n List<String> decX = putDecimal(x);\n List<String> decY = putDecimal(y);\n\n //for every string value x check if its valid, if it is, find a valid y coordinate\n for (String dx : decX) {\n if (isValid(dx)) {\n for (String dy : decY) {\n if (isValid(dy)) {\n coordinates.add(\"(\" + dx + \", \" + dy + \")\");\n }\n }\n }\n }\n }", "boolean hasHasXCoordinate();", "static Boolean pointInPgm(int x, int y) {\n return (x >= 0 ) && (y >= 0) && (x <= pgmInf.width) && (y <= pgmInf.height);\n }", "private DataPoint isUnique(ArrayList<DataPoint> points, int x, int y){\n\t\tfor(DataPoint temp:points){\n\t\t\tif(temp.x == x && temp.y == y){\n\t\t\t\treturn temp;\n\t\t\t}\n\t\t}\n\t\t\n\t\treturn null;\n\t}", "public boolean areValidCoordinates(int x, int y) {\n return (x >= 0 && x < WIDTH && y >= 0 && y < HEIGHT);\n }", "public boolean isCollision(double x, double y) {\n return false;\n }", "public void testSetLocationNegX() {\n try {\n container.setLocation(new Point(-1, 1));\n fail(\"the x of the point is -1, IllegalArgumentException is expected.\");\n } catch (IllegalArgumentException e) {\n // expected\n }\n }", "public static void main(String[] args) {\n\t\tint x, y;\r\n\t\tx = 10;\r\n\t\ty = -10;\r\n\t\tif(x > 0 && y > 0) {\r\n\t\t\tSystem.out.println(\"both numbers are positive\");\r\n\t\t}else if(x > 0 || y > 0 ) {\r\n\t\t\tSystem.out.println(\"atleast one number is positive\");\r\n\t\t}else {\r\n\t\t\tSystem.out.println(\"both numbers are negative\");\r\n\t\t}\r\n\t}", "private boolean trySolitude(int x, int y, Assignment assignment){\n\t\tint neighbors = getNeighborCount(x, y, assignment);\n\n\t\tif(neighbors == 0 || neighbors == 1)\n\t\t\treturn true;\n\n\t\treturn false;\n\t}", "protected boolean isDead(int x, int y){\n \tclearAllSigns();\n \treturn noLife(x, y);\n\t}", "boolean isYXComplete(Graph<V, E> g, V y, Set<V> X)\n {\n return X.stream().allMatch(t -> g.containsEdge(t, y));\n }", "void removeHasXCoordinate(Object oldHasXCoordinate);", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x1 = sc.nextInt();\n\t\tint y1 = sc.nextInt();\n\t\tint x2 = sc.nextInt();\n\t\tint y2 = sc.nextInt();\n\t\tint x3 = sc.nextInt();\n\t\tint y3 = sc.nextInt();\n\t\tint resultX = 0;\n\t\tint resultY = 0;\n\t\tif (x1 == x2) {\n\t\t\tresultX = x3;\n\t\t} else if (x1 == x3) {\n\t\t\tresultX = x2;\n\t\t} else {\n\t\t\tresultX = x1;\n\t\t}\n\t\tif (y1 == y2) {\n\n\t\t\tresultY = y3;\n\t\t} else if (y1 == y3) {\n\n\t\t\tresultY = y2;\n\t\t} else {\n\t\t\tresultY = y1;\n\t\t}\n\t\tSystem.out.println(resultX+\" \"+resultY);\n\t}", "public boolean checkX2()\n {\n if(this.getX()>495) {\n return true;\n }\n else\n return false;\n\n }", "@Override\n public boolean equals(Object obj) {\n if (obj == null) {\n return false;\n }\n if (getClass() != obj.getClass()) {\n return false;\n }\n \n final Point other = (Point) obj;\n if( !(Point.memeReel(this.x, other.getX()) && Point.memeReel(this.y, other.getY())) ) {\n return false;\n }\n\n return true;\n }", "public void setXY(int rettangolo_X, int rettangolo_Y){\n \tboolean bo = informaPreUpdate();\n\t\trettangoloY = rettangolo_Y;\n\t\trettangoloX = rettangolo_X;\n\t\tinformaPostUpdate(bo);\n }", "@Override\n\tpublic boolean contains(int x, int y) {\n\t\treturn (x > Math.min(x1, x2) && x < Math.max(x1, x2) && y > Math.min(y1, y2) && y < Math.max(y1, y2));\n\t}", "public boolean isN(int X, int Y, int x, int y){\n if(X - x < 2 && X - x> -2 && Y - y < 2 && Y - y> -2 && mines[x][y]==1){//tuk proverqvame dali razlikite na koordinatite na dvete sravnqvani kutii sa v definicionntata oblast(-1;1),zashtoto ako sa s razlika v tova dm znachi che se dopirat (shte go obqsnq po dobre irl)\r\n return true;\r\n }\r\n return false;\r\n }", "private boolean aUnMissileQuiOccupeLaPosition(int x, int y) {\n\t\treturn this.aUnMissile() && missile.occupeLaPosition(x, y);\n\t}", "private boolean spawn(int x, int y) {\n\t\treturn false;\n\t}", "private void zeroSolver(int x, int y) {\n\t\t// Create stack\n\t\tStack<int[]> stack = new Stack<>();\n\t\tstack.add(new int[]{x, y});\n\t\t\n\n\t\twhile (!stack.empty() && !game.isDone()) {\n\t\t\tint[] coords = stack.pop();\n\t\t\t\n\t\t\tint dx = coords[0];\n\t\t\tint dy = coords[1];\n\t\t\t\n\t\t\tif (dx < 0 || dx >= game.getHeight() || dy < 0 || dy >= game.getWidth()) {\n\t\t\t\tcontinue;\n\t\t\t} \n\n\t\t\tTile currTile = game.getTile(dx, dy);\n\t\t\t\n\t\t\tif (currTile.isShown()) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tunmarkedTile(dx, dy, true);\n\t\t\t\t\t\n\t\t\tif(currTile.getAdjBombs() == 0 && currTile != null) {\n\n\t\t\t\tint[][] checkbox = {\n\t\t\t\t\t\t{dx-1, dy+1}, {dx, dy+1}, {dx+1, dy+1},\n\t\t\t\t\t\t{dx-1, dy}, {dx+1, dy},\n\t\t\t\t\t\t{dx-1, dy-1}, {dx , dy-1}, {dx+1, dy-1}\n\t\t\t\t};\n\n\t\t\t\tfor (int i = 0; i < checkbox.length; i++) {\n\t\t\t\t\tstack.push(new int[]{checkbox[i][0], checkbox[i][1]});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public boolean canCoordinateBeSpawn(int par1, int par2)\n {\n return false;\n }", "static boolean isSafe(int x, int y, int sol[][]) {\n return (x >= 0 && x < N && y >= 0 &&\n y < N && sol[x][y] == -1);\n }", "protected boolean checkRep() {\n if ( this.getX() < 0 || this.getY() < 0 || this.getX() >= 20 || this.getY() >= 20 ) {\n return false;\n }\n return true;\n }", "public final boolean checkIfInZone(int x, int y) { return (getSiege(x, y) != null); }", "private void paintPoint(int x, int y) {\n\t\traster.setDataElements(x, y, model.getDataElements(Color.BLACK.getRGB(), null));\t\t\n\t}", "private static int CoordinateFilled(int y, int x) {\r\n\t\tint retVal = y*9+x;\r\n\t\treturn retVal;\r\n\t}", "public void remove(double x, double y) {\n\t\tremove(new GPoint(x, y));\n\t}", "public boolean needCoordinates() { return needCoords; }", "public Coordinate(double x, double y) {\r\n this(x, y, Double.NaN, Double.NaN);\r\n }", "private boolean wrongPositioning(int x, int y, LoadedMap map) {\n boolean ans = false;\n if(hasAbove(x, y, map)&&(hasLeft(x, y, map)||hasRight(x, y, map))){\n ans = true;\n }else if (hasBelow(x, y, map)&&(hasLeft(x, y, map)||hasRight(x, y, map))) {\n ans = true;\n }\n return ans;\n }", "private void settingXY9Array(int x, int y, int[] arrX, int[] arrY) {\n for (int i = 0; i < 9; i++) {\n arrY[i] = y + i / 3 - 1;\n }\n arrX[0] = x - 1;\n arrX[1] = x;\n arrX[2] = x + 1;\n arrX[3] = x - 1;\n arrX[4] = x;\n arrX[5] = x + 1;\n arrX[6] = x - 1;\n arrX[7] = x;\n arrX[8] = x + 1;\n for (int i = 0; i < arrX.length; i++) {\n if (arrX[i] >= numSqW || arrX[i] < 0 || arrY[i] < 0 || arrX[i] >= numSqH) {\n arrX[i] = -1;\n arrY[i] = -1;\n }\n }\n }", "public boolean isTouched(float x1, float x2, float y1, float y2){\n input.set(Gdx.input.getX(),Gdx.input.getY(),0);\n camera.unproject(input);\n if ( input.x >= x1 && input.x <= x2 && input.y >= y1 && input.y <=y2){\n if(Gdx.input.justTouched())\n return true;\n }\n return false;\n }", "void movePiece(int destX, int destY){\r\n\t\tif(isValid(this.xPos,this.yPos,destX,destY) == true){\r\n\t\t\tthis.xPos = destX;\r\n\t\t\tthis.yPos = destY;\r\n\t\t}\r\n\t}", "@Test\n public void testCondition2()\n {\n Double[] coordinates = {5.0, -5.0, 1.0};\n boolean pass = false;\n \n // TEST if an ArgumentOutOfBoundsException is thrown when a value < 0.0:\n try\n {\n _renderable.position(coordinates);\n }\n catch(ArgumentOutOfBoundsException e)\n {\n pass = true;\n }\n \n // TEST if an ArgumentOutOfBoundsException is thrown when a value > 10.0:\n if (pass)\n {\n pass = false;\n coordinates[1] = 10.1;\n try\n {\n _renderable.position(coordinates);\n }\n catch(ArgumentOutOfBoundsException e)\n {\n pass = true;\n }\n }\n \n if (!pass)\n fail(\"ArgumentOutOfBoundsException was not thrown\");\n }", "@Test\n\tpublic void testGetX() {\n\t\t//String verify = \"Returns the correct X value for a Coordinate\";\n\t assertEquals(\"Returns the correct X value for a Coordinate\", \n\t \t\torigin.getX(), 0.0, 0.0);\n\t assertEquals(\"Returns the correct X value for a Coordinate\", \n\t \t\tbasic.getX(), 5.0, 0.0);\n\t assertEquals(\"Returns the correct X value for a Coordinate\", \n\t \t\tbasic2.getX(), 4.0, 0.0);\n\t}", "@Test\n\tpublic void test2PointsParallelYParallel() {\n\t\tLine2D line1 = new Line2D(new Point2D(11.2, 1), new Point2D(11.2, 5));\n\t\tLine2D line2 = new Line2D(new Point2D(21.2, 100), new Point2D(21.2, -55));\n\t\t\n\t\tAssert.assertTrue(\"不能正常处理两点式直线平行于Y轴的情况\", line1.isParallel(line2));\n\t}", "public void wrap(int xLow, int xHigh, int yLow, int yHigh)\n\t{\n\t\tif(x >= xHigh)\n\t\t{\n\t\t\tx = x - xHigh;\n\t\t}\n\t\t\n\t\telse if(y >= yHigh)\n\t\t{\n\t\t\ty = y - yHigh;\n\t\t}\n\t\t\n\t}", "private void assertValidPointOnEC(BigInteger x, BigInteger y) {\n BigInteger ySqr = y.multiply(y);\n BigInteger xSqr = x.multiply(x);\n BigInteger xCube = xSqr.multiply(x);\n assert (ySqr == xCube.add(xSqr.multiply(COEFF_A)).add(x)) : \"not valid ec point!\";\n\n }", "public void activateNearby(int x, int y)\r\n {\r\n for (int row = y - 1; row <= y + 1; row++)\r\n {\r\n for (int col = x - 1; col <= x + 1; col++)\r\n {\r\n if (row != y || col != x)\r\n {\r\n try\r\n {\r\n if (gameBoard.gameCells[row][col].isBomb() == false && gameBoard.gameCells[row][col].isDisable() == false)\r\n {\r\n updateCell(gameBoard.gameCells[row][col]);\r\n }\r\n } catch (ArrayIndexOutOfBoundsException e)\r\n {\r\n }\r\n }\r\n }\r\n }\r\n }", "public Coordinates shiftCoordinates(int x, int y) throws OutOfBoardException{\n if(this.x + x < 0 || this.y + y < 0){\n throw new OutOfBoardException();\n }\n return new Coordinates(this.x + x, this.y + y);\n }", "private boolean tryBorder(int x, int y){\n\n\t\treturn y == this.dimension - 1 || x == this.dimension - 1;\n\t}", "private void helper(int[][] A, int x, int y) {\n if(x >= 0 && x < A.length && y >= 0 && y < A[0].length && A[x][y] == 1) {\n A[x][y] = 2;\n for(int i = 0; i < 4; i++) {\n int new_x = x + dx[i];\n int new_y = y + dy[i];\n helper(A, new_x, new_y);\n }\n }\n }", "private void helper(int[][] A, int x, int y) {\n if(x >= 0 && x < A.length && y >= 0 && y < A[0].length && A[x][y] == 1) {\n A[x][y] = 2;\n for(int i = 0; i < 4; i++) {\n int new_x = x + dx[i];\n int new_y = y + dy[i];\n helper(A, new_x, new_y);\n }\n }\n }", "protected void moveTo(int x, int y) {\n\n if (x < 0 || x > 2)\n throw new IllegalArgumentException(\"x is out of bound\");\n\n if (y < 0 || y > 3)\n throw new IllegalArgumentException(\"y is out of bound\");\n\n this.xPosition = x;\n this.yPosition = y;\n }", "void removeHasYCoordinate(Object oldHasYCoordinate);", "@Test\r\n\t@Order(3)\r\n\tvoid testXnegative() {\r\n\t\trobot.setX(-100);\r\n\t\tassertNotEquals(-100, robot.getX() < 0 ,\"X coord test failed\\nREASON: Values less than 0 not allowed!\");\r\n\t}", "private Point convertToLogical(int x, int y)\n {\n // convert to next lowest multiple of agentGUISize using int division\n int agentGUISize = Parameters.getAgentGUISize();\n int newX = (x - viewportX) / agentGUISize;\n int newY = (y - viewportY) / agentGUISize;\n\n return new Point(newX, newY);\n }", "public void checkEnemy() {\n\t\tif (enemy != null)\n\t\tif (Integer.parseInt(getCurrentPositionX()) == enemy.getCurrentPositionX() && Integer.parseInt(getCurrentPositionY()) == enemy.getCurrentPositionY()) {\n\t\t\tx = spawnX;\n\t\t\ty = spawnY;\n\t\t}\n\t}", "boolean equals(Point other) {\n //System.out.println(\"Calling our equals method now!\");\n return (this.x == other.x) && (this.y == other.y);\n }", "@Override\n\tpublic Retorno eliminarEsquina(Double coordX, Double coordY) {\n\t\treturn new Retorno();\n\t}", "public void tellNearby(int x, int y)\r\n {\r\n // checks for nearby bombs\r\n for (int row = y - 1; row <= y + 1; row++)\r\n {\r\n for (int col = x - 1; col <= x + 1; col++)\r\n {\r\n try\r\n {\r\n gameBoard.gameCells[row][col].addBombNearby();\r\n } catch (ArrayIndexOutOfBoundsException e)\r\n {\r\n }\r\n }\r\n }\r\n }" ]
[ "0.6272379", "0.6270732", "0.6159826", "0.60555416", "0.596082", "0.595221", "0.59088933", "0.5907184", "0.5899049", "0.58828956", "0.58718157", "0.58225274", "0.5812633", "0.5808113", "0.5802439", "0.5796924", "0.57450473", "0.5735127", "0.57309544", "0.57136524", "0.56954455", "0.56886685", "0.56843376", "0.56823206", "0.5655097", "0.56103367", "0.5592854", "0.55799055", "0.5506081", "0.5498201", "0.54894316", "0.54800147", "0.54773515", "0.5468087", "0.54634", "0.54633206", "0.5459739", "0.54570377", "0.5455073", "0.54534644", "0.5438895", "0.54377204", "0.54300046", "0.5417602", "0.54128474", "0.54047275", "0.53891414", "0.53773457", "0.53694123", "0.5363171", "0.5361912", "0.53610957", "0.53597647", "0.53571606", "0.5340142", "0.53334445", "0.5333263", "0.53275293", "0.53123623", "0.53065234", "0.5304854", "0.530329", "0.53032166", "0.5301562", "0.5298313", "0.5291981", "0.5291847", "0.5290222", "0.5283705", "0.5280032", "0.5279947", "0.5279549", "0.5275617", "0.5269454", "0.5267058", "0.5266695", "0.52656263", "0.526312", "0.52496576", "0.5246109", "0.5242561", "0.52413094", "0.52407134", "0.52406746", "0.523832", "0.5237025", "0.5229861", "0.52296966", "0.52094126", "0.5208346", "0.5198637", "0.5194438", "0.5194438", "0.51935804", "0.5193187", "0.51920927", "0.5190919", "0.51893425", "0.518772", "0.51876926", "0.5181095" ]
0.0
-1
Do nothing because of X and Y.
@Override public void close() { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean legalOrNot(int x,int y) {\n\t\tif((x == 14 && y ==2) || (x== 2 && y == 14)) {\n\t\t\treturn true;\n\t\t}else if((x-y) == 1 || (x-y) == -1 ) {\n\t\t\treturn true;\n\t\t}else {\n\t\t\treturn false;\n\t\t}\n\t}", "protected boolean noLife(int x, int y){\n \tint a[] = {x - 1 , x + 1 , x , x};\n \tint b[] = {y , y , y - 1 , y + 1};\n getPoint(x, y).setSigned(true);\n\n \tfor (int i = 0 ; i < 4 ; i++){\n \t\tif (!validatePoint(a[i], b[i]))\n \t\tcontinue;\n \t\telse {\n\t\t \t\tint xx = a[i];\n\t\t \tint yy = b[i];\n\t \t\tif (getPoint(xx, yy).isSigned()) continue;\n\t \tif (getPoint(xx, yy).getState() == GoPoint.EMPTY){\n\t \t\treturn false;\n\t \t}\n\t \tif (getPoint(xx, yy).getState() == getPoint(x, y).getState())\n\t \t\tif (!noLife(a[i], b[i]))\n\t \t\t\treturn false;\n\t\t }\n\t\t}\n\t\treturn true;\n }", "private boolean setCoords(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4) {\r\n // Ensure all x co-ordinates are in the first quadrant\r\n if(x1 < 0 || x2 < 0 || x3 < 0 || x4 < 0) {\r\n throw new IllegalArgumentException(\"Error: Non-negative numbers for the X co-ordinates only\");\r\n } else if(y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0) {\r\n throw new IllegalArgumentException(\"Error: Non-negative numbers for the Y co-ordinates only\");\r\n } else if(x1 > 20 || x2 > 20 || x3 > 20 || x4 > 20) {\r\n throw new IllegalArgumentException(\"Error: X co-ordinate values cannot be greater than 20\");\r\n } else {\r\n \treturn(true);\r\n }\r\n }", "protected boolean avoidNegativeCoordinates() {\n \t\treturn false;\n \t}", "@Override\n public boolean isLocationEmpty(int x, int y)\n {\n return isLocationEmpty(null, x, y);\n }", "protected void onBadCoords()\n\t{\n\t}", "protected boolean isSingle(int x, int y){\n \tint a[] = {x - 1 , x + 1 , x , x};\n \tint b[] = {y , y , y - 1 , y + 1};\n\n for (int i = 0 ; i < 4 ; i++){\n if (!validatePoint(a[i], b[i]))\n continue;\n int xx = a[i];\n \t\tint yy = b[i];\n \t\tif (!GoPoint.isEnemy(getPoint(x, y), getPoint(xx, yy))) return false;\n \t}\n \treturn true;\n }", "public boolean apply(int x0, int y0, int x, int y);", "public void update(int x, int y) {\n\t\t\n\t\tInvalidCoordinateException ice = new InvalidCoordinateException(\"Coordinates cannot be less than 0!\");\n\t\ttry {\n\t\t\t\n\t\t\tif(x>=0) {\n\t\t\tx=xCoord;\n\t\t\t}else {\n\t\t\t\tthrow ice;\n\t\t\t}//ends else\n\t\t\tif(y>=0) {\n\t\t\ty=yCoord;\n\t\t\t}else {\n\t\t\t\tthrow ice;\n\t\t\t}//ends else\n\t\t\t\n\t\t}catch(InvalidCoordinateException s) {\n\t\t\tSystem.out.println(s.getMessage());\n\t\t}//ends catch block\n\t\t\n\t}", "boolean handleInput(float x, float y){\n return r1_.x_ <= x && r2_.x_ >= x && r1_.y_ >= y && r2_.y_ <= y;\n }", "public static void clearXY()\r\n{\r\n\tx = 0;\r\n\ty = 0; \r\n\t\r\n}", "public void verificaCoordenada() {\r\n\t\tif (X < 0) {\r\n\t\t\tX = Const.TAMANHO - 1;\r\n\t\t} else {\r\n\t\t\tX = X % Const.TAMANHO;\r\n\t\t}\r\n\r\n\t\tif (Y < 0) {\r\n\t\t\tY = Const.TAMANHO - 1;\r\n\t\t} else {\r\n\t\t\tY = Y % Const.TAMANHO;\r\n\t\t}\r\n\t}", "private void computeXY(int x, int y){\n\n for (int x1 = x-1; x1 <= x+1; x1++) {\n for (int y1 = y-1; y1 <= y+1; y1++) {\n switch ((int)generator.cellHashes.get(ccells.cell2Hash(x1,y1))){\n case 3:\n ncells.set(x1,y1,false);\n break;\n case 1:\n ncells.set(x1,y1,true);\n break;\n case 0:\n ncells.set(x1,y1,ccells.get(x1,y1));\n break;\n }\n }\n }\n }", "private static boolean isValid(int x, int y)\n\t {\n\t if (x < M && y < N && x >= 0 && y >= 0) {\n\t return true;\n\t }\n\t \n\t return false;\n\t }", "@Override\n\tpublic double operation(int xValue, int yValue) {\n\t\treturn -1;\n\t}", "public boolean validMove(int x, int y){\n if(!super.validMove(x, y)){\n return false;\n }\n if(((Math.abs(x - this.x()) == 2) && (Math.abs(y - this.y()) == 1))\n || ((Math.abs(x - this.x()) == 1) && (Math.abs(y - this.y()) == 2))){\n return true;\n }else{\n return false;\n }\n }", "@Test\n\tvoid testCheckCoordinates2() {\n\t\tassertTrue(DataChecker.checkCoordinate(-1));\n\t}", "void setXandY(double x, double y){\r\n\t\tthis.x=x;\r\n\t\tthis.y=y;\r\n\t}", "@Test\n\tvoid testCheckCoordinates4() {\n\t\tassertFalse(DataChecker.checkCoordinate(-100));\n\t}", "private boolean isValidCoordinate(int x, int y) {\n return x >= 0 && x < gameState.mapSize\n && y >= 0 && y < gameState.mapSize;\n }", "public boolean setBothCoordinates(){\r\n\r\n double[] results;\r\n\r\n if((results = getCoordinates(locationA)) == null){\r\n Toast.makeText(this, \"Try another location for A!\", Toast.LENGTH_LONG).show();\r\n return false;\r\n }else{\r\n latA = results[0];\r\n lonA = results[1];\r\n }\r\n\r\n if((results = getCoordinates(locationB)) == null){\r\n Toast.makeText(this, \"Try another location for B!\", Toast.LENGTH_LONG).show();\r\n return false;\r\n }else{\r\n latB = results[0];\r\n lonB = results[1];\r\n }\r\n\r\n getMidPoint();\r\n\r\n return true;\r\n }", "boolean canPickup(int x, int y) {\n return ((posX == x) && (posY == y));\n }", "private boolean canCaptureSomewhere(int x, int y){\n\t\tfor (int i = -2; i <= 2; i=i+4){\n\t\t\tfor (int j = -2; j <= 2; j=j+4){\n\t\t\t\tif (!(x+i < 0 || x+i > N\t\t\n\t\t\t\t|| y+j < 0 || y+j > N)){\t\t//don't give validMove impossible final coordinates\n\t\t\t\t\tif (validMove(x, y, x+i, y+j)) return true;\t\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn false;\n\t}", "public void runAway(int x, int y) {\n\t\tif(getX() >= x) {\n\t\t\tif(getY() < y) {\n\t\t\t\tgo2position(x+20, y-20);\n\t\t\t}else {\n\t\t\t\tgo2position(x+20, y+20);\n\t\t\t}\n\t\t}\n\t\tif(getX() < x) {\n\t\t\tif(getY() < y) {\n\t\t\t\tgo2position(x-20, y-20);\n\t\t\t}else {\n\t\t\t\tgo2position(x-20, y+20);\n\t\t\t}\n\t\t}\n\t}", "public void NoCoordinatesValidMoveTwoInput(int worker) {\n notifyNoCoordinatesValidMoveTwoInput(worker, this.getCurrentTurn().getCurrentPlayer().getNickname());\n }", "private GoodPoint(double x, double y) {\n this.x = x;\n this.y = y;\n }", "@Override\n public boolean isLocationValid(int x, int y)\n {\n return master.isLocationValid(x, y);\n }", "public void NoCoordinatesValidBuildTwoInput(int worker) {\n notifyNoCoordinatesValidBuildTwoInput(worker, this.getCurrentTurn().getCurrentPlayer().getNickname());\n }", "@Test\n\tpublic void test2PointsParallelXParallel() {\n\t\tLine2D line1 = new Line2D(new Point2D(1, 11.2), new Point2D(5, 11.2));\n\t\tLine2D line2 = new Line2D(new Point2D(100, 11), new Point2D(-55, 11));\n\t\t\n\t\tAssert.assertTrue(\"不能正常处理两点式直线平行于x轴的情况\", line1.isParallel(line2));\n\t}", "@Override\n\tprotected void moveto(World world, double x, double y)\n\t{\n\t\t// If the destination is not blocked by terrain, move there\n\t\tif (!world.terrainBlocks(x + halfPlayerWidth(), y - halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x - halfPlayerWidth(), y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x + halfPlayerWidth(), y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x - halfPlayerWidth(), y - halfPlayerHeight()))\n\t\t{\n\t\t\tthis.x = x;\n\t\t\tthis.y = y;\n\t\t}\n\t\t// Else: Check vertically collision\n\t\telse if (!world.terrainBlocks(this.x + halfPlayerWidth(), y - halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(this.x - halfPlayerWidth(), y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(this.x + halfPlayerWidth(), y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(this.x - halfPlayerWidth(), y - halfPlayerHeight()))\n\t\t{\n\t\t\tthis.y = y;\n\n\t\t\tthis.drawMissile = false;\n\t\t}\n\t\t// Else: Check horizontally collision\n\t\telse if (!world.terrainBlocks(x + halfPlayerWidth(), this.y - halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x - halfPlayerWidth(), this.y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x + halfPlayerWidth(), this.y + halfPlayerHeight()) &&\n\t\t\t\t!world.terrainBlocks(x - halfPlayerWidth(), this.y - halfPlayerHeight()))\n\t\t{\n\t\t\tthis.x = x;\n\n\t\t\tthis.drawMissile = false;\n\t\t}\n\t}", "public void setXY(double anX, double aY) { setX(anX); setY(aY); }", "private boolean alreadyHit(int x, int y) {\n for (int i = 0; i < hitCount; i++){\n if (x == hitList[i].x && y == hitList[i].y){\n return true;\n }\n }\n for (int i = 0; i < missCount; i++) {\n if (x == missList[i].x && y == missList[i].y) {\n return true;\n }\n }\n return false;\n }", "public void doMove(int x, int y, int x1, int y1) throws IllegalCoordinateException, IllegalMoveException {\n field.doMove(x, y, x1, y1);\n checkGameOver();\n checkEndGame();\n }", "public boolean checkAvailability(int x0, int y0, int newX, int newY) {\n\n int vectorX = newX - x0;\n int vectorY = newY - y0;\n\n if ((Math.abs(vectorX) == 1 && Math.abs(vectorY) == 2) ||\n (Math.abs(vectorX) == 2 && Math.abs(vectorY) == 1)) {\n return true;\n }\n\n return false;\n }", "public void seDeplacer(int x , int y)\n\t{\n\t\tif(this.coordoneX - x <= this.porteDeplacement || this.coordoneY - y <= this.porteDeplacement)\n\t\t{\n\t\t\tthis.coordoneX = x;\n\t\t\tthis.coordoneY = y;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tthrow new IllegalArgumentException(\"Deplacement impossible\") ;\n\t\t}\t\t\n\t}", "@Override\n\tpublic void setCoordinates(double x1, double y2, double x2, double y1) {\n\t\tthis.x1 = x1;\n\t\tthis.y1 = y1;\n\t\tthis.x2 = x2;\n\t\tthis.y2 = y2;\n\t\t\n\t}", "public void mark(int x, int y) {\n\t\tcoveredMap[x][y] = SIGN_MARK;\n\t\tnettleToMark--;\n\t\tfor (int i = 0; i < unknown.size(); i++) {\n\t\t\tif (unknown.get(i)[0] == x && unknown.get(i)[1] == y) {\n\t\t\t\tunknown.remove(i);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}", "@Override\n public boolean hitTest(double x, double y) {\n return rect.hitTest(x, y) || marker.hitTest(x, y);\n }", "public void zmienPozycjePojazdu(int x, int y)\n\t{\n\t\tpojazd.zmienPozycje(x, y);\n\t}", "private void flagSolver(int x, int y) {\n\t\tint flagsNear = 0;\n\t\tint tempX, tempY;\n\t\tTile tempTile;\n\t\tfor(int i = -1; i <= 1; i++) {\n\t\t\ttempY = y + i;\n\t\t\tfor(int j = -1; j <= 1; j++) {\n\t\t\t\ttempX = x + j;\n\t\t\t\tif(!(tempX == x && tempY == y)) {\n\t\t\t\t\ttempTile = game.getTile(tempX, tempY);\n\t\t\t\t\tif(!(tempTile == null) && tempTile.getMarker() == 1) {\n\t\t\t\t\t\tflagsNear++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(flagsNear == game.getTile(x, y).getAdjBombs()) {\n\t\t\tfor(int i = -1; i <= 1; i++) {\n\t\t\t\ttempY = y + i;\n\t\t\t\tfor(int j = -1; j <= 1; j++) {\n\t\t\t\t\ttempX = x + j;\n\t\t\t\t\tif(!(tempX == x && tempY == y)) {\n\t\t\t\t\t\ttempTile = game.getTile(tempX, tempY);\n\t\t\t\t\t\tif(!(tempTile == null) && !(tempTile.getMarker() == 1)) {\n\t\t\t\t\t\t\tunmarkedTile(tempX, tempY, false);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "private boolean isValid(int x,int y){\n\t\treturn x > -1 && y > -1 && x < width && y<height;\n\t }", "@Override\r\n\tpublic boolean possibleMove(int x, int y) {\n\t\tif (this.sameColor(Board.getPiece(x, y)) == true) {\r\n\t\t\treturn false;\r\n\t\t}\r\n\r\n\t\tif (Math.abs(this.getY() - y) == 2 && Math.abs(this.getX() - x) == 1\r\n\t\t\t\t|| Math.abs(this.getY() - y) == 1 && Math.abs(this.getX() - x) == 2) {\r\n\t\t\treturn true;\r\n\t\t}\r\n\r\n\t\treturn false;\r\n\t}", "public boolean isLegalMove(int x, int y, int x1, int y1) {\n return field.isLegalMove(x, y, x1, y1);\n }", "public boolean isNull(int x, int y){\r\n\t\tif (_squares[(int)x/20][(int)y/20] == null){\r\n\t\t\treturn true;\r\n\t\t}else{\r\n\t\t\treturn false;\r\n\t\t}\r\n\t}", "boolean isDone(){\n\t\t\n\t\treturn (x0==x1 && y0==y1);\n\t}", "@Test\n\tvoid testCheckCoordinates5() {\n\t\tassertFalse(DataChecker.checkCoordinate(100));\n\t}", "double apply(double x, double y) {\n switch (this) {\n case PLUS: return x + y;\n case MINUS: return x - y;\n case TIMES: return x * y;\n case DEVICE: return x / y;\n }\n throw new AssertionError(\"unknwon op: \" + this);\n }", "public boolean esTransitable(int x, int y)\n {\n return (this.capaTransitable.getCell(x,y)!=null);\n }", "public void probe(int x, int y) {\n\t\tif (answerMap[x][y] == -1) {\n\t\t\tisSafe = false;\n\t\t\tcoveredMap[x][y] = SIGN_NETTLE;\n\t\t}\n\t\telse {\n\t\t\tcoveredMap[x][y] = (char) ('0' + answerMap[x][y]);\n\t\t}\n\t\tfor (int i = 0; i < unknown.size(); i++) {\n\t\t\tif (unknown.get(i)[0] == x && unknown.get(i)[1] == y) {\n\t\t\t\tunknown.remove(i);\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif (answerMap[x][y] == 0) {\n\t\t\tdiscoverZeroNeighbors(x, y);\n\t\t}\n\t}", "public void makePoint(String x, String y) {\n List<String> decX = putDecimal(x);\n List<String> decY = putDecimal(y);\n\n //for every string value x check if its valid, if it is, find a valid y coordinate\n for (String dx : decX) {\n if (isValid(dx)) {\n for (String dy : decY) {\n if (isValid(dy)) {\n coordinates.add(\"(\" + dx + \", \" + dy + \")\");\n }\n }\n }\n }\n }", "static Boolean pointInPgm(int x, int y) {\n return (x >= 0 ) && (y >= 0) && (x <= pgmInf.width) && (y <= pgmInf.height);\n }", "private DataPoint isUnique(ArrayList<DataPoint> points, int x, int y){\n\t\tfor(DataPoint temp:points){\n\t\t\tif(temp.x == x && temp.y == y){\n\t\t\t\treturn temp;\n\t\t\t}\n\t\t}\n\t\t\n\t\treturn null;\n\t}", "boolean hasHasXCoordinate();", "public boolean areValidCoordinates(int x, int y) {\n return (x >= 0 && x < WIDTH && y >= 0 && y < HEIGHT);\n }", "public boolean isCollision(double x, double y) {\n return false;\n }", "public static void main(String[] args) {\n\t\tint x, y;\r\n\t\tx = 10;\r\n\t\ty = -10;\r\n\t\tif(x > 0 && y > 0) {\r\n\t\t\tSystem.out.println(\"both numbers are positive\");\r\n\t\t}else if(x > 0 || y > 0 ) {\r\n\t\t\tSystem.out.println(\"atleast one number is positive\");\r\n\t\t}else {\r\n\t\t\tSystem.out.println(\"both numbers are negative\");\r\n\t\t}\r\n\t}", "public void testSetLocationNegX() {\n try {\n container.setLocation(new Point(-1, 1));\n fail(\"the x of the point is -1, IllegalArgumentException is expected.\");\n } catch (IllegalArgumentException e) {\n // expected\n }\n }", "private boolean trySolitude(int x, int y, Assignment assignment){\n\t\tint neighbors = getNeighborCount(x, y, assignment);\n\n\t\tif(neighbors == 0 || neighbors == 1)\n\t\t\treturn true;\n\n\t\treturn false;\n\t}", "protected boolean isDead(int x, int y){\n \tclearAllSigns();\n \treturn noLife(x, y);\n\t}", "boolean isYXComplete(Graph<V, E> g, V y, Set<V> X)\n {\n return X.stream().allMatch(t -> g.containsEdge(t, y));\n }", "void removeHasXCoordinate(Object oldHasXCoordinate);", "public boolean checkX2()\n {\n if(this.getX()>495) {\n return true;\n }\n else\n return false;\n\n }", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint x1 = sc.nextInt();\n\t\tint y1 = sc.nextInt();\n\t\tint x2 = sc.nextInt();\n\t\tint y2 = sc.nextInt();\n\t\tint x3 = sc.nextInt();\n\t\tint y3 = sc.nextInt();\n\t\tint resultX = 0;\n\t\tint resultY = 0;\n\t\tif (x1 == x2) {\n\t\t\tresultX = x3;\n\t\t} else if (x1 == x3) {\n\t\t\tresultX = x2;\n\t\t} else {\n\t\t\tresultX = x1;\n\t\t}\n\t\tif (y1 == y2) {\n\n\t\t\tresultY = y3;\n\t\t} else if (y1 == y3) {\n\n\t\t\tresultY = y2;\n\t\t} else {\n\t\t\tresultY = y1;\n\t\t}\n\t\tSystem.out.println(resultX+\" \"+resultY);\n\t}", "@Override\n public boolean equals(Object obj) {\n if (obj == null) {\n return false;\n }\n if (getClass() != obj.getClass()) {\n return false;\n }\n \n final Point other = (Point) obj;\n if( !(Point.memeReel(this.x, other.getX()) && Point.memeReel(this.y, other.getY())) ) {\n return false;\n }\n\n return true;\n }", "public void setXY(int rettangolo_X, int rettangolo_Y){\n \tboolean bo = informaPreUpdate();\n\t\trettangoloY = rettangolo_Y;\n\t\trettangoloX = rettangolo_X;\n\t\tinformaPostUpdate(bo);\n }", "private boolean aUnMissileQuiOccupeLaPosition(int x, int y) {\n\t\treturn this.aUnMissile() && missile.occupeLaPosition(x, y);\n\t}", "@Override\n\tpublic boolean contains(int x, int y) {\n\t\treturn (x > Math.min(x1, x2) && x < Math.max(x1, x2) && y > Math.min(y1, y2) && y < Math.max(y1, y2));\n\t}", "public boolean isN(int X, int Y, int x, int y){\n if(X - x < 2 && X - x> -2 && Y - y < 2 && Y - y> -2 && mines[x][y]==1){//tuk proverqvame dali razlikite na koordinatite na dvete sravnqvani kutii sa v definicionntata oblast(-1;1),zashtoto ako sa s razlika v tova dm znachi che se dopirat (shte go obqsnq po dobre irl)\r\n return true;\r\n }\r\n return false;\r\n }", "private boolean spawn(int x, int y) {\n\t\treturn false;\n\t}", "static boolean isSafe(int x, int y, int sol[][]) {\n return (x >= 0 && x < N && y >= 0 &&\n y < N && sol[x][y] == -1);\n }", "private void zeroSolver(int x, int y) {\n\t\t// Create stack\n\t\tStack<int[]> stack = new Stack<>();\n\t\tstack.add(new int[]{x, y});\n\t\t\n\n\t\twhile (!stack.empty() && !game.isDone()) {\n\t\t\tint[] coords = stack.pop();\n\t\t\t\n\t\t\tint dx = coords[0];\n\t\t\tint dy = coords[1];\n\t\t\t\n\t\t\tif (dx < 0 || dx >= game.getHeight() || dy < 0 || dy >= game.getWidth()) {\n\t\t\t\tcontinue;\n\t\t\t} \n\n\t\t\tTile currTile = game.getTile(dx, dy);\n\t\t\t\n\t\t\tif (currTile.isShown()) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tunmarkedTile(dx, dy, true);\n\t\t\t\t\t\n\t\t\tif(currTile.getAdjBombs() == 0 && currTile != null) {\n\n\t\t\t\tint[][] checkbox = {\n\t\t\t\t\t\t{dx-1, dy+1}, {dx, dy+1}, {dx+1, dy+1},\n\t\t\t\t\t\t{dx-1, dy}, {dx+1, dy},\n\t\t\t\t\t\t{dx-1, dy-1}, {dx , dy-1}, {dx+1, dy-1}\n\t\t\t\t};\n\n\t\t\t\tfor (int i = 0; i < checkbox.length; i++) {\n\t\t\t\t\tstack.push(new int[]{checkbox[i][0], checkbox[i][1]});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}", "public boolean canCoordinateBeSpawn(int par1, int par2)\n {\n return false;\n }", "protected boolean checkRep() {\n if ( this.getX() < 0 || this.getY() < 0 || this.getX() >= 20 || this.getY() >= 20 ) {\n return false;\n }\n return true;\n }", "public final boolean checkIfInZone(int x, int y) { return (getSiege(x, y) != null); }", "public void remove(double x, double y) {\n\t\tremove(new GPoint(x, y));\n\t}", "private static int CoordinateFilled(int y, int x) {\r\n\t\tint retVal = y*9+x;\r\n\t\treturn retVal;\r\n\t}", "private void paintPoint(int x, int y) {\n\t\traster.setDataElements(x, y, model.getDataElements(Color.BLACK.getRGB(), null));\t\t\n\t}", "public boolean needCoordinates() { return needCoords; }", "public Coordinate(double x, double y) {\r\n this(x, y, Double.NaN, Double.NaN);\r\n }", "private boolean wrongPositioning(int x, int y, LoadedMap map) {\n boolean ans = false;\n if(hasAbove(x, y, map)&&(hasLeft(x, y, map)||hasRight(x, y, map))){\n ans = true;\n }else if (hasBelow(x, y, map)&&(hasLeft(x, y, map)||hasRight(x, y, map))) {\n ans = true;\n }\n return ans;\n }", "private void settingXY9Array(int x, int y, int[] arrX, int[] arrY) {\n for (int i = 0; i < 9; i++) {\n arrY[i] = y + i / 3 - 1;\n }\n arrX[0] = x - 1;\n arrX[1] = x;\n arrX[2] = x + 1;\n arrX[3] = x - 1;\n arrX[4] = x;\n arrX[5] = x + 1;\n arrX[6] = x - 1;\n arrX[7] = x;\n arrX[8] = x + 1;\n for (int i = 0; i < arrX.length; i++) {\n if (arrX[i] >= numSqW || arrX[i] < 0 || arrY[i] < 0 || arrX[i] >= numSqH) {\n arrX[i] = -1;\n arrY[i] = -1;\n }\n }\n }", "void movePiece(int destX, int destY){\r\n\t\tif(isValid(this.xPos,this.yPos,destX,destY) == true){\r\n\t\t\tthis.xPos = destX;\r\n\t\t\tthis.yPos = destY;\r\n\t\t}\r\n\t}", "@Test\n public void testCondition2()\n {\n Double[] coordinates = {5.0, -5.0, 1.0};\n boolean pass = false;\n \n // TEST if an ArgumentOutOfBoundsException is thrown when a value < 0.0:\n try\n {\n _renderable.position(coordinates);\n }\n catch(ArgumentOutOfBoundsException e)\n {\n pass = true;\n }\n \n // TEST if an ArgumentOutOfBoundsException is thrown when a value > 10.0:\n if (pass)\n {\n pass = false;\n coordinates[1] = 10.1;\n try\n {\n _renderable.position(coordinates);\n }\n catch(ArgumentOutOfBoundsException e)\n {\n pass = true;\n }\n }\n \n if (!pass)\n fail(\"ArgumentOutOfBoundsException was not thrown\");\n }", "public boolean isTouched(float x1, float x2, float y1, float y2){\n input.set(Gdx.input.getX(),Gdx.input.getY(),0);\n camera.unproject(input);\n if ( input.x >= x1 && input.x <= x2 && input.y >= y1 && input.y <=y2){\n if(Gdx.input.justTouched())\n return true;\n }\n return false;\n }", "@Test\n\tpublic void test2PointsParallelYParallel() {\n\t\tLine2D line1 = new Line2D(new Point2D(11.2, 1), new Point2D(11.2, 5));\n\t\tLine2D line2 = new Line2D(new Point2D(21.2, 100), new Point2D(21.2, -55));\n\t\t\n\t\tAssert.assertTrue(\"不能正常处理两点式直线平行于Y轴的情况\", line1.isParallel(line2));\n\t}", "@Test\n\tpublic void testGetX() {\n\t\t//String verify = \"Returns the correct X value for a Coordinate\";\n\t assertEquals(\"Returns the correct X value for a Coordinate\", \n\t \t\torigin.getX(), 0.0, 0.0);\n\t assertEquals(\"Returns the correct X value for a Coordinate\", \n\t \t\tbasic.getX(), 5.0, 0.0);\n\t assertEquals(\"Returns the correct X value for a Coordinate\", \n\t \t\tbasic2.getX(), 4.0, 0.0);\n\t}", "private void assertValidPointOnEC(BigInteger x, BigInteger y) {\n BigInteger ySqr = y.multiply(y);\n BigInteger xSqr = x.multiply(x);\n BigInteger xCube = xSqr.multiply(x);\n assert (ySqr == xCube.add(xSqr.multiply(COEFF_A)).add(x)) : \"not valid ec point!\";\n\n }", "public void wrap(int xLow, int xHigh, int yLow, int yHigh)\n\t{\n\t\tif(x >= xHigh)\n\t\t{\n\t\t\tx = x - xHigh;\n\t\t}\n\t\t\n\t\telse if(y >= yHigh)\n\t\t{\n\t\t\ty = y - yHigh;\n\t\t}\n\t\t\n\t}", "public void activateNearby(int x, int y)\r\n {\r\n for (int row = y - 1; row <= y + 1; row++)\r\n {\r\n for (int col = x - 1; col <= x + 1; col++)\r\n {\r\n if (row != y || col != x)\r\n {\r\n try\r\n {\r\n if (gameBoard.gameCells[row][col].isBomb() == false && gameBoard.gameCells[row][col].isDisable() == false)\r\n {\r\n updateCell(gameBoard.gameCells[row][col]);\r\n }\r\n } catch (ArrayIndexOutOfBoundsException e)\r\n {\r\n }\r\n }\r\n }\r\n }\r\n }", "public Coordinates shiftCoordinates(int x, int y) throws OutOfBoardException{\n if(this.x + x < 0 || this.y + y < 0){\n throw new OutOfBoardException();\n }\n return new Coordinates(this.x + x, this.y + y);\n }", "private boolean tryBorder(int x, int y){\n\n\t\treturn y == this.dimension - 1 || x == this.dimension - 1;\n\t}", "private void helper(int[][] A, int x, int y) {\n if(x >= 0 && x < A.length && y >= 0 && y < A[0].length && A[x][y] == 1) {\n A[x][y] = 2;\n for(int i = 0; i < 4; i++) {\n int new_x = x + dx[i];\n int new_y = y + dy[i];\n helper(A, new_x, new_y);\n }\n }\n }", "private void helper(int[][] A, int x, int y) {\n if(x >= 0 && x < A.length && y >= 0 && y < A[0].length && A[x][y] == 1) {\n A[x][y] = 2;\n for(int i = 0; i < 4; i++) {\n int new_x = x + dx[i];\n int new_y = y + dy[i];\n helper(A, new_x, new_y);\n }\n }\n }", "protected void moveTo(int x, int y) {\n\n if (x < 0 || x > 2)\n throw new IllegalArgumentException(\"x is out of bound\");\n\n if (y < 0 || y > 3)\n throw new IllegalArgumentException(\"y is out of bound\");\n\n this.xPosition = x;\n this.yPosition = y;\n }", "void removeHasYCoordinate(Object oldHasYCoordinate);", "@Test\r\n\t@Order(3)\r\n\tvoid testXnegative() {\r\n\t\trobot.setX(-100);\r\n\t\tassertNotEquals(-100, robot.getX() < 0 ,\"X coord test failed\\nREASON: Values less than 0 not allowed!\");\r\n\t}", "private Point convertToLogical(int x, int y)\n {\n // convert to next lowest multiple of agentGUISize using int division\n int agentGUISize = Parameters.getAgentGUISize();\n int newX = (x - viewportX) / agentGUISize;\n int newY = (y - viewportY) / agentGUISize;\n\n return new Point(newX, newY);\n }", "public void checkEnemy() {\n\t\tif (enemy != null)\n\t\tif (Integer.parseInt(getCurrentPositionX()) == enemy.getCurrentPositionX() && Integer.parseInt(getCurrentPositionY()) == enemy.getCurrentPositionY()) {\n\t\t\tx = spawnX;\n\t\t\ty = spawnY;\n\t\t}\n\t}", "@Override\n\tpublic Retorno eliminarEsquina(Double coordX, Double coordY) {\n\t\treturn new Retorno();\n\t}", "boolean equals(Point other) {\n //System.out.println(\"Calling our equals method now!\");\n return (this.x == other.x) && (this.y == other.y);\n }", "public void tellNearby(int x, int y)\r\n {\r\n // checks for nearby bombs\r\n for (int row = y - 1; row <= y + 1; row++)\r\n {\r\n for (int col = x - 1; col <= x + 1; col++)\r\n {\r\n try\r\n {\r\n gameBoard.gameCells[row][col].addBombNearby();\r\n } catch (ArrayIndexOutOfBoundsException e)\r\n {\r\n }\r\n }\r\n }\r\n }" ]
[ "0.6274982", "0.6272596", "0.61587757", "0.60544", "0.59620667", "0.5950558", "0.5907734", "0.590574", "0.5898659", "0.5882396", "0.5870522", "0.5821193", "0.5811302", "0.5809177", "0.58000565", "0.57978696", "0.5742766", "0.57326514", "0.5729215", "0.5714978", "0.5692767", "0.5689019", "0.56856257", "0.568232", "0.56551296", "0.5610764", "0.55926347", "0.5579829", "0.5504583", "0.5499605", "0.54871535", "0.5481593", "0.5476614", "0.54661083", "0.5462765", "0.5460683", "0.54601514", "0.54572034", "0.54552287", "0.5453771", "0.54401064", "0.5438451", "0.5431595", "0.5419438", "0.5409906", "0.54026866", "0.53883946", "0.53768283", "0.53705484", "0.53635824", "0.53613317", "0.5360651", "0.5359472", "0.5358373", "0.5342263", "0.53339744", "0.533317", "0.5328618", "0.5315367", "0.5305466", "0.53034246", "0.53027475", "0.5302484", "0.53", "0.52961046", "0.52927774", "0.5292594", "0.5292238", "0.5284112", "0.5281726", "0.52811635", "0.5279284", "0.52748317", "0.5271015", "0.52673966", "0.52672505", "0.5264948", "0.5260136", "0.5250823", "0.52476656", "0.52420264", "0.5240952", "0.5240886", "0.5240686", "0.52368265", "0.5236595", "0.5229253", "0.52289414", "0.5208571", "0.5207078", "0.52006274", "0.51940113", "0.51940113", "0.5193862", "0.51933306", "0.5191512", "0.5190195", "0.51897144", "0.51882696", "0.5185089", "0.51812685" ]
0.0
-1
TODO Autogenerated method stub
@Override public Boolean isEmpty() { return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
@Override public void delete(Key key) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
TODO Autogenerated method stub
@Override public Iterator<Key> iterator() { return null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExras() {\n\n\t}", "@Override\r\n\tpublic void anularFact() {\n\t\t\r\n\t}", "@Override\n\tpublic void entrenar() {\n\t\t\n\t}", "@Override\n\tpublic void nadar() {\n\t\t\n\t}", "@Override\r\n\tpublic void tires() {\n\t\t\r\n\t}", "@Override\r\n\t\t\tpublic void ayuda() {\n\r\n\t\t\t}", "@Override\n\tprotected void interr() {\n\t}", "@Override\n\tpublic void emprestimo() {\n\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n\tpublic void gravarBd() {\n\t\t\n\t}", "@Override\r\n\tpublic void rozmnozovat() {\n\t}", "@Override\r\n\tpublic void dormir() {\n\t\t\r\n\t}", "@Override\n protected void getExras() {\n }", "@Override\r\n\tpublic void publierEnchere() {\n\t\t\r\n\t}", "@Override\n\tpublic void nefesAl() {\n\n\t}", "@Override\n\tpublic void ligar() {\n\t\t\n\t}", "@Override\n public void func_104112_b() {\n \n }", "@Override\n\tprotected void initdata() {\n\n\t}", "@Override\n\tpublic void nghe() {\n\n\t}", "@Override\n public void function()\n {\n }", "@Override\n public void function()\n {\n }", "public final void mo51373a() {\n }", "@Override\r\n\tpublic void stehReagieren() {\r\n\t\t//\r\n\t}", "@Override\n public void inizializza() {\n\n super.inizializza();\n }", "@Override\n\tprotected void initData() {\n\t\t\n\t}", "@Override\r\n\t\tpublic void init() {\n\t\t\t\r\n\t\t}", "@Override\n\tpublic void sacrifier() {\n\t\t\n\t}", "@Override\r\n\tprotected void InitData() {\n\t\t\r\n\t}", "public void designBasement() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initialize() {\r\n\t\t\r\n\t\t\r\n\t}", "public void gored() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\r\n\t}", "@Override\n\tpublic void einkaufen() {\n\t}", "@Override\n protected void initialize() {\n\n \n }", "public void mo38117a() {\n }", "@Override\n\tprotected void getData() {\n\t\t\n\t}", "Constructor() {\r\n\t\t \r\n\t }", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void dibujar() {\n\t\t\r\n\t}", "@Override\n\tpublic void one() {\n\t\t\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "@Override\r\n\tprotected void initData() {\n\t\t\r\n\t}", "private stendhal() {\n\t}", "@Override\n\tprotected void update() {\n\t\t\n\t}", "@Override\n\t\t\tpublic void ic() {\n\t\t\t\t\n\t\t\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tprotected void initData() {\n\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\t\t\n\t}", "@Override\n public void init() {\n\n }", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\n\tprotected void initialize() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void init() {\n\t\t\r\n\t}", "@Override\n\tpublic void debite() {\n\t\t\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "@Override\r\n\tpublic void init() {\n\r\n\t}", "public contrustor(){\r\n\t}", "@Override\n\tprotected void initialize() {\n\n\t}", "@Override\r\n\tpublic void dispase() {\n\r\n\t}", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "public void mo55254a() {\n }", "@Override\n\tpublic void dtd() {\n\t\t\n\t}", "@Override\n\tprotected void logic() {\n\n\t}", "@Override\n\tprotected void lazyLoad() {\n\t\t\n\t}", "public void mo4359a() {\n }", "@Override\r\n\tprotected void initialize() {\n\r\n\t}", "@Override\n public void memoria() {\n \n }", "@Override\n\t\tpublic void method() {\n\t\t\t\n\t\t}", "private RepositorioAtendimentoPublicoHBM() {\r\t}", "@Override\n protected void initialize() \n {\n \n }", "@Override\r\n\tpublic void getProposition() {\n\r\n\t}", "@Override\n\tpublic void particular1() {\n\t\t\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n\tpublic void init() {\n\n\t}", "@Override\n protected void prot() {\n }", "@Override\r\n\tpublic void init()\r\n\t{\n\t}", "@Override\n\tprotected void initValue()\n\t{\n\n\t}", "public void mo55254a() {\n }" ]
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.6080161", "0.6077022", "0.6041561", "0.6024072", "0.6020252", "0.59984857", "0.59672105", "0.59672105", "0.5965777", "0.59485507", "0.5940904", "0.59239364", "0.5910017", "0.5902906", "0.58946234", "0.5886006", "0.58839184", "0.58691067", "0.5857751", "0.58503544", "0.5847024", "0.58239377", "0.5810564", "0.5810089", "0.5806823", "0.5806823", "0.5800025", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5792378", "0.5790187", "0.5789414", "0.5787092", "0.57844025", "0.57844025", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5774479", "0.5761362", "0.57596046", "0.57596046", "0.575025", "0.575025", "0.575025", "0.5747959", "0.57337177", "0.57337177", "0.57337177", "0.5721452", "0.5715831", "0.57142824", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.57140535", "0.5711723", "0.57041645", "0.56991017", "0.5696783", "0.56881124", "0.56774884", "0.56734604", "0.56728", "0.56696945", "0.5661323", "0.5657007", "0.5655942", "0.5655942", "0.5655942", "0.56549734", "0.5654792", "0.5652974", "0.5650185" ]
0.0
-1
Creates new form FormTestte
public TelaPesquisarClientes() { initComponents(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "FORM createFORM();", "public static void create(Formulario form){\n daoFormulario.create(form);\n }", "public static Result newForm() {\n return ok(newForm.render(palletForm, setOfArticleForm));\n }", "public FormInserir() {\n initComponents();\n }", "public void testFormTester()\n\t{\n\t\ttester.startPage(MockFormPage.class);\n\t\tMockFormPage page = (MockFormPage)tester.getLastRenderedPage();\n\t\tMockDomainObject domainObject = page.getDomainObject();\n\n\t\tassertNotNull(domainObject);\n\t\tassertNull(domainObject.getText());\n\t\tassertNull(domainObject.getTextarea());\n\t\tassertFalse(domainObject.isCheckbox());\n\n\t\tFormTester formTester = tester.newFormTester(\"form\");\n\t\tformTester.setValue(\"text\", \"Mock text value\");\n\t\tformTester.setValue(\"textarea\", \"Mock textarea value\");\n\t\tformTester.setValue(\"checkbox\", \"true\");\n\t\tformTester.submit();\n\n\t\tassertNotNull(domainObject);\n\t\tassertNotNull(domainObject.getText());\n\t\tassertNotNull(domainObject.getTextarea());\n\t\tassertTrue(domainObject.isCheckbox());\n\t}", "@Test\n public void newTeacher() {\n driver.get(\"http://localhost:3000/teacher\");\n log.info(() -> \"Successfully enter the localhost:3000/teacher for adding a new teacher. time: \" + LocalDateTime.now());\n\n //Button for opening teacher form\n WebElement buttonPlus = driver.findElement(By.xpath(\"/html/body/div/div/main/div[2]/button\"));\n buttonPlus.click();\n driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);\n\n TeacherForm teacherForm = new TeacherForm(driver);\n Assertions.assertTrue(teacherForm.isInitialized());\n log.info(() -> \"Teacher form is initialized! time: \" + LocalDateTime.now());\n //I found save button with xpath\n teacherForm.setSaveButton(\"/html/body/div/div/main/div[2]/div[2]/form/div[4]/button[1]\");\n teacherForm.newTeacher(\"Mirko\",\"Vukovic\", \"[email protected]\");\n\n ReceiptPage newTeacherForm = teacherForm.submitSave();\n log.info(() -> \"Submit new teacher was successfully! time: \" + LocalDateTime.now());\n Assertions.assertTrue(newTeacherForm.isInitialized());\n }", "public static FormV1 createEntity() {\n FormV1 formV1 = new FormV1()\n .customerId(DEFAULT_CUSTOMER_ID)\n .formType(DEFAULT_FORM_TYPE);\n return formV1;\n }", "public Team create(TeamDTO teamForm);", "public creacionempresa() {\n initComponents();\n mostrardatos();\n }", "@GetMapping(value = \"/create\") // https://localhost:8080/etiquetasTipoDisenio/create\n\tpublic String create(Model model) {\n\t\tetiquetasTipoDisenio etiquetasTipoDisenio = new etiquetasTipoDisenio();\n\t\tmodel.addAttribute(\"title\", \"Registro de una nuev entrega\");\n\t\tmodel.addAttribute(\"etiquetasTipoDisenio\", etiquetasTipoDisenio); // similar al ViewBag\n\t\treturn \"etiquetasTipoDisenio/form\"; // la ubicacion de la vista\n\t}", "public FormUtama() {\n initComponents();\n }", "@Override\n\tpublic void createForm(ERForm form) {\n\t\t\tString sql = \"insert into project1.reimbursementInfo (userName, fullName, thedate, eventstartdate, thelocation, description, thecost, gradingformat, passingpercentage, eventtype, filename,status,reason) values (?,?,?,?,?,?,?,?,?,?,?,?,?);\";\n\t\t\ttry {PreparedStatement stmt = conn.prepareCall(sql);\n\t\t\t//RID should auto increment, so this isnt necessary\n\t\t\t\n\t\t\tstmt.setString(1, form.getUserName());\n\t\t\tstmt.setString(2, form.getFullName());\n\t\t\tstmt.setDate(3, Date.valueOf(form.getTheDate()));\n\t\t\tstmt.setDate(4, Date.valueOf(form.getEventStartDate()));\n\t\t\tstmt.setString(5, form.getTheLocation());\n\t\t\tstmt.setString(6, form.getDescription());\n\t\t\tstmt.setDouble(7, form.getTheCost());\n\t\t\tstmt.setString(8, form.getGradingFormat());\n\t\t\tstmt.setString(9, form.getPassingPercentage());\n\t\t\tstmt.setString(10, form.getEventType());\n\t\t\tstmt.setString(11, form.getFileName());\n\t\t\tstmt.setString(12, \"pending\");\n\t\t\tstmt.setString(13, \"\");\n\t\t\tstmt.executeUpdate();\n\t\t\t\n\t\t} catch (SQLException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public Ventaform() {\n initComponents();\n }", "public void clickCreate() {\n\t\tbtnCreate.click();\n\t}", "public TorneoForm() {\n initComponents();\n }", "public Formulario() {\n initComponents();\n }", "public FrmInsertar() {\n initComponents();\n }", "public frm_tutor_subida_prueba() {\n }", "public Form(){ \n\t\tsuper(tag(Form.class)); \n\t}", "public SalidaCajaForm() {\n\t\tinicializarComponentes();\n }", "public static AssessmentCreationForm openFillCreationForm(Assessment assm) {\n openCreationSearchForm(Roles.STAFF, WingsTopMenu.WingsStaffMenuItem.P_ASSESSMENTS, Popup.Create);\n\n Logger.getInstance().info(\"Fill out the required fields with valid data\");\n AssessmentCreationForm creationForm = new AssessmentCreationForm();\n creationForm.fillAssessmentInformation(new User(Roles.STAFF), assm);\n\n return new AssessmentCreationForm();\n }", "@Override\r\n protected void createDbContentCreateEdit() {\n DbContentCreateEdit dbContentCreateEdit = new DbContentCreateEdit();\r\n dbContentCreateEdit.init(null);\r\n form.getModelObject().setDbContentCreateEdit(dbContentCreateEdit);\r\n dbContentCreateEdit.setParent(form.getModelObject());\r\n ruServiceHelper.updateDbEntity(form.getModelObject()); \r\n }", "public CrearPedidos() {\n initComponents();\n }", "private void azzeraInsertForm() {\n\t\tviewInserimento.getCmbbxTipologia().setSelectedIndex(-1);\n\t\tviewInserimento.getTxtFieldDataI().setText(\"\");\n\t\tviewInserimento.getTxtFieldValore().setText(\"\");\n\t\tviewInserimento.getTxtFieldDataI().setBackground(Color.white);\n\t\tviewInserimento.getTxtFieldValore().setBackground(Color.white);\n\t}", "public FormularioCliente() {\n initComponents();\n }", "public ProductCreate() {\n initComponents();\n }", "@Override\n\tpublic void onFormCreate(AbstractForm arg0, DataMsgBus arg1) {\n\t}", "public Form_soal() {\n initComponents();\n tampil_soal();\n }", "public void createAd(/*Should be a form*/){\n Ad ad = new Ad();\n User owner = this.user;\n Vehicle vehicle = this.vehicle;\n String \n// //ADICIONAR\n ad.setOwner();\n ad.setVehicle();\n ad.setDescription();\n ad.setPics();\n ad.setMain_pic();\n }", "public static Result startNewForm() {\r\n\t\tString formName = ChangeOrderForm.NAME;\r\n\t\tDecision firstDecision = CMSGuidedFormFill.startNewForm(formName,\r\n\t\t\t\tCMSSession.getEmployeeName(), CMSSession.getEmployeeId());\r\n\t\treturn ok(backdrop.render(firstDecision));\r\n\t}", "@GetMapping(\"/create\")\n public ModelAndView create(@ModelAttribute(\"form\") final CardCreateForm form) {\n return getCreateForm(form);\n }", "public Form getCreationForm() throws ProcessManagerException {\r\n try {\r\n Action creation = processModel.getCreateAction();\r\n return processModel.getPublicationForm(creation.getName(), currentRole,\r\n getLanguage());\r\n } catch (WorkflowException e) {\r\n throw new ProcessManagerException(\"SessionController\",\r\n \"processManager.ERR_NO_CREATION_FORM\", e);\r\n }\r\n }", "public Frm_Test() {\n initComponents();\n }", "public UserForm(){ }", "public Project_Create() {\n initComponents();\n }", "public static void insertForm(Form form) {\n\t\t\n\t\ttry {\n\t\t\tConnection connection = getConnection();\n\t\t\ttry {\n\t\t\t\tPreparedStatement statement = connection.prepareStatement(\"INSERT INTO form (form_version, form_name, field_id, field_value) \"\n\t\t\t\t\t\t+ \"VALUES ('\"+form.getTheVersion()+\"','\"+form.getTheName()+\"', '\"+form.getTheFieldId()+\"', '\"+form.getTheFieldValue()+\"')\");\n\t\t\t\t\n\t\t\t\tstatement.executeUpdate();\n\n statement.close();\n connection.close();\n\t\t\t\t\n\t\t\t}catch(SQLException ex) {\n\t\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t}catch (Exception e) {\n e.printStackTrace();\n }\n\t\t\n\t}", "public FormCadastroAutomovel() {\n initComponents();\n }", "public void crear(Tarea t) {\n t.saveIt();\n }", "@Override\n\tpublic void create(CreateCoinForm form) throws Exception {\n\t}", "private FrmMainForm() {\n }", "public FrmCrearEmpleado() {\n initComponents();\n tFecha.setDate(new Date());\n }", "public InvoiceCreate() {\n initComponents();\n }", "public MechanicForm() {\n initComponents();\n }", "public CrearProductos() {\n initComponents();\n }", "public Form() {\n initComponents();\n }", "@RequestMapping(value={\"/projects/add\"}, method= RequestMethod.GET)\r\n\tpublic String createProjectForm(Model model) {\r\n\t\tUser loggedUser= sessionData.getLoggedUser();\r\n\t\tmodel.addAttribute(\"loggedUser\", loggedUser);\r\n\t\tmodel.addAttribute(\"projectForm\", new Project());\r\n\t\treturn \"addProject\";\r\n\t}", "@GetMapping(\"/students/new\")\r\n\tpublic String createStudentForm(Model model) {\n\t\tStudent student =new Student();\r\n\t\tmodel.addAttribute(\"student\",student);\r\n\t\treturn \"create_student\";\r\n\t}", "public Form(){\n\t\ttypeOfLicenseApp = new TypeOfLicencsApplication();\n\t\toccupationalTrainingList = new ArrayList<OccupationalTraining>();\n\t\taffiadavit = new Affidavit();\n\t\tapplicationForReciprocity = new ApplicationForReciprocity();\n\t\teducationBackground = new EducationBackground();\n\t\toccupationalLicenses = new OccupationalLicenses();\n\t\tofficeUseOnlyInfo = new OfficeUseOnlyInfo();\n\t}", "public FormFuncionario(FormMenu telaPai) {\n initComponents();\n this.telaPai = telaPai;\n\n txtNome.setText(\"Nome\");\n lblNome.setVisible(false);\n txtSobrenome.setText(\"Sobrenome\");\n lblSobrenome.setVisible(false);\n campoMensagem.setVisible(false);\n lblMensagem.setVisible(false);\n\n }", "public form() {\n initComponents();\n }", "public void onNew() {\t\t\n\t\tdesignWidget.addNewForm();\n\t}", "public FormularioP() {\n initComponents();\n }", "public ServerskaForma() {\n initComponents();\n \n \n \n }", "public CadastroProdutoNew() {\n initComponents();\n }", "private void initFormCreateMode() {\n initSpinnerSelectionChamps();\n //TODO\n }", "public FormularioPregunta() {\n initComponents();\n \n setLocationRelativeTo(this);\n }", "private void fillCreateOrEditForm(String name, int branchId) {\n waitForElementVisibility(xpathFormHeading);\n String actual = assertAndGetAttributeValue(xpathFormHeading, \"innerText\");\n assertEquals(actual, FORM_HEADING,\n \"Actual heading '\" + actual + \"' should be same as expected heading '\" + FORM_HEADING\n + \"'.\");\n logger.info(\"# User is on '\" + actual + \"' form\");\n assertAndType(xpathNameTF, name);\n logger.info(\"# Entered staff name: \" + name);\n selectByValue(xpathSelectBranch, \"number:\" + branchId);\n logger.info(\"# Select branch id: \" + branchId);\n }", "public TransferOfFundsForm() {\n super();\n }", "private void newProject()\n\t{\n\t\tnew FenetreCreationProjet();\n\t}", "@Override\n\t\tpublic FormTestFacade getForm() {\n\t\t\treturn null;\n\t\t}", "@Override\n\t\tpublic FormTestFacade getForm() {\n\t\t\treturn null;\n\t\t}", "public FormCompra() {\n initComponents();\n }", "void add(String prompt, UIFormTest test);", "public PDMRelationshipForm() {\r\n initComponents();\r\n }", "public FormImportar() {\n initComponents();\n }", "@Command\n\tpublic void nuevoAnalista(){\n\t\tMap<String, Object> parametros = new HashMap<String, Object>();\n\n\t\t//parametros.put(\"recordMode\", \"NEW\");\n\t\tllamarFormulario(\"formularioAnalistas.zul\", null);\n\t}", "public String nuevo() {\n\n\t\tLOG.info(\"Submitado formulario, accion nuevo\");\n\t\tString view = \"/alumno/form\";\n\n\t\t// las validaciones son correctas, por lo cual los datos del formulario estan en\n\t\t// el atributo alumno\n\n\t\t// TODO simular index de la bbdd\n\t\tint id = this.alumnos.size();\n\t\tthis.alumno.setId(id);\n\n\t\tLOG.debug(\"alumno: \" + this.alumno);\n\n\t\t// TODO comprobar edad y fecha\n\n\t\talumnos.add(alumno);\n\t\tview = VIEW_LISTADO;\n\t\tmockAlumno();\n\n\t\t// mensaje flash\n\t\tFacesContext facesContext = FacesContext.getCurrentInstance();\n\t\tExternalContext externalContext = facesContext.getExternalContext();\n\t\texternalContext.getFlash().put(\"alertTipo\", \"success\");\n\t\texternalContext.getFlash().put(\"alertMensaje\", \"Alumno \" + this.alumno.getNombre() + \" creado con exito\");\n\n\t\treturn view + \"?faces-redirect=true\";\n\t}", "@Override\n\tprotected Fragment createFragment() {\n\t\treturn new FormFragment();\n\t}", "@RequestMapping(method = RequestMethod.GET)\n \tpublic String createForm(Model model, ForgotLoginForm form) {\n \t\tmodel.addAttribute(\"form\", form);\n \t\treturn \"forgotlogin/index\";\n \t}", "private void createBtnActionPerformed(java.awt.event.ActionEvent evt) {\n\n staff.setName(regName.getText());\n staff.setID(regID.getText());\n staff.setPassword(regPwd.getText());\n staff.setPosition(regPos.getSelectedItem().toString());\n staff.setGender(regGender.getSelectedItem().toString());\n staff.setEmail(regEmail.getText());\n staff.setPhoneNo(regPhone.getText());\n staff.addStaff();\n if (staff.getPosition().equals(\"Vet\")) {\n Vet vet = new Vet();\n vet.setExpertise(regExp.getSelectedItem().toString());\n vet.setExpertise_2(regExp2.getSelectedItem().toString());\n vet.addExpertise(staff.getID());\n }\n JOptionPane.showMessageDialog(null, \"User added to database\");\n updateJTable();\n }", "public frmAfiliado() {\n initComponents();\n \n }", "@Override\n public boolean createApprisialForm(ApprisialFormBean apprisial) {\n apprisial.setGendate(C_Util_Date.generateDate());\n return in_apprisialformdao.createApprisialForm(apprisial);\n }", "public FormPemilihan() {\n initComponents();\n }", "@_esCocinero\n public Result crearPaso() {\n Form<Paso> frm = frmFactory.form(Paso.class).bindFromRequest();\n\n // Comprobación de errores\n if (frm.hasErrors()) {\n return status(409, frm.errorsAsJson());\n }\n\n Paso nuevoPaso = frm.get();\n\n // Comprobar autor\n String key = request().getQueryString(\"apikey\");\n if (!SeguridadFunctions.esAutorReceta(nuevoPaso.p_receta.getId(), key))\n return Results.badRequest();\n\n // Checkeamos y guardamos\n if (nuevoPaso.checkAndCreate()) {\n Cachefunctions.vaciarCacheListas(\"pasos\", Paso.numPasos(), cache);\n Cachefunctions.vaciarCacheListas(\"recetas\", Receta.numRecetas(), cache);\n return Results.created();\n } else {\n return Results.badRequest();\n }\n\n }", "public CreateAccount() {\n initComponents();\n selectionall();\n }", "private void fillCreateOrEditForm(String name, String branch) {\n waitForElementVisibility(xpathFormHeading);\n String actual = assertAndGetAttributeValue(xpathFormHeading, \"innerText\");\n assertEquals(actual, FORM_HEADING,\n \"Actual heading '\" + actual + \"' should be same as expected heading '\" + FORM_HEADING\n + \"'.\");\n logger.info(\"# User is on '\" + actual + \"' form\");\n assertAndType(xpathNameTF, name);\n logger.info(\"# Entered staff name: \" + name);\n selectByVisibleText(xpathSelectBranch, branch);\n logger.info(\"# Select branch name: \" + branch);\n }", "public void CrearNew(ActionEvent e) {\n List<Pensum> R = ejbFacade.existePensumID(super.getSelected().getIdpensum());\n if(R.isEmpty()){\n super.saveNew(e);\n }else{\n new Auxiliares().setMsj(3,\"PENSUM ID YA EXISTE\");\n }\n }", "public StorageForm() {\n}", "public FrmCrearFotoEmpresa() {\n initComponents();\n }", "public static AddNewScheduleDialog createInstance(int quantity){\n AddNewScheduleDialog frag = new AddNewScheduleDialog();\n frag.quantity = quantity;\n return frag;\n }", "@PostMapping( value = \"/new\", params = \"auto\" )\n public String createEventFormAutoPopulate( @ModelAttribute CreateEventForm createEventForm )\n {\n // provide default values to make user submission easier\n createEventForm.setSummary( \"A new event....\" );\n createEventForm.setDescription( \"This was autopopulated to save time creating a valid event.\" );\n createEventForm.setWhen( new Date() );\n\n // make the attendee not the current user\n CalendarUser currentUser = userContext.getCurrentUser();\n int attendeeId = currentUser.getId() == 0 ? 1 : 0;\n CalendarUser attendee = calendarService.getUser( attendeeId );\n createEventForm.setAttendeeEmail( attendee.getEmail() );\n\n return \"events/create\";\n }", "private void initFormulario() {\n btnCadastro = findViewById(R.id.btnCadastro);\n editNome = findViewById(R.id.editNome);\n editEmail = findViewById(R.id.editEmail);\n editSenhaA = findViewById(R.id.editSenha);\n editSenhaB = findViewById(R.id.editSenhaB);\n chTermo = findViewById(R.id.chTermos);\n isFormOk = false;\n }", "public NewUser() {\n initComponents();\n }", "public frmNewArtist() {\n initComponents();\n lblID.setText(Controller.Agent.ManageController.getNewArtistID());\n lblGreeting.setText(\"Dear \"+iMuzaMusic.getLoggedUser().getFirstName()+\", please use the form below to add an artist to your ranks.\");\n \n }", "public FormProduct() {\n initComponents();\n getData();\n }", "protected void nuevo(){\n wp = new frmEspacioTrabajo();\n System.runFinalization();\n inicializar();\n }", "public String createQuiz() {\n quiz = quizEJB.createQuiz(quiz);\n quizList = quizEJB.listQuiz();\n FacesContext.getCurrentInstance().addMessage(\"successForm:successInput\", new FacesMessage(FacesMessage.SEVERITY_INFO, \"Success\", \"New record added successfully\"));\n return \"quiz-list.xhtml\";\n }", "@GetMapping(\"/createRegistro\")\n\tpublic String crearValidacion(Model model) {\n\t\tList<Barrio> localidades = barrioService.obtenerBarrios();\n\t\tmodel.addAttribute(\"localidades\",localidades);\n\t\tmodel.addAttribute(\"persona\",persona);\n\t\tmodel.addAttribute(\"validacion\",validacion);\n\t\tmodel.addAttribute(\"registro\",registro);\n\t\tmodel.addAttribute(\"barrio\",barrio);\n\t\treturn \"RegistroForm\";\n\t}", "public myForm() {\n\t\t\tinitComponents();\n\t\t}", "@RequestMapping(value = \"/report.create\", method = RequestMethod.GET)\n @ResponseBody public ModelAndView newreportForm(HttpSession session) throws Exception {\n ModelAndView mav = new ModelAndView();\n mav.setViewName(\"/sysAdmin/reports/details\");\n\n //Create a new blank provider.\n reports report = new reports();\n \n mav.addObject(\"btnValue\", \"Create\");\n mav.addObject(\"reportdetails\", report);\n\n return mav;\n }", "public void saveAndCreateNew() throws Exception {\n\t\topenPrimaryButtonDropdown();\n\t\tgetControl(\"saveAndCreateNewButton\").click();\n\t}", "public ContactoFormBean() {\r\n setContexto();\r\n }", "public ViewPrescriptionForm() {\n initComponents();\n }", "public FrmFactura() {\n initComponents();\n }", "public frmVenda() {\n initComponents();\n }", "public CreateTremaDbDialogForm(AnActionEvent event) {\n this.event = event;\n this.windowTitle = \"New Trema XML database file\";\n init();\n }", "public ScheduleForm() {\n initComponents();\n }", "@GetMapping(\"/students/new\")\n\tpublic String createStudentForm(Model model) throws ParseException\n\t{\n\t\t\n\t\tStudent student=new Student(); //To hold form Data.\n\t\t\n\t\tmodel.addAttribute(\"student\",student);\n\t\t\n\t\t// go to create_student.html page\n\t\treturn \"create_student\";\n\t}", "public FundsVolunteerCreate(AppState appState) {\n initComponents();\n setDefaultCloseOperation(DISPOSE_ON_CLOSE);\n btCancelar.setVisible(false);\n btSave.setVisible(false);\n btnRemove.setVisible(false);\n btnSaveEdit.setVisible(false);\n enableFields(false);\n this.appState = appState;\n }", "public frmAddIncidencias() {\n initComponents();\n }", "public String formCreated()\r\n {\r\n return formError(\"201 Created\",\"Object was created\");\r\n }" ]
[ "0.737822", "0.7171412", "0.68932325", "0.6841386", "0.647611", "0.63911784", "0.638074", "0.62487143", "0.6228403", "0.62033784", "0.61542696", "0.61440927", "0.61170876", "0.6095828", "0.6029504", "0.6021112", "0.6020325", "0.60087436", "0.599478", "0.5982845", "0.59713334", "0.5960686", "0.5959663", "0.59361917", "0.5924535", "0.59143573", "0.5908626", "0.5885947", "0.58706534", "0.5852453", "0.5841944", "0.5837977", "0.5836981", "0.5831398", "0.58252597", "0.58249134", "0.5820034", "0.58104664", "0.5801505", "0.58011836", "0.5781678", "0.5776298", "0.5767955", "0.57620615", "0.5759179", "0.57570493", "0.5738992", "0.5735093", "0.57295185", "0.5708666", "0.57047695", "0.5701265", "0.5678167", "0.56769395", "0.5674249", "0.5667057", "0.56664866", "0.566627", "0.5649216", "0.56469154", "0.56469154", "0.56437594", "0.56397337", "0.5626783", "0.5626597", "0.5607985", "0.56070125", "0.56062394", "0.5606059", "0.5599044", "0.55938315", "0.559089", "0.55886346", "0.5588222", "0.5587695", "0.5586326", "0.55852586", "0.557752", "0.5576751", "0.55740327", "0.5560459", "0.5558394", "0.55551326", "0.5550256", "0.55475026", "0.55454427", "0.5543889", "0.5542842", "0.55417746", "0.55303264", "0.55296284", "0.5525579", "0.5523639", "0.5521554", "0.55147713", "0.5506934", "0.5505162", "0.5496111", "0.5496041", "0.5495075", "0.54943645" ]
0.0
-1
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
@SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { jTextField1 = new javax.swing.JTextField(); jLabel1 = new javax.swing.JLabel(); jScrollPane1 = new javax.swing.JScrollPane(); jTablePesquisarCliente = new javax.swing.JTable(); jLabel2 = new javax.swing.JLabel(); setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE); setTitle("Pesquisar Clientes"); addWindowListener(new java.awt.event.WindowAdapter() { public void windowActivated(java.awt.event.WindowEvent evt) { formWindowActivated(evt); } }); jTextField1.setFont(new java.awt.Font("Tahoma", 0, 18)); // NOI18N jTextField1.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jTextField1ActionPerformed(evt); } }); jTextField1.addKeyListener(new java.awt.event.KeyAdapter() { public void keyReleased(java.awt.event.KeyEvent evt) { jTextField1KeyReleased(evt); } }); jLabel1.setText("Pesquisar Clientes:"); jTablePesquisarCliente.setAutoCreateRowSorter(true); jTablePesquisarCliente.setFont(new java.awt.Font("Tahoma", 0, 14)); // NOI18N jTablePesquisarCliente.setModel(new javax.swing.table.DefaultTableModel( new Object [][] { }, new String [] { "CONTA", "NOME", "AGÊNCIA", "CIDADE", "TIPO DA CONTA", "CPF", "STATUS CONTA", "STATUS CLIENTE" } ) { boolean[] canEdit = new boolean [] { false, false, false, false, false, false, false, false }; public boolean isCellEditable(int rowIndex, int columnIndex) { return canEdit [columnIndex]; } }); jTablePesquisarCliente.setToolTipText(""); jTablePesquisarCliente.setAlignmentX(10.0F); jTablePesquisarCliente.setAlignmentY(10.0F); jTablePesquisarCliente.setGridColor(new java.awt.Color(0, 153, 153)); jTablePesquisarCliente.setIntercellSpacing(new java.awt.Dimension(2, 1)); jTablePesquisarCliente.setMaximumSize(new java.awt.Dimension(2147483647, 1)); jTablePesquisarCliente.setMinimumSize(new java.awt.Dimension(75, 20)); jTablePesquisarCliente.setRowHeight(24); jTablePesquisarCliente.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { jTablePesquisarClienteMouseClicked(evt); } }); jScrollPane1.setViewportView(jTablePesquisarCliente); if (jTablePesquisarCliente.getColumnModel().getColumnCount() > 0) { jTablePesquisarCliente.getColumnModel().getColumn(0).setMinWidth(75); jTablePesquisarCliente.getColumnModel().getColumn(0).setPreferredWidth(2); jTablePesquisarCliente.getColumnModel().getColumn(0).setMaxWidth(75); jTablePesquisarCliente.getColumnModel().getColumn(1).setMinWidth(250); jTablePesquisarCliente.getColumnModel().getColumn(1).setMaxWidth(250); jTablePesquisarCliente.getColumnModel().getColumn(2).setMinWidth(80); jTablePesquisarCliente.getColumnModel().getColumn(2).setMaxWidth(80); jTablePesquisarCliente.getColumnModel().getColumn(3).setMinWidth(185); jTablePesquisarCliente.getColumnModel().getColumn(3).setMaxWidth(185); jTablePesquisarCliente.getColumnModel().getColumn(4).setMinWidth(180); jTablePesquisarCliente.getColumnModel().getColumn(4).setMaxWidth(180); jTablePesquisarCliente.getColumnModel().getColumn(5).setMinWidth(120); jTablePesquisarCliente.getColumnModel().getColumn(5).setMaxWidth(120); jTablePesquisarCliente.getColumnModel().getColumn(6).setMinWidth(120); jTablePesquisarCliente.getColumnModel().getColumn(6).setMaxWidth(120); } jLabel2.setForeground(new java.awt.Color(0, 102, 204)); jLabel2.setText("Sair"); jLabel2.setCursor(new java.awt.Cursor(java.awt.Cursor.HAND_CURSOR)); jLabel2.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { jLabel2MouseClicked(evt); } }); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jTextField1) .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 1191, Short.MAX_VALUE) .addGroup(layout.createSequentialGroup() .addComponent(jLabel1) .addGap(0, 0, Short.MAX_VALUE)) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup() .addGap(0, 0, Short.MAX_VALUE) .addComponent(jLabel2))) .addContainerGap()) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addComponent(jLabel2) .addGap(8, 8, 8) .addComponent(jLabel1) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 323, javax.swing.GroupLayout.PREFERRED_SIZE) .addContainerGap(115, Short.MAX_VALUE)) ); pack(); setLocationRelativeTo(null); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Form() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n }", "public frmRectangulo() {\n initComponents();\n }", "public form() {\n initComponents();\n }", "public AdjointForm() {\n initComponents();\n setDefaultCloseOperation(HIDE_ON_CLOSE);\n }", "public FormListRemarking() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n \n }", "public FormPemilihan() {\n initComponents();\n }", "public GUIForm() { \n initComponents();\n }", "public FrameForm() {\n initComponents();\n }", "public TorneoForm() {\n initComponents();\n }", "public FormCompra() {\n initComponents();\n }", "public muveletek() {\n initComponents();\n }", "public Interfax_D() {\n initComponents();\n }", "public quanlixe_form() {\n initComponents();\n }", "public SettingsForm() {\n initComponents();\n }", "public RegistrationForm() {\n initComponents();\n this.setLocationRelativeTo(null);\n }", "public Soru1() {\n initComponents();\n }", "public FMainForm() {\n initComponents();\n this.setResizable(false);\n setLocationRelativeTo(null);\n }", "public soal2GUI() {\n initComponents();\n }", "public EindopdrachtGUI() {\n initComponents();\n }", "public MechanicForm() {\n initComponents();\n }", "public AddDocumentLineForm(java.awt.Frame parent) {\n super(parent);\n initComponents();\n myInit();\n }", "public BloodDonationGUI() {\n initComponents();\n }", "public quotaGUI() {\n initComponents();\n }", "public Customer_Form() {\n initComponents();\n setSize(890,740);\n \n \n }", "public PatientUI() {\n initComponents();\n }", "public myForm() {\n\t\t\tinitComponents();\n\t\t}", "public Oddeven() {\n initComponents();\n }", "public intrebarea() {\n initComponents();\n }", "public Magasin() {\n initComponents();\n }", "public RadioUI()\n {\n initComponents();\n }", "public NewCustomerGUI() {\n initComponents();\n }", "public ZobrazUdalost() {\n initComponents();\n }", "public FormUtama() {\n initComponents();\n }", "public p0() {\n initComponents();\n }", "public INFORMACION() {\n initComponents();\n this.setLocationRelativeTo(null); \n }", "public ProgramForm() {\n setLookAndFeel();\n initComponents();\n }", "public AmountReleasedCommentsForm() {\r\n initComponents();\r\n }", "public form2() {\n initComponents();\n }", "public MainForm() {\n\t\tsuper(\"Hospital\", List.IMPLICIT);\n\n\t\tstartComponents();\n\t}", "public LixeiraForm() {\n initComponents();\n setLocationRelativeTo(null);\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n setName(\"Form\"); // NOI18N\n setRequestFocusEnabled(false);\n setVerifyInputWhenFocusTarget(false);\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);\n this.setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 465, Short.MAX_VALUE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 357, Short.MAX_VALUE)\n );\n }", "public kunde() {\n initComponents();\n }", "public MusteriEkle() {\n initComponents();\n }", "public frmMain() {\n initComponents();\n }", "public frmMain() {\n initComponents();\n }", "public DESHBORDPANAL() {\n initComponents();\n }", "public frmVenda() {\n initComponents();\n }", "public GUIForm() {\n initComponents();\n inputField.setText(NO_FILE_SELECTED);\n outputField.setText(NO_FILE_SELECTED);\n progressLabel.setBackground(INFO);\n progressLabel.setText(SELECT_FILE);\n }", "public FrmMenu() {\n initComponents();\n }", "public Botonera() {\n initComponents();\n }", "public OffertoryGUI() {\n initComponents();\n setTypes();\n }", "public JFFornecedores() {\n initComponents();\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents()\n {\n\n setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\n setBackground(new java.awt.Color(255, 255, 255));\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());\n getContentPane().setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 983, Short.MAX_VALUE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 769, Short.MAX_VALUE)\n );\n\n pack();\n }", "public EnterDetailsGUI() {\n initComponents();\n }", "public vpemesanan1() {\n initComponents();\n }", "public Kost() {\n initComponents();\n }", "public FormHorarioSSE() {\n initComponents();\n }", "public UploadForm() {\n initComponents();\n }", "public frmacceso() {\n initComponents();\n }", "public HW3() {\n initComponents();\n }", "public Managing_Staff_Main_Form() {\n initComponents();\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents()\n {\n\n setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\n getContentPane().setLayout(null);\n\n pack();\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n setName(\"Form\"); // NOI18N\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);\n this.setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 400, Short.MAX_VALUE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 300, Short.MAX_VALUE)\n );\n }", "public sinavlar2() {\n initComponents();\n }", "public P0405() {\n initComponents();\n }", "public IssueBookForm() {\n initComponents();\n }", "public MiFrame2() {\n initComponents();\n }", "public Choose1() {\n initComponents();\n }", "public MainForm() {\n initComponents();\n\n String oldAuthor = prefs.get(\"AUTHOR\", \"\");\n if(oldAuthor != null) {\n this.authorTextField.setText(oldAuthor);\n }\n String oldBook = prefs.get(\"BOOK\", \"\");\n if(oldBook != null) {\n this.bookTextField.setText(oldBook);\n }\n String oldDisc = prefs.get(\"DISC\", \"\");\n if(oldDisc != null) {\n try {\n int oldDiscNum = Integer.parseInt(oldDisc);\n oldDiscNum++;\n this.discNumberTextField.setText(Integer.toString(oldDiscNum));\n } catch (Exception ex) {\n this.discNumberTextField.setText(oldDisc);\n }\n this.bookTextField.setText(oldBook);\n }\n\n\n }", "public GUI_StudentInfo() {\n initComponents();\n }", "public JFrmPrincipal() {\n initComponents();\n }", "public Lihat_Dokter_Keseluruhan() {\n initComponents();\n }", "public bt526() {\n initComponents();\n }", "public Pemilihan_Dokter() {\n initComponents();\n }", "public Ablak() {\n initComponents();\n }", "@Override\n\tprotected void initUi() {\n\t\t\n\t}", "@SuppressWarnings(\"unchecked\")\n\t// <editor-fold defaultstate=\"collapsed\" desc=\"Generated\n\t// Code\">//GEN-BEGIN:initComponents\n\tprivate void initComponents() {\n\n\t\tlabel1 = new java.awt.Label();\n\t\tlabel2 = new java.awt.Label();\n\t\tlabel3 = new java.awt.Label();\n\t\tlabel4 = new java.awt.Label();\n\t\tlabel5 = new java.awt.Label();\n\t\tlabel6 = new java.awt.Label();\n\t\tlabel7 = new java.awt.Label();\n\t\tlabel8 = new java.awt.Label();\n\t\tlabel9 = new java.awt.Label();\n\t\tlabel10 = new java.awt.Label();\n\t\ttextField1 = new java.awt.TextField();\n\t\ttextField2 = new java.awt.TextField();\n\t\tlabel14 = new java.awt.Label();\n\t\tlabel15 = new java.awt.Label();\n\t\tlabel16 = new java.awt.Label();\n\t\ttextField3 = new java.awt.TextField();\n\t\ttextField4 = new java.awt.TextField();\n\t\ttextField5 = new java.awt.TextField();\n\t\tlabel17 = new java.awt.Label();\n\t\tlabel18 = new java.awt.Label();\n\t\tlabel19 = new java.awt.Label();\n\t\tlabel20 = new java.awt.Label();\n\t\tlabel21 = new java.awt.Label();\n\t\tlabel22 = new java.awt.Label();\n\t\ttextField6 = new java.awt.TextField();\n\t\ttextField7 = new java.awt.TextField();\n\t\ttextField8 = new java.awt.TextField();\n\t\tlabel23 = new java.awt.Label();\n\t\ttextField9 = new java.awt.TextField();\n\t\ttextField10 = new java.awt.TextField();\n\t\ttextField11 = new java.awt.TextField();\n\t\ttextField12 = new java.awt.TextField();\n\t\tlabel24 = new java.awt.Label();\n\t\tlabel25 = new java.awt.Label();\n\t\tlabel26 = new java.awt.Label();\n\t\tlabel27 = new java.awt.Label();\n\t\tlabel28 = new java.awt.Label();\n\t\tlabel30 = new java.awt.Label();\n\t\tlabel31 = new java.awt.Label();\n\t\tlabel32 = new java.awt.Label();\n\t\tjButton1 = new javax.swing.JButton();\n\n\t\tlabel1.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 18)); // NOI18N\n\t\tlabel1.setText(\"It seems that some of the buttons on the ATM machine are not working!\");\n\n\t\tlabel2.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 18)); // NOI18N\n\t\tlabel2.setText(\"Unfortunately these numbers are exactly what Professor has to use to type in his password.\");\n\n\t\tlabel3.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 18)); // NOI18N\n\t\tlabel3.setText(\n\t\t\t\t\"If you want to eat tonight, you have to help him out and construct the numbers of the password with the working buttons and math operators.\");\n\n\t\tlabel4.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 14)); // NOI18N\n\t\tlabel4.setText(\"Denver's Password: 2792\");\n\n\t\tlabel5.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel5.setText(\"import java.util.Scanner;\\n\");\n\n\t\tlabel6.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel6.setText(\"public class ATM{\");\n\n\t\tlabel7.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel7.setText(\"public static void main(String[] args){\");\n\n\t\tlabel8.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel8.setText(\"System.out.print(\");\n\n\t\tlabel9.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel9.setText(\" -\");\n\n\t\tlabel10.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel10.setText(\");\");\n\n\t\ttextField1.addActionListener(new java.awt.event.ActionListener() {\n\t\t\tpublic void actionPerformed(java.awt.event.ActionEvent evt) {\n\t\t\t\ttextField1ActionPerformed(evt);\n\t\t\t}\n\t\t});\n\n\t\tlabel14.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel14.setText(\"System.out.print( (\");\n\n\t\tlabel15.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel15.setText(\"System.out.print(\");\n\n\t\tlabel16.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel16.setText(\"System.out.print( ( (\");\n\n\t\tlabel17.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel17.setText(\")\");\n\n\t\tlabel18.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel18.setText(\" +\");\n\n\t\tlabel19.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel19.setText(\");\");\n\n\t\tlabel20.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel20.setText(\" /\");\n\n\t\tlabel21.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel21.setText(\" %\");\n\n\t\tlabel22.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel22.setText(\" +\");\n\n\t\tlabel23.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel23.setText(\");\");\n\n\t\tlabel24.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel24.setText(\" +\");\n\n\t\tlabel25.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel25.setText(\" /\");\n\n\t\tlabel26.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel26.setText(\" *\");\n\n\t\tlabel27.setCursor(new java.awt.Cursor(java.awt.Cursor.DEFAULT_CURSOR));\n\t\tlabel27.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel27.setText(\")\");\n\n\t\tlabel28.setFont(new java.awt.Font(\"Dialog\", 0, 14)); // NOI18N\n\t\tlabel28.setText(\")\");\n\n\t\tlabel30.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel30.setText(\"}\");\n\n\t\tlabel31.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel31.setText(\"}\");\n\n\t\tlabel32.setFont(new java.awt.Font(\"Consolas\", 0, 14)); // NOI18N\n\t\tlabel32.setText(\");\");\n\n\t\tjButton1.setFont(new java.awt.Font(\"Segoe UI Semibold\", 0, 14)); // NOI18N\n\t\tjButton1.setText(\"Check\");\n\t\tjButton1.addActionListener(new java.awt.event.ActionListener() {\n\t\t\tpublic void actionPerformed(java.awt.event.ActionEvent evt) {\n\t\t\t\tjButton1ActionPerformed(evt);\n\t\t\t}\n\t\t});\n\n\t\tjavax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);\n\t\tlayout.setHorizontalGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(28).addGroup(layout\n\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING).addComponent(getDoneButton()).addComponent(jButton1)\n\t\t\t\t\t\t.addComponent(label7, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addComponent(label6, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addComponent(label5, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addComponent(label4, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addComponent(label3, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t.addComponent(label1, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t.addGap(1)\n\t\t\t\t\t\t\t\t.addComponent(label2, GroupLayout.PREFERRED_SIZE, 774, GroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t.addGap(92).addGroup(layout.createParallelGroup(Alignment.LEADING).addGroup(layout\n\t\t\t\t\t\t\t\t\t\t.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING, false)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label15, GroupLayout.PREFERRED_SIZE, 145,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField8, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(2)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label21, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField7, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label8, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField1, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label9, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED).addComponent(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttextField2, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label31, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label14, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(37))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(174)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField5, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t20, GroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label18, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(7)))\n\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING).addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING, false).addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField4, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t20, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label17, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label22, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField9, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t20, GroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGap(20)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label23, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label20, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField3, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t20, GroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGap(20).addComponent(label19, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(23).addComponent(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tlabel10, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))))\n\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label16, GroupLayout.PREFERRED_SIZE, 177,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField12, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label24, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField6, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label27, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label25, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField11, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label28, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGap(1)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label26, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField10, GroupLayout.PREFERRED_SIZE, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED).addComponent(label32,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))))\n\t\t\t\t\t\t.addComponent(label30, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t.addContainerGap(GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)));\n\t\tlayout.setVerticalGroup(\n\t\t\t\tlayout.createParallelGroup(Alignment.LEADING).addGroup(layout.createSequentialGroup().addContainerGap()\n\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t.addComponent(label1, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t.addComponent(label2, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t.addGap(1)\n\t\t\t\t\t\t.addComponent(label3, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(label4, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(label5, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(label6, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(label7, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t.addGroup(\n\t\t\t\t\t\t\t\t\t\tlayout.createSequentialGroup().addGroup(layout.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createSequentialGroup().addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING).addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label9,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label8,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField1,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttextField2, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label10,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(3)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(19)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField5,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label14,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label18,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label17,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField4,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(1))))\n\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label20, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label19, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField3, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(78)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label27, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(76)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField11, GroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup().addGap(75)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label32,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField10,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addPreferredGap(ComponentPlacement.RELATED, 20,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tShort.MAX_VALUE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.TRAILING, false)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label15,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField8,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label21,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField7,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(27))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField9,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAlignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label22,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlayout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(3)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tlabel23,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(29)))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label16,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField12,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout.createSequentialGroup()\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGroup(layout\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.createParallelGroup(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAlignment.TRAILING)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(label24,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addComponent(textField6,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE))\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.addGap(1))))))\n\t\t\t\t\t\t\t\t.addGroup(layout.createParallelGroup(Alignment.LEADING)\n\t\t\t\t\t\t\t\t\t\t.addComponent(label25, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t.addComponent(label28, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t\t\t\t\t.addComponent(label26, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)))\n\t\t\t\t\t\t.addGap(30)\n\t\t\t\t\t\t.addComponent(label31, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addGap(25)\n\t\t\t\t\t\t.addComponent(label30, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE,\n\t\t\t\t\t\t\t\tGroupLayout.PREFERRED_SIZE)\n\t\t\t\t\t\t.addGap(26).addComponent(jButton1).addPreferredGap(ComponentPlacement.RELATED)\n\t\t\t\t\t\t.addComponent(getDoneButton()).addContainerGap(23, Short.MAX_VALUE)));\n\t\tthis.setLayout(layout);\n\n\t\tlabel16.getAccessibleContext().setAccessibleName(\"System.out.print( ( (\");\n\t\tlabel17.getAccessibleContext().setAccessibleName(\"\");\n\t\tlabel18.getAccessibleContext().setAccessibleName(\" +\");\n\t}", "public Pregunta23() {\n initComponents();\n }", "public FormMenuUser() {\n super(\"Form Menu User\");\n initComponents();\n }", "public AvtekOkno() {\n initComponents();\n }", "public busdet() {\n initComponents();\n }", "public ViewPrescriptionForm() {\n initComponents();\n }", "public Ventaform() {\n initComponents();\n }", "public Kuis2() {\n initComponents();\n }", "public CreateAccount_GUI() {\n initComponents();\n }", "public Carrera() {\n initComponents();\n }", "public POS1() {\n initComponents();\n }", "public EqGUI() {\n initComponents();\n }", "public JFriau() {\n initComponents();\n this.setLocationRelativeTo(null);\n this.setTitle(\"BuNus - Budaya Nusantara\");\n }", "@SuppressWarnings(\"unchecked\")\n // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">//GEN-BEGIN:initComponents\n private void initComponents() {\n\n setBackground(new java.awt.Color(204, 204, 204));\n setMinimumSize(new java.awt.Dimension(1, 1));\n setPreferredSize(new java.awt.Dimension(760, 402));\n\n javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);\n this.setLayout(layout);\n layout.setHorizontalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 750, Short.MAX_VALUE)\n );\n layout.setVerticalGroup(\n layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\n .addGap(0, 400, Short.MAX_VALUE)\n );\n }", "public nokno() {\n initComponents();\n }", "public dokter() {\n initComponents();\n }", "public ConverterGUI() {\n initComponents();\n }", "public hitungan() {\n initComponents();\n }", "public Modify() {\n initComponents();\n }", "public frmAddIncidencias() {\n initComponents();\n }", "public FP_Calculator_GUI() {\n initComponents();\n \n setVisible(true);\n }" ]
[ "0.732017", "0.7291279", "0.7291279", "0.7291279", "0.7286003", "0.7249014", "0.721411", "0.720819", "0.7196242", "0.7190395", "0.71849346", "0.7159721", "0.7148069", "0.70934445", "0.7079763", "0.7056577", "0.6987638", "0.6978011", "0.69549644", "0.69530493", "0.6945049", "0.6942394", "0.6935541", "0.693223", "0.6928088", "0.6924428", "0.69241494", "0.691142", "0.69106644", "0.6893475", "0.68921363", "0.68898267", "0.6889822", "0.6888889", "0.68830574", "0.68813944", "0.6881165", "0.6877479", "0.68752235", "0.68747437", "0.6871299", "0.6859591", "0.6856115", "0.6855173", "0.6855125", "0.6854962", "0.68530196", "0.6852737", "0.6852737", "0.6843147", "0.68370813", "0.68366593", "0.68283623", "0.68281215", "0.6825811", "0.6823924", "0.6823443", "0.68169594", "0.68156785", "0.6809513", "0.68092215", "0.68091464", "0.68080777", "0.6806839", "0.6802871", "0.6795172", "0.67944115", "0.67920417", "0.6790103", "0.6789442", "0.67882615", "0.67874336", "0.6782333", "0.67663395", "0.67655057", "0.6765026", "0.6756117", "0.6755023", "0.67517287", "0.6751031", "0.6743606", "0.6738867", "0.6737393", "0.6735563", "0.67327684", "0.67275465", "0.67266476", "0.6719547", "0.67160183", "0.6713876", "0.6713717", "0.67084426", "0.6706528", "0.670407", "0.67005676", "0.670017", "0.66990566", "0.6697206", "0.6694092", "0.6691282", "0.6689802" ]
0.0
-1
Define uma mensagem de alerta
public static void setWarningMessage(String text) { JOptionPane optionPane = new JOptionPane(text,JOptionPane.WARNING_MESSAGE); JDialog dialog = optionPane.createDialog("Atenção"); dialog.setAlwaysOnTop(true); dialog.setVisible(true); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "void showAlert(String message);", "public void msgErreur(){\n \n Alert alert = new Alert(Alert.AlertType.ERROR);\n alert.setTitle(\"Entrée invalide\");\n alert.setHeaderText(\"Corriger les entrées invalides.\");\n alert.setContentText(\"Les informations entrées sont erronnées\");\n\n alert.showAndWait();\n \n\n}", "public void alertaMsg(String msg) {\n mensagens.add(new MensagemSistema(ConstantsControl.MSG_ALERT, msg));\n }", "public static void crearAlerta(String titulo,String mensaje){\n Alert alert=new Alert(Alert.AlertType.WARNING);\n alert.setHeaderText(null);\n alert.setTitle(titulo);\n alert.setContentText(mensaje);\n alert.showAndWait();\n }", "public void mensagemErro(String m) {\r\n Alert alerta = new Alert(Alert.AlertType.ERROR);\r\n alerta.setTitle(\"ERRO!\");\r\n alerta.setHeaderText(null);\r\n alerta.setContentText(m);\r\n alerta.showAndWait();\r\n }", "public void alertName(){\n Alert alert = new Alert(Alert.AlertType.ERROR);\n alert.setTitle(\"Error al ingresar nombre\");\n alert.setHeaderText(\"Se encontró un error en el nombre,\"\n + \"tiene mas de 12 caracteres o está repetido. Debe ingresar el nombre nuevamente.\");\n alert.showAndWait();\n }", "public void exibeMensagem(String mensagem) {\n JOptionPane.showMessageDialog(null, mensagem);\n }", "public void alert(String message);", "public void alert(String msg) {\n new Alert(msg, \"alertDone\");\n }", "private void exibe_mensagem(String msg){\n Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_LONG).show();\n }", "private void alert(String msg) {\r\n\t\tSystem.out.print(msg);\r\n\t }", "public void alertInvalid(){\n Alert alert = new Alert(Alert.AlertType.WARNING);\n alert.setTitle(\"Herencia invalida\");\n alert.setHeaderText(\"Un hijo no puede ser hijo de su padre o un padre no puede ser padre de su padre,\"\n + \"No puede crear herencia con entidades debiles.\");\n alert.showAndWait();\n }", "private void alert(String title, String msj){\n android.app.AlertDialog.Builder alertDialog = new android.app.AlertDialog.Builder(getActivity());\n alertDialog.setTitle(title);\n alertDialog.setMessage(msj);\n alertDialog.setPositiveButton(getString(R.string.alert_accept), new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n }\n });\n alertDialog.show();\n }", "public void mensajeInformacion(String mensaje){\n\t\tAlertDialog.Builder builder =\n new AlertDialog.Builder(Postre.this);\n \n builder.setMessage(mensaje)\n .setTitle(\"Información\")\n .setPositiveButton(\"Aceptar\", new DialogInterface.OnClickListener() {\n public void onClick(DialogInterface dialog, int id) {\n dialog.cancel();\n }\n });\t\n builder.show();\n\t}", "private void sendAlert(String message, Alert.AlertType type) {\n Alert alert = new Alert(type);\n alert.setTitle(\"Submission Error\");\n alert.setHeaderText(null);\n alert.setContentText(message);\n alert.showAndWait();\n }", "@Override\n\tpublic void alert() {\n\t\ttry {\n\t\t\tSystem.out.println(\"ala\");\n\t\t\tfM.sendMail(text, topic, toWho);\n\t\t} finally {\n\t\t\tif (al != null)\n\t\t\t\tal.alert();\n\t\t}\n\t}", "public static void showAlert(String t, String m){\n\t\tMessageBox.info(t, m, null);\n\t\t//*/\n\t}", "private void errorAlert(String msg) {\n Alert dialog = new Alert(Alert.AlertType.ERROR);\n dialog.setTitle(\"Error\");\n dialog.setHeaderText(\"!!\");\n dialog.setContentText(msg);\n dialog.show();\n }", "@Then(\"^User should see a predefined alert box$\")\r\n\tpublic void user_should_see_a_predefined_alert_box() throws Throwable {\n\t\tSystem.out.println(\"Alert message pop-ups on the screen\");\r\n\t}", "public void alert(String msg) {\n\t\tJOptionPane.showMessageDialog(rootPane, msg);\n\t}", "void errorMsg(String msg) {\n Alert errorAlert = new Alert(\"error\", msg, null, AlertType.ERROR);\n errorAlert.setCommandListener(this);\n errorAlert.setTimeout(Alert.FOREVER);\n Display.getDisplay(this).setCurrent(errorAlert);\n }", "public ErrorAlert(String message) {\r\n\r\n JOptionPane.showMessageDialog(MainWindow.getInstance(), message);\r\n\r\n }", "public void showMessage(){\n final AlertDialog.Builder alert = new AlertDialog.Builder(context);\n alert.setMessage(message);\n alert.setTitle(title);\n alert.setPositiveButton(\"OK\", new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n alert.create().dismiss();\n }\n });\n alert.create().show();\n }", "public void alert(String msg)\n {\n this.ui.alert(msg);\n theLogger.info(\"Alert sent to UI\");\n }", "private void show_Alert(String msg) {\n ((TextView) dialog.findViewById(R.id.tv_text)).setText(msg);\n dialog.findViewById(R.id.tv_ok).setOnClickListener(new View.OnClickListener() {\n @Override\n public void onClick(View v) {\n dialog.dismiss();\n }\n });\n dialog.show();\n }", "public void exibirMsgs() {\n StringBuilder s = new StringBuilder();\n for (MensagemSistema msgSis : mensagens) {\n switch (msgSis.getTipo()) {\n case ConstantsControl.MSG_ALERT:\n s.append(\"[Alerta]: \\n\").append(msgSis.getMsg()).append(\"\\n\");\n break;\n case ConstantsControl.MSG_INFO:\n s.append(\"[Informação]: \\n\").append(msgSis.getMsg()).append(\"\\n\");\n break;\n case ConstantsControl.MSG_ERRO:\n s.append(\"[Erro]: \\n\").append(msgSis.getMsg()).append(\"\\n\");\n break;\n case ConstantsControl.MSG_SUCESSO:\n s.append(\"[Sucesso]: \\n\").append(msgSis.getMsg()).append(\"\\n\");\n break;\n }\n\n }\n JMessageUtil.showMensagensSistema(new javax.swing.JFrame(), s.toString());\n mensagens.clear();\n }", "private void MessageDialog(String message, String pTitulo, String pLabelBoton){ // mostrar mensaje emergente\n AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()).setMessage(message).setTitle(pTitulo).setPositiveButton(pLabelBoton, new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n return;\n }\n });\n AlertDialog dialog = builder.create();\n dialog.show();\n }", "public void showMessage(){\n\t jsfMessageHelper.addInfo(\"Mesaj:\", (messageTxt==null?\"?\":messageTxt));\r\n\t}", "private void alert(String title, String msg) {\n if (title.isEmpty() || msg.isEmpty()) {\n return;\n }\n if (isFinishing()) {\n return;\n }\n new AlertDialog.Builder(this).setTitle(title).setMessage(msg)\n .setIcon(android.R.drawable.ic_dialog_info)\n .setNeutralButton(R.string.ok, null).show();\n }", "public AlertMessage(Context context, String msg) {\r\n\t\tAlertDialog.Builder dialog = new AlertDialog.Builder(context);\r\n\t\tdialog.setMessage(msg);\r\n\t\tdialog.setCancelable(false);\r\n\t\tdialog.setNeutralButton(\"OK\", null);\r\n \tdialog.create().show();\r\n\t}", "private void alert(String message) {\n\t\tAlertDialog alert = new AlertDialog.Builder(this).setTitle(getString(R.string.warning)).setMessage(message)\n\t\t\t\t.setNeutralButton(getString(R.string.ok), new DialogInterface.OnClickListener() {\n\t\t\t\t\tpublic void onClick(DialogInterface dialog, int id) {\n\t\t\t\t\t\t// TODO maybe implement ? controller.connect();\n\t\t\t\t\t\tdialog.cancel();\n\t\t\t\t\t}\n\t\t\t\t}).create();\n\t\talert.show();\n\t}", "public static void alert(String title, String message, AlertType a) {\r\n Alert alert = new Alert(a);\r\n alert.setTitle(title);\r\n alert.setHeaderText(null);\r\n alert.setContentText(message);\r\n //Optional<ButtonType> result = alert.showAndWait();\r\n alert.showAndWait();\r\n }", "public void alert( String code, String message )\n {\n _getAlertLogger().info( code, message );\n }", "public void addMessage(String mensaje) {\n FacesMessage message = new FacesMessage(FacesMessage.SEVERITY_INFO, mensaje, null);\n FacesContext.getCurrentInstance().addMessage(null, message);\n }", "@Override\n public void Alert(String toWho, String topic, String text) {\n sA.alert(); \n }", "public void alertAlreadySolved() {\n\t\tthis.alert(\"ERROR\",\"Game already solved\",AlertType.WARNING);\n\t}", "private Alert createWarningAlert() {\n Alert alert = new Alert(Alert.AlertType.WARNING, \"Are you sure, you wan't to Restart The Game?\", new ButtonType(\"Confirm\", ButtonBar.ButtonData.YES), new ButtonType(\"Cancel\", ButtonBar.ButtonData.NO));\n alert.setTitle(\"Confirm Deletion\");\n alert.setHeaderText(null);\n return alert;\n }", "void AlertaValidacion(String title, String message){\n AlertDialog.Builder builder = new AlertDialog.Builder(RegisterActivity.this);\n builder.setTitle(title);\n builder.setMessage(message).setPositiveButton(\"ACEPTAR\", new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n\n }\n });\n AlertDialog alert = builder.create();\n alert.show();\n }", "public void createAlertMessage(Collection alertMessages) throws AAException, RemoteException;", "public static native void alert(String texto)/*-{\n\t\t\t\n\t\t\t$wnd.bootbox.alert(texto);\t\n\t\n\t\n\t}-*/;", "public static void showAlert(String message, Activity context) {\n\n AlertDialog.Builder builder = new AlertDialog.Builder(context);\n builder.setMessage(message).setCancelable(false)\n .setPositiveButton(\"OK\", new DialogInterface.OnClickListener() {\n public void onClick(DialogInterface dialog, int id) {\n\n\n }\n });\n try {\n builder.show();\n } catch (Exception e) {\n e.printStackTrace();\n }\n\n }", "public void getMessage() {\r\n // use JOptionPane to have a pop up box informing user of the invalid token\r\n JOptionPane.showMessageDialog(null, \"Invalid Token \" + invalidToken);\r\n }", "public static void message() {\r\n\t\t\r\n\t\tJOptionPane.showMessageDialog(null, \"Thanks for your participation\" + \"\\nHave a great day!\");\r\n\t\t\r\n\t\t\r\n\t}", "public static void alert(String message) {\r\n\t Stage window = new Stage();\r\n\r\n\t // Blokira klikanje na druge povrsine sem pop-up\r\n\t window.initModality(Modality.APPLICATION_MODAL);\r\n\t window.setTitle(\"Alert\");\r\n\t window.setMinWidth(250);\r\n\t window.setMinHeight(100);\r\n\t \r\n\t // Label\r\n\t Label label = new Label();\r\n\t label.setText(message);\r\n\t Button closeButton = new Button(\"Close\");\r\n\t closeButton.setOnAction(e -> window.close());\r\n\r\n\t // Layout\r\n\t VBox layout = new VBox(10);\r\n\t layout.getChildren().addAll(label, closeButton);\r\n\t layout.setAlignment(Pos.CENTER);\r\n\r\n\t // Pop-up ostaje aktivan\r\n\t Scene scene = new Scene(layout);\r\n\t window.setScene(scene);\r\n\t window.showAndWait();\r\n\t }", "public void alertManagers(String msg, Object... args) {\n broadcast(ChatType.PERSONAL_TELL, monitorRole, \"!!!!!!!!! IMPORTANT ALERT !!!!!!!!!\");\n tellManagers(msg, args);\n }", "public abstract String mensajeCrearCelula();", "void warningBox(String title, String message);", "public static void crearInformacion(String titulo,String mensaje){\n Alert alert=new Alert(Alert.AlertType.INFORMATION);\n alert.setHeaderText(null);\n alert.setTitle(titulo);\n alert.setContentText(mensaje);\n alert.showAndWait();\n }", "private void msgNoServidorConfigurado() {\r\n\tAlertDialog.Builder builder = new AlertDialog.Builder(this);\r\n\tbuilder.setMessage(R.string.txtSinServidor).setCancelable(false)\r\n\t\t.setPositiveButton(\"OK\", new DialogInterface.OnClickListener() {\r\n\t\t public void onClick(DialogInterface dialog, int id) {\r\n\t\t\tListaRutasActivity.this.finish();\r\n\t\t }\r\n\t\t});\r\n\tAlertDialog alert = builder.create();\r\n\talert.show();\r\n }", "@Override\r\n\tpublic void falar(String mensagem) {\r\n\t\tSystem.out.println(\"[ \"+getNome()+\" ] \"+mensagem);\r\n\t}", "private void showAlertResetFail(String msg) {\n Alert alert = new Alert(Alert.AlertType.ERROR);\n alert.setTitle(\"Database error\");\n\n // Header Text: null\n alert.setHeaderText(\"Could not reset database\");\n alert.setContentText(msg);\n alert.showAndWait();\n }", "public void message() {\n JOptionPane.showMessageDialog(null,\n \"Task was deleted successfully.\",\n \"Message\", JOptionPane.INFORMATION_MESSAGE);\n }", "@Then(\"^Mostrara mensaje de error$\")\n\tpublic void Mostrara_mensaje_de_error() throws Throwable {\n\t System.out.println(\"El email o la contrase�a es erronea\");\n\t assert(true);\n\t}", "public void showmessage ( String tiltle, String message){\n\n AlertDialog.Builder builder = new AlertDialog.Builder(this);\n builder.setCancelable(true);\n builder.setTitle(tiltle);\n builder.setMessage(message);\n builder.show();\n }", "private void mostrarMensagemDeErro(String informacao) {\n\t\tJOptionPane.showMessageDialog(null, informacao, \"Aten��o\",\n\t\t\t\tJOptionPane.INFORMATION_MESSAGE);\n\t}", "protected void alert(String message) {\n\t\talertWindow.setContentText(message);\n\t\talertWindow.show();\n\t}", "private void MensajeInf(String strMensaje){\n javax.swing.JOptionPane obj =new javax.swing.JOptionPane();\n String strTit;\n strTit=\"Mensaje del sistema Zafiro\";\n obj.showMessageDialog(this,strMensaje,strTit,javax.swing.JOptionPane.INFORMATION_MESSAGE);\n }", "public static void crearConfirmacion(String titulo,String mensaje){\n Alert alert=new Alert(Alert.AlertType.CONFIRMATION);\n alert.setHeaderText(null);\n alert.setTitle(titulo);\n alert.setContentText(mensaje);\n alert.showAndWait();\n }", "private synchronized void notifyAlert(Event ObjEvent,String StrMessage) {\n \t\n \t// Variabili locali\n \tList<WireRecord> ObjWireRecords;\n \tMap<String, TypedValue<?>> ObjWireValues;\n\t\t\n\t\t// Manda il messaggio in log con il giusto livello di severity\n\t\tswitch (ObjEvent) {\t\t\n\t\t case DATA_EVENT: return;\n\t\t case CONNECT_EVENT: logger.info(StrMessage); break;\n\t\t case DISCONNECT_EVENT: logger.warn(StrMessage); break;\n\t\t case WARNING_EVENT: logger.warn(StrMessage); break;\n\t\t case ERROR_EVENT: logger.error(StrMessage); break;\n\t\t}\n\n\t\t// Se la notifica dell'alert non Ŕ disabilitata emette wire record\n\t\tif (this.actualConfiguration.Alerting) {\n\t\t\t\n\t \t// Prepara le proprietÓ dell'evento\n\t \tObjWireValues = new HashMap<>();\t\t\t\n\t \tObjWireValues.put(\"id\", TypedValues.newStringValue(this.actualConfiguration.DeviceId));\n\t \tObjWireValues.put(\"host\", TypedValues.newStringValue(this.actualConfiguration.Host));\n\t \tObjWireValues.put(\"port\", TypedValues.newIntegerValue(this.actualConfiguration.Port));\n\t \tObjWireValues.put(\"eventId\", TypedValues.newIntegerValue(ObjEvent.id));\n\t \tObjWireValues.put(\"event\", TypedValues.newStringValue(ObjEvent.description));\n\t\t\t\n\t\t\t// Se si tratta di alert di warning o di errore\n\t\t\tif ((ObjEvent==Event.WARNING_EVENT)||(ObjEvent==Event.ERROR_EVENT)) {\n\t\t\t\tObjWireValues.put(\"message\", TypedValues.newStringValue(StrMessage));\n\t\t\t}\n\t\t\t\n\t\t\t// Se c'Ŕ un enrichment per gli alert lo aggiunge\n\t\t\tif (this.actualConfiguration.AlertEnrichment.size()>0) {\n\t\t\t\tObjWireValues.putAll(this.actualConfiguration.AlertEnrichment);\n\t\t\t}\n\t\t\t\n\t\t\tObjWireRecords = new ArrayList<>();\n\t ObjWireRecords.add(new WireRecord(ObjWireValues)); \n\t\t\t\n\t // Notifica evento\n\t\t\tthis.wireSupport.emit(ObjWireRecords);\n\t\t}\n }", "private void mensajeErrorSinDatos() {\r\n\tAlertDialog.Builder builder = new AlertDialog.Builder(this);\r\n\tbuilder.setMessage(R.string.txtErrorSinDatos).setCancelable(false)\r\n\t\t.setPositiveButton(\"OK\", new DialogInterface.OnClickListener() {\r\n\t\t public void onClick(DialogInterface dialog, int id) {\r\n\t\t\tListaRutasActivity.this.finish();\r\n\t\t }\r\n\t\t});\r\n\tAlertDialog alert = builder.create();\r\n\talert.show();\r\n }", "public void alert(String msg, String title) {\n\t\tJOptionPane.showMessageDialog(rootPane, msg, title, JOptionPane.ERROR_MESSAGE);\n\t}", "private void alertBox(String title, String message) {\n AlertDialog.Builder builder = new AlertDialog.Builder(this);\n builder.setMessage(\"GPS Anda tampaknya dinonaktifkan, apakah Anda ingin mengaktifkannya?\")\n .setCancelable(false)\n .setTitle(\"STATUS GPS\")\n .setPositiveButton(\n \"YA\",\n new DialogInterface.OnClickListener() {\n @Override\n public void onClick(DialogInterface dialog, int which) {\n /* this gonna call class of settings then dialog interface disappeared */\n Intent intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);\n startActivity(intent);\n dialog.cancel();\n }\n }\n )\n .setNegativeButton(\"TIDAK\", new DialogInterface.OnClickListener() {\n public void onClick(final DialogInterface dialog, @SuppressWarnings(\"unused\") final int id) {\n dialog.cancel();\n }\n }\n );\n AlertDialog alertDialog = builder.create();\n alertDialog.show();\n }", "private void showAlert(String msg) {\n\t\tAlertDialog.Builder builder = new AlertDialog.Builder(this);\n\t\tbuilder.setMessage(msg).setCancelable(false).setPositiveButton(\"Ok\", new DialogInterface.OnClickListener() {\n\t\t\t@Override\n\t\t\tpublic void onClick(DialogInterface dialog, int id) {\n\t\t\t\tdialog.cancel();\n\t\t\t}\n\t\t});\n\t\tAlertDialog alert = builder.create();\n\t\talert.show();\n\t}", "public void sucessoMsg(String msg) {\n mensagens.add(new MensagemSistema(ConstantsControl.MSG_SUCESSO, msg));\n }", "public void alert(final String message) {\n\t\tSwingUtilities.invokeLater(new Runnable() {\n\t\t\t@Override\n\t\t\tpublic void run() {\n\t\t\t\tinformations.setWarning(message);\n\t\t\t\tJOptionPane.showConfirmDialog(workbench, message, i18n.getMessage(\"error\"), JOptionPane.DEFAULT_OPTION, JOptionPane.WARNING_MESSAGE);\n\t\t\t}\n\t\t});\n\t}", "private void alert(String title, String message) {\n UIAlertView alertView = new UIAlertView(title, message, null, \"OK\");\n alertView.show();\n }", "public void Mensaje(String titulo, String Mensaje) {\r\n\t\t\tString squence = \"\" + Mensaje;\r\n\t\t\tString title = \"\" + titulo;\r\n\t\t\tString PositiveButton = \"OK\";\r\n\r\n\t\t\tAlertDialog.Builder builder = new AlertDialog.Builder(this);\r\n\t\t\tbuilder.setMessage(squence)\r\n\t\t\t\t\t.setTitle(title)\r\n\t\t\t\t\t.setIcon(R.drawable.icon)\r\n\t\t\t\t\t.setCancelable(false)\r\n\t\t\t\t\t.setPositiveButton(PositiveButton,\r\n\t\t\t\t\t\t\tnew DialogInterface.OnClickListener() {\r\n\r\n\t\t\t\t\t\t\t\tpublic void onClick(DialogInterface dialog,\r\n\t\t\t\t\t\t\t\t\t\tint which) {\r\n\t\t\t\t\t\t\t\t\t// TODO Auto-generated method stub\r\n\t\t\t\t\t\t\t\t\tdialog.cancel();\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t});\r\n\r\n\t\t\tAlertDialog alert = builder.create();\r\n\t\t\talert.show();\r\n\r\n\t\t}", "private void alert(String string) {\n\r\n\t}", "private void warningPrompt(String message) {\n\n Alert alert = new Alert(Alert.AlertType.WARNING);\n alert.setTitle(\"WARNING\");\n alert.setHeaderText(message);\n\n alert.showAndWait();\n }", "public void alertUser(int status){\r\n\r\n }", "public static void Error_Msg(Context context, String Message) {\n\r\n\t\tfinal AlertDialog.Builder builder = new AlertDialog.Builder(context);\r\n\t\tbuilder.setTitle(\"Warning\");\r\n\t\tbuilder.setIcon(R.drawable.warning);\r\n\t\tbuilder.setMessage(Message).setCancelable(false)\r\n\t\t\t\t.setPositiveButton(\"Ok\", new DialogInterface.OnClickListener() {\r\n\t\t\t\t\tpublic void onClick(DialogInterface dialog, int id) {\r\n\t\t\t\t\t\t// //Log.i(\"alert id : \", \"\" + id);\r\n\t\t\t\t\t\tdialog.dismiss();\r\n\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\tfinal AlertDialog alert = builder.create();\r\n\r\n\t\talert.show();\r\n\r\n\t}", "private void alertBox_service(String title, String msg) {\r\n\t\tAlertDialog.Builder service_alert = new AlertDialog.Builder(this.mContext);\r\n\t\tservice_alert.setTitle(title);\r\n\t\tservice_alert.setMessage(msg);\r\n\t\tservice_alert.setNeutralButton(\"OK\",new DialogInterface.OnClickListener() {\r\n\r\n\t\t\t@Override\r\n\t\t\tpublic void onClick(DialogInterface dialog, int which) {\r\n\t\t\t\tdialog.dismiss();\r\n\r\n\t\t\t}\r\n\t\t});\r\n\t\tservice_alert.show();\r\n\t}", "public void getMessage() {\n\r\n\t}", "public void toastError(String mensagem){\n\n Context context = getApplicationContext();\n CharSequence text = mensagem;\n int duration = Toast.LENGTH_LONG;\n\n Toast toast = Toast.makeText(context, text, duration);\n\n View view = toast.getView();\n\n //Obtém o plano de fundo oval real do Toast e, em seguida, define o filtro de cores\n view.getBackground().setColorFilter(getResources().getColor(R.color.colorError), PorterDuff.Mode.SRC_IN);\n\n //Obtém o TextView do Toast para que ele possa ser editado\n TextView newText = view.findViewById(android.R.id.message);\n newText.setShadowLayer(0, 0, 0, Color.TRANSPARENT);\n newText.setTextColor(getResources().getColor(R.color.colorWhite));\n\n toast.show();\n\n }", "@Override\n public void setFailed(String msg) {\n Platform.runLater(() -> {\n Alert alert = new Alert(Alert.AlertType.ERROR);\n alert.setTitle(\"Errore di input\");\n alert.setHeaderText(msg);\n alert.showAndWait();\n });\n if (firstAction) {\n inTurno = false;\n }\n\n }", "public void showWinMessage(String info) {\n\t\tAlert al = new Alert(AlertType.WARNING);\n\t\tal.setTitle(\"Se termino el juego\");\n\t\tal.setHeaderText(\"Ganaste\");\n\t\tal.setContentText(info);\n\t\tal.showAndWait();\n\t}", "private void showAlert(String message) {\n //Builds an AlertDialog with message, title, if cancellable, and what the positive button does\n AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());\n builder.setMessage(message).setTitle(\"Response from Servers\")\n .setCancelable(false)\n .setPositiveButton(\"OK\", new DialogInterface.OnClickListener() {\n public void onClick(DialogInterface dialog, int id) {\n // do nothing\n }\n });\n AlertDialog alert = builder.create();\n alert.show();\n// String errorMessage = null;\n// try {\n// JSONObject arr = new JSONObject(message);\n// errorMessage = arr.getString(\"error\");\n// } catch (JSONException e) {\n// e.printStackTrace();\n// }\n// Toast.makeText(getActivity(), errorMessage, Toast.LENGTH_LONG).show();\n\n }", "private void alertMessage() {\n //remove friend confirmation dialog\n //taken from: http://www.androidhub4you.com/2012/09/alert-dialog-box-or-confirmation-box-in.html\n DialogInterface.OnClickListener dialogClickListener = new DialogInterface.OnClickListener() {\n public void onClick(DialogInterface dialog, int which) {\n switch (which) {\n case DialogInterface.BUTTON_POSITIVE:\n // Yes button clicked\n logout();\n break;\n\n case DialogInterface.BUTTON_NEGATIVE:\n // No button clicked\n // do nothing\n break;\n }\n }\n };\n\n //Show \"warning\" Dialog, if user is sure about deleting friend.\n AlertDialog.Builder builder = new AlertDialog.Builder(context);\n builder.setMessage(\"Are you sure you want to log out from this app?\")\n .setTitle(\"Logout\")\n .setPositiveButton(\"Yes\", dialogClickListener)\n .setNegativeButton(\"No\", dialogClickListener).show();\n }", "static void giveInfo(String message){\n JOptionPane.showMessageDialog(null, message);\n }", "private void showErroAlert(String errorMessage) {\n LOGGER.log(Level.INFO, \"Showing Alert window with error message...\");\n Alert errorAlert = new Alert(Alert.AlertType.ERROR, errorMessage, ButtonType.OK);\n errorAlert.show();\n }", "public static void editAlert() {\n\n }", "private void success() {\n showMessage(\"Congratulations!\", \"success\");\n }", "public static void showErrorMessage(String mess, android.content.Context con) {\n if (mess == \"\" || mess == null) {\r\n mess = \"Empty message\";\r\n }\r\n\r\n AlertDialog.Builder builder = new AlertDialog.Builder(con);\r\n builder.setMessage(mess).setTitle(\"ALERT\");\r\n builder.setPositiveButton(\"OK\", new DialogInterface.OnClickListener() {\r\n public void onClick(DialogInterface dialog, int id) {\r\n dialog.cancel();\r\n }\r\n });\r\n AlertDialog dialog = builder.create();\r\n dialog.show();\r\n\r\n }", "public void alertDialogBasico() {\n AlertDialog.Builder builder = new AlertDialog.Builder(this);\r\n\r\n // 2. Encadenar varios métodos setter para ajustar las características del diálogo\r\n builder.setMessage(R.string.dialog_message);\r\n\r\n\r\n builder.setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() {\r\n public void onClick(DialogInterface dialog, int id) {\r\n\r\n }\r\n });\r\n\r\n\r\n builder.show();\r\n\r\n }", "@Override\r\n\tpublic void getMessage() {\n\t\tSystem.out.println(\"getMessage() 출력...\");\r\n\t}", "public void showLoseMessage(String info) {\n\t\tAlert al = new Alert(AlertType.WARNING);\n\t\tal.setTitle(\"Se termino el juego\");\n\t\tal.setHeaderText(\"Perdiste\");\n\t\tal.setContentText(info);\n\t\tal.showAndWait();\n\t}", "public void addMessage(String mensaje, int tipo) {\n switch (tipo) {\n case 1:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_INFO, mensaje, \"\"));\n break;\n case 2:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR, mensaje, \"\"));\n break;\n case 3:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_WARN, mensaje, \"\"));\n break;\n case 4:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_FATAL, mensaje, \"\"));\n break;\n default:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.FACES_MESSAGES, mensaje));\n break;\n }\n }", "public void addMessage(String mensaje, int tipo) {\n switch (tipo) {\n case 1:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_INFO, mensaje, \"\"));\n break;\n case 2:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_ERROR, mensaje, \"\"));\n break;\n case 3:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_WARN, mensaje, \"\"));\n break;\n case 4:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_FATAL, mensaje, \"\"));\n break;\n default:\n FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.FACES_MESSAGES, mensaje));\n break;\n }\n }", "public void createAlertDialog(String msg) {\n\t\tAlertDialog.Builder alertbox = new AlertDialog.Builder(\n\t\t\t\tMainActivity.this);\n\t\talertbox.setTitle(\"Response Message\");\n\t\talertbox.setMessage(msg);\n\t\talertbox.setPositiveButton(\"Ok\", new DialogInterface.OnClickListener() {\n\t\t\t// do something when the button is clicked\n\t\t\tpublic void onClick(DialogInterface arg0, int arg1) {\n\t\t\t}\n\t\t});\n\t\talertbox.show();\n\t}", "private void buildAlertMessageNoGps() {\n final AlertDialog.Builder builder = new AlertDialog.Builder(this);\n builder.setMessage(\"GPS Anda tampaknya dinonaktifkan, apakah Anda ingin mengaktifkannya?\")\n .setTitle(\"STATUS GPS\")\n .setCancelable(false)\n .setPositiveButton(\"YA\", new DialogInterface.OnClickListener() {\n public void onClick(@SuppressWarnings(\"unused\") final DialogInterface dialog, @SuppressWarnings(\"unused\") final int id) {\n startActivity(new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS));\n }\n })\n .setNegativeButton(\"TIDAK\", new DialogInterface.OnClickListener() {\n public void onClick(final DialogInterface dialog, @SuppressWarnings(\"unused\") final int id) {\n dialog.cancel();\n }\n });\n final AlertDialog alert = builder.create();\n alert.show();\n }", "public void receberMensagem(String msg);", "public void alertForOuitMessage() {\n final AlertDialog.Builder builder = new AlertDialog.Builder(context);\n final AlertDialog alert = builder.create();\n alert.getWindow().getAttributes().windowAnimations = R.style.alertAnimation;\n View view = alert.getLayoutInflater().inflate(R.layout.quiz_quit_alert, null);\n TextView title1 = (TextView) view.findViewById(R.id.title1);\n title1.setText(context.getString(R.string.quiz_quit_are));\n title1.setTypeface(VodafoneRg);\n TextView title2 = (TextView) view.findViewById(R.id.title2);\n title2.setText(context.getString(R.string.quiz_quit_progress));\n title2.setTypeface(VodafoneRg);\n TextView quiz_text = (TextView) view.findViewById(R.id.quit_text);\n quiz_text.setTypeface(VodafoneRg);\n LinearLayout quit_layout = (LinearLayout) view.findViewById(R.id.quit_layout);\n alert.setCustomTitle(view);\n TextView quit_icon = (TextView) view.findViewById(R.id.quit_icon);\n quit_icon.setTypeface(materialdesignicons_font);\n quit_icon.setText(Html.fromHtml(\"&#xf425;\"));\n quit_layout.setOnClickListener(new View.OnClickListener() {\n @Override\n public void onClick(View v) {\n alert.dismiss();\n finish();\n }\n });\n alert.show();\n }", "public static void alert(Alert alert) {\n alerter.alert(alert);\n }", "private void showAlert(String message) {\n AlertDialog.Builder builder = new AlertDialog.Builder(this);\n builder.setMessage(message);\n builder.show();\n }", "public static void updateMessageBox() {\n\t}", "public void afficherMessage();", "private void showAlert() {\n AlertDialog.Builder alert = new AlertDialog.Builder(this);\n alert.setMessage(\"Error al autenticar usuario\");\n alert.setPositiveButton(\"Aceptar\", null);\n AlertDialog pop = alert.create();\n alert.show();\n }", "private void errorMessage(String message) {\n \tAlertDialog.Builder builder = new AlertDialog.Builder(this);\n \tAlertDialog dialog = builder.setMessage(message).setTitle(\"Error\").create();\n \tdialog.show();\n }", "public void showMessage(String message);", "static void errorNotification(Context context,String exception) {\n AlertDialog.Builder errorDialogBox= new AlertDialog.Builder(context);\n errorDialogBox.setTitle(\"Exception\");\n errorDialogBox.setMessage(exception);\n errorDialogBox.setNeutralButton(android.R.string.ok,new DialogInterface.OnClickListener(){\n\n @Override\n public void onClick(DialogInterface dialog, int which) {\n dialog.dismiss();\n }\n });\n //Activates the dialog box\n AlertDialog errorDialog = errorDialogBox.create();\n errorDialog.show();\n\n }", "public void setAlert(boolean a) {\r\n\t\tthis.alert = a;\r\n\t}" ]
[ "0.73205465", "0.7169818", "0.71555346", "0.712665", "0.7094002", "0.706982", "0.7037371", "0.70220596", "0.7005411", "0.69391143", "0.68213564", "0.6760784", "0.67389417", "0.6719078", "0.66110414", "0.6605272", "0.6597631", "0.6519184", "0.6493334", "0.64752656", "0.6437367", "0.6433951", "0.6427344", "0.6419148", "0.6383009", "0.63787824", "0.63762015", "0.6366165", "0.6347749", "0.6340201", "0.6303046", "0.629817", "0.6293312", "0.6292168", "0.6289701", "0.6288048", "0.62573516", "0.6254997", "0.62517476", "0.6236251", "0.6227285", "0.62254065", "0.6218407", "0.621148", "0.61940086", "0.6189818", "0.6185876", "0.6181493", "0.61739856", "0.61689377", "0.6163587", "0.6163028", "0.61566126", "0.6152239", "0.6149333", "0.6148673", "0.6146861", "0.61458755", "0.61273783", "0.61264", "0.6123651", "0.61236244", "0.6120098", "0.610326", "0.60945886", "0.60855407", "0.6084024", "0.6082551", "0.6071073", "0.6069155", "0.60653424", "0.6060969", "0.6058319", "0.6056755", "0.6052652", "0.60497326", "0.60477024", "0.60434264", "0.60418826", "0.60384446", "0.60377324", "0.60376346", "0.6033088", "0.6020457", "0.6019884", "0.60026205", "0.60004103", "0.60004103", "0.5997662", "0.59929574", "0.59915483", "0.5990602", "0.5989745", "0.5989063", "0.5987479", "0.5981523", "0.597659", "0.59751266", "0.59712696", "0.5963336", "0.59618276" ]
0.0
-1
Define uma mensagem de erro
public static void setErrorMessage(String text) { JOptionPane optionPane = new JOptionPane(text,JOptionPane.ERROR_MESSAGE); JDialog dialog = optionPane.createDialog("Erro"); dialog.setAlwaysOnTop(true); dialog.setVisible(true); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Then(\"^Mostrara mensaje de error$\")\n\tpublic void Mostrara_mensaje_de_error() throws Throwable {\n\t System.out.println(\"El email o la contrase�a es erronea\");\n\t assert(true);\n\t}", "public void mensagemErro(String m) {\r\n Alert alerta = new Alert(Alert.AlertType.ERROR);\r\n alerta.setTitle(\"ERRO!\");\r\n alerta.setHeaderText(null);\r\n alerta.setContentText(m);\r\n alerta.showAndWait();\r\n }", "public void erroMsg(String msg) {\n mensagens.add(new MensagemSistema(ConstantsControl.MSG_ERRO, msg));\n }", "public void error(String message);", "public String createErrorMessage(CommandSender sender, MCommand command);", "public void addError(String message);", "public void estiloError() {\r\n /**Bea y Jose**/\r\n\t}", "void showError(String message);", "void showError(String message);", "@Override\n\tpublic String getMessage() {\n\t\treturn \"ATTENZIONE: nel progetto Eccezioni Java si è verificato un errore!\";\n\t}", "void errorMsg(String msg) {\n Alert errorAlert = new Alert(\"error\", msg, null, AlertType.ERROR);\n errorAlert.setCommandListener(this);\n errorAlert.setTimeout(Alert.FOREVER);\n Display.getDisplay(this).setCurrent(errorAlert);\n }", "private void errorAlert(String msg) {\n Alert dialog = new Alert(Alert.AlertType.ERROR);\n dialog.setTitle(\"Error\");\n dialog.setHeaderText(\"!!\");\n dialog.setContentText(msg);\n dialog.show();\n }", "public abstract void setError(String message);", "public void mensagemErroCadastro() {\n\t\tJOptionPane.showMessageDialog(null, \"Erro!\\nVerifique se todos os campos estão preenchidos.\"\n\t\t\t\t+ \"\\nVerifique se os dados em formato numérico são números.\"\n\t\t\t\t+ \"\\nVerifique se as datas foram inseridas corretamente.\" + \"\\nNão use vírgulas ','. Use pontos!\", null,\n\t\t\t\tJOptionPane.ERROR_MESSAGE);\n\t}", "java.lang.String getErrmsg();", "void errorBox(String title, String message);", "@Override\n\tpublic String getMessage()\n\t{\n\t\treturn errMessage;\n\t}", "public void alertName(){\n Alert alert = new Alert(Alert.AlertType.ERROR);\n alert.setTitle(\"Error al ingresar nombre\");\n alert.setHeaderText(\"Se encontró un error en el nombre,\"\n + \"tiene mas de 12 caracteres o está repetido. Debe ingresar el nombre nuevamente.\");\n alert.showAndWait();\n }", "public void onError(String cadena) {\r\n\t\tJOptionPane.showMessageDialog(null, cadena, \"Movimiento invalido\", JOptionPane.ERROR_MESSAGE);\r\n\t\t\r\n\t}", "void showErrorMsg(String string);", "void err( Object msg );", "public String getMessage() {\n return super.getMessage()+\"\\n error code=\"+error_code+\" error value=\"+error_value; //$NON-NLS-1$ //$NON-NLS-2$\n }", "public void errorOccured(String errorMessage, Exception e);", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "java.lang.String getErrorMessage();", "String getErrorMessage();", "String getErrorMessage();", "String errorMessage();", "public static void mensagemErroCadastrar() {\n\t\tJOptionPane.showMessageDialog(null, \"Erro ao cadastrar. Revise os dados inseridos.\", \"Erro\", JOptionPane.ERROR_MESSAGE, new ImageIcon(Toolkit.getDefaultToolkit().getImage(CadastroQuartos.class.getResource(\"/Imagens/Erro32.png\"))));\n\t}", "private void error(String message) { \n Alert alert = new Alert(Alert.AlertType.ERROR, message);\n alert.setTitle(I18n.tr(\"imagesizedialog.error.title\"));\n alert.setContentText(message);\n alert.showAndWait();\n }", "public String getMessage()\n {\n return super.getMessage()+promo_error.getCode()+\"already exists\";\n }", "private void setErrorMessage() {\n messageLabel.setText(NbBundle.getMessage(JavaFXPlatformCustomizer.class, \"Customizer_Invalid_Platform_Msg\")); // NOI18N\n }", "void showError(String errorMessage);", "public void setErrorMsg(String text) {\n this.errorMsg = text;\n }", "public void showError(String errorMessage);", "public static void mostrarError(JDialog dialogo, String mensaje) {\n JOptionPane.showMessageDialog(dialogo, mensaje, \"BancoSoft: Error\", JOptionPane.ERROR_MESSAGE);\n }", "private void mostrarMensagemDeErro(String informacao) {\n\t\tJOptionPane.showMessageDialog(null, informacao, \"Aten��o\",\n\t\t\t\tJOptionPane.INFORMATION_MESSAGE);\n\t}", "private void errorMessage(String message) {\n \tAlertDialog.Builder builder = new AlertDialog.Builder(this);\n \tAlertDialog dialog = builder.setMessage(message).setTitle(\"Error\").create();\n \tdialog.show();\n }", "void displayErrorMessage(String message);", "@Override\n\tpublic void error(Message msg) {\n\n\t}", "public void error();", "private void showAlertResetFail(String msg) {\n Alert alert = new Alert(Alert.AlertType.ERROR);\n alert.setTitle(\"Database error\");\n\n // Header Text: null\n alert.setHeaderText(\"Could not reset database\");\n alert.setContentText(msg);\n alert.showAndWait();\n }", "void showResultMoError(String e);", "private static void displayError(Shell shell, String msg) {\n MessageBox mbox = new MessageBox(shell, SWT.ICON_ERROR|SWT.OK);\n mbox.setMessage(msg);\n mbox.setText(\"USBDM - Can't create launch configuration\");\n mbox.open();\n }", "private void action_error(HttpServletRequest request, HttpServletResponse response, String message) {\n\n FailureResult fail = new FailureResult(getServletContext());\n fail.activate(message, request, response);\n }", "public void alertInvalid(){\n Alert alert = new Alert(Alert.AlertType.WARNING);\n alert.setTitle(\"Herencia invalida\");\n alert.setHeaderText(\"Un hijo no puede ser hijo de su padre o un padre no puede ser padre de su padre,\"\n + \"No puede crear herencia con entidades debiles.\");\n alert.showAndWait();\n }", "public void error(String message) {\n ui.say(\"ERROR: \" + message);\n }", "public void showError(String error);", "@Então(\"a mensagem de erro {string}\")\n\tpublic void a_mensagem_de_erro(String mensagem) {\n\t\tresponse.then()\n\t\t\t\t.assertThat()\n\t\t\t\t.body(\"messages[0]\", is(mensagem));\n\t\t\n\t}", "public String getMessage()\n {\n return super.getMessage()+promo_error+\"not found\";\n }", "@Override\n public void setFailed(String msg) {\n Platform.runLater(() -> {\n Alert alert = new Alert(Alert.AlertType.ERROR);\n alert.setTitle(\"Errore di input\");\n alert.setHeaderText(msg);\n alert.showAndWait();\n });\n if (firstAction) {\n inTurno = false;\n }\n\n }", "default String error(String... args) {\n String message = create(args);\n Reporter.log(message);\n getLogger().error(message);\n return message;\n }", "public void sendErrorNotification(String msg){\n this.sendNotification(1, ATTENTION, msg, R.drawable.ic_stat_error_outline);\n }", "public void getMessage() {\r\n // use JOptionPane to have a pop up box informing user of the invalid token\r\n JOptionPane.showMessageDialog(null, \"Invalid Token \" + invalidToken);\r\n }", "public String error();", "public void error(Object message)\n/* */ {\n/* 199 */ if (message != null) {\n/* 200 */ getLogger().error(String.valueOf(message));\n/* */ }\n/* */ }", "private void errorMessage( String message )\n {\n logger.errorMessage( \"MidiChannel\", message, 0 );\n }", "@Override\n\tpublic void error(Marker marker, Message msg) {\n\n\t}", "void setError();", "void error(String messageKey, Object... args);", "private static String getMessage(int code) {\n switch (code) {\n case ME_DIV_BY_ZERO:\n return \"Attempt to divide by zero.\";\n case ME_ASSIGNLITERAL:\n return \"Attempt to assign to a literal.\";\n case ME_NONVARASSIGN:\n return \"Attempt to assign to a non-variable.\";\n default:\n return \"Unknown error.\";\n }\n }", "private void logError(String msgText) {\n System.out.println (\"[ERROR] \" + msgText);\n \n }", "public void showErrorMessage(String msg) {\r\n JOptionPane.showMessageDialog(this,\r\n\t\t\t\t msg, TmplResourceSingleton.getString(\"error.dialog.header\"),\r\n\t\t\t\t JOptionPane.ERROR_MESSAGE);\r\n }", "@Override\n\tpublic void showError(String message) {\n\t\t\n\t}", "java.lang.String getError();", "java.lang.String getError();", "java.lang.String getError();", "private void setError(String code, String message) {\r\n recentErrorCode = code;\r\n recentErrorMessage = message;\r\n recentServerErrorCode = \"\";\r\n recentServerErrorMessage = \"\";\r\n\r\n if (consoleLog && !\"\".equals(message)) {\r\n System.out.println(\"[E!:\" + code + \"] \" + message);\r\n }\r\n }", "java.lang.String getErr();", "private void printErrorAlert(String title, String header, String message) {\r\n\t\tAlert alert = new Alert(Alert.AlertType.ERROR);\r\n\t\tif(title.length()>0)\r\n\t\t\talert.setTitle(title);\r\n\t\tif(header.length()>0)\r\n\t\t\talert.setHeaderText(header);\r\n\t\tif(message.length()>0)\r\n\t\t\talert.setContentText(message);\r\n\t\tStage stage = (Stage) alert.getDialogPane().getScene().getWindow();\r\n\t\tstage.getIcons().add(new Image(this.getClass().getResource(\"x.png\").toString()));\r\n\t\talert.showAndWait();\r\n\t}", "public void ErrorMessage(String error) {\n \tJOptionPane.showMessageDialog(parent, error);\n }", "public static void error(Object message) {\n\t\tSystem.out.print(\"! ERROR: \" + message);\n\t}", "public void error(String msg) {\n LOGGER_BASE.error(msg);\n }", "public ErrorAlert(String message) {\r\n\r\n JOptionPane.showMessageDialog(MainWindow.getInstance(), message);\r\n\r\n }", "@Override\n\t\tpublic void setInvalidMess(String errmess) {\n\n\t\t}", "protected abstract void error(String err);", "@Override\r\n\tpublic void displayError(EntityPropertyCode code, String message) {\n\t}", "void error (String msg) throws RootException;", "@Override\n\tpublic void error(Message msg, Throwable t) {\n\n\t}", "private void mostraErrore(SQLException e) {\n String msg;\n \n msg = \"Codice Errore: \" + e.getErrorCode() + \"\\n\";\n msg += \"Messaggio: \" + e.getMessage() + \"\\n\";\n msg += \"SQLState: \" + e.getSQLState() + \"\\n\";\n\n JOptionPane.showMessageDialog(this, msg, \"Errore\", JOptionPane.ERROR_MESSAGE);\n }", "protected String doErrorMessage(Exception e){\n\t\treturn \"{ \\\"ERROR\\\": \\\"\"+ e.getMessage() + \"\\\"}\" ;\n\t}", "@Override\n\tpublic void error(Object message) {\n\n\t}", "public void exibeMensagem(String mensagem) {\n JOptionPane.showMessageDialog(null, mensagem);\n }", "public Builder setErrmsg(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000002;\n errmsg_ = value;\n onChanged();\n return this;\n }", "@Override\r\n\tpublic String getMessage() {\n\t\treturn \"Failed\";\r\n\t}", "abstract void errorLogMessage(String message);", "public AlwaysFailsCheck(String excepmsg) {\n errmsg = excepmsg;\n }", "private void showError(String msg)\n {\n \tJOptionPane.showMessageDialog(this, msg, \"Error\",\n \t\t\t\t JOptionPane.ERROR_MESSAGE);\n }", "public void setErrorMsg(String errorMsg) {\n this.errorMsg = errorMsg;\n }", "@Override\n\tpublic void error(Marker marker, MessageSupplier msgSupplier) {\n\n\t}", "void setErrorMessage(String errorMessage);" ]
[ "0.75033414", "0.72817063", "0.7158348", "0.70635056", "0.70255286", "0.7022397", "0.69791543", "0.69687915", "0.69687915", "0.69347817", "0.6889668", "0.6847589", "0.6733444", "0.67303234", "0.6707378", "0.66807973", "0.66406906", "0.6630721", "0.65929955", "0.65928096", "0.6571938", "0.6571442", "0.6564812", "0.6564098", "0.6564098", "0.6564098", "0.6564098", "0.6564098", "0.6564098", "0.6564098", "0.6564098", "0.6564098", "0.6564098", "0.6564098", "0.6564098", "0.65592307", "0.65592307", "0.6558292", "0.6545936", "0.6543592", "0.652962", "0.6501786", "0.6492973", "0.6488019", "0.6479723", "0.6458487", "0.64382553", "0.64380604", "0.6424698", "0.64218307", "0.6417181", "0.63958853", "0.6389126", "0.6385438", "0.63836414", "0.6375906", "0.6373776", "0.6347609", "0.63455784", "0.63350236", "0.6334869", "0.6332529", "0.6322517", "0.62989944", "0.6287629", "0.62785476", "0.62711084", "0.6266978", "0.6260248", "0.6221313", "0.6211486", "0.62036085", "0.61990577", "0.6198466", "0.61963093", "0.61963093", "0.61963093", "0.61932504", "0.6192615", "0.618772", "0.6181428", "0.6180312", "0.61718357", "0.6165215", "0.6164492", "0.6161969", "0.6158845", "0.61574", "0.61573493", "0.6152682", "0.6146949", "0.61434495", "0.6140282", "0.61327845", "0.6130427", "0.6126153", "0.6123266", "0.6121197", "0.6119126", "0.6118622", "0.6111107" ]
0.0
-1
Selects the entered text.
public void selectAll () { editor.selectAll (); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void searchAndSelect() {\n currIndex = 0;\n Highlighter h = jta.getHighlighter();\n h.removeAllHighlights();\n String text = jtfFind.getText();\n \n String jText = jta.getText();\n if (text.equals(\"\")) {\n jtfFind.setBackground(Color.WHITE);\n }\n else {\n //TestInfo.testWriteLn(\"Plain Text: \" + text);\n text = processEscapeChars(text);\n //TestInfo.testWriteLn(\"Escape Text: \" + text);\n int index = jText.toLowerCase().indexOf(text.toLowerCase());\n if (index == -1) {\n jtfFind.setBackground(Color.RED);\n }\n else {\n try {\n currIndex = index + 1;\n // An instance of the private subclass of the default highlight painter\n Highlighter.HighlightPainter myHighlightPainter = new MyHighlightPainter(Color.YELLOW);\n oldHighlightPainter = myHighlightPainter;\n h.addHighlight(index,index+text.length(),myHighlightPainter);\n jtfFind.setBackground(Color.WHITE);\n jta.setSelectionColor(Color.CYAN);\n //jta.selectAll();\n jta.select(index,index+text.length());\n lastHighlight[0] = index;\n lastHighlight[1] = index + text.length();\n //jta.setSelectionEnd(index + text.length());\n }\n catch (BadLocationException e) {\n //Do nothing\n }\n }\n }\n }", "public void clickOnText(String text);", "public void enterAnswer(String text) {\n\t\ttextBox.clear();\n\t\ttextBox.sendKeys(text);\n\t}", "public void select() {\n \t\t\tString sinput = \"\";\r\n \t\t\tOption selected = null;\r\n \t\t\tErrorLog.debug(name + \" selected.\");\r\n \t\t\t\r\n \t\t\twhile (true) {\r\n \t\t\t\tSystem.out.println(toString()); //Print menu.\r\n \t\t\t\tsinput = read(); //Get user selection.\r\n \t\t\t\tif (!sinput.equalsIgnoreCase(\"exit\")) {\r\n \t\t\t\t\tselected = options.get(sinput); //Find corresponding option.\r\n \r\n \t\t\t\t\tif (selected != null) //Sinput corresponds to an extant option.\r\n \t\t\t\t\t\tselected.select(); //Select the selected.\r\n \t\t\t\t\telse\r\n \t\t\t\t\t\tprint(sinput + \" is not a valid option\");\r\n \t\t\t\t} else\r\n \t\t\t\t\t{print(\"Returning to previous menu.\"); break;}\r\n \t\t\t}\r\n \t\t\t\r\n \t\t\tErrorLog.debug (\"Quitting \" + name + \". Sinput:\"+sinput);\r\n \t\t\t\r\n \t\t\treturn;\r\n \t\t}", "public static void selectByVisibleText (By element , String text){\n new Select(driver.findElement(element)).selectByVisibleText(text);\n }", "protected void doSetFocus() {\n \t\tif (getText() != null) {\n \t\t\tgetText().selectAll();\n \t\t\tgetText().setFocus();\n \t\t\tcheckSelection();\n \t\t\tcheckDeleteable();\n \t\t\tcheckSelectable();\n \t\t}\n \t}", "public void setFocus(){\n\t\ttxtText.setFocus(true);\n\t\ttxtText.selectAll();\n\t}", "@Override\n public String getSelectedText() {\n return super.getSelectedText().replaceAll(\"\\r\\n\", \"\\n\");\n }", "public native final <T> Selection text(String value)/*-{\n\t\treturn this.text(value);\n\t}-*/;", "public static void selectByVisibletext(By element, String text)\n {\n new Select(driver.findElement(element)).selectByVisibleText(text);\n }", "public void selectFromClipboard() { genericClipboard(SetOp.SELECT); }", "public void selectPressed() {\n\t\tif (edit) {\n\t\t\tdisplayCardHelp = !displayCardHelp;\n\t\t} else {\n\t\t\tSoundPlayer.playSound(SoundMap.MENU_ERROR);\n\t\t}\n\t}", "public void selectFromDropdown_Using_Text(WebElement element, String text) {\n\t\ttry {\n\t\t\tSelect select = new Select(element);\n\t\t\tselect.selectByVisibleText(text);\n\t\t} catch (NoSuchElementException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "protected void stopEnterText()\n\t{ if (text.getText().length() > 0) text.setText(text.getText().substring(0, text.getText().length() - 1)); }", "public void select()\n {\n super.select();\n SwingUtilities.invokeLater(() -> _sqlPanel.getSQLEntryPanel().requestFocus());\n }", "public boolean isSelected_txt_Pick_Up_Text(){\r\n\t\tif(txt_Pick_Up_Text.isSelected()) { return true; } else { return false;} \r\n\t}", "protected void selectionChanged(ITextSelection selection) {}", "@Override\n\tpublic void focusGained(FocusEvent arg0) {\n\t\tif(arg0.getSource()==text_customerID)\n\t\t\ttext_customerID.selectAll();\n\n \n \n\t\telse {}\n\t}", "public String GetInput(JTextField textField, String text)\r\n {\r\n textField.selectAll();\r\n text = textField.getText();\r\n JOptionPane.showMessageDialog(this,\"<html><font size = 5>You enter: \\\"\"+ text+\"\\\"! \"\r\n +\"Please press \\\"OK\\\" to continue or press \\\"x\\\"\"\r\n + \" to exit</font></html>\");\r\n textField.setText(\"\");\r\n return text;\r\n }", "default public void clickSelect() {\n\t\tremoteControlAction(RemoteControlKeyword.SELECT);\n\t}", "public String getText_txt_Pick_Up_Text(){\r\n\t\treturn txt_Pick_Up_Text.getText();\r\n\t}", "public void selectItemInDropDownByVisibleText(WebElement elementDD, String textForSelect) {\r\n try {\r\n Select optionsFromDD = new Select(elementDD);\r\n optionsFromDD.selectByVisibleText(textForSelect);\r\n logger.info(textForSelect + \" was selected in DD\");\r\n\r\n } catch (Exception e) {\r\n logger.error(\"Cannot work with element\");\r\n Assert.fail(\"Cannot work with element\");\r\n }\r\n\r\n }", "protected abstract void doSelection() throws IOException;", "private void selectCurrentToken() {\r\n setCurrentItem(currentTextItem);\r\n setPosition(currentTextItem.getEndPosition());\r\n }", "private void selectTXTFile() {\n JFileChooser jfc = new JFileChooser();\n File curDir;\n if (readFile != null) curDir = new File(readFile.getParent()); else curDir = new File(System.getProperty(\"user.home\"));\n jfc.setCurrentDirectory(curDir);\n jfc.setFileFilter(new TXTFilter());\n jfc.setMultiSelectionEnabled(false);\n int ret = jfc.showDialog(this, \"Save\");\n if (ret == 0) {\n outputField.setText(jfc.getSelectedFile().getAbsolutePath() + \".txt\");\n }\n }", "public void widgetDefaultSelected(SelectionEvent e) {\n final Text text = new Text(cursor, SWT.NONE);\n TableItem row = cursor.getRow();\n int column = cursor.getColumn();\n text.setText(row.getText(column));\n text.addKeyListener(new KeyAdapter() {\n public void keyPressed(KeyEvent e) {\n TableItem row = cursor.getRow();\n int column = cursor.getColumn();\n row.setText(column, text.getText());\n // close the text editor when the user hits \"ESC\"\n if (e.character == SWT.ESC) {\n text.dispose();\n }\n }\n });\n editor.setEditor(text);\n text.setFocus();\n }", "public void selectByPartialText(By locator,String partialText){\n\t\tWebElement element = findElementClickable(locator);\n\n try {\n\n Select select=new Select(element);\n List<WebElement> optionsList = select.getOptions();\n for (int i=0; i<optionsList.size(); i++)\n {\n if(optionsList.get(i).getText().contains(partialText))\n {\n optionsList.get(i).click();\n }\n }\n LOGGER.info(\"Step : \"+Thread.currentThread().getStackTrace()[2].getMethodName()+\": Pass\");\n }catch(Exception e)\n {\n LOGGER.error(\"Step : \"+Thread.currentThread().getStackTrace()[2].getMethodName()+\": Fail\");\n //e.printStackTrace();\n throw new NotFoundException(\"There is an error while selecting the text \"+partialText+\": with locator \"+locator+\". Exception \"+e);\n\t\t\t\n }\n\n\n }", "public void select(WebElement element,String eventKey)\n {\n sel= new Select(element);\n sel.selectByVisibleText(eventKey);\n }", "void setFocus();", "public void select(final String value) {\n\t\tif (value == null) {\n\t\t\treturn;\n\t\t}\n\t\twait(action(c -> {\n\t\t\tfor (int i = 0; i < c.getModel().getSize(); i++) {\n\t\t\t\tif (value.equals(c.getModel().getElementAt(i).toString())) {\n\t\t\t\t\tc.setSelectedIndex(i);\n\t\t\t\t}\n\t\t\t}\n\t\t}).withReportText(\"selecting element \" + value));\n\t\tAssertions.assertTrue(getCachedElement().getSelectedIndex() >= 0,\n\t\t\t\t() -> name + \": element must have been selected: \" + value);\n\t}", "public void copyText(){\n try{\n if(mCursor.isSelected()){\n mClipboardManager.setTextToClipboard(getText().subContent(mCursor.getLeftLine(),\n mCursor.getLeftColumn(),\n mCursor.getRightLine(),\n mCursor.getRightColumn()).toString());\n }\n }catch(Exception e){\n e.printStackTrace();\n Toast.makeText(getContext(),e.toString(),Toast.LENGTH_SHORT).show();\n }\n }", "public static void setTextSelectable(TextView tv)\n {\n try {\n itsSetTextIsSelectableMeth.invoke(tv, true);\n } catch (Exception e) {\n e.printStackTrace();\n }\n }", "private void jtxtdscriptionFocusGained(java.awt.event.FocusEvent evt) {\n jtxtdscription.setSelectionStart(0);\n jtxtdscription.setSelectionEnd(jtxtdscription.getText().length());\n}", "protected void selectItLater(Component c) {\n if (c instanceof JFormattedTextField) {\n final JFormattedTextField ftf = (JFormattedTextField)c;\n SwingUtilities.invokeLater(new Runnable() {\n public void run() {\n ftf.selectAll();\n }\n });\n }\n }", "private void jtxtwarehouse_codeFocusGained(java.awt.event.FocusEvent evt) {\n jtxtwarehouse_code.setSelectionStart(0);\n jtxtwarehouse_code.setSelectionEnd(jtxtwarehouse_code.getText().length());\n}", "protected SelectionText input() {\n return inputter;\n }", "public void enterTextinTextbox(WebElement element, String text) {\n\n\t\telement.clear();\n\t\telement.sendKeys(text);\n\t}", "public void enterText(final By locator, String text){\n WebElement element = findElementClickable(locator);\n\t\ttry {\n \t \t\n if(text.contains(\"@\"))\n {\n element.clear();\n waitForElement(ExpectedConditions.refreshed(ExpectedConditions.visibilityOfElementLocated(locator)));\n String[] parts=text.split(\"@\");\n String selectAll = Keys.chord(Keys.CONTROL,Keys.ALT,\"2\");\n for(int i=0; i<parts.length;i++) {\n \tdriver.findElement(locator).sendKeys(parts[i]);\n\n if(i!=(parts.length-1)) {\n driver.findElement(locator).sendKeys(selectAll);\n\n }\n }\n\n }else {\n driver.findElement(locator).sendKeys(Keys.chord(Keys.CONTROL,\"a\"),text);\n }\n LOGGER.info(\"Step : \"+Thread.currentThread().getStackTrace()[2].getMethodName()+\": Pass\");\n\n }catch(Exception e)\n {\n LOGGER.error(\"Step : \"+Thread.currentThread().getStackTrace()[2].getMethodName()+\": Fail\");\n //e.printStackTrace();\n throw new NotFoundException(\"Exception \"+ e +\" thrown while entering \"+text+\" using locator \"+locator);\n\t\t\n }\n\n\n\n }", "public void selectByText(final By locator,String text){\n\t\tWebElement element = findElementClickable(locator);\n\n try {\n\n try {\n Select select = new Select(element);\n select.selectByVisibleText(text);\n }catch(StaleElementReferenceException e){\n\n \telement = findElementClickable(locator);\n Select select = new Select(element);\n select.selectByVisibleText(text);\n\n }\n\n LOGGER.info(\"Step : \"+Thread.currentThread().getStackTrace()[2].getMethodName()+\": Pass\");\n }catch(Exception e)\n {\n LOGGER.error(\"Step : \"+Thread.currentThread().getStackTrace()[2].getMethodName()+\": Fail\");\n //e.printStackTrace();\n throw new NotFoundException(\"Exception \"+ e +\" thrown while selecting the value by text \"+text+\" using locator \"+locator);\n\t\n }\n\n\n }", "public void setFocus();", "public void selectOption(WebElement element,String text) {\nSelect s=new Select(element);\n//List<WebElement> options = s.getOptions();\n//WebElement webElement = options.get(index);\n//String text = webElement.getText();\ns.selectByVisibleText(text);\n\n\n}", "public void delete() {\n\t if (input.getSelectedText() != null){\n\t input.setText(input.getText().replace(\n\t input.getSelectedText(), \"\"));}\n\t}", "public void submitText() {\r\n \t\tthis.dialog.clickOK();\r\n \t}", "@Override\n public void setFocus()\n {\n this.textInput.setFocus();\n }", "private void jtxtbrand_code_toFocusGained(java.awt.event.FocusEvent evt) {\n jtxtbrand_code_to.setSelectionStart(0);\n jtxtbrand_code_to.setSelectionEnd(jtxtbrand_code_to.getText().length());\n}", "public void selectDate(){\r\n\t\tcloseDateText.sendKeys(ConvertDate());\r\n\t}", "@Override\n\t\t\tpublic void actionPerformed(ActionEvent e) {\n\t\t\t\t//String input = (String)comboBoxInvoice.getSelectedItem();\n\t\t\t\tString input = (String)comboBoxCustomer.getSelectedItem();\n\t\t\t\tif(input.trim().equals(\"\") || input.matches(\".*\\\\D.*\")){ //regEx\n\t\t\t\t\ttextarea.setText(\"Please enter a valid number\");\n\t\t\t\t\ttextarea.setCaretPosition(0);\n\t\t\t\t\tlistOfCustomers.setSelectedItem(\"select\");\n\t\t\t\t\tlistOfInvoices.setSelectedItem(\"select\");\n\t\t\t\t}else{\n\t\t\t\t\tint num = Integer.parseInt(input);\n\t\t\t\t\ttextarea.setText(invoice.viewInvoiceByCustomer(num, invoices));\t//viewInvoiceByCustomer() is in the Invoice class\n\t\t\t\t\ttextarea.setCaretPosition(0);\n\t\t\t\t\tlistOfInvoices.setSelectedItem(\"select\");\n\t\t\t\t\n\t\t\t\t}\n\t\t\t}", "void copyTextToTextBox(String text,boolean isMaxSet);", "private void selectByType(boolean type) {\n if (type) {\n textBuffer.setDragStart();\n } else {\n textBuffer.setDragEnd();\n }\n }", "public void select() {}", "public void actionPerformed(ActionEvent e) {\n String text = textField.getText();\n if (!isDocumentAction(e.getActionCommand())) {\n if (defaultValue != null && \"\".equals(text)) {\n text = defaultValue;\n SwingUtilities.invokeLater(new Runnable() {\n public void run() {\n textField.setText(defaultValue);\n textField.selectAll();\n }\n });\n }\n revertText = text;\n textField.selectAll();\n }\n }", "private String selectString(String prompt) {\n System.out.println(\"\\n\" + prompt);\n return input.next();\n }", "protected int drawSelectedText(Graphics g, int x, int y, int p0, int p1) throws BadLocationException {\n g.setColor(selected);\n Container c = getContainer();\n if (c instanceof JPasswordField) {\n JPasswordField f = (JPasswordField) c;\n if (!f.echoCharIsSet()) {\n return super.drawSelectedText(g, x, y, p0, p1);\n }\n char echoChar = f.getEchoChar();\n int n = p1 - p0;\n for (int i = 0; i < n; i++) {\n x = drawEchoCharacter(g, x, y, echoChar);\n }\n }\n return x;\n }", "private void jtxtbrand_code_frFocusGained(java.awt.event.FocusEvent evt) {\n jtxtbrand_code_fr.setSelectionStart(0);\n jtxtbrand_code_fr.setSelectionEnd(jtxtbrand_code_fr.getText().length());\n}", "public static void select_by_visible_text(By locator, String value) throws CheetahException {\n\t\ttry {\n\t\t\twait_for_element(locator);\n\t\t\tSelect element = new Select(CheetahEngine.getDriverInstance().findElement(locator));\n\t\t\tWebElement elem = CheetahEngine.getDriverInstance().findElement(locator);\n\t\t\tdriverUtils.highlightElement(elem);\n\t\t\tdriverUtils.unHighlightElement(elem);\n\n\t\t\telement.selectByVisibleText(value);\n\n\t\t} catch (Exception e) {\n\t\t\tthrow new CheetahException(e);\n\t\t}\n\t}", "@MediumTest\n @Feature({ \"TextSelection\" })\n public void testEditableSelectionHandles() throws Throwable {\n doSelectionHandleTest(TestPageType.EDITABLE);\n }", "public String selection() {\n return inputter.selection();\n }", "String getSelectedAutoCompleteString();", "public void actionPerformed(ActionEvent ae){\r\n \r\n String select = \"\"; \r\n \r\n if(jrTCP.isSelected())\r\n {\r\n select = jrTCP.getText(); \r\n }\r\n else if(jrUDP.isSelected())\r\n {\r\n select = jrUDP.getText(); \r\n }\r\n }", "@Override\n public void selectItem(String selection) {\n vendingMachine.setSelectedItem(selection);\n vendingMachine.changeToHasSelectionState();\n }", "public void selectTelugu() {\n\t\tdeviceHelper.waitTillTheElementIsVisibleAndClickable(signUpObjects.teluguBox);\n\t\telement(signUpObjects.teluguBox).click();\n\t}", "private void jTAMsjFocusGained(java.awt.event.FocusEvent evt) {//GEN-FIRST:event_jTAMsjFocusGained\n \n /*Selecciona todo el texto cuando gana el foco*/\n jTAMsj.setSelectionStart(0);jTAMsj.setSelectionEnd(jTAMsj.getText().length()); \n \n }", "public void select ();", "public void selectValuefromDropDown(WebElement element, String text) {\n\t\tSelect dropDown = new Select(element);\n\t\tdropDown.selectByVisibleText(text);\n\t}", "@Override\n\tpublic void select() {\n\t}", "public static void selectByVisibleText(WebElement element,String strValue) {\n\t\tSelect slc;\n\t\ttry {\n\t\t\twaitForElementVisibility(element);\n\t\t\tslc = new Select(element);\n\t\t\tslc.selectByVisibleText(strValue);\n\t\t}catch(Exception e) {\n\t\t\tlogger.info(e.getMessage());\n\t\t}\n\t}", "private void doTestStyleWhenSelectionIsInsideText()\n {\n String text = \"123\";\n rta.setHTML(text);\n\n Range range = ((Document) rta.getDocument()).createRange();\n range.setStart(getBody().getFirstChild(), 1);\n range.setEnd(getBody().getFirstChild(), 2);\n select(range);\n\n assertFalse(executable.isExecuted());\n assertTrue(executable.execute(null));\n assertTrue(executable.isExecuted());\n assertEquals(\"1<em>2</em>3\", rta.getHTML().toLowerCase());\n assertTrue(executable.execute(null));\n assertFalse(executable.isExecuted());\n assertEquals(text, rta.getHTML().toLowerCase());\n }", "protected void enterText(InputHandler input)\n\t{\n\t\tif (clearCharBuffer)\n\t\t{\n\t\t\tinput.consumeLastTypedChar();\n\t\t\tclearCharBuffer = false;\n\t\t}\n\t\tchar c = input.consumeLastTypedChar();\n\t\tif (c == '\\b')\n\t\t{\n\t\t\t// Remove a character if the key was backspace\n\t\t\tremoveChar();\n\t\t}\n\t\telse if (c == '\\n')\n\t\t{\n\t\t\t// Call the enter method if the enter key was pressed\n\t\t\tenterPressed();\n\t\t}\n\t\telse if (c != 0)\n\t\t{\n\t\t\t// Add a character to the text field\n\t\t\tputChar(c);\n\t\t}\n\t}", "public void enterSubText(String value) {\r\n\r\n\t\treportStep(\"About to enter the SubText \" + value, \"INFO\");\r\n\r\n\t\tif(enterTextInChrome(appNotificationSubText,value)) {\r\n\r\n\t\t\treportStep(\"Successfully entered the SubText \" + value, \"PASS\");\r\n\r\n\t\t}else {\r\n\r\n\t\t\treportStep(\"Failed to enter the subText as : \" + value, \"FAIL\");\r\n\r\n\t\t}\r\n\t}", "public static void selectFromDropdownByText(By by,String text)\n {\n Select select = new Select(driver.findElement(by));\n select.selectByVisibleText(text);\n }", "public native final Selection text(final DatumFunction<String> callback) /*-{\n\t\treturn this\n\t\t\t\t.text(function(d, i) {\n\t\t\t\t\treturn [email protected]::apply(Lcom/google/gwt/dom/client/Element;Lcom/github/gwtd3/api/core/Datum;I)(this,{datum:d},i);\n\t\t\t\t});\n\t}-*/;", "public void select(String regex) {\n inputter.select(regex);\n }", "public void setSelection (int index) {\r\n\tcheckWidget();\r\n\tsetSelection (index, false);\r\n}", "@Override\n\tpublic void mouseClicked(MouseEvent e) {\n\t\tselect();\n\t\te.consume();\n\t}", "@When(\"^enter any value \\\"([^\\\"]*)\\\" in Sent to field$\")\npublic void enter_any_value_in_Sent_to_field(String arg1) throws Throwable \n{\n\t \n\tActions act = new Actions(driver);\n\t\n\tdriver.findElement(By.xpath(\"//input[@class='select2-search__field']\")).sendKeys(\"naveen\");\n Thread.sleep(2000);\n \n \n driver.findElement(By.xpath(\"//li[contains(text(),'naveen naveen')]\"));\n Thread.sleep(1000); \n \n \n\tact.sendKeys(Keys.RETURN).perform();\n Thread.sleep(3000);\n \n\tdriver.findElement(By.id(\"compose_message_title\")).sendKeys(\"Testing for Sending message\");\n\tThread.sleep(3000);\n\t\n\t\n\tdriver.findElement(By.cssSelector(\".cke_wysiwyg_frame\"));\n\tdriver.switchTo().frame(0);\n\twaitForElementToBeLoad(\"//body\");\n\tdriver.findElement(By.xpath(\"//body\")).click();\n\twaitForElementToBeLoad(\"//body/p\");\n\tdriver.findElement(By.xpath(\"//body/p\")).sendKeys(\"Hello Mr.Navven \\n This is for testing \\n From, \\n Ankita\");\n\tThread.sleep(3000);\n\tdriver.switchTo().defaultContent();\n\tThread.sleep(3000);\n\n \n}", "@When(\"^enter the value in the search selenuim text box$\")\n\tpublic void enter_the_value_in_the_search_selenuim_text_box() throws Throwable {\n\t\tdriver.findElement(By.xpath(\"//input[@id='gsc-i-id1']\")).sendKeys(\"cucumber\");\n\t // throw new PendingException();\n\t}", "public void beginSelection()\n {\n\tisMultiSelection = true;\n\tsetMaxCheckCount(-1);\n }", "public void focus() {}", "public void setSelection( String strSelection )\n {\n List<String> suggestionNames = getPopupSuggestions();\n for( int currentIndex = 0; currentIndex < suggestionNames.size(); currentIndex++ )\n {\n if( suggestionNames.get( currentIndex ).equals( strSelection ) )\n {\n //select the matching suggestion's index\n _list.setSelectedIndex( currentIndex );\n break;\n }\n }\n }", "void focus();", "void focus();", "@FXML\n\tprivate void emoji1selected(MouseEvent event) {\n\t\tString message=\"\\u2615\";\n\t\tclient.sendMessageToGroup(message);\n\t\tappend(message+\"\\n\", client.username);\n\t}", "public void performSelectAll() {\n \t\ttext.selectAll();\n \t\tcheckSelection();\n \t\tcheckDeleteable();\n \t}", "public void enterTextInToInput(WebElement input, String text) {\r\n try {\r\n input.clear();\r\n input.sendKeys(text);\r\n logger.info(text + \" was inputed to input \");\r\n } catch (Exception e) {\r\n logger.error(\"Cannot work with input\");\r\n Assert.fail(\"Cannot work with input\");\r\n }\r\n\r\n\r\n }", "public boolean isSelected_txt_ThankYou_Message_Text(){\r\n\t\tif(txt_ThankYou_Message_Text.isSelected()) { return true; } else { return false;} \r\n\t}", "private void checkSelection() {\n \t\tboolean oldIsSelection = isSelection;\n \t\tisSelection = text.getSelectionCount() > 0;\n \t\tif (oldIsSelection != isSelection) {\n \t\t\tfireEnablementChanged(COPY);\n \t\t\tfireEnablementChanged(CUT);\n \t\t}\n \t}", "private void sendTextInBox() {\n\t\tmodelAdapter.send(textFieldMessage.getText());\n\t textFieldMessage.setText(\"\");\n\t }", "@Override\r\n\t\t\tpublic void onEmojiSelected(String res) {\n\t\t\t\tEmojiKeyboard.input(mEditEmojicon, res);\r\n\t\t\t}", "private void jtxtreferenceFocusGained(java.awt.event.FocusEvent evt) {\n jtxtreference.setSelectionStart(0);\n jtxtreference.setSelectionEnd(jtxtreference.getText().length());\n}", "protected void type(String text, Finder<WebElement, WebDriver> inputFinder) {\n \t\tcontext.type(text, inputFinder);\n \t}", "public void select();", "public void type(String s){\n\t\tif(currentEdit != null){\n\t\t\tint cur = currentEdit.getSelectionStart();\n\t\t\tif(s.equals(\"del\")||s.equals(\"del(\")){\n\t\t\t\tif(cur != 0){\n\t\t\t\t\tcurrentEdit.getText().delete(cur-1, cur);\n\t\t\t\t}\t\t\t\n\t\t\t}else if(s.equals(\"clear\")){\n\t\t\t\tcurrentEdit.setText(\"\");\n\t\t\t}else if(s.equals(\"ENTER\")){\n\t\t\t\tonEnter();\n\t\t\t}else{\n\t\t\t\tcurrentEdit.getText().insert(cur, s);\n\t\t\t}\n\t\t}\n\t}", "private void enterCriteriaToSerachField(String text) {\n WebElement searchField = findElementWithWait(By.id(\"gh-ac\"));\n searchField.clear();\n searchField.sendKeys(text);\n searchField.sendKeys(Keys.RETURN);\n }", "public static String getInputText(){\n\t\treturn textArea.getText();\n\t}", "public static void alertbox_sendText(String text) throws CheetahException {\n\t\ttry {\n\t\t\tAlert simpleAlert = CheetahEngine.getDriverInstance().switchTo().alert();\n\t\t\tsimpleAlert.sendKeys(text);\n\t\t\tsimpleAlert.accept();\n\t\t} catch (Exception e) {\n\t\t\tthrow new CheetahException(e);\n\t\t}\n\t}", "String getSelection() {\n String topic = \"\";\n\n var br = new BufferedReader(new InputStreamReader(System.in));\n\n System.out.println(\"Enter topic: \");\n try {\n topic = br.readLine();\n } catch (IOException e) {\n System.out.println(\"Error reading console.\");\n }\n return topic;\n }", "@Override\n public void click(String clickStr) {\n view.append(clickStr);\n view.setSelection(view.getText().length());\n }", "public static void dropdownText(WebElement element, String value) {\n\t\ts = new Select(element);\n\t\ts.selectByVisibleText(value);\n\t}", "public void InsertText(String txt){\n driver.switchTo().frame(driver.findElement(IFRAMEID));\n WebElement inputBox = find(BOXID);\n inputBox.clear();\n inputBox.sendKeys(txt);\n\n }", "@Override\n public void mousePressed(MouseEvent e) {\n// textFieldModifierNom_Match.setText(selectedMatch.getCodeMatch());\n\t }", "protected void onSelectionPerformed(boolean success) {\n }" ]
[ "0.64798445", "0.64188254", "0.63933676", "0.6382217", "0.6366732", "0.63239485", "0.61909026", "0.61744237", "0.6171756", "0.6170192", "0.6123239", "0.6073264", "0.6045614", "0.6030118", "0.60061276", "0.59813577", "0.59711766", "0.5966365", "0.5962047", "0.5920741", "0.5913192", "0.59014505", "0.5897549", "0.5888904", "0.58862627", "0.5875028", "0.58624583", "0.58490056", "0.584181", "0.5836664", "0.58349913", "0.58281547", "0.58251536", "0.5822825", "0.58200955", "0.58047533", "0.5793151", "0.57931244", "0.5774382", "0.5761602", "0.5752962", "0.5750888", "0.5745144", "0.5737899", "0.5723257", "0.5723228", "0.57199913", "0.5716337", "0.5705638", "0.57047474", "0.5699524", "0.5686369", "0.5681956", "0.5669134", "0.56551373", "0.56480795", "0.5644329", "0.5642707", "0.56393534", "0.5635508", "0.5634989", "0.5634187", "0.56325763", "0.5630833", "0.56247616", "0.5618198", "0.56135947", "0.56117797", "0.56043124", "0.56013775", "0.56007874", "0.55943966", "0.5589089", "0.55863297", "0.5586257", "0.55856675", "0.55773073", "0.5575729", "0.55738926", "0.5566162", "0.5566162", "0.55650586", "0.5564871", "0.55646276", "0.5561635", "0.55548525", "0.55513906", "0.55502117", "0.5546529", "0.5544446", "0.5541847", "0.5531178", "0.55214447", "0.5514022", "0.5512281", "0.5511728", "0.55037403", "0.55029106", "0.5502491", "0.5498653", "0.54945457" ]
0.0
-1