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

Inherits Org.Apache.REEF.Tang.Types.INode.

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

Public Member Functions

IList< IConstructorDefGetInjectableConstructors ()
 
IConstructorDef GetConstructorDef (IList< IClassNode > args)
 
IList< IConstructorDefGetAllConstructors ()
 
void PutImpl (IClassNode impl)
 
ISet< IClassNodeGetKnownImplementations ()
 
string GetDefaultImplementation ()
 
bool IsUnit ()
 
bool IsInjectionCandidate ()
 
bool IsExternalConstructor ()
 
bool IsImplementationOf (IClassNode inter)
 
- Public Member Functions inherited from Org.Apache.REEF.Tang.Types.INode
string GetName ()
 
string GetFullName ()
 
bool Contains (string key)
 
INode Get (string key)
 
INode GetParent ()
 
void Add (INode node)
 
- Public Member Functions inherited from Org.Apache.REEF.Tang.Types.ITraversable< INode >
ICollection< T > GetChildren ()
 

Member Function Documentation

IList<IConstructorDef> Org.Apache.REEF.Tang.Types.IClassNode.GetAllConstructors ( )
IConstructorDef Org.Apache.REEF.Tang.Types.IClassNode.GetConstructorDef ( IList< IClassNode args)
string Org.Apache.REEF.Tang.Types.IClassNode.GetDefaultImplementation ( )
IList<IConstructorDef> Org.Apache.REEF.Tang.Types.IClassNode.GetInjectableConstructors ( )
ISet<IClassNode> Org.Apache.REEF.Tang.Types.IClassNode.GetKnownImplementations ( )
bool Org.Apache.REEF.Tang.Types.IClassNode.IsExternalConstructor ( )
bool Org.Apache.REEF.Tang.Types.IClassNode.IsImplementationOf ( IClassNode  inter)
bool Org.Apache.REEF.Tang.Types.IClassNode.IsInjectionCandidate ( )
bool Org.Apache.REEF.Tang.Types.IClassNode.IsUnit ( )
void Org.Apache.REEF.Tang.Types.IClassNode.PutImpl ( IClassNode  impl)

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