org.eaglei.model
Class EIInstanceX

java.lang.Object
  extended by org.eaglei.model.EIInstanceX
All Implemented Interfaces:
java.io.Serializable

public class EIInstanceX
extends java.lang.Object
implements java.io.Serializable

Temporary data structure for associating and instance with a set of instances that reference it. Need to bundle them together to support on-the-fly inverse property inferencing. Eventually, will probably want these to be retrieved independently.

Author:
Ted
See Also:
Serialized Form

Field Summary
 EIInstance instance
           
 java.util.Map<EIURI,java.lang.String> mapTermToDefinition
           
 java.util.List<EIInstanceMinimal> references
           
 
Constructor Summary
EIInstanceX(EIInstance instance, java.util.List<EIInstanceMinimal> references, java.util.Map<EIURI,java.lang.String> mapTermToDefinition)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public EIInstance instance

references

public java.util.List<EIInstanceMinimal> references

mapTermToDefinition

public java.util.Map<EIURI,java.lang.String> mapTermToDefinition
Constructor Detail

EIInstanceX

public EIInstanceX(EIInstance instance,
                   java.util.List<EIInstanceMinimal> references,
                   java.util.Map<EIURI,java.lang.String> mapTermToDefinition)


Copyright © 2009-2011 Eagle-I. All Rights Reserved.