Uses of Class
adams.core.base.BaseClassname
-
-
Uses of BaseClassname in adams.core.discovery.genetic
Fields in adams.core.discovery.genetic declared as BaseClassname Modifier and Type Field Description protected BaseClassnameGenericDoubleResolution. m_Classnamethe class name.protected BaseClassnameGenericFloatResolution. m_Classnamethe class name.protected BaseClassnameGenericInteger. m_Classnamethe class name.protected BaseClassnameGenericString. m_Classnamethe class name.Methods in adams.core.discovery.genetic that return BaseClassname Modifier and Type Method Description BaseClassnameGenericDoubleResolution. getClassname()Returns the classname to be the handler for.BaseClassnameGenericFloatResolution. getClassname()Returns the classname to be the handler for.BaseClassnameGenericInteger. getClassname()Returns the classname to be the handler for.BaseClassnameGenericString. getClassname()Returns the classname to be the handler for.protected BaseClassnameGenericDoubleResolution. getDefaultClassname()Returns the default classname.protected BaseClassnameGenericFloatResolution. getDefaultClassname()Returns the default classname.protected BaseClassnameGenericInteger. getDefaultClassname()Returns the default classname.protected BaseClassnameGenericString. getDefaultClassname()Returns the default classname.Methods in adams.core.discovery.genetic with parameters of type BaseClassname Modifier and Type Method Description voidGenericDoubleResolution. setClassname(BaseClassname value)Sets the classname to be the handler for.voidGenericFloatResolution. setClassname(BaseClassname value)Sets the classname to be the handler for.voidGenericInteger. setClassname(BaseClassname value)Sets the classname to be the handler for.voidGenericString. setClassname(BaseClassname value)Sets the classname to be the handler for. -
Uses of BaseClassname in adams.core.option
Fields in adams.core.option declared as BaseClassname Modifier and Type Field Description protected BaseClassnameFlowJUnitTestProducer. m_ActorClassthe class for which the test is generated.Methods in adams.core.option that return BaseClassname Modifier and Type Method Description BaseClassnameFlowJUnitTestProducer. getActorClass()Returns the name of the class to generate the test for.protected BaseClassnameFlowJUnitTestProducer. getDefaultActorClass()Returns the default actor class.Methods in adams.core.option with parameters of type BaseClassname Modifier and Type Method Description voidFlowJUnitTestProducer. setActorClass(BaseClassname value)Sets the class to generate the test for. -
Uses of BaseClassname in adams.data.conversion
Fields in adams.data.conversion declared as BaseClassname Modifier and Type Field Description protected BaseClassnameStringToObject. m_Classnamethe class to convert to.protected BaseClassnameSpreadSheetToMap. m_MapClassthe map class to use.Methods in adams.data.conversion that return BaseClassname Modifier and Type Method Description BaseClassnameStringToObject. getClassname()Returns the classname.BaseClassnameSpreadSheetToMap. getMapClass()Returns the map class.Methods in adams.data.conversion with parameters of type BaseClassname Modifier and Type Method Description voidStringToObject. setClassname(BaseClassname value)Sets the classname.voidSpreadSheetToMap. setMapClass(BaseClassname value)Sets the map class. -
Uses of BaseClassname in adams.doc.listing
Fields in adams.doc.listing declared as BaseClassname Modifier and Type Field Description protected BaseClassnameListing. m_Superclassthe superclass to use.Methods in adams.doc.listing that return BaseClassname Modifier and Type Method Description BaseClassnameListing. getSuperclass()Returns the superclass to use for the listing.Methods in adams.doc.listing with parameters of type BaseClassname Modifier and Type Method Description voidListing. setSuperclass(BaseClassname value)Sets the superclass to use for the listing. -
Uses of BaseClassname in adams.flow.control
Fields in adams.flow.control declared as BaseClassname Modifier and Type Field Description protected BaseClassnameArrayGenerate. m_ArrayClassthe class for the array.protected BaseClassnameArrayProcess. m_ArrayClassthe class for the array.protected BaseClassnameCast. m_Classnamethe Class to cast to.protected BaseClassnameCollectionProcess. m_CollectionClassthe class for the collection.Methods in adams.flow.control that return BaseClassname Modifier and Type Method Description BaseClassnameArrayGenerate. getArrayClass()Returns the class for the array.BaseClassnameArrayProcess. getArrayClass()Returns the class for the array.BaseClassnameCast. getClassname()Returns the classname.BaseClassnameCollectionProcess. getCollectionClass()Returns the class for the collection.Methods in adams.flow.control with parameters of type BaseClassname Modifier and Type Method Description voidArrayGenerate. setArrayClass(BaseClassname value)Sets the class for the array.voidArrayProcess. setArrayClass(BaseClassname value)Sets the class for the array.voidCast. setClassname(BaseClassname value)Sets the classname.voidCollectionProcess. setCollectionClass(BaseClassname value)Sets the class for the collection. -
Uses of BaseClassname in adams.flow.core
Fields in adams.flow.core declared as BaseClassname Modifier and Type Field Description protected BaseClassnameObjectRetriever. m_ObjectTypethe superclass or interface to restrict to.Methods in adams.flow.core that return BaseClassname Modifier and Type Method Description BaseClassnameObjectRetriever. getObjectType()Returns the interface or superclass to restrict the objects to.Methods in adams.flow.core with parameters of type BaseClassname Modifier and Type Method Description voidObjectRetriever. setObjectType(BaseClassname value)Sets the interface or superclass to restrict the objects to. -
Uses of BaseClassname in adams.flow.processor
Fields in adams.flow.processor declared as BaseClassname Modifier and Type Field Description protected BaseClassnameListActorUsage. m_ActorClassthe actor class to look for.protected BaseClassnameListObjectCommandlines. m_Classnamethe classname to look for.protected BaseClassnameListClassUsage. m_Findthe class to look for.Methods in adams.flow.processor that return BaseClassname Modifier and Type Method Description BaseClassnameListActorUsage. getActorClass()Returns the actor class to look for.BaseClassnameListObjectCommandlines. getClassname()Returns the class to look for.BaseClassnameListClassUsage. getFind()Returns the class to look for.Methods in adams.flow.processor with parameters of type BaseClassname Modifier and Type Method Description voidListActorUsage. setActorClass(BaseClassname value)Sets the actor class to look for.voidListObjectCommandlines. setClassname(BaseClassname value)Sets the class to look for.voidListClassUsage. setFind(BaseClassname value)Sets the class to look for. -
Uses of BaseClassname in adams.flow.source
Fields in adams.flow.source declared as BaseClassname Modifier and Type Field Description protected BaseClassnameCombineCollections. m_CollectionClassthe class for the collection.protected BaseClassnameNewCollection. m_CollectionClassthe class for the collection.protected BaseClassnameOpenCVDeviceFrameGrabber. m_FrameGrabberClassthe frame grabber class.protected BaseClassnameNewMap. m_MapClassthe class for the map.protected BaseClassnameNewReport. m_ReportClassthe class of the report.protected BaseClassnameAbstractSelectObjects. m_SuperClassthe superclass.Methods in adams.flow.source that return BaseClassname Modifier and Type Method Description BaseClassnameCombineCollections. getCollectionClass()Returns the class for the collection.BaseClassnameNewCollection. getCollectionClass()Returns the class for the collection.protected BaseClassnameNewReport. getDefaultReportClass()Returns the default report class to use.protected BaseClassnameAbstractSelectObjects. getDefaultSuperClass()Returns the default superclass to use.BaseClassnameOpenCVDeviceFrameGrabber. getFrameGrabberClass()Returns the class of the frame grabber to utilize.BaseClassnameNewMap. getMapClass()Returns the class for the array.BaseClassnameNewReport. getReportClass()Returns the class for the report.BaseClassnameAbstractSelectObjects. getSuperClass()Returns the superclass for the class hierarchy in use.Methods in adams.flow.source with parameters of type BaseClassname Modifier and Type Method Description voidCombineCollections. setCollectionClass(BaseClassname value)Sets the class for the collection.voidNewCollection. setCollectionClass(BaseClassname value)Sets the class for the collection.voidOpenCVDeviceFrameGrabber. setFrameGrabberClass(BaseClassname value)Sets the class of the frame grabber to utilize.voidNewMap. setMapClass(BaseClassname value)Sets the map class.voidNewReport. setReportClass(BaseClassname value)Sets the class for the report.voidAbstractSelectObjects. setSuperClass(BaseClassname value)Sets the superclass for the class hierarchy to use. -
Uses of BaseClassname in adams.flow.source.valuedefinition
Fields in adams.flow.source.valuedefinition declared as BaseClassname Modifier and Type Field Description protected BaseClassnameAbstractArrayValueDefinition. m_ArrayClassthe array class.protected BaseClassnameEnumValueDefinition. m_EnumClassthe enum to select.protected BaseClassnameAbstractGOEValueDefinition. m_SuperClassthe superclass.Methods in adams.flow.source.valuedefinition that return BaseClassname Modifier and Type Method Description BaseClassnameAbstractArrayValueDefinition. getArrayClass()Returns the array class that all other classes are derived from.protected abstract BaseClassnameAbstractArrayValueDefinition. getDefaultArrayClass()Returns the default array class.protected BaseClassnameArrayValueDefinition. getDefaultArrayClass()Returns the default super class.protected abstract BaseClassnameAbstractGOEValueDefinition. getDefaultSuperClass()Returns the default super class.protected BaseClassnameGOEValueDefinition. getDefaultSuperClass()Returns the default super class.protected BaseClassnameWekaGOEValueDefinition. getDefaultSuperClass()Returns the default super class.BaseClassnameEnumValueDefinition. getEnumClass()Returns the enum class to select.BaseClassnameAbstractGOEValueDefinition. getSuperClass()Returns the super class that all other classes are derived from.Methods in adams.flow.source.valuedefinition with parameters of type BaseClassname Modifier and Type Method Description voidAbstractArrayValueDefinition. setArrayClass(BaseClassname value)Sets the array class that all other classes are derived from.voidEnumValueDefinition. setEnumClass(BaseClassname value)Sets the enum class to select.voidAbstractGOEValueDefinition. setSuperClass(BaseClassname value)Sets the super class that all other classes are derived from. -
Uses of BaseClassname in adams.flow.transformer
Fields in adams.flow.transformer declared as BaseClassname Modifier and Type Field Description protected BaseClassnameCollectionToArray. m_ArrayClassthe class for the array.protected BaseClassnameSequenceToArray. m_ArrayClassthe class for the array.protected BaseClassnameArrayToCollection. m_CollectionClassthe class for the array.protected BaseClassnameSequenceToCollection. m_CollectionClassthe class for the collection.protected BaseClassnameWekaNewInstance. m_InstanceClassthe class of instance to create.Methods in adams.flow.transformer that return BaseClassname Modifier and Type Method Description BaseClassnameCollectionToArray. getArrayClass()Returns the class for the array.BaseClassnameSequenceToArray. getArrayClass()Returns the class for the array.BaseClassnameArrayToCollection. getCollectionClass()Returns the class for the collection.BaseClassnameSequenceToCollection. getCollectionClass()Returns the class for the collection.BaseClassnameWekaNewInstance. getInstanceClass()Returns the class name of the Instance object to create.BaseClassnameCollectionInsert. getObjectType()Returns the interface or superclass to restrict the objects to.BaseClassnameMat5FileAddArray. getObjectType()Returns the interface or superclass to restrict the objects to.BaseClassnameMat5FileAddMap. getObjectType()Returns the interface or superclass to restrict the objects to.BaseClassnameMat5SetStructField. getObjectType()Returns the interface or superclass to restrict the objects to.Methods in adams.flow.transformer with parameters of type BaseClassname Modifier and Type Method Description voidCollectionToArray. setArrayClass(BaseClassname value)Sets the class for the array.voidSequenceToArray. setArrayClass(BaseClassname value)Sets the class for the array.voidArrayToCollection. setCollectionClass(BaseClassname value)Sets the class for the collection.voidSequenceToCollection. setCollectionClass(BaseClassname value)Sets the class for the collection.voidWekaNewInstance. setInstanceClass(BaseClassname value)Sets the class name of the Instance object to create.voidCollectionInsert. setObjectType(BaseClassname value)Sets the interface or superclass to restrict the objects to.voidMat5FileAddArray. setObjectType(BaseClassname value)Sets the interface or superclass to restrict the objects to.voidMat5FileAddMap. setObjectType(BaseClassname value)Sets the interface or superclass to restrict the objects to.voidMat5SetStructField. setObjectType(BaseClassname value)Sets the interface or superclass to restrict the objects to.Constructors in adams.flow.transformer with parameters of type BaseClassname Constructor Description ArrayToCollection(BaseClassname cls)Initializing with the specified class.CollectionToArray(BaseClassname cls)Initializing with the specified class.SequenceToArray(BaseClassname cls)Initializing with the specified class.SequenceToCollection(BaseClassname cls)Initializing with the specified class.
-