I want to get the value pointed to by the "entityclass name=" thus giving me the value of "Event" - I have attached the file for this. I can get all the node text but I need the name value
I am using VBS
<vertex eid="423">
<attributes>
<attribute class="java.lang.String" key="type">entity</attribute>
<attribute class="com.flyinglogic.logicgraph.entityclass.EntityClass" key="entityClass">
<entityClass name="Event" uuid="34535235-b676-4a15-9c1b-5e22f3fb5056"/>
</attribute>
<attribute class="java.lang.String" key="title">User: Login</attribute>
<attribute class="com.arciem.FuzzyBoolean" key="confidence">
<fuzzyBoolean true="0.5"/>
</attribute>
<attribute class="com.flyinglogic.logicgraph.operator.FuzzyOrVertexOperator" key="forwardOperator">
<fuzzyOr/>
</attribute>
<attribute class="java.lang.String" key="note">[UC010] Stakeholders & Interests: User wants to login or sign-up to access RTA online services.</attribute>
<attribute class="java.lang.Integer" key="noteNumber">9</attribute>
</attributes>
</vertex>
I am using VBS
<vertex eid="423">
<attributes>
<attribute class="java.lang.String" key="type">entity</attribute>
<attribute class="com.flyinglogic.logicgraph.entityclass.EntityClass" key="entityClass">
<entityClass name="Event" uuid="34535235-b676-4a15-9c1b-5e22f3fb5056"/>
</attribute>
<attribute class="java.lang.String" key="title">User: Login</attribute>
<attribute class="com.arciem.FuzzyBoolean" key="confidence">
<fuzzyBoolean true="0.5"/>
</attribute>
<attribute class="com.flyinglogic.logicgraph.operator.FuzzyOrVertexOperator" key="forwardOperator">
<fuzzyOr/>
</attribute>
<attribute class="java.lang.String" key="note">[UC010] Stakeholders & Interests: User wants to login or sign-up to access RTA online services.</attribute>
<attribute class="java.lang.Integer" key="noteNumber">9</attribute>
</attributes>
</vertex>