Package org.machanism.machai.schema
Class Feature
java.lang.Object
org.machanism.machai.schema.Feature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetailed explanation of the feature.Code examples for the feature.getName()Name of the function or constructor.Name of the package.The complete method signature, where all parameter and exception types are fully qualified with their package names (e.g., 'java.util.List<java.lang.String> methodName(java.lang.String param) throws java.io.IOException').inthashCode()voidsetAdditionalProperty(String name, Object value) voidsetDescription(String description) Detailed explanation of the feature.voidsetExamples(List<Example__1> examples) Code examples for the feature.voidName of the function or constructor.voidsetPackage(String _package) Name of the package.voidsetSignature(String signature) The complete method signature, where all parameter and exception types are fully qualified with their package names (e.g., 'java.util.List<java.lang.String> methodName(java.lang.String param) throws java.io.IOException').toString()
-
Constructor Details
-
Feature
public Feature()
-
-
Method Details
-
getName
Name of the function or constructor. (Required) -
setName
Name of the function or constructor. (Required) -
getPackage
Name of the package. (Required) -
setPackage
Name of the package. (Required) -
getSignature
The complete method signature, where all parameter and exception types are fully qualified with their package names (e.g., 'java.util.List<java.lang.String> methodName(java.lang.String param) throws java.io.IOException'). (Required) -
setSignature
The complete method signature, where all parameter and exception types are fully qualified with their package names (e.g., 'java.util.List<java.lang.String> methodName(java.lang.String param) throws java.io.IOException'). (Required) -
getDescription
Detailed explanation of the feature. (Required) -
setDescription
Detailed explanation of the feature. (Required) -
getExamples
Code examples for the feature. (Required) -
setExamples
Code examples for the feature. (Required) -
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-