This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Tang.Types.IConstructorDef Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Tang.Types.IConstructorDef Interface Reference

Inherits IComparable.

Inherited by Org.Apache.REEF.Tang.Implementations.ClassHierarchy.ConstructorDefImpl.

Public Member Functions

string GetClassName ()
 
IList< IConstructorArgGetArgs ()
 
bool IsMoreSpecificThan (IConstructorDef def)
 
bool TakesParameters (IList< IClassNode > paramTypes)
 

Member Function Documentation

IList<IConstructorArg> Org.Apache.REEF.Tang.Types.IConstructorDef.GetArgs ( )
string Org.Apache.REEF.Tang.Types.IConstructorDef.GetClassName ( )
bool Org.Apache.REEF.Tang.Types.IConstructorDef.IsMoreSpecificThan ( IConstructorDef  def)
bool Org.Apache.REEF.Tang.Types.IConstructorDef.TakesParameters ( IList< IClassNode paramTypes)

The documentation for this interface was generated from the following file: