Apache REEF  0.16.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

◆ GetArgs()

IList<IConstructorArg> Org.Apache.REEF.Tang.Types.IConstructorDef.GetArgs ( )

◆ GetClassName()

string Org.Apache.REEF.Tang.Types.IConstructorDef.GetClassName ( )

◆ IsMoreSpecificThan()

bool Org.Apache.REEF.Tang.Types.IConstructorDef.IsMoreSpecificThan ( IConstructorDef  def)

◆ TakesParameters()

bool Org.Apache.REEF.Tang.Types.IConstructorDef.TakesParameters ( IList< IClassNode paramTypes)

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