org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class Feature

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.Feature
All Implemented Interfaces:
Serializable

public class Feature
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Feature()
           
Feature(Algorithm[] algorithms, ComputationalAgentClass category)
           
 
Method Summary
 boolean equals(Object obj)
           
 Algorithm[] getAlgorithms()
          Gets the algorithms value for this Feature.
 Algorithm getAlgorithms(int i)
           
 ComputationalAgentClass getCategory()
          Gets the category value for this Feature.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAlgorithms(Algorithm[] algorithms)
          Sets the algorithms value for this Feature.
 void setAlgorithms(int i, Algorithm _value)
           
 void setCategory(ComputationalAgentClass category)
          Sets the category value for this Feature.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feature

public Feature()

Feature

public Feature(Algorithm[] algorithms,
               ComputationalAgentClass category)
Method Detail

getCategory

public ComputationalAgentClass getCategory()
Gets the category value for this Feature.

Returns:
category

setCategory

public void setCategory(ComputationalAgentClass category)
Sets the category value for this Feature.

Parameters:
category -

getAlgorithms

public Algorithm[] getAlgorithms()
Gets the algorithms value for this Feature.

Returns:
algorithms

setAlgorithms

public void setAlgorithms(Algorithm[] algorithms)
Sets the algorithms value for this Feature.

Parameters:
algorithms -

getAlgorithms

public Algorithm getAlgorithms(int i)

setAlgorithms

public void setAlgorithms(int i,
                          Algorithm _value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.