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 BaseClassname
GenericDoubleResolution. m_Classname
the class name.protected BaseClassname
GenericFloatResolution. m_Classname
the class name.protected BaseClassname
GenericInteger. m_Classname
the class name.protected BaseClassname
GenericString. m_Classname
the class name.Methods in adams.core.discovery.genetic that return BaseClassname Modifier and Type Method Description BaseClassname
GenericDoubleResolution. getClassname()
Returns the classname to be the handler for.BaseClassname
GenericFloatResolution. getClassname()
Returns the classname to be the handler for.BaseClassname
GenericInteger. getClassname()
Returns the classname to be the handler for.BaseClassname
GenericString. getClassname()
Returns the classname to be the handler for.protected BaseClassname
GenericDoubleResolution. getDefaultClassname()
Returns the default classname.protected BaseClassname
GenericFloatResolution. getDefaultClassname()
Returns the default classname.protected BaseClassname
GenericInteger. getDefaultClassname()
Returns the default classname.protected BaseClassname
GenericString. getDefaultClassname()
Returns the default classname.Methods in adams.core.discovery.genetic with parameters of type BaseClassname Modifier and Type Method Description void
GenericDoubleResolution. setClassname(BaseClassname value)
Sets the classname to be the handler for.void
GenericFloatResolution. setClassname(BaseClassname value)
Sets the classname to be the handler for.void
GenericInteger. setClassname(BaseClassname value)
Sets the classname to be the handler for.void
GenericString. 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 BaseClassname
FlowJUnitTestProducer. m_ActorClass
the class for which the test is generated.Methods in adams.core.option that return BaseClassname Modifier and Type Method Description BaseClassname
FlowJUnitTestProducer. getActorClass()
Returns the name of the class to generate the test for.protected BaseClassname
FlowJUnitTestProducer. getDefaultActorClass()
Returns the default actor class.Methods in adams.core.option with parameters of type BaseClassname Modifier and Type Method Description void
FlowJUnitTestProducer. 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 BaseClassname
SpreadSheetToMap. m_MapClass
the map class to use.Methods in adams.data.conversion that return BaseClassname Modifier and Type Method Description BaseClassname
SpreadSheetToMap. getMapClass()
Returns the map class.Methods in adams.data.conversion with parameters of type BaseClassname Modifier and Type Method Description void
SpreadSheetToMap. 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 BaseClassname
Listing. m_Superclass
the superclass to use.Methods in adams.doc.listing that return BaseClassname Modifier and Type Method Description BaseClassname
Listing. getSuperclass()
Returns the superclass to use for the listing.Methods in adams.doc.listing with parameters of type BaseClassname Modifier and Type Method Description void
Listing. 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 BaseClassname
ArrayGenerate. m_ArrayClass
the class for the array.protected BaseClassname
ArrayProcess. m_ArrayClass
the class for the array.protected BaseClassname
Cast. m_Classname
the Class to cast to.protected BaseClassname
CollectionProcess. m_CollectionClass
the class for the collection.Methods in adams.flow.control that return BaseClassname Modifier and Type Method Description BaseClassname
ArrayGenerate. getArrayClass()
Returns the class for the array.BaseClassname
ArrayProcess. getArrayClass()
Returns the class for the array.BaseClassname
Cast. getClassname()
Returns the classname.BaseClassname
CollectionProcess. getCollectionClass()
Returns the class for the collection.Methods in adams.flow.control with parameters of type BaseClassname Modifier and Type Method Description void
ArrayGenerate. setArrayClass(BaseClassname value)
Sets the class for the array.void
ArrayProcess. setArrayClass(BaseClassname value)
Sets the class for the array.void
Cast. setClassname(BaseClassname value)
Sets the classname.void
CollectionProcess. 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 BaseClassname
ObjectRetriever. m_ObjectType
the superclass or interface to restrict to.Methods in adams.flow.core that return BaseClassname Modifier and Type Method Description BaseClassname
ObjectRetriever. 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 void
ObjectRetriever. 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 BaseClassname
ListActorUsage. m_ActorClass
the actor class to look for.protected BaseClassname
ListObjectCommandlines. m_Classname
the classname to look for.protected BaseClassname
ListClassUsage. m_Find
the class to look for.Methods in adams.flow.processor that return BaseClassname Modifier and Type Method Description BaseClassname
ListActorUsage. getActorClass()
Returns the actor class to look for.BaseClassname
ListObjectCommandlines. getClassname()
Returns the class to look for.BaseClassname
ListClassUsage. getFind()
Returns the class to look for.Methods in adams.flow.processor with parameters of type BaseClassname Modifier and Type Method Description void
ListActorUsage. setActorClass(BaseClassname value)
Sets the actor class to look for.void
ListObjectCommandlines. setClassname(BaseClassname value)
Sets the class to look for.void
ListClassUsage. 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 BaseClassname
CombineCollections. m_CollectionClass
the class for the collection.protected BaseClassname
NewCollection. m_CollectionClass
the class for the collection.protected BaseClassname
OpenCVDeviceFrameGrabber. m_FrameGrabberClass
the frame grabber class.protected BaseClassname
NewMap. m_MapClass
the class for the map.protected BaseClassname
NewReport. m_ReportClass
the class of the report.protected BaseClassname
AbstractSelectObjects. m_SuperClass
the superclass.Methods in adams.flow.source that return BaseClassname Modifier and Type Method Description BaseClassname
CombineCollections. getCollectionClass()
Returns the class for the collection.BaseClassname
NewCollection. getCollectionClass()
Returns the class for the collection.protected BaseClassname
NewReport. getDefaultReportClass()
Returns the default report class to use.protected BaseClassname
AbstractSelectObjects. getDefaultSuperClass()
Returns the default superclass to use.BaseClassname
OpenCVDeviceFrameGrabber. getFrameGrabberClass()
Returns the class of the frame grabber to utilize.BaseClassname
NewMap. getMapClass()
Returns the class for the array.BaseClassname
NewReport. getReportClass()
Returns the class for the report.BaseClassname
AbstractSelectObjects. 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 void
CombineCollections. setCollectionClass(BaseClassname value)
Sets the class for the collection.void
NewCollection. setCollectionClass(BaseClassname value)
Sets the class for the collection.void
OpenCVDeviceFrameGrabber. setFrameGrabberClass(BaseClassname value)
Sets the class of the frame grabber to utilize.void
NewMap. setMapClass(BaseClassname value)
Sets the map class.void
NewReport. setReportClass(BaseClassname value)
Sets the class for the report.void
AbstractSelectObjects. 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 BaseClassname
AbstractArrayValueDefinition. m_ArrayClass
the array class.protected BaseClassname
EnumValueDefinition. m_EnumClass
the enum to select.protected BaseClassname
AbstractGOEValueDefinition. m_SuperClass
the superclass.Methods in adams.flow.source.valuedefinition that return BaseClassname Modifier and Type Method Description BaseClassname
AbstractArrayValueDefinition. getArrayClass()
Returns the array class that all other classes are derived from.protected abstract BaseClassname
AbstractArrayValueDefinition. getDefaultArrayClass()
Returns the default array class.protected BaseClassname
ArrayValueDefinition. getDefaultArrayClass()
Returns the default super class.protected abstract BaseClassname
AbstractGOEValueDefinition. getDefaultSuperClass()
Returns the default super class.protected BaseClassname
GOEValueDefinition. getDefaultSuperClass()
Returns the default super class.protected BaseClassname
WekaGOEValueDefinition. getDefaultSuperClass()
Returns the default super class.BaseClassname
EnumValueDefinition. getEnumClass()
Returns the enum class to select.BaseClassname
AbstractGOEValueDefinition. 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 void
AbstractArrayValueDefinition. setArrayClass(BaseClassname value)
Sets the array class that all other classes are derived from.void
EnumValueDefinition. setEnumClass(BaseClassname value)
Sets the enum class to select.void
AbstractGOEValueDefinition. 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 BaseClassname
CollectionToArray. m_ArrayClass
the class for the array.protected BaseClassname
SequenceToArray. m_ArrayClass
the class for the array.protected BaseClassname
ArrayToCollection. m_CollectionClass
the class for the array.protected BaseClassname
WekaNewInstance. m_InstanceClass
the class of instance to create.Methods in adams.flow.transformer that return BaseClassname Modifier and Type Method Description BaseClassname
CollectionToArray. getArrayClass()
Returns the class for the array.BaseClassname
SequenceToArray. getArrayClass()
Returns the class for the array.BaseClassname
ArrayToCollection. getCollectionClass()
Returns the class for the collection.BaseClassname
WekaNewInstance. getInstanceClass()
Returns the class name of the Instance object to create.BaseClassname
CollectionInsert. getObjectType()
Returns the interface or superclass to restrict the objects to.BaseClassname
Mat5FileAddArray. getObjectType()
Returns the interface or superclass to restrict the objects to.BaseClassname
Mat5FileAddMap. getObjectType()
Returns the interface or superclass to restrict the objects to.BaseClassname
Mat5SetStructField. 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 void
CollectionToArray. setArrayClass(BaseClassname value)
Sets the class for the array.void
SequenceToArray. setArrayClass(BaseClassname value)
Sets the class for the array.void
ArrayToCollection. setCollectionClass(BaseClassname value)
Sets the class for the collection.void
WekaNewInstance. setInstanceClass(BaseClassname value)
Sets the class name of the Instance object to create.void
CollectionInsert. setObjectType(BaseClassname value)
Sets the interface or superclass to restrict the objects to.void
Mat5FileAddArray. setObjectType(BaseClassname value)
Sets the interface or superclass to restrict the objects to.void
Mat5FileAddMap. setObjectType(BaseClassname value)
Sets the interface or superclass to restrict the objects to.void
Mat5SetStructField. setObjectType(BaseClassname value)
Sets the interface or superclass to restrict the objects to.
-