public class ReferencesBlock extends Object
Represents a block with references to ObjectDeclarationIds.
Constructor and Description |
---|
ReferencesBlock(com.aspose.ms.System.Collections.Generic.List<ReferenceToObjectDeclarationId> referencesToObjectDeclarationIds,
CustomHashSet<ObjectDeclarationId> knownObjectDeclarationIds)
Initializes a new instance of
ReferencesBlock type. |
Modifier and Type | Method and Description |
---|---|
CustomHashSet<ObjectDeclarationId> |
getKnownObjectDeclarationIds()
A set of object declaration ids which are referenced in current block.
|
com.aspose.ms.System.Collections.Generic.List<ReferenceToObjectDeclarationId> |
getReferencesToObjectDeclarationIds()
A list of references to object declaration ids.
|
public ReferencesBlock(com.aspose.ms.System.Collections.Generic.List<ReferenceToObjectDeclarationId> referencesToObjectDeclarationIds, CustomHashSet<ObjectDeclarationId> knownObjectDeclarationIds)
Initializes a new instance of ReferencesBlock
type.
public com.aspose.ms.System.Collections.Generic.List<ReferenceToObjectDeclarationId> getReferencesToObjectDeclarationIds()
A list of references to object declaration ids.
public CustomHashSet<ObjectDeclarationId> getKnownObjectDeclarationIds()
A set of object declaration ids which are referenced in current block.
Copyright (c) 2016 Aspose. All Rights Reserved.