OntoSim 2.1

fr.inrialpes.exmo.ontosim.util
Class MeasureFactory.Node

java.lang.Object
  extended by fr.inrialpes.exmo.ontosim.util.MeasureFactory.Node
Enclosing class:
MeasureFactory

public static class MeasureFactory.Node
extends Object


Field Summary
 List<MeasureFactory.Node> children
           
 Class<?> classe
           
 Object instance
           
 String name
           
 MeasureFactory.Node parent
           
static MeasureFactory.Node ROOT
           
 
Constructor Summary
MeasureFactory.Node()
           
 
Method Summary
 void addChild(MeasureFactory.Node c)
           
 boolean equals(Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT

public static final MeasureFactory.Node ROOT

name

public String name

parent

public MeasureFactory.Node parent

children

public List<MeasureFactory.Node> children

classe

public Class<?> classe

instance

public Object instance
Constructor Detail

MeasureFactory.Node

public MeasureFactory.Node()
Method Detail

addChild

public void addChild(MeasureFactory.Node c)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

OntoSim 2.1

(C) INRIA & friends, 2008-2009