org.eaglei.model
Class EIInstanceX
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public EIInstance instance
references
public java.util.List<EIInstanceMinimal> references
mapTermToDefinition
public java.util.Map<EIURI,java.lang.String> mapTermToDefinition
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.