aminePlatform.engines.dynamicKnowledgeIntegration.terminologicalKB
Class IntegrateDefinition.TypeEntryPoint

java.lang.Object
  extended byaminePlatform.engines.dynamicKnowledgeIntegration.terminologicalKB.IntegrateDefinition.TypeEntryPoint
Enclosing class:
IntegrateDefinition

class IntegrateDefinition.TypeEntryPoint
extends java.lang.Object


Field Summary
(package private)  Concept entryPoint
           
(package private)  Type type
           
 
Constructor Summary
IntegrateDefinition.TypeEntryPoint(Type typ, Concept entryPt)
           
 
Method Summary
 Concept getEntryPoint()
           
 Type getType()
           
 void setEntryPoint(Concept entryPt)
           
 void setType(Type typ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

Type type

entryPoint

Concept entryPoint
Constructor Detail

IntegrateDefinition.TypeEntryPoint

public IntegrateDefinition.TypeEntryPoint(Type typ,
                                          Concept entryPt)
Method Detail

getType

public Type getType()

setType

public void setType(Type typ)

getEntryPoint

public Concept getEntryPoint()

setEntryPoint

public void setEntryPoint(Concept entryPt)