com.banda.function.domain
Class BooleanFunction

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.function.domain.AbstractFunction<Boolean,Boolean>
              extended by com.banda.function.domain.BooleanFunction
All Implemented Interfaces:
KeyHolder<Long>, Function<Boolean,Boolean>, Serializable

public class BooleanFunction
extends AbstractFunction<Boolean,Boolean>

See Also:
Serialized Form

Nested Class Summary
static class BooleanFunction.BooleanFunctionType
           
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
BooleanFunction(BooleanFunction.BooleanFunctionType type)
           
 
Method Summary
 BooleanFunction.BooleanFunctionType getType()
           
 
Methods inherited from class com.banda.function.domain.AbstractFunction
getArity, getInputClazz, getInputClazzName, getOutputClazz, getOutputClazzName, getReferencedVariableIndeces, getReferencedVariables, setArity, setInputClazz, setInputClazzName, setOutputClazz, setOutputClazzName
 
Methods inherited from class com.banda.core.domain.TechnicalDomainObject
getId, getKey, getVersion, setId, setKey, setVersion
 
Methods inherited from class com.banda.core.domain.DomainObject
copyFrom, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.banda.core.domain.KeyHolder
getKey, setKey
 

Constructor Detail

BooleanFunction

public BooleanFunction(BooleanFunction.BooleanFunctionType type)
Method Detail

getType

public BooleanFunction.BooleanFunctionType getType()


Copyright © 2012. All Rights Reserved.